@import url("/css/types-list.css");

.mainpage-top {
	position: relative;
	background: #fff;
	z-index: 2;
}
.mainpage-top-gray {
	padding: 0 70px 46px;
	background: #e9e9e9;
}
.mainpage-top-gray .page-title:before {border-bottom-color: #e9e9e9;}
.mainpage-top-descr {
	padding: 38px 70px 44px;
	background: #fff;
	color: #727b88;
}
.mainpage-top-descr H3 {
	margin-bottom: 28px;
	color: #000;
}
.mainpage-top-descr P {
	font: italic 17px/25px openSans;
	text-align: center;
	padding: 0 15px;
	color: #717a87;
}
.mainpage-top-descr P .more-link {margin-left: 5px;}

.mainpage-bottom {
	margin-bottom: 60px;
	position: relative;
	margin-top: 48px;
	padding: 0 70px;
	z-index: 1;
}
.mainpage-bottom > SECTION {
	position: relative;
	min-height: 455px;
}
.mainpage-bottom .car-arrows {
	position: relative;
	margin-right: 25px;
	margin-top: 20px;
	z-index: 2;
}
.mainpage-bottom .car-item {
	padding: 40px 24px 0;
	margin-right: 40px;	
	float: left;
}
.mainpage-bottom .car-item .title {margin-bottom: 20px;}
.mainpage-faq {
	background: #e9e9e9;
	width: 260px;
}
.mainpage-faq .block-title:before {border-bottom-color: #e9e9e9;}
.mainpage-faq .car-item {
	min-height: 315px;
	width: 212px;
}
.mainpage-faq .car-item .title {
	text-shadow: 0 1px #fff;
	color: #00aeef;
}
.mainpage-faq .car-item .answer {
	border-top: 1px solid #cecece;
	font: 12px/18px openSans;
	text-shadow: 0 1px #fff;
	padding-top: 26px;
	margin-top: 28px;
	color: #5f6772;
}
.mainpage-faq .car-item .answer .h3 {margin-bottom: 16px;}
.mainpage-faq .car-item .answer .more-link {margin-left: 8px;}
.mainpage-faq .buttons {
	margin: 20px 0 22px;
	padding: 0 24px;
}

.mainpage-novelty {
	background: #fff;
	width: 561px;
}
.mainpage-novelty .block-title {
	background: #00aeef;
	color: #fff;
}
.mainpage-novelty A.block-title:hover {background: #21d3ff;}
.mainpage-novelty .car-item {
	border-right: 1px solid #e9e9e9;
	margin-right: 5px;
	min-height: 340px;
	width: 230px;
}
.mainpage-novelty .car-item .title {white-space: nowrap;}
.mainpage-novelty .car-item .title A {white-space: normal;}
.mainpage-novelty .car-item .descr {
	font: 12px/18px openSans;
	max-height: 54px;
	color: #5f6772;
}
.mainpage-novelty .car-item .cover {
	margin-top: 40px;
	display: block;
}
.mainpage-novelty .car-item .cover IMG {
	max-height: 185px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}