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

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

/*
.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; margin: 0 auto; border-radius: 24px;}
.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;}





/* index car selector */
.ind-carselector-pan{
	padding: 28px 0;
	/*background: url(../img/frm-car-left.png) no-repeat 0 50%, url(../img/frm-car-right.png) no-repeat 100% 50%;
	background-color: #F4F8FF;
	border-bottom: 1px solid var(--color-Gray-Border);*/
}
.ind-carselector-in{
	background: url(../img/car-front-pic.png) no-repeat 97% 60%;
	background-color: #fafafa;
	border: 1px solid var(--color-Orange);
	padding: 32px 250px 32px 32px;
	border-radius: 10px;
}

.ind-carselector-h{
	color: var(--color-Black);
	font-size: 26px;
	font-weight: 500;
	line-height: 30px;
	padding-bottom: 15px;
}
.ind-carselector-h>span{color: var(--color-Orange);}

.ind-carselector{
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 140px;
	gap: 10px;
	margin: 0;
}


/* index promo splash */
.splash-promo{
	background: #403b39 url(../img/bg-promo.jpg) no-repeat 50% 50%;
	background-size: cover;
	padding: 34px 0;
}
.promo-bg-2{background-image: url(../img/bg-promo-2.jpg);}

.splash-promo-content{
	text-align: center;
	color: #ffffff;
	padding: 60px 0;
}
.splash-promo-content>p{
	font-size: 28px;
	line-height: 40px;
}
.splash-promo-content>p>span{color: var(--color-Orange);}
.splash-promo-content>span{
	display: block;
	padding: 12px 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}



/* Index brands */
.ind-car{
	margin-top: 20px;
	/*border: 1px solid var(--color-Gray-Border);*/
}

.ind-carbrands{
	clear: both;
	padding: 0px 0 24px 0;
	/*background: url(../img/bg-parts-scheme-left.png) no-repeat 0 30px;*/
}

.cbrands-list{
	padding: 0;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: auto;
	gap: 4px;
}
/*.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: 1px solid #DADADA;
	border-radius: 6px;
	/*
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	*/
}
/*
.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 #d0d0d0;}
*/
/*.cbrands-list>div.it-expand{display: none;}*/
.cbrands-list>div>a{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 7px;
	text-decoration: none;
	text-align: center;
	/*font: 14px/16px 'Open Sans'; */
	font-size: 14px;
	line-height: 16px;
	font-weight: 500; 
	color: #303030;
}
.cbrands-list>div>a:hover{
	background-color: #fafafa;
}
.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: 14px;
	font-size: 13px;
	color: #A0A0A0;
}

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


/* index popular car models */
.ind-carmodels-blk{
	background-color: #F9F9F9;
	padding: 32px 0;
}

.ind-carmodels{
	clear: both;
	padding: 10px 0 10px 0;
}

.ind-cmod-it{
	height: 180px;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 24px 16px;
	overflow: hidden;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	border: 1px solid var(--color-Gray-Border);
}
.ind-cmod-it:first-child{margin-bottom: 6px;}
.ind-cmod-pic{
	width: 100%;
	height: 90px;
	margin: 0 auto;
}
.ind-cmod-pic a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.ind-cmod-pic a:after{
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.ind-cmod-pic a img{
	max-width: 92%;	
	max-height: 90%;
	height: auto;
	width: auto;
	vertical-align: middle;
}

.ind-cmod-i{
	text-align: center;
	padding-top: 10px;
	/*position: relative;*/
}
.ind-cmod-i>div{height: 44px;}
.ind-cmod-i>div a{
	text-decoration: none;
	/*color: #292929;*/
}
.ind-cmod-i>div a:hover{text-decoration: underline; color: #707070;}
.ind-cmod-i>span{
	display: block;
	padding: 0;
	font-weight: 600;
}
/*
.ind-cmod-i>div.ind-cmod-go{
	position: absolute;
	display: none;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #ffffff;
}

.ind-cmod-go button.btn, .ind-cmod-go a.btn{font-size: 14px; line-height: 14px;}
*/

/*.ind-cmod-it:hover .ind-cmod-i>div.ind-cmod-go{display: flex;}*/
.ind-cmod-it:hover{border: 1px solid var(--color-Orange);}
.ind-cmod-it:hover  .ind-cmod-i>div a{color: var(--color-Orange);}


/* Not used */
.index-cars{
	clear: both;
	margin: 0;
	padding: 28px 0 34px 0;
	background: #2e5c71 url(../img/main-top-bg.jpg) no-repeat 50% 50%;
	background-attachment: fixed;
}
.index-cars:after{clear: both; content: ''; display: block;}


/* index car selector */
.ind-carselect{
	float: left;
	width: 63%;
}
.ind-car-selector{
	background-color: rgba(242,242,242,0.70);
}
.car-sel-nav{
}
.car-sel-nav:after{display: block; clear: both; content: '';}
.car-sel-inp{
	float: left;
	width: 24.99999%;
	box-sizing: border-box;	
}
.car-sel-inp:after{
	display: block;
	content: '';
	clear: both;
	height: 7px;
	width: 100%;
}
.car-sel-inp>div{
	border-left: 1px solid #d4d4d4;
	box-sizing: border-box;
	background: #f2f2f2 url(../img/a-down.png) no-repeat 96% 50%;
	padding: 12px 20px 12px 12px;
}
.car-sel-inp:first-child>div{border-left: 0;}
.car-sel-inp>span{display: block; content: ''; background-color: #d4d4d4; height: 6px; border-left: 1px solid #d4d4d4;}
.car-sel-inp:first-child>span{border-left: 0;}

.car-sel-inp-act>div{background-color: #ffffff; background-image: url(../img/a-up.png);}
.car-sel-inp-act:after{background: url(../img/yel-sel.png) no-repeat 50% 0;}
.car-sel-inp-act>span{background-color: #ffc000;}

.car-sel-opttabs{
	padding: 4px;
}
.car-sel-opttabs:after{display: block; content: ''; clear: both;}
.car-sel-tab{}
.car-sel-tab:after{display: block; content: ''; clear: both;}

.car-sel-more{
	text-align: center;
	color: #ffffff;
	padding: 20px 0;
}
.car-sel-more>span{
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
	padding-right: 16px;
	background: url(../img/a-drop-more.png) no-repeat 100% 6px;
}


.car-sel-blist{}
.car-sel-blist:after{display: block; content: ''; clear: both;}
.car-sel-b{
	float: left;
	cursor: pointer;
	background: #ffffff;
	width: 13.99999%;
	margin-left: 0.29999%;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 4px;
	font-size: 13px;
}
.car-sel-b:nth-child(7n+1){margin-left: 0;}
.car-sel-b:hover{background-color: #f0f0f0;}


.car-sel-mlist{}
.car-sel-mlist:after{display: block; content: ''; clear: both;}
.car-sel-m{
	float: left;
	cursor: pointer;
	background: #ffffff;
	width: 19.49999%;
	margin-left: 0.49999%;
	text-align: center;	
	height: 90px;
	margin-bottom: 4px;
	font-size: 13px;
	overflow: hidden;
}
.car-sel-m>a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	box-sizing: border-box;
	padding: 4px 6px;
	color: #292929;
}
.car-sel-m-pic{
	height: 50px;
}
.car-sel-m-pic img{
	display: block; 
	margin: auto;
	max-width: 94%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.car-sel-m-name{
	line-height: 16px;	
	text-transform: uppercase;
}
.car-sel-m>a:hover{background-color: #ffc000;}
.car-sel-m>a:hover .car-sel-m-name{color: #ffffff;}

.car-sel-mtdlist{}
.car-sel-mtdlist:after{display: block; content: ''; clear: both;}
.car-sel-mtd{
	float: left;
	cursor: pointer;
	background: #ffffff;
	width: 49.49999%;
	margin-left: 0.99999%;
	text-align: left;
	box-sizing: border-box;
	padding: 10px 14px;
	margin-bottom: 7px;
	font-size: 14px;
}
.car-sel-mtd:nth-child(2n+1){margin-left: 0;}
.car-sel-mtd:hover{background-color: #f0f0f0;}

.car-sel-mtd-sel{background-color: #ffc000; color: #ffffff;}

.car-sel-melist{
	display: table;
	width: 100%;
	border-spacing: 0;	
	font-size: 13px;
	line-height: 14px;
}
.car-sel-melist>div{
	display: table-row;	
	background-color: #ffffff;
}
.car-sel-melist>div>div{
	display: table-cell;	
	border-top: 1px solid #e0e0e0;
	padding: 3px 0;
}
.car-sel-melist>div:first-child>div{border-top: 0;}
.car-sel-melist>div>div>span{
	display: block;
	border-left: 1px solid #e0e0e0;
	padding: 8px 4px 8px 32px;
}
.car-sel-melist>div>div:first-child>span{border-left: 0;}

.cse-type>span{background-position: 10px 50%; background-repeat: no-repeat;}
.cse-type-gas>span{background-image: url(../img/cc-type-fuel.png);}
.cse-type-diesel>span{background-image: url(../img/cc-type-diesel.png);}
.cse-type-hybrid>span{background-image: url(../img/cc-type-hybrid.png);}
.cse-type-ev>span{background-image: url(../img/cc-type-ev.png);}
.cse-type-propan>span{background-image: url(../img/cc-type-propan.png);}

.cse-engine>span{background: url(../img/cc-engine.png) no-repeat 10px 50%;}
.cse-hp>span{background: url(../img/cc-hp.png) no-repeat 10px 50%;}

.cse-drive>span{background-position: 8px 50%; background-repeat: no-repeat;}
.cse-drive-fwd>span{background-image: url(../img/cc-drive-fwd.png);}
.cse-drive-bwd>span{background-image: url(../img/cc-drive-bwd.png);}
.cse-drive-awd>span{background-image: url(../img/cc-drive-awd.png);}

.car-sel-melist>div:hover{background-color: #f8f8f8;}
.car-sel-melist>div.car-sel-erow-sel{background-color: #ffc000; color: #ffffff;}

.car-sel-erow-sel .cse-engine>span{background-image: url(../img/cc-engine-w.png);}
.car-sel-erow-sel .cse-hp>span{background-image: url(../img/cc-hp-w.png);}



/* brands */
.ind-brands{
	padding: 34px 0px 34px 0px;	
	background: #758696 url(../img/bg-brands.jpg) no-repeat 50% 50%;
}
.ind-brands-in{
}
.ind-brands-in .lbl-hdr{
	color: #ffffff;
	font-weight: normal;
}
.ind-brands-row{
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: repeat(4, 1fr);
	gap: 6px;
}
.ind-brand-it{
	height: 180px;
	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(2,1fr);
	gap: 8px;
	height: 614px;
}
.ind-sect-grid1{
	grid-template-rows: 1fr 1fr;
	grid-template-columns: repeat(2,1fr);
}
.ind-sect-grid2{
	grid-template-rows: repeat(3,1fr);
	grid-template-columns: 1fr;
}
.ind-sect-grid3{
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr;
}
.ind-sect-grid4{
	grid-template-rows: repeat(3,1fr);
	grid-template-columns: repeat(2,1fr);
}

.ind-sect-it{
	background-color: #fafafa;
	/*height: 140px;*/
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
}
.ind-sect-it>a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	/*position: relative;*/
	display: flex;
	flex-flow: column nowrap;
	align-items: center;	
}
.ind-sect-it>a:hover{
	background-color: rgba(255,255,255,0.3);
}
.ind-sect-pic{
	width: 90%;
	height: 80%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	/*background-image: none !important;*/
	background-size: contain;
	background-blend-mode: multiply;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ind-sect-pic img{
	display: block;
	max-width: 90%;	
	max-height: 90%;
	height: auto;
	width: auto;
	/*background-blend-mode: multiply;
	mix-blend-mode: multiply;*/
}
.ind-sect-i{
	/*
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	*/	
	box-sizing: border-box;
	/*padding: 28px 0 0 20px;*/
	/*text-align: left;*/
	transition: all 0.2s ease-out;
}
.ind-sect-tit{
	display: inline-block;
	padding: 0px 4px;
	font-size: 22px;
	line-height: 24px;
	font-weight: 400;
	color: var(--color-Black);
	/*background-color: rgba(255,255,255,1);*/
	transition: all 0.2s ease-out;
}
/*
.ind-sect-tit>span{
	display: inline-block;
	background: url(../img/li-blue.svg) no-repeat 0% 54%;
	padding-left: 15px;
}
*/
/*
.ind-sect-it>a:hover .ind-sect-i{
	height: 260px;
	background-color: rgba(71,108,204,0.85);
}
.ind-sect-it>a:hover .ind-sect-tit{
	background-color: rgba(0,0,0,0.1);
}
*/

.ind-sect-grid1 .ind-sect-it:nth-child(1){background-color: var(--color-sectbg-1);}
.ind-sect-grid1 .ind-sect-it:nth-child(2){background-color: var(--color-sectbg-2);}
.ind-sect-grid1 .ind-sect-it:nth-child(2) .ind-sect-tit{color: #ffffff;}
.ind-sect-grid1 .ind-sect-it:nth-child(3){background-color: var(--color-sectbg-3); grid-column: 1 / span 2;}
.ind-sect-grid1 .ind-sect-it:nth-child(3)>a{flex-direction: row;}
.ind-sect-grid1 .ind-sect-it:nth-child(3) .ind-sect-pic{width: 50%; height: 90%;}

.ind-sect-grid2 .ind-sect-it:nth-child(1){background-color: var(--color-sectbg-3);}
.ind-sect-grid2 .ind-sect-it:nth-child(1)>a{flex-direction: row;}
.ind-sect-grid2 .ind-sect-it:nth-child(1) .ind-sect-pic{width: 50%; height: 90%;}
.ind-sect-grid2 .ind-sect-it:nth-child(2){background-color: var(--color-sectbg-4);}
.ind-sect-grid2 .ind-sect-it:nth-child(2)>a{flex-direction: row-reverse;}
.ind-sect-grid2 .ind-sect-it:nth-child(2) .ind-sect-pic{width: 50%; height: 90%;}
.ind-sect-grid2 .ind-sect-it:nth-child(2) .ind-sect-tit{color: #ffffff;}
.ind-sect-grid2 .ind-sect-it:nth-child(3){background-color: var(--color-sectbg-1);}
.ind-sect-grid2 .ind-sect-it:nth-child(3)>a{flex-direction: row;}
.ind-sect-grid2 .ind-sect-it:nth-child(3) .ind-sect-pic{width: 50%; height: 90%;}

.ind-sect-grid3 .ind-sect-it:nth-child(1){background-color: var(--color-sectbg-1);}
.ind-sect-grid3 .ind-sect-it:nth-child(1)>a{flex-direction: row;}
.ind-sect-grid3 .ind-sect-it:nth-child(1) .ind-sect-pic{width: 50%; height: 90%;}
.ind-sect-grid3 .ind-sect-it:nth-child(2){background-color: var(--color-sectbg-2);}
.ind-sect-grid3 .ind-sect-it:nth-child(2)>a{flex-direction: row-reverse;}
.ind-sect-grid3 .ind-sect-it:nth-child(2) .ind-sect-pic{width: 70%; height: 90%;}
.ind-sect-grid3 .ind-sect-it:nth-child(2) .ind-sect-tit{color: #ffffff;}

.ind-sect-grid4 .ind-sect-it:nth-child(1){background-color: var(--color-sectbg-3);}
.ind-sect-grid4 .ind-sect-it:nth-child(2){background-color: var(--color-sectbg-1);}
.ind-sect-grid4 .ind-sect-it:nth-child(3){background-color: var(--color-sectbg-4); grid-column: 1 / span 2;}
.ind-sect-grid4 .ind-sect-it:nth-child(3)>a{flex-direction: row;}
.ind-sect-grid4 .ind-sect-it:nth-child(3) .ind-sect-pic{width: 50%; height: 90%;}
.ind-sect-grid4 .ind-sect-it:nth-child(3) .ind-sect-tit{color: #ffffff;}
.ind-sect-grid4 .ind-sect-it:nth-child(4){background-color: var(--color-sectbg-1);}
.ind-sect-grid4 .ind-sect-it:nth-child(5){background-color: var(--color-sectbg-2);}
.ind-sect-grid4 .ind-sect-it:nth-child(5) .ind-sect-tit{color: #ffffff;}




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

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

.ind-best-tabs{
	border: 1px solid #E7E7E7;
	padding: 8px;
	border-radius: 7px;
}

.carousel-discounts{
	clear: both;
	padding: 18px 0 18px 0;	
}

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


.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-radius: 10px;*/
	overflow: hidden;
}

.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: 2px;
}

.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: 230px;
	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: 100%;
	height: auto;
	max-height: 90%;
	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{
	position: absolute;
	right: 10px;
	top: 10px;
}
.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: 60px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	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: 16px;
	line-height: 22px;
	font-weight: 500;
	color: var(--color-Orange);
}
.b-cost-pr>span{font-size: 18px; font-weight: 500;}

.b-cost-wold{padding-top:0;}
.b-cost-pr-old{display: inline-block; font-size: 14px; color: #9c9c9c; text-decoration: line-through; margin-right: 12px;}
.b-cost-wold .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: 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{color: #ffffff;}

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

.promo-item{
	float: left;
	width: 22.99999%;
	margin: 0 0.99999%;
	min-height: 120px;
	padding: 210px 8px 0 8px;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

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

.promo-goods{background-image: url(../img/promo-1.png);}
.promo-quality{background-image: url(../img/promo-3.png);}
.promo-deliv{background-image: url(../img/promo-2.png);}
.promo-cost{background-image: url(../img/promo-4.png);}

.promo-tit{
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	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: 35px 0;
}

.wtf .lbl-hdr>span{}

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

.wtf-cont{	
	position: relative;
	font-size: 13px;
	line-height: 18px;
	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: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.wtf-open{
	max-height: none;
}
.wtf-cont.wtf-open:after{ display: none; }


.ind-media{
	clear: both;
	margin: 10px 0;	
	padding: 24px 0;
}

.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: flex;
	flex-flow: row wrap;
}
/*.news-list:after{clear: both; content: ""; display: block;}*/

.ind-news .news-list{
	align-items: flex-start;
	gap: 20px;
}

.news-list-right{
	width: calc(100% - 540px);
}
.news-item{
	/*float: left;
	width: 31.99999%;	
	margin: 0 0 28px 1.99999%;
	*/
	display: flex;
	flex-flow: row nowrap;
	gap: 12px;
	box-sizing: border-box;		
}
/*.news-item:nth-child(3n+1){margin-left: 0;}*/
.news-img{
	padding: 0;
	margin: 0;
	width: 160px;
	/*
	width: 100%;
	height: 360px;
	overflow: hidden;
	*/
}
.news-img img{
	display: block;
	min-width: 100%;
	max-width: 100%;
	/*max-width: 100%;*/
	height: auto;
	border-radius: 6px;
}

.news-i{
	width: calc(100% - 182px);
	/*
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	right: 0;
	height: 120px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 24px 6% 14px 5%;
	background: rgba(20,20,20, 0.7);
	color: #ffffff;
	transition: all 0.3s ease-out 0s;
	*/
}
.news-date{
	color: #848484; 
	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;
	line-height: 22px;
}
.news-tit a{color: var(--color-Blue); 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;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #E7E7E7;
}

.news-go{line-height: 14px;}
.news-go a{
	display: inline-block;
	color: var(--color-Orange);
	text-decoration: none;	
}
.news-go a:hover{color: var(--color-Orange-Hover); text-decoration: underline;}


.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-list-right .news-item{
	margin-bottom: 12px;
}

.news-item-big{
	display: block;
	width: 520px;
	background-color: #808080;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.news-item-big .news-i{
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	right: 0;
	height: 120px;
	width: auto;
	overflow: hidden;
	box-sizing: border-box;
	/*border-bottom: 1px solid #eaeaea;*/
	padding: 24px 6% 14px 5%;
	background: rgba(20,20,20, 0.7);
	color: #ffffff;
	transition: all 0.3s ease-out 0s;
}
.news-item-big .news-img{
	margin: 0;
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.news-item-big .news-img img{display: block; width: 100%; height: auto; margin: 0 0 auto 0;}
.news-item-big .news-tit{height: 100px;}
.news-item-big .news-tit a{color: #ffffff;}
.news-item-big .news-tit:after{display: none;}
.news-item-big .news-date{color: #ffffff;}

.news-item-big:hover  .news-i{
	height: 190px;
}

/*.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;
	background-color: #f6f6f6;
}





/*-----------------------  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%;}
	*/

	.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 #d0d0d0;}
	.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 #d0d0d0;}
	*/
	/*
	.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-catit a h3{padding: 16px 25% 0 16px; font-size: 18px; line-height: 20px;}
	.ind-catit a>div{left: -20px;}
	
	.news-item-big{width: 490px;}
	.news-item-big .news-img{}
	.news-list-right{width: calc(100% - 516px);}
}

@media only screen and (max-width: 1000px)
{		
	/*--------  index adaptive  ------*/
	.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-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: 19.99999%;}
	.cbrands-list>div:nth-child(6n+1){border-left: 1px solid #f0f0f0;}
	.cbrands-list>div:nth-child(5n+1){border-left: 0;}
	*/
	.ind-news .news-list{display: block;}
	.news-item-big{width: 100%; display: flex; background-color: transparent; margin-bottom: 10px;}
	.news-item-big .news-img{height: auto; width: 160px;}	
	.news-item-big .news-i{position: static; width: calc(100% - 182px); height: auto; background-color: transparent; padding: 0; color: inherit;}
	.news-item-big .news-tit{height: auto;}
	.news-item-big .news-tit a{color: var(--color-Blue);}
	.news-item-big .news-date{color: #848484;}
	.news-list-right{width: auto;}
	.news-item-big:hover  .news-i{height: auto;}
}

@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;}
		
	.ind-carselector{}
	.ind-carselector-in{padding-right: 220px;}
	.ind-carselector{display: flex; flex-flow: column nowrap;}
	
	/*.index-cars .wrapper{padding-left: 4px; padding-right: 4px;}*/
	.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;}
		
	.cbrands-list{grid-template-columns: repeat(4,1fr);}
	/*
	.cbrands-list>div{width: 24.99999%; height: 100px;}
	.cbrands-list>div:nth-child(5n+1){border-left: 1px solid #f0f0f0;}
	.cbrands-list>div:nth-child(4n+1){border-left: 0;}	
	*/
	.cbrands-list>div>a>div{height: 72px;}		
	
	.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;}
	*/
	/*
	.cbrands-list>div{width: 33.29999%;}
	.cbrands-list>div:nth-child(4n+1){border-left: 1px solid #f0f0f0;}
	.cbrands-list>div:nth-child(3n+1){border-left: 0;}	
	*/
}

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

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

@media only screen and (max-width: 500px)
{	
	/*--------  index adaptive  ------*/
	.ind-carselector-in{padding-right: 32px; background-image: none;}
	
	
	.ind-catit{height: 140px;}
	.ind-catit a{background-position: 50px 10px;}
	
	/*
	.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  ------*/	
}

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