@media (max-width: 1800px) {
    .container { padding: 0 40px; }
}

@media (max-width: 1730px) {
    .container { padding: 0 48px; }
}
@media (max-width: 1480px) {
    .logo {
        width: 180px;
    }
}

@media (max-width: 1399px) {
    .container { padding: 0 42px; }
    .logo { width: 160px; }
    .chip { font-size: 14px; padding: 8px 12px; min-height: 38px; }
    .section-head h2 { font-size: 30px; }
    .page-article .partner-news__title,
    .page-article .article-body__title,
    .page-article .article-aside-list__title,
    .page-article .article-read-more__title,
    .page-category .category-content__title,
    .page-category .category-desc__title,
    .page-listok .category-content__title,
    .page-intervyu .category-content__title,
    .page-video .category-content__title,
    .page-author .author-name {
        font-size: 30px;
    }
    .socials__link {
        width: 30px;
        height: 30px;
    }
    .socials__link img {
        max-width: 16px;
        max-height: 16px;
    }
    .article-promo__icons a img {
        display: block;
        width: 32px;
        height: 32px;
    }
    .article-promo__icons a {
        margin-left: 5px;
    }
}

@media (max-width: 1199px) {
    .container { padding: 0 22px; }
    .header__left .chip,
    .header__right .chip:not(.chip--icon) { display: none; }
    .socials { display: none; }
    .footer .socials { display: flex; }
    .section-head h2 { font-size: 26px; }
    .feed-block { margin-bottom: 20px; }
    .feed-block { min-height: auto; }
    .section-head__actions .outline-btn { margin: 0 6px 6px 0; }
    .news-row img { width: 140px; height: 82px; }
    .hero-grid__right { height: auto; }
    .hero-grid > .row {
        display: flex;
        flex-direction: column;
    }
    .hero-grid__right,
    .page-category .category-main,
    .page-listok .category-main,
    .page-intervyu .category-main,
    .page-video .category-main,
    .page-author .author-main {
        order: 1;
        margin-bottom: 20px;
    }
    .hero-grid .col-xl-4,
    .page-category .category-hero .col-xl-4,
    .page-listok .category-hero .col-xl-4,
    .page-intervyu .category-hero .col-xl-4,
    .page-video .category-hero .col-xl-4,
    .page-author .author-hero .col-xl-4 {
        order: 2;
    }
    .page-category .category-hero > .row,
    .page-listok .category-hero > .row,
    .page-intervyu .category-hero > .row,
    .page-video .category-hero > .row,
    .page-author .author-hero > .row {
        margin-left: 0;
        margin-right: 0;
    }
    .page-category .category-hero > .row > [class*="col-"],
    .page-listok .category-hero > .row > [class*="col-"],
    .page-intervyu .category-hero > .row > [class*="col-"],
    .page-video .category-hero > .row > [class*="col-"],
    .page-author .author-hero > .row > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
    }
  
    .feed-block {
        height: 450px;
    }
    .page-article .article-sidebar .feed-block {
        height: 450px;
    }
    .article-main,
    .page-category .category-main,
    .page-listok .category-main,
    .page-intervyu .category-main,
    .page-video .category-main,
    .page-author .author-main {
        border: none;   
    }
    .page-author .author-aside,
    .page-intervyu .category-aside {
        padding-right: 0;
    }
    .page-category .category-banner img,
    .page-listok .category-banner img,
    .page-intervyu .category-banner img,
    .page-video .category-banner img {
        height: 180px;
    }
    .page-category .category-card,
    .page-listok .category-card,
    .page-intervyu .category-card,
    .page-author .category-card {
        height: auto;
    }
    .page-category .category-card__image,
    .page-listok .category-card__image,
    .page-intervyu .category-card__image,
    .page-author .category-card__image {
        height: 180px;
        flex: none;
    }
    .page-author .author-name {
        font-size: 26px;
    }
    .page-author .author-head {
        flex-direction: column;
        align-items: flex-start;
    }
    .page-author .author-head__info {
        margin-left: 0;
        margin-top: 16px;
    }
    .mobile-menu .socials {
        display: flex;
    }
}

@media (max-width: 991px) {
    .container,
    .container-fluid.container { padding: 0 15px; }
    .header__wrap { min-height: 64px; }
    .logo { width: 170px; }
    .menu-btn { margin-right: 0; }
    .header__right .chip--icon { display: none; }
    .burger-menu { display: none !important; }

    .listok-slider,
    .video-slider,
    .page-category .listok-slider,
    .page-author .listok-slider {
        margin-left: 0;
        margin-right: 0;
    }

    .article-subscribe__buttons {
        margin-left: 0;
        margin-right: 0;
    }

    .main-content .row {
        margin-left: 0;
        margin-right: 0;
    }

    .search-box {
        position: static;
    }

    .search-box__field {
        position: fixed;
        top: 72px;
        left: 15px;
        right: 15px;
        width: auto;
        max-width: none;
        transform: none;
        z-index: 120;
    }

    .search-box.active .search-box__field {
        width: auto;
        opacity: 1;
        pointer-events: auto;
    }

    body.search-is-open::before {
        content: "";
        position: fixed;
        inset: 0;
        top: 0;
        z-index: 115;
        background: rgba(43, 45, 66, 0.35);
    }

    body.search-is-open {
        overflow: hidden;
        touch-action: none;
    }

    body.search-is-open .header {
        z-index: 125;
    }
    .feed-item h3 { font-size: 15px; }
    .sheet-card { flex-direction: column; align-items: flex-start; }
    .sheet-card__body { padding-left: 0; padding-top: 16px; }
    .section-head__actions { margin-top: 8px; }
    .section-head__actions .outline-btn { margin-left: 0; }
    .footer__top { flex-direction: column; justify-content: center; }
    .footer__brand { margin-bottom: 10px; }
    .footer__links { margin-top: 12px; }
    .footer__links a { margin: 0 8px; }
    .report-item__thumb { width: 76px; height: 48px; }
    .header .socials {
        margin-top: 8px;
    }
    .footer .socials {
        margin-top: 8px;
    }
    .header .socials__link,
    .footer .socials__link {
        width: 38px;
        height: 38px;
    }
    .header .socials__link img,
    .footer .socials__link img {
        max-width: 20px;
        max-height: 20px;
    }
    .page-article .partner-news__thumb {
        width: 88px;
    }
    .page-article .article-body__figure img {
        height: 300px;
    }
    .page-article .article-promo--zen,
    .page-article .article-promo--share {
        max-width: 100%;
        flex: 1 1 100%;
    }
    .page-article .article-read-more__grid > [class*="col-"] {
        margin-bottom: 20px;
    }
    .page-article .article-subscribe__btn {
        flex: 1 1 calc(50% - 12px);
        min-width: 140px;
    }
}

@media (max-width: 991px) {
    .page-404 .error-404 {
        padding: 24px 0 48px;
    }

    .page-404 .error-404__hero {
        margin-bottom: 40px;
        padding: 40px 20px 36px;
    }

    .page-404 .error-404__code {
        font-size: 96px;
        margin-bottom: 16px;
    }

    .page-404 .error-404__title {
        font-size: 28px;
    }

    .page-404 .error-404__text {
        margin-bottom: 24px;
        font-size: 15px;
    }

    .page-404 .error-404__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .page-404 .error-404__btn,
    .page-404 .error-404__actions .outline-btn {
        width: 100%;
    }

    .page-404 .error-404__recent .section-head h2 {
        font-size: 28px;
    }

    .page-404 .error-404__recent .category-grid > [class*="col-"] {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .container,
    .container-fluid.container { padding: 0 12px; }

    .search-box__field {
        left: 12px;
        right: 12px;
        top: 68px;
    }

    .search-box__field input {
        font-size: 16px;
    }
    .main-content { padding-top: 12px; }
    .section-head { align-items: flex-start; flex-direction: column; }
    .section-head h2 { font-size: 22px; margin-bottom: 8px; }
    .section-head__actions { display: flex; flex-wrap: wrap; }
    .feed-tabs { flex-direction: column; }
    .feed-tabs li + li { margin-left: 0; margin-top: 8px; }
    .news-grid__col {
        margin-bottom: 0;
    }
    .top-banner img { height: 160px; }
    .page-category .category-content__title,
    .page-category .category-desc__title,
    .page-listok .category-content__title,
    .page-intervyu .category-content__title,
    .page-video .category-content__title {
        font-size: 22px;
    }
    .page-category .category-banner img,
    .page-listok .category-banner img,
    .page-intervyu .category-banner img,
    .page-video .category-banner img {
        height: 160px;
    }
    .page-category .category-content__title,
    .page-listok .category-content__title,
    .page-intervyu .category-content__title,
    .page-video .category-content__title {
        margin-bottom: 20px;
    }
    .page-category .category-grid > div,
    .page-listok .category-grid > div,
    .page-intervyu .category-grid > div,
    .page-video .category-grid > div,
    .page-author .category-grid > div {
        margin-bottom: 20px;
    }
    .page-category .pager,
    .page-listok .pager,
    .page-intervyu .pager,
    .page-video .pager,
    .page-author .pager {
        margin-bottom: 24px;
    }
    .page-category .listok-slider,
    .page-author .listok-slider {
        margin-left: 0;
        margin-right: 0;
    }
    .page-category .listok-slider .slick-prev,
    .page-author .listok-slider .slick-prev {
        left: 0;
    }
    .page-category .listok-slider .slick-next,
    .page-author .listok-slider .slick-next {
        right: 0;
    }
    .news-row { display: block; }
    .news-row img { width: 100%; height: 180px; margin-right: 0; margin-bottom: 10px; }
    .video-card__thumb { height: 180px; }
    .video-card__play {
        left: 12px;
        top: 121px;
    }
    .section-video {
        padding: 14px 10px 10px;
    }
    /* .sheet-card img { width: 150px; height: 192px; } */
    .footer__brand {
        flex-direction: column;
    }
    .footer__radio {
        margin-left: 0;
        margin-top: 10px;
    }
    .footer__links { display: flex; flex-wrap: wrap; justify-content: center; }
    .footer__links a { margin: 4px 8px; }
    .mobile-menu__nav a { font-size: 15px; }
    .page-article .partner-news__title,
    .page-article .article-body__title,
    .page-article .article-aside-list__title,
    .page-article .article-read-more__title {
        font-size: 22px;
    }
    .page-article .article-body__figure img {
        height: 220px;
    }
    .page-article .article-read-more__grid > [class*="col-"] {
        margin-bottom: 20px;
    }
    .page-article .article-subscribe__btn {
        flex: 1 1 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .page-article .partner-news__item {
        flex-direction: column;
    }
    .page-article .partner-news__thumb {
        width: 100%;
        min-height: 160px;
    }
    .page-article .partner-news__text {
        margin-left: 0;
        margin-top: 12px;
    }
    .news-row__link {
        display: block;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1360px;
    }
}
@media (min-width: 1480px) {
    .container {
        max-width: 1440px;
    }
}

@media (min-width: 1580px) {
    .container {
        max-width: 1540px;
    }
}

@media (min-width: 1730px) {
    .container {
        max-width: 1690px;
    }
}
