

/* Start:/local/templates/zugel/components/bitrix/news/actions/bitrix/news.list/.default/style.css?1770716476683*/
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;
}


.cards-item__imgbox {
	overflow: hidden;
	transition: all .3s ease;
}

.cards-item__imgbox:hover .cards-item__imgbg {
	transform: scale(1.1);
	transition: all .3s ease;
	border-radius: 0;
}

.cards-item__imgbg {
	height: 300px;
    width: 100%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
	border-radius: 16px;
	transition: all .3s ease;
}

@media (max-width: 768px) {
	.cards-item__imgbg {
		height: 160px;
		background-size: cover !important;
	}
}
/* End */
/* /local/templates/zugel/components/bitrix/news/actions/bitrix/news.list/.default/style.css?1770716476683 */
