

/* Start:/local/templates/.default/components/bitrix/news/actions/bitrix/news.list/.default/style.css?1765310987652*/
.news-list {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
}
.news-item {
	margin: 0 30px 30px 0;
	display: flex;
	width: 300px;
	flex-direction: column;
}

.news-item-picture img{
	width:100%;
	height: 100%;
}

.news-item-date {
	padding: 16px 0 10px 0;
	color: #919191;
	font-weight: 400;
	font-size: 14px;
}
.news-item-date img {
	padding: 0 10px 0 0;
}

.news-item-title {
	color: #47484F;
	margin-bottom: 10px;
	font-size: 21px;
}

.news-item-title a {
	text-decoration: none;
}

@media screen and (max-width:620px) {
	.news-item {
		width: 100%;
		margin: 0 0 30px 0;
	}


}
/* End */
/* /local/templates/.default/components/bitrix/news/actions/bitrix/news.list/.default/style.css?1765310987652 */
