

/* Start:/local/templates/.default/components/bitrix/news/news/bitrix/news.detail/.default/style.css?1615443435690*/
.news {
    background: #fff;
    border-radius: 4px;
    padding: 50px;
}

.news__title {
    margin-top: 0;
    font-size: 35px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}

.news__date {
    font-size: 16px;
    color: #8e8e8e;
    margin: 25px 0;
}

.news__pic {
    display: block;
    margin-left: 30px;
    margin-bottom: 30px;
}

.news__body {
    font-size: 16px;
    color: #000;
}

@media (max-width: 1199px) {
    .news__pic {
        width: 415px;
    }
}

@media (max-width: 989px) {
    .news__pic {
        width: 300px;
    }
}

@media (max-width: 767px) {
    .news__pic {
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news/news/bitrix/news.list/.default/style.css?1615443435516*/
.tile-news.slider {
    margin: 40px 0;
    padding: 0;
    background: transparent;
}

.tile-news.slider img {
    max-width: 100%;
}

.news.tile-news .tile-news__item {
    width: 240px;
}

@media (max-width: 1199px) {
    .news.tile-news .tile-news__item {
        width: 330px;
    }
}

@media (max-width: 989px) {
    .news.tile-news .tile-news__item {
        width: 250px;
    }
}

@media (max-width: 767px) {
    .news.tile-news .tile-news__item {
        width: 100%;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/news/news/bitrix/news.detail/.default/style.css?1615443435690 */
/* /local/templates/.default/components/bitrix/news/news/bitrix/news.list/.default/style.css?1615443435516 */
