

/* Start:/local/templates/.default/components/bitrix/news.detail/.default/style.css?17736407051618*/
.container-news-detail-page {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.news-detail-page-title {
    font-weight: 700;
    font-size: var(--main-font-size-title);
    color: var(--color-text);
}

.news-detail-page-content {
    display: flex;
    justify-content: space-between;
}

.news-detail-page-content-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 762px;
}

.news-detail-page-content-info-date {
    font-weight: 400;
    font-size: 14px;
    color: #808080;
}

.news-detail-page-content-info-text {
    font-weight: 400;
    font-size: 16px;
    color: var(--color-text);
}

.note {
    font-weight: 400;
    font-size: 16px;
    color: #808080;
    padding-left: 20px;
    position: relative;
}

.note:before {
    content: ' ';
    width: 3px;
    height: 100%;
    display: block;
    background: #EBEBEB;
    position: absolute;
    left: 0;
    border-radius: 4px;
}

.news-detail-page-content-image {
    width: 470px;
    height: 372px;
}

.news-detail-page-content-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

@media(max-width: 1440px) {
    .news-detail-page-content-info {
        max-width: 100%;
    }

    .news-detail-page-content-info-text {
        font-size: 15px;
    }

    .note {
        font-size: 15px;
    }

    .news-detail-page-content {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .news-detail-page-content-image {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 375px) {
    .container-news-detail-page {
        margin-bottom: 40px;
    }
}

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