@font-face {
    font-family: 'NeoSansW1G';
    src: url("../fonts/NeoSansW1G-Regular.woff") format("woff");
    font-weight: 400
}

@font-face {
    font-family:'NeoSansW1G';
    src:url("../fonts/NeoSansW1G-Medium.woff") format("woff");
    font-weight:500
}

@font-face {
    font-family:'NeoSansW1G';
    src:url("../fonts/NeoSansW1G-Bold.woff") format("woff");
    font-weight:700
}
/*html,
body {
  height: 100%;
}
.body-innerwrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#sp-main-body-wrapper {
  flex-grow: 1;
}*/
body {
	font-family: 'NeoSansW1G';
}
h1,h2,h3,h4,h5 {
	font-family:'NeoSansW1G'; 
}
h1 {
	color: #253238;
	margin-top: 32px;
	margin-bottom: 16px;
}
h1:first-child:not(.page-header) {
	margin-top: 0;
}
h1:last-child:not(.page-header) {
	margin-bottom: 0;
}
h2,
h3,
h4,
h5 {
	margin-bottom: 12px;
	margin-top: 32px;
	color: #455B66;
}
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
	margin-top: 0;
}
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child {
	margin-bottom: 0;
}
.slider__right .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: auto;
	transform: translate(-50%, -50%);
}
.b-title {
	display: block;
	color: #455B66;
	font-size: 28px;
	margin-bottom: 30px;
	font-weight: 400;
	color: #960029;
	
}
@media (max-width: 980px) {
	.b-title {
		font-size: 22px;
		margin-bottom: 22px;
	}
}


ul,
ol {
	list-style: inside;
	margin-left: 0;
	/*color: #464646;*/
	/* color: rgba(53, 56, 71, 0.6); */
}

@media (max-width: 980px) {
	body {
		padding-top: 66px;
	}
	body.homepage {
		padding-top: 0;
	}
	h1 {
		font-size: 32px;
		margin-top: 16px;
		margin-bottom: 8px;
	}
	h2,
	h3,
	h4,
	h5 {
		margin-top: 16px;
		margin-bottom: 8px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	.b-tille {
		font-size: 20px;
		margin-bottom: 16px;
	}
}

@media (max-width: 768px) {
	body {
		padding-top: 70px;
	}
}

.container {
	/*max-width: 1360px;*/
	max-width: 1375px;
	width: 100%;
	/*min-width: 940px;*/
	padding: 0px 20px;
	box-sizing: border-box;
}
.container_lg {
	max-width: 1850px;
}
.container-inner {
	max-width: 1000px;
}



/*.top-menu .sp-menu.level-0 {
	text-align: right;
	margin-right: 40px !important;
}*/
.top-menu .sp-menu.level-1{
	text-align: left;
}
.top-menu .sp-menu.level-0 > .menu-item {
	margin: 0px 0px 0px 20px;
	/*line-height: 66px;*/
	line-height: 100px;
}
.top-menu .sp-menu.level-0 > .menu-item .menu-title {
	color: #fff;
	/*font-family: "NeoSansW1G";*/
	font-weight: 400;
}
.top-menu .sp-menu.level-0 > .menu-item.b-menu__link_active > .menu-item.b-menu__link_active > .menu > .menu-title,
.top-menu .sp-menu.level-0 > .menu-item .menu-title:hover {
	color: #ACADB0;
}
#sp-subheader{
	/*font-family: "NeoSansW1G";*/
}
/*#sp-subheader h4{
	font-family: "PT Serif",serif;
}*/
/*.menu-top-logo {
	float: left;
	padding-top: 8px;
	position: relative;
}*/
/*.menu-top-logo:after {
	content: '';
	position: absolute;
	display: block;
	background-image: url("../img/sprite.png");
	background-position: 0 -69px;
	width: 50px;
	height: 8px;
	bottom: -16px;
	left: 0px;
}*/

.brands-wrap {
	margin: 0px -10px 50px;
	font-size: 0px;
}
.brands-col {
	display: inline-block;
	padding: 0px 10px;
	vertical-align: top;
	width: 15.2%;
	margin-bottom: 60px;
}
.models-wrap .brands-col {
	width: 18.1%;
}
.cars_item {
	text-align: center;
}
.cars_item__logo {
	display: block;
	margin: 0px auto;
}
.cars_item__title,
.cars_item__price,
.cars_item__count {
	display: block;
}
.cars_item__title {
	margin-top: 20px;
	color:  #960029;
	font-size: 20px;
	font-weight: 400;
}
.cars_item__price {
	color:  #353847;
	font-size: 16px;
	font-weight: 700;
}
.cars_item__count {
	/*font-family: "NeoSansW1G";*/
	color:  rgba(53, 56, 71, 0.4);
	font-size: 14px;
}
.cars_item__count:before {
	content: '';
	display: inline-block;
	background-image: url("../img/sprite.png");
	background-position: -23px -82px;
	width: 22px;
	height: 19px;
	vertical-align: middle;
}

.mod-content {
    /*font-family: NeoSansW1G;*/
}


.b-breadcrumbs {
	border-bottom: 1px solid #EEE;
	margin: 0px 0px 25px;
}
.cars-item .b-breadcrumbs,
.used-item .b-breadcrumbs {
	margin: 0;
}
.breadcrumbs_item {
	display: inline-block;
	/*font-family: NeoSansW1G;*/
	color:  rgba(53, 56, 71, 0.4);
	font-size: 12px;
}
.breadcrumbs_item:after {
	content: '';
	display: inline-block;
	background-image: url("../img/sprite.png");
	background-position: -98px -52px;
	width: 4px;
	height: 7px;
	margin-left: 4px;
}
.breadcrumbs_item__active {
	color:  #353847;
}
.breadcrumbs_item__active:after {
	display: none;
}


.aside_menu {
    /* margin-bottom: 20px; */
    margin-left: 0px;
    list-style: outside none none;
}
.aside_menu .aside_item{
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
/*.aside_menu .aside_item__left{
	float: left;
	text-align: left;
}*/
/*.aside_menu .aside_item__right{
	float: right;
	text-align: right;
}*/
.aside_menu .aside_item__left,
.aside_menu .aside_item__right {
	display: block;
}
.aside_menu .aside_item__right {
	padding-left: 40px;
}
.aside_item__logo {
	min-width: 28px;
	margin-right: 12px;
}

.aside_menu .aside_item__logo,
.aside_menu .aside_item__title,
.aside_menu .aside_item__count,
.aside_menu .aside_item__price{
	display: inline-block;
	vertical-align: middle;
}
/*.aside_menu .aside_item__logo{
	margin-left: 8px;
}*/
.aside_menu .aside_item__title{
	color:  #960029;
	font-size: 16px;
	margin-right: 2px;
}
.aside_menu .aside_item__count,
.aside_menu .aside_item__price{
	color:  rgba(53, 56, 71, 0.4);
	font-size: 16px;
}
.aside_menu .aside_item__price {
	font-size: 14px;
	font-family: 'Roboto';
	font-weight: 700;
}
.aside_menu .aside_item:hover .aside_item__count,
.aside_menu .aside_item:hover .aside_item__price,
.aside_menu .aside_item__active .aside_item__count,
.aside_menu .aside_item__active .aside_item__price{
	color:  #353847;
}
.aside_menu .aside_item__count{
	/*font-family: NeoSansW1G;*/
}
/*.aside_menu .aside_item__price{
	font-family: PTSerif;
}*/
.border-right{
	border-right: 1px solid #EEE;
}
.border-left{
	border-left: 1px solid #EEE;
    padding-left: 20px;
}
@media (max-width: 980px) {
	.border-left {
		border-left: 0;
		padding-left: 0;
	}
}

.row-fluid .slider {
	/*float: left;*/
	overflow: hidden;
	margin-right: 20px;
	max-width: 100%;
	text-align: center;
	/*display: table;*/
}
.slider__left {
	width: 100%;
	height: 372px;
}

/*.slider__left, .slider__right {
	display: table-cell;
	vertical-align: top;
}*/

.slider.full .slider__left,
.slider.full .slider__right {
	display: block;
	width: 100%;
}
.slider__left {
	margin: 0px 1px 0px 0px;
	/*width: 71.5%;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.slider__right{
	margin: 0px;
	/*width: 28.5%;*/
	display: flex;
	align-items: stretch;
	padding-top: 1px;
	/*padding-left: 1px;*/
}
.slider.full .slider__right {
	margin: 0 -1px;
	width: 100%;
}
.slider__left img,
.slider__right img{
	width: 100%;
}
.small_pic {
	position: relative;
	display: block;
	margin-top: 4px;
	width: 100%;
	max-width: 33.3%;
	/*height: 33%;*/
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.slider.full .small_pic {
	width: 33.33333336%;
	max-width: 33.33333336%;
	box-sizing: border-box;
	padding: 0 1px;
	height: auto;
	display: inline-block;
}
.big_pic {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
}
.slider.full .slider__left .big_pic {
	position: relative;
}
/*.big_pic_img{
    display: none;
    width: 462px;
    height: 386px;
    max-height: 100%;
    max-width: 100%;
}*/
/* .small_pic:last-child:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	height: 100%;
	width: 100%;
	background-color: #960029;
	opacity: 0.6;
} */
.next-photos {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	height: 100%;
	width: 100%;
	background: url(../img/plus.png) center 35px no-repeat rgba(150,0,41,0.6);
	/*font-family: NeoSansW1G;*/
	color:  #ffffff;
	font-size: 16px;
	text-align: center;
	line-height: 200px;
}

.description {
	overflow: hidden;
	padding-top: 6px;
}

.slider-auto__description.description{
	padding-top: 0;
}

.description_row {
	display: block;
	border-bottom: 1px solid #EEE;
	padding: 10px 15px 12px 40px;
	position: relative;
}
.description_row:first-child {
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 0;
	/*font-family: PTSerif;*/
}
/*.description_row:first-child span {
	font-family: PTSerif;
}*/
.description_row:last-child {
	border: 0px;
}
.description_row span{
	display: block;
	font-family: NeoSansW1G;
	color: #353847;
	font-size: 16px;
}
.description_row .car_title{
	color: #353847;
	font-size: 24px;
	/* margin-bottom: 5px; */
}
.description_row .car_price_usd{
	color:  #aeafb5;
	font-size: 20px;
}
.description_row .car_price{
	color:  #960029;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 12px;
	line-height: 1.1;
	/* margin-bottom: 5px; */
}
.description_row .desc_title{
	line-height: 24px;
	color:  rgba(53, 56, 71, 0.4);
	vertical-align: top;
}
.description_row .desc_title:before{
	content: '';
	position: absolute;
	background: url("../img/sprite.png") top left no-repeat;
	height: 24px;
	left: 17px;
	transform: translateX(-50%);
}
.description_row .desc_title.engine:before{
    background-position: 0 -42px;
    width: 34px;
}
.description_row .desc_title.fuel:before{
    background-position: 0 -82px;
    width: 18px;
}
.description_row .desc_title.volume:before{
    background-position: -84px 0;
    width: 22px;
}
.description_row .desc_title.power:before{
    background-position: -39px -42px;
    width: 32px;
}
.description_row .desc_title.kpp:before{
	background: url("../img/kpp.png") top left no-repeat;
	height: 24px;
	width: 22px;
}
.description_row .desc_title.drive_type:before{
	background: url("../img/tip-privoda.png") top left no-repeat;
	height: 24px;
	width: 32px;
}

.b-btn {
	/*font-family: NeoSansW1G;*/
	color: #fff;
	font-size: 14px;
	background-color: #960029;
	padding: 12px 20px;
	line-height: 37px;
	display: inline-block;
	font-family: 'Roboto';
	font-weight: 500;
}
.b-btn:focus {
	text-decoration: none;
}
.b-btn span{
	color: #fff;
}
.b-btn.red{
	/*background-color: #eb0f18;*/
	background-color: #a0002e;
}
.b-btn_write-reviews {
	height: 90px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin-bottom: 32px;
	box-sizing: border-box;
	font-family: NeoSansW1G;
}
.b-btn_write-reviews span {
	line-height: 1;
	position: relative;
	top: 2px;
}
.b-btn__icon-plus {
	margin-right: 15px;
}
.b-btn:hover .b-btn__icon-plus {
	filter: brightness(0) invert(1);
}
@media (max-width: 980px) {
	.b-btn_write-reviews {
		height: 60px;
		font-size: 16px;
		margin-bottom: 16px;
	}
	.b-btn__icon-plus {
		margin-right: 10px;
	}
}
.car-colors {
	margin: 80px 0px;
}
.car-colors .span9,
.car-text .span9 {
	margin-left: 0px;
}
.car-text .span9,
.car-text p {
	/*font-family: NeoSansW1G;*/
	color:  rgba(53, 56, 71, 0.6);
	font-size: 14px;
	line-height: 21px;
}
.car-text h1,
.car-text h2,
.car-text h3,
.car-text h4,
.car-text h5,
.car-text h6 {
	/*font-family: PTSerif;*/
	color:  #353847;
/* 	font-size: 18px;
	line-height: 18px; */
	padding-bottom: 12px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 12px;
	font-weight: 700;
}
.car-text{
	margin-top: 80px;
}

.color_item{
	display: inline-block;
	padding: 0px 10px;
}
.color_item .color_item__img {
	display: block;
	margin-bottom: 8px;
}
.color_item .color_item__text {
	display: block;
	text-align: center;
}
.color_item .color_item__title {
	display: inline-block;
	/*font-family: NeoSansW1G;*/
	/*color: #353847;*/
	color: rgba(53, 56, 71, .7);
	font-size: 14px;
	line-height: 18px;
	vertical-align: top;
	text-align: left;
	font-family: 'Roboto';
	font-weight: 700;
}
.color_item .color_item__box{
	display: inline-block;
	width: 17px;
	height: 17px;
	line-height: 17px;
	margin-right: 7px;
	vertical-align: top;
}
.colors-carousel .color_item {
	display: block;
}
.arr-right span,
.arr-top span{
	display: inline-block;
	vertical-align: top;
}
.arr-right:after,
.arr-top:after{
	content: '';
	display: inline-block;
	background: url("../img/sprite.png") top left no-repeat;
	vertical-align: middle;
	margin-left: 8px;
	background-position: -50px -82px;
    width: 7px;
    height: 9px;
}
.arr-top:after{
	background-position: -84px -52px;
	width: 9px;
	height: 7px;
}

/* #columns {
	margin: 0px -20px;
} */
#columns .first.column p,
#columns .first.column h1,
#columns .first.column h2,
#columns .first.column h3,
#columns .first.column h4,
#columns .first.column h5,
#columns .first.column h6{
	margin-right: 40px;
}

.b-slider {
	/* height: 950px; */
	position: relative;
/* 	top: -60px;
	margin-bottom: -60px; */
}
.b-slider .slide_item{
	/* height: 950px; */
	/* padding-top: 215px; */
	color:  #fff;
	font-size: 28px;
}
.im-slide .slide_item {
	display: block;
}
.b-slider .slide_item:first-child{
	display: block;
}
.b-slider .slide_item{
	display: none;
}
.b-slider .slide_item_bg{
	max-height: 950px;
	width: 100%
}
/*.b-slider .slide_item .b-btn span{
	text-transform:uppercase;
}*/
.b-slider .slide_item__content{
	position: absolute;
	top: 24%;
	padding: 0 20px;
	margin: 0 auto;
	display: block;
}
.b-slider .container {
	max-width: 1450px;
}
.b-slider .button-wrap{
	margin-top: 30px;
}
.b-slider .slide_item__text {
	display: block;
	color:  #fff;
	font-size: 23px;
	line-height: 28px;
	font-weight: 700;
}
.b-slider .slide_item__title{
	display: block;
	color:  #fff;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 10px;
}
.b-slider .slide_item__title:before{
	content: '';
	display: block;
	background-color:  #eb0f18;
	width: 86px;
	height: 2px;
	margin-bottom: 28px;
}
.slider-wrap {
	position: relative;
	overflow: hidden;
}
.slider-wrap .slide_fix_text{
	position: absolute;
	bottom: 10%;
	display: block;
	width: 100%;
	text-align: center;
	color:  #fff;
	font-size: 44px;
}
.b-slider .im-paging{
	position: absolute;
	bottom: 30px;
	width: 100%;
	/*text-align: center;*/
	text-align: left;
	z-index: 2;
	max-width: 1450px;
	margin: 0 auto;
	left: 0;
	right: 0;
	padding: 0 40px;
}
.b-slider .im-paging-item {
	display: inline-block;
	margin: 0px 5px;
	border-radius: 50%;
	background-color:  rgba(255, 255, 255, 0.35);
	width: 11px;
	height: 11px;
}
.b-slider .im-paging-item_active {
    background-color: #FFF;
}
.b-advantages-wrap{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.b-advantages-wrap_inner-page {
	margin-bottom: 80px;
}
.b-advantages-wrap .b-advantage{
	display: table-cell;
	padding: 0px 20px;
}
.b-advantage__icon{
	display:block;
	margin: 0px auto 15px;
}
.b-advantage__title{
	display:block;
	/*text-transform:uppercase;*/
	/*font-family: NeoSansW1G;*/
	color:  #353847;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	text-align: center;
}



.brans-row {
	display: table;
	width: 100%;
	height: 298px;
	table-layout: fixed;
	border-bottom: 1px solid #fff;
}
@media (min-width: 1501px) {
	.brans-row {
		height: 450px;
	}
}
.b-brands-index__mobile .brans-row {
	height: 160px;
}
.b-brands-index__mobile .brands_item__index {
	background-size: cover;
    text-align: center;
}
.brands-col__index-1,
.brands-col__index-2{
	width: 32%
}
.brands-col__index-3{
	width: 36%
}
.brans-row:last-child {
	margin-bottom: 55px;
}
.brands-col__index{
	position: relative;
	display: table-cell;
	border-left: 1px solid #fff;
    overflow: hidden;
}
.brands-col__index-3 .brands_item__min_block{
	width: 50%;
	height: 50%;
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
}
.brands-col__index-3 .brands_item__min_block-4{
    left: auto;
	right: 0px;
	border-left: 1px solid #fff;
}
.brands-col__index-3 .brands_item__min_block-5{
	bottom: 0px;
	border-top: 1px solid #fff;
    top: auto;
}
.brands-col__index-3 .brands_item__min_block-6{
	right: 0px;
	bottom: 0px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
    left: auto;
    top: auto;
}
.brands_item__index{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	/*background-size:auto 100%;*/
	background-size: cover;
	background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.brands_item__index:after{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 70%;
	top: 0px;
	background: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0));

}
.brands_item-title-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.brands_item-title-wrapper:hover + .brands_item__index,
.brands_item__index:hover{
	transition: transform 0.5s ease-out 0s;
    transform: scale(1.1);
	-webkit-transition: transform 0.5s ease-out 0s;
	-moz-transition: transform 0.5s ease-out 0s;
	-o-transition: transform 0.5s ease-out 0s;
	transition: transform 0.5s ease-out 0s;
}
.brands_item-title-wrapper:hover + .brands_item__index:after,
.brands_item__index:hover:after{
	background: linear-gradient(to bottom, #960029, rgba(0,0,0,0));
	opacity: 0.6;
}
.brands_item__top,
.brands_item__bottom{
	position: absolute;
	left: 0px;
	width: 100%;
	height: 50%;
    overflow: hidden;
}
.brands_item__top {
	top: 0px;
}
.brands_item__bottom{
	bottom: 0px;
	border-top: 1px solid #FFF;
}
.brands_item__title{
	position: relative;
	display: inline-block;
	color:  #fff;
	font-size: 28px;
	z-index: 5;
	padding: 20px 0px 0px 20px;
	vertical-align: top;
    text-decoration: none;
}
.b-brands-index__mobile .brands_item__title {
	font-size: 16px;
	padding: 12px 0px 0px 12px;
	display:block;
}
.brands-col__index-2 .brands_item__title{
	font-size: 24px;
}
.brands-col__index-3 .brands_item__title{
	font-size: 20px;
}
.brands_item__logo{
	position: relative;
	z-index: 5;
	margin-left: 20px;
	max-height: 42px;
	padding-top: 20px;
	vertical-align: top;
}
.b-brands-index__mobile .brands_item__logo{
	max-height: 33px;
	display: block;
	margin: 8px auto 0px;
	padding: 0px;
}
.brands_item__logo + .brands_item__title{
	padding-left: 5px;
}
.brands_item__price{
	display: block;
	color:  #fff;
	font-size: 16px;
	z-index: 5;
}
.brands-col__index-2 .brands_item__price{
	font-size: 16px;
}
.brands-col__index-3 .brands_item__price{
	font-size: 16px;
}
.b-brands-index__mobile .brands_item__price{
	font-size: 14px;
}
.brands_item__count{
	position: absolute;
	top: 18px;
	right: 18px;
	/*font-family: NeoSansW1G;*/
	color:  #ffffff;
	font-size: 14px;
	z-index: 5;
    font-family: 'Roboto';
    font-weight: 700;
}
.b-brands-index__mobile .brands_item__count {
    position: relative;
    display: block;
    right: 0px;
    width: 100%;
    padding-left: 4px;
}
.brands_item__count:before{
	content: '';
	display: inline-block;
	background-image: url("../img/sprite.png");
	background-position: -84px -27px;
	width: 22px;
	height: 20px;
	vertical-align: middle;
	margin-right: 2px;
}

.colors-carousel {
	position: relative;
}
.colors-carousel .im-slider-controls {
    position: absolute;
    top: 50%;
    margin-top: -45px;
    width: 100%;
    left: 0px;
}
.colors-carousel .im-slide-col {
    display: inline-block;
}
.colors-carousel .im-slider-wrap {
    z-index: 55;
}
.im-slider-prev,
.im-slider-next{
	display: inline-block;
	background-image: url("../img/sprite.png");
	background-position: 0px 0px;
	width: 37px;
	height: 37px;
}
.im-slider-next {
	float: right;
	background-position: -42px 0px;
}

input.error,
textarea.error{
    border: 1px solid red !important;
}
p.error{
    color: red;
}



.reviews .catItemView:hover img{
	transform: scale(1.1, 1.1);
	/* max-width: 110%; */
	-webkit-transition: transform 0.5s ease-out 0s;
	-moz-transition: transform 0.5s ease-out 0s;
	-o-transition: transform 0.5s ease-out 0s;
	transition: transform 0.5s ease-out 0s;
}
.reviews .catItemView:hover .catItemImage a:after{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 70%;
	top: 0px;
	background: linear-gradient(to bottom, #960029, rgba(0,0,0,0));
	opacity: 0.6;
}
.reviews .catItemHeader .catItemTitle a {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
}
.reviews .itemContainer.addItem .catItemTitle {
    font-family: NeoSansW1G;
    color: #63001B;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    display: block;
}
.reviews .catItemHeader .catItemTitle {
    padding: 0px 0px 0px 5px;
    line-height: 90%;
}

.row-fluid._page-text::before,
.row-fluid._advantages::before,
.row-fluid._advantages::after{
	display: none;
}
.row-fluid._page-text {
	margin-bottom: 60px;
	/*max-width: 936px;*/
}
.row-fluid .slider.span8 {
    margin-left: 0px;
}
.row-fluid .description.span4 {
    margin: 0px;
}


.header_bottom {
	position: fixed;
	top: 66px;
	left: 0px;
	width: 100%;
	height: 32px;
	text-align: right;
	background-color: rgba(0,0,0,0.6);
	z-index: 8000;
}
.header_bottom span,
.header_bottom a{
	margin-left: 10px;
	color:  #fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 32px;
	vertical-align: middle;
}
.header_bottom a{
	color:  #960029;
	text-decoration: underline;
}
.header_bottom .container{
	padding-right: 65px;
}

.used .b-title {
	font-family: 'PTSerif';
	font-size: 28px;
}
.used #sp-main-body-wrapper .content p {
	font-size: 14px !important;
}
.car_price span {
	display: inline-block;
}
.__visible_mobile {
	display: none;
}
.__visible_desc {
	display: block;
}

.car-text + .section-cars-avail{
	margin-top: 0;
}
@media (max-width:1430px) {

	.homepage .row-fluid {
		margin-bottom: 0px;
	}
	.row-fluid._page-text {
		margin-bottom: 20px;
	}

}
@media (max-width:980px) {

.__visible_mobile {
	display: block;
}
.__visible_desc {
	display: none;
}

/*	.reviews.itemListView .itemContainer:first-child{
		display: none;
	}*/
	.header_bottom{
		display:none;
	}
	.brands-col {
		width: 40%;
	}
	.models-wrap .brands-col {
		width: 90%;
	}
	.b-breadcrumbs {
		display: none;
	}
	.span9.car-slider {
		float: none;
		width: 100%;
	}
	.slider {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.slider.full .slider__left,
	.slider.full .slider__right {
		width: 100%;
		max-width: 100%;
	}
	.next-photos {
		background-position: center;
		font-size: 0;
	}
	.slider-wrap .slide_fix_text{
		font-size: 16px;
	}
	.b-slider .slide_item__title,
	.b-slider .slide_item__text,
	.b-slider .b-btn {
		font-size: 13px;
		line-height: 14px;
		margin-top: 1px;
	}
	.b-slider .slide_item__title::before{
		margin-bottom: 8px;
	}
	.b-slider .b-btn span {
		vertical-align: middle;
	}
	.b-slider .im-paging {
		left: 18px;
		bottom: 30px;
		width: auto;
	}
	.b-advantages-wrap {
		display: block;
	}
	.b-advantages-wrap .b-advantage {
		display: block;
		padding: 0px 20px;
		margin-bottom: 15px;
	}
}

.b-cars-list {
	overflow: hidden;
	margin-bottom: 60px;
}

@media (max-width: 980px) {
	.b-cars-list {
		margin-bottom: 40px;
	}
}

.b-cars-list:last-child {
	margin-bottom: 0;
}

.b-cars-list__cols-wrap {
	margin: -20px;
	font-size: 0;
}

.b-cars-list__col {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 20px;
	box-sizing: border-box;
}
@media (max-width: 1200px){
	.b-cars-list__col {
		width: 33%;
		width: 33.3%;
	}
}
@media (max-width: 768px){
	.b-cars-list__col {
		width: 50%;
		padding: 10px;
	}
	.b-cars-list__cols-wrap {
		margin: -10px;
	}
}

@media (max-width: 520px){
	.b-cars-list__col {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.b-cars-list__col:last-child {
		margin-bottom: 0;
	}
	.b-cars-list__cols-wrap {
		margin: 0;
	}
}

.b-car-item__inf-top {
	padding: 12px 0;
	border-bottom: 1px solid #e8e8ea;
	margin-bottom: 15px;
}

.b-car-item__label {
	position: absolute;
	top: 0;
	left: 20px;
	padding: 0 5px;
	height: 20px;
	line-height: 22px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	background-color: #960029;
}

.b-car-item__inf-top:last-child {
	margin-bottom: 0;
}

.b-car-item__wrap-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.b-car-item__price {
	font-size: 16px;
	font-weight: 700;
	font-family: PTSerif;
	text-transform: uppercase;
}

.b-car-item__price,
.b-car-item__text {
	max-width: 50%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.b-car-item__text.b-car-item__text_gray {
	color: #9a9ba1;
}

.b-car-item {
	font-size: 14px;
}

.b-car-item__img-wrap {
	position: relative;
	display: block;
}
.b-car-item__img-wrap_sales:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/sales.png');
	background-position: center;
	background-repeat: no-repeat;
}
.b-car-item__img-wrap a {
	display: block;
}
.b-car-item__img-wrap:after {
	content: '';
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 62px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 56, 71, 0)), to(rgba(53, 56, 71, .9)));
    background: -webkit-linear-gradient(top, rgba(53, 56, 71, 0), rgba(53, 56, 71, .9));
    background: -o-linear-gradient(top, rgba(53, 56, 71, 0), rgba(53, 56, 71, .9));
    background: linear-gradient(to bottom, rgba(53, 56, 71, 0), rgba(53, 56, 71, .9));
}

.b-car-item__header {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 14px 20px;
	display: flex;
	justify-content: space-between;
	z-index: 2;
	align-items: center;
}

.b-car-item__img {
	width: 100%;
	height: auto;
}

.b-car-item__header-text {
	color: #fff;
	font-size: 20px;
	font-family: PTSerif;
	max-width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
}

.b-car-item__header-text.b-car-item__header-text_sm {
	font-size: 14px;
	max-width: 30%;
	margin-top: 4px;
	font-family: 'NeoSansW1G';
}



#sp-variation1 span.header, #sp-variation2 span.header, #sp-variation3 span.header {
    font-size: 18px;
    padding: 0px;
    margin: 0px;
}


#sp-header-wrapper{
	background: rgba(44, 47, 62, 0.95);
	transition: .2s background-color;
	/*padding: 0 20px 0 0 !important;*/
}
.homepage #sp-header-wrapper {
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.homepage #sp-header-wrapper.js-fixed {
	background: rgba(44, 47, 62, 0.95);
	border-bottom: transparent;
}

#sp-clients-wrapper{background: rgb(255, 255, 255) !important; padding: 100px 0 0 0 !important; }

#sp-main-body-wrapper{
	background: rgba(246, 180, 74, 0) !important;
	padding: 20px 0 80px  !important;
}
@media (max-width: 980px) {
	#sp-main-body-wrapper{
		padding: 20px 0 40px !important;
	}
}

#sp-variation-wrapper{background: rgb(44, 47, 62) !important; padding: 10px 0 !important; }

#sp-footer-wrapper{background: rgb(160, 0, 46) !important; }

#sp_simple_map_canvas {margin:0;padding:0;height:500px}

#sp-smart-slider.sp-university-layout{
	height: 200px;
}

@media (max-width:767px) {
	#sp-smart-slider.sp-university-layout{
		height: 200px;
	}
}

@media (max-width:480px) {
	#sp-smart-slider.sp-university-layout{
		height: 200px;
	}
}
#sp-smart-slider.sp-university-layout{
	height: 200px;
}

#sp-smart-slider.sp-glamour-layout,
#sp-smart-slider.sp-glamour-layout.loading:before{
background:#fff
}
#yj-vertical-menu174,#yj-vertical-menu174 li.yj-vertical-menu-item{width:270px;}

.contacts a {
    color:white;
    text-decoration: none;
}

.colors-carousel{
    box-sizing: border-box;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
	display: inline-block;
	background-color: #f3f3f3;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
}
.owl-carousel .owl-nav button.owl-prev {
	background-image: url('../img/carousel-arr-l.svg');
	background-position: left 42% center;
}
.owl-carousel .owl-nav button.owl-next {
	float: right;
	margin-left: 20px;
	background-image: url('../img/carousel-arr-r.svg');
	background-position: right 42% center;
}
@media (max-width: 980px) {
	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-next{
		width: 40px;
		height: 40px;
	}
	.owl-carousel .owl-nav button.owl-next {
		margin-left: 15px;
	}
}
.owl-nav{
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
}
.car-colors .owl-nav {
	top: -70px;
}
@media (max-width: 980px) {
	.car-colors .owl-nav {
		top: -55px;
	}
}
.owl-item{
    text-align: center;
}
.car-colors__title {
	margin-bottom: 26px;
}
@media (max-width: 980px) {
	.car-colors__title {
		margin-bottom: 16px;
	}
}

/* 12.02.2020*/
.top-menu .sp-menu.level-0 > .menu-item {
	margin: 0;
	margin-right: 50px;
}
.top-menu .sp-menu.level-0 > .menu-item:last-child {
	margin-right: 0;
}
#sp-main-menu ul.level-0 > li.parent >a:after,
#sp-main-menu ul.level-0 > li.parent > .menu-item:after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	color: #fff;
	top: 0;
	right: -8px;
	font-size: 16px;
	font-weight: bold;
}
#sp-main-menu ul.level-0 > li.parent:hover >a:after,
#sp-main-menu ul.level-0 > li.parent:hover > .menu-item:after {
	top: 0;
	margin: 0;
}
.header-wrap .menu-top-logo {
	margin-right: 60px;
}
#sp-main-menu ul.level-0 > li {
	text-transform: none;
}
#sp-slideshow-wrapper {
	position: relative;
	margin-bottom: 60px;
}
#sp-slideshow-wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	z-index: 1;
}
.top-menu .sp-menu.level-0 > .menu-item .menu-title {
	font-size: 18px;
}
.b-slider .slide_item__content {
	z-index: 2;
}
.b-slider .slide_item__title {
	font-size: 64px;
	font-size: calc(26px + 2vw);
	line-height: 1.125;
	font-family: 'Roboto';
	font-weight: 500;
	margin-bottom: 22px;
	margin-bottom: 1.1vw;
}
.b-slider .slide_item__title:before {
	width: 194px;
	height: 4px;
	background-color: #a0002e;
}
.b-slider .slide_item__text {
	font-size: 28px;
	font-size: calc(9px + 1vw);
	line-height: 1.2;
	font-family: 'NeoSansW1G';
}
.b-slider .button-wrap {
	margin-top: 45px;
	margin-top: 2.3vw;
}
.b-slider .b-btn {
	line-height: 52px;
	font-size: 18px;
	min-width: 200px;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
}
.flex-title {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.flex-title_mb-md {
	margin-bottom: 50px;
}
.flex-title_mb-md.main-in-stock{
	margin-bottom: 40px;
}
.flex-title .b-btn {
	white-space: nowrap;
}
.flex-title h1,
.flex-title h2 {
	max-width: 60%;
	margin: 0;
}
@media (max-width: 980px) {
	.flex-title h1,
	.flex-title h2 {
		max-width: none;
		margin-bottom: 20px;
	}
}
.b-btn_transparent-red {
	background-color: transparent;
	color: #a0002e;
	border: 1px solid #a0002e;
}
.b-btn_transparent-red:after {
	filter: brightness(0%) invert(12%) sepia(38%) saturate(6432%) hue-rotate(320deg) brightness(104%) contrast(144%);
}
.b-btn_transparent-red span {
	color: #a0002e;
}
.b-btn_transparent-red:hover {
	background-color: #a0002e;
	color: #fff;
}
.b-btn_transparent-red:hover span {
	color: #fff;
}
.b-btn_transparent-red:hover:after {
	filter: none;
}
.b-btn.b-btn_transparent-red:hover {
	opacity: 1;
}
.main-list-cars {
	display: flex;
	margin: 0 -10px 85px -10px;
	flex-wrap: wrap;
	font-size: 0;
}
.main-list-cars__col {
	padding: 10px;
	box-sizing: border-box;
	flex-basis: 33.3%;
}
.page-list-cars {
	display: flex;
	margin: 0 -10px 85px -10px;
	flex-wrap: wrap;
	font-size: 0;
}
.page-list-cars__col {
	padding: 10px;
	box-sizing: border-box;
	flex-basis: 33.3%;
}
.b-year {
	display: inline-flex;
	align-items: center;
	height: 23px;
	padding: 0 8px;
	background-color: #fff;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Roboto';
	border-radius: 3px;
	color: #464646;
}
.b-card-car {
	height: 540px;
	width: 100%;
	display: block;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
.page-list-cars .b-card-car,
.main-list-cars .b-card-car {
	height: 300px;
}
@media (max-width: 1280px) {
	.b-card-car {
		height: 480px;
	}
	.page-list-cars .b-card-car,
	.main-list-cars .b-card-car {
		height: 270px;
	}
}
@media (max-width: 1140px) {
	.b-card-car {
		height: 420px;
	}
	.page-list-cars .b-card-car,
	.main-list-cars .b-card-car {
		height: 250px;
	}
}
.b-card-car:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	transition: .25s background-color;
}
.b-card-car__year {
	position: absolute;
	top: 32px;
	left: 24px;
	z-index: 1;
}
.b-card-car__bottom {
	position: absolute;
	left: 0;
	bottom: -170px;
	right: 0;
	padding: 48px 24px;
	z-index: 1;
	transition: .5s bottom;
}
.b-card-car__title {
	display: block;
	font-size: 24px;
	line-height: 1.33;
	color: #fff;
	margin-bottom: 6px;
}
.b-card-car__price {
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 1.7;
}
.b-card-car__bg-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 150%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.b-card-car__btn {
	margin-top: 24px;
	display: inline-flex;
}
.b-card-car__info {
	height: 170px;
	opacity: 0;
	transition: .5s opacity;
}
.b-btn:hover {
	color: #fff;
	opacity: .7;
}
.b-card-car:hover:after {
	background-color: rgba(160, 0, 46, .3)
}
.b-card-car:hover .b-card-car__bg-img {
	transform: translateX(-33%);
	transition: 8s transform linear;
}
.b-card-car:hover .b-card-car__info {
	opacity: 1;
}
.b-card-car:hover .b-card-car__bottom {
	bottom: 0;
}
.b-card-car:hover .b-card-car__btn {
	opacity: 1;
}
.b-card-car:hover .b-card-car__btn:hover {
	opacity: .7;
}
.brands_item__logo + .brands_item__title {
	padding-left: 12px;
}
.advantages__title {
	margin-bottom: 70px;
}
.brands-section {
	padding-top: 120px;
}
.section-reviews__flex-title {
	margin-bottom: 56px;
}
.reviews .itemList:after {
	content: '';
	clear: both;
	display: table;
}
.reviews .itemContainer {
	float: none;
	height: 305px;
	margin: 0;
}
.reviews .itemList .itemContainer {
	flex-basis: 33.3%;
}
div.catItemView {
	margin-bottom: 0;
	padding-bottom: 0;
}
.reviews .itemList {
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
}
.reviews .itemContainer {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 10px;
}
.reviews .itemContainer:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
}
.reviews .catItemBody .catItemImage {
	width: 100%;
	height: 100%;
}
.reviews .catItemImageBlock .catItemHeader {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 32px 24px;
	width: auto;
	background: transparent;
}
.catItemHeader {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.catItemHeader__col:first-child {
	padding-right: 20px;
	text-align: left;
}
.catItemHeader__col .b-btn {
	white-space: nowrap;
}
.reviews .catItemHeader .catItemTitle {
	display: block;
	padding: 0;
}
.reviews .catItemHeader .catItemTitle a {
	display: block;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 400;
}
@media (max-width: 1200px) {
	.reviews .catItemHeader .catItemTitle a {
		font-size: 20px;
	}
}
.catItemTitleCity a {
	font-size: 16px;
	text-decoration: none;
	color: #fff;
}
.itemListView.reviews {
	margin-bottom: 80px;
}
.aside-inner {
	margin-top: 28px;
	border-top: 1px solid #eeeeee;
	padding-top: 24px;
	margin-left: -20px;
	padding-left: 20px;
}
.car-slider .small_pic {
	margin-left: 2px;
	margin-right: 2px;
}
.car-slider .slider__right {
	margin-left: -2px;
	margin-right: -2px;
}
.car-slider__title {
	margin-bottom: 40px;
	padding-right: 20px;
}
.slider-auto {
	display: flex;
}
.slider-auto__slider {
	flex-basis: 57%;
}
.slider-auto__description {
	flex-basis: 43%;
	display: flex;
	flex-direction: column;
}
.description__btn-wrap {
	padding-top: 20px;
	padding-right: 20px;
	margin-top: auto;
	margin-bottom:  0;
}
.description__btn {
	line-height: 48px;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}
.slider__left-img {
	display: none;
}
.car-slider .entry-content {
	padding-right:  20px;
}
.car-slider .entry-content h1 {
	padding-right: 20px;
	width: 100%;
}
.section-cars-avail {
	margin-top: 60px;
	margin-bottom: 60px;
}
.section-cars-avail__title,
.section-reviews__title {
	margin-bottom: 58px;
}
.section-cars-avail__title.grid{
	margin-bottom: 20px;
}
.cars-avail-carousel .owl-nav,
.reviews-carousel .owl-nav {
	top: -104px;
}
.cars-avail-carousel .b-card-car {
	text-align: left;
}
.hidden-text__inner {
	max-height: 330px;
	overflow: hidden;
}
.hidden-text__link {
	display: inline-flex;
	margin-top: 18px;
	font-size: 15px;
}
.section-reviews,
.b-auto-list {
	margin-bottom: 60px;
}
.section-reviews:last-child {
	margin-bottom: 0;
}
.reviews-carousel.reviews .itemContainer {
	margin: 0;
}
.hidden-text {
	margin-bottom: 60px;
}
.reviews-list__inner {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}
.reviews-list .itemContainer {
	flex-basis: calc(33.3% - 20px);
	margin: 10px;
}
.b-content-slider-wrap {
	position: relative;
	margin-bottom: 80px;
}
.b-content-slider__item {
	height: 410px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.b-content-slider__item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0 , .3);
}
.b-content-slider.owl-carousel .owl-nav .owl-prev,
.b-content-slider.owl-carousel .owl-nav .owl-next {
	background-color: #A0002E;
}
.b-content-slider.owl-carousel .owl-nav .owl-prev {
	background-image: url('../img/carousel-arr-l-white.svg');
}
.b-content-slider.owl-carousel .owl-nav .owl-next {
	background-image: url('../img/carousel-arr-r-white.svg');
}
.b-content-slider .owl-nav {
	left: 40px;
	bottom: 80px;
	right: auto;
	top: auto;
}
.b-content-slider.owl-carousel .owl-nav .owl-next {
	margin-left: 15px;
}
.b-content-slider__content {
	position: absolute;
	top: 0;
	left: 0;
	padding: 56px 40px;
	max-width: 60%;
	text-align: left;
}
.b-content-slider__title {
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	line-height: 1.5;
	text-align: left;
}
.b-slider-triggers {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 2;
	padding: 20px 50px;
	max-width: 40%;
	width: 340px;
	box-sizing: border-box;
}
.b-slider-triggers__item {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.b-slider-triggers__item:last-child {
	margin-bottom: 0;
}
.b-slider-triggers__img-wrap {
	flex-basis: 74px;
	flex-shrink: 0;
	padding-right: 10px;
}
.b-slider-triggers__img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.b-slider-triggers__text {
	margin: 0;
	font-size: 16px;
	color: #fff;
	line-height: 1.375;
	font-weight: 400;
}
.b-form {
	box-sizing: border-box;
}
.b-form * {
	box-sizing: border-box;
}
.b-form_container {
	padding: 70px 70px 85px 70px;
	background-color: #f4f4f4;
	margin: 24px 0;
}
.b-form_container:first-child {
	margin-top: 0;
}
.b-form_container:last-child {
	margin-bottom: 0;
}

.b-form__row {
	display: flex;
	align-items: flex-end;
	margin: 0 -10px;
}
.b-form__col {
	padding: 0 10px;
	flex-grow: 1;
}
.b-form__col_auto {
	flex-grow: 0;
}
.b-form__col .rsform-input-box {
	margin: 0;
	display: block;
	width: 100%;
}
.rsform-input-box.rsform-input-box_lg{
	height: 56px;
}
.b-form__label {
	display: block;
	font-size: 16px;
	margin-bottom: 12px;
	color: #353847;
}
.b-slider .slide_item {
	background-size: 0;
}
.zatr-menu-opener {
	display: none;
}
.b-mobile-menu {
	display: none;
}
.btn-burger__icon {
	pointer-events: none;
	width: 100%;
	height: auto;
}
.top-menu .sp-main-menu-toggler {
	/*top: 12px;*/
	position: static;
	margin-right: -6px;
	margin-left: 4px;
}
.b-btn-mail {
	position: relative;
	top: 2px;
}
.b-popup {
	width: 600px;
	padding: 60px;
	background-color: #fff;
	position: relative;
	box-sizing: border-box;
}
.b-popup__close {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	position: absolute;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #A0002E;
	border-radius: 50%;
	top: 0;
	right: 0;
	transform: translate(50%, -50%);
	transition: 0.25s background-color;
}
.b-popup__close-icon {
	pointer-events: none;
}
.b-popup__close:hover {
	background-color: #0f1e35;
}
.im-popup {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 8002;
	font-size: 0;
	overflow-y: auto;
	padding: 65px 0;
	background-color: rgba(0,0,0,0.7);
	visibility: hidden;
	opacity: 0;
	transition: visibility ease-in-out 0.3s, opacity 0.3s ease-in-out;
}
.im-popup:before {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.im-popup .im-popup-inside {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
.im-popup._visible {
	opacity: 1;
	visibility: visible;
}
.b-form__input-col {
	margin-bottom: 30px;
}
.b-form__input-col:last-child {
	margin-bottom: 0;
}
.b-popup__form {
	max-width: 400px;
	margin: 0 auto;
}
.b-popup .b-form .rsform-input-box,
.b-popup .b-form .b-btn {
	width: 100%;
	margin: 0;
}

.fancybox-skin{
	padding: 5px!important;
}

@media (max-width: 1760px) {
	.top-menu .sp-menu.level-0 > .menu-item {
		margin-right: 20px;
	}
	.top-menu .sp-menu.level-0 > .menu-item .menu-title {
		font-size: 14px;
	}
	.header-wrap .menu-top-logo {
		margin-right: 40px;
	}
	.header-wrap .contacts {
		margin-right: 20px;
	}
	.header-wrap .contacts a {
		font-size: 14px;
	}
	.header-wrap .menu-top-logo .menu-image {
		width: 120px;
		height: auto;
	}
}
@media (max-width: 1460px) {
	.top-menu .sp-menu.level-0 > .menu-item {
		margin-right: 12px;
	}
	.top-menu .sp-menu.level-0 > .menu-item .menu-title {
		font-size: 13px;
	}
	.header-wrap .menu-top-logo {
		margin-right: 10px;
	}
	.header-wrap .contacts a {
		font-size: 14px;
	}
	.header-wrap .menu-top-logo .menu-image {
		width: 75px;
		height: auto;
	}
	.b-btn.b-btn_lg {
		font-size: 14px;
		padding:  12px 24px;
	}
	#sp-header-wrapper .b-btn.b-btn_lg {
		font-size: 12px;
		padding: 6px 10px;
	}
	.container {
		padding: 0 15px;
	}
}
.sp-main-menu-toggler.btn {
	background-color: transparent;
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	right: 20px;
}
body.js-fix .body-innerwrapper > *:not(.b-mobile-menu) {
	filter: blur(8px)
}
body.js-fix {
	position: fixed;
}
.b-card-car__layout-link{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}

@media (max-width: 980px) {
	/*.b-card-car__layout-link{*/
		/*display: none;*/
	/*}*/
	.header-wrap .contacts {
		display: none;
	}	
	.b-mobile-menu {
		display: block;
		box-sizing: border-box;
		position: fixed;
		top: 0;
		right: 0;
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
		background-color: #2C2F3E;
		z-index: 8001;
		width: 296px;
		padding: 122px 0 108px;
		transform: translateX(100%);
		transition: .25s transform;
	}
	.b-mobile-menu.js-act {
		transform: translateX(0);
	}
	.b-mobile-menu__close {
		position: absolute;
		width: 24px;
		height: 24px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		top: 24px;
		left: 24px;
	}
	.b-mobile-menu__close-icon {
		pointer-events: none;
	}
	.b-mobile-menu__list {
		list-style: none;
	}
	.b-mobile-menu__list .menu-item {
		list-style: none;
	}
	
	.b-mobile-menu__list a.menu-item {
		font-size: 15px;
		color: #fff;
		text-decoration: none;
		padding: 20px 28px;
		display: block;
	}
	.b-mobile-menu__list {
		overflow: auto;
		max-height: 100%;
	}
	.b-mobile-menu__btn-wrap {
		box-sizing: border-box;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 32px 24px;
	}
	.b-mobile-menu__btn-wrap .b-btn {
		width: 100%;
		box-sizing: border-box;
		text-align: center;
		height: 44px;
		line-height: 18px;
	}
	header#sp-header-wrapper {
		height: 66px;
		background: rgba(44, 47, 62, 0.95);
	}
	.homepage #sp-header-wrapper {
		background: transparent;
	}
	.b-slider .b-btn {
		line-height: 52px;
		font-size: 18px;
		min-width: 200px;
		text-align: center;
	}
	.page-list-cars,
	.main-list-cars {
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 5px;
		overflow: auto;
		margin-bottom: 50px;
	}
	.page-list-cars::-webkit-scrollbar,
	.main-list-cars::-webkit-scrollbar {
		display: none;
	}
	.page-list-cars__col,
	.main-list-cars__col {
		flex-basis: 50%;
		flex-shrink: 0;
	}
	.page-list-cars .b-card-car,
	.main-list-cars .b-card-car{
		height: 380px;
	}
	.b-card-car {
		height: 378px;
	}
	.b-card-car__year {
		top: 24px;
		left: 14px;
	}
	.b-card-car__bottom {
		padding: 24px 14px;
	}
	.b-card-car__title {
		font-size: 20px;
	}
	.b-card-car__price {
		font-size: 16px;
	}
	.advantages__title {
		text-align: center;
		margin-bottom: 30px;
	}
	.brands-section {
		padding-top: 80px;
	}
	.section-reviews__flex-title {
		margin-bottom: 36px;
	}
	.reviews .catItemHeader .catItemTitle a {
		font-size: 18px;
	}
	.catItemTitleCity a {
		font-size: 14px;
	}
	.reviews .itemList .itemContainer {
		flex-basis: 300px;
		flex-shrink: 0;
	}
	.reviews .itemList {
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 5px;
		overflow: auto;
	}
	.reviews .itemList::-webkit-scrollbar {
		display: none;
	}
	.reviews .itemContainer {
		margin: 0 5px;
	}
	.reviews-carousel.reviews .itemContainer {
		margin: 0;
	}
	.itemListView.reviews {
		margin-bottom: 60px;
	}
	.aside-inner {
		margin-left: 0;
		padding-left: 0;
	}
	.slider-auto {
		display: block;
	}
	.b-auto-list__left,
	.b-auto-list__right {
		padding-top: 0;
	}
	.hidden-phone {
		display: none;
	}
	.b-auto-list__right {
		padding-left: 20px;
		width: 240px;
	}
	.description_row .car_price {
		font-size: 22px;
		margin-bottom: 8px;
	}
	.description_row .car_price_usd {
		font-size: 16px;
	}
	.description_row:first-child {
		padding-bottom: 16px;
	}
	.description_row span {
		font-size: 14px;
	}
	.car-slider__title {
		padding-right: 0;
		margin-bottom: 22px;
	}
	.description__btn-wrap {
		padding-right: 0;
	}
	.colors-carousel {
		padding: 0;
	}
	.owl-nav {
		right: 0;
	}
	.car-colors {
		margin: 40px 0;
	}
	.car-slider .entry-content {
		padding-right: 0;
	}
	.car-slider .entry-content h1 {
		padding-right: 0;
		width: auto;
	}
	.section-cars-avail__title,
	.section-reviews__title {
		margin-bottom: 28px;
	}
	.cars-avail-carousel .owl-nav,
	.reviews-carousel .owl-nav {
		top: -74px;
	}
	.section-reviews,
	.b-auto-list {
		margin-bottom: 40px;
	}
	.hidden-text {
		margin-bottom: 20px;
	}
	.reviews-list.reviews .itemContainer {
		margin: 10px;
	}
	.reviews-list .itemContainer {
		flex-basis: calc(50% - 20px);
	}
	.b-content-slider .owl-nav {
		left: 20px;
		bottom: 60px;
	}
	.b-content-slider__content {
		padding: 36px 20px;
	}
	.b-content-slider__title {
		font-size: 22px;
	}
	.b-content-slider__item {
		height: 320px;
	}
	.b-slider-triggers__img-wrap {
		flex-basis: 40px;
	}
	#sp-main-body-wrapper p.b-slider-triggers__text {
		font-size: 14px !important;
	}
	.b-slider-triggers {
		padding: 20px;
	}
	.b-content-slider-wrap {
		margin-bottom: 40px;
	}
	.b-advantages-wrap_inner-page {
		margin-bottom: 40px;
	}
	.b-form_container {
		padding: 40px;
	}
	#sp-slideshow-wrapper {
		margin-bottom: 20px;
	}
	.b-slider .slide_item {
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
		min-height: 420px;
		background: none;
/*		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;*/
	}
/*	.b-slider .slide_item_bg {
		display: none;
	}*/
	.b-slider .slide_item_bg {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: auto;
		max-width: none;
		will-change: transform;
	}
	.im-slide_active .slide_item_bg {
		animation: animateBg 13s ease 1 forwards;
	}
	.im-slide .slide_item_bg {
		opacity: 0;
	}
	.im-slide.im-slide_active .slide_item_bg {
		opacity: 1;
	}
	@keyframes animateBg {
		from { transform: translateX(0); }
		to { transform: translateX(calc(-100% + 100vw)); }
	}
	.b-slider .button-wrap {
		margin-top: 40px;
	}
	.b-slider .slide_item__title {
		font-size: 36px;
		margin-bottom: 20px;
	}
	.b-slider .slide_item__title:before {
		width: 100px;
		margin-bottom: 22px;
	}
	.b-slider .slide_item__content {
		padding: 0 8px;
		top: 19%;
	}
	.header-wrap .contacts {
		display: block
	}
	.header-wrap__contacts {
		margin-left: 20px;
		padding-top: 6px;
	}
	.header-wrap {
		height: 100%;
		height: 66px;
	}
	.header-wrap__contacts {
		margin-left: 20px;
		margin-right: auto;
	}
	.header-wrap .menu-top-logo .menu-image {
		width: 100px;
	}
	.header-wrap .contacts a {
		font-size: 12px;
	}
	.header-wrap .menu-top-logo {
		margin-right: 0;
	}
	.b-mobile-menu .sp-menu-toggler {
		width: 50px;
		height: 60px;
		float: right;
		text-align: center;
		color: #fff;
		transform: rotate(180deg);
		transition: .25s transform;
	}
	.b-mobile-menu .sp-menu-toggler.collapsed {
		transform: none;
	}
	.b-mobile-menu__list li.menu-item {
		position: relative;
	}
	.b-mobile-menu .menu-item .icon-angle-right {
		display: none;
	}
	.b-mobile-menu .sp-menu-toggler {
		position: absolute;
		right: 0;
		top: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	.b-mobile-menu ul.in a {
		padding: 12px 44px;
	}
	.b-mobile-menu ul.in li {
		line-height: 1;
	}
	.section-cars-avail {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.header-wrap .contacts {
		margin-right: 0;
	}
	.b-slider .im-paging {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.flex-title {
		display: block;
		text-align: center;
	}
	.page-list-cars,
	.main-list-cars {
		margin-left: -10px;
		margin-right: -10px;
		padding: 0;
	}
	.page-list-cars__col,
	.main-list-cars__col {
		padding: 5px;
		flex-basis: 50%;
	}
	.page-list-cars .b-card-car,
	.main-list-cars .b-card-car{
		height: 250px;
	}
	.reviews .itemList {
		margin-left: -10px;
		margin-right: -10px;
		padding-left: 5px;
		overflow: auto;
	}
	.slider__left {
		height: auto;
		background: none;
	}
	.slider .big_pic{
		position: static;
	}
	.slider__left-img {
		display: block;
	}
	.b-auto-list__right {
		width: 100%;
		padding-left: 0;
	}
	.b-form__row {
		display: block;
	}
	.b-form__col {
		margin-bottom: 20px;
	}
	.b-form__col:last-child {
		margin-bottom: 0;
	}
	.b-form_container {
		padding: 30px 20px;
	}
	.b-form__label {
		font-size: 14px;
		margin-bottom: 8px;
	}
	.rsform-input-box.rsform-input-box_lg {
		height: 40px;
	}
}
@media (max-width: 640px) {
	.reviews-list .itemContainer {
		flex-basis: 100%;
	}
	.reviews-list__inner {
		margin: -5px 0;
	}
	.reviews-list.reviews .itemContainer {
		margin: 5px 0;
	}
	.page-list-cars__col,
	.main-list-cars__col {
		flex-basis: 100%;
		padding: 0;
	}
	.b-card-car {
		height: 350px;
	}
	.page-list-cars .b-card-car,
	.main-list-cars .b-card-car{
		height: 400px;
	}
	.b-slider-triggers {
		display: none;
	}
	.b-slider .slide_item__text {
		font-size: 18px;
	}
	.b-brands-index__mobile .brands_item__title	{
		font-size: 12px;
	}
	.b-brands-index__mobile .brands_item__logo {
		max-height: 25px;
	}
	.b-popup {
		position: static;
		padding: 40px 20px;
		width: 100%;
	}
	.im-popup {
		background-color: #fff;
	}
	.b-popup__close {
		top: 20px;
		right: 20px;
		transform: none;
	}
	.b-popup {
		width: 100%;
	}
	.im-popup .im-popup-inside {
		width: 100%;
	}

}
@media (max-width: 360px) {
	.header-wrap .menu-top-logo .menu-image {
		width: 60px;
	}
	.header-wrap .contacts a {
		font-size: 10px;
	}
	.header-wrap__contacts {
		padding-top: 2px;
	}
	.page-list-cars .b-card-car,
	.main-list-cars .b-card-car{
		height: 250px;
	}
}
/* end 12.02.2020 */

.b-content-slider-wrap_shares .b-content-slider__item::before {
	content: none;
}
.b-content-slider-wrap_mobile {
	display:none;
}
@media (max-width: 640px) {
	.b-content-slider-wrap_mobile {
		display:block;
	}
	.b-content-slider-wrap_shares {
		display:none;
	}
}