@charset 'utf-8';

.section-cars {
	background: url(/images/cars/bg_r2.png) no-repeat 50% 50%;
	background-size: cover;
	/*height: 470px;*/
	padding: 68px 0;
	box-sizing: border-box;
}
.section-cars ul {
	font-size: 0;
	text-align: center;
	width: 860px;
	margin: 0 auto;
}
.section-cars li {
	width: 260px;
	display: inline-block;
}
.section-cars li + li {
	margin-left: 30px;
}
.section-cars .panel br {
	display: block;
}
.section-cars .panel li:nth-child(3n) {
	margin-bottom: 50px;
}
.section-cars .panel li span {
	display: block;
	font-size: 20px;
	height: 50px;
	overflow: hidden;
}
.section-cars .panel li a {
	padding: 25px 0 0;
}
.section-cars .btn {
	margin: 20px 0 0 0;
	line-height: 45px;
	font-size: 17px;
}
.section-cars .panel .icon:before {
	display: block;
	font-size: 125px;
	margin: 0 auto;
	margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
	.section-cars {
		height: auto;
		padding: 40px 0 0 0;
	}
	.section-cars ul {
		width: 100%;
	}
	.section-cars .panel li {
		width: 330px;
		margin: 0 0 30px 30px;
	}
	.section-cars .panel li:nth-child(odd) {
		margin-left: 0;
	}
	.section-cars .panel li span {
		font-size: 23px;
		max-height: 100%;
	}
	.section-cars .btn {
		font-size: 18px;
		max-height: 100%;
	}
	.section-cars .btn-arrow-right:after {
		font-size: 23px;
		max-height: 100%;
	}
}