@media (max-width: 1280px) {
    
    .header_wrapper {
        display: none;
    }
    .header_mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .language_section {
        margin-left: auto;
    }
    
    
    .news_section_wrapper {
        padding-bottom: 0px;
    }
    
    
    .credit_company_redirect_button {
        margin-bottom: 10px;
    }
    
    .block_article ul > li {
        margin-bottom: 10px;
    }
    
    .article_header-item {
        flex-direction: column;
    }
    
    .article_header-description {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .ukrkredit_comments_section > h3 {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .stars_wrapper h4 {
        font-size: 1.2rem;
    }
    
    .footer__info {
        flex-direction: column;
    }
    
    .footer__logo {
        margin-bottom: 20px;
    }
    
    .footer__social {
        flex-direction: column;
        align-items: baseline;
    }
    
    .social_item {
        margin-bottom: 12px;
    }
    
    .mfo_page_section {
        padding: 24px 0;
    }
    
    .mfo_page__section {
        padding: 30px 25px;
    }
    .mfo_page__sections {
        padding: 0;
    }
    
    .mfo_page__title {
        font: bold 32px / 40px Raleway, sans-serif;
    }
    
    .table_responsive {
        font-size: 10px;
        text-align: center;
    }
    
    .section-buttons {
        width: 100%;
    }
    
    .main_page_category_item {
        margin-right: 0;
    }
    
    .subscription-item {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .email-subscription-email-input {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .credit_card_item_section {
        flex-direction: column;
    }
    
    .credit_card_header { 
        flex-direction: column;
    }
    
    .credit_card_header_section--loan {
        display: flex;
        flex-direction: column;
    }
    
    .credit_card_header_section--buttons {
        justify-content: center;
        display: flex;
    }
    
    .credit_card_header_section--logo {
        margin-bottom: 24px;
    }
    
    .company_main_section {
        flex-direction: column;
    }
    
    .company_title_section {
        justify-content: center;
    }
    
    .company_logo_section {
        flex-basis: 0px;
    }
    
    .credit_company_additional_info_wrapper, .credit_company_info_block_wrapper {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    
    .rate-value {
        font-size: 16px;
        line-height: 18px;
    }
    
    .company_title_section  {
        margin-bottom: 10px;
    }
    
    .credit_company_button {
        padding: 0;
    }

}

@media (min-width: 1280px) {
    .header_mobile {
        display: none;
    }
}
