

/* Start:/local/templates/novatek/components/bitrix/news/novatek_news/bitrix/news.detail/.default/style.css?17727856892439*/
/* Секция на всю ширину */
.news-detail-section {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
}

/* Контейнер с отступами по бокам */
.news-detail-container {
    width: 100%;
    box-sizing: border-box;
    padding: 0 60px;

    /* Центруем контент внутри, чтобы текст не размазывался */
    max-width: 1200px;
    margin: 0 auto;
}

/* Кнопка назад */
.back-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #6F6F6F;
    font-weight: 500;
    margin-bottom: 40px;
    transition: color 0.2s;
}

.back-link:hover {
    color: #1d37e8;
}

.back-link svg path {
    transition: stroke 0.2s;
}
.back-link:hover svg path {
    stroke: #1d37e8;
}

/* Шапка */
.detail-header {
    margin-bottom: 40px;
}

.detail-date {
    display: block;
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
}

.detail-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #151416;
    margin: 0;
}

/* Картинка */
.detail-image {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 50px;
    height: auto;
    max-height: 600px; /* Ограничение высоты */
    object-fit: cover;
    object-position: center;

}

/*.detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}*/

/* Текст новости */
.detail-content {
    font-size: 16px;
    line-height: 1.6;
    color: #151416;
}

.detail-content p {
    margin-bottom: 20px;
}

.detail-content ul, .detail-content ol {
    margin-bottom: 20px;
    padding-left: 20px;
}

.detail-content li {
    margin-bottom: 10px;
}

.detail-content h2, .detail-content h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}

/* Адаптив */
@media (max-width: 768px) {
    .news-detail-section {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .news-detail-container {
        padding: 0 20px;
    }

    .detail-title {
        font-size: 28px;
    }

    .detail-image {
        height: auto;
        max-height: none;
    }

    .detail-content {
        font-size: 16px;
    }
}
/* End */
/* /local/templates/novatek/components/bitrix/news/novatek_news/bitrix/news.detail/.default/style.css?17727856892439 */
