

/* Start:/local/templates/ekoseti_2026/components/bitrix/news.detail/.default/style.css?17888479495832*/
/* =========================================================================
   Детальная страница акции/новости — редизайн 2026
   Брейкпоинты: 1600 / 1200 / 760 / 360 (как в остальном шаблоне)
   ========================================================================= */

.news-detail {
    margin-top: 30px;
    margin-bottom: 60px;
    word-wrap: break-word;
}

/* ------------------------------------------------------------------ */
/* Баннер акции                                                        */
/* ------------------------------------------------------------------ */

.news-detail__picture {
    margin-bottom: 26px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    line-height: 0;
}

.news-detail__picture img {
    display: block;
    max-width: 1160px;
    width: 100%;
    height: auto;
}

/* ------------------------------------------------------------------ */
/* Дата и заголовок                                                    */
/* ------------------------------------------------------------------ */

.news-detail__date {
    margin-bottom: 10px;
    color: #A9A9A9;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.news-detail__title {
    margin: 0 0 25px;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
}

/* ------------------------------------------------------------------ */
/* Текст акции                                                         */
/* ------------------------------------------------------------------ */

.news-detail__content {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
}

/* в макете абзацы идут сплошным блоком, отбивку задаёт сам контент */
.news-detail__content p {
    margin: 0;
}

/* подзаголовки внутри текста — тот же кегль, но полужирные */
.news-detail__content h3,
.news-detail__content h4,
.news-detail__content h5,
.news-detail__content h6 {
    margin: 0;
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
}

.news-detail__content h2 {
    margin: 25px 0 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.news-detail__content h2:first-child {
    margin-top: 0;
}

.news-detail__content ul,
.news-detail__content ol {
    margin: 0 0 20px;
    padding: 0;
}

.news-detail__content li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 8px;
}

.news-detail__content ul > li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #017234;
}

.news-detail__content ol {
    counter-reset: news-detail-ol;
}

.news-detail__content ol > li {
    counter-increment: news-detail-ol;
}

.news-detail__content ol > li::before {
    content: counter(news-detail-ol) ".";
    position: absolute;
    left: 0;
    top: 0;
    color: #017234;
}

/* в макете текст выключен по левому краю — гасим justify из визуального редактора */
.news-detail__content [style*="justify"] {
    text-align: left !important;
}

.news-detail__content a {
    color: #017234;
    text-decoration: underline;
}

.news-detail__content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.news-detail__content table {
    max-width: 100%;
}

/* ------------------------------------------------------------------ */
/* Свойства элемента (выводятся, только если заданы в параметрах)      */
/* ------------------------------------------------------------------ */

.news-detail__props {
    margin: 30px 0 0;
    font-size: 16px;
    line-height: 1.25;
}

.news-detail__props dt {
    font-weight: 600;
}

.news-detail__props dd {
    margin: 0 0 10px;
}

.news-detail__props img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.news-detail__share {
    margin-top: 30px;
}

/* ========================================================================= */
/* ≤ 1599 — макет «Ноут» (1200)                                              */
/* ========================================================================= */

@media screen and (max-width: 1599px) {

    .news-detail__title {
        font-size: 28px;
    }

}

/* ========================================================================= */
/* ≤ 1199 — макет «Планшет» (760)                                            */
/* ========================================================================= */

@media screen and (max-width: 1199px) {

    .news-detail {
        margin-bottom: 30px;
    }

    .news-detail__picture {
        margin-bottom: 20px;
    }

    .news-detail__date {
        font-size: 14px;
    }

    .news-detail__title {
        margin-bottom: 22px;
        font-size: 22px;
    }

    .news-detail__content,
    .news-detail__props {
        font-size: 14px;
    }

    .news-detail__content h2 {
        font-size: 18px;
    }

}

/* ========================================================================= */
/* ≤ 759 — мобильная версия (360)                                            */
/* ========================================================================= */

@media screen and (max-width: 759px) {

    .news-detail {
        margin-top: 20px;
    }

    .news-detail__picture {
        margin-bottom: 14px;
    }

    .news-detail__date {
        font-size: 13px;
    }

    .news-detail__title {
        margin-bottom: 22px;
        font-size: 19px;
    }

}

/* End */
/* /local/templates/ekoseti_2026/components/bitrix/news.detail/.default/style.css?17888479495832 */
