

/* Start:/local/templates/main/components/bitrix/news/news/bitrix/news.list/.default/style.css?1748434535742*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.news-elem {
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}
.news-elem+.news-elem{
	margin-top: 30px;
}
.news-elem-info {
    flex: 1;
}
.news-elem-img img{
	margin-right: 30px;
}
.news-elem-name {
    margin-bottom: 20px;
    font-size: 18px;
}
.news-elem-date {
    margin-top: 20px;
    font-size: 12px;
    color:#777;
}
@media screen and (max-width: 767px){
    .news-elem-img img {
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 30px;
        max-width: 300px;
    }
    .news-elem {
    flex-direction: column;
}
}
/* End */
/* /local/templates/main/components/bitrix/news/news/bitrix/news.list/.default/style.css?1748434535742 */
