

/* Start:/bitrix/templates/s2/components/bitrix/news.list/AUTOPARK/style.css?1556082488989*/
.autoblock .col-12 {padding: 0px;}

.autoblock h3 {
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 41px;
	margin-bottom: 25px;
	margin-top: 25px;
	text-transform: uppercase;
}

.autoblock .autopark {
	display: block;
	width: 100%;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-decoration: none;

	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;

	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.autoblock .foto-block {
	overflow: hidden;
}

.autoblock .autopark:hover {
	text-decoration: none;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none;

	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
/* End */
/* /bitrix/templates/s2/components/bitrix/news.list/AUTOPARK/style.css?1556082488989 */
