

/* Start:/bitrix/templates/.default/components/bitrix/news/news/bitrix/news.detail/.default/style.css?178800606827068*/
.title-c {
    font-weight: 500;
}

.Promotions-aktsii-newsDetail-detailText {
    font-size: 15px !important;
    margin-bottom: 30px;
}

img.detail_picture {
    object-fit: contain !important;
    object-position: left center !important;
}


.abv_txt h2 {
    color: #2c5fa3;
    font-size: 26px;
    font-weight: bold;
    margin: 30px 0 15px;
}

.abv_txt h3 {
    color: #000;
    font-size: 21px;
    font-weight: bold;
    margin: 30px 0 15px;
}
.article-page {
    --article-text: #2b2929;
    --article-muted: #747070;
    --article-heading: #1d1b1b;
    --article-primary: #ef3f36;
    --article-primary-dark: #d92d27;
    --article-primary-soft: #fff1f0;
    --article-bg-soft: #f7f7f8;
    --article-border: #ece8e8;
    --article-white: #fff;

    max-width: 920px;
    margin: 0 auto;
    color: var(--article-text);
    font-size: 17px;
    line-height: 1.75;
}


/* =========================
   БАЗОВАЯ ТИПОГРАФИКА
   ========================= */

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

.article-page p {
    margin: 0 0 20px;
}

.article-page h2,
.article-page h3 {
    color: var(--article-heading);
    line-height: 1.25;
}

.article-page h2 {
    margin: 0 0 24px;
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 650;
    letter-spacing: -0.025em;
}

.article-page h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 650;
}

.article-page strong {
    color: var(--article-heading);
    font-weight: 650;
}

.article-page a {
    color: var(--article-primary);
}

.article-page__section {
    margin: 0 0 72px;
}

.article-page__intro {
    max-width: 760px;
    font-size: 19px;
    line-height: 1.65;
}


/* =========================
   ЛИД
   ========================= */

.article-page__lead {
    position: relative;
    margin: 0 0 72px;
    padding: 34px 38px;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            var(--article-primary-soft),
            #f8fbfa
        );
    border-radius: 12px;
    font-size: 19px;
    line-height: 1.7;
}

.article-page__lead::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    background: var(--article-primary);
}

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


/* =========================
   ВАЖНО / ПРИМЕЧАНИЕ
   ========================= */

.article-note {
    display: flex;
    gap: 18px;
    margin: 30px 0;
    padding: 24px 26px;
    background: var(--article-primary-soft);
    border-radius: 12px;
}

.article-note__icon {
    display: flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #fff;
    background: var(--article-primary);
    border-radius: 50%;
    font-size: 17px;
    font-weight: 700;
}

.article-note__content {
    min-width: 0;
}

.article-note__content > strong {
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
}

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

.article-note--warning {
    background: #fff4e8;
}

.article-note--warning .article-note__icon {
    background: #e58a24;
}


/* =========================
   CHECK LIST
   ========================= */

.article-check-list {
    display: grid;
    gap: 12px;
    margin: 26px 0 30px;
    padding: 0;
    list-style: none;
}

.article-check-list li {
    position: relative;
    padding: 17px 20px 17px 52px;
    background: var(--article-bg-soft);
    border-radius: 12px;
}

.article-check-list li::before {
    content: "✓";
    position: absolute;
    top: 17px;
    left: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 22px;
    height: 22px;

    color: var(--article-primary-dark);
    background: #ffe2df;
    border-radius: 50%;

    font-size: 13px;
    font-weight: 700;
}


/* =========================
   КОРОТКИЙ ОТВЕТ
   ========================= */

.article-answer {
    margin: 24px 0 30px;
    padding: 24px 28px;
    background: #f6f8f8;
    border: 1px solid var(--article-border);
    border-radius: 12px;
}

.article-answer__label {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 5px 10px;

    color: var(--article-primary-dark);
    background: var(--article-primary-soft);

    border-radius: 100px;

    font-size: 13px;
    line-height: 1.3;
    font-weight: 650;
    text-transform: uppercase;
    letter-spacing: .035em;
}

.article-answer p {
    margin: 0;
    font-size: 18px;
}

.article-answer--positive {
    background: var(--article-primary-soft);
    border-color: transparent;
}


/* =========================
   КАРТОЧКИ ПРИЗНАКОВ
   ========================= */

.article-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 28px 0 32px;
}

.article-feature {
    padding: 22px;
    background: var(--article-bg-soft);
    border: 1px solid var(--article-border);
    border-radius: 12px;
}

.article-feature__num {
    display: block;
    margin-bottom: 22px;

    color: var(--article-primary);
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
}

.article-feature p {
    margin: 0;
    line-height: 1.55;
}


/* =========================
   КАРТОЧКИ
   ========================= */

.article-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 28px 0 36px;
}

.article-card {
    padding: 26px;
    border: 1px solid var(--article-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(22, 18, 18, .06);
}

.article-card h3 {
    margin-bottom: 10px;
}

.article-card p {
    margin: 0;
    color: var(--article-muted);
    font-size: 16px;
    line-height: 1.65;
}


/* =========================
   CTA В СТАТЬЕ
   ========================= */

.article-cta-inline {
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: space-between;

    margin-top: 34px;
    padding: 26px 28px;

    background: var(--article-primary-soft);
    border-radius: 12px;
}

.article-cta-inline p {
    margin: 3px 0 0;
    color: var(--article-muted);
    font-size: 15px;
}

.article-button {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;

    min-height: 50px;
    padding: 0 24px;

    color: #fff !important;
    background: var(--article-primary);
    border-radius: 8px;

    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none !important;

    transition:
        background-color .2s ease,
        transform .2s ease;
}

.article-button:hover {
    background: var(--article-primary-dark);
    transform: translateY(-1px);
}


/* =========================
   МЕТОДЫ
   ========================= */

.article-methods {
    margin-top: 34px;
    border-top: 1px solid var(--article-border);
}

.article-method {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 20px;

    padding: 28px 0;
    border-bottom: 1px solid var(--article-border);
}

.article-method__label {
    color: var(--article-primary);
    font-size: 14px;
    font-weight: 700;
}

.article-method p {
    margin: 0;
    color: var(--article-muted);
}


/* =========================
   ЭТАПЫ
   ========================= */

.article-steps {
    position: relative;
    margin-top: 32px;
}

.article-step {
    position: relative;
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 22px;
    padding-bottom: 30px;
}

.article-step:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 46px;
    bottom: 4px;
    left: 22px;
    width: 1px;
    background: var(--article-border);
}

.article-step__number {
    position: relative;
    z-index: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;

    color: #fff;
    background: var(--article-primary);
    border-radius: 50%;

    font-size: 15px;
    font-weight: 700;
}

.article-step h3 {
    padding-top: 3px;
}

.article-step p {
    margin: 0;
    color: var(--article-muted);
}


/* =========================
   ЭКСПЕРТ
   ========================= */

.article-expert {
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 34px;

    margin: 80px 0;
    padding: 34px;

    background: #171717;
    border-radius: 20px;
    overflow: hidden;
}

.article-expert__photo img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 12px;
}

.article-expert__content {
    align-self: center;
    color: rgba(255, 255, 255, .78);
}

.article-expert__label {
    display: inline-block;
    margin-bottom: 12px;
    color: #ff746d;

    font-size: 13px;
    font-weight: 650;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.article-expert h2 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 27px;
}

.article-expert__position {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, .55);
    font-size: 14px;
}

.article-expert blockquote {
    margin: 0 0 18px;
    padding: 0;
    color: #fff;

    font-size: 18px;
    line-height: 1.65;
    font-weight: 500;
}

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


/* =========================
   ИНОГОРОДНИЕ
   ========================= */

.article-region {
    padding: 40px;
    background: var(--article-primary-soft);
    border-radius: 14px;
}

.article-region__head {
    max-width: 720px;
}

.article-region__eyebrow,
.article-faq__eyebrow,
.article-final__eyebrow {
    display: block;
    margin-bottom: 12px;

    color: var(--article-primary-dark);

    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.article-region__items {
    margin-top: 34px;
}

.article-region__item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;

    padding: 24px 0;
    border-top: 1px solid rgba(239, 63, 54, .16);
}

.article-region__item > span {
    color: var(--article-primary);
    font-size: 14px;
    font-weight: 700;
}

.article-region__item p {
    margin: 0;
    color: var(--article-muted);
}

.article-region__footer {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;

    margin-top: 15px;
    padding-top: 28px;
    border-top: 1px solid rgba(239, 63, 54, .16);
}

.article-region__footer p {
    max-width: 530px;
    margin: 0;
}

.article-button--light {
    color: var(--article-primary-dark) !important;
    background: #fff;
}

.article-button--light:hover {
    color: #fff !important;
}


/* =========================
   FAQ / АККОРДЕОН
   ========================= */

.article-faq {
    margin-top: 80px;
}

.article-faq__header {
    margin-bottom: 26px;
}

.article-faq__items {
    border-top: 1px solid var(--article-border);
}

.article-faq__item {
    border-bottom: 1px solid var(--article-border);
}

.article-faq__item summary {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;

    padding: 22px 4px;

    cursor: pointer;
    list-style: none;

    color: var(--article-heading);

    font-size: 18px;
    line-height: 1.45;
    font-weight: 600;
}

.article-faq__item summary::-webkit-details-marker {
    display: none;
}

.article-faq__item summary::marker {
    display: none;
}

.article-faq__item summary i {
    position: relative;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;

    background: var(--article-bg-soft);
    border-radius: 50%;
}

.article-faq__item summary i::before,
.article-faq__item summary i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;

    width: 13px;
    height: 1px;

    background: var(--article-heading);

    transform: translate(-50%, -50%);
    transition: transform .2s ease;
}

.article-faq__item summary i::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.article-faq__item[open] summary i::after {
    transform: translate(-50%, -50%) rotate(0);
}

.article-faq__answer {
    max-width: 760px;
    padding: 0 56px 24px 4px;
    color: var(--article-muted);
}

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


/* =========================
   ФИНАЛ
   ========================= */

.article-final {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 50px;
    align-items: end;

    margin-top: 80px;
    padding: 42px;

    background: #f7f7f8;
    border-radius: 14px;
}

.article-final__content {
    max-width: 650px;
}

.article-final h2 {
    margin-bottom: 16px;
}

.article-final__action {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.article-final__action > span {
    max-width: 220px;
    color: var(--article-muted);
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
}


/* =========================
   TABLET
   ========================= */

@media (max-width: 900px) {

    .article-page {
        font-size: 16px;
    }

    .article-grid,
    .article-cards {
        grid-template-columns: 1fr;
    }

    .article-expert {
        grid-template-columns: 150px 1fr;
    }

    .article-final {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .article-final__action {
        align-items: flex-start;
    }

    .article-final__action > span {
        max-width: none;
        text-align: left;
    }
}


/* =========================
   MOBILE
   ========================= */

@media (max-width: 640px) {

    .article-page {
        line-height: 1.7;
    }

    .article-page__section {
        margin-bottom: 52px;
    }

    .article-page h2 {
        margin-bottom: 18px;
        font-size: 27px;
    }

    .article-page h3 {
        font-size: 19px;
    }

    .article-page__lead {
        margin-bottom: 52px;
        padding: 25px 22px;
        border-radius: 15px;
        font-size: 17px;
    }

    .article-note {
        padding: 20px;
    }

    .article-answer {
        padding: 21px;
    }

    .article-feature,
    .article-card {
        padding: 20px;
    }

    .article-cta-inline {
        flex-direction: column;
        align-items: stretch;
        padding: 22px;
    }

    .article-button {
        width: 100%;
    }

    .article-method {
        grid-template-columns: 36px 1fr;
        gap: 12px;
    }

    .article-expert {
        grid-template-columns: 1fr;
        gap: 24px;
        margin: 56px 0;
        padding: 24px;
    }

    .article-expert__photo {
        max-width: 180px;
    }

    .article-region {
        padding: 26px 22px;
        border-radius: 17px;
    }

    .article-region__item {
        grid-template-columns: 38px 1fr;
    }

    .article-region__footer {
        flex-direction: column;
        align-items: stretch;
    }

    .article-faq {
        margin-top: 56px;
    }

    .article-faq__item summary {
        gap: 14px;
        padding: 19px 0;
        font-size: 16px;
    }

    .article-faq__item summary i {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
    }

    .article-faq__answer {
        padding: 0 40px 20px 0;
    }

    .article-final {
        margin-top: 56px;
        padding: 27px 22px;
        border-radius: 17px;
    }
}

.article-video {
    width: 100%;
    margin: 32px 0;
    display: flex;
    justify-content: center;
}

.article-video iframe,
.article-video video {
    display: block;
    width: min(100%, 420px);
    height: auto;
    aspect-ratio: 363 / 714;
    border: 0;
    border-radius: 18px;
    background: #000;
}

@media (max-width: 767px) {
    .article-video {
        margin: 24px 0;
    }

    .article-video iframe,
    .article-video video {
        width: min(100%, 380px);
        border-radius: 12px;
    }
}


/* =========================================================
   ФЛАГМАН-МЕД — корректировки стилей статей
   Подключать ПОСЛЕ основного style.css
   Верстку менять не требуется.
   ========================================================= */

.article-page {
    --article-text: #222222;
    --article-muted: #6f6f73;
    --article-heading: #171717;

    --article-primary: #ef3f36;
    --article-primary-dark: #d9352e;
    --article-primary-soft: #fff2f1;

    --article-bg-soft: #f6f6f7;
    --article-border: #e9e9eb;
    --article-white: #ffffff;

    color: var(--article-text);
}


/* =========================
   ЗАГОЛОВКИ
   ========================= */

.article-page h2,
.article-page h3 {
    color: var(--article-heading);
    letter-spacing: -0.018em;
}

.article-page h2 {
    margin: 0 0 18px;
    font-size: clamp(24px, 2.4vw, 29px);
    line-height: 1.18;
    font-weight: 600;
}

.article-page h3 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.28;
    font-weight: 600;
}

.article-page strong {
    color: var(--article-heading);
    font-weight: 600;
}


/* =========================
   ЛИД
   ========================= */

.article-page__lead {
    margin-bottom: 48px;
    padding: 24px 28px;

    background: #f6f6f7;
    border: 1px solid #eeeeef;
    border-radius: 12px;

    font-size: 16px;
    line-height: 1.65;
}

.article-page__lead::before {
    width: 3px;
    background: var(--article-primary);
}


/* =========================
   ВИДЕО
   ========================= */

.article-video {
    width: 100%;
    margin: 0 0 54px;
    padding: 28px 20px;

    display: flex;
    justify-content: center;
    align-items: center;

    background: #f4f4f5;
    border: 1px solid #ececee;
    border-radius: 16px;
}

.article-video iframe,
.article-video video {
    display: block;

    width: 205px !important;
    height: 360px !important;
    max-width: 100%;

    aspect-ratio: auto !important;
    border: 0;
    border-radius: 12px;

    background: #000;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .08);
}


/* =========================
   СЕКЦИИ
   ========================= */

.article-page__section {
    margin-bottom: 58px;
}


/* =========================
   КОРОТКИЙ ОТВЕТ
   ========================= */

.article-answer {
    margin: 20px 0 26px;
    padding: 20px 22px;

    background: #f7f7f8;
    border: 1px solid var(--article-border);
    border-radius: 12px;
}

.article-answer--positive {
    background: #fff6f5;
    border-color: #f8dedb;
}

.article-answer__label {
    margin-bottom: 9px;
    padding: 4px 9px;

    color: var(--article-primary-dark);
    background: #ffe8e6;

    border-radius: 6px;

    font-size: 11px;
    font-weight: 650;
    letter-spacing: .04em;
}

.article-answer p {
    font-size: 16px;
    line-height: 1.65;
}


/* =========================
   ВАЖНО
   ========================= */

.article-note {
    gap: 14px;
    margin: 26px 0;
    padding: 20px 22px;

    background: #fff6f5;
    border: 1px solid #f8e1df;
    border-radius: 12px;
}

.article-note__icon {
    flex-basis: 30px;
    width: 30px;
    height: 30px;

    background: var(--article-primary);
    border-radius: 50%;

    font-size: 14px;
}

.article-note__content > strong {
    margin-bottom: 4px;
    font-size: 16px;
}

.article-note--warning {
    background: #fff8f1;
    border-color: #f2e2d4;
}

.article-note--warning .article-note__icon {
    background: #df7b33;
}


/* =========================
   КАРТОЧКИ / СЕТКИ
   ========================= */

.article-grid,
.article-cards {
    gap: 12px;
    margin-top: 24px;
}

.article-feature,
.article-card {
    background: #f7f7f8;
    border: 1px solid #ededee;
    border-radius: 10px;
    box-shadow: none;
}

.article-feature {
    padding: 20px;
}

.article-card {
    padding: 21px 22px;
}

.article-feature__num {
    margin-bottom: 16px;
    color: var(--article-primary);
    font-size: 11px;
}

.article-card h3 {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
}

.article-card p,
.article-feature p {
    color: #66666a;
    font-size: 15px;
    line-height: 1.6;
}


/* =========================
   СПИСКИ
   ========================= */

.article-check-list {
    gap: 8px;
    margin: 22px 0 28px;
}

.article-check-list li {
    min-height: 46px;
    padding: 13px 17px 13px 43px;

    color: #404044;
    background: #f7f7f8;
    border: 1px solid #eeeeef;
    border-radius: 8px;

    line-height: 1.55;
}

.article-check-list li::before {
    top: 14px;
    left: 15px;

    width: 18px;
    height: 18px;

    color: #fff;
    background: var(--article-primary);

    font-size: 10px;
}


/* =========================
   ЭТАПЫ
   ========================= */

.article-steps {
    margin-top: 26px;
}

.article-step {
    grid-template-columns: 42px 1fr;
    gap: 17px;
    padding-bottom: 25px;
}

.article-step:not(:last-child)::before {
    top: 38px;
    left: 17px;
    background: #e6e6e8;
}

.article-step__number {
    width: 36px;
    height: 36px;

    background: var(--article-primary);
    border-radius: 50%;

    font-size: 13px;
    font-weight: 650;
}

.article-step h3 {
    padding-top: 1px;
    margin-bottom: 5px;

    font-size: 19px;
    line-height: 1.25;
    font-weight: 600;
}

.article-step p {
    color: #68686c;
    font-size: 15px;
    line-height: 1.6;
}


/* =========================
   МЕТОДЫ
   ========================= */

.article-methods {
    border-top-color: var(--article-border);
}

.article-method {
    border-bottom-color: var(--article-border);
}

.article-method__label {
    color: var(--article-primary);
}


/* =========================
   CTA
   ========================= */

.article-cta-inline {
    margin-top: 30px;
    padding: 22px 24px;

    background: #fff4f3;
    border: 1px solid #f7dedc;
    border-radius: 12px;
}

.article-cta-inline strong {
    font-size: 16px;
}

.article-button {
    min-height: 46px;
    padding: 0 20px;

    background: var(--article-primary);
    border-radius: 7px;

    font-size: 14px;
    font-weight: 600;
}

.article-button:hover {
    background: var(--article-primary-dark);
}


/* =========================
   FAQ
   Работает и для summary без <i>
   ========================= */

.article-faq {
    margin-top: 64px;
}

.article-faq__header {
    margin-bottom: 18px;
}

.article-faq__eyebrow,
.article-region__eyebrow,
.article-final__eyebrow {
    margin-bottom: 8px;
    color: var(--article-primary);
    font-size: 11px;
    font-weight: 650;
    letter-spacing: .07em;
}

.article-faq__items {
    border-top: 1px solid var(--article-border);
}

.article-faq__item {
    border-bottom: 1px solid var(--article-border);
}

.article-faq__item summary {
    position: relative;

    display: flex;
    align-items: center;

    min-height: 58px;
    padding: 17px 48px 17px 0;

    color: #242426;

    font-size: 15px;
    line-height: 1.45;
    font-weight: 550;

    cursor: pointer;
}

.article-faq__item summary:hover {
    color: var(--article-primary-dark);
}

.article-faq__item summary > i {
    display: none !important;
}

.article-faq__item summary::after {
    content: "";

    position: absolute;
    top: 50%;
    right: 5px;

    width: 28px;
    height: 28px;

    border: 1px solid #e4e4e6;
    border-radius: 50%;
    background:
        linear-gradient(#67676b, #67676b) center / 10px 1px no-repeat,
        linear-gradient(#67676b, #67676b) center / 1px 10px no-repeat,
        #f7f7f8;

    transform: translateY(-50%);
    transition:
        background-color .2s ease,
        border-color .2s ease;
}

.article-faq__item[open] summary::after {
    border-color: #f2c5c2;
    background:
        linear-gradient(var(--article-primary), var(--article-primary)) center / 10px 1px no-repeat,
        #fff1f0;
}

.article-faq__answer {
    max-width: 760px;
    padding: 0 48px 18px 0;

    color: #69696d;
    font-size: 15px;
    line-height: 1.65;
}


/* =========================
   ФИНАЛ
   ========================= */

.article-final {
    margin-top: 62px;
    padding: 30px 32px;

    background: #f5f5f6;
    border: 1px solid #ebebed;
    border-radius: 12px;
}

.article-final h2 {
    margin-bottom: 12px;
    font-size: clamp(22px, 2.2vw, 27px);
    font-weight: 600;
}


/* =========================
   ПРОЧИЕ БЛОКИ:
   убираем старую зеленую гамму
   ========================= */

.article-region {
    background: #fff4f3;
    border-radius: 12px;
}

.article-region__item,
.article-region__footer {
    border-color: rgba(239, 63, 54, .14);
}

.article-region__item > span {
    color: var(--article-primary);
}

.article-button--light {
    color: var(--article-primary-dark) !important;
}

.article-expert {
    background: #191919;
    border-radius: 14px;
}

.article-expert__label {
    color: #ff8d87;
}


/* =========================
   TABLET
   ========================= */

@media (max-width: 900px) {

    .article-page h2 {
        font-size: 25px;
    }

    .article-video {
        margin-bottom: 46px;
    }

    .article-final {
        padding: 28px;
    }
}


/* =========================
   MOBILE
   ========================= */

@media (max-width: 640px) {

    .article-page__section {
        margin-bottom: 46px;
    }

    .article-page h2 {
        margin-bottom: 16px;
        font-size: 23px;
        line-height: 1.2;
    }

    .article-page h3 {
        font-size: 17px;
    }

    .article-page__lead {
        margin-bottom: 38px;
        padding: 20px 19px;
        border-radius: 10px;
        font-size: 15px;
    }

    .article-video {
        margin-bottom: 42px;
        padding: 22px 14px;
        border-radius: 12px;
    }

    .article-video iframe,
    .article-video video {
        width: 190px !important;
        height: 334px !important;
        border-radius: 10px;
    }

    .article-answer,
    .article-note {
        padding: 18px;
        border-radius: 10px;
    }

    .article-feature,
    .article-card {
        padding: 18px;
        border-radius: 9px;
    }

    .article-step {
        grid-template-columns: 38px 1fr;
        gap: 13px;
    }

    .article-step__number {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .article-step:not(:last-child)::before {
        top: 34px;
        left: 15px;
    }

    .article-step h3 {
        font-size: 17px;
    }

    .article-faq {
        margin-top: 48px;
    }

    .article-faq__item summary {
        min-height: 54px;
        padding: 15px 42px 15px 0;
        font-size: 15px;
    }

    .article-faq__item summary::after {
        right: 1px;
        width: 26px;
        height: 26px;
    }

    .article-faq__answer {
        padding: 0 38px 17px 0;
    }

    .article-final {
        margin-top: 48px;
        padding: 23px 20px;
        border-radius: 10px;
    }

    .article-final h2 {
        font-size: 22px;
    }
}

/* End */
/* /bitrix/templates/.default/components/bitrix/news/news/bitrix/news.detail/.default/style.css?178800606827068 */
