@charset "UTF-8";

* {
margin: 0;
padding: 0;
}
@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Bold.eot');
    src: 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: url('OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('OpenSans-SemiBold.woff2') format('woff2'),
        url('OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Regular.eot');
    src: 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;
}


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: #E4002B;
}

.ajax
{
	color: #1E1E1E;
	border-bottom:1px dashed;
	cursor: pointer;
	font-size: 14px;
}

p {
margin: 15px 0 20px;
} 

img, button { border: 0; }

.cb { clear: both; }
 
.none, .menu_top, .m_button, .shop_mobile { 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;
}


header .content
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}

header li
{
	list-style: none;
	display:inline-block;
	margin:0 15px 0 0;
}

header a
{
	color:#747474;
	text-decoration: none;
}

header a:hover
{
	color:#E81021;
	text-decoration: none;
}

.head
{
	border-top:1px solid #DADADA;
	padding:13px 0;
}


.lang
{
	display: flex;
	align-items: center;
}
.lang b
{
	background-color: #F3F3F3;
	padding:15px 10px;
	margin:0 5px;
	font-weight: 600;
}

.work_time
{
	color:#747474;
	text-align: right;
	line-height:16px;
}


a.logo
{
width: 110px;
height:90px;
text-decoration: none;
display: block;
background: url(img/logo.svg) no-repeat;
background-size: contain;
margin:0 36px 0 0;
}

a.vin
{
border: 2px solid #E81021;
border-radius: 10px;
padding:13px 20px;	
font-weight: 600;
color:#1E1E1E;
}

a.vin:before
{
	content: "";
	background: url(img/vin.svg) no-repeat;
	display:inline-block;
	vertical-align:top;
	margin:0 10px 0 0;
	width:19px;
	height:19px;

}


.search
{
	position: relative;
	width:100%;
	flex:1;
	margin:0 40px;
}

.search input
{
padding:13px 50px 13px 20px;
background: #FFF;
border:2px solid #E81021;
border-radius: 10px;
	width:100%;
	box-sizing: border-box;
	transition: border-color .3s linear;
}

.search input:focus
{
	 border-color: #000;
}

.search button
{
	background: #E81021 url(img/search.svg) no-repeat 50%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 0 10px 10px 0;
	transition: background-color .3s linear;
}
.search button:hover
{
background-color: #000;	
}

.phones a
{
	background: url(img/phone.svg) no-repeat;
	display:block;
	text-decoration: none;
	font-size:16px;
	color:#1E1E1E;
	padding:0 0 0 30px;
}

.phones a:first-child
{
	margin:0 0 8px;
}


.profile
{
margin:0 30px 0 40px;	
}


.profile a
{
background: url(img/user.svg) no-repeat 50%;
border: 1px solid #DADADA;
border-radius: 10px;
width:50px;
height:50px;
display:inline-block;
vertical-align:top;
}
a.profile_ok
{
	background-color: #172164;
	padding:6px 20px 6px;
	display:block;
	text-align: center;
}

.basket
{
	background: url(img/cart.svg) no-repeat 50%;
border: 1px solid #DADADA;
border-radius: 10px;
width:50px;
height:50px;

}

.basket_a
{
	cursor: pointer;
	width:50px;
	height:50px;
	position: relative;
}

.basket_a span
{
	border-radius:50%;
	background-color: #1E1E1E;
	width:22px;
	height:22px;
	text-align: center;
	color:#FFF;
	position: absolute;
	top:-8px;
	right:-8px;
}






nav
{
	display:block;
	background-color: #1E1E1E;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	margin:0 0 40px;
}


nav ul {
list-style:none;
display:flex;
margin:0px;
padding:0px;
justify-content: space-between;
position: relative; 
}

nav span {
font-size:14px;
line-height:18px;
position:relative;
display:flex;
align-items: center;
z-index:20;
height:100%;
font-weight: 600;
padding:16px 8px 14px;
text-align:center;
box-sizing: border-box;
cursor: default;
color:#FFF;
border-bottom:3px solid #1E1E1E;
}

nav span:before 
{
content:"";
width:0px;
height:30px;
border-right:1px solid #666666;
position:absolute;
top:50%;
left:-1px;
display:block;
transform: translate(0%, -50%);
}

nav .menu_one:first-child span:before, nav .menu_one:hover span:before 
{
display:none;
}
.menu_one
{
	position: relative;
}

nav .motul a:hover
{
opacity:.5;	
}

nav .motul a
{
	background: url(img/motul.svg) no-repeat;
	display:block;
	width:116px;
	height:69px;
	transition: opacity .3s linear;
}

nav li:hover span 
{
background-color: #474747;
border-color: #E81021;

}

.menu_all {
position: absolute;
background: #474747;
z-index: 21;
/* flex-wrap: wrap; */
display: flex;
top:100%;
box-shadow: 4px 5px 6px 0px rgba(0, 0, 0, .18);
padding:0 0 15px;
border: 1px solid #c5c5c5;
border-top:0;
top:-999999px; 
left:-999999px;
visibility: hidden;

}


.menu_a .menu_all {
top:100%;
visibility:visible;
animation: nav .2s;
left:0;
}

@keyframes nav {
0%{opacity:0; transform:translateY(10px)}
100%{opacity:1;transform:translateY(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 6px 0;

}

.menu_all a:hover {
text-decoration:none;
}

nav strong
{
font-size:16px;
color:#e9e9e9;
line-height:21px;
display:block;
font-weight: 600;
padding:20px 0 6px 0;
}

.name, h1
{
	font-weight: bold;
	font-size:42px;
	line-height:44px;
	margin: 20px 0 50px;
}

.name_2, h2
{
	font-weight: bold;
	font-size:34px;
	line-height:38px;
	padding: 40px 0 40px;
}

.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:-30px 0 30px;
}


a.send_2
{
background: #1E1E1E;
border:2px solid #1E1E1E;
font-size:16px;
border-radius: 10px;
padding:15px 35px;
cursor: pointer;
text-decoration: none;
display:inline-block;
vertical-align:top;
color:#FFF;
}

a.send, .send
{
padding:15px 35px;
background-color: #1E1E1E;
color: #FFF;
text-decoration: none;
border:0;
border-radius: 8px;
display:inline-block;
cursor: pointer;
/* font-weight: bold; */
font-size:16px;
}


a.send_2:hover,  .no_price button:hover, .send:hover
{
	background: #FFF;
	color:#E91021;
}

.podbor_1
{
	margin:-20px 0 26px;
}

.podbor_1 span
{
border: 2px solid #1E1E1E;
border-radius: 10px;
padding: 13px 20px;
font-weight: bold;
display:inline-block;
vertical-align:top;
font-size:16px;
}

.find_nomer
{
	display:inline-block;
vertical-align:top;
margin:0 0 0 20px;
}



.find_nomer input:focus
{
font-weight: bold;
font-size:19px;
}

.find_nomer input
{
	background: #FFF url(img/nomer.svg) no-repeat 8px 5px / 20px 34px;
    text-transform: uppercase;
	padding: 13px 20px 13px 44px;
    border: 2px solid #CFCFCF;
	border-right:0;
    box-sizing: border-box;
    border-radius: 10px 0 0 10px;
    width: 210px;
/*     font-size: 22px;
	font-weight: 600;
    line-height:22px; */
    color: #111;
}

.find_nomer button
{
background: #E81021 url(img/search.svg) no-repeat 50%;
    width: 50px;
    height: 50px;
    border-radius: 0 10px 10px 0;
    transition: background-color .3s linear;
	display:inline-block;
	vertical-align:top;
	cursor: pointer;
}

.alw
{
	background: #E81021 url(img/alw.jpg) no-repeat 50%;
	padding:20px 0 35px;
	margin:50px 0;
}

.alw_info
{
	width:580px;
	color:#FFF;
	font-size:18px;
}

.alw_info_s
{
	margin: -20px 0 20px;
}






.bread
{
font-size: 13px;
color: #909090;
padding:0 0 20px;
}

.bread a:after
{
font-size: 14px;
content: "/";
display: inline-block;
padding: 0 8px;
}

.bread a
{
font-size: 13px;
color: #909090;
text-decoration: none;
}

.bread a:hover {
    color:#000;
}


.garage_alls
{
	display: flex;
	justify-content: space-between;
}

.garage_alls div
{
	
background: #F4F4F4 url(img/g_arrow.svg) no-repeat 8px 50%;
border-right: 2px solid #DADADA;
font-weight: bold;
font-size:16px;
color:#747474;
padding:12px 20px 12px 40px;
transition: background-color .3s;
cursor: not-allowed;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom:2px solid transparent;
width:100%;

}

.garage_alls div:last-child
{
	border-right:0;
}

.garage_alls b
{
	line-height:30px;
	font-weight: 600;
	order:2;
}



.garage_alls .garage_active
{
	
	cursor: pointer;
	 color: #000;
	 border-right:2px solid red;
	 background: #FFF url(img/g_arrow_a.svg) no-repeat 8px 50%;
}

.garage_active b
{
	color:#E81021;
}


.step0
{
	display: grid;
    grid-template-columns: repeat(7, 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=""])
{
/* 	font-weight: 500; */
	color:#E81021;
/* 	font-weight: bold;
	background-color: #dedede; */
	cursor: pointer;
}

.step0 span, .step3 span, .step3 b, .garage_year div, .step4 strong
{
	cursor: pointer;
padding: 14px 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: #F4F4F4 ;
	color:#E81021;
	font-weight: bold;
}

.garage_all span:hover
{
	color: #E81021;
	background:#F4F4F4;
}

.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: 225px;
	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;
	background-color: #F4F4F4;
	border-radius:10px;
 }
 
 .garage_my_name
 {
	 
	border: 2px solid #1E1E1E;
	border-radius: 10px 0 0 10px;
	display: inline-block;
	vertical-align:top;
	padding:18px 30px 18px 20px;
	cursor: pointer;
	width:160px;
	font-weight: bold;
	font-size:16px;
	
	background:  #FFF url(img/icon_arrow_n.svg) no-repeat 98% 50% / 20px;
	
 }
 
 .garage_car
 {
 background-color: #F4F4F4;

	flex:1;
	cursor: pointer;
	margin:0 10px;
	padding:10px 15px 6px 25px;
 }

 .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:18px 25px 18px 30px;
		cursor: pointer;
		background-color: #1E1E1E;
		font-weight: bold;
		border-radius: 0 10px 10px 0;
		color:#FFF;
	justify-content: center;
	align-items: center;
		display: flex;
}

/* .garage_new span:after
{
	content: "";
	background:  url(img/plus.svg) no-repeat 90% 50% / 20px;
	width:26px;
	height:26px;
	margin:0 10px 0 0;
} */


.garage_new span:hover, .garage_a, .garage_a span
{
	background:#E81021;
	color: #FFF;
}

.garage_boxs
{
	border-radius:10px;
	overflow: hidden;
	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/close.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;
}



/****************************/
/****************************/
/****************************/





.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
}



.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:#1e1e1e;
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: 230px;
font-size: 17px;
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;
border-radius:0 8px 8px 0;
padding:0 20px;
font-weight: 400;
box-sizing: border-box;
border:1px solid #1E1E1E;
background: #1E1E1E;
}


.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;
	min-height: 100px;
	margin:20px 0 30px;
}

.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-size: 16px 16px; */
width: 24px;
height: 24px;
top: -5px;
right: -5px;
cursor: pointer;
border-radius: 50%;
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 .pop_cats
{
	margin:0 0 40px;
	display:none;
}

.cat_body
{
	display:none;
}

.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 .inp_1
{
	max-width: 100%;
}

.vin_rows, .page_rows
{
			display: grid;
    grid-template-columns: repeat(3, 1fr);
		gap: 40px;
}

.page_rows a:hover
{
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.12);
}
.page_rows a
{
border:1px solid #DADADA;
overflow: hidden;
text-decoration: none;
}

.page_rows span
{
	display:block;
	font-size:16px;
	padding:20px;
	font-weight: bold;
	text-align: center;
}

.page_rows img
{
	max-width:100%;
}

.maps
{
	display:inline-block;
	vertical-align:top;
	width:calc(100% - 370px);
	margin:0 0 0 20px;
}

.maps iframe {
width:100%;
height:350px;
border:0;
}

.contact_info
{
	display:inline-block;
	vertical-align:top;
	width:350px;
}

.contact_info .name_3
{
	font-size:19px;
	line-height:23px;
	padding:0 0 16px;
}


.contacts a[href^="tel:"]
{
	
	background: url(img/phone.svg) no-repeat;
	display:block;
	text-decoration: none;
	font-size:16px;
	color:#1E1E1E;
	padding:0 0 0 30px;
	margin:0 0 8px;
}

.block_contact
{
	margin:0 0 40px;
}

.block_contact address
{
	display:block;
	font-style: normal
}

.whys
{
		border-bottom:1px solid #CACACA;
		padding: 30px 0 50px;
		margin:0 0 80px;
}

.why
{
	display:inline-block;
	vertical-align:top;
	width:33%;
	padding:0 20px;
	box-sizing: border-box;
	font-size:16px;
	text-align: center;
	
}

.why:nth-child(even)
{
	border-left:1px solid #CACACA;
	border-right:1px solid #CACACA;
}

.why_name
{
	font-weight: bold;
	font-size:24px;
	line-height:26px;
	margin: 30px 0 18px;
}


.pop_cats
{
		display: grid;
    grid-template-columns: repeat(4, 1fr);
		gap: 30px;
}


.pop_cats a
{
background: #FFFFFF;
border:1px solid #DADADA;
text-align: center;
display:block;
	font-weight: bold;
	font-size:18px;
	text-decoration: none;
transition: box-shadow .3s linear;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.12);
}

.pop_cats strong
{
	display:block;
	padding:30px 15px;
}

.pop_cats img
{
	display:block;
	margin:0px auto;
	max-width: 100%;
}

.pop_cats a:hover
{
	box-shadow: none;
	color:#ED252F;
	text-decoration: underline;
}




.cat_name {
    font-size: 34px;
    line-height: 34px;
    color: #1E1E1E;
    padding: 8px 0 8px 40px;
    background: url(img/icon_open.svg) no-repeat 0 50%;
    cursor: pointer;
    margin: 30px 0 20px;
}

.cat_open
{
	 background-image: url(img/icon_close.svg);
	 color:#E81021;
}


.cat_body_open
{
	display:block;
}

.cat_name:hover
{
	color:#E81021;
}

.cat_name2
{
	    font-size: 24px;
    line-height: 24px;
	font-weight: bold;
    color: #1E1E1E;
    padding: 8px 0 8px 40px;
    background: url(img/icon_arrow_n.svg) no-repeat 0 50%;
    cursor: pointer;
    margin: 10px 0 20px;
}
.cat_open2
{
	 background-image: url(img/icon_arrow_v.svg);
	 	 color:#E81021;
}

.cat_open2+.pop_cats
{
	display: grid;
}





.help
{
	background: url(img/help_me.jpg) no-repeat 50%;
	color:#FFF;
	font-size:24px;
	margin: 50px 0 70px;
}

.help_info
{
	padding: 50px 30px 50px 500px;
}

.help .name
{
	margin:0 0 20px 0;
}


.help a
{
	color:#E81021;
	font-size:24px;
}




.marki
{
		display: grid;
    grid-template-columns: repeat(7, 1fr);
margin:0 0 20px;
}

.marki a
{
	
	text-align: center;
	padding:25px 15px;
	font-size:16px;
	text-decoration: none;
	border-bottom:3px solid #FFF;
}
.marki a:hover
{
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.12);
border-color: #E91021;
color:#E91021;
}

.marki img
{
	display:block;
	margin:0px auto 14px;
}

.marki a:hover span
{
	border-bottom:1px solid #E91021;
}




.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/right.svg) no-repeat 0 6px / 12px;
	/* background-size: 12px; */
}



.text a[name]
{
text-decoration: none;
cursor: default;
}
.text a[name]:hover
{
color: #a73692;
}


footer
{
	background-color: #1E1E1E;
	padding:50px 0 10px;
	margin:40px 0 0;
	color:#747474;
}

footer .name_3
{
	font-weight: bold;
	font-size:16px;
	margin:0 0 15px;
	padding:0px;
	color:#FFF;
	text-align: left;
}

footer .f_n
{
	margin:30px 0 15px;
}

.footer_row
{
	display:inline-block;
	vertical-align:top;
	width:24.333333%;
}

a.footer_logo
{
	background: url(img/logo_footer.svg) no-repeat;
	display:block;
	width:168px;
	height:134px;
}

.footer_row ul {
list-style:none;
}

footer li a
{
	color:#747474;
	display:block;
	margin:0 0 4px;
}

footer address
{
	display:block;
	font-style: normal
}

footer a[href^="tel:"]
{
	background: url(img/phone2.svg) no-repeat;
	display:block;
	text-decoration: none;
	font-size:16px;
	color:#747474;
	padding:0 0 0 30px;
	margin:0 0 10px;
}

.footer
{
	margin:30px 0 0;
	padding:30px 0 0;
	border-top:1px solid #363636;
	
}

.pay_logos
{
	background: url(img/pays.svg) no-repeat;
	width:49%;
	height:40px;
	display:inline-block;
	vertical-align:top;
}

.copyright
{
	text-align: right;
	display:inline-block;
	vertical-align:top;
	width:50%;
}



.social a 
{
/* background-color: rgba(255,255,255,.9); */
margin: 0 10px 0 0;
background-size: 70% 70%;
opacity: .6;
display:inline-block;
}


 .social a 
{
margin:0 10px 0 0px;
width:22px;
height:22px;
display:inline-block;
background-size: contain  !important;
opacity: .6;
}

.social a:hover
{
	opacity: 1;
}

a.icon_tw {
background:url(img/icon_twitter.svg) no-repeat center;
}

a.icon_in {
background:url(img/icon_instagram.svg) no-repeat center;
}

a.icon_tg {
background:url(img/icon_skype.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;
 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;
border-radius:4px;
background:  #000 url(face/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:#1E1E1E;
color: #FFF;
border-left: 1px solid #747474;
padding: 10px;
text-align: left;
}

.t_find TH
{
	padding:15px 10px;
}

.t_find td
{
	background-color: #FFF;
	padding:10px;
}

.t_find td:nth-child(4)
{
	text-align: right;
}

.t_find tr:hover td
{
	background-color: #F4F4F4;
}

a.a_find:hover
{
	background: url(img/g_arrow_a.svg) no-repeat;	
}
a.a_find
{
		background: url(img/g_arrow.svg) no-repeat;	
		display:inline-block;
		vertical-align:top;
		width:20px;
		height:20px;
}


.list_grid
{
width: 26px;
height: 26px;
background: #FFF url(img/icon_view_grid.svg) no-repeat 50%;
display: inline-block;
background-size: 26px 26px;
padding: 8px;
    box-sizing: unset;
	opacity:.3;
	cursor: not-allowed;
}	

.list_prod
{
	text-align: right;
	margin-left: auto;
}

.list_table
{
width: 26px;
height: 26px;
background: #FFF  url(img/icon_view_rows.svg) no-repeat 50%;
background-size: 30px 30px;
margin: 8px 0 8px 4px;
display: inline-block;
box-sizing: unset;
opacity:.3;
cursor: not-allowed;
}
.la
{
	opacity:1;
	cursor: pointer;
	/* background-color: #e2f3ff; */
}

.sklad
{
	font-weight: bold;
	color:#E81021;
}

.prod_tr
{
background-color: #FFF;	
border:1px solid #DADADA;
margin:0 0 20px;
}

.prod_tr:hover
{
	box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.2);
}
.prod_info
{
width:684px;	
display:inline-block;
vertical-align:top;
box-sizing: border-box;
padding: 40px 20px 10px 20px;
}

.prod_prices
{
	display:inline-block;
	vertical-align:top;
	width:590px;
}

.prod_img, .prod_txt
{
	display:inline-block;
	vertical-align:top;
}

.prod_txt
{
	color:#747474;
	padding:0 15px;
	width:410px;
}

.prod_img 
{
	width:200px; 
/* width:100%; */
	text-align: center;
}

.prod_img i, .pro_img i, .tovar_img i
{
	display:block;
	width:100%;
	height:200px;
	background: url(img/no.svg) no-repeat 50%;
}

.prod_img img
{
	max-width:100%;
	max-height: 200px;
}

.prod_txt a, .prod_txt strong
{
	font-weight: bold;
	font-size:16px;
	color:#000;
	display:block;
	margin:0 0 8px;
}

.prod_txt a:hover
{
color:#E81021;	
}

.sort
{
	display: flex;
	align-items: center;
	margin:0 0 30px;
	color:#666;
}

.sort span
{
	cursor: pointer;
	margin:0 8px 0 14px;
	font-weight: bold;
	border-bottom:2px dashed #FFF;
}

.sort .sort_a
{
border-color: #1e1e1e;
}



/*******/
/*******/


.tovar_img
{
	display:inline-block;
	vertical-align:top;
	width:300px;
}

.tovar_img img
{
	max-width:100%;
}

.tovar_info
{
	display:inline-block;
	vertical-align:top;
	width:306px;
	margin:0 20px 0 30px;
}

.tovar_rows
{
	display:inline-block;
	vertical-align:top;
	width:614px;
}

.tovar_rows .block
{
	width:250px;
	display:inline-block;
	vertical-align:top;
	background-color: #F3F3F3;
	padding:25px;
}

.block+.block
{
	margin:0 0 0 10px;
}

.block .name
{
	font-size:18px;
	line-height:18px;
	font-weight: bold;
	padding:4px 0 4px 36px;
	margin:0 0 20px;
}

.block span
{
	display:block;
	padding: 3px 0 3px 36px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin:10px 0 0 0;
}

.ship_self
{
	background-image: url(img/icon_office.svg);
}

.ship_np, .ship_npk
{
	background-image: url(img/logo_novaposhta.svg);
}

.ship_up
{
	background-image: url(img/logo_ukrposhta.svg);
}

.pay_online
{
	background-image: url(img/icon_online.svg);
}
.pay_bank
{
	background-image: url(img/icon_bank.svg);
}
.pay_card
{
	background-image: url(img/icon_card.svg);
}
.pay_cash
{
	background-image: url(img/icon_cash.svg);
}

.ico_ship
{
	background: url(img/icon_delivery.svg) no-repeat 0 50%;
}

.ico_pay
{
	background: url(img/icon_delivery.svg) no-repeat 0 50%;
}

.tovar_garage
{
padding:15px 15px 15px 45px;
border: 1px solid #DADADA;
background: url(img/icon_warning.svg) no-repeat 10px 50% / 24px;
margin: 0 0 18px;
font-style: italic;
}

.tg_no
{
border: 1px solid #E81021;
background-image: url(img/icon_warning.svg);
}

.tg_yes
{
	border:1px solid #65c856;
	background-image: url(img/icon_yes.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:nth-child(odd)
{
		background-color: #f4f4f4;
}


.tovar_har
{
	background-color: #FFF;
	padding:6px 5px 6px 10px;
}


.tovar_price 
{
	font-weight: bold;
	font-size:28px;
	display:block;
	margin:25px 0 ;
}


.tovar_info  .buy
{
	margin:10px 0 20px  !important;
}

.tovar_p
{
padding:0px 20px 14px 30px;
background: #E8E8E8;
border-radius: 10px;
box-sizing: border-box;
margin:0 0 0 20px;
width:300px;
}

.tovar_p span
{
	display:block;
	margin: 0 0 14px;
	background-repeat: no-repeat;
	background-size: 20px;
	padding:0 0 0 30px;
	
}

.ico_np
{
	background-image: url(face/ico_np.svg);
}

.ico_up
{
	background-image: url(face/ico_up.svg);
}

.ico_me
{
	background-image: url(face/ico_me.svg);
}

.ico_bank
{
	background-image: url(face/ico_bank.svg);
}

.ico_card
{
	background-image: url(face/ico_card.svg);
}

.ico_cash
{
	background-image: url(face/ico_cash.svg);
}
.ico_on
{
	background-image: url(face/ico_on.svg);
}

.tovar_50
{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 50px;
	margin:40px 0 0;
}

.win_pro_pr0
{
	max-height: 300px;
	overflow-y: auto;
	text-align: left;
}


/*******/
/*******/




.tah0 span
{
font-weight: bold;	
font-size:18px;
}

.u_price
{
	position: relative;
}

.u_price:hover:before
{
  content: attr(data-price);
  width: 80px;
  background-color: #4A4A4A;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  font-weight: 400;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  font-size:18px;
  margin-left: -40px;
}



.tah0 th
{
	background-color: #1E1E1E;
	color:#FFF;
	text-align: left;
	padding:14px 5px 10px 10px;
	font-weight: 600;
	text-transform: uppercase;
    font-size: 13px;
}

.tah0
{
	border-left:1px solid #DADADA;
}

.tah0 td
{
	padding: 8px 5px 8px 10px;
	border-bottom:1px solid #DADADA;
	background-color: #FFF;
}

.tah1 tr:hover td
{
	background-color: #F4F4F4;
}
.tah1 tr:nth-child(n+5)
{
	display: none;
}

a.abuy, .pro .buy, .tovar_row .buy, .tovar_info .buy, .tovar_info .c_add, .pro_d .c_add
{
display:block;
background: url(img/cart.svg) no-repeat 90% 50%;
border: 2px solid #E81021;
text-decoration: none;
cursor: pointer;
font-weight: bold;
padding:13px 40px 13px 20px;
border: 2px solid #E81021;
border-radius: 10px;

}

.abuy:hover, .pro .buy:hover, .tovar_row .buy:hover, .tovar_info .buy:hover, .tovar_info .c_add:hover, .pro_d .c_add:hover
{
	background: url(img/cart2.svg) no-repeat 90% 50%;
	border-color: #1e1e1e;
}



.tah0 .buy
{
	    background:  url(img/cart.svg) no-repeat 50% / 18px;
		border:1px solid #DADADA;
		border-radius:8px;
		cursor: pointer;
		display:inline-block;
		vertical-align:top;
		text-decoration: none;
	width:34px;
	height:34px;
	margin:0 0 0 30px;
	}

.tah0 .buy:hover
{
	background:  url(img/cart2.svg) no-repeat 50% / 18px;
}

.tah0 td:nth-child(2)
{
	width:100%;
}

.tah0 td:nth-child(3)
{
	white-space: nowrap;
}

.tah0 td:last-child
{
	text-align: right;
	padding-right: 6px;
}

.prod_prices_all
{
	text-align: center;
	padding:20px 0;
	line-height:18px;
}


.prod_prices_all span
{
	color:#1E1E1E;
	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: #1e1e1e;
    margin: 40px auto;
    text-decoration: none;
    border: 2px solid #E81021;
    border-radius: 8px;
    font-weight: bold;
	background-color: #FFF;
    font-size: 16px;
    transition: background-color .3s linear;
}

.pro_info .no_price button
{
	margin:15px 0 0;
	width:100%;
}

.prods, .models
{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.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;
}



.part_to_cars
{
		display: grid;
    grid-template-columns: repeat(5, 1fr);
margin:0 0 30px;
gap: 40px;
}

.marka_row
{
	position: relative;
	margin:0 0 16px;
	background: #FFFFFF;

}

.marka_name
{
	display: flex;
	align-items: center;
	justify-content: left;
	border-bottom:2px solid #DADADA;
	padding:10px 0;
	font-weight: bold;
	font-size:16px;
}

.marka_list
{
	padding:22px 0;
}

.marka_list a {
    display: block;
    text-decoration: none;
    margin: 0 0 4px;
}

.marka_list a:nth-child(n+4)
{
	display:none;
}

.marka_list.open a {
    display: block !important;
}

.marka_name a
{
	display:block;
	text-decoration: none;
	font-weight: bold;
}


.marka_list button
{
	cursor: pointer;
	display:block;
	width:100%;
	margin:20px 0 0;
	text-align: left;
	color:#E81021;
	background:  url(img/g_arrow_a.svg) no-repeat 100% 50% / 18px;
}



.marka_list a
{
	display:block;
	margin:0 0 4px;
	text-decoration: none;
}
.marka_list a:hover
{
text-decoration: underline;
}

.part_to_cars img
{
	display:block;
	margin:0px 15px 0 0px;
}

.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:hover
{
	border-color: #DADADA;
	box-shadow: none;
}

.mod_other a, .mod_other span
{
	display:inline-block;
	vertical-align:top;
    padding: 30px 20px;
    text-decoration: none;
    font-size:16px;
	border:1px solid #FFF;
text-align: center;
font-weight: bold;
    transition: border-color .3s linear;
	cursor: pointer;

background: #FFFFFF;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.12);

}

.mod_other span
{
	display: flex;
	justify-content: center;
	align-items: center;
}

.mod_other img
{
	max-width:30px;
	max-height:30px;
	margin:0 10px 0 0;
}

.pro
{
/* background: #FFFFFF; */
transition: box-shadow .3s linear;
border:1px solid #f0f0f0;
}

.pro:hover
{
	box-shadow: 0px 0 4px 6px rgba(0, 0, 0, 0.12);
}

.pro_my .pro_srok strong
{
	color: #E81021;
}

.pro_d
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 8px 0 0;
}

a.pro_img,
span.pro_img
{
	padding:15px;
	height:200px;

	display: flex;
	justify-content: center;
    align-items: center;
}

a.pro_name, .pro_name, .pro_info a+a
{

	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_info
{
	padding:24px;
}

.pro_info a:first-child, .pro_info span.pro_name:first-child
{
	text-decoration: none;
	display:block;
	height:40px;
	overflow: hidden;
	text-overflow:ellipsis;
	font-weight: bold;
	font-size:16px;
}

.pro_price
{
margin:20px 0 14px;	
}

.pro_price span
{
	font-size: 24px;
	font-weight: bold;
}

.pro_srok
{
	margin:16px 0 0;
	color:#747474;
}


.shop_left .name_4
{
font-size:24px;	
padding:0 0 20px;
}

.shop_left
{
	display:inline-block;
	vertical-align:top;
	width: 310px;
    box-sizing: border-box;
}

.filter_block
{
		background-color: #F4F4F4;
		padding:25px;
		margin:0 0 10px;
}

.shop_right
{
	width:930px;
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 40px;
}

.shop_right .prods
{
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}

.filter_b
{
	max-height: 164px;
	overflow-y: auto;
	margin:10px 0 0px;
}

.filter_n
{
	font-weight: bold;
	font-size:16px;
}

.filters span
{
	display:block;
	cursor: pointer;
	background: url(img/f_.svg) no-repeat 0 / 22px;
	padding:3px 3px 3px 26px;
	margin:0 0 2px;
}

.filters span.s1
{
	background-image: url(img/f_a.svg);
}

.filter_b span.s2
{
	cursor: not-allowed;
	opacity:.4;
}

.filter_b input
{
    color: #000;
    padding: 12px 6px;
   display:inline-block;
    width: 90px;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 8px;
    background-color: #FFF;
    border: solid 1px #dcdcdc;
	
}

.filter_s
{
	padding: 13px 18px; 
    border: 2px solid #1E1E1E;
    

    border-radius: 10px;
    display: inline-block;
    margin:0 0 0 0px;
    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;
color:#6b6b6b;
}

.model_info div:nth-child(even)
{
	font-weight: bold;
	text-align: left;
	font-size:16px;
	color:#1e1e1e;
}


.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:30px;
height:42px;
border-radius: 8px;
}

.pagination b
{
	cursor: not-allowed;
	opacity:.4;
}

.pagination strong
{
	letter-spacing: 2px;
}

.pagination span {
font-weight: bold;
color:red;
}

.pagination a:hover
{
	background-color: #FFF;
}

.pagination .p_right, .pagination .p_left
{
	background:  url(img/right.svg) no-repeat 50% / 22px;
	/* background-size: 22px 22px; */
	width:42px;
	margin:0 0 0 16px;
	
}

.pagination .p_left
{
	transform: rotate(180deg);
	margin:0 16px 0 0;
}













/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/




.a_slider {
  position: relative;
 margin:60px 0 20px 0;
}

.a_slider_content{
  overflow: hidden;

}

.a_slider_items {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
  height:480px;
    
	background: #e9e9e9 url(tmp/load.gif) no-repeat 50%;
}

.a_slider_transition-none {
  transition: none;
}

.a_slider_item 
{
  flex: 0 0 100%;
  max-width: 100%;
  user-select: none;
  will-change: transform;
  position: relative;
}

.a_slide_info
{
	position: absolute;
	bottom:0;
	padding: 0px 30px 50px 50px;
	left:0;
	/* right:0; */
	content: "";
		/* background-color: rgba(0,0,0,.5); */
	width:570px;
	color:#FFF;
	font-size:24px;
}

.a_slide_name
{
	font-weight: 600;
	line-height:44px;
	font-size:40px;
	margin:0 0 20px;
}

.a_slide_text
{
	margin:0 0 30px;
	line-height:28px;
}

a.a_slide_a
{
    border: 2px solid #E81021;
    border-radius: 10px;
    padding: 13px 20px;
    font-weight: 600;
    color: #1E1E1E;
	background-color: rgba(255,255,255,.9);
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
}

.a_slider_dots {
  position: absolute;
  right: 30px;
  bottom: 50px;

  z-index: 1;
  display: flex;
  justify-content: right;
  margin: 0 15px;
  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: #ED252F;
}


.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 4px 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
}



div.a_select 
{
	margin:0 0 12px;
	user-select: none;
}

.a_select ul {
    display: none;
    list-style-type: none;
    background-color: #fff;
    border: 1px solid #e1e1e1;
	border-bottom:0;
  
    max-height: 180px;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0;
}

.a_select li {

    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
    color: #6e6e6e;
	padding: 7px 9px;
}

.a_select li.selected 
{
    background-color: #fffbe6;
    color: #333;
}

.a_select .a_sa:hover
{
	background: #BC0000;
	color:#FFF;
}

.a_s1:before
{
	content: "\00a0\00a0\00a0";
}

.a_select li.a_select_d
{
	cursor: default;

	font-style:italic;
	pointer-events: none;
	background: #f7f3f3;
}

#cart_form .a_select input
{
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 7px 9px;
    margin: -2px 0 0;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,.10);
    background: #fff;
    width:100%;
	box-sizing: border-box;
    height: auto;
}


.a_select li.a_select_n
{
	display:block  !important;
}

.a_select div
{
/* 	width: 100%; */
    border-radius: 6px;
    padding: 10px 25px 10px 16px;
	cursor: pointer;
	font-size:16px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.10);
	background-color: #fff;
	border:1px solid #dcdbdb;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    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;
}

.a_select.a_select_f .a_select_d
{
	display:none	 !important;
}


.pro_img, .tovar_img
{
	position: relative;
}

.pro_img b, .tovar_img b
{
	position: absolute;
	top:10px;
	right:10px;
	padding:6px 15px;
	border-radius:30px;
	background-color: #ff0707;
	color:#FFF;
	box-shadow: 2px 3px 4px 1px rgba(0,0,0,.1);
}

.tovar_img b
{
	font-size: 18px;
	left: 0;
	right: unset;
	padding:12px 16px;
}


b.sk0 span
{
	color:#E81021;
}

b.sk0
{
		background-color: #FFF;
		border:1px solid #E81021;
	color:#000;
}

b.sk2
{
		background-color: #fffd97;
	color:#000;
}

b.sk3
{
		background-color: #c9e6ff;
	color:#000;
}
b.sk4
{
		background-color: #d3ffc9;
	color:#000;
}

b.sk5
{
		background-color: #30d5c8;
	color:#000;
}

b.sk7
{
		background-color: #E7E7E7;
	color:#000;
}

b.sk6
{
		background-color: #fa8072;
}

b.sk8
{
		background-color: #000;
	color:#FFF;
}



.tabs li
{
	display:inline-block;
	vertical-align:top;
	list-style: none;
	padding:20px 40px 18px;
	cursor: pointer;
	border-left:1px solid #e9e9e9;
}

.tabs
{
	color:#000;
	font-weight: bold;
	font-size:16px;
	text-align: center;
	border:1px solid #e9e9e9;
	border-left:0;
	border-radius:10px;
	display:inline-block;
	vertical-align:top;
	overflow: hidden;
	margin:30px auto;
}

.tabs_a
{
	background-color: #E4002B;
	color:#FFF;
}

.tab_info
{
	display:none;
}

.tab_a
{
	display:block;
}


.pro_mod
{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin:8px 0 0;
	display: grid;
    grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.pro_mod *
{
/* 	margin: 4px 8px 4px 0; */
    min-width: calc(25% - 8px);
	border-radius:8px;
	border:1px solid #e9e9e9;
	cursor: pointer;
	text-align: center;
	flex-grow: 1;
	padding:5px;
}

.pro_mod *:hover
{
	border-color: #1E1E1E;
}

.pro_null
{
	min-height: 40px;
}

.pro_mod *.pm0
{
	border-color: #E81021;
	background-color: #e8fff0;
}

.mp00
{
	position: relative;
		border-color: #E81021;
}

.mp00:after
{
	content: "";

	position: absolute;
	top:0;
	bottom:0;
	lefT:0;
	right:0;
/* 	box-shadow: inset 0px 0 12px 6px #e8fff0 !important; */
	background:  rgba(255,255,255,.9) url(tmp/load.gif) no-repeat 50%;
}


.alt {
  position: relative;
  display: inline-block;
  cursor: help;
  outline: none; 
  border-bottom:1px dashed #E81021;
}

/* Сам блок тултипа */
.alt alt {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  min-width: 180px;
  max-width: 320px;
  padding: 10px 12px;
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.35);
  font-size: 14px;
  line-height: 1.4;
  white-space: pre-wrap;
  opacity: 0;
  pointer-events: none; 
  transition: opacity .12s ease, transform .12s ease;
  z-index: 1000;
}

/* Стрелочка */
.alt alt::after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-top-color: #FFF;
}

/* Показать при ховере или фокусе (доступность клавиатурой) */
.alt:hover alt,
.alt:focus-within alt {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}



@media screen and (max-width:1280px) 
{

* {
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.content
{
width:996px;
}

.window
{
	top: -4%;
}


.help_info {
    padding: 50px 30px 50px 380px;
}

.tovar_rows
{
	width:342px;
}

.tovar_rows .block
{
	width:100%;
	box-sizing: border-box;
}

.block+.block
{
	display:none;
}

.tovar_img
{
	width:290px;
}

.tovar_row
{
	width:205px;
}

.tovar_p
{
	width:215px;
	margin:0px;
	padding: 0px 15px 14px;
}

.tovar_50
{
	gap: 30px;
}

.prod_prices 
{
	width:400px;
}

.prod_info
{
	width:592px;
}

.prod_txt
{
	width:338px;
}	

.contact_rows
{
	gap: 30px;
}

.shop_right
{
		width:646px;
}

.shop_right .prods
{
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}


.part_to_cars
{
	grid-template-columns: repeat(4, 1fr);
}

.prods2
{
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
}

nav ul, nav span:after, #menu_top, nav span:before
{
	display:none;
}


header .content
{
	position: relative;
}

.search
{
	position: absolute;
	top:108px;
	right:0px;
	width: calc(100% - 100px);
	margin:0px;
}

.search input {
    padding: 8px 50px 8px 25px;
}

.search button
{
	height:40px;
}


.menu
{
cursor: pointer;
background: url(img/menu.svg) no-repeat 50%;
width:30px;
height:50px;
background-size: 30px 30px;  
}

.menu_one, .menu_all a
{
	border-bottom: 1px solid #f8b2b729;
}

.menu_one span
{
	background: url(img/g_arrow.svg) no-repeat 99% 50%;
	
	font-size:18px;
	padding:18px 15px 14px 0px;
}

nav li:hover span
{
	background-color: #1E1E1E;
}

.open_menu .menu
{
	background-size: 34px 34px;  
}

.menu_all a
{
	text-decoration: none;
	padding:2px 0 4px;
	box-sizing: border-box;
}

.menu_top
{
	padding:10px 0 30px;
	display:block;
	max-width:738px;
	width:100%;
	margin:0px auto;
	box-sizing: border-box;
}

.menu_top a
{
color:#FFF;
        font-size: 18px;
		text-decoration: none;
			display:block;
	        border-bottom: 1px solid #f8b2b729;
	padding: 10px 0 ;
	
}

.menu_top li:last-child a
{
	border:0;
}

.open_menu nav ul
{
	display: block ;
	width: 100%;
  -webkit-overflow-scrolling: touch;
}

.open_menu .menu_all
{
	position: static;
	width:100%;
	display:none;
	visibility: visible;
	box-shadow: none;
	border:0;
}


.menu_row
{
	width:100%;
	margin:0px;
	padding:0 30px;
	box-sizing: border-box;
}



}

@media screen and (max-width:1000px) 
{
	
	
.content, .content_small
{
width:738px;
}

.locked
{
margin:0px;
}

.content .content_small, .content .content
{
padding:0px;
}

.window
{
top:0;
}


.garage_alls
{
	display:block;
}

.garage_alls div
{
	box-sizing: border-box;
	border:0;
	border-bottom: 1px solid #FFF;
}

.alw_info, .help_info
{
	width:100%;
	text-align: center;
	position: relative;
	z-index:2;
	
}

.help_info
{
	padding:20px;
	box-sizing: border-box;
}

.help
{
	margin:30px 0 40px;
	background: url(img/help_me.jpg) no-repeat 0 50%;
    background-size: cover;
}

.alw, .help
{
	position: relative;
}

.alw:after,
.help:after
{
	position: absolute;
	background-color: rgba(0,0,0,.6);
	top:0;
	bottom:0;
	right:0;
	left:0;
	content: "";
}

.step0, .marki, .mod_other
 {
    grid-template-columns: repeat(4, 1fr);
}

.pop_cats, .prods, .models, .part_to_cars
{
	 grid-template-columns: repeat(3, 1fr);
}


.a_slider_items
{
	height:400px;
}

.a_slide_name
{
	font-size:42px;
}

.a_slide_text
{
	font-size:22px;
}

.a_slide_info
{
	padding:35px 15px;
}

.footer_row
{
	display:block;
	width:290px;
	margin:0 auto 30px;
}



.pay_logos, .copyright
{
	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;
}


.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;
	margin:0px auto;
	display:block;
}

.tovar_img img
{
	max-height: 450px;
}

.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:14px 30px;
background-color: #1E1E1E;
color: #FFF;
text-decoration: none;
border:0;
display:inline-block;
cursor: pointer;
font-weight: bold;
font-size:16px;
max-width: 290px;
text-align: center;
margin:-30px 0 20px;
}

.shop_mobile2
{
	display:block;
	margin:0px auto;
	width:100%;
}

.user_login, .user_registration
{
	width:300px;
}

.tovar_rows
{
	width:100%;
	margin:20px 0 0;
}

.tovar_rows .block
{
	width:49%;
}

.block+.block
{
	display:inline-block;
}


.prods2
{
        grid-template-columns: repeat(2, 1fr);
     
}
}

 
 @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;
}

.close
{
	top:0;
	right:0;
}

.name, h1, .a_slide_name, .help .name
{
	font-size:36px;
	line-height:40px;
}

.name_2, h2
{
	font-size:30px;
	line-height:34px;
}


.help
{
	padding: 35px 15px 10px;
}

.a_slide_text, .help
{
	font-size:18px;
}

    .step0, .marki , .pop_cats, .prods, .models, .mod_other, .part_to_cars
	{
        grid-template-columns: repeat(2, 1fr);
    }

.mod_other
{
	gap:20px;
}

.whys
{
	padding:0 0 40px;
	border:0;
	margin: 0 0 30px;
}

.why
{
	width:100%;
	display:block;
	padding:0 0 20px;
	margin:0 0 30px;
	border:0  !important;
	border-bottom:3px solid #FFF  !important;
}

.tabs 
{
	display:block;
	width:290px;
}
.tabs li
{
	display:block;
	padding:12px 0;
}

.tabs li:nth-child(2)
{
	border-bottom:1px solid #172164 ;
	border-top:1px solid #172164 ;
}

.search
{
	right:15px;
}

.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(face/arrow.svg) no-repeat 98% 50% / 20px;
}

.user_login, .user_registration
{
	width:100%;
	box-sizing: border-box;
	margin:0px -15px 30px;
}

a.vin
{
	display:none;
}

.tovar_rows .block
{
	width:290px;
	margin:0px auto;
	text-align: left;
}

.tovar_rows
{
	text-align: center;
}

.block .name
{
	text-align: left;
}

  }
  
  
 @media only screen and (max-width: 610px)
 {
	
.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
	{
		display:block;
	}
	
	.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_info
	{
		width:100%;
		box-sizing: border-box;
	}
	
	.a_slider_item:after
	{
			position: absolute;
	background-color: rgba(0,0,0,.6);
	top:0;
	bottom:0;
	right:0;
	left:0;
	content: "";
	}
	
	.a_slide_info
	{
		text-align: center;
		z-index:2;
		bottom: unset;
	}
	
	.a_slider_dots
	{
		width:100%;
		right: unset;
		justify-content: center;
		margin:0px;
	}
	
	.contact_info, .maps
	{
			display:block;
			width:100%;
			margin:0 0 15px;
	}
		.menu_top a
	{
		margin:0 14px;
	}
 }
 
 @media only screen and (max-width: 570px)
 {
	.add_cart_img, .add_cart_more
	{
	display:none;
	}		
	
	.add_cart_price, .add_cart_go
	{
		display:block;
		margin:0px auto;
		width:100%;
	}
	
	.cart_fast, .phones a, .podbor_1
	{
		display:none;
	}
	
		 
	 .phones a:first-child
	 {
		 background:  url(img/phone.svg) no-repeat 50% / 28px;
		 border: 1px solid #DADADA;
		 display:block;
		 width:50px;
		 height:50px;
		 border-radius:10px;
		 text-indent:-1111px;
		 margin:0px;
		 padding:0px;
	 }
	 
	 .profile
	 {
		 margin:0px;
	 }
	 
	 .phones
	 {
		 width:50px;
		 padding:0px;
		 margin:  0;
		 background: none;
	 }
	
	
	.pro_d
	{
		display:block;
	}
/* 	
	.shop_right .prods,  .prods2
	{
        grid-template-columns: repeat(1, 1fr);
	}
	 */
	 
	 .pro_mod
	 {
		  grid-template-columns: repeat(3, 1fr);
	 }
	 
	.shop_right .pro
	{
		text-align: center;
	}
	
/* 	.shop_right .pro_info a:first-child, .shop_right .pro_info span.pro_name:first-child, .shop_right a.pro_name, .shop_right .pro_name, .shop_right .pro_info a+a,
	.prods2 .pro_info a:first-child, .prods2 .pro_info span.pro_name:first-child, .prods2 a.pro_name, .prods2 .pro_name, .prods2 .pro_info a+a,
	{
		height:auto;
	}
	.pro_null
	{
		display:none;
	} */
	
	.pro_d .c_add, .tovar_info .c_add
	{
		width:100%;
	}
	
	.tovar_info
	{
		text-align: center;
	}
	
	
 }
 @media only screen and (max-width: 470px)
 {
	 
	 .cart
	 {
		 width: 50px;
		text-indent: -111111px;
	 }
	 
	  .name, h1, .a_slide_name, .help .name {
        font-size: 24px;
        line-height: 28px;
		text-align: center;
    }
	 
	 .name_s
	 {
		 text-align: center;
		 margin:-20px 0 10px;
	 }
	 
	 
.name_2, h2
{
	font-size:22px;
	line-height:28px;
	padding:30px 0;
	text-align: center;
}

.tah0 td:nth-child(2)
{
	width:auto;
}

	 .name_4, h4, h3, .name_3
	 {
		 text-align: center;
	 }
	 
	 .name_s
	 {
		 font-size:17px;
		 line-height:20px;
	 }
	 
	 .tab_info
	 {
		 margin:0 -15px;
	 }
	 
	 .models, .part_to_cars
	 {
	       display:block;
	 }
	 
	 .prods
	 {
		 text-align: center;
	 }
	 
	.prods, .pop_cats
	{
		gap:10px;
	}
	 
	 .pro_info, a.pro_img, span.pro_img
	 {
		 padding:10px;
	 }
	 
	 a.pro_img
	 {
		 height:150px;
	 }
	 
	 .pro_info a:first-child, .pro_info span.pro_name:first-child, a.pro_name, .pro_name, .pro_info a+a
	 {
		 font-size:14px;
		 line-height:18px;
	 }
	 
	 a.pro_name, .pro_name, .pro_info a+a
	 {
		 height:54px;
	 }
	 
	 .cat_name2
	 {
		 font-size:18px;
		 line-height:22px;
	 }
	 
	 
/* 	 .pro_info a:first-child
	 {
		 height:auto;
	 }
	  */
	 .pro_price
	 {
		 margin:12px 0;
	 }
	 
	 .pop_cats a
	 {
		 
	padding:0px;
	margin:0 0 20px;
	font-size:15px;
	font-weight: 500;
	 }
	 
	 .pop_cats strong
	 {
		 padding:10px;
		 	font-weight: 500;
	 }
	 
/* 	 
	 .footer_row
	 {
		 width:100%;
	 }
	  */
	 a.logo {
    width: 80px;
    height: 62px;
	
	 }
	 
	 .search
	 {
		 top:80px;
	 }
	 
/* 	 .phone a:first-child
	 {
		 background: #172164 url(face/phone.svg) no-repeat 50% / 22px;
		 display:block;
		 padding: 11px 20px 13px;
		 text-indent:-1111px;
	 }
	 
	 
	 
	 .phone
	 {
		 width:50px;
	 }
	  */
	  .phone a, .cart_price_one, .pagination a, .pagination strong
	  {
		  display:none;
	  }
	 
	 .pagination a.p_right, .pagination a.p_left
	 {
		 display:inline-block;
	 }
	 
	 .garage_car_info
	 {
		 white-space: unset;
	 }
	 
	     .search input {
        padding: 8px 50px 8px 10px;
    }
	

	 
.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 .buy
{
	background-color: #050C3A;
	color:#FFF;
}

.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
{
	display:block; 
}

.lang b
{
	padding:6px 10px;
}

.work_time span
{
	display:none;
}

.cat_name
{
	font-size:26px;
	line-height:31px;
}
	 
	   .alt alt {
    left: 50%;
    right: auto;
    bottom: auto;
    top: calc(100% + 8px);
    transform: translateX(-50%) translateY(-6px);
  }
  alt::after{
    top: -14px;
    border-top-color: transparent;
    border-bottom-color: rgba(20,20,20,0.95);
  }
	 
	 
 }
 
  @media only screen and (max-width: 350px)
  {
	  
	.find_vin input
	{
		font-size:18px;
		font-weight: 400;
		width:220px;
	}
	
	.step5 span
	{
		width:100%;
	}
	
	.logos
	{
		background-size: contain;
	}
	
	.pro_srok
	{
		font-size:11px;
	}
	
	.pro_srok strong
	{
		display:block;
		font-size:14px;
	}
	
  }
