@charset "UTF-8";

* {
margin: 0;
padding: 0;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Regular.eot');
    src: local('Open Sans'), local('OpenSans-Regular'),
        url('OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('OpenSans-Regular.woff2') format('woff2'),
        url('OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Bold.eot');
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
        url('OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('OpenSans-Bold.woff2') format('woff2'),
        url('OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
 */
@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-SemiBold.eot');
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
        url('OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('OpenSans-SemiBold.woff2') format('woff2'),
        url('OpenSans-SemiBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body {
font: 14px/20px 'Open Sans', Arial, Tahoma, Verdana, sans-serif;
width: 100%;
background: #FFF;
color: #1E1E1E;
overflow-y: scroll;
}

input, textarea, select, button  {
outline: none;
font: 14px/20px 'Open Sans', Arial, Tahoma, Verdana, sans-serif;
}

input[type='submit'], select
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;  
}

a {
color: #171c27;
text-decoration: underline;
font: 14px/20px 'Open Sans', Arial, Tahoma, Verdana, sans-serif;
outline: none;
transition: color .3s linear;
}

a:hover
{
color: #C31433;
}

.ajax
{
	color: #EE3124;
	border-bottom:1px dashed;
	cursor: pointer;
	font-size: 14px;
}

p {
margin: 15px 0 20px;
} 

img, button { border: 0; }

.cb { clear: both; }
 
.none, .menu, .m_button, .shop_mobile, .menu_0 { display: none; }

.c { text-align: center; }
.pr { position: relative; }


.content
{
margin: 0px auto;
width:1280px;
}

.content_small
{
margin:0 auto;
width:990px;
}


header
{
width:100%;
display: block;
background-color: #FFF;
padding:0 0 20px;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}


.header
{
	background-color: #111;
	color:#FFF;
	margin:0 0 20px;
}

header .content
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.header address
{
background: url(img/icon_time.svg) no-repeat 0 50%;	
padding:0 0 0 28px;
font-size:13px;
}

.header li
{
	list-style: none;
	display:inline-block;
	margin:0 12px 0 0;
}

.header a
{
	color:#FFFFFF;
	text-decoration: none;
	font-size:13px;
}

.header a:hover
{
	color:#ff6571;
}


.lang b
{
	display:inline-block;
	padding:4px 6px;
	border:1px solid #FFF;
	border-radius:6px;
	margin:10px 0;
	font-weight: 400;
	font-size:12px;
}

.lang a
{
	display:inline-block;
	padding:0 5px;
	font-size:12px;
}

/* .login
{
	display: flex;
	justify-content: right;
	width:100%;
} */

a.profile
{
	background: url(img/icon_user.svg) no-repeat 0 50%;
	padding: 0 0 0 25px;
	display:block;
	margin:10px 0;
}

a.profile_ok
{
	background-color: #172164;
	padding:6px 20px 6px;
	display:block;
	text-align: center;
}
a.profile_ok+a.profile_ok
{
background-color: #424242;	
	padding:4px 20px 4px;
	margin:4px 0 0 ;
}

a.logo
{
width: 230px;
height:65px;
text-decoration: none;
display: block;
background: url(img/logo.svg) no-repeat;
background-size: contain;
}


.phone
{
	margin:0 40px;
}

.phone a
{
	display:block;
	background: url(img/icon_phone.svg) no-repeat;
	text-decoration: none;
	color:#111111;
	font-size:16px;
	font-weight: bold;
	padding:0 0 0 26px;
	margin: 5px 0;
}

a.vin, .help a
{
background-color: #C31433;	
color:#FFF;
border-radius:10px;
font-weight: bold;
text-transform: uppercase;
display:block;
display:inline-block;
text-decoration: none;
padding: 16px 14px;
transition: background-color .3s linear;
}

a.vin:hover, .help a:hover
{
	background-color: #111;
}

.search
{
	position: relative;
	width:100%;
	flex:1;
	margin:0 40px;
}

.search input
{
padding:15px 80px 15px 25px;
border:1px solid #DADADA;
border-radius: 10px;
	width:100%;
	box-sizing: border-box;
	transition: border-color .3s linear;
}


.search button
{
	background: #FFF url(img/icon_search.svg) no-repeat 0 50%;
	position: absolute;
	right: 15px;
	top: 14px;
	cursor: pointer;
	padding:0 0 0 26px;
	text-transform: uppercase;
	font-weight: bold;
	height:24px;
}

.cart div
{
	background: url(img/icon_cart.svg) no-repeat  0% 50%;
	padding:0 0 0 30px;
	text-transform: uppercase;
	font-weight: bold;
	line-height:32px;
}

.cart div span
{
	color:#c9c9c9;
	
}

.cart .cart_a
{
	cursor: pointer;
}

.left_row
{
	display:inline-block;
	vertical-align:top;
	width:280px;
	margin:0 36px  0 0;
}

.right_row
{
	display:inline-block;
	vertical-align:top;
	width: calc(100% - 320px);
	/* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
}

nav
{
	display:block;
	margin: 0px 0 40px;
}


nav ul {
list-style:none;
margin:0px;
padding:0px;
}

nav span , a.menu_uk
{
font-size:14px;
line-height:18px;

display:flex;
align-items: center;
color:#111;
border-bottom:1px solid #DADADA;
z-index:20;
font-weight: bold;
padding:18px 10px 18px 0;
box-sizing: border-box;
cursor: default;
}

a.menu_uk
{
	cursor: pointer;
	text-decoration: none;
}

nav span img, a.menu_uk img
{
	margin:0 8px 0 0;
}


nav li:hover span 
{
color:#C31433;
background: url(img/menu.svg) no-repeat 272px 50%;
}

.menu_all {
position: absolute;
background: #111;
z-index: 21;
/* flex-wrap: wrap; */
display: flex;
box-shadow: 4px 5px 6px 0px rgba(0, 0, 0, .18);
padding:0 0 15px;
top:-999999px; 
left:280px;
visibility: hidden;
width: calc(100% - 280px);
}


.menu_a .menu_all {
top:110px;
visibility:visible;
animation: nav .2s;
}

@keyframes nav {
0%{opacity:0; transform:translateX(10px)}
100%{opacity:1;transform:translateX(0)}
}

.menu_row {
/* width:280px; */
margin:0px 20px;
}


.garage_submenu +div, .garage_submenu +div+div, .garage_submenu +div+div+div
{
	margin:30px 20px 0;
}

.menu_all a {
display:block;
color:#FFF;
margin:0 0 8px 0;
text-decoration: none;

}

.menu_all a:hover {
text-decoration:none;
color:#CC0000;
}

nav strong
{
font-size:18px;
font-weight: bold;
line-height:20px;
display:block;
color:#FFF;
padding:20px 0 14px 0;
}

.name, h1
{
	font-weight: bold;
	font-size:34px;
	line-height:38px;
	margin: 40px 0 30px;
}

.name_2, h2
{
	font-weight: bold;
	font-size:34px;
	line-height:38px;
	padding: 40px 0 30px;
}

.name_3, h3
{
	font-weight: bold;
	font-size:28px;
	line-height:32px;
	padding: 30px 0;
}

.name_4, h4
{
	font-size:22px;
	line-height:26px;
	padding: 20px 0;
}

.name_5
{
	font-size:18px;
	line-height:22px;
	padding: 20px 0 5px;
	font-weight: bold;
}

.name_s
{
	font-size:18px;
	line-height:22px;
	margin:-10px 0 30px;
}



a.send_2
{
padding:16px;
width:100%;
max-width: 730px;
text-align: center;
color:#172164;
margin:40px auto;
text-decoration: none;
border: 1px solid #172164;
border-radius: 10px;
display:block;
font-weight: bold;
font-size:16px;
transition: background-color .3s linear;
	box-sizing: border-box;
}

a.send, .send
{
padding:15px 30px;
/* background: linear-gradient(350deg, #3143C2 0%, #172164 100%); */
background-color: #C31433;
color: #FFF;
text-decoration: none;
border:0;
border-radius: 10px;
display:inline-block;
cursor: pointer;
/* font-weight: bold; */
font-size:16px;
}


a.send_2:hover, .no_price button:hover, .send:hover
{
	background: #111;
	color:#FFF;
}


.bread
{
font-size: 13px;
color: #909090;
padding: 14px  0 0;
}

.bread a:after
{
font-size: 14px;
content: "/";
display: inline-block;
padding: 0 6px;
}

.bread a
{
font-size: 13px;
color: #909090;
text-decoration: none;
}

.bread a:hover {
    color:#000;
}



.tabs li
{
	display:inline-block;
	vertical-align:top;
	list-style: none;
	border-radius:10px;
	padding:20px 80px 20px 20px;
	margin:0 10px 0 0;
	cursor: pointer;
	border:1px solid #DADADA;
	text-transform: uppercase;
	background: #FFF url(img/tab.svg) no-repeat 96% 50%;	
}

.tabs
{
	color:#111;
	font-weight: bold;
	font-size:16px;
	display:inline-block;
	vertical-align:top;
	overflow: hidden;
	margin:0 0 10px;
}

.tabs li.tabs_a
{
	background: #F7F7F7 url(img/tab_a.svg) no-repeat 96% 50%;	
	border-color: #F7F7F7;
}

.tab_info
{
	display:none;
}

.tab_a
{
	display:block;
}

.garage_alls
{
	display: flex;
	justify-content: space-between;
}

.garage_alls div
{
	
background: #F7F7F7;
border-right: 1px solid #DADADA;
font-weight: bold;
color:#747474;
padding:10px 10px 10px 15px;
transition: background-color .3s;
cursor: not-allowed;
display: flex;
align-items: center;
justify-content: space-between;
width:100%;
}

.garage_alls div:last-child
{
	border-right:0;
}

.garage_alls b
{
	background-color: #DADADA;
	width:26px;
	height:26px;
	line-height:26px;
	color:#FFF;
	text-align: center;
	border-radius:4px;
	font-weight: 400;
}

.garage_alls .garage_active
{
	
	cursor: pointer;
	 color: #111;
	 background-color: #FFF;
}

.garage_active b
{
	background-color: #C31433;
	color:#FFF;
}


.step0
{
	display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.garage_year
{
	background: #FFF;
	display: grid;
  grid-template-columns: repeat(11, 1fr);
}

.step3, .step4, .step0, .step5
{
	box-shadow: 0 0 40px 0 rgba(0,0,0,.11);
	background: #FFF;
}

.garage_all
{
	width:100%;
	margin:0 0 40px;
}


.garage_alls div:not([data-id=""])
{
	color:#000;
	background-color: #F7F7F7;
	cursor: pointer;
	
}

.step0 span, .step3 span, .step3 b, .garage_year div, .step4 strong
{
	cursor: pointer;
padding: 16px 12px 12px;
text-decoration: none;
border-right: 1px solid #DADADA;
border-bottom: 1px solid #DADADA;
white-space: nowrap;
font-size: 15px;
color: #000;
}

.step3 b, .garage_year div, .step3 strong
{
	font-weight: 400;
	color:#c9c9c9;
	background: #f7f7f8;
	cursor: not-allowed;
}

.garage_year div, .garage_motor strong
{
	background-color: #E8E8E8;
	color:#111;
	font-weight: bold;
}

.garage_all span:hover
{
	color: #C31433;
	background: #F7F7F7;
}

.garage_motor strong
{
	display:inline-block;
	vertical-align:top;
	width:155px;
	padding: 16px 12px 12px;
}

.step4 span
{
	width:75px;
border-right: 1px solid #DADADA;
border-bottom: 1px solid #DADADA;
	display:inline-block;
	vertical-align:top;
	cursor: pointer;
	padding: 16px 12px 12px;

}

.garage_modif_name
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0 10px;
	background: #F4F4F4;
}

.step5 span
{
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #DADADA;
    padding: 15px;
    cursor: pointer;
    width: 209px;
	font-size:16px;
}


.garage_modif virtus
{
	font-size: 12px;
	line-height: 19px;
	display: block;
	font-weight: 400;
}



.garage_submenu
{
	font-weight: bold;
	width:100%;
	position: absolute;
	background: #E5E5E5;
	padding:10px 20px;
	box-sizing: border-box;
/* 	font-family: garagefont_1; */
	text-transform: uppercase;
	text-align: left;
}

.garage_my
{
/* 	box-shadow: 0 0 20px 6px rgba(228, 224, 224, 0.5);
background-color: #fff;

	height:61px; */
	display: flex;
	justify-content: space-between;
	align-items: center;
 }
 
 .garage_my_name
 {
	border-radius: 10px;
	display: inline-block;
	vertical-align:top;
	padding:15px 30px 15px 20px;
	cursor: pointer;
	width:160px;
	font-weight: bold;
	font-size:16px;
	color:#111;
	background: #F7F7F7 url(img/tab_a.svg) no-repeat 96% 50%;
	
 }
 
 .garage_car
 {
border:1px solid #DADADA;
 border-radius:10px;
	flex:1;
	cursor: pointer;
	margin:0 10px;
	padding:10px 15px 6px 15px;
 }

 .garage_car_name
 {
	font-weight: bold;
	 font-size: 16px;
 }
 
 .garage_car_info
 {
	 text-transform: lowercase;
	 line-height: 18px;
	 white-space: nowrap;
	 overflow: hidden;
	 font-size: 13px;
	 color: #999;
 }
 
.garage_car_info span
{
	   text-transform: uppercase;
	   
}
 
.garage_new
{
	display: flex;
	justify-content: center;
	align-items: center;
}

.garage_new span
{
		padding:13px 20px;
		cursor: pointer;
		background-color: #F7F7F7;
		border-radius: 10px;
		color:#FFF;
		justify-content: center;
	align-items: center;
		display: flex;
		color:#111;
		text-transform: uppercase;
		font-weight: bold;
}

.garage_new span:after
{
	content: "+";
	line-height:25px;
	text-align: center;
	font-size:18px;
	width:26px;
	height:26px;
	
}


.garage_new span:hover, .garage_a, .garage_a span
{
	background:#C31433;
	color: #FFF;
}

.garage_boxs
{
	border-top:2px solid #E5E5E5;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.garage_box
{
background-color: #FFF;
border-right: 1px solid #ebebeb;
border-bottom: 1px solid #ebebeb;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}

.garage_next
{
	flex:1;
	padding: 14px 10px 14px 14px;
	height:69px;
	box-sizing: border-box;
}

.garage_del
{
	background: #FFF url(img/garage_del.svg) no-repeat 50% 50% / 26px;
	display: inline-block;
	vertical-align:top;
	width:48px;
	height:69px;
	opacity:.2;
	transition: opacity .5s linear;
}

.garage_del:hover
{
	opacity:1;
}

.garage_next:hover, .garage_next:hover *
{
	background:#081A2F;
	color: #FFF;
}

.find_nomer input
{
	background: #FFF url(img/nomer.svg) no-repeat;
    background-size: contain;
    padding: 0 0 0 44px;
    text-transform: uppercase;
	height: 50px;
    border: 1px solid #CFCFCF;
    box-sizing: border-box;
    border-radius: 10px 0 0 10px;
    width: 190px;
    font-size: 22px;
	font-weight: bold;
    line-height:22px;
    color: #111;
}

.find_vin input
{
	background-color: #FFF;
    background-size: contain;
    padding: 0 15px;
    text-transform: uppercase;
	height: 50px;
    border: 1px solid #CFCFCF;
    box-sizing: border-box;
    border-radius: 10px 0 0 10px;
    width: 260px;
    font-size: 20px;
	font-weight: bold;
    line-height:20px;
    color: #111;
}

.find_0 b
{
	display:inline-block;
	vertical-align:top;
	height:50px;
	line-height:50px;
	background-color: #F7F7F7;
    color: #111;
	text-transform: uppercase;
	font-weight: bold;
	border-radius:0 10px 10px 0;
	padding:0 18px;
	cursor: pointer;
}

.find_0
{
	text-align: center;
	background-color: #FFF;
	padding:10px 0 30px;
	border-radius:8px;
	margin:0 0 20px;
}



/****************************/
/****************************/
/****************************/





.add_cart {
text-align: center
}

.add_cart strong, .cart_fast strong
{
display: block;
margin: 8px 0;
max-height: 100px;
overflow: hidden
}

.add_cart_img, .add_cart_price, .add_cart_more, .add_cart_go 
{
display: inline-block;
width: 48%;
max-height: 200px;
vertical-align: middle;
}

.add_cart_img {
min-height: 120px
}

.ajax
{
	cursor: pointer;
	display: inline-block;
	border-bottom:1px dashed #C31433;
	color: #C31433;
}

.ajax:hover {
border-bottom:1px dashed #fff;
}

.add_cart_img IMG 
{
max-width: 180px;
max-height: 180px
}

.add_cart_price 
{
font-size: 28px
}

.add_cart_price .cart_minus, .add_cart_price .cart_plus 
{
margin:0px;
border: 0px;
background:#C31433;
color: #fff;
height: 40px;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
padding: 0 5px;
font-size:18px;
}

.add_cart_sp 
{
display: block;
color: #333;
text-align: center;
margin:20px 0 10px;
font-size:14px;
}


.add_cart_price input {
 height: 40px;
 font-size:22px;
 border: 1px #e9e9e9 solid;
 margin:0 5px;
 text-align:center;
 padding:0 5px;
}

.cart_minus, .cart_plus {
width:35px;
cursor: pointer;
 }



.cart_fast 
{
padding: 25px 0;
background: #efefef;
margin: 30px -50px -35px;
transition: box-shadow .5s ease;
font-size: 16px;
position: relative;
z-index: 2
}



.cart_fast_form .inp_1
{
display: inline-block;
vertical-align:top;
width: 210px;
font-size: 16px;
text-align: center;
border-radius: 8px 0 0 8px;
margin:0px;
height:46px;
box-sizing: border-box;
}

.cart_fast_form .send 
{
height:46px;
line-height:46px;
font-size:14px;
padding:0 20px;
font-weight: 400;
box-sizing: border-box;
border:1px solid #111;
background: #111;
border-radius:0px;
}


.cart_open
{
	padding: 20px 30px;
	background-color: #FFF;
	border-radius:8px;
	box-sizing: border-box;
	margin:50px auto;
}










.cart_text {
background: #D8E4BA;
color: #3A4719;
padding: 20px 30px;
border-radius: 10px;
margin: 30px 0 0;
text-align: center
}

.cart_form 
{
width: 300px;
display:inline-block;
vertical-align:top;
/* background: #fff;
padding: 10px; */
/* box-shadow: 0px 0px 30px rgba(0,0,0,.09); */
/* border-radius: 10px;
margin:0px 0 0 0; */
}

#ship_info
{
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
	cursor: pointer;
	text-align: left;
}


/* 
#cart_form input, .inp_1 {
width: 100%;
border: 0px;
height: 40px;
border-radius: 10px;
padding: 0 25px;
font-size: 16px;
margin: 0 0 20px 0;
box-shadow: 0px 0px 20px rgba(0,0,0,.10);
background: #fff;
}

#cart_form textarea {
width: 100%;
border: 0px;
height: 100px;
border-radius: 10px;
padding: 10px 25px;
font-size: 16px;
margin: 0 0 20px 0;
box-shadow: 0px 0px 20px rgba(0,0,0,.10);
background: #fff;
} */

.vin_form textarea.inp_1
{
	max-width:100%;
	max-height: 220px;
}

.inp_1 select {
width: 100%;
border: 0px;
height: auto;
display:block;
border-radius: 10px;
font-size: 16px;
cursor: pointer;
background: #FFF url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right center / 8px 10px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
 overflow:hidden; 
white-space:nowrap; 
text-overflow:ellipsis;
}

.pay_info 
{
padding:0px;
}

.ships {
float: left;
width: 300px;
text-align: left
}

.ships ul {
list-style: none;
margin:0px;
padding:0px;
}

.ship_name_one div:hover,.ship_name div:hover {
background: #f1f1f1
}

.ships li span {
color: #CC0000;
border-bottom: 1px dashed #CC0000
}

.ship_name_one strong {
font-weight: 400;
margin: 8px 0 2px;
display: block
}

.ship_name_one {
font-size: 18px;
margin: 4px 0
}

.ship_name_one div,.ship_name div {
padding: 4px 0 5px;
cursor: pointer
}

.ship_name {
margin: 0 0 2px 20px
}

.ships_info {
float: right;
width: 310px
}

.ships_info strong {
display: block;
font-size: 16px;
margin: 0 0 15px
}

.cart_prod 
{
display:inline-block;
vertical-align:top;
width:580px;
margin:0 0 0 50px;
}

.cart_open h4 {
padding:10px 0 20px;
margin:0px;
font-size:18px;
color:#676464;
font-weight: 400;
}

#cart_prod {
border: 1px solid #e7e7e7;
border-radius: 8px;
padding:15px;
/* 	box-shadow: 0px 0px 13px rgba(0,0,0,.13); */
}


.cart_tr {
width: 100%;
border-bottom: 1px solid #e7e7e7;
margin: 20px 0
}

.cart_del {
position: absolute;
background: #111 url(img/close.svg) no-repeat 50% / 16px;
/* background-size: 16px 16px; */
width: 24px;
height: 24px;
top: -5px;
right: -5px;
cursor: pointer;

opacity:.15;
}

.cart_del:hover 
{
opacity:1;
}

.cart_img {
width: 90px;
height: 90px;
padding:0 20px 0 0;
}

.cart_name {
position: relative;
text-align: left;
padding:0 20px 0 0;
}

.cart_name span {
display: block;
color: #333
}

.cart_name a, .cart_name b
{
max-height: 70px;
overflow: hidden;
display:block;
text-decoration: none;
font-weight: bold;
}

.cart_img IMG 
{
max-width: 85px;
max-height: 85px
}

.cart_price_one {
width: 80px;
text-align: left;
  }

.cart_price_kolvo {
width: 120px;
text-align: center;
display:flex;
}

.kolvo {
text-align: center;
font-size: 16px;
padding:3px 5px;
width: 34px;
border: 1px solid #D3D3D4
}



.cart_price_kolvo .cart_minus, .cart_price_kolvo .cart_plus {
margin: 0px;
border: 0px;
height: 34px;
border-radius: 8px;
cursor: pointer;
padding: 0 5px;
font-size:20px;
}


.cart_price_sum {
white-space: nowrap;
text-align: center;
font-size: 20px
}

.cart_itogo 
{
padding: 0 20px
}

.cart_itogo table 
{
width: 100%
}

.cart_itogo td:nth-child(1) {
width: 120px;
padding: 5px 0
}

.cart_itogo td:nth-child(2) {
text-align: right;
padding: 5px 0
}

.cart_itogo tr:last-child td:nth-child(2) {
font-size: 20px;
font-weight: bold;
}

.catalogs .name_4
{
	text-align: left;
}

.catalogs strong
{
	text-align: left;
	display:block;
	font-weight: bold;
	font-size:16px;
	text-transform: uppercase;
	margin:0 0 20px;
}

.catalogs .pop_cats
{
	margin:0 0 40px;
	 grid-template-columns: repeat(3, 1fr);
}

.oops {
background: #FFBFC3;
color: #000;
font-size: 18px;
padding: 5px 10px;
margin:0 0 5px 0;
}
/* 
.users_page {
padding: 20px 0;
display:flex;
flex-wrap: wrap;
}

.users_page .info {
width:100%;
margin:0 0 20px 0;
}

.row_50 {
width: 50%;
vertical-align: top;
text-align: center
}

.user_form_name {
font-size: 20px;
margin: 20px 0
}
 */


/****************************/
/****************************/
/****************************/

.vin_form
{
border:1px solid #DADADA;
border-radius: 16px;
}

 .page_rows
 {
	 			display: grid;
    grid-template-columns: repeat(2, 1fr);
		gap: 40px;
 }

.vin_rows
{
			display: grid;
    grid-template-columns: repeat(3, 1fr);
		gap: 40px;
}

.vin_f1
{
	border-bottom:1px solid #DADADA;
	padding:25px;
}

.vin_f2
{
	padding:25px;
}

.vin-page .send
{
	display:block;
	width:100%;
	margin:25px 0 45px;
	
	
}

.page_rows a
{
background: #FFFFFF;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.12);
border-radius: 10px;
overflow: hidden;
text-decoration: none;
}

.page_rows span
{
	display:block;
	font-size:18px;
	padding:20px;
}

.page_rows img
{
	max-width:100%;
}

.maps iframe {
width:100%;
height:350px;
border:0;
}


.contacts
{
			display: grid;
    grid-template-columns: repeat(3, 1fr);
		gap: 50px;
		margin:0 0 40px;
}

.contacts a
{
	display:block;
	margin:0 0 10px;
}

.contacts a[href^="tel:"]
{
	display: block;
    background: url(img/icon_phone.svg) no-repeat;
    text-decoration: none;
    color: #111111;
    font-size: 16px;
    padding: 0 0 0 26px;
    margin: 0 0 8px;
}

a[href^="mailto:"]
{
	display:inline-block;
	padding:0 0 0 26px;
	background: url(img/mail.svg) no-repeat 0 50% / 20px;
}

.contacts address
{
	display:inline-block;
	padding:0 0 0 26px;
	background: url(img/icon_office3.svg) no-repeat 0 0 / 20px;
}

.contacts .time
{

	background: url(img/icon_time3.svg) no-repeat 0 0 / 20px;
}

.uni_cat, .brands
{
		display: grid;
    grid-template-columns: repeat(5, 1fr);
		gap: 20px;
		margin:0 0 40px;
}

.uni_cat a
{

border: 1px solid #FFF;
border-radius: 10px;
text-align: center;
display:block;
	font-weight: bold;
	font-size:16px;
	text-decoration: none;
	box-shadow: 0px 0 7px 1px rgba(0, 0, 0, 0.12);
}

.uni_cat span
{
	display:block;
	border-top:1px solid #DADADA;
	padding:15px;
}

.uni_cat a:hover
{
	color:#C31433;
	box-shadow: none;
	border-color: #DADADA;
	
}
.pop_cars
{
		display: grid;
    grid-template-columns: repeat(4, 1fr);
		gap: 20px;
		margin:0 0 40px;
}

.pop_cars a
{

border: 1px solid #FFF;
border-radius: 10px;
text-align: center;
display:block;
	font-weight: bold;
	font-size:16px;
	text-decoration: none;
	box-shadow: 0px 0 7px 1px rgba(0, 0, 0, 0.12);
}

.pop_cars span
{
	display:block;
	border-top:1px solid #DADADA;
	padding:15px;
}

.pop_cars a:hover
{
	color:#C31433;
	box-shadow: none;
	border-color: #DADADA;
	
}

.pop_cats
{
		display: grid;
    grid-template-columns: repeat(4, 1fr);
		gap: 20px;
}

.pop_cats a
{
background: #FFFFFF;
width:300px;
min-height:140px;
border-radius: 10px;
overflow: hidden;
display:block;
	font-size:18px;
	text-decoration: none;
	position: relative;
	border:1px solid #d9d9d9;
}

.pop_cats a:hover img
{
filter: brightness(50%);
}

.pop_cats span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, #111111 0%, transparent 100%);
    color: #FFF;
    font-size: 16px;
    padding: 40px 20px;
}

.pop_cats span b
{
	background: url(img/cat_a.svg) no-repeat  100% 50%;
	display:flex;
	align-items: center;
	font-weight: bold;
	padding:0 34px 0 0;
	min-height: 50px;
}

.pop_cats a:hover  b
{
		background: url(img/cat.svg) no-repeat  100% 50%;
}


.help
{
	background: url(img/help.jpg) repeat-y 50%;
	padding: 50px 0;
	color:#FFF;
	font-size:22px;
	margin: 50px 0 0;
}

.help .content
{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.help_left
{
	flex:1;
}

.help span
{
	display:block;
	font-size:38px;
	line-height:42px;
	font-weight: bold;
	margin:0 0 20px 0;
}


.help a
{
padding:16px 40px;
}


.bg
{
	background-color: #FFF;
}




.list_of_cars
{
		display: grid;
    grid-template-columns: repeat(5, 1fr);
margin:0 0 30px;
gap: 25px;
}

.cars_row
{
	position: relative;
	margin:0 0 16px;
	background: #FFFFFF;

}

.marka_name
{
	display: flex;
	align-items: center;
	justify-content: left;
	border-bottom:1px solid #DADADA;
	padding:10px 0;
	font-size:16px;
}

.cars_list
{
	padding:10px 0 22px 0;
}

.cars_list a {
    display: block;
    text-decoration: none;
    margin: 0 0 4px;
}

.cars_list a:nth-child(n+7)
{
	display:none;
}

.cars_list.open a {
    display: block !important;
}

.marka_name a
{
	display:block;
	text-decoration: none;
	font-weight: bold;
	font-size:16px;
}


.cars_list button
{
	cursor: pointer;
	display:block;
	width:100%;
	margin:20px 0 0;
	text-align: left;
	padding:0 0 0 20px;
	background: url(img/cat.svg) no-repeat 0% 50% / 14px;
	color:#C31433;
}
.cars_list button:hover
{
	background: url(img/cat_a.svg) no-repeat 0% 50% / 14px;
}


.cars_list a
{
	display:block;
	margin:0 0 4px;
	text-decoration: none;
}
.cars_list a:hover
{
text-decoration: underline;
}

.list_of_cars img
{
	display:block;
	margin:0px 15px 0 0;
	max-width: 40px;
}












.marki
{
		display: grid;
    grid-template-columns: repeat(7, 1fr);
margin:0 0 80px;
}

.marki a
{
	border-radius: 10px;
	text-align: center;
	padding:25px 15px;
	font-size:16px;
	text-decoration: none;
}
.marki a:hover
{
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.12);
background-color: #F1F1F1;
}

.marki img
{
	display:block;
	margin:0px auto 14px;
}

.marki a:hover span
{
	border-bottom:1px solid #000878;
}




.text h2, .text h3, .text h4
{
	margin:40px 0 30px;
}



.text blockquote
{

    margin: 40px auto;
    padding: 1em 30px .9em 65px;
    border:1px solid #FF7C00;
	border-left: 4px solid #FF7C00;
    position: relative;
    background: linear-gradient(to right, #f4f4f4 0%,#f4f4f4 310px,#ffffff 460px,#ffffff 100%);
}

.text blockquote::before {
content: "«";
    font-size:40px;
	font-weight: bold;
	 color: #FF7C00;
    position: absolute;
    left: 20px;
    top: 14px;
}

 


.text
{
	line-height: 28px;
	color:#000;
	
}


.text embed
{
width:100%!important;
/* height: auto; */
}

.iframe_block
{
max-width:1172px;
display: block;
    width: 100%;
    margin: 0px auto;
}

 .text .iframe
{
    padding: 0 0 56.25%;
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
}

.text iframe
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.text IMG
{
max-width: 100%;
width: auto !important;
height: auto !important;
}

.text UL, .text OL
{
margin: 10px 0 10px 30px;
/* line-height: 22px; */
font-weight: 400;
}

.text OL 
{
	counter-reset: item
}

.text OL LI
{
margin:7px 0;
padding: 0 0 0 28px;
list-style:none;
}

.text OL LI:before { content: counter(item) ") "; counter-increment: item; color: #000; background: #fff2e6;  border-radius:50%;  margin: 0 10px 0 -28px }

.text UL LI
{
margin:7px 0;
padding: 0 0 0 24px;
line-height:24px;
list-style: none;
background: url(img/dot.svg) no-repeat 0 5px / 12px;
	/* background-size: 12px; */
}



.text a[name]
{
text-decoration: none;
cursor: default;
}
.text a[name]:hover
{
color: #a73692;
}

.f_h
{
	height:35px;
}

footer
{
	background-color: #111111;
	padding:40px 0 10px;

	color:#FFF;
}

.f_name
{
	font-weight: bold;
	font-size:16px;
	text-transform: uppercase;
	color:#747474;
	margin:0 0 18px;
	
}

.f_column
{
	display:inline-block;
	vertical-align:top;
	width:24.333333%;
}

a.f_logo
{
	background: url(img/logo_footer.svg) no-repeat;
	display:block;
	width:230px;
	height:65px;
	margin:0 0 30px;
}

.time
{
	padding:0 0 10px 30px;
	background: url(img/icon_time2.svg) no-repeat;
	line-height:22px;
}

.f_column ul {
list-style:none;
}

footer li a
{
	color:#FFF;
	display:block;
	margin:0 0 4px;
}

address
{
	display:block;
	padding:0 0 6px 30px;
	background: url(img/icon_office.svg) no-repeat;
	font-style: normal
}

footer a[href^="tel:"]
{
	display:block;
	text-decoration: none;
	margin:0 0 14px;
	color:#FFF;
		padding:0 0 6px 30px;
	background: url(img/icon_phone2.svg) no-repeat;
}


.logos
{
	background: url(img/pay.svg) no-repeat 100%;
	width:49%;
	height:40px;
	display:inline-block;
	vertical-align:top;
}

.copy
{
	display:inline-block;
	vertical-align:top;
	width:50%;
	padding:8px 0 0;
}

.f_info
{
	margin:30px 0 0;
}


 .to_cos a 
{
margin:0 10px 0 0px;
width:22px;
height:22px;
display:inline-block;
background-size: contain  !important;
}

.to_cos a:hover
{
	opacity: .5;
}


a.icon_in {
background:url(img/icon_instagram.svg) no-repeat center;
}

a.icon_tg {
background:url(img/icon_tg.svg) no-repeat center;
}

a.icon_fb {
background:url(img/icon_facebook.svg) no-repeat center;
}

a.icon_you {
background:url(img/icon_youtube.svg) no-repeat center;
}
a.icon_viber {
background:url(img/icon_viber.svg) no-repeat center;
}
a.icon_wh {
background:url(img/icon_whatsapp.svg) no-repeat center;
}
a.icon_mes {
background:url(img/icon_messenger.svg) no-repeat center;
}

.error
{
border-color:  red !important;
transition: all 0.3s ease-in-out;
}

 .inp_1:focus
 {
	 box-shadow: 0 0 2px 2px rgba(0,0,0,.1);  
  }
 
 .inp_1
 {
 color: #000;
 padding:12px 20px;
 display: block;
 width: 100%;
 font-size:16px;
 box-sizing: border-box;
 margin:3px auto 14px;
 max-width: 310px;
 border-radius: 8px;
 background-color: #FFF;
 border: solid 1px #dcdcdc;
 }


.send, a.send, .pagination, .tab_info , .garage_my {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;          
}

 

#loader, .loader
{
display: none;

    position: fixed;
    z-index: 2000;
	width: 120px;
    height: 120px;
	border-radius:50%;
    top: 50%;
    right: 50%;
    background:  #000 url(tmp/load.gif) no-repeat 50% / 60px;
   /*  background-size: 60px; */
}



.window
{
  position: fixed;
  z-index: 103;
  top: -8%;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  }

 
.window:after {
  display: inline-block;
  height: 100%;
  margin: 0 0 0 -0.05em;
  content: "";
  vertical-align: middle;
}

#window 
{
  position: relative;
  outline: none;
  display: inline-block;
  box-sizing: border-box;
  border-radius:8px;
  
 /*  width: 100%; */

  padding: 35px 50px;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
background: #FFF;
  max-width: 830px;
  vertical-align: middle;
  /* box-shadow: 0px 0px 20px 10px  rgba(0,0,0,.3); */
}
 
 .window  .name, .window h1
 {
	 font-size:34px;
	 line-height:40px;
	 margin:30px 0;
 }

.locked
{
overflow: hidden;
/* margin:0 18px 0 0; */
}
  
.close
{
position: absolute;
z-index: 102;
top: -5px;
right: -5px;
width: 34px;
height: 34px;
cursor: pointer;

background:  #111 url(img/close.svg) no-repeat 50% / 22px;
/* background-size: 22px; */
}

#popup_shadow 
{ 
background: rgba(0,0,0,.7); 
position:fixed; left:0; top:0; bottom:0; right:0;  height:100%; width:100%; z-index:100; 
 }


.admin {
    padding: 20px;
    background: #FFF;
    border: 10px solid #000;
    border-right: 0;
    position: fixed;
    z-index: 999999999999;
    top: 0;
    right: 0
}

.admin span {
    display: inline-block;
    margin: 0 0 0 30px;
    font-size: 14px
}

.admin td {
    border-bottom: 1px solid #c9c9c9;
    padding: 3px 5px
}

.admin .close {
    right: 0px
}

TABLE.details_list, TABLE.table, .tah0
 {
width: 100%;
border-collapse: collapse;
color: #000
}


TABLE.details_list td, .table td {
border-bottom: 1px solid #f1f1f1;
padding: 5px 10px;
font-size:13px;
}

TABLE.details_list td  a
{
	font-weight: bold;
	line-height:22px;
}

TABLE.details_list tbody TR:hover
 {
background: #F1F1F1
}

.table TH {
background:#F7F7F7;
color: #747474;
border-left: 1px solid #FFF;
padding: 6px;
text-align: left;
font-weight: bold;
text-transform: uppercase;
}

.t_find TH
{
	padding:15px 8px;
}

.t_find td
{
	background-color: #FFF;
	padding:10px 8px;
}

.t_find td:nth-child(4)
{
	text-align: right;
}

a.a_find
{
		background: url(img/cat.svg) no-repeat 100% 50% / 18px;	
		display:inline-block;
		vertical-align:top;
		padding:0  30px 0 0;
}

.prod_tr
{
border-radius: 10px;
border:1px solid #DADADA;
margin:0 0 20px;
}

.prod_info
{
width:484px;	
display:inline-block;
vertical-align:top;
box-sizing: border-box;
padding:20px 0 10px 10px;
}

.prod_har
{
	font-size:13px;
}

.prod_prices
{
	display:inline-block;
	vertical-align:top;
	width:470px;
}

.prod_img, .prod_txt
{
	display:inline-block;
	vertical-align:top;
}

.prod_txt
{
	color:#747474;
	padding:0 15px;
	width:274px;
}

.prod_info .prod_img 
{
	width: 160px;	
}

.prod_img 
{
width:100%;
text-align: center;
margin:10px 0;
}

.prod_img i, .pro_img i, .tovar_img i
{
	display:block;
	width:100%;
	height:180px;
	background: url(img/no.svg) no-repeat 50% / 80%;
}

.prod_img img
{
	max-width:100%;
	max-height: 180px;
}

.prod_txt a, .prod_txt strong
{
	font-weight: bold;
	font-size:16px;
	color:#000;
	display:block;
	margin:0 0 8px;
}

.sort
{
	display: flex;
	align-items: center;
	margin:0 0 30px;
}

.sort span
{
	cursor: pointer;
	margin:0 0 0 12px;
	
	
	padding:10px 20px 10px 10px;
	border:1px solid #FFF;
	border-radius: 8px;
}

.sort .sort_a
{
color:#C31433;
background: url(img/down.svg) no-repeat 98% 50% / 16px;
font-weight: bold;
}



/*******/
/*******/


.tovar_img
{
	display:inline-block;
	vertical-align:top;
	width:300px;
}

.tovar_img img
{
	max-width:100%;
}

.tovar_det
{
	display: flex;
	align-items: center;
}

.tovar_info
{
	display:inline-block;
	vertical-align:top;
	width:616px;
	margin:0 0 0 40px;
}

.tovar_garage
{
padding:15px 15px 15px 45px;
border: 1px dashed #0d0d00;
border-radius: 10px;
font-weight: bold;
background: url(img/icon_warning2.svg) no-repeat 10px 50% / 24px;
margin: 0 0 18px;
}

.tg_no
{
border: 1px dashed #E81021;
background-image: url(img/icon_warning.svg);
}

.tg_yes
{
	border:1px dashed #65c856;
	background-image: url(img/icon_success.svg);
}

.tovar_row
{
	display:inline-block;
	vertical-align:top;
	width:260px;
	margin:0 28px 0 0;
}

.tovar_svs
{
	margin:0 0 8px;
}

.tovar_har span:nth-child(2)
{
	font-weight: bold;
}
.tovar_svs span:nth-child(2)
{
	color:#747474;
}

.tovar_har
{
	background-color: #FFF;
	padding:8px 5px 8px  0;
	border-bottom:1px solid #e9e9e9;
}


.tovar_price span
{
	font-weight: bold;
	font-size: 40px;
	display:inline-block;
	margin:25px 0 ;
}


 
.win_pro_pr0
{
	max-height: 300px;
	overflow-y: auto;
	text-align: left;
}


/*******/
/*******/




.tah0 th
{
	background-color: #F7F7F7;
	color:#747474;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	padding:14px 5px 10px 10px;
	
}

.tah0
{
	border-left:1px solid #DADADA;
}

.tovar_prices .tah0
{
	border:0;
}

.tovar_hars
{
	margin:30px 0;
}

.tah0 td
{
	padding:10px 5px 10px 10px;
	border-bottom:1px solid #DADADA;
	background-color: #FFF;
}

.tah1 tr:nth-child(n+5)
{
	display: none;
}

a.abuy, .pro .buy, .tovar_det .buy,  .c_add
{
width:60px;
height:60px;
background: #F7F7F7 url(img/add.svg) no-repeat 50%;
border-radius: 10px;
text-decoration: none;
cursor: pointer;
display:block;
}

.abuy:hover, .pro .buy:hover
{
	background: #D10000 url(img/add_w.svg) no-repeat 50%;
}




.tah0 .buy,
.tah0 .c_add
{
	    background: #FFF url(img/add.svg) no-repeat 50%;
/* 		background-size: 22px 22px; */
		cursor: pointer;
		display:inline-block;
		vertical-align:top;
		text-decoration: none;
		border:0;
		width:24px;
		height:24px;

}

.tah0 .buy:hover,
.tah0 .c_add:hover
{
	background: #FFF url(img/add_a.svg) no-repeat 50%;
}

.tovar_det  .buy,
.tovar_det  .c_add
{
	margin:0 30px;
	text-transform: uppercase;
	font-weight: bold;
	font-size:16px;
	width:auto;
	height:auto;
	display: flex;
	align-items: center;
	padding:16px 35px;
	background: #F7F7F7;
}

.tovar_det  .buy:hover,
.tovar_det  .c_add:hover
{
	background-color: #D10000;
	color:#FFF;
}

.tovar_det  .buy:hover:after,
.tovar_det  .c_add:hover:after
{
	background: #D10000 url(img/add_w.svg) no-repeat 50%;
}

.tovar_det  .buy:after,
.tovar_det  .c_add:after
{
	content: "";
	background: #F7F7F7 url(img/add.svg) no-repeat 50%;
	display:inline-block;
	width:24px;
	margin:0 0 0 6px;
	height:24px;
}

.tah0 td:last-child
{
	text-align: right;
	padding-right: 6px;
}

.prod_prices_all
{
	text-align: center;
	padding:10px 0 20px;
	line-height:18px;
}


.prod_prices_all span
{
	color:#C31433;
	border-bottom:1px dashed;
	cursor: pointer;
}

.no_price
{
	text-align: center;
}

.no_price button
{
	cursor: pointer;
	padding: 16px 30px;
    display:inline-block;
	vertical-align:top;
    color: #000;
    margin: 40px auto;
    text-decoration: none;
    border: 1px solid #F7F7F7;
    border-radius: 10px;
    font-weight: bold;
	background-color: #F7F7F7;
    font-size: 16px;
    transition: background-color .3s linear;
}

.pro_info .no_price button
{
	margin:15px 0 0;
}

.prods, .models
{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.prods4
{
	 grid-template-columns: repeat(4, 1fr);
}

.models_a
{
	position: relative;
}

.models_a .mod_rows 
{
	 position: absolute;
}

.mod_rows a
{
	display:block;
	text-decoration: none;
	margin:0 0 5px 60px;
	font-size:16px;
}

.marka
{
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size:18px;
}

.marka img
{
	max-width: 50px;
	margin:0 8px 0 0;
}

.mod_mod span
{
	display:block;
}

.mod_other
{
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
	padding:0 0 30px;
}

.models
{
	margin:0 0 50px;
}

.mod_other a, .mod_other span
{
	 display: flex;
    align-items: center;
    padding: 22px;
    text-decoration: none;
    font-size:16px;
	border:1px solid #DADADA;
    border-radius: 8px;
    background: #FFF url(img/cat.svg) no-repeat calc(100% - 10px) 50% / 16px;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.12);
	cursor: pointer;
}

.mod_other a:hover, .mod_other span:hover
{
	box-shadow:none;
	background: #FFF url(img/cat_a.svg) no-repeat calc(100% - 10px) 50% / 16px;
}

.mod_other img
{
	max-width:30px;
	max-height:30px;
	margin:0 10px 0 0;
}

.pro
{
box-shadow: 0px 0 10px rgba(0, 0, 0, 0.2);
border-radius: 10px;
}

.pro a
{
	text-decoration: none;
}

a.pro_img,
span.pro_img
{
	padding:0 15px 15px;
	height:200px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
    align-items: center;
}

a.pro_name, .pro_name
{
	font-weight: bold;
	font-size:16px;
	text-decoration: none;
	display:block;

	height:40px;
	overflow: hidden;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.pro_img img
{
	max-width:100%;
	max-height: 100%;
}

.pro_row
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin:20px 0 0;
}

.pro_info
{
	padding:24px;
	border-top:1px solid #DADADA;
}

.pro_info a+a
{
	text-decoration: none;
	display:block;
	height:40px;
	overflow: hidden;
	text-overflow:ellipsis;
}

.pro_price
{
margin: 4px 0 8px;	
}

.pro_price span
{
	font-size: 24px;
	font-weight: bold;
}

.pro_term
{
	color:#747474;
}


.filters_in
{

    border-radius: 10px;
    box-sizing: border-box;
	border:1px solid #DADADA;
    padding: 10px 10px 0 15px;

}

.shop_right
{
	width:960px;
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 40px;
}

.shop_right .prods
{
	gap: 20px;
}

.filter_b
{
	max-height: 164px;
	overflow-y: auto;
	margin:10px 0 30px;
}

.filter_n
{
	font-weight: bold;
}

.filters span
{
	display:block;
	cursor: pointer;
	background: url(img/filter.svg) no-repeat 0 / 24px;
	padding:3px 3px 3px 28px;
	margin:0 0 2px;
}

.filters span.s1
{
	background-image: url(img/filter_a.svg);
}

.filter_b span.s2
{
	cursor: not-allowed;
	opacity:.4;
}

.filter_b input
{
    color: #000;
    padding: 12px 10px;
   display:inline-block;
    width: 80px;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 8px;
    background-color: #FFF;
    border: solid 1px #dcdcdc;
	
}

.filter_b::-webkit-scrollbar {
  width: 8px;
}


.filter_b::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 

.filter_b::-webkit-scrollbar-thumb {
  background: #DADADA; 
}

.filter_b::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


.filter_s
{
	padding: 12px 14px; 
    background-color: #F7F7F7;
    color: #111;
       border: 0;
    border-radius: 10px;
    display: inline-block;
    margin:0 0 0 5px;
    cursor: pointer;
    font-size: 14px;
}

.filter_result
{
margin:0 0 30px;
padding:0 0 20px;
border-bottom: 2px solid #FFF;
}

.filter_result a
{
	display:block;
	margin:5px 0 0;
}

.ma
{
	margin:0 0 20px 0;
}

.model_info 
{
display:flex;
flex-wrap:wrap;
margin:0 0 40px 0;
background-color: #FFF;
border-radius:8px;
}


.model_info div 
{
width:25%;
padding:14px 20px;
box-sizing: border-box;
border-bottom: 1px #eaeaea solid;
text-align: right;
}

.model_info div:nth-child(even)
{
	font-weight: bold;
	text-align: left;
	font-size:16px;
}


.pagination {
display:flex;
align-items:center;
justify-content: center;
padding:45px 0 65px 0;
}

.pagination b,
.pagination a,
.pagination span
{
text-decoration:none;
margin:0 5px;
font-size:16px;
text-align: center;
line-height:42px;

width:42px;
height:42px;
border-radius: 8px;
}

.pagination b
{
	cursor: not-allowed;
	opacity:.4;
}

.pagination strong
{
	letter-spacing: 2px;
}

.pagination span {
background-color: #C31433;
color:#FFF;
}

.pagination a:hover
{
	background-color: #C31433;
	color:#FFF;
}

.pagination .p_right, .pagination .p_left
{
	background:  #434343 url(img/left.svg) no-repeat 50% / 22px;
	/* background-size: 22px 22px; */
	margin:0  30px 0 0;
	
}

.pagination .p_right
{
	transform: rotate(180deg);
	margin:0 0 0 30px;
}













/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/




.a_slider {
  position: relative;
 margin: 50px 0;
}

.a_slider_content{
  overflow: hidden;
  
  background-color: #eee;
}

.a_slider_items {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
  height:400px;
}

.a_slider_transition-none {
  transition: none;
}

.a_slide_
{
	padding:0 50px;
}

.a_slider_item 
{
  flex: 0 0 100%;
  max-width: 100%;
  user-select: none;
  will-change: transform;
  position: relative;
  display: flex;
	align-items: center;

}



.a_slide_name
{
	font-weight: bold;
	line-height:54px;
	font-size:50px;
	color:#FFF;
	margin:0 0 20px;
}

.a_slide_text
{
	margin:0 0 30px;
	font-size:24px;
	color:#FFF;
	line-height:28px;
}

.a_slide_a
{
padding:25px;
font-size:30px;
background-color: #C31433;
border: 1px solid #C31433;
display:inline-block;
text-decoration: none;
color:#FFF  !important;
margin:0 0 30px 0;
}

.a_slider_dots {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  z-index: 15;
  display: flex;

  margin: 0 50px;
  padding: 0;
  list-style: none;
}

.a_slider_dot {
  flex: 0 1 auto;
  box-sizing: content-box;
  margin: 0 6px;
  text-indent: -999px;
  background-clip: padding-box;
  cursor: pointer;
width: 16px;
border-radius:50%;
height: 16px;
background: rgba(255, 255, 255, 0.3);
}

.a_slider_dot_a {
  background-color: rgb(255 255 255 / 90%);
}


.an, .error {-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@keyframes pulse{10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);-ms-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}
30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}
40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);-ms-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}
100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}
}
.an {-webkit-animation-name:pulse;animation-name:pulse}
 
.user_login
{
	background-color: #FFF;
	border-radius:8px;
	padding:25px;
	width:310px;
	display:inline-block;
	vertical-align:top;
	text-align: center;
	box-shadow: 0px 0 8px rgba(0, 0, 0, 0.1);
		margin:0 30px 0 0;
}

.user_registration
{
	display:inline-block;
	vertical-align:top;
	width:450px;
	padding:25px;
	background-color: #e9e9e9;
	text-align: center;
	border-radius:8px;

}

a.login_lost
{
	position: absolute;
	right:10px;
	top: 12px;
	background-color: #FFF;
}

.user_info
{
	background-color: #FFF;
	padding:15px 20px;
	border-radius:8px;
	border:1px solid #ddd;
	margin:0 0 16px;
}

.tab_user
{
	padding:25px;
	background-color: #FFF;
	border-radius:8px;
	margin: -30px auto 0;
}

.table_zakaz
{
	display:none;
}

.table_zakaz TH {
background: #F1F1F1;
padding: 5px 0
}

.table_zakaz TABLE {
border: 1px solid #ddd;
width: 100%;
border-collapse: collapse
}

.table_zakaz TABLE TD {
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd
}


@media screen and (max-width:1280px) 
{

* {
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.header address, a.vin, .garage_alls b
{
	display:none;
}

.content
{
width:996px;
}

.window
{
	top: -4%;
}

.tabs li
{
	margin:0 6px 0 0;
	padding: 20px 60px 20px 20px;
}

.step0 {
    grid-template-columns: repeat(5, 1fr);
}

.uni_cat, .brands 
{
    grid-template-columns: repeat(4, 1fr);
}

.pop_cats , .pop_cars
{
    grid-template-columns: repeat(3, 1fr);
}
.catalogs .pop_cats, .prods
{
    grid-template-columns: repeat(2, 1fr);
}

.tovar_info
{
	width:672px;
	margin:0 0 0 30px;
}

.tovar_img
{
	width:290px;
}

.tovar_img img
{
	display: block;
    max-height: 450px;
    text-align: center;
    margin: 0 auto 20px;
}

.tovar_row
{
	width:205px;
}

.tovar_p
{
	width:215px;
	margin:0px;
	padding: 0px 15px 14px;
}

.tovar_50
{
	gap: 30px;
}



.prod_info, .prod_prices 
{
	width:100%;
}

.prod_txt
{
	width:338px;
}	

.contact_rows
{
	gap: 30px;
}

.shop_right
{
		width:676px;
}

.shop_right .prods
{
	grid-template-columns: repeat(3, 1fr);
}

.tovar_img
{
	width:270px;
}

.tovar_info
{
		width:380px;
		margin:0 0 0 21px;
}

.tovar_det .ajax
{
	display:none;
}

.garage_my_name
{
	width:120px;
	padding-left: 15px;
}

.garage_new span
{
	padding: 13px 10px;
}

.user_login
{
	width:260px;
}

.user_registration
{
	width:280px;
}

}

@media screen and (max-width:1000px) 
{
	
	
.content, .content_small
{
width:738px;
}

.locked
{
margin:0px;
}

.content .content_small, .content .content
{
padding:0px;
}

.window
{
top:0;
}

nav ul, .header ul, nav span:after, .left_row , .lang
{
	display:none;
}

.right_row
{
	width:100%;
	display:block;
}

.bread
{
	padding:21px 0 0;
}

.garage_alls b
{
	display:inline-block;
}

.garage_alls
{
	display:block;
}

.garage_alls div
{
	padding:6px 20px;
	box-sizing: border-box;
	border:0;
	border-bottom: 1px solid #FFF;
}

.step0, .marki, .mod_other, .list_of_cars
 {
    grid-template-columns: repeat(4, 1fr);
}

 .prods, .models, .uni_cat, .brands
{
	 grid-template-columns: repeat(3, 1fr);
}
.pop_cats, .pop_cars, .right_row .prods
{
	 grid-template-columns: repeat(2, 1fr);
}

.tovar_det .ajax
{
	display:inline-block;
}

.a_slider_items
{
	height:400px;
}

.a_slide_name
{
	font-size:42px;
}

.a_slide_text
{
	font-size:22px;
}

.a_slide_info
{
	padding:35px 15px;
}

.f_column
{
	display:block;
	width:410px;
	margin:0 auto 30px;
}

.logos, .copy
{
	display:block;
	width:100%;
	margin:0 auto 30px;
	text-align: center;
	background-position: 50%;
}

.garage_year, .garage_motor strong
{
	display:block;
	width:100%;
	box-sizing: border-box;
}

.step3 span, .step3 b, .step4 span
{
	display:inline-block;
	vertical-align:top;
	width:20%;
	box-sizing: border-box;
}

.step5 span
{
	width:50%;
	box-sizing: border-box;
}

.garage_modif_name
{
	text-align: left;
	padding: 16px 12px 12px;
}

.header+.content
{
	position: relative;
}

header
{
	padding:0 0 42px;
}

.search
{
	position: absolute;
	top:80px;
	right:0px;
	margin:0px;
}

.search input {
    padding: 10px 50px 10px 25px;
	background-color: #f7f7f7;
}

.search button
{
	top: 8px;
	background-color: #f7f7f7;
}


.menu
{
display:block;
cursor: pointer;
background: url(img/mmenu.svg) no-repeat 50%;
width:30px;
height:40px;
background-size: 30px 30px;  
}

.menu_one
{
	border-bottom:1px solid #363636;
}

.menu_0
{
	display:block;
	margin:-30px 0 0;
	padding:0 0 30px;
	background-color: #111;
}

.menu_one span, a.menu_uk
{
	background:  url(img/tab.svg) no-repeat 100% 50% / 20px;
	color:#172164;
	font-size:18px;
	display: flex;
	color:#FFF;
	align-items: center;
	padding:18px 15px 14px 0px;
}

.menu_one span img, a.menu_uk img
{
    margin: 0 11px 0 0;
	background-color: #FFF;
	border-radius:8px;
	animation: nav .2s;
}


.open_menu .menu
{
	transform: rotate(90deg);
	animation: nav .2s;
}

.open_menu .search
{
	display:none;
}

.menu_all a
{
	text-decoration: none;
	border-bottom:1px solid #606060;
	padding:2px 0 4px;
	box-sizing: border-box;
}

.menu_top
{
	padding:10px 15px 30px;
	display:block;
	max-width:738px;
	width:100%;
	margin:0px auto;
	box-sizing: border-box;
}

.menu_2 a
{
	        color: #FFF;
        font-size: 18px;
		text-decoration: none;
			display:block;
	border-bottom:1px solid #3c3c3c;
	padding: 10px 0 10px 30px;
	margin:8px 0 0;
	background:  url(img/cat_a.svg) no-repeat 0% 50% / 20px;
}

.menu_top li:last-child a
{
	border:0;
}

.open_menu .menu_1,
.open_menu .menu_2
{
	display: block ;
	width: 100%;
	list-style:none;
  -webkit-overflow-scrolling: touch;
}

.open_menu .menu_all
{
	position: static;
	width:100%;
	display:none;
	visibility: visible;
	box-shadow: none;
	border:0;
}


.menu_row
{
	color:#FFF;
	width:100%;
	margin:0 0 20px;
	padding:0 30px;
	box-sizing: border-box;
}

.menu_row strong
{
	display:block;
	margin:0 0 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.cart_form
{
	margin:0px auto 40px;
	display:block;
	text-align: center;
	
}

.cart_prod
{
	display:block;
	text-align: center;
	margin:60px 0 0;
	padding:20px 0 20px;
	width:100%;
	border-top: 2px solid #e9e9e9;
}

.cart_itogo
{
	padding:0px;
	text-align: left;
}

.tovar_img
{
	max-height: 450px;
	text-align: center;
	width:100%;
	display:block;
}

.tovar_info
{
	width:100%;
	margin:0px;
}

.tovar_row, .tovar_p
{
	width:234px;
}

.tovar_50, .vin_rows
{
	display:block;
}

.vin_form
{
	text-align: center;
	padding:20px 10px;
}

.prod_info
{
	display: flex;
	width:100%;
}

.prod_txt
{
	flex:1
}

.prod_prices
{
	display:block;
	width:100%;
}

.no_price button
{
	margin:0 auto 20px;
}

.contact_rows, .page_rows
{
	grid-template-columns: repeat(2, 1fr);
    
}

.shop_left
{
	display:none;
}

.shop_right
{
	display:block;
	width:100%;
	margin:0px;
}

.shop_mobile
{
padding:16px 30px;
background-color: #050C3A;
color: #FFF;
text-decoration: none;
border:0;
border-radius: 10px;
display:inline-block;
cursor: pointer;
font-weight: bold;
font-size:16px;
max-width: 290px;
float:right;
text-align: center;
margin:-10px 0 20px;
}

.shop_mobile2
{
	display:block;
	margin:0px auto;
}

.user_login, .user_registration
{
	width:300px;
}


}

 
 @media only screen and (max-width: 761px)
  {

.content, .content_small
{
box-sizing: border-box;
width:100%;
padding:0 15px;
}

.garage_my_name
{
	display:none;
}

#window
{
	border-radius:0px;
/* 	height:100%; */
	padding:30px 25px;
	width:100%;
	box-sizing: border-box;
}

.search
{
	right:15px;
	left:15px;
	width: calc(100% - 30px);
}


.uni_cat, .pop_cats, .pop_cars
{
	display:block;
}

.brands img
{
	max-width:100%;
}

.uni_cat a, .pop_cats a, .pop_cars a
{
	margin:0 auto 15px;
}

.help .content
{
	display:block;
	text-align: center;
}

.help a
{
	margin:30px 0 0;
}

.close
{
	top:0;
	right:0;
}

.name, h1, .a_slide_name, .help .name, .name_2, h2
{
	font-size:28px;
	line-height:32px;
}



.help
{
	padding: 35px 15px 10px;
}

.a_slide_text, .help
{
	font-size:18px;
}

    .step0, .list_of_cars ,  .prods, .models, .mod_other
	{
        grid-template-columns: repeat(2, 1fr);
    }

.mod_other
{
	gap:20px;
}


.tabs 
{
	display:block;
	width:100%;
}

.tabs li
{
	display:block;

}



.ships
{
	float:none;
	width:100%;
	margin:0 0 20px;
	text-align: center;
}

.ships_info
{
	display:none;
}

.ship_name
{
	margin:0px;
}



.tovar_row, .tovar_p
{
	width:290px;
	display:block;
	margin:0px auto;
}

.tovar_row
{
	margin:30px auto 0;
}

.garage_car
{
	margin:0 10px 0 0;
	background: #FFF  url(img/tab.svg) no-repeat 98% 50% / 20px;
}

.user_login, .user_registration
{
	width:100%;
	box-sizing: border-box;
	margin:0px -15px 30px;
}

.contacts
{
	display:block;
}

.contact_info
{
	border:1px solid #e9e9e9;
	border-radius:10px;
	padding:0 15px 15px;
	margin:0 0 10px;
}

  }
  
  
 @media only screen and (max-width: 630px)
 {
	
	 .cart
	 {
		 width: 46px;
		text-indent: -111111px;
	 }
	 
	 a.logo
	 {
		 flex:1;
	 }
	 
	  .phone
	  {
		margin: 0 20px 0 0;  
	  }
	  
	  .phone a
	  {
		  display:none;
	  }
	 

	 .phone a:first-child
	 {
		 background: #111 url(img/icon_phone2.svg) no-repeat 50% / 22px;
		 display:block;
		 border-radius:10px;
		 padding: 11px 16px 13px;
		 text-indent:-1111px;
	 }
	 
	 .phone
	 {
		 width: 46px;
	 }	
	
	.cart div
	{
		 background: #111 url(img/add_w.svg) no-repeat 50% / 22px;
		 border-radius:10px;
		 padding: 6px 16px 6px;
	}
	
	.a_slide_
	{
		text-align: center;
	}
	
	.a_slide_a
	{
		font-size:18px;
		padding:12px 20px;
		border-radius:8px;
	}
	
	.a_slider_dots
	{
		justify-content: center;
	}
	
.win_pro_pr0	
{
	padding:0 10px 0 0;
}

.win_pro_pr0 table tr:first-child {
display:none;
}
	
.win_pro_pr0 table td:before {
content: attr(data-label);
display:block;
margin:0 10px 0 0;
/* flex:1; */
text-align:left;
}
	
.win_pro_pr0 table tr {
display:block;
margin:0 0 10px 0;
border: 1px #d9d9d9 solid;
border-bottom:0;
}	
	


.win_pro_pr0 table td {
display:flex;
align-items:center;
justify-content: space-between;
padding:5px;
/* font-size:13px; */
text-align:right;
}	

.window .name, .window h1
{
	margin:20px 0;
	font-size:30px;
	line-height:32px;
}

.name, h1
{
	margin:20px 0 30px;
}

	.cart_img
	{
		display:none;
	}
	
	.help
	{
		margin:40px 0;
	}
	
	.pagination
	{
		padding:30px 0;
	}
	
	.model_info div
	{
		width:50%;
	}
	
	.garage_my
	{
		display:block;

	}
	
	.garage_new
	{
		display:block;
		margin:0 0 5px;
	}
	
	.garage_new span
	{

		padding: 8px 25px 8px 30px;

	}
	
	.garage_car
	{
		margin:0 15px;
	}
	
	.garage_boxs, .page_rows, .right_row .prods
	{
		display:block;
	}
	
	.right_row .prods .pro
	{
		margin:0 0 15px;
	}
	
	.page_rows a
	{
		display:block;
		max-width: 390px;
		width:100%;
		margin:0 auto 20px;
	}

	 
.t_find  tr:first-child {
display:none;
}
	
.t_find  td:before {
content: attr(data-label);
display:block;
margin:0 10px 0 0;
/* flex:1;  */
font-weight: bold;
text-align:left;
}
	
.t_find  tr {
display:block;
margin:0 0 10px 0;
border: 1px #d9d9d9 solid;
border-bottom:0;
}	

.t_find  td {
display:flex;
align-items:center;
justify-content: center;
padding:5px;
/* font-size:13px; */
text-align:right;
}	

.t_find  td:nth-child(4)
{
	display:block;
	text-align: center;
}	

.t_find a
{
	text-decoration: none;
}
	
.t_find a.a_find
{
text-decoration: underline;
}	
	
	.a_slide_
	{
		padding:0 15px;
	}
	
	.help span
	{
		font-size: 28px;
		line-height:30px;
		margin:0 0 14px;
	}
	

	
 }
 
 @media only screen and (max-width: 540px)
 {
	.add_cart_img, .add_cart_more
	{
	display:none;
	}		
	
	.add_cart_price, .add_cart_go
	{
		display:block;
		margin:0px auto;
		width:100%;
	}
	
	.cart_fast
	{
		display:none;
	}
	
	.pro_row
	{
		margin:0px;
	}
	
 }
 @media only screen and (max-width: 470px)
 {
	 

	 
	  .name, h1, .a_slide_name, .help .name {
        font-size: 32px;
        line-height: 35px;
		text-align: center;
    }
	 
	 
.name_2, h2
{
	font-size:22px;
	line-height:28px;
	padding:30px 0;
	text-align: center;
}

	 .name_4, h4, h3, .name_3
	 {
		 text-align: center;
	 }
	 
	 .name_s
	 {
		 font-size:17px;
		 line-height:20px;
	 }
	 
	 .tab_info
	 {
		 margin:0 -15px;
	 }
	 
	 .pop_cats, .prods, .models
	 {
	       display:block;
	 }
	 
	 .prods
	 {
		 text-align: center;
	 }
	 
	 .pro
	 {
		 margin:0 0 30px;
	 }
	 
	 a.pro_img
	 {
		 height:150px;
	 }
	 
	 .pro_info a:first-child
	 {
		 height:auto;
	 }
	 
	 .pro_price
	 {
		 margin:12px 0;
	 }
	 

	 
	 .f_column
	 {
		 width:100%;
	 }
	 
	 
	 
	 .cart_price_one, .pagination a, .pagination strong
	  {
		  display:none;
	  }
	 
	 .pagination a.p_right, .pagination a.p_left
	 {
		 display:inline-block;
	 }
	 
	 
	 
.tah0  tr:first-child {
display:none;
}
	
.tah0  td:before {
content: attr(data-label);
display:block;
margin:0 10px 0 0;
flex:1; 
text-align:left;
}
	
.tah0  tr {
display:block;
margin:0 0 10px 0;
border: 1px #d9d9d9 solid;
border-bottom:0;
}	

.tah0  td span
{

	font-size:18px;
	font-weight: bold;
}


.tah0  td {
display:flex;
align-items:center;
justify-content: space-between;
padding:5px;
/* font-size:13px; */
text-align:right;
}	

.tah0  td:nth-child(4)
{
	display:block;
	text-align: center;
}	
	 
    .mod_other2
	{
        display:block;
		text-align: center;
    }	 
	 
	.mod_other2 span 
	{
		padding:12px 22px;
		margin:0 0 5px;
	}
	 
	 .sort span
	  {
		  margin:0 0 0 7px;
		  padding: 10px 25px 10px 10px;
		  
	 }
	 
	 .prod_info
	 {
		 display:block;
		 text-align: center;
		 padding:10px;
	 }
	 .prod_txt
	 {
		 width:100%;
		 padding:0px;
	 }
	 
	 .tah0  td:nth-child(3)
{
	display:block;
	text-align: center;
}	

.contact_rows, .list_of_cars
{
	display:block; 
}

.cars_row
{
	text-align: center;
}

.cars_list button
{
	text-align: center;
	background: none;
	background-color: #e9e9e9;
}

.marka_name
{
	justify-content: center;
	padding:0px;
}
	 
 }
 
  @media only screen and (max-width: 395px)
  {
	  
	  a.logo
	    {
		  width: 170px;
        height: 44px;
		flex:none;
	  }
	  
	  	 .search
	 {
		 top: 70px;
	 }
	 
	  
	.find_vin input
	{
		font-size:18px;
		font-weight: 400;
		width:220px;
	}
	
	.step5 span
	{
		width:100%;
	}
	
	.logos
	{
		background-size: contain;
	}
	
  }
