

/* Start:/local/templates/.default/components/bitrix/news/news2023/bitrix/news.detail/.default/style.css?178840574229883*/
.article-editorial {
    --article-accent: #393186;
    --article-accent-dark: #2d276c;
    --article-text: #25242a;
    --article-muted: #6f6c78;
    --article-line: #e6e4ec;
    --article-soft: #f6f5fa;
    width: 100%;
    max-width: 1040px;
    margin: 0 0 72px;
    color: var(--article-text);
    font-family: "NotoSans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

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

.article-editorial__body {
    width: 100%;
    display: flow-root;
}

.article-editorial__body > :first-child {
    margin-top: 0 !important;
}

.article-editorial__body > :last-child {
    margin-bottom: 0 !important;
}

.article-editorial__body :where(h2, h3, h4, p, ul, ol, dl, table, blockquote, figure) {
    max-width: 860px;
}

.article-editorial__body h2 {
    margin: 64px 0 18px;
    color: var(--article-text);
    font-size: 30px;
    line-height: 1.25;
    font-weight: 650;
    letter-spacing: -0.015em;
}

.article-editorial__body h3 {
    margin: 36px 0 12px;
    color: var(--article-text);
    font-size: 21px;
    line-height: 1.35;
    font-weight: 650;
}

.article-editorial__body h4 {
    margin: 28px 0 10px;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 650;
}

.article-editorial__body p {
    margin: 0 0 18px;
}

.article-editorial__body a {
    color: var(--article-accent);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.article-editorial__body a:hover {
    color: var(--article-accent-dark);
}

.article-editorial__body :where(ul, ol) {
    margin: 20px 0 28px;
    padding-left: 24px;
}

.article-editorial__body li {
    margin: 8px 0;
    padding-left: 4px;
}

.article-editorial__body li::marker {
    color: var(--article-accent);
    font-weight: 700;
}

.article-editorial__body blockquote {
    margin: 32px 0;
    padding: 22px 26px;
    color: #494650;
    background: var(--article-soft);
    border-left: 4px solid var(--article-accent);
    border-radius: 0 12px 12px 0;
}

.article-editorial__body blockquote > :last-child {
    margin-bottom: 0;
}

.article-editorial__body hr {
    max-width: 860px;
    margin: 52px 0;
    border: 0;
    border-top: 1px solid var(--article-line);
}

.article-editorial__body figure,
.article-editorial__hero,
.article-editorial__gallery-item {
    margin: 34px 0;
}

.article-editorial__body img,
.article-editorial__hero img,
.article-editorial__gallery img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
    border-radius: 14px;
}

.article-editorial__body figure img {
    width: 100%;
}

.article-editorial__body figcaption,
.article-editorial__gallery figcaption {
    margin-top: 9px;
    color: var(--article-muted);
    font-size: 13px;
    line-height: 1.45;
}

.article-editorial__hero {
    max-width: 1040px;
    margin: 28px 0 46px;
}

.article-editorial__hero img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}

.article-editorial__gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    max-width: 1040px;
    margin: 30px 0 48px;
}

.article-editorial__gallery-item {
    margin: 0;
}

.article-editorial__gallery img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.article-editorial__body table {
    width: 100%;
    margin: 30px 0 38px;
    display: block;
    overflow-x: auto;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
    border: 1px solid var(--article-line);
    border-radius: 12px;
}

.article-editorial__body :where(th, td) {
    min-width: 120px;
    padding: 13px 15px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid var(--article-line);
    border-right: 1px solid var(--article-line);
}

.article-editorial__body th {
    color: #39363f;
    font-weight: 650;
    background: #f4f3f8;
}

.article-editorial__body tr:last-child td {
    border-bottom: 0;
}

.article-editorial__body :where(th, td):last-child {
    border-right: 0;
}

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

.article-editorial__body dl > div {
    min-width: 0;
    padding: 18px;
    background: var(--article-soft);
    border: 1px solid #eceaf1;
    border-radius: 12px;
}

.article-editorial__body dt {
    margin-bottom: 5px;
    color: var(--article-text);
    font-weight: 700;
}

.article-editorial__body dd {
    margin: 0;
    color: var(--article-muted);
    font-size: 14px;
}

/* Стили, которые сотрудник выбирает из стандартного списка «Стиль». */
.article-editorial__body .article-editor-kicker {
    margin-bottom: 12px;
    color: var(--article-accent);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.article-editorial__body .article-editor-lead {
    max-width: 900px;
    margin-bottom: 30px;
    color: #34313a;
    font-size: 21px;
    line-height: 1.55;
}

.article-editorial__body .article-editor-callout {
    max-width: 860px;
    margin: 30px 0;
    padding: 24px 26px;
    background: #f2f0f8;
    border-radius: 14px;
}

.article-editorial__body .article-editor-callout > :last-child {
    margin-bottom: 0;
}

.article-editorial__body .article-editor-tip {
    max-width: 860px;
    margin: 30px 0;
    padding: 20px 24px;
    border: 1px solid #dcd8ef;
    border-left: 4px solid var(--article-accent);
    border-radius: 0 12px 12px 0;
}

.article-editorial__body .article-editor-tip > :last-child {
    margin-bottom: 0;
}

.article-editorial__body .article-editor-features {
    max-width: 900px;
    margin: 28px 0 40px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 28px;
    list-style: none;
}

.article-editorial__body .article-editor-features li {
    position: relative;
    margin: 0;
    padding: 10px 0 10px 28px;
}

.article-editorial__body .article-editor-features li::before {
    content: "";
    position: absolute;
    top: 1.05em;
    left: 2px;
    width: 8px;
    height: 8px;
    background: var(--article-accent);
    border-radius: 50%;
}

.article-editorial__body .article-editor-steps {
    max-width: 900px;
    margin: 28px 0 42px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    list-style: none;
    counter-reset: article-step;
}

.article-editorial__body .article-editor-steps > li {
    position: relative;
    min-height: 120px;
    margin: 0;
    padding: 22px 20px 22px 58px;
    counter-increment: article-step;
    background: #fff;
    border: 1px solid var(--article-line);
    border-radius: 12px;
}

.article-editorial__body .article-editor-steps > li::before {
    content: counter(article-step);
    position: absolute;
    top: 20px;
    left: 18px;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--article-accent);
    border-radius: 50%;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

.article-editorial__body .article-editor-muted {
    color: var(--article-muted);
    font-size: 14px;
}


@media (max-width: 760px) {
    .article-editorial {
        margin-bottom: 52px;
        font-size: 15px;
    }

    .article-editorial__body h2 {
        margin-top: 48px;
        font-size: 25px;
    }

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

    .article-editorial__body .article-editor-lead {
        font-size: 18px;
    }

    .article-editorial__gallery,
    .article-editorial__body .article-editor-features,
    .article-editorial__body .article-editor-steps,
    .article-editorial__body dl {
        grid-template-columns: minmax(0, 1fr);
    }

    .article-editorial__body .article-editor-steps > li {
        min-height: 0;
    }

    .article-editorial__body blockquote,
    .article-editorial__body .article-editor-callout,
    .article-editorial__body .article-editor-tip {
        padding-right: 18px;
        padding-left: 18px;
    }
}

/* Reliable presets available from the Bitrix visual editor. */
.article-editorial__body .article-editor-accent {
    color: var(--article-accent);
    font-weight: 700;
}

.article-editorial__body .article-editor-center {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.article-editorial__body .article-editor-narrow {
    max-width: 680px;
}

.article-editorial__body .article-editor-dropcap::first-letter {
    float: left;
    margin: .08em .14em 0 0;
    color: var(--article-accent);
    font-size: 3.6em;
    line-height: .78;
    font-weight: 700;
}

.article-editorial__body .article-editor-caption {
    max-width: 760px;
    margin-top: -8px;
    color: var(--article-muted);
    font-size: 13px;
    line-height: 1.45;
    font-style: italic;
}

.article-editorial__body .article-editor-stat {
    margin: 26px 0;
    color: var(--article-accent);
    font-size: 38px;
    line-height: 1.12;
    font-weight: 750;
    letter-spacing: -.02em;
}

.article-editorial__body .article-editor-quote-large {
    margin: 36px 0;
    padding: 28px 30px;
    color: #302d37;
    background: #f5f3fa;
    border-left: 5px solid var(--article-accent);
    border-radius: 0 14px 14px 0;
    font-size: 22px;
    line-height: 1.55;
    font-weight: 600;
}

.article-editorial__body .article-editor-quote-soft {
    margin: 30px 0;
    padding: 22px 26px;
    color: #57535f;
    background: #fbfafe;
    border-left: 2px solid #bcb8d3;
    border-radius: 0 12px 12px 0;
}

.article-editorial__body .article-editor-info,
.article-editorial__body .article-editor-success,
.article-editorial__body .article-editor-warning,
.article-editorial__body .article-editor-outline,
.article-editorial__body .article-editor-fact,
.article-editorial__body .article-editor-dark {
    max-width: 860px;
    margin: 30px 0;
    padding: 22px 24px;
    border-radius: 12px;
}

.article-editorial__body .article-editor-info {
    background: #f5f4fb;
    border: 1px solid #e1def0;
    border-left: 4px solid #6c68a9;
    border-radius: 0 12px 12px 0;
}

.article-editorial__body .article-editor-success {
    background: #f4faf6;
    border: 1px solid #dcecdf;
    border-left: 4px solid #4c8b68;
    border-radius: 0 12px 12px 0;
}

.article-editorial__body .article-editor-warning {
    background: #fff9ee;
    border: 1px solid #efe0c3;
    border-left: 4px solid #b9852f;
    border-radius: 0 12px 12px 0;
}

.article-editorial__body .article-editor-outline {
    background: #fff;
    border: 1px solid #dcd9e6;
}

.article-editorial__body .article-editor-fact {
    background: linear-gradient(135deg, #fbfaff 0%, #fff 100%);
    border: 1px solid #e5e2ef;
    border-left: 4px solid var(--article-accent);
    border-radius: 0 12px 12px 0;
}

.article-editorial__body .article-editor-dark {
    color: #fff;
    background: #302b58;
    border: 1px solid #302b58;
}

.article-editorial__body .article-editor-dark :where(h2, h3, h4, p, li, strong, a) {
    color: inherit;
}

.article-editorial__body .article-editor-columns-2 {
    max-width: 900px;
    margin: 30px 0 40px;
    column-count: 2;
    column-gap: 38px;
    column-rule: 1px solid var(--article-line);
}

.article-editorial__body .article-editor-grid-2,
.article-editorial__body .article-editor-grid-3 {
    max-width: 960px;
    margin: 30px 0 42px;
    display: grid;
    gap: 14px;
}

.article-editorial__body .article-editor-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-editorial__body .article-editor-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-editorial__body .article-editor-grid-2 > *,
.article-editorial__body .article-editor-grid-3 > * {
    min-width: 0;
    margin: 0;
    padding: 20px;
    background: #fff;
    border: 1px solid var(--article-line);
    border-radius: 12px;
}

.article-editorial__body .article-editor-gallery-2,
.article-editorial__body .article-editor-gallery-3 {
    max-width: 1040px;
    margin: 32px 0 44px;
    display: grid;
    gap: 14px;
}

.article-editorial__body .article-editor-gallery-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-editorial__body .article-editor-gallery-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-editorial__body .article-editor-gallery-2 :where(img, figure),
.article-editorial__body .article-editor-gallery-3 :where(img, figure) {
    width: 100%;
    min-width: 0;
    margin: 0;
}

.article-editorial__body .article-editor-gallery-2 img,
.article-editorial__body .article-editor-gallery-3 img {
    width: 100%;
    height: 100%;
    min-height: 180px;
    object-fit: cover;
}

.article-editorial__body .article-editor-checklist,
.article-editorial__body .article-editor-pros,
.article-editorial__body .article-editor-cons,
.article-editorial__body .article-editor-pills {
    max-width: 900px;
    padding-left: 0;
    list-style: none;
}

.article-editorial__body .article-editor-checklist li,
.article-editorial__body .article-editor-pros li,
.article-editorial__body .article-editor-cons li {
    position: relative;
    padding-left: 30px;
}

.article-editorial__body .article-editor-checklist li::before,
.article-editorial__body .article-editor-pros li::before,
.article-editorial__body .article-editor-cons li::before {
    position: absolute;
    left: 0;
    top: .05em;
    width: 21px;
    height: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
}

.article-editorial__body .article-editor-checklist li::before,
.article-editorial__body .article-editor-pros li::before {
    content: "✓";
    color: #fff;
    background: #4c8b68;
}

.article-editorial__body .article-editor-cons li::before {
    content: "×";
    color: #fff;
    background: #a65454;
}

.article-editorial__body .article-editor-compact-list li {
    margin: 3px 0;
}

.article-editorial__body .article-editor-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 24px 0 34px;
}

.article-editorial__body .article-editor-pills li {
    margin: 0;
    padding: 7px 11px;
    color: #4b4761;
    background: #f1eff8;
    border: 1px solid #e4e0f0;
    border-radius: 999px;
    font-size: 13px;
    line-height: 1.2;
}

/* Media wrappers: work on IMG/FIGURE inside a DIV, never create IMG themselves. */
.article-editorial__body .article-media-rounded,
.article-editorial__body .article-media-rounded-xl,
.article-editorial__body .article-media-shadow,
.article-editorial__body .article-media-frame,
.article-editorial__body .article-media-polaroid,
.article-editorial__body .article-media-full,
.article-editorial__body .article-media-narrow,
.article-editorial__body .article-media-left,
.article-editorial__body .article-media-right,
.article-editorial__body .article-media-circle,
.article-editorial__body .article-media-banner {
    max-width: 1040px;
    margin: 32px 0 40px;
}

.article-editorial__body .article-media-rounded :where(figure, img),
.article-editorial__body .article-media-rounded-xl :where(figure, img),
.article-editorial__body .article-media-shadow :where(figure, img),
.article-editorial__body .article-media-frame :where(figure, img),
.article-editorial__body .article-media-polaroid :where(figure, img),
.article-editorial__body .article-media-full :where(figure, img),
.article-editorial__body .article-media-narrow :where(figure, img),
.article-editorial__body .article-media-left :where(figure, img),
.article-editorial__body .article-media-right :where(figure, img),
.article-editorial__body .article-media-circle :where(figure, img),
.article-editorial__body .article-media-banner :where(figure, img) {
    max-width: none;
    margin: 0;
}

.article-editorial__body .article-media-rounded img,
.article-editorial__body .article-media-rounded-xl img,
.article-editorial__body .article-media-shadow img,
.article-editorial__body .article-media-frame img,
.article-editorial__body .article-media-polaroid img,
.article-editorial__body .article-media-full img,
.article-editorial__body .article-media-narrow img,
.article-editorial__body .article-media-left img,
.article-editorial__body .article-media-right img,
.article-editorial__body .article-media-circle img,
.article-editorial__body .article-media-banner img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.article-editorial__body .article-media-rounded img {
    border-radius: 12px;
}

.article-editorial__body .article-media-rounded-xl img {
    border-radius: 24px;
}

.article-editorial__body .article-media-shadow img {
    box-shadow: 0 18px 44px rgba(27, 23, 62, .18);
}

.article-editorial__body .article-media-frame {
    padding: 8px;
    background: #fff;
    border: 1px solid #dedbe8;
    border-radius: 16px;
}

.article-editorial__body .article-media-polaroid {
    padding: 10px 10px 38px;
    background: #fff;
    border: 1px solid #e6e2eb;
    border-radius: 5px;
    box-shadow: 0 16px 36px rgba(27, 23, 62, .14);
}

.article-editorial__body .article-media-narrow {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
}

.article-editorial__body .article-media-left {
    float: left;
    width: min(42%, 380px);
    margin: 8px 30px 22px 0;
}

.article-editorial__body .article-media-right {
    float: right;
    width: min(42%, 380px);
    margin: 8px 0 22px 30px;
}

.article-editorial__body .article-media-circle {
    width: 260px;
    height: 260px;
    margin-right: auto;
    margin-left: auto;
}

.article-editorial__body .article-media-circle img {
    width: 260px;
    height: 260px;
    object-fit: cover;
    border-radius: 50%;
}

.article-editorial__body .article-media-banner img {
    aspect-ratio: 16 / 7;
    object-fit: cover;
    border-radius: 18px;
}

/* Table wrappers. */
.article-editorial__body .article-table-striped,
.article-editorial__body .article-table-compact,
.article-editorial__body .article-table-accent {
    max-width: 900px;
    margin: 30px 0 38px;
    overflow-x: auto;
}

.article-editorial__body .article-table-striped table,
.article-editorial__body .article-table-compact table,
.article-editorial__body .article-table-accent table {
    width: 100%;
    margin: 0;
}

.article-editorial__body .article-table-striped tbody tr:nth-child(even) td {
    background: #f8f7fb;
}

.article-editorial__body .article-table-compact :where(th, td) {
    padding: 8px 10px;
    font-size: 14px;
}

.article-editorial__body .article-table-accent th {
    color: #fff;
    background: var(--article-accent);
}

/* Link wrappers: style links inside DIV instead of trying tag=a in Bitrix. */
.article-editorial__body .article-button-row,
.article-editorial__body .article-button-row-outline {
    max-width: 860px;
    margin: 20px 0 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.article-editorial__body .article-button-row a,
.article-editorial__body .article-button-row-outline a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border-radius: 9px;
    font-weight: 700;
    text-decoration: none;
}

.article-editorial__body .article-button-row a {
    color: #fff;
    background: var(--article-accent);
}

.article-editorial__body .article-button-row-outline a {
    color: var(--article-accent);
    background: #fff;
    border: 1px solid var(--article-accent);
}

/* Separators through DIV, not HR preset. */
.article-editorial__body .article-separator-accent {
    max-width: 860px;
    height: 2px;
    margin: 52px 0;
    background: var(--article-accent);
}

.article-editorial__body .article-separator-dots {
    width: 110px;
    height: 10px;
    margin: 50px 0;
    background: radial-gradient(circle, var(--article-accent) 2px, transparent 2.5px) center / 16px 10px repeat-x;
}

.article-editorial__body .article-separator-space {
    height: 52px;
}

@media (max-width: 760px) {
    .article-editorial__body .article-editor-columns-2 {
        column-count: 1;
        column-rule: 0;
    }

    .article-editorial__body .article-editor-grid-2,
    .article-editorial__body .article-editor-grid-3,
    .article-editorial__body .article-editor-gallery-2,
    .article-editorial__body .article-editor-gallery-3 {
        grid-template-columns: minmax(0, 1fr);
    }

    .article-editorial__body .article-media-left,
    .article-editorial__body .article-media-right {
        float: none;
        width: auto;
        max-width: 100%;
        margin: 28px 0 34px;
    }

    .article-editorial__body .article-media-circle {
        width: min(220px, 80vw);
        height: min(220px, 80vw);
    }

    .article-editorial__body .article-media-circle img {
        width: 100%;
        height: 100%;
    }

    .article-editorial__body .article-editor-stat {
        font-size: 32px;
    }

    .article-editorial__body .article-editor-quote-large {
        padding: 22px 20px;
        font-size: 19px;
    }
}

/* Article navigation. */
.article-editorial__navigation {
    max-width: 860px;
    margin-top: 58px;
    padding-top: 24px;
    border-top: 1px solid var(--article-line);
}

.article-editorial__navigation .article-editorial__back,
.article-editorial__navigation .article-editorial__back:visited {
    min-height: 42px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    box-sizing: border-box;
    color: var(--article-accent);
    background: #fff;
    border: 1px solid #dedbe8;
    border-radius: 10px;
    box-shadow: 0 5px 16px rgba(35, 29, 86, .06);
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    transition: color .16s ease, background-color .16s ease, border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.article-editorial__navigation .article-editorial__back span {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    transition: transform .16s ease;
}

.article-editorial__navigation .article-editorial__back:hover,
.article-editorial__navigation .article-editorial__back:focus-visible {
    color: #fff;
    background: var(--article-accent);
    border-color: var(--article-accent);
    box-shadow: 0 8px 22px rgba(57, 49, 134, .16);
    outline: none;
    transform: translateY(-1px);
}

.article-editorial__navigation .article-editorial__back:hover span,
.article-editorial__navigation .article-editorial__back:focus-visible span {
    transform: translateX(-3px);
}


/* Дополнительные стили для аккуратных article-блоков и интерактивных кнопок. */
.article-editorial__body .article-button-row a,
.article-editorial__body .article-button-row-outline a {
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
    cursor: pointer;
}

.article-editorial__body .article-button-row a:hover,
.article-editorial__body .article-button-row-outline a:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(57, 49, 134, .18);
}

.article-editorial__body .article-button-row a:focus-visible,
.article-editorial__body .article-button-row-outline a:focus-visible {
    outline: 2px solid rgba(57, 49, 134, .28);
    outline-offset: 2px;
}

.article-editorial__body .article-editor-dark .article-editor-grid-2 > *,
.article-editorial__body .article-editor-dark .article-editor-grid-3 > * {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .16);
}

.article-editorial__body .article-editor-dark .article-editor-stat,
.article-editorial__body .article-editor-dark .article-editor-kicker,
.article-editorial__body .article-editor-dark .article-editor-lead,
.article-editorial__body .article-editor-dark :where(h2, h3, h4, p, li, strong, a) {
    color: #fff;
}

.article-editorial__body .article-panel-soft {
    max-width: 1040px;
    margin: 34px 0 46px;
    padding: 26px 28px 28px;
    background: linear-gradient(180deg, #f5f3fa 0%, #f3f1f8 100%);
    border: 1px solid #e7e3f2;
    border-radius: 24px;
}

.article-editorial__body .article-panel-soft > :last-child {
    margin-bottom: 0;
}

.article-editorial__body .article-layout-split {
    max-width: 1040px;
    margin: 28px 0 40px;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
    gap: 18px;
}

.article-editorial__body .article-layout-split--balanced {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
}

.article-editorial__body .article-layout-split--center {
    align-items: center;
}

.article-editorial__body .article-layout-split > * {
    min-width: 0;
}

.article-editorial__body .article-card {
    min-width: 0;
    height: 100%;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--article-line);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(27, 23, 62, .05);
}

.article-editorial__body .article-card > :first-child {
    margin-top: 0;
}

.article-editorial__body .article-card > :last-child {
    margin-bottom: 0;
}

.article-editorial__body .article-card--media {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.article-editorial__body .article-card--media img {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 16px;
}

.article-editorial__body .article-card--checklist {
    display: flex;
    align-items: center;
}

.article-editorial__body .article-card--checklist .article-editor-checklist {
    margin: 0;
    max-width: none;
}

.article-editorial__body .article-list-clean {
    max-width: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.article-editorial__body .article-list-clean li {
    position: relative;
    margin: 0 0 14px;
    padding: 0 0 0 24px;
}

.article-editorial__body .article-list-clean li:last-child {
    margin-bottom: 0;
}

.article-editorial__body .article-list-clean li::before {
    content: '';
    position: absolute;
    top: .72em;
    left: 0;
    width: 8px;
    height: 8px;
    background: var(--article-accent);
    border-radius: 50%;
}

.article-editorial__body .article-showcase-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.article-editorial__body .article-showcase-gallery img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    border-radius: 16px;
}

.article-editorial__body .article-topic-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.article-editorial__body .article-topic-grid > div {
    min-width: 0;
    height: 100%;
    padding: 22px 18px;
    background: #fff;
    border: 1px solid var(--article-line);
    border-radius: 18px;
}

.article-editorial__body .article-topic-grid > div > :first-child {
    margin-top: 0;
}

.article-editorial__body .article-topic-grid > div > :last-child {
    margin-bottom: 0;
}

/* Вариант для узкой боковой колонки: карточки идут вертикально. */
.article-editorial__body .article-topic-grid.article-topic-grid--stack {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
}

.article-editorial__body .article-topic-grid.article-topic-grid--stack > div {
    padding: 20px 20px 18px;
}

.article-editorial__body .article-topic-grid.article-topic-grid--stack h3 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.35;
}

.article-editorial__body .article-topic-grid.article-topic-grid--stack p {
    margin: 0;
    color: #5f5b6b;
    font-size: 15px;
    line-height: 1.65;
}

.article-editorial__body .article-example-dark {
    max-width: 1040px;
    margin: 34px 0 46px;
    padding: 28px;
    color: #fff;
    background: linear-gradient(180deg, #3a346d 0%, #302b58 100%);
    border-radius: 24px;
    box-shadow: 0 18px 46px rgba(34, 28, 79, .14);
}

.article-editorial__body .article-example-dark :where(h2, h3, h4, p, strong, a) {
    color: #fff;
}

.article-editorial__body .article-example-dark .article-editor-kicker {
    color: rgba(255, 255, 255, .86);
}

.article-editorial__body .article-metric-grid {
    max-width: none;
    margin: 24px 0 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.article-editorial__body .article-metric-grid > div {
    min-width: 0;
    padding: 22px 20px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 18px;
}

.article-editorial__body .article-metric-value {
    margin: 0 0 8px;
    color: #fff;
    font-size: 36px;
    line-height: 1.05;
    font-weight: 750;
    letter-spacing: -.02em;
}

.article-editorial__body .article-metric-label {
    margin: 0;
    color: rgba(255, 255, 255, .84);
}

@media (max-width: 980px) {
    .article-editorial__body .article-topic-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 760px) {
    .article-editorial__body .article-panel-soft {
        padding: 20px;
        border-radius: 18px;
    }

    .article-editorial__body .article-layout-split,
    .article-editorial__body .article-topic-grid,
    .article-editorial__body .article-metric-grid,
    .article-editorial__body .article-showcase-gallery {
        grid-template-columns: minmax(0, 1fr);
    }

    .article-editorial__body .article-card,
    .article-editorial__body .article-example-dark {
        padding: 20px;
        border-radius: 16px;
    }

    .article-editorial__body .article-metric-value {
        font-size: 30px;
    }
}


/* End */
/* /local/templates/.default/components/bitrix/news/news2023/bitrix/news.detail/.default/style.css?178840574229883 */
