

/* Start:/local/templates/native_24/components/bitrix/news/native_articles/bitrix/news.detail/.default/style.css?178548889220078*/
.native-article {
    --article-dark: #153e35;
    --article-green: #6c9569;
    --article-light-green: #badf93;
    --article-border: #dfe7df;
    --article-background: #f7faf7;
    --article-muted: #6e7773;
    --article-text: #252b29;

    padding-bottom: 70px;
    color: var(--article-text);
}

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


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

.native-article__header {
    max-width: 1180px;
    margin: 0 auto 36px;
}

.native-article__section-icon {
    overflow: hidden;
}

.native-article__section-icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.native-article__title {
    min-height: 80px;
    margin: 0;
    padding: 10px 0 17px;
    color: var(--article-dark);
    font-size: clamp(30px, 3.2vw, 52px);
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.native-article__meta {
    margin-left: 132px;
    gap: 12px;
    color: var(--article-muted);
    font-size: 15px;
    line-height: 1.5;
}

.native-article__date {
    color: var(--article-muted);
}

.native-article__meta-separator {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--article-light-green);
}

.native-article__section-link {
    color: var(--article-green);
    text-decoration: none;
    transition:
        color 0.2s ease,
        opacity 0.2s ease;
}

a.native-article__section-link:hover {
    color: var(--article-dark);
}


/* =========================
   Основная картинка
   ========================= */

.native-article__cover {
    display: block;
    overflow: hidden;
    max-width: 1180px;
    margin: 0 auto 42px;
    border-radius: 4px;
    background: var(--article-background);
}

.native-article__cover img {
    display: block;
    width: 100%;
    max-height: 680px;
    object-fit: cover;
}

.native-article__caption {
    padding: 12px 16px;
    color: var(--article-muted);
    font-size: 14px;
    line-height: 1.5;
}


/* =========================
   Анонс
   ========================= */

.native-article__lead {
    max-width: 960px;
    margin: 0 auto 36px;
    padding: 26px 30px;
    border-left: 4px solid var(--article-light-green);
    background: var(--article-background);
    color: var(--article-dark);
    font-size: 21px;
    font-weight: 400;
    line-height: 1.55;
}

.native-article__lead > :first-child {
    margin-top: 0;
}

.native-article__lead > :last-child {
    margin-bottom: 0;
}


/* =========================
   Текст статьи
   ========================= */

.native-article__content {
    max-width: 960px;
    margin: 0 auto;
    color: var(--article-text);
    font-size: 18px;
    line-height: 1.72;
}

.native-article__content > :first-child {
    margin-top: 0;
}

.native-article__content > :last-child {
    margin-bottom: 0;
}

.native-article__content p {
    margin: 0 0 24px;
}

.native-article__content h2 {
    margin: 52px 0 24px;
    color: var(--article-dark);
    font-size: 34px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.015em;
}

.native-article__content h3 {
    margin: 40px 0 18px;
    color: var(--article-dark);
    font-size: 27px;
    font-weight: 500;
    line-height: 1.3;
}

.native-article__content h4 {
    margin: 32px 0 16px;
    color: var(--article-dark);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.35;
}

.native-article__content ul,
.native-article__content ol {
    margin: 0 0 28px;
    padding-left: 30px;
}

.native-article__content li {
    margin-bottom: 10px;
    padding-left: 5px;
}

.native-article__content ul li::marker {
    color: var(--article-green);
}

.native-article__content ol li::marker {
    color: var(--article-green);
    font-weight: 500;
}

.native-article__content a {
    color: var(--article-green);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    transition: color 0.2s ease;
}

.native-article__content a:hover {
    color: var(--article-dark);
}

.native-article__content strong,
.native-article__content b {
    color: var(--article-dark);
    font-weight: 600;
}

.native-article__content blockquote {
    margin: 36px 0;
    padding: 24px 30px;
    border-left: 4px solid var(--article-green);
    background: var(--article-background);
    color: var(--article-dark);
    font-size: 20px;
    line-height: 1.6;
}

.native-article__content blockquote > :last-child {
    margin-bottom: 0;
}

.native-article__content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 34px auto;
    border-radius: 4px;
}

.native-article__content figure {
    margin: 36px 0;
}

.native-article__content figure img {
    margin: 0;
}

.native-article__content figcaption {
    margin-top: 10px;
    color: var(--article-muted);
    font-size: 14px;
    line-height: 1.5;
}

.native-article__content table {
    width: 100%;
    margin: 32px 0;
    border-collapse: collapse;
    font-size: 16px;
}

.native-article__content th,
.native-article__content td {
    padding: 14px 16px;
    border: 1px solid var(--article-border);
    text-align: left;
    vertical-align: top;
}

.native-article__content th {
    background: var(--article-background);
    color: var(--article-dark);
    font-weight: 500;
}


/* =========================
   Общие дополнительные блоки
   ========================= */

.native-article__block {
    max-width: 960px;
    margin: 58px auto 0;
    padding-top: 34px;
    border-top: 1px solid var(--article-border);
}

.native-article__block-title {
    margin: 0 0 26px;
    padding-bottom: 13px;
    border-bottom: 4px solid var(--article-light-green);
    color: var(--article-dark);
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
}


/* =========================
   Видео
   ========================= */

.native-article__video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 4px;
    background: #101514;
}

.native-article__video-container iframe,
.native-article__video-container video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* =========================
   Документы
   ========================= */

.native-article__documents-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.native-article__document {
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 18px 20px;
    border: 1px solid var(--article-border);
    border-radius: 4px;
    background: #fff;
    color: var(--article-dark);
    text-decoration: none;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        transform 0.2s ease;
}

.native-article__document:hover {
    border-color: var(--article-light-green);
    background: var(--article-background);
    color: var(--article-dark);
    transform: translateY(-2px);
}

.native-article__document-icon {
    display: flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-right: 15px;
    border-radius: 50%;
    background: #edf5e8;
    color: var(--article-green);
}

.native-article__document-content {
    display: block;
    min-width: 0;
}

.native-article__document-name {
    display: block;
    overflow: hidden;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    text-overflow: ellipsis;
}

.native-article__document-info {
    display: block;
    color: var(--article-muted);
    font-size: 13px;
    line-height: 1.4;
}


/* =========================
   Галерея
   ========================= */

.native-article__gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.native-article__gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 210px;
    border-radius: 4px;
    background: var(--article-background);
    color: #fff;
    text-decoration: none;
}

.native-article__gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 210px;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.native-article__gallery-item:hover img {
    transform: scale(1.035);
}

.native-article__gallery-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 35px 15px 13px;
    background: linear-gradient(
        to top,
        rgba(21, 62, 53, 0.9),
        rgba(21, 62, 53, 0)
    );
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
}


/* =========================
   Нижняя ссылка
   ========================= */

.native-article__footer {
    max-width: 960px;
    margin: 58px auto 0;
    padding-top: 28px;
    border-top: 1px solid var(--article-border);
}

.native-article__back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--article-green);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    transition:
        color 0.2s ease,
        gap 0.2s ease;
}

.native-article__back:hover {
    gap: 14px;
    color: var(--article-dark);
}


/* =========================
   Адаптив
   ========================= */

@media (max-width: 1024px) {
    .native-article__header,
    .native-article__cover {
        max-width: 100%;
    }

    .native-article__lead,
    .native-article__content,
    .native-article__block,
    .native-article__footer {
        max-width: 880px;
    }

    .native-article__gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .native-article {
        padding-bottom: 45px;
    }

    .native-article__header {
        margin-bottom: 24px;
    }

    .native-article__header .native-article__section-icon {
        width: 64px !important;
        height: 64px !important;
        margin-right: 16px !important;
    }

    .native-article__header .native-article__section-icon > div {
        width: 40px !important;
        height: 40px !important;
    }

    .native-article__title {
        min-height: 64px;
        padding: 8px 0 12px;
        font-size: 30px;
        line-height: 1.15;
    }

    .native-article__meta {
        margin-left: 80px;
        gap: 9px;
        font-size: 14px;
    }

    .native-article__cover {
        margin-bottom: 28px;
        border-radius: 3px;
    }

    .native-article__cover img {
        max-height: 480px;
    }

    .native-article__lead {
        margin-bottom: 28px;
        padding: 20px 20px;
        font-size: 18px;
        line-height: 1.55;
    }

    .native-article__content {
        font-size: 17px;
        line-height: 1.65;
    }

    .native-article__content p {
        margin-bottom: 20px;
    }

    .native-article__content h2 {
        margin-top: 40px;
        margin-bottom: 18px;
        font-size: 28px;
    }

    .native-article__content h3 {
        margin-top: 32px;
        margin-bottom: 16px;
        font-size: 24px;
    }

    .native-article__content h4 {
        font-size: 20px;
    }

    .native-article__content blockquote {
        margin: 28px 0;
        padding: 20px;
        font-size: 18px;
    }

    .native-article__content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .native-article__block {
        margin-top: 42px;
        padding-top: 28px;
    }

    .native-article__block-title {
        margin-bottom: 20px;
        font-size: 27px;
    }

    .native-article__documents-list {
        grid-template-columns: 1fr;
    }

    .native-article__gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .native-article__gallery-item,
    .native-article__gallery-item img {
        min-height: 160px;
    }

    .native-article__footer {
        margin-top: 42px;
    }
}

@media (max-width: 480px) {
    .native-article__header .flex.items-center {
        align-items: flex-start;
    }

    .native-article__header .native-article__section-icon {
        width: 52px !important;
        height: 52px !important;
        margin-right: 12px !important;
    }

    .native-article__header .native-article__section-icon > div {
        width: 34px !important;
        height: 34px !important;
    }

    .native-article__title {
        min-height: 52px;
        padding-top: 3px;
        font-size: 26px;
    }

    .native-article__meta {
        margin-left: 64px;
    }

    .native-article__meta-separator {
        display: none;
    }

    .native-article__lead {
        padding: 17px;
        font-size: 17px;
    }

    .native-article__content {
        font-size: 16px;
    }

    .native-article__content h2 {
        font-size: 25px;
    }

    .native-article__content h3 {
        font-size: 22px;
    }

    .native-article__gallery-grid {
        grid-template-columns: 1fr;
    }

    .native-article__gallery-item,
    .native-article__gallery-item img {
        min-height: 220px;
    }

    .native-article__document {
        padding: 15px;
    }

    .native-article__document-icon {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
        margin-right: 12px;
    }
}

/* =========================
   Связанные услуги и врачи
   ========================= */

.native-article__related-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.native-article__related-card {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    border: 1px solid var(--article-border);
    border-radius: 4px;
    background: #fff;
    color: var(--article-text);
    text-decoration: none;
    box-shadow: 0 5px 22px rgba(21, 62, 53, 0.035);
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

a.native-article__related-card:hover {
    border-color: var(--article-light-green);
    color: var(--article-text);
    text-decoration: none;
    box-shadow: 0 14px 36px rgba(21, 62, 53, 0.1);
    transform: translateY(-4px);
}

.native-article__related-picture {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: var(--article-background);
}

.native-article__related-picture::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    background: var(--article-light-green);
    content: "";
}

.native-article__related-picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

a.native-article__related-card:hover
.native-article__related-picture img {
    transform: scale(1.04);
}

.native-article__related-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--article-green);
    background:
        linear-gradient(
            135deg,
            rgba(186, 223, 147, 0.22),
            rgba(108, 149, 105, 0.08)
        );
}

.native-article__related-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    padding: 23px 24px 25px;
}

.native-article__related-type {
    margin-bottom: 9px;
    color: var(--article-green);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.035em;
}

.native-article__related-title {
    margin: 0 0 13px;
    padding: 0;
    color: var(--article-dark);
    font-size: 23px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.01em;
    transition: color 0.2s ease;
}

a.native-article__related-card:hover
.native-article__related-title {
    color: var(--article-green);
}

.native-article__related-description {
    margin-bottom: 21px;
    color: #4f5955;
    font-size: 15px;
    line-height: 1.6;
}

.native-article__related-more {
    display: flex;
    align-items: center;
    align-self: flex-start;
    margin-top: auto;
    gap: 9px;
    color: var(--article-green);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    transition:
        color 0.2s ease,
        gap 0.2s ease;
}

a.native-article__related-card:hover
.native-article__related-more {
    gap: 14px;
    color: var(--article-dark);
}

.native-article__related-more svg {
    flex: 0 0 auto;
}


/* Разделы услуг немного компактнее */

.native-article__related-card--section {
    background: var(--article-background);
}

.native-article__related-card--section
.native-article__related-picture {
    aspect-ratio: 16 / 7;
}

.native-article__related-card--section
.native-article__related-placeholder {
    background:
        linear-gradient(
            135deg,
            rgba(186, 223, 147, 0.3),
            rgba(108, 149, 105, 0.1)
        );
}


/* =========================
   Карточки врачей
   ========================= */

.native-article__related-grid--doctors {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.native-article__related-card--doctor
.native-article__related-picture {
    aspect-ratio: 4 / 5;
}

.native-article__related-card--doctor
.native-article__related-picture img {
    object-position: center top;
}

.native-article__related-card--doctor
.native-article__related-placeholder {
    background:
        linear-gradient(
            135deg,
            rgba(186, 223, 147, 0.2),
            rgba(108, 149, 105, 0.07)
        );
}

.native-article__related-card--doctor
.native-article__related-content {
    padding: 21px 21px 23px;
}

.native-article__related-card--doctor
.native-article__related-title {
    font-size: 21px;
}

.native-article__related-card--doctor
.native-article__related-description {
    font-size: 14px;
}


/* =========================
   Адаптив связанных блоков
   ========================= */

@media (max-width: 900px) {
    .native-article__related-grid--doctors {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .native-article__related-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .native-article__related-card {
        min-height: 0;
    }

    .native-article__related-picture {
        aspect-ratio: 16 / 9;
    }

    .native-article__related-card--section
    .native-article__related-picture {
        aspect-ratio: 16 / 7;
    }

    .native-article__related-grid--doctors {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .native-article__related-content {
        padding: 20px;
    }

    .native-article__related-title {
        font-size: 21px;
    }
}

@media (max-width: 520px) {
    .native-article__related-grid--doctors {
        grid-template-columns: 1fr;
    }

    .native-article__related-card--doctor {
        flex-direction: row;
    }

    .native-article__related-card--doctor
    .native-article__related-picture {
        flex: 0 0 125px;
        width: 125px;
        min-height: 180px;
        aspect-ratio: auto;
    }

    .native-article__related-card--doctor
    .native-article__related-picture::after {
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 4px;
        height: auto;
    }

    .native-article__related-card--doctor
    .native-article__related-content {
        padding: 17px;
    }

    .native-article__related-card--doctor
    .native-article__related-title {
        font-size: 18px;
    }

    .native-article__related-card--doctor
    .native-article__related-description {
        display: none;
    }

    .native-article__related-card--doctor
    .native-article__related-more {
        font-size: 13px;
    }
}
/* End */
/* /local/templates/native_24/components/bitrix/news/native_articles/bitrix/news.detail/.default/style.css?178548889220078 */
