
/*----------------  index  -------------*/

.index-splash{
	clear: both;
	padding: 32px 0;	
	background: #ffffff url(../img/slider-bg.jpg) no-repeat 50% 100%;
	background-size: contains;
}

.ind-slides-row{
	display: flex;
	flex-flow: row nowrap;
	gap: 20px;
}

.ind-slide-container{
	width: calc(50% - 10px);
}

/*
.ind-splash-content{}
.ind-splash-content:after{clear: both; display: block; content: '';}

.ind-veh-selector{
	width: 386px;
	float: left;
}

.ind-car-frm{
	box-sizing: border-box;
	background-color: #f8f8f8;
	padding: 18px 30px 36px;
}
.ind-car-flds{
}
.ind-car-fld{
	padding: 4px 0;
}
.ind-car-fld>a.dropdown{
	display: block;
	border: 1px solid #a0a0a0;
	background: #ffffff url(../img/a-drop.png) no-repeat 97% 50%;
	padding: 12px 30px 12px 10px;
	text-decoration: none;
	color: #2a2a2a;
}
.ind-car-fld>a.dropdown:hover{
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.ind-car-fld>a.dropdown-dis{
	cursor: default;
	color: #a0a0a0;
	border: 1px solid #dcdcdc;
}
.ind-car-fld>a.dropdown-dis:hover{box-shadow: none;}

.ind-car-frm-btn{
	padding: 14px 0 6px 0;
	text-align: center;
}
*/

/* index slider */
.ind-slides{
	/*
	float: right;
	width: calc(100% - 410px);
	*/
}
.slider-main{
	clear: both;
	margin: 0 0;
}

.slider-main .slick-slide{
	position: relative;
	overflow: hidden;
}
.slider-main .slick-slide>a>img, .slider-main .slick-slide>img{display: block; max-width: 100%; height: auto;}
.slider-main .slider-promo{
	position: absolute;
	top: 50px;
	left: 24px;
	width: auto;
}
.slider-main .slider-promo-tit{
	display: none;
	margin-bottom: 12px;
	font-size: 28px;
	line-height: 32px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	/*text-shadow: 2px 1px 0 rgba(1, 1, 1, 0.25);*/
}

.slider-main .slider-promo-cont{
	margin-bottom: 12px;
	font: 28px/30px 'Open Sans';	
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff;
}
.slider-main .slider-promo-cont>span{color: #f1ab03;}


/* ind car selector */
.ind-carselector-pan{
	background: var(--color-Yellow) url(../img4/bg-foot.gif) repeat 50% 0;
	padding: 28px 0;
}

.ind-carselector-pan .wrapper-m1200{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}
.ind-carselector-pan .wrapper-m1200:after, .ind-carselector-pan .wrapper-m1200:before{display: none;}

.ind-carselector-h{
	height: 90px;
	width: 375px;
	background: url(../img4/cars-index-selector.png) no-repeat 50% 50%;
}
.ind-carselector{
	width: calc(100% - 390px);
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 8px;
}
.ind-car-btn{
	width: 220px;
}
.ind-car-param{
	width: 100%;
}


.ind-carselector-panv2{
	padding: 24px 0;
}
.ind-carselector-panv2 .ind-carselector-h{
	width: auto;
	height: auto;
	background: none;
	font-size: 24px;
	line-height: 26px;
	font-family: 'Roboto Condensed', Roboto, sans-serif;
	margin-bottom: 8px;
}
.ind-carselector-row{
	display: flex;
	flex-flow: row nowrap;
	gap: 30px;
}
.ind-carselector-form{
	width: 320px;
}
.ind-carselector-i{
	text-align: center;	
	color: #747474;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 14px;
}
.ind-carselector-i:before{
	display: block;
	content: '';
	background: url(../img4/cars-index-selector.png) no-repeat 50% 50%;
	background-size: 280px auto;
	height: 90px;
	margin-bottom: 10px;
}
.ind-carselector-form .ind-carselector{
	width: 100%;
	flex-flow: column wrap;
	border-right: 1px solid #eaeaea;
	padding-right: 14px;
}
.ind-carselector-form .ind-car-btn{
	width: 100%;
	text-align: center;
}
.ind-carselector-form .ind-car-btn button.btn-go{
	color: var(--color-Dark);
	background-color: var(--color-Yellow-Dark);
}
.ind-carselector-form .ind-car-btn button.btn-go>span{
	background-image: url(../img4/ibtn-more-arr-b.svg);
}
.ind-carbrands-list2{
	width: calc(100% - 350px);
}


/* Index brands */
.ind-carbrands{
	clear: both;
	padding: 24px 0;
}

.cbrands-list{
	padding: 0;
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: repeat(6,1fr);
}
.cbrands-list:after{clear: both; display: block; content: '';}
.cbrands-list>div{
	/*float: left;
	width: calc(100% / 6);*/
	margin: 0 0 0 0;
	box-sizing: border-box;
	height: 108px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	overflow: hidden;
}
.cbrands-list>div:nth-child(n+7){border-top: 0;}
/*.cbrands-list>div:nth-child(6n){border-right: 0;}*/
.cbrands-list>div:nth-child(6n+1){border-left: 1px solid #e6e6e6;}
.cbrands-list>div:nth-child(1){border-radius: 6px 0 0 0;}
.cbrands-list>div:nth-child(6){border-radius: 0 6px 0 0;}
.cbrands-list>div:nth-child(19){border-radius: 0 0 0 6px;}
.cbrands-list>div:nth-child(24){border-radius: 0 0 6px 0;}

/*.cbrands-list>div.it-expand{display: none;}*/
.cbrands-list>div>a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	color: #303030;
}
.cbrands-list>div>a>div{
	height: 80px;
	margin: 0 auto;
}
.cbrands-list>div>a>div:after{
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.cbrands-list>div>a>div img{max-width: 90%; max-height: 100%; width: auto; height: auto; vertical-align: middle; mix-blend-mode: multiply;}

.cbrands-list>div>a>span{display: block;}
.cbrands-list>div>a>span:last-child{
	line-height: 16px;
	font-size: 15px;
	color: #d4d4d4;
}

.cbrands-list>div>a:hover{background: linear-gradient(to bottom, #f0f0f0 0%, #f8f8f8 30%, #fafafa 100%);/*#fafafa*/;}
.cbrands-list>div>a:hover>span:last-child{color: #808080;}

.ind-carbrands-list2 .cbrands-list>div{border: 1px solid transparent; height: 78px;}
.ind-carbrands-list2 .cbrands-list>div:nth-child(6n+1){border-left: 1px solid transparent;}
.ind-carbrands-list2 .cbrands-list>div>a>span:last-child{display: none;}
.ind-carbrands-list2 .cbrands-list>div>a:hover{background: #FFFDF5; border: 1px solid var(--color-Yellow-Dark);}


.cbrands-list-all{
	clear: both;
	padding: 20px 0 10px 0;
	text-align: center;
}

/* seen index */
.index-seen{
	background-color: #FAFAFA;
}


/* brands */
/*
.ind-brands{
	padding: 34px 0px 34px 0px;	
	min-height: 370px;
	background: #b0a5d6 url(../img/bg-brands.jpg) no-repeat 50% 50%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}
.ind-brands-in{
}
.ind-brands-in .lbl-hdr{
	color: #ffffff;
	font-weight: normal;
	text-align: center;
}
.ind-brands-row{
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
.ind-brand-it{
	height: 150px;
	box-sizing: border-box;
	background-color: #ffffff;
	text-align: center;
}
.ind-brand-it a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.ind-brand-it a:after{
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.ind-brand-it a img{
	max-width: 95%;
	height: auto;
	max-height: 90%;
	vertical-align: middle;
	mix-blend-mode: multiply;
}
.ind-brand-it a:hover{background-color: #f6f6f6;}
*/


/* popular sections */
.ind-categories{
	clear: both;
	padding: 28px 0;	
}

/*
.ind-sect-list{
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: repeat(3,1fr);
	gap: 14px;
}
*/
.ind-sect-it{
	background-color: #fafafa;	
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 360px;
	height: 540px;
	overflow: hidden;	
}
.ind-sect-it>a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: relative;	
}
.ind-sect-it>a:hover{
	/*background-color: #f6f6f6;*/
}
.ind-sect-pic{
	display: none;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
}
.ind-sect-pic img{
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	/*background-blend-mode: multiply;*/
	mix-blend-mode: multiply;
}
.ind-sect-i{
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 460px;
	height: 560px;
	box-sizing: border-box;
	padding: 28px 16px 0 28px;
	text-align: left;
	transition: all 0.4s ease-out;
}
.ind-sect-tit{
	display: inline-block;
	padding: 0;
	font-family: 'Roboto Condensed';
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 300;
	color: #ffffff;
	/*background-color: rgba(255,255,255,1);
	text-transform: uppercase;*/
	transition: all 0.4s ease-out;	
}
.ind-sect-tit>span{
	display: inline-block;
	/*background: url(../img/li-blue.svg) no-repeat 0% 5px;
	padding-left: 15px;*/
}
.ind-sect-it>a:hover .ind-sect-i{
	top: 0;
	/*height: 180px;*/
	background-color: rgba(254,204,9,0.82);		/*FECC09*/
}
.ind-sect-it>a:hover .ind-sect-tit{	
	color: #ffffff;
	/*background-color: rgba(0,0,0,0.1);*/
}



/* ------------------------------------------------- */

.ind-discounts-container{
	clear: both;
	padding: 32px 0 0 0;	
}

.ind-best-list-wait{
	display: none;
	text-align: center;
	padding: 14px 0;
}

.ind-best-h{
	/*display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;*/
}

/*
.ind-best-tabs{
	padding: 20px 0px;	
	justify-content: center;
}
.ind-best-tabs>div{
	padding: 12px 24px;
	text-align: center;	
	width: 30%;
	min-width: 250px;
	font-size: 18px;
	line-height: 18px;
}
.ind-best-tabs>div>span{
	display: inline-block;
	padding: 4px 0 4px 26px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}
.ind-best-tabs>div.tab-sel{position: relative;}
.ind-best-tabs>div.tab-sel>span{position: relative; z-index: 2;}
.ind-best-tabs>div.tab-sel:before{
	display: block;
	content: '';
	position: absolute;
	z-index: 1;
	width: 28px;
	height: 28px;
	bottom: 0;
	left: 50%;
	background-color: var(--color-Orange);
	transform: rotate(45deg) translate(0,10px);
}

.ind-best-tabs>div.best-tab-pop>span{background-image: url(../img/tab-i-fire-b.svg);}
.ind-best-tabs>div.best-tab-new>span{background-image: url(../img/tab-i-new-b.svg); padding-left: 32px;}
.ind-best-tabs>div.best-tab-sale>span{background-image: url(../img/tab-i-sale-b.svg); padding-left: 32px;}

.ind-best-tabs>div.best-tab-pop.tab-sel>span{background-image: url(../img/tab-i-fire.svg);}
.ind-best-tabs>div.best-tab-new.tab-sel>span{background-image: url(../img/tab-i-new.svg);}
.ind-best-tabs>div.best-tab-sale.tab-sel>span{background-image: url(../img/tab-i-sale.svg);}
*/

.ind-discounts{
	padding: 20px 0 32px 0;
}

.ind-best-list{
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: repeat(4,1fr);
}

.ind-best-btn{
	text-align: center;
	padding: 20px 0 10px 0;
}

/*----------------   b-it start -----------*/
.b-it{
	/*float: left;
	width: 23.39999%;
	position: relative;*/
	overflow: hidden;
	height: 420px;	
	text-align: center;
	margin: 0 0 0 0;
}
/*.b-it:nth-child(4n+1){margin-left: 0;}*/

.b-it-in{
	position: relative;
	box-sizing: border-box;
	padding-top: 10px;
	width: 100%;
	height: 420px;
	background: #ffffff;
	border-right: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	border-top: 1px solid #E7E7E7;
	/*border-radius: 10px;*/
	overflow: hidden;
}
.b-it:nth-child(n+5) .b-it-in{border-top: 0;}
.b-it:nth-child(4n+1) .b-it-in{border-left: 1px solid #E7E7E7;}

.b-it:hover{
	z-index: 2;
	overflow: visible;
}

.b-it:hover .b-it-in{
	/*border: 1px solid #E1E1E1;*/
	box-shadow: 0 0 6px rgba(150,150,150,0.2);
	height: auto;
	min-height: 420px;
}

.b-lbl{
	position: absolute;
	z-index: 2;
	left: 10px;
	top: 10px;
}

.b-subvar{
	position: absolute;
	z-index: 2;
	right: 10px;
	top: 10px;
	display: flex;
	flex-flow: column wrap;
	gap: 3px;
}
.b-subvar>span{
	background-color: #FFF8CD;
	border: 1px solid #E7E7E7;
	border-radius: 3px;
	padding: 2px 8px;
	cursor: pointer;
}
.b-subvar>span:hover{background-color: #FBEFB0;}
.b-subvar>span.sel{
	background-color: #F7D154;
	border: 1px solid #F7D154;
}

.b-wish{
	position: absolute;
	z-index: 2;
	right: 10px;
	top: 10px;
}

.b-img{
	width: 90%;
	height: 260px;
	margin: auto;
}

.b-img a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.b-img a:after{
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}

.b-img a img{
	max-width: 90%;	
	max-height: 90%;
	width: auto;
	height: auto;
	vertical-align: middle;
}

.b-inf{
	text-align: left;
	padding: 10px 16px 0px 18px;
}

.b-row{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}

.b-rate img{
	display: block;
	max-width: 110px;
	height: auto;
}

.b-avail{
	font-size: 13px;
	line-height: 14px;
	padding: 0 0 14px 0;
	color: #909090;
}
.b-avail>span{display: inline-block;}
.b-avail>span.b-avail-yes{
	background: url(../img/ico-avail-yes.png) no-repeat 0 3px;
	padding-left: 18px;
}

.b-mod{
	overflow: hidden;
	height: 62px;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
}

.b-mod a{
	text-decoration: none;
	color: #2d2d2d;
}
.b-mod a:hover{text-decoration: underline;}

.b-pr{
	clear: both;
	padding: 8px 0;	
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}

.b-cost{}
.b-cost-notavail{color: #cacaca;}
.b-cost-pr{
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	color: var(--color-Dark);
}
.b-cost-pr>span{font-size: 20px; font-weight: 500;}

.b-cost-old{padding-top:0;}
.b-cost-pr-old{font-size: 14px; line-height: 16px; color: #9c9c9c; text-decoration: line-through; margin-right: 12px;}
.b-cost-old .b-cost-pr{color: var(--color-Sale);}


.b-buy{
	padding: 0;
}
/*
.b-sizes{
	padding: 10px 0px 12px 0px;
	font-size: 13px;
	line-height: 14px;
}
.b-sizes>p{margin: 0; padding: 0;}
.b-sizes-list{padding: 6px 0 0 0;}
.b-sizes-list:after{clear: both; display: block; content: '';}
.b-sizes-list>span{
	display: inline-block;
	width: 32px;
	background-color: #f7f7f7;
	text-align: center;
	padding: 4px 0;
	margin-right: 6px;
	margin-bottom: 6px;
}
*/
.b-pars{
	font-size: 12px;
	text-align: left;
	color: #838383;
}

.b-pars div{
	background-color: #ffffff;
}

.b-pars div:nth-child(odd){
	background-color: #fafafa;
}

.b-pars span{
	display: inline-block;
	width: 60%;
	padding: 5px 5px 5px 10px;
	vertical-align: top;
}

.b-pars span:first-child{
	width: 40%;
}

.b-more{
	padding: 12px 0 18px;
}

.b-more a{
	padding-top: 1px;
	padding-right: 25px;
	padding-bottom: 1px;
	font-size: 14px;
	text-decoration: underline;
	color: #838383;
	background: url(../img/more-a.png) right center no-repeat;
}

.b-more a:hover{
	text-decoration: none;
}


.b-it-big{margin: 0; height: 510px; float: none; width: auto;}
.b-it-big .b-it-in{height: 510px; border: 0;}
.b-it-big:hover .b-it-in{border: 0;}

.b-it-big .b-img{height: 380px;}

/*----------------   b-it end ------------------*/

/*
.ind-promo{
	margin: 36px 0;
	margin: 0 0 30px 0;
	padding: 50px 0 60px 0;
	background: #606060 url(../img/bg-promo.jpg) no-repeat 50% 50%;
	background-attachment: fixed;
	background-size: cover;		
}

.ind-promo .lbl-hdr{}

.promo-list{margin-top: 34px; color: #ffffff; text-align: center;}

.ind-promo-grid{
	display: grid;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 5fr 4fr 4fr;
	gap: 10px;
}

.ind-promo-collage{
	grid-row: 1 / span 2;
	grid-column: 1 / span 1;
	background-color: #FAFAFA;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ind-promo-collage img{display: block; max-width: 94%; max-height: 94%; width: auto; height: auto;}

.promo-form{
	min-height: 120px;
	text-align: center;
	background: var(--color-DBlue) url(../img/bg-promo-cell.jpg) no-repeat 50% 100%;
	color: #ffffff;
	padding: 30px 20px 0 20px;
}
.promo-form>div:last-child{padding-top: 24px;}

.promo-item{
	min-height: 120px;
	padding: 100px 8px 0 8px;
	background-repeat: no-repeat;
	background-position: 50% 44px;
	text-align: center;
	border: 1px solid #D1D1D1;
}

.promo-item p{
	font-weight: 300;	
	padding: 0 20px;
}

.promo-goods{background-image: url(../img/promo-ico-1.svg);}
.promo-stable{background-image: url(../img/promo-ico-2.svg);}
.promo-years{background-image: url(../img/promo-ico-3.svg);}

.promo-tit{
	font-size: 22px;
	font-weight: 400;
	padding: 14px 0;
}
*/

/*
.ind-subscribe{
	clear: both;
	margin: 24px 0;
	background: #323233 url(../img/bg-vitrina.jpg) no-repeat 50% 50%;
	background-attachment: fixed;
	padding: 72px 0;
	color: #ffffff;
}
.ind-subpan{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}
.ind-subtxt{width: 50%;}
.ind-subtxt>div{font-size: 25px; line-height: 26px; font-weight: 600; padding-bottom: 12px; text-transform: uppercase;}
.ind-subtxt>p{font-size: 16px; line-height: 22px;}

.ind-subfrm{}
.ind-subfrm table{
	margin: auto 0 auto auto;
	border-spacing: 0;
	padding: 0;
	border: 0;
}
.ind-subfrm table tr td:first-child input{
	box-sizing: border-box;
	display: block;
	border-right: 0;	
	border-left: 1px solid #91898a;
	border-top: 1px solid #91898a;
	border-bottom: 1px solid #91898a;
	background: transparent;
	color: #ffffff;
	height: 40px;
	width: 200px;
	padding-left: 12px;
	font-size: 16px;
}
*/


/*
.ind-prominfo{
	background-color: #eef3fd;
	padding: 30px 0;
}
.ind-prominfo-in{}
.ind-prominfo-in:after{clear: both; content: ""; display: block;}
.ind-prominf-l{
	float: left;
	width: 48%;
}
.ind-prominf-r{
	float: right;
	width: 48%;
}

.promi-best{
	border-radius: 4px;
	background: #fd6201 url(../img/ind-prom-1.png) no-repeat 0 0;
	background-size: cover;
	height: 223px;
	color: #fff;
	margin-bottom: 30px;
}
.promi-best-in{
	padding: 44px 0 0 30px;
	height: 100%;
	box-sizing: border-box;
	background: url(../img/ind-aqua-assort.png) no-repeat 90% 100%;
}

.promi-deliv{
	border-radius: 4px;
	background: #3b64ad url(../img/ind-prom-2.png) no-repeat 0 0;
	background-size: cover;
	height: 213px;
	color: #fff;
}
.promi-deliv-in{
	padding: 44px 0 0 30px;
	height: 100%;
	box-sizing: border-box;
	background: url(../img/ind-deliv-man-sm.png) no-repeat 90% 100%;
}

.promi-best-in>div, .promi-deliv-in>div{
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 300;
	line-height: 28px;
	padding-bottom: 20px;
}
.promi-best-in>div>span, .promi-deliv-in>div>span{font-weight: bold; display: block;}
.promi-best-in>p{
	width: 40%;
	font-size: 16px;
	font-weight: 300;
}

.promi-sup{
	border-radius: 4px;
	background: #929de2 url(../img/ind-prom-big.jpg) no-repeat 0 0;
	background-size: cover;
	height: 466px;
	color: #fff;
}
.promi-sup-in{
	height: 100%;
	box-sizing: border-box;
	padding: 100px 0 0 38px;	
}

.promi-sup-in>div{
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 300;
	line-height: 28px;
	padding-bottom: 40px;
}
.promi-sup-in>div>span{font-weight: bold; display: block;}
.promi-sup-in>p{
	width: 50%;
	font-size: 16px;
	font-weight: 300;
}
*/

/* ----------------------------- */

.wtf{
	padding: 95px 0 35px;
	text-align: center;
}

.wtf .lbl-hdr>span{}

.wtf-tit{
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
}

.wtf-cont{	
	position: relative;
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	padding: 10px 0 20px 0;
	color: #5a5a5a;
	/*column-count: 2;
	column-gap: 30px;*/
	/*text-align: justify;*/
	overflow: hidden;
	max-height: 200px;
	
}

.wtf-cont p{
	margin-bottom: 10px;
}
.wtf-cont>div{text-align: justify; text-indent: 24px;}
.wtf-cont>div.wtf-cont-h{text-align: center; text-indent: 0;}
.wtf-cont-h{
	margin: 12px 0 6px 0;
	font-size: 20px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wtf-cont-h:before{
	display: block;
	width: 43px; 
	height: 42px;
	content: '';
	margin-right: 8px;
}
.wtf-cont-h:nth-of-type(1):before{background: url(../img2/blk-ico-about.png) no-repeat 0 0;}
.wtf-cont-h:nth-of-type(3):before{background: url(../img2/blk-ico-comfort.png) no-repeat 0 0;}
.wtf-cont-h:nth-of-type(5):before{background: url(../img2/blk-ico-quality.png) no-repeat 0 0;}

.wtf-cont:after{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100px;
	content: "";
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.wtf-cont-open{max-height: none;}
.wtf-cont-open:after{display: none;}

.wtf-more{
}
.wtf-more a{
	color: var(--color-Orange);
	text-decoration: none;
	display: inline-block;
	background: url(../img/slide-down-org.svg) no-repeat 50% 100%;
	padding-bottom: 12px;
}



.ind-media{
	margin: 10px 0;
	padding: 28px 0;
	background-color: #fafafa;
}

.ind-news{
	clear: both;
	padding: 0 0 20px 0;	
}

.news-hdr-in{
	padding: 0px 0px 12px 0px;
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	text-transform: uppercase;
	color: #444a55;
}

.news-list{
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
/*.news-list:after{clear: both; content: ""; display: block;}*/

.news-item{
	/*float: left;
	width: 31.99999%;
	margin: 0 0 28px 0;
	box-sizing: border-box;	
	*/
	background-color: #ffffff;
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.news-item:nth-child(3n+1){margin-left: 0;}
.news-img{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 230px;
	overflow: hidden;
}
.news-img img{
	display: block;
	min-width: 100%;
	max-width: 100%;
	/*max-width: 100%;*/
	height: auto;
}

.news-i{
	/*
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	right: 0;
	height: 120px;
	overflow: hidden;
	background: rgba(20,20,20, 0.7);
	*/
	box-sizing: border-box;
	/*border-bottom: 1px solid #eaeaea;*/
	padding: 20px 20px 14px 20px;	
	/*transition: all 0.3s ease-out 0s;*/
}
.news-date{
	font-size: 14px;
	font-weight: 400;
	color: #B0B0B0;
	padding: 0 0 0 0;
}

.news-tag{
	padding-bottom: 8px;
}
.news-tag>span{
	display: inline-block;
	font-size: 13px;
	color: var(--color-Blue);
	border: 1px solid var(--color-Blue);
	border-radius: 4px;
	padding: 2px 8px;
}

.news-tit{
	clear: both;
	font-size: 17px;
	font-weight: 500;
	line-height: 22px;	
	/*height: 100px;*/
}
.news-tit a{color: var(--color-Dark); text-decoration: none;}
.news-tit a:hover{text-decoration: underline;}

.news-inf{
	line-height: 20px;
	font-weight: 300;
	color: #6A6A6A;
}

.news-dop{
	padding: 12px 0px 6px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.news-go{font-size: 16px; line-height: 18px;}
.news-go a{
	display: inline-block;
	color: var(--color-Dark);
	text-decoration: none;
	padding: 0 0 2px 0;
	border-bottom: 1px solid var(--color-Yellow);
}
.news-go a:hover{color: var(--color-Gray); border-bottom: 1px solid var(--color-Yellow-Dark);}

/*
.news-go a:hover{background: var(--color-Red-Hover);}
.news-item:hover  .news-i{
	height: 190px;
}
*/

.news-more{
	padding: 10px 0 4px 0;
}
.news-more a{
	display: inline-block;
	text-decoration: none;
	color: #292929;
	padding-right: 20px;
	background: url(../img/more-arr-d.png) no-repeat 100% 6px;
}
.news-more a:hover{text-decoration: underline;}

.news-item-big{
	width: 35.99999%;
	position: relative;
}
.news-item-big .news-i{
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	padding-left: 16px;
}
.news-item-big .news-img{
	height: 228px;
	overflow: hidden;
}
.news-item-big .news-img img{display: block; width: 100%; height: auto; margin: 0 0 auto 0;}
.news-item-big .news-tit a{text-transform: uppercase;}
.news-item-big .news-tit:after{display: none;}
.news-item-big .news-date{
	position: absolute;
	z-index: 2;
	color: #ffffff;
	left: 16px;
	top: 200px;
}

/*.news-item:nth-child(n+5){display: none;}*/

.ind-media .btn-wrap{clear: both; margin-top: 10px; margin-right: 10px; text-align: right;}

/*
.ind-news .news-item{
	border-top: 1px solid #d8d8d8;
	padding-top: 10px;
}
.ind-news .news-item:first-child{padding-top: 0; border-top: 0;}
.ind-news .news-tit{
	background: url(../img/news-ico.png) no-repeat 0 2px;
	padding-left: 24px;
	padding-bottom: 8px;
}
*/


.ind-artics{
}
.ind-artics .news-item{
	float: left;
	width: 31.99999%;
	margin: 0 0 20px 1.99999%;
}
.ind-artics .news-item:nth-child(3n+1){margin-left: 0;}
.ind-artics .news-inf{padding-top: 10px;}
.ind-artics .news-inf:before{
	display: block;
	content: '';
	height: 1px;
	width: 50px;
	background-color: #cccccc;
	margin-bottom: 6px;
}



/* ------- new items ------- */
.ind-new{
	padding: 32px 0;
}





/*-----------------------  adaptive  --------------------*/
@media only screen and (min-width: 1480px)
{	
	/*--------  index adaptive  ------*/	
	/*
	.slider-main .slick-slide{height: 170px;}
	.slider-main .slick-slide>img, .slider-main .slick-slide>a>img{width: 100%;}
	*/
	
	.ind-best-list{grid-template-columns: repeat(5,1fr);}
	/*.b-it:nth-child(n+5) .b-it-in{border-top: 1px solid #E7E7E7;}*/
	.b-it:nth-child(4n+1) .b-it-in{border-left: 0;}
	.b-it:nth-child(n+6) .b-it-in{border-top: 0;}
	/*.b-it:nth-child(5n+1) .b-it-in{border-left: 1px solid #E7E7E7;}*/
	
	.cbrands-list{grid-template-columns: repeat(8, 1fr);}
	/*.cbrands-list>div{width: calc(100% / 8);}*/
	.cbrands-list>div:nth-child(n+7){border-top: 1px solid #e6e6e6;}
	.cbrands-list>div:nth-child(n+9){border-top: 0;}
	.cbrands-list>div:nth-child(6n+1){border-left: 0;}
	.cbrands-list>div:nth-child(8n+1){border-left: 1px solid #e6e6e6;}
	.cbrands-list>div:nth-child(6){border-radius: 0;}
	.cbrands-list>div:nth-child(8){border-radius: 0 6px 0 0;}
	.cbrands-list>div:nth-child(19){border-radius: 0;}
	.cbrands-list>div:nth-child(17){border-radius: 0 0 0 6px;}	
	
	.ind-carbrands-list2 .cbrands-list>div:nth-child(n+7){border-top: 1px solid transparent;}
	.ind-carbrands-list2 .cbrands-list>div:nth-child(n+9){border-top: 1px solid transparent;}
	.ind-carbrands-list2 .cbrands-list>div:nth-child(6n+1){border-left: 1px solid transparent;}
	.ind-carbrands-list2 .cbrands-list>div:nth-child(8n+1){border-left: 1px solid transparent;}
	
	/*
	.cbrands-list>div:nth-child(6n){border-right: 1px solid #EEEEEE;}
	.cbrands-list>div:nth-child(8n){border-right: 0;}
	*/
	
	/*
	.news-item{width: 33.99999%;}
	.news-item-big{width: 31.99999%;}
	.news-item:nth-child(n+5){display: block;}
	.news-item:nth-child(n+6){display: none;}
	*/
}

@media only screen and (min-width: 1860px)
{
	/*--------  index adaptive  ------*/
	/*
	.slider-main .slick-slide{height: 206px;}
	*/	
}

@media only screen and (max-width: 1200px)
{
	/*--------  index adaptive  ------*/
	/*
	.slider-main .slick-slide>img, .slider-main .slick-slide>a>img{max-width: 99%;}
	*/
	
	.ind-carselector-pan{background-position: -80px 50%, 110% 50%;}
	
	.ind-catit a h3{padding: 16px 25% 0 16px; font-size: 18px; line-height: 20px;}
	.ind-catit a>div{left: -20px;}
	
	.news-item-big .news-img{height: 190px;}
}

@media only screen and (max-width: 1000px)
{		
	/*--------  index adaptive  ------*/
	
	.ind-carselector-h{display: none;}
	.ind-carselector{width: 100%;}
	
	.ind-best-list {grid-template-columns: repeat(3,1fr);}
	.b-it:nth-child(4n+1) .b-it-in{border-left: 0;}
	.b-it:nth-child(3n+1) .b-it-in{border-left: 1px solid #E7E7E7;}
	.b-it:nth-child(n+4) .b-it-in {border-top: 0;}
	
	/*
	.car-sel-b{width: 16.19999%; margin-left: 0.49999%;}
	.car-sel-b:nth-child(7n+1){margin-left: 0.49999%;}
	.car-sel-b:nth-child(6n+1){margin-left: 0;}
	
	.ind-sect-list{gap: 10px; grid-template-columns: repeat(3,1fr);}
	
	.ind-cat-name{padding: 0 4px 0 14px;}
	.ind-cat-name>a{font-size: 16px;}
	.ind-catlist>ul{padding-left: 14px;}
	.ind-catlist>ul>li{margin: 1px 0;}
		
	.cbrands-list>div{width: calc(100% / 5);}
	.cbrands-list>div:nth-child(n+7){border-top: 1px solid #d0d0d0;}
	.cbrands-list>div:nth-child(n+6){border-top: 0;}
	.cbrands-list>div:nth-child(6n+1){border-left: 0;}
	.cbrands-list>div:nth-child(5n+1){border-left: 1px solid #d0d0d0;}
	
	.news-item-big .news-img{height: 154px;}	
	*/
}

@media only screen and (max-width: 800px)
{
	/*--------  index adaptive  ------*/
	main{padding-left: 4px; padding-right: 4px;}
	main.pad0{padding: 0;}
	
	main .wrapper{padding-left: 4px; padding-right: 4px;}
	
	/*.index-cars .wrapper{padding-left: 4px; padding-right: 4px;}*/
	.ind-carselector-pan{background-image: none;}
	.ind-carselector{margin: 0 2%; grid-template-columns: 1fr 1fr 156px;}
	/*
	.ind-carselect{clear: both; width: auto; float: none;}
	.ind-carmodels{clear: both; width: auto; float: none; padding: 24px 0 20px 0;}
	*/	
	
	/*
	.ind-sect-col{width: 48.99999%; margin-left: 1.99999%;}
	.ind-sect-col:nth-child(2n+1){clear: left; margin-left: 0;}
	.ind-sect-it{height: 280px;}
	*/
		
	.cbrands-list{grid-template-columns: repeat(4, 1fr);}
	/*.cbrands-list>div{width: calc(100% / 4);}*/
	.cbrands-list>div{height: 90px;}
	.cbrands-list>div:nth-child(n+6){border-top: 1px solid #d0d0d0;}
	.cbrands-list>div:nth-child(n+5){border-top: 0;}
	.cbrands-list>div:nth-child(5n+1){border-left: 0;}
	.cbrands-list>div:nth-child(4n+1){border-left: 1px solid #d0d0d0;}
	.cbrands-list>div:nth-child(6){border-radius: 0;}
	.cbrands-list>div:nth-child(4){border-radius: 0 6px 0 0;}
	.cbrands-list>div:nth-child(19){border-radius: 0;}
	.cbrands-list>div:nth-child(21){border-radius: 0 0 0 6px;}
	.cbrands-list>div>a>div{height: 64px;}	
	
	
	.ind-sect-it{width: 280px; height: 420px;}
	.ind-sect-i{top: 340px; height: 420px;}
	
	
	.news-item{width: 48.99999%; margin-left: 1.99999%;}
	.news-item:nth-child(2n+1){clear: left; margin-left: 0;}
	
	.wtf-cont{column-count: 1;}
}

@media only screen and (max-width: 700px)
{
	/*--------  index adaptive  ------*/	
}

@media only screen and (max-width: 650px)
{
	/*--------  index adaptive  ------*/
	/*
	.ind-catit{width: 48.99999%; margin-left: 1.99999%;}
	.ind-catit:nth-child(3n+1){margin-left: 1.99999%;}
	.ind-catit:nth-child(2n+1){margin-left: 0;}
	
	.ind-artics .news-item{float: none; width: auto; clear: both; margin-left: 8px;}
	*/
	
	.ind-car-combo select{font-size: 15px;}
	.ind-car-btn button.btn-go{font-size: 15px;}
	
	.ind-best-h{flex-flow:column nowrap; align-items: flex-start;}
	
	.ind-best-list {grid-template-columns: repeat(2,1fr);}
	.b-it:nth-child(3n+1) .b-it-in{border-left: 0;}
	.b-it:nth-child(2n+1) .b-it-in{border-left: 1px solid #E7E7E7;}
	.b-it:nth-child(n+3) .b-it-in {border-top: 0;}
	
	.ind-sect-list{gap: 6px; grid-template-columns: repeat(2,1fr);}
	
	.ind-news .news-list {grid-template-columns: repeat(2, 1fr);}
}

@media only screen and (max-width: 600px)
{
	/*--------  index adaptive  ------*/
	.ind-brands-row{grid-template-columns: repeat(2, 1fr);}
	.ind-brand-it{height: 140px;}
	
	.cbrands-list{grid-template-columns: repeat(3,1fr);}
	/*.cbrands-list>div{width: calc(100% / 3);}*/
	
	.cbrands-list>div{height: 72px;}
	.cbrands-list>div>a>div{height: 100%;}
	.cbrands-list>div>a>span:last-child{display: none;}
	
	.cbrands-list>div:nth-child(n+5){border-top: 1px solid #d0d0d0;}
	.cbrands-list>div:nth-child(n+4){border-top: 0;}
	.cbrands-list>div:nth-child(4n+1){border-left: 0;}
	.cbrands-list>div:nth-child(3n+1){border-left: 1px solid #d0d0d0;}
	.cbrands-list>div:nth-child(4){border-radius: 0;}
	.cbrands-list>div:nth-child(3){border-radius: 0 6px 0 0;}
	.cbrands-list>div:nth-child(21){border-radius: 0;}
	.cbrands-list>div:nth-child(22){border-radius: 0 0 0 6px;}
}

@media only screen and (max-width: 550px)
{
	/*--------  index adaptive  ------*/	
	.ind-carselector{display: block;}
	.ind-carselector .ind-car-param{margin-bottom: 8px;}
	.ind-carselector .ind-car-btn{text-align: center; width: auto;}
	
	
	.ind-sect-it{width: 200px; height: 300px;}
	.ind-sect-i{top: 220px; height: 300px;}
}

@media only screen and (max-width: 500px)
{	
	/*--------  index adaptive  ------*/
	.ind-catit{height: 140px;}
	.ind-catit a{background-position: 50px 10px;}
	
	.ind-news .news-list{flex-flow: column nowrap;}
	.news-item{width: auto; margin-left: 0;}
	
	/*
	.cbrands-list>div{width: 49.29999%;}
	.cbrands-list>div:nth-child(3n+1){border-left: 1px solid #f0f0f0;}
	.cbrands-list>div:nth-child(2n+1){border-left: 0;}
	*/
}

@media only screen and (max-width: 450px)
{
	/*--------  index adaptive  ------*/
	.ind-news .news-list {grid-template-columns: repeat(1, 1fr);}	
}

@media only screen and (max-width: 400px)
{
	/*--------  index adaptive  ------*/
	.ind-sect-tit{font-size: 15px; line-height: 20px;}
}