@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;
    }
    
    .left-sidebar {
        width: 100%;
        float: none;
    }
    
    aside {
        float: none;
        max-width: 100%;
        width: 100%;
    }
    
    .radio_station_wrapper {
        flex-direction: column;
        row-gap: 24px;
    }
    
    .horizontal_bar_ads {
        height: 200px;
    }
    
    .radio_station_info {
        flex-direction: column;
        row-gap: 24px;
    }
    
    .radio_station_preview_info a{
        display: flex;
        flex-direction: column;
    }
    
    .flex-mobile-c {
        display: flex;
        flex-direction: column;
        row-gap: 36px;
    }
    
    .genre_item_tpl {
        width: 50%;
    }
    
    .radio_station_preview_item {
        width: 50%;
    }

}

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