/* =============================================
   ARTICLE CONTENT — контентные страницы
   ============================================= */

.article-content {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    color: #222322;
    margin-bottom: 40px;
}

/* ===== Параграфы ===== */

.article-content p:not([class]) {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    color: #222322;
    margin: 0 0 20px 0;
}

/* ===== Заголовки ===== */

.article-content h1:not([class]),
.article-content h2:not([class]),
.article-content h3:not([class]),
.article-content h4:not([class]) {
    font-family: "PT Astra Serif", serif;
    font-style: italic;
    font-weight: 700;
    line-height: 1.2;
    margin: 40px 0 20px 0;
}

.article-content h1:not([class]) {
    font-size: 48px;
    color: #005C67;
}

.article-content h2:not([class]) {
    font-size: 36px;
    color: #005C67;
}

.article-content h3:not([class]) {
    font-size: 30px;
    color: #222322;
}

.article-content h4:not([class]) {
    font-size: 24px;
    color: #222322;
}

/* ===== Списки ===== */

.article-content ul:not([class]),
.article-content ol:not([class]) {
    margin: 0 0 20px 0;
    padding-left: 24px;
    font-family: "tt-commons-pro", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    color: #222322;
}

.article-content li:not([class]) {
    margin-bottom: 8px;
}

/* ===== Ссылки ===== */

.article-content a:not([class]) {
    color: #005C67;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    transition: opacity 0.2s ease;
}

.article-content a:not([class]):hover {
    opacity: 0.75;
}

/* ===== Изображения ===== */

.article-content img:not([class]) {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 30px 0;
}

/* ===== Цитаты ===== */

.article-content blockquote:not([class]) {
    font-family: "PT Astra Serif", serif;
    font-size: 24px;
    font-style: italic;
    line-height: 1.4;
    margin: 40px 0;
    padding-left: 20px;
    border-left: 4px solid #005C67;
}

/* ===== Div без класса ===== */

.article-content div:not([class]) {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    color: #222322;
}

/* =============================================
   QUOTE SECTION
   ============================================= */

.article-content .quote-section {
    position: relative;
    width: 100%;
    margin: 40px 0;
}

.article-content .quote-person>.quote-section {
    margin: 0 0 120px 0;
}

.article-content .quote-section__inner {
    position: relative;
    min-height: 543px;
    max-width: 1540px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* BACKGROUND PAPER */

.article-content .quote-section__inner::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1620px;
    height: 100%;
    max-height: 543px;
    background-image: url("/local/templates/my/images/background/backtwo.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
}

/* PATTERN */

.article-content .quote-section--with-figure .quote-section__inner::after {
    content: "";
    position: absolute;
    top: -20px;
    left: -23%;
    width: 598px;
    height: 598px;
    background-image: url("/local/templates/my/images/background/patterns.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
    pointer-events: none;
}

/* FIGURE */

.article-content .quote-section__figure {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 11;
}

.article-content .quote-section__figure-img {
    display: block;
    height: auto;
    max-height: 540px;
}

/* CONTENT */

.article-content .quote-section__content {
    position: relative;
    z-index: 20;
    max-width: 1280px;
    width: 100%;
    padding: 45px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

/* LABEL */

.article-content .quote-section__label {
    color: #5F5F5F;
    font-family: "tt-commons-pro", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 25.6px;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
}

/* TEXT */

.article-content .quote-section__text {
    width: 100%;
    max-width: 1280px;
    color: #222322;
    text-align: center;
    font-family: "PT Astra Serif", serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
    padding: 0;
    border: none;
}

/* AUTHOR */

.article-content .quote-section__author {
    color: #222322;
    font-family: "tt-commons-pro", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 25.6px;
    text-align: center;
}

/* BUTTON */

.article-content .quote-section__button {
    margin-top: 10px;
}

/* =============================================
   AUDIO SECTION
   ============================================= */

.article-content .audio-section {
    position: relative;
    width: 100%;
    margin: 40px 0;
}

.article-content .audio-section__inner {
    position: relative;
    max-width: 1540px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 438px;
    gap: 70px;
}

.article-content .audio-section__content {
    width: 666px;
    max-width: 666px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    justify-content: center;
}

.article-content .audio-section__label {
    color: #363636;
    font-family: "tt-commons-pro", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    text-transform: uppercase;
}

.article-content .audio-section__text {
    color: #363636;
    text-align: center;
    font-family: "PT Astra Serif", serif;
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
    width: 100%;
    margin-bottom: 31px;
}

.article-content .audio-section__btn {
    display: inline-flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 4px;
    background: #005C67;
    border: 1px solid #005C67;
    cursor: pointer;
    color: #FFF;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.article-content .audio-section__btn:hover {
    background: none;
    border: 1px solid #005C67;
    color: #005C67;
}

.article-content .audio-section__btn:hover .audio-section__play-icon path {
    fill: #005C67;
}

.article-content .audio-section__btn:active {
    background: #F6881B;
    border: 1px solid #F6881B;
    color: #FFF;
}


.article-content .audio-section__play-icon {
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
}

.article-content .audio-section__btn:active .audio-section__play-icon path {
    fill: #FFF;
}


.article-content .audio-section__btn-text {
    color: inherit;
    text-align: center;
    font-family: "tt-commons-pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

.article-content .audio-section__image {
    max-width: 759px;
    width: 759px;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
}

.article-content .audio-section__photo {
    width: 100%;
    max-width: 759px;
    height: auto;
    aspect-ratio: 759/438;
    border-radius: 4px;
    object-fit: cover;
    display: block;
}

/* =============================================
   SUBSCRIBE SECTION
   ============================================= */

.article-content .subscribe-section {
    position: relative;
    width: 100%;
    margin: 40px 0;
}

.article-content .subscribe-section__inner {
    position: relative;
    display: flex;
    align-items: flex-start;
    min-height: 543px;
    gap: 40px;
    max-width: 1540px;
    margin: 0 auto;
}

.article-content .subscribe-section__images {
    position: relative;
    flex: 0 0 800px;
    max-width: 800px;
    min-height: 543px;
}

.article-content .subscribe-section__images::before {
    content: none;
}

.article-content .subscribe-section__images-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 775px;
    height: 543px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.article-content .subscribe-section__image-single {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* PARCHMENT */

.article-content .subscribe-section--with-parchment .subscribe-section__images::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 775px;
    aspect-ratio: 211 / 134;
    background: url('/local/templates/my/images/background/plash2.jpg') center / contain no-repeat;
    z-index: 0;
}

/* PHOTO ONLY */

.article-content .subscribe-section--photo-only .subscribe-section__images::before {
    content: none;
}

.article-content .subscribe-section--photo-only .subscribe-section__images-inner {
    display: block;
}

.article-content .subscribe-section__image-single--photo {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    border-radius: 4px;
    object-fit: cover;
    background: lightgray 50% / cover no-repeat, #D9D9D9;
}

/* TEXT BLOCK */

.article-content .subscribe-section__right {
    flex: 1;
    min-width: 0;
}

.article-content .subscribe-section__content {
    max-width: 680px;
}

.article-content .subscribe-section__title {
    font-family: "PT Astra Serif", serif;
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.2;
    color: #005C67;
    margin: 0 0 20px 0;
}

.article-content .subscribe-section__text {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 25.6px;
    color: #222322;
    margin: 0;
}

/* IMAGE LEFT */

.article-content .subscribe-section--image-left .subscribe-section__images {
    order: 1;
}

.article-content .subscribe-section--image-left .subscribe-section__right {
    order: 2;
}

.article-content .subscribe-section--image-left .subscribe-section__images-inner {
    left: 0;
}

.article-content .subscribe-section--image-left.subscribe-section--with-parchment .subscribe-section__images::before {
    left: 0;
}

/* IMAGE RIGHT */

.article-content .subscribe-section--image-right .subscribe-section__images {
    order: 2;
}

.article-content .subscribe-section--image-right .subscribe-section__right {
    order: 1;
}

.article-content .subscribe-section--image-right .subscribe-section__images-inner {
    right: 0;
}

.article-content .subscribe-section--image-right.subscribe-section--with-parchment .subscribe-section__images::before {
    right: 0;
}

/* AUDIO CONTENT */

.article-content .subscribe-section__content--audio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.article-content .subscribe-section__btn {
    display: inline-flex;
    padding: 16px 24px;
    align-items: center;
    gap: 16px;
    border-radius: 4px;
    background: #005C67;
    border: 1px solid #005C67;
    cursor: pointer;
    margin-top: 30px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;

}

.article-content .subscribe-section__btn-text {

    font-family: "tt-commons-pro", sans-serif;
    font-size: 14px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.article-content .subscribe-section__btn:hover {
    background: none;
    border-radius: 4px;
    border: 1px solid #005C67;
    color: #005C67;
}


.article-content .subscribe-section__btn:active {
    background: #F6881B;
    border-radius: 4px;
    border: 1px solid #F6881B;
    color: #fff;
}



.audio-section__play-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transition: filter 0.2s ease;
    /* Белая иконка по умолчанию */
    filter: brightness(0) invert(1);
}

/* Ховер — зелёная #005C67 */
.audio-section__btn:hover .audio-section__play-icon {
    filter: brightness(0) saturate(100%) invert(24%) sepia(89%) saturate(456%) hue-rotate(145deg) brightness(95%) contrast(101%);
}

/* Актив — белая */
.audio-section__btn:active .audio-section__play-icon {
    filter: brightness(0) invert(1);
}

.intro-audio-section__play-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transition: filter 0.2s ease;
    filter: brightness(0) invert(1);
}

/* Ховер — зелёная #005C67 */
.intro-audio-section__btn:hover .intro-audio-section__play-icon {
    filter: brightness(0) saturate(100%) invert(24%) sepia(89%) saturate(456%) hue-rotate(145deg) brightness(95%) contrast(101%);
}

/* Актив — белая (сброс фильтра) */
.intro-audio-section__btn:active .intro-audio-section__play-icon {
    filter: brightness(0) invert(1);
}


.article-content .subscribe-section__play-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transition: filter 0.2s ease;
    filter: brightness(0) invert(1);
}




/* Ховер — зелёная #005C67 */
.subscribe-section__btn:hover .subscribe-section__play-icon {
    filter: brightness(0) saturate(100%) invert(24%) sepia(89%) saturate(456%) hue-rotate(145deg) brightness(95%) contrast(101%);
}

/* Актив — белая (сброс фильтра) */
.subscribe-section__btn:active .subscribe-section__play-icon {
    filter: brightness(0) invert(1);
}

/* =============================================
   INTRO AUDIO SECTION
   ============================================= */

.article-content .intro-audio-section {
    position: relative;
    width: 100%;
    margin: 40px 0;
}

.article-content .intro-audio-section__inner {
    position: relative;
    max-width: 1540px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 438px;
}

.article-content .intro-audio-section__content {
    width: 100%;
    max-width: 760px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.article-content .intro-audio-section__text {
    color: #363636;
    text-align: center;
    font-family: "tt-commons-pro", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    width: 100%;
}

.article-content .intro-audio-section__text--rich p {
    margin: 0;
}

.article-content .intro-audio-section__text--rich p+p {
    margin-top: 20px;
}

.article-content .intro-audio-section__btn {
    display: inline-flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 4px;
    background: #005C67;
    border: 1px solid #005C67;
    cursor: pointer;
    margin-top: 65px;
    text-decoration: none;
    color: #FFF;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}


.article-content .intro-audio-section__btn:hover {
    background: none;
    border-radius: 4px;
    border: 1px solid #005C67;
    color: #005C67;
}

.article-content .intro-audio-section__btn:active {
    background: #F6881B;
    border-radius: 4px;
    border: 1px solid #F6881B;
    color: #fff;
}

.article-content .intro-audio-section__play-icon {
    width: 24px;
    height: 24px;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
}

.article-content .intro-audio-section__btn-text {
    color: inherit;
    text-align: center;
    font-family: "tt-commons-pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 12.6px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}





.article-content .intro-audio-section--link-only .intro-audio-section__btn {
    gap: 0;
}

.article-content .intro-audio-section--link-only .intro-audio-section__play-icon {
    display: none;
}

/* =============================================
   NEWS DETAIL — страница новости
   ============================================= */

/* Баннер */

.news-detail-banner {}

.news-detail-banner__inner {
    width: 100%;
    max-height: 620px;
    /* вместо height: 620px */
    overflow: hidden;
    display: block;
    /* вместо flex */
}

.news-detail-banner__image {
    width: 100%;
    height: auto;
    /* вместо height: 100% */
    max-height: 620px;
    object-fit: cover;
    object-position: center center;
    display: block;
}

/* Заголовок H1 */

.news-detail-title {
    font-family: "PT Astra Serif", serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.2;
    color: #005C67;
    margin: 40px 0 60px 0;
}

/* Дата */

.news-detail-date {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #5F5F5F;
    margin-bottom: 40px;
}

/* Кнопка назад */

.news-detail-back {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #E5E5E5;
    padding-bottom: 40px;

}

.news-detail-back__link {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #005C67;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.news-detail-back__link:hover {
    opacity: 0.75;
}

/* =============================================
   ARTICLE CONTENT SECTIONS — RESPONSIVE
   ============================================= */

/* ===== 1600px ===== */
@media (max-width: 1600px) {

    .news-detail-back {
        margin-left: 40px;
        margin-right: 40px;
    }

    .article-content {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    /* AUDIO SECTION */
    .article-content .audio-section__inner {
        gap: 60px;
        padding: 0 40px;
    }

    .article-content .audio-section__content {
        width: auto;
        max-width: 550px;
    }

    .article-content .audio-section__image {
        width: auto;
        max-width: 650px;
    }


    .news-detail-banner__inner {
        height: auto;
    }


}

/* ===== 1540px ===== */
@media (max-width: 1540px) {


    /* SUBSCRIBE SECTION */
    .article-content .subscribe-section__inner {
        padding: 0 40px;
    }

    /* QUOTE SECTION */
    .article-content .quote-section .quote-section__inner {
        padding: 0 40px;
    }

    .article-content .quote-section .quote-section__inner::before {
        width: 100%;
        max-width: 100%;
    }

    .article-content .quote-section .quote-section__content {
        max-width: 1100px;
    }

    .article-content .quote-section .quote-section__inner::after {
        left: -20%;
        width: 500px;
        height: 500px;
    }

    /* QUOTE SECTION WITH FIGURE */
    .article-content .quote-section--with-figure .quote-section__inner {
        padding: 0 40px;
    }

    .article-content .quote-section--with-figure .quote-section__inner::before {
        width: 100%;
        max-width: 100%;
    }

    .article-content .quote-section--with-figure .quote-section__content {
        max-width: 1000px;
    }

    .article-content .quote-section--with-figure .quote-section__inner::after {
        left: -13%;
        top: 60px;
        width: 500px;
        height: 500px;
    }

    .article-content .quote-section__figure-img {
        max-height: 500px;
    }
}

/* ===== 1400px ===== */
@media (max-width: 1400px) {

    /* SUBSCRIBE SECTION */
    .article-content .subscribe-section__images {
        flex: 0 0 650px;
        max-width: 650px;
    }

    .article-content .subscribe-section--with-parchment .subscribe-section__images::before {
        width: 600px;
    }

    .article-content .subscribe-section__images-inner {
        width: 600px;
    }

    /* QUOTE SECTION */
    .article-content .quote-section .quote-section__content {
        max-width: 900px;
    }

    .article-content .quote-section .quote-section__inner::after {
        left: -12%;
        top: 90px;
        width: 420px;
        height: 420px;
    }

    /* QUOTE SECTION WITH FIGURE */
    .article-content .quote-section--with-figure .quote-section__content {
        max-width: 900px;
    }

    .article-content .quote-section--with-figure .quote-section__inner::after {
        left: -12%;
        top: 90px;
        width: 420px;
        height: 420px;
    }

    .article-content .quote-section__figure-img {
        max-height: 420px;
    }

    /* AUDIO SECTION */
    .article-content .audio-section__inner {
        gap: 50px;
        padding: 0 40px;
    }

    .article-content .audio-section__content {
        max-width: 480px;
    }

    .article-content .audio-section__image {
        max-width: 580px;
    }
}

/* ===== 1200px ===== */
@media (max-width: 1200px) {

    /* SUBSCRIBE SECTION */
    .article-content .subscribe-section__inner {
        gap: 30px;
        padding: 0 30px;
    }

    .article-content .subscribe-section__images {
        flex: 0 0 500px;
        max-width: 500px;
        min-height: 420px;
    }

    .article-content .subscribe-section--with-parchment .subscribe-section__images::before {
        width: 460px;
    }

    .article-content .subscribe-section__images-inner {
        width: 460px;
        height: 420px;
    }

    /* QUOTE SECTION */
    .article-content .quote-section {
        margin: 120px 0 50px 0;
    }

    .article-content .quote-section .quote-section__inner {
        min-height: 640px;
    }

    .article-content .quote-section .quote-section__inner::before {
        min-height: 640px;
    }

    .article-content .quote-section .quote-section__content {
        max-width: 850px;
    }

    .article-content .quote-section .quote-section__text {
        font-size: 26px;
    }

    .article-content .quote-section .quote-section__inner::after {
        left: -15%;
        top: 30px;
        width: 420px;
        height: 420px;
    }

    /* QUOTE SECTION WITH FIGURE */
    .article-content .quote-section--with-figure .quote-section__content {
        max-width: 750px;
    }

    .article-content .quote-section--with-figure .quote-section__inner::after {
        left: -18%;
        top: 90px;
        width: 420px;
        height: 420px;
    }

    .article-content .quote-section__figure-img {
        max-height: 420px;
    }

    /* AUDIO SECTION */
    .article-content .audio-section__inner {
        gap: 40px;
        padding: 0 30px;
    }

    .article-content .audio-section__content {
        max-width: 420px;
    }

    .article-content .audio-section__text {
        margin-bottom: 0;
    }

    .article-content .audio-section__image {
        max-width: 500px;
    }
}

/* ===== 1024px — планшет ===== */
@media (max-width: 1024px) {

    .article-content {
        margin-bottom: 24px;
        margin-top: 24px;
    }

    .news-detail-back {
        margin-left: 40px;
        margin-right: 40px;
    }


    .news-detail-title {
        font-size: 40px;
        margin: 40px 0 40px 0;
    }

    .news-detail-banner__inner {
        max-height: 440px;
    }

    .news-detail-banner__image {
        height: auto;
        border-radius: 4px;
        max-height: 440px;
    }

    .article-content .subscribe-section__text {

        font-size: 16px;

    }

    .article-content p:not([class]) {

        font-size: 20px;
    }

    /* SUBSCRIBE SECTION */
    .article-content .subscribe-section {
        margin: 60px 0 40px 0;
    }

    .article-content .subscribe-section__inner {
        flex-direction: column;
        align-items: center;
        min-height: auto;
        gap: 0;
        padding: 0 40px;
    }

    .article-content .subscribe-section__images {
        flex: none;
        width: 100%;
        max-width: 100%;
        min-height: auto;
        order: 1;
        position: relative;
        margin-bottom: 40px;
    }

    .article-content .subscribe-section--with-parchment .subscribe-section__images::before {
        width: 100%;
        left: 0;
        transform: translateY(-50%);
    }

    .article-content .subscribe-section__images-inner {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        height: auto;
        aspect-ratio: 775 / 543;
        max-height: 520px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .article-content .subscribe-section__image-single {
        max-width: 90%;
        max-height: 90%;
    }

    /* PHOTO ONLY — фото на всю ширину */
    .article-content .subscribe-section--photo-only .subscribe-section__images-inner {
        max-height: calc(404px - 80px);
    }

    .article-content .subscribe-section--photo-only .subscribe-section__image-single--photo {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
    }

    /* Центрирование текста для photo-only */
    .article-content .subscribe-section--photo-only .subscribe-section__content {
        align-items: center;
        text-align: center;
    }

    .article-content .subscribe-section--photo-only .subscribe-section__title {
        text-align: center;
    }

    .article-content .subscribe-section--photo-only .subscribe-section__text {
        text-align: center;
    }

    .article-content .subscribe-section__right {
        width: 100%;
        order: 2;
        margin-top: 0;
    }

    /* Сброс order для --image-right на планшете/мобилке */
    .article-content .subscribe-section--image-right .subscribe-section__images {
        order: 1;
    }

    .article-content .subscribe-section--image-right .subscribe-section__right {
        order: 2;
    }

    .article-content .subscribe-section__content {
        max-width: 100%;
    }

    /* QUOTE SECTION — spacer */
    .quote-section.quote-section--with-figure::after {
        content: "";
        display: block;
        height: 60px;
    }

    /* QUOTE SECTION */
    .article-content .quote-section {
        margin: 60px 0 40px 0;
    }

    .article-content .quote-section .quote-section__inner {
        min-height: 640px;
        padding: 0 40px;
    }

    .article-content .quote-section .quote-section__inner::before {
        min-height: 640px;
    }

    .article-content .quote-section .quote-section__content {
        max-width: 750px;
        padding: 60px 20px;
        gap: 60px;
    }

    .article-content .quote-section .quote-section__text {
        font-size: 26px;
    }

    .article-content .quote-section .quote-section__label {
        padding-bottom: 24px;
    }

    .article-content .quote-section .quote-section__inner::after {
        left: -13%;
        top: 360px;
        width: 385px;
        height: 385px;
    }

    /* QUOTE SECTION WITH FIGURE — spacer */
    .quote-section--with-figure::after {
        content: "";
        display: block;
        height: 60px;
    }

    /* QUOTE SECTION WITH FIGURE */
    .article-content .quote-section--with-figure {
        margin: 100px 0 40px 0;
    }

    .article-content .quote-section--with-figure .quote-section__inner {
        min-height: 640px;
        padding: 0 40px;
    }

    .article-content .quote-section--with-figure .quote-section__inner::before {
        min-height: 640px;
    }

    .article-content .quote-section--with-figure .quote-section__content {
        max-width: 470px;
        padding: 60px 20px;
        gap: 60px;
    }

    .article-content .quote-section--with-figure .quote-section__text {
        font-size: 26px;
    }

    .article-content .quote-section--with-figure .quote-section__label {
        padding-bottom: 24px;
    }

    .article-content .quote-section--with-figure .quote-section__inner::after {
        left: -13%;
        top: 300px;
        width: 385px;
        height: 385px;
    }

    .article-content .quote-section__figure {
        left: 20px;
        bottom: -40px;
    }

    .article-content .quote-section__figure-img {
        max-height: 340px;
    }

    /* AUDIO SECTION */
    .article-content .audio-section {
        margin: 40px 0 40px;
    }

    .article-content .audio-section__inner {
        flex-direction: column;
        gap: 40px;
        padding: 0 40px;
        min-height: auto;
        max-width: calc(690px + 80px);
    }

    .article-content .audio-section__content {
        max-width: 690px;
        width: 100%;
        align-items: center;
        padding: 0;
        order: 1;
    }

    .article-content .audio-section__btn {
        width: 100%;
        max-width: 410px;
    }

    .article-content .audio-section__image {
        max-width: 690px;
        width: 100%;
        justify-content: center;
        padding: 0;
        order: 2;
    }

    /* INTRO AUDIO SECTION */
    .article-content .intro-audio-section__inner {
        padding: 0 40px;
        min-height: auto;
    }

    .article-content .intro-audio-section__btn {
        width: 100%;
        max-width: 410px;
    }
}

/* ===== 850px ===== */
@media (max-width: 850px) {



    .news-detail-back {
        margin-left: 24px;
        margin-right: 24px;
    }

    /* SUBSCRIBE SECTION */
    .article-content .subscribe-section__inner {
        padding: 0 24px;
    }

    .article-content .subscribe-section__images {
        margin-bottom: 35px;
    }

    .article-content .subscribe-section__images-inner {
        max-height: 480px;
    }

    /* QUOTE SECTION — spacer */
    .quote-section.quote-section--with-figure::after {
        height: 80px;
    }

    /* QUOTE SECTION */
    .article-content .quote-section .quote-section__inner {
        min-height: 640px;
        padding: 0 24px;
    }

    .article-content .quote-section .quote-section__inner::before {
        min-height: 640px;
    }

    .article-content .quote-section .quote-section__content {
        max-width: 650px;
        padding: 50px 16px;
    }

    .article-content .quote-section .quote-section__text {
        font-size: 26px;
    }

    .article-content .quote-section .quote-section__inner::after {
        left: -13%;
        top: 360px;
        width: 340px;
        height: 340px;
    }

    /* QUOTE SECTION WITH FIGURE — spacer */
    .quote-section--with-figure::after {
        height: 60px;
    }

    /* QUOTE SECTION WITH FIGURE */
    .article-content .quote-section--with-figure .quote-section__inner {
        min-height: 640px;
        padding: 0 24px;
    }

    .article-content .quote-section--with-figure .quote-section__inner::before {
        min-height: 640px;
    }

    .article-content .quote-section--with-figure .quote-section__content {
        max-width: 420px;
        padding: 50px 16px;
    }

    .article-content .quote-section--with-figure .quote-section__text {
        font-size: 26px;
    }

    .article-content .quote-section--with-figure .quote-section__inner::after {
        left: -13%;
        top: 360px;
        width: 340px;
        height: 340px;
    }

    .article-content .quote-section__figure {
        left: 10px;
    }

    .article-content .quote-section__figure-img {
        max-height: 300px;
    }

    /* AUDIO SECTION */
    .article-content .audio-section__inner {
        padding: 0 24px;
        max-width: 100%;
    }

    .article-content .audio-section__content {
        max-width: 100%;
    }

    .article-content .audio-section__image {
        max-width: 100%;
    }

    /* INTRO AUDIO SECTION */
    .article-content .intro-audio-section__inner {
        padding: 0 24px;
    }
}

/* ===== 768px ===== */
@media (max-width: 768px) {

    /* SUBSCRIBE SECTION */
    .article-content .subscribe-section {
        margin: 60px 0 30px 0;
    }

    .article-content .subscribe-section__images-inner {
        max-height: 450px;
    }

    /* QUOTE SECTION — spacer */
    .quote-section.quote-section--with-figure::after {
        height: 50px;
    }

    /* QUOTE SECTION */
    .article-content .quote-section {
        margin: 60px 0 30px 0;
    }

    .article-content .quote-section .quote-section__inner {
        min-height: 640px;
    }

    .article-content .quote-section .quote-section__inner::before {
        min-height: 640px;
    }

    .article-content .quote-section .quote-section__content {
        max-width: 550px;
        padding: 40px 16px;
    }

    .article-content .quote-section .quote-section__text {
        font-size: 26px;
    }

    .article-content .quote-section .quote-section__label {
        padding-bottom: 20px;
    }

    .article-content .quote-section .quote-section__author {
        font-size: 16px;
    }

    .article-content .quote-section .quote-section__inner::after {
        left: -14%;
        top: 340px;
        width: 300px;
        height: 300px;
    }

    /* QUOTE SECTION WITH FIGURE — spacer */
    .quote-section--with-figure::after {
        height: 50px;
    }

    /* QUOTE SECTION WITH FIGURE */
    .article-content .quote-section--with-figure {
        margin: 80px 0 30px 0;
    }

    .article-content .quote-section--with-figure .quote-section__inner {
        min-height: 640px;
    }

    .article-content .quote-section--with-figure .quote-section__inner::before {
        min-height: 640px;
    }

    .article-content .quote-section--with-figure .quote-section__content {
        max-width: 380px;
        padding: 40px 16px;
    }

    .article-content .quote-section--with-figure .quote-section__text {
        font-size: 26px;
    }

    .article-content .quote-section--with-figure .quote-section__label {
        padding-bottom: 20px;
    }

    .article-content .quote-section--with-figure .quote-section__author {
        font-size: 16px;
    }

    .article-content .quote-section--with-figure .quote-section__inner::after {
        left: -14%;
        top: 340px;
        width: 300px;
        height: 300px;
    }

    .article-content .quote-section__figure {
        left: 5px;
        bottom: -30px;
    }

    .article-content .quote-section__figure-img {
        max-height: 260px;
    }

    /* AUDIO SECTION */
    .article-content .audio-section {
        margin: 40px 0 40px;
    }

    .article-content .audio-section__btn {
        padding: 14px 20px;
        gap: 16px;
    }

    .article-content .audio-section__btn-text {
        font-size: 14px;
    }
}

/* ===== 680px ===== */
@media (max-width: 680px) {


    .article-content {
        margin-bottom: 16px;
        margin-top: 16px;
    }

    .news-detail-back {
        margin-left: 16px;
        margin-right: 16px;
    }



    /* SUBSCRIBE SECTION */
    .article-content .subscribe-section__inner {
        padding: 0 16px;
    }

    .article-content .subscribe-section__images-inner {
        max-height: 420px;
    }

    /* QUOTE SECTION — spacer */
    .quote-section.quote-section--with-figure::after {
        height: 50px;
    }

    /* QUOTE SECTION */
    .article-content .quote-section .quote-section__inner {
        min-height: 640px;
        padding: 0 16px;
    }

    .article-content .quote-section .quote-section__inner::before {
        min-height: 640px;
    }

    .article-content .quote-section .quote-section__content {
        max-width: 500px;
    }

    .article-content .quote-section .quote-section__text {
        font-size: 26px;
    }

    .article-content .quote-section .quote-section__inner::after {
        left: -14%;
        top: 360px;
        width: 280px;
        height: 280px;
    }

    /* QUOTE SECTION WITH FIGURE — spacer */
    .quote-section--with-figure::after {
        height: 50px;
    }

    /* QUOTE SECTION WITH FIGURE */
    .article-content .quote-section--with-figure .quote-section__inner {
        min-height: 640px;
        padding: 0 16px;
    }

    .article-content .quote-section--with-figure .quote-section__inner::before {
        min-height: 640px;
    }

    .article-content .quote-section--with-figure .quote-section__content {
        max-width: 340px;
    }

    .article-content .quote-section--with-figure .quote-section__text {
        font-size: 26px;
    }

    .article-content .quote-section--with-figure .quote-section__inner::after {
        left: -14%;
        top: 360px;
        width: 280px;
        height: 280px;
    }

    .article-content .quote-section__figure-img {
        max-height: 240px;
    }

    /* AUDIO SECTION */
    .article-content .audio-section__inner {
        padding: 0 16px;
    }

    /* INTRO AUDIO SECTION */
    .article-content .intro-audio-section__inner {
        padding: 0 16px;
    }
}

/* ===== 580px — мобилка ===== */
@media (max-width: 580px) {

    .article-content {
        font-size: 14px;
    }

    .article-content ul:not([class]),
    .article-content ol:not([class]) {

        font-size: 14px;

    }

    .article-content blockquote:not([class]) {
        font-size: 14px;
    }


    .article-content div:not([class]) {
        font-size: 14px;
    }

    .news-detail-banner__inner {
        max-height: 230px;
    }

    .news-detail-banner__image {
        max-height: 230px;
    }


    .news-detail-title {
        font-size: 28px;
        margin: 30px 0 30px 0;
    }

    .article-content p:not([class]) {

        font-size: 14px;

    }

    /* SUBSCRIBE SECTION */
    .article-content .subscribe-section {
        margin: 60px 0 24px 0;
    }

    .article-content .subscribe-section__inner {
        gap: 0;
        padding: 0;
    }

    .article-content .subscribe-section__images {
        margin-bottom: 40px;
        min-height: calc(500px + 40px);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* PHOTO ONLY — сброс min-height, фото не выступает */
    .article-content .subscribe-section--photo-only .subscribe-section__images {
        min-height: auto;
        margin-bottom: 30px;
    }

    .article-content .subscribe-section--photo-only .subscribe-section__images-inner {
        width: calc(100% - 32px);
        max-height: calc(305px - 24px);
        aspect-ratio: 775 / 543;
    }

    .article-content .subscribe-section--photo-only .subscribe-section__image-single--photo {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
    }

    /* Центрирование текста для photo-only */
    .article-content .subscribe-section--photo-only .subscribe-section__content {
        align-items: center;
        text-align: center;
    }

    .article-content .subscribe-section--photo-only .subscribe-section__title {
        text-align: center;
    }

    .article-content .subscribe-section--photo-only .subscribe-section__text {
        text-align: center;
    }

    .article-content .subscribe-section--with-parchment .subscribe-section__images::before {
        /* После rotate: визуальная ширина = height, визуальная высота = width */
        width: 500px;
        height: calc(100vw - 32px);
        max-height: 580px;
        aspect-ratio: unset;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(-90deg);
        background-size: 100% 100%;
    }

    .article-content .subscribe-section--image-left.subscribe-section--with-parchment .subscribe-section__images::before {
        left: 50%;
    }

    .article-content .subscribe-section--image-left .subscribe-section__images-inner {
        left: auto;
    }

    .article-content .subscribe-section__images-inner {
        max-height: 400px;
        position: relative;
    }

    .article-content .subscribe-section__image-single {
        max-width: 100%;
        max-height: 486px;
    }

    .article-content .subscribe-section__right {
        padding: 0 16px;
    }

    .article-content .subscribe-section__title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .article-content .subscribe-section__text {
        font-size: 14px;
        line-height: 120%;
    }

    /* QUOTE SECTION — spacer */
    .quote-section.quote-section--with-figure::after {
        height: 200px;
    }

    /* QUOTE SECTION */
    .article-content .quote-section {
        margin: 60px 0 24px 0;
    }

    .article-content .quote-section .quote-section__inner {
        min-height: 370px;
        align-items: flex-start;
    }

    .article-content .quote-section .quote-section__inner::before {
        min-height: 370px;
    }

    .article-content .quote-section .quote-section__content {
        max-width: calc(100% - 64px);
        padding: 90px 16px;
        gap: 35px;
    }

    .article-content .quote-section .quote-section__text {
        font-size: 18px;
    }

    .article-content .quote-section .quote-section__label {
        padding-bottom: 0;
    }

    .article-content .quote-section .quote-section__author {
        font-size: 14px;
    }

    .article-content .quote-section .quote-section__inner::after {
        left: -13%;
        top: 300px;
        width: 280px;
        height: 280px;
    }

    /* QUOTE SECTION WITH FIGURE — spacer */
    .quote-section--with-figure::after {
        height: 220px;
    }

    /* QUOTE SECTION WITH FIGURE */
    .article-content .quote-section--with-figure {
        margin: 60px 0 24px 0;
    }

    .article-content .quote-section--with-figure .quote-section__inner {
        min-height: 390px;
        align-items: flex-start;
    }

    .article-content .quote-section--with-figure .quote-section__inner::before {
        min-height: 390px;
    }

    .article-content .quote-section--with-figure .quote-section__content {
        max-width: calc(100% - 32px);
        padding: 120px 16px;
        gap: 35px;
    }

    .article-content .quote-section--with-figure .quote-section__text {
        font-size: 18px;
    }

    .article-content .quote-section--with-figure .quote-section__label {
        padding-bottom: 0;
    }

    .article-content .quote-section--with-figure .quote-section__author {
        font-size: 14px;
    }

    .article-content .quote-section--with-figure .quote-section__inner::after {
        left: -13%;
        top: 320px;
        width: 280px;
        height: 280px;
    }

    .article-content .quote-section__figure {
        left: 50%;
        transform: translateX(-50%);
        bottom: -20px;
    }

    .article-content .quote-section__figure-img {
        max-height: 200px;
    }

    /* AUDIO SECTION */
    .article-content .audio-section {
        margin: 40px 0 40px;
    }

    .article-content .audio-section__text {
        font-size: 18px;
    }

    .article-content .audio-section__btn {
        max-width: 100%;
    }

    .article-content .audio-section__content {
        gap: 28px;
    }

    /* INTRO AUDIO SECTION */
    .article-content .intro-audio-section {
        margin: 40px 0;
    }

    .article-content .intro-audio-section__inner {
        padding: 0 16px;
        min-height: auto;
    }

    .article-content .intro-audio-section__text {
        font-size: 16px;
    }

    .article-content .intro-audio-section__btn {
        max-width: 100%;
        margin-top: 40px;
    }
}

/* ===== 480px ===== */
@media (max-width: 480px) {


    .article-content {
        margin-bottom: 12px;
        margin-top: 12px;
    }

    .news-detail-back {
        margin-left: 12px;
        margin-right: 12px;
    }

    /* SUBSCRIBE SECTION */
    .article-content .subscribe-section__images-inner {
        max-height: 350px;
    }

    .article-content .subscribe-section__right {
        padding: 0 0;
    }

    /* QUOTE SECTION — spacer */
    .quote-section.quote-section--with-figure::after {
        height: 200px;
    }

    /* QUOTE SECTION */
    .article-content .quote-section .quote-section__inner {
        min-height: 370px;
        padding: 0 0;
    }

    .article-content .quote-section .quote-section__inner::before {
        min-height: 370px;
    }

    .article-content .quote-section .quote-section__content {
        max-width: calc(100% - 64px);
        padding: 90px 12px;
    }

    .article-content .quote-section .quote-section__text {
        font-size: 18px;
    }

    .article-content .quote-section .quote-section__inner::after {
        top: 300px;
        width: 280px;
        height: 280px;
    }

    /* QUOTE SECTION WITH FIGURE — spacer */
    .quote-section--with-figure::after {
        height: 220px;
    }

    /* QUOTE SECTION WITH FIGURE */
    .article-content .quote-section--with-figure .quote-section__inner {
        min-height: 370px;
        padding: 0 0;
    }

    .article-content .quote-section--with-figure .quote-section__inner::before {
        min-height: 370px;
    }

    .article-content .quote-section--with-figure .quote-section__content {
        max-width: calc(100% - 24px);
        padding: 50px 12px;
    }

    .article-content .quote-section--with-figure .quote-section__text {
        font-size: 18px;
    }

    .article-content .quote-section--with-figure .quote-section__inner::after {
        top: 300px;
        width: 280px;
        height: 280px;
    }

    .article-content .quote-section__figure-img {
        max-height: 180px;
    }

    /* AUDIO SECTION */
    .article-content .audio-section__inner {
        padding: 0 0;
    }

    .article-content .audio-section__play-icon {
        width: 20px;
        height: 20px;
    }

    .article-content .audio-section__btn {
        padding: 12px 16px;
        gap: 12px;
    }

    .article-content .audio-section__btn-text {
        font-size: 14px;
    }

    /* INTRO AUDIO SECTION */
    .article-content .intro-audio-section__inner {
        padding: 0 0;
    }

    .article-content .intro-audio-section__btn {
        padding: 12px 16px;
        gap: 12px;
    }

    .article-content .intro-audio-section__btn-text {
        font-size: 14px;
    }

    .article-content .intro-audio-section__play-icon {
        width: 20px;
        height: 20px;
    }
}

/* ===== 400px ===== */
@media (max-width: 400px) {

    /* SUBSCRIBE SECTION */
    .article-content .subscribe-section__images-inner {
        max-height: 300px;
    }

    .article-content .subscribe-section__title {
        font-size: 24px;
    }

    .article-content .subscribe-section__text {
        font-size: 14px;
    }

    /* QUOTE SECTION — spacer */
    .quote-section.quote-section--with-figure::after {
        height: 170px;
    }

    /* QUOTE SECTION */
    .article-content .quote-section .quote-section__inner {
        min-height: 370px;
    }

    .article-content .quote-section .quote-section__inner::before {
        min-height: 370px;
    }

    .article-content .quote-section .quote-section__content {
        padding: 90px 10px;
        gap: 35px;
    }

    .article-content .quote-section .quote-section__text {
        font-size: 18px;
    }

    .article-content .quote-section .quote-section__label {
        padding-bottom: 0;
    }

    .article-content .quote-section .quote-section__author {
        font-size: 14px;
    }

    .article-content .quote-section .quote-section__inner::after {
        top: 300px;
        width: 240px;
        height: 240px;
    }

    /* QUOTE SECTION WITH FIGURE — spacer */
    .quote-section--with-figure::after {
        height: 180px;
    }

    /* QUOTE SECTION WITH FIGURE */
    .article-content .quote-section--with-figure .quote-section__inner {
        min-height: 370px;
    }

    .article-content .quote-section--with-figure .quote-section__inner::before {
        min-height: 370px;
    }

    .article-content .quote-section--with-figure .quote-section__content {
        padding: 50px 10px;
        gap: 35px;
    }

    .article-content .quote-section--with-figure .quote-section__text {
        font-size: 18px;
    }

    .article-content .quote-section--with-figure .quote-section__label {
        padding-bottom: 0;
    }

    .article-content .quote-section--with-figure .quote-section__author {
        font-size: 14px;
    }

    .article-content .quote-section--with-figure .quote-section__inner::after {
        top: 300px;
        width: 240px;
        height: 240px;
    }

    .article-content .quote-section__figure-img {
        max-height: 160px;
    }
}

/* ===== 360px ===== */
@media (max-width: 360px) {

    /* SUBSCRIBE SECTION */
    .article-content .subscribe-section__images-inner {
        max-height: 260px;
    }

    /* QUOTE SECTION — spacer */
    .quote-section.quote-section--with-figure::after {
        height: 150px;
    }

    /* QUOTE SECTION */
    .article-content .quote-section .quote-section__inner {
        min-height: 370px;
    }

    .article-content .quote-section .quote-section__inner::before {
        min-height: 370px;
    }

    .article-content .quote-section .quote-section__text {
        font-size: 18px;
    }

    .article-content .quote-section .quote-section__inner::after {
        top: 315px;
        width: 200px;
        height: 200px;
    }

    /* QUOTE SECTION WITH FIGURE — spacer */
    .quote-section--with-figure::after {
        height: 160px;
    }

    /* QUOTE SECTION WITH FIGURE */
    .article-content .quote-section--with-figure .quote-section__inner {
        min-height: 370px;
    }

    .article-content .quote-section--with-figure .quote-section__inner::before {
        min-height: 370px;
    }

    .article-content .quote-section--with-figure .quote-section__text {
        font-size: 18px;
    }

    .article-content .quote-section--with-figure .quote-section__inner::after {
        top: 315px;
        width: 200px;
        height: 200px;
    }

    .article-content .quote-section__figure-img {
        max-height: 140px;
    }

    /* AUDIO SECTION */
    .article-content .audio-section {
        margin: 40px 0 40px;
    }

    .article-content .audio-section__btn-text {
        font-size: 14px;
        letter-spacing: 0.8px;
    }
}