

/* Start:/local/templates/restopro/components/bitrix/news.list/services/style.css?1727113710492*/
.item-wrap.service_item .item-tile-info {
	padding-top: 80px;
	position: relative;
}

.item-wrap.service_item .item-tile-info * {
	color: #fff;
}

.item-wrap.service_item .item-tile-info:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0007;
	transition: all 0.6s;
}
.item-wrap.service_item:hover .item-tile-info:before {
	background: #000a;
}

@media (min-width: 640px) {
	.tiles-news-box .item-wrap {
		width: 33.33% !important;
	}
}
/* End */
/* /local/templates/restopro/components/bitrix/news.list/services/style.css?1727113710492 */
