*,
*::before,
*::after { box-sizing: border-box; }

::-webkit-input-placeholder { opacity: 1; color: #8b8b8b; }
::-moz-placeholder { opacity: 1; color: #8b8b8b; }
:-ms-input-placeholder { opacity: 1; color: #8b8b8b; }
::placeholder { opacity: 1; color: #8b8b8b; }

html {
    overflow-x: clip;
    max-width: 100%;
}

body {
    margin: 0;
    font-family: "Onest", Arial, sans-serif;
    font-size: 16px;
    color: #2b2d42;
    background: #fff;
    overflow-x: clip;
    max-width: 100%;
}

input,
button,
textarea {
    -webkit-appearance: none;
    appearance: none;
}

a,
button {
    -webkit-tap-highlight-color: transparent;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: clip;
    max-width: 100%;
}

.container,
.container-fluid.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 60px;
}

.main-content .row {
    --bs-gutter-x: 24px;
}

.header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    padding: 10px 0 0;
}

.header__wrap,
.header__left,
.header__right { display: flex; align-items: center; }
.header__wrap {
    justify-content: space-between;
    min-height: 73px;
    max-width: 100%;
    min-width: 0;
}
.header__left,
.header__right {
    min-width: 0;
}
.header__right {
    flex-shrink: 0;
}
.header__right .chip { margin-right: 8px; }
.header__border {
    width: 100%;
    height: 1px;
    background: #dfe3e8;
}

.logo { width: 265px; }

.menu-btn.sandwich {
    width: 48px;
    height: 48px;
    border: none;
    background: #1d4686;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 13px;
    margin-right: 24px;
    cursor: pointer;
    flex: none;
    z-index: 20;
    -webkit-appearance: none;
    appearance: none;
}

.sw-topper {
    position: relative;
    top: 0;
    width: 38px;
    height: 2px;
    display: block;
    margin: 0;
    background-color: #fff;
    border-radius: 2px;
    border: medium none;
    transition: transform 0.5s, top 0.2s;
}

.sw-bottom {
    position: relative;
    top: 7px;
    width: 38px;
    height: 2px;
    display: block;
    margin: 0;
    background-color: #fff;
    border-radius: 2px;
    border: medium none;
    transition: transform 0.5s, top 0.2s, opacity 0.2s;
}

.sw-footer {
    position: relative;
    top: 14px;
    width: 38px;
    height: 2px;
    display: block;
    margin: 0;
    background-color: #fff;
    border-radius: 2px;
    border: medium none;
    transition: transform 0.5s, top 0.2s;
}

.sandwich.active .sw-topper {
    top: 9px;
    transform: rotate(45deg);
}

.sandwich.active .sw-bottom {
    opacity: 0;
}

.sandwich.active .sw-footer {
    top: 5px;
    transform: rotate(-45deg);
}

.chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    background: #eff7fd;
    border-radius: 6px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.chip--icon img {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    flex: none;
}

button.chip {
    border: none;
    cursor: pointer;
    font-family: inherit;
    color: inherit;
    text-decoration: none;
    appearance: none;
}

button.chip:focus-visible {
    outline: 2px solid #1d4686;
    outline-offset: 2px;
}

.pika-radio-persistent {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.pika-radio-player {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
}

#pjax-container.is-pjax-loading {
    opacity: 0.55;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.search-btn {
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    margin-left: 6px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.search-btn img {
    width: 24px;
    height: 24px;
}
.search-box {
    position: relative;
    margin-left: 6px;
}
.search-box__field {
    position: absolute;
    top: 70px;
    right: 0;
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
    width: 0;
    transition: all 0.25s ease;
}
.search-box.active .search-box__field {
    width: 220px;
    opacity: 1;
    pointer-events: auto;
}
.search-box__field input {
    width: 100%;
    height: 36px;
    border: 1px solid #1d4686;
    border-radius: 6px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #2b2d42;
    background: #ffffff;
}

.search-box__field .asl_w_container,
.search-box__field [id*="ajaxsearchlite"],
.search-box__field .probox {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

.socials {
    margin-left: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.socials__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #1d4686;
    border-radius: 6px;
    flex: none;
    text-decoration: none;
    transition: background-color 0.25s ease, opacity 0.25s ease;
}

.socials__link + .socials__link {
    margin-left: 8px;
}

.socials__link img {
    display: block;
    max-width: 22px;
    max-height: 22px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 120;
    background: #ffffff;
    border-bottom: 1px solid #dfe3e8;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    padding: 14px 0;
}
.mobile-menu__nav {
    display: flex;
    flex-direction: column;
}
.mobile-menu__nav a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    padding: 10px 0;
    border-bottom: 1px solid #eef1f4;
}
.mobile-menu__bottom {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.mobile-menu__bottom .chip {
    margin-right: 0;
    margin-bottom: 10px;
}

.mobile-menu__bottom .socials--menu {
    margin-top: 4px;
    margin-left: 0;
}

.burger-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 115;
    background: #ffffff;
    border-bottom: 1px solid #dfe3e8;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.burger-menu__nav {
    padding: 16px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.burger-menu__nav a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-right: 28px;
    margin-bottom: 8px;
}

.main-content {
    flex: 1;
    padding-top: 20px;
}

.top-banner {
    margin-bottom: 18px;
}
.top-banner img {
    width: 100%;
    height: 264px;
    object-fit: cover;
}

.hero-grid { margin-bottom: 34px; }
.hero-grid__right {   
    display: flex;
    flex-direction: column;
}
.hero-grid__right .news-grid {
    flex: 1;
}
.hero-grid__right .news-grid__col {
    display: flex;
    flex-direction: column;
}
.hero-grid__right .news-row {
    flex: 1;
}

.feed-block {
    background: #f4f8fa;
    padding: 12px;
    height: 820px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.feed-list {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #95ceec #e9eaeb;
}
.feed-list::-webkit-scrollbar {
    width: 6px;
}
.feed-list::-webkit-scrollbar-track {
    background: #e9eaeb;
    border-radius: 20px;
}
.feed-list::-webkit-scrollbar-thumb {
    background: #95ceec;
    border-radius: 20px;
}

.feed-tabs {
    display: flex;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}
.feed-tabs li {
    flex: 1;
}
.feed-tabs li + li {
    margin-left: 10px;
}
.feed-tabs li a {
    border: 1px solid #1d4686;
    background: #fff;
    color: #1d4686;
    border-radius: 6px;
    min-height: 48px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feed-tabs li.active a {
    background: #229be5;
    color: #fff;
    border-color: #229be5;
}

.feed-item {
    border-bottom: 1px solid #b7b7b7;
    padding: 10px 0;
}
.feed-item__link {
    display: block;
    color: inherit;
    text-decoration: none;
}
.feed-item--video .feed-item__link {
    display: flex;
    align-items: flex-start;
}
.feed-item__meta {
    font-size: 14px;
    line-height: 1.4;
    color: #1d4686;
    margin-bottom: 10px;
}
.feed-item__meta span { color: #8b8b8b; margin-left: 12px; }
.feed-item h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    min-height: 68px;
    max-height: 68px;
}
.tab-pane { display: none; }
.tab-pane.active { display: block; }
.feed-item--video {
    display: flex;
    align-items: flex-start;
}
.feed-item__thumb {
    width: 110px;
    margin-right: 12px;
}
.feed-item__thumb img {
    width: 100%;
    height: 68px;
    object-fit: cover;
}
.feed-item__content {
    flex: 1;
}

.section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.section-head h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
}
.outline-btn {
    border: 1px solid #1d4686;
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 14px;
    color: #1d4686;
    font-weight: 500;
    line-height: 1.4;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

button.outline-btn {
    background: transparent;
    cursor: pointer;
    font-family: inherit;
    appearance: none;
}

.outline-btn.is-active,
.section-head__actions .outline-btn.is-active {
    background: #1d4686;
    color: #ffffff;
}

.section-head__actions .outline-btn { margin-left: 8px; }

.js-popular-grid.is-loading {
    opacity: 0.5;
    pointer-events: none;
}

.news-grid {
    border-top: 1px solid #e9eaeb;
}
.news-grid__col {
    display: flex;
    flex-direction: column;
}
.news-row {
    display: flex;
    align-items: flex-start;  
    padding: 12px 0;
}
.news-row__link {
    display: flex;
    align-items: flex-start;
    width: 100%;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #e9eaeb;
    padding-bottom: 12px;
}
.news-row img {
    width: 170px;
    height: 135px;
    object-fit: contain;
    margin-right: 20px;
}
.news-row__date {
    font-size: 14px;
    line-height: 1.4;
    color: #1D4686;
    margin-bottom: 8px;
}
.news-row h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    min-height: 68px;
    max-height: 68px;
}
.news-row__rubric {
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 6px;
    background: #EFF7FD;
    font-size: 14px;
    line-height: 1.4;
    color: #8B8B8B;
    font-weight: 400;
}

.interview-cover { margin-bottom: 40px; }

.section-listok,
.section-columnists,
.section-video,
.section-news { margin-bottom: 40px; }
.section-video {
    background: #f4f7fa;
    padding: 18px 24px 12px;
}
.section-columnists > .row {
    align-items: stretch;
}

.listok-slider .slick-slide { padding: 0 12px; }
.listok-slider {
    margin: 0 -12px;
    position: relative;
}
.listok-slider .slick-arrow {
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    z-index: 2;
    padding: 0;
}
.listok-slider .slick-prev {
    left: -18px;
}
.listok-slider .slick-next {
    right: -18px;
}
.listok-slider .slick-prev img {
    transform: rotate(180deg);
}

.slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #c7ccd1;
    padding: 0;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background: #1d4686;
}

.sheet-card {
    background: #f4f7fa;
    padding: 20px;
    display: flex;
    align-items: center;
}
.sheet-card img {
    width: 260px;
    height: 253px;
    object-fit: contain;
}
.sheet-card__body {
    padding-left: 32px;
}
.sheet-card__date {
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 10px;
    margin-bottom: 16px;
    color: #1d4686;
    font-size: 14px;
}
.sheet-card h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    min-height: 86px;
    max-height: 86px;
}

.cards-row > div { margin-bottom: 24px; }

/* Заголовки карточек: до 3 строк, троеточие, высота блока под 3 строки */
.feed-item h3,
.news-row h3,
.sheet-card h3,
.author-card__top h3,
.report-item h3,
.video-card h3,
.category-card__title,
.article-read-more__card-title,
.page-category .category-card__title,
.page-author .category-card__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    word-wrap: break-word;
    box-sizing: border-box;
}

.author-card {
    border-bottom: 1px solid #8b8b8b;
    padding: 16px 14px 12px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.author-card__link {
    color: inherit;
    text-decoration: none;
    display: block;
    min-height: 100%;
}
.author-card__top {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.author-card__top img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
}
.author-card__top h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    min-height: 84px;
    max-height: 84px;
    min-width: 0;
    flex: 1;
}
.author-card p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.4;
    flex: 1;
}
.author-card__meta {
    font-size: 14px;
    color: #1d4686;
    display: block;
    padding-right: 34px;
}
.author-card__meta img {
    width: 32px;
    height: 20px;
    position: absolute;
    right: 14px;
    bottom: 12px;
    flex: none;
}

.report-list {
    background: #f4f8fa;
    padding: 8px;
    height: auto;
    display: flex;
    flex-direction: column;
}
.report-item {
    display: flex;
    border-bottom: 1px solid #d6d9dd;
    padding: 3px 0;
    flex: 1;
}
.report-item__link {
    display: flex;
    align-items: flex-start;
    color: inherit;
    text-decoration: none;
    width: 100%;
}
.report-item:last-child { border-bottom: none; }
.report-item__thumb {
    display: block;
    width: 96px;
    height: 56px;
    flex-shrink: 0;
    margin-right: 10px;
    overflow: hidden;
}
.report-item__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    margin: 0;
}
.report-item h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    flex: 1;
    min-width: 0;
    min-height: 59px;
    max-height: 59px;
}

.video-slider-wrap {
    position: relative;
}
.video-slider .slick-slide {
    /* padding: 0 8px; */
    height: inherit !important;
}
.video-slider {
    margin: 0 -8px;
}
.video-slider .slick-track {
    display: flex !important;
}
.video-card {
    background: #ffffff;
    /* padding: 8px 8px 10px; */
    position: relative;
    height: 100%;
    margin: 0px 7px;
}
.video-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 100%;
}
.video-card__thumb {
    display: block;
    width: 100%;
    height: 233px;
    overflow: hidden;
}
.video-card__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    margin: 0;
}
.video-card__content {
    padding: 10px;
}
.video-card__play {
    width: 52px;
    height: 52px;
    background-image: url("../img/group-9.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 8px;
    top: 173px;
}
.video-card__date {
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.4;
    color: #1D4686;
}
.video-card h3 {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    min-height: 59px;
    max-height: 59px;
}
.video-slider-wrap .slick-arrow {
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    z-index: 2;
    padding: 0;
}
.video-slider-wrap .slick-prev {
    left: -18px;
}
.video-slider-wrap .slick-next {
    right: -18px;
}
.video-slider-wrap .slick-prev img {
    transform: rotate(180deg);
}

.sheet-card .outline-btn {
    margin-top: 16px;
    display: inline-flex;
}

.footer {
    background: #e1e5e9;
    padding: 24px 0 18px;
}
.footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px solid #c7ccd1;
}
.footer__brand {
    display: flex;
    align-items: center;
}
.footer__brand .logo {
    width: 186px;
}
.footer__radio {
    margin-left: 14px;
    margin-right: 0;
    min-height: 32px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;
    background: #ffffff;
}
.footer__links a {
    margin-left: 20px;
    font-size: 14px;
    font-weight: 600;
}

.footer .socials {
    margin-left: 0;
}

.footer__text {
    padding-top: 14px;
    font-size: 10px;
    line-height: 1.5;
    color: #3f4a57;
}
.footer__text p {
    margin: 0 0 2px;
}

/* --- Страница статьи (макет Figma СТАТЬЯ) --- */
.page-article .article-hero.hero-grid {
    margin-bottom: 34px;
}

.page-article .article-hero .hero-grid__right {
    height: auto;
}

.article-sidebar {
    display: flex;
    flex-direction: column;
}

.page-article .article-sidebar .feed-block {
    height: 510px;
    flex: none;
}

.partner-news {
    padding-top: 24px;
    border-top: 1px solid #dfe3e8;
}

.partner-news__title {
    margin: 0 0 23px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    color: #2b2d42;
}

.partner-news__list {
    display: flex;
    flex-direction: column;
}

.partner-news__item {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    text-decoration: none;
    color: inherit;
    margin-bottom: 20px;
}

.partner-news__item:last-child {
    margin-bottom: 0;
}

.partner-news__thumb {
    width: 108px;
    flex: none;
    overflow: hidden;
    align-self: stretch;
    min-height: 72px;
}

.partner-news__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.partner-news__text {
    flex: 1;
    margin-left: 24px;
    padding: 10px 0 14px;
    border-bottom: 1px solid #b7b7b7;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: #2b2d42;
}

.article-main {
    padding-bottom: 8px;
    border-left: 1px solid #B7B7B7;
}

.article-body__breadcrumbs {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #2b2d42;
    margin-bottom: 16px;
}

.article-body__breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.article-body__breadcrumbs a:hover {
    text-decoration: underline;
}

.article-body__bc-sep {
    margin: 0 12px;
    color: #8b8b8b;
}

.article-body__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #2b2d42;
}

.article-body__meta time {
    margin-right: 27px;
}

.article-body__views {
    display: inline-flex;
    align-items: center;
}

.article-body__views-icon {
    display: block;
    margin-right: 8px;
    width: 20px;
    height: 16px;
    flex: none;
}

.article-body__title {
    margin: 0 0 20px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    color: #2b2d42;
}

.article-body__figure {
    margin: 0 0 24px;
}

.article-body__figure img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    background: #d9d9d9;
}

.article-body__text {
    margin-bottom: 24px;
}

.article-body__text p {
    margin: 0 0 18px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: #2b2d42;
}

.article-body__text p:last-child {
    margin-bottom: 0;
}

.article-body__tags {
    margin-bottom: 24px;
}

.article-body__tags.feed-item__meta span {
    margin-left: 0;
}

.article-body__promos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 24px;
    column-gap: 23px;
    row-gap: 16px;
}

.article-promo {
    background: #e0ecf2;
    border-radius: 8px;
    box-sizing: border-box;
}

.article-promo--zen {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 28px;
    margin-bottom: 0;
    flex: 1 1 280px;
    max-width: 511px;
}

.article-promo--share {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 28px;
    margin-bottom: 0;
    flex: 1 1 280px;
    max-width: 511px;
    min-height: 120px;
}

.article-promo__label {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #2b2d42;
}

.article-promo--zen .article-promo__label {
    flex: 1;
    min-width: 0;
}

.article-promo__zen-logo {
    flex: none;
    margin-left: 28px;
    width: 143px;
    height: 64px;
}

.article-promo__icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
}

.article-promo__icons a img {
    display: block;
    width: 42px;
    height: 42px;
}

.article-promo__icons a:first-child {
    margin-left: 0;
}

.article-aside-list {
    background: #f4f7fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 24px;
}

.article-aside-list__title {
    margin: 0 0 26px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    color: #2b2d42;
}

.article-aside-list__items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.article-aside-list__items li {
    border-bottom: 1px solid #b7b7b7;
}

.article-aside-list__items li:last-child {
    border-bottom: none;
}

.article-aside-list__items a {
    display: block;
    padding: 10px 0 14px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: #2b2d42;
    text-decoration: none;
}

.article-aside-list__items a:hover {
    text-decoration: underline;
}

.article-subscribe {
    background: #e0ebf1;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
}

.article-subscribe__title {
    margin: 0 0 30px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #2b2d42;
}

.article-subscribe__buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    margin: 0 -6px;
}

.article-subscribe__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    min-width: 0;
    height: 70px;
    margin: 0 6px 12px;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffff;
    text-decoration: none;
    box-sizing: border-box;
}

.article-subscribe__btn img {
    display: block;
    margin-right: 20px;
    width: 22px;
    height: 22px;
    flex: none;
}

.article-subscribe__btn--rutube img.article-subscribe__logo-rutube {
    margin-right: 0;
    width: auto;
    max-width: 100%;
    height: 20px;
}

.article-subscribe__btn--rutube {
    background: #100943;
}

.article-subscribe__btn--tg {
    background: #2f80ed;
}

.article-subscribe__btn--max {
    background: #AA76FF;
}

.article-subscribe__btn--vk {
    background: #0077ff;
}

.article-main .article-read-more {
    margin-top: 8px;
    margin-bottom: 40px;
}

.article-read-more__title {
    margin: 0 0 30px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    color: #2b2d42;
}

.article-read-more__grid {
    margin-bottom: 0;
}

.article-read-more__grid > [class*="col-"] {
    margin-bottom: 27px;
}

.article-read-more__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
}

.article-read-more__img {
    display: block;
    width: 100%;
    height: 242px;
    overflow: hidden;
    background: #d9d9d9;
}

.article-read-more__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-read-more__card-title {
    margin: 14px 0;
    padding: 0;
    border-bottom: 1px solid #b7b7b7;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: #2b2d42;
    min-height: 88px;
    max-height: 88px;
}

/* --- Страница категории (макет Figma КАТЕГОРИИ) --- */
.page-category .category-hero {
    margin-bottom: 40px;
}

.page-category .category-main {
    border-left: 1px solid #b7b7b7;
    /* padding-left: 0px; */
}

.page-category .category-banner {
    margin-bottom: 27px;
}

.page-category .category-banner img {
    width: 100%;
    height: 264px;
    object-fit: cover;
}

.page-category .category-content__title {
    margin: 0 0 30px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    color: #2b2d42;
}

.page-category .category-main,
.page-category .category-content {
    min-width: 0;
    max-width: 100%;
}

.page-category .category-grid,
.page-author .category-grid {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.page-category .category-grid > [class*="col-"],
.page-author .category-grid > [class*="col-"] {
    padding-left: 13px;
    padding-right: 13px;
}

.page-category .category-grid > div,
.page-author .category-grid > div {
    margin-bottom: 27px;
}

.page-category .category-content__title,
.page-category .category-card__title,
.page-category .category-desc__title,
.page-category .category-desc__lead,
.page-category .category-desc__text,
.page-intervyu .category-desc__text {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.page-category .feed-item__meta {
    display: flex;
    flex-wrap: wrap;
}

.page-category .category-card,
.page-author .category-card {    
    display: flex;
    flex-direction: column;
}

.page-category .category-card__link,
.page-author .category-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.page-category .category-card__image,
.page-author .category-card__image {    
    height: 242px;
}

.page-category .category-card__image img,
.page-author .category-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-category .category-card__title,
.page-author .category-card__title {
    margin: 20px 0 0;
    padding: 0;
    border-bottom: 1px solid #b7b7b7;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: #2b2d42;
    min-height: 88px;
    max-height: 88px;
}

.page-category .pager,
.page-author .pager {
    height: 36px;
    margin-top: 13px;
    margin-bottom: 40px;
    padding-left: 48px;
    padding-right: 48px;
    gap: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.page-category .pager .page-numbers,
.page-author .pager .page-numbers {
    color: #2b2d42;
    text-decoration: none;
}

.page-category .pager .page-numbers:not(.prev):not(.next):not(.dots),
.page-author .pager .page-numbers:not(.prev):not(.next):not(.dots) {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    background: #f5f5f5;
}

.page-category .pager .page-numbers:not(.prev):not(.next):not(.dots):hover,
.page-author .pager .page-numbers:not(.prev):not(.next):not(.dots):hover,
.page-category .pager .page-numbers.current,
.page-author .pager .page-numbers.current {
    color: #1d4686;
}

.page-category .pager .page-numbers.current,
.page-author .pager .page-numbers.current {
    background: #eff7fd;
    border: 1px solid #1d4686;
    font-weight: 600;
}

.page-category .pager .page-numbers.dots,
.page-author .pager .page-numbers.dots {
    width: auto;
    height: auto;
    background: transparent;
    position: relative;
    top: 3px;
}

.page-category .pager .prev.page-numbers,
.page-author .pager .prev.page-numbers,
.page-category .pager .next.page-numbers,
.page-author .pager .next.page-numbers {
    width: 36px;
    height: 36px;
    font-size: 14px;
    color: #1d4686;
    background: #eff7fd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #1d4686;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.page-category .pager .prev.page-numbers,
.page-author .pager .prev.page-numbers {
    left: 0;
}

.page-category .pager .next.page-numbers,
.page-author .pager .next.page-numbers {
    right: 0;
}

.page-category .category-desc__title {
    margin: 0 0 20px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    color: #2b2d42;
}

.page-category .category-desc__lead {
    margin: 0 0 20px;
    padding: 10px 0 14px;
    border-bottom: 1px solid #2b2d42;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: #2b2d42;
}

.page-category .category-desc__text,
.page-intervyu .category-desc__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: #2b2d42;
}

.page-category .category-desc__text p,
.page-intervyu .category-desc__text p {
    margin: 0 0 16px;
}

.page-category .category-desc__text p:last-child,
.page-intervyu .category-desc__text p:last-child {
    margin-bottom: 0;
}

.page-intervyu .category-aside {
    padding-right: 24px;
    min-width: 0;
    max-width: 100%;
}

/* --- Страницы боевой листок / интервью (как категория) --- */
.page-listok .category-hero,
.page-intervyu .category-hero {
    margin-bottom: 40px;
}

.page-listok .category-main,
.page-intervyu .category-main {
    border-left: 1px solid #b7b7b7;
}

.page-listok .category-banner,
.page-intervyu .category-banner {
    margin-bottom: 27px;
}

.page-listok .category-banner img,
.page-intervyu .category-banner img {
    width: 100%;
    height: 264px;
    object-fit: cover;
}

.page-listok .category-content__title,
.page-intervyu .category-content__title {
    margin: 0 0 30px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    color: #2b2d42;
}

.page-listok .category-main,
.page-listok .category-content,
.page-intervyu .category-main,
.page-intervyu .category-content {
    min-width: 0;
    max-width: 100%;
}

.page-listok .category-grid,
.page-intervyu .category-grid {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.page-listok .category-grid > [class*="col-"],
.page-intervyu .category-grid > [class*="col-"] {
    padding-left: 13px;
    padding-right: 13px;
}

.page-listok .category-grid > div,
.page-intervyu .category-grid > div {
    margin-bottom: 27px;
}

.page-intervyu .category-grid.cards-row > div {
    margin-bottom: 24px;
}

.page-listok .feed-item__meta,
.page-intervyu .feed-item__meta {
    display: flex;
    flex-wrap: wrap;
}

.page-listok .category-card,
.page-intervyu .category-card {
    display: flex;
    flex-direction: column;
}

.page-listok .category-card__image,
.page-intervyu .category-card__image {
    height: 242px;
}

.page-listok .category-card__image img,
.page-intervyu .category-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-listok .category-card__title,
.page-intervyu .category-card__title {
    margin: 20px 0 0;
    padding: 0;
    border-bottom: 1px solid #b7b7b7;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: #2b2d42;
    min-height: 86px;
    max-height: 86px;
}

.page-listok .listok-grid-card__date,
.page-intervyu .interview-grid-card__date {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #1d4686;
}

.page-intervyu .interview-grid-card__excerpt {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.4;
    color: #2b2d42;
}

.page-intervyu .interview-grid-card .category-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.page-listok .listok-grid-card__btn {
    margin-top: 14px;
    align-self: flex-start;
}

.page-listok .pager,
.page-intervyu .pager {
    height: 36px;
    margin-top: 13px;
    margin-bottom: 40px;
    padding-left: 48px;
    padding-right: 48px;
    gap: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.page-listok .pager .page-numbers,
.page-intervyu .pager .page-numbers {
    color: #2b2d42;
    text-decoration: none;
}

.page-listok .pager .page-numbers:not(.prev):not(.next):not(.dots),
.page-intervyu .pager .page-numbers:not(.prev):not(.next):not(.dots) {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    background: #f5f5f5;
}

.page-listok .pager .page-numbers:not(.prev):not(.next):not(.dots):hover,
.page-intervyu .pager .page-numbers:not(.prev):not(.next):not(.dots):hover,
.page-listok .pager .page-numbers.current,
.page-intervyu .pager .page-numbers.current {
    color: #1d4686;
}

.page-listok .pager .page-numbers.current,
.page-intervyu .pager .page-numbers.current {
    background: #eff7fd;
    border: 1px solid #1d4686;
    font-weight: 600;
}

.page-listok .pager .page-numbers.dots,
.page-intervyu .pager .page-numbers.dots {
    width: auto;
    height: auto;
    background: transparent;
    position: relative;
    top: 3px;
}

.page-listok .pager .prev.page-numbers,
.page-intervyu .pager .prev.page-numbers,
.page-listok .pager .next.page-numbers,
.page-intervyu .pager .next.page-numbers {
    width: 36px;
    height: 36px;
    font-size: 14px;
    color: #1d4686;
    background: #eff7fd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #1d4686;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.page-listok .pager .prev.page-numbers,
.page-intervyu .pager .prev.page-numbers {
    left: 0;
}

.page-listok .pager .next.page-numbers,
.page-intervyu .pager .next.page-numbers {
    right: 0;
}

/* --- Страница «Видео» (как категория, карточки video-card) --- */
.page-video .category-hero {
    margin-bottom: 40px;
}

.page-video .category-main {
    border-left: 1px solid #b7b7b7;
}

.page-video .category-banner {
    margin-bottom: 27px;
}

.page-video .category-banner img {
    width: 100%;
    height: 264px;
    object-fit: cover;
}

.page-video .category-content__title {
    margin: 0 0 30px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    color: #2b2d42;
}

.page-video .category-main,
.page-video .category-content {
    min-width: 0;
    max-width: 100%;
}

.page-video .category-grid {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.page-video .category-grid > [class*="col-"] {
    padding-left: 13px;
    padding-right: 13px;
}

.page-video .category-grid > div {
    margin-bottom: 27px;
}

.page-video .video-card {
    margin: 0;
    height: 100%;
}

.page-video .pager {
    height: 36px;
    margin-top: 13px;
    margin-bottom: 40px;
    padding-left: 48px;
    padding-right: 48px;
    gap: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.page-video .pager .page-numbers {
    color: #2b2d42;
    text-decoration: none;
}

.page-video .pager .page-numbers:not(.prev):not(.next):not(.dots) {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    background: #f5f5f5;
}

.page-video .pager .page-numbers:not(.prev):not(.next):not(.dots):hover,
.page-video .pager .page-numbers.current {
    color: #1d4686;
}

.page-video .pager .page-numbers.current {
    background: #eff7fd;
    border: 1px solid #1d4686;
    font-weight: 600;
}

.page-video .pager .page-numbers.dots {
    width: auto;
    height: auto;
    background: transparent;
    position: relative;
    top: 3px;
}

.page-video .pager .prev.page-numbers,
.page-video .pager .next.page-numbers {
    width: 36px;
    height: 36px;
    font-size: 14px;
    color: #1d4686;
    background: #eff7fd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #1d4686;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.page-video .pager .prev.page-numbers {
    left: 0;
}

.page-video .pager .next.page-numbers {
    right: 0;
}

/* --- Страница автора (макет Figma АВТОР) --- */
.page-author .author-hero {
    margin-bottom: 40px;
}

.page-author .author-aside {
    padding-right: 24px;
    min-width: 0;
    max-width: 100%;
}

.page-author .author-main {
    border-left: 1px solid #b7b7b7;
    padding-left: 24px;
    min-width: 0;
    max-width: 100%;
}

.page-author .author-articles {
    min-width: 0;
    max-width: 100%;
}

.page-author .author-head {
    display: flex;
    align-items: center;
    margin-bottom: 27px;
}

.page-author .author-photo {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.page-author .author-head__info {
    margin-left: 20px;
    min-width: 0;
}

.page-author .author-name {
    margin: 0 0 8px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    color: #2b2d42;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.page-author .author-position {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #2b2d42;
}

.page-author .author-bio {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #2b2d42;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.page-author .author-bio p {
    margin: 0 0 16px;
}

.page-author .author-bio p:last-child {
    margin-bottom: 0;
}

.page-author .category-card__title {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.category-card__image {
    height: 250px;
    margin-bottom: 20px;
}

.category-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.listok-grid-card {
    margin-bottom: 30px;
}

.menu li {
    list-style: none;
}

/* ——— Страница 404 ——— */
.page-404 .error-404 {
    padding: 40px 0 72px;
}

.page-404 .error-404__hero {
    max-width: 720px;
    margin: 0 auto 56px;
    padding: 56px 32px 48px;
    text-align: center;
    background: linear-gradient(180deg, #eff7fd 0%, #ffffff 72%);
    border: 1px solid #dfe3e8;
    border-radius: 12px;
}

.page-404 .error-404__code {
    margin: 0 0 20px;
    font-size: 128px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #1d4686;
}

.page-404 .error-404__title {
    margin: 0 0 16px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    color: #2b2d42;
}

.page-404 .error-404__text {
    max-width: 520px;
    margin: 0 auto 32px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #5c6370;
}

.page-404 .error-404__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.page-404 .error-404__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 24px;
    border-radius: 6px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.page-404 .error-404__btn--primary {
    border: 1px solid #1d4686;
    background: #1d4686;
    color: #ffffff;
}

.page-404 .error-404__btn--primary:hover {
    background: #163a6f;
    border-color: #163a6f;
    color: #ffffff;
}

.page-404 .error-404__recent {
    padding-top: 8px;
    border-top: 1px solid #dfe3e8;
}

.page-404 .error-404__recent .section-head {
    margin-bottom: 24px;
}

.menu.footer__links {
    display: flex;
}