

/* Start:/local/templates/beist/components/bitrix/news.detail/bootstrap/style.css?17845717115698*/
.news-article-page {
    padding: 72px 0 90px;
    background: var(--surface-light);
}

.news-article {
    max-width: 1120px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #e4e7eb;
    background: #fff;
    box-shadow: 0 16px 42px rgba(22, 55, 78, 0.08);
}

.news-article__header {
    max-width: 920px;
    margin: 0 auto;
    padding: 54px 40px 42px;
    text-align: center;
}

.news-article__meta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-bottom: 22px;
    color: #7b8187;
    font-family: var(--font-ui);
    font-size: 14px;
    line-height: 1.4;
}

.news-article__category {
    padding: 7px 13px;
    background: var(--brand-accent);
    color: #17243b;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.news-article__category:hover {
    background: #17243b;
    color: #fff;
}

.news-article__date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.news-article__date::before {
    width: 9px;
    height: 9px;
    border: 2px solid var(--brand-accent);
    content: "";
}

.news-article__title {
    margin: 0;
    color: var(--text-heading);
    font-family: var(--font-heading);
    font-size: clamp(30px, 4vw, 50px);
    font-weight: 700;
    line-height: 1.15;
    text-wrap: balance;
}

.news-article__lead {
    max-width: 760px;
    margin: 24px auto 0;
    color: var(--text-muted);
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.65;
}

.news-article__lead > :first-child,
.news-article__body > :first-child {
    margin-top: 0;
}

.news-article__lead > :last-child,
.news-article__body > :last-child {
    margin-bottom: 0;
}

.news-article__figure {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 30px;
    border-top: 1px solid #edf0f2;
    border-bottom: 1px solid #edf0f2;
    background: #f8fafc;
}

.news-article__figure img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 620px;
    object-fit: contain;
}

.news-article__body {
    max-width: 860px;
    margin: 0 auto;
    padding: 50px 40px 20px;
    color: #50565b;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.85;
    overflow-wrap: anywhere;
}

.news-article__body p {
    margin: 0 0 1.35em;
}

.news-article__body h2,
.news-article__body h3,
.news-article__body h4 {
    color: var(--text-heading);
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.3;
}

.news-article__body h2 {
    margin: 1.5em 0 0.65em;
    font-size: 32px;
}

.news-article__body h3 {
    margin: 1.45em 0 0.65em;
    font-size: 25px;
}

.news-article__body h4 {
    margin: 1.4em 0 0.6em;
    font-size: 20px;
}

.news-article__body ul,
.news-article__body ol {
    margin: 0 0 1.45em;
    padding-left: 1.5em;
}

.news-article__body li + li {
    margin-top: 0.45em;
}

.news-article__body a {
    color: #9b7400;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.news-article__body a:hover {
    color: #17243b;
}

.news-article__body blockquote {
    margin: 1.8em 0;
    padding: 8px 0 8px 24px;
    border-left: 4px solid var(--brand-accent);
    color: #353b40;
    font-size: 20px;
    font-weight: 600;
}

.news-article__body img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 1.7em auto;
}

.news-article__body table {
    display: block;
    width: 100%;
    margin: 1.7em 0;
    overflow-x: auto;
    border-collapse: collapse;
}

.news-article__body th,
.news-article__body td {
    min-width: 140px;
    padding: 12px 14px;
    border: 1px solid #dce1e5;
    text-align: left;
    vertical-align: top;
}

.news-article__body th {
    background: #f4f6f8;
    color: var(--text-heading);
}

.news-article__body iframe,
.news-article__body video {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 1.7em 0;
    aspect-ratio: 16 / 9;
}

.news-article__footer {
    max-width: 860px;
    margin: 0 auto;
    padding: 30px 40px 55px;
}

.news-article__back {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    border: 2px solid var(--brand-accent);
    background: var(--brand-accent);
    color: #17243b;
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.news-article__back:hover {
    border-color: #17243b;
    background: #17243b;
    color: #fff;
}

.news-article__back span[aria-hidden="true"] {
    font-size: 22px;
    line-height: 1;
}

@media (max-width: 768px) {
    .news-article-page {
        padding: 42px 0 55px;
    }

    .news-article__header {
        padding: 38px 20px 30px;
    }

    .news-article__meta {
        margin-bottom: 18px;
    }

    .news-article__title {
        font-size: clamp(27px, 8vw, 36px);
    }

    .news-article__lead {
        margin-top: 18px;
        font-size: 17px;
        line-height: 1.6;
    }

    .news-article__figure {
        padding: 12px;
    }

    .news-article__figure img {
        max-height: none;
    }

    .news-article__body {
        padding: 34px 20px 10px;
        font-size: 16px;
        line-height: 1.75;
    }

    .news-article__body h2 {
        font-size: 27px;
    }

    .news-article__body h3 {
        font-size: 22px;
    }

    .news-article__body blockquote {
        padding-left: 18px;
        font-size: 18px;
    }

    .news-article__footer {
        padding: 24px 20px 40px;
    }
}

/* End */
/* /local/templates/beist/components/bitrix/news.detail/bootstrap/style.css?17845717115698 */
