@charset "UTF-8";

* {
margin: 0;
padding: 0;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('Inter18pt-Medium.eot');
    src: local('Inter 18pt Medium'), local('Inter18pt-Medium'),
        url('Inter18pt-Medium.eot?#iefix') format('embedded-opentype'),
        url('Inter18pt-Medium.woff2') format('woff2'),
        url('Inter18pt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('Inter18pt-SemiBold.eot');
    src: local('Inter 18pt SemiBold'), local('Inter18pt-SemiBold'),
        url('Inter18pt-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('Inter18pt-SemiBold.woff2') format('woff2'),
        url('Inter18pt-SemiBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('Inter18pt-Regular.eot');
    src: local('Inter 18pt'), local('Inter18pt-Regular'),
        url('Inter18pt-Regular.eot?#iefix') format('embedded-opentype'),
        url('Inter18pt-Regular.woff2') format('woff2'),
        url('Inter18pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
font: 14px/20px 'Inter 18pt', Arial, Tahoma, Verdana, sans-serif;
width: 100%;
background: #FFF;
color: #1E1E1E;
overflow-y: scroll;
}

input, textarea, select, button  {
outline: none;
font: 14px/20px 'Inter 18pt', 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 'Inter 18pt', Arial, Tahoma, Verdana, sans-serif;
outline: none;
transition: color .3s linear;
}

a:hover
{
color: #111;
}

.ajax
{
	color: #111;
	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;
background-color: #393738;
padding:0 0 20px;
}


.header
{
	background-color: #111111;
	color:#FFF;
	margin:0 0 16px;
}

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:#a2a2a2;
	text-decoration: none;
}

header a:hover
{
	color:#FFE81D;
}

a.profile
{
	padding:13px 20px 13px 35px;
	display:block;
	background: #1E1E1E url(img/user.svg) no-repeat 10px 50%;
}

a.profile_ok
{
	background-color: #FFE81D;
	padding:6px 20px 6px;
	display:block;
	text-align: center;
	color:#111;
}
a.profile_ok+a.profile_ok
{
background-color: #424242;	
	padding:4px 20px 4px;
	color:#FFF;
}

.lang a
{
	color:#a2a2a2;
}

.lang b
{
	display:inline-block;
	padding:0 5px;
	color:#FFE81D;
}

a.logo
{
width: 208px;
height:75px;
text-decoration: none;
display: block;
background: url(img/logo.png) no-repeat;
background-size: contain;
}

.phones 
{
		margin:10px 35px 0; 
		padding:5px 0 0;
}

.phones a
{
background:url(img/icon_phone.svg) no-repeat 0 / 20px;
padding:0 0 0 26px;
font-size:16px;
font-weight: bold;
margin:0 0 10px;
color:#FFF;
display:block;
text-decoration: none;
}

.search
{
	position: relative;
	width:100%;
	flex:1;
		margin:0 35px 0 0;
}

.search input
{
padding:14px 50px 14px 20px;
background: #282828;
border:1px solid #FFE81D;
	width:100%;
	color:#FFF;
	box-sizing: border-box;
	transition: border-color .3s linear;
}

.search input:focus
{
	 border-color: #000;
}

.search button
{
	background: url(img/find.svg) no-repeat 50%;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	width:50px;
	height:50px;
}



.search_by
{
	position: relative;
	width:270px;
	margin:0 35px 0 0;
}

.search_by input {

background: #282828;
border: 1px solid #FFE81D;
box-sizing: border-box;
	line-height:20px;
width:100%;
font-size: 14px;
padding:14px 50px 14px 40px;
	background: url(img/nomer.svg) no-repeat 10px 50% ;
	text-transform: uppercase;

}

.search_by input:focus
{
	font-size:20px;
	padding:12px 50px 12px 40px;
	font-weight: bold;
	color:#FFF;
}

.search input::placeholder,
.search_by input::placeholder
{
text-transform: none;
font-size:14px;
line-height:16px;
font-weight: 400;
margin:0 0 20px;
color:#FFFFFF;
}

.search_by b {
cursor:pointer;
width:50px;
height:50px;
background: url(img/find.svg) no-repeat;
position:absolute;
top:0;
font-size:0px;
line-height:0px;
right:0px;
}



.cart div
{
	background: url(img/icon_cart.svg) no-repeat 100% 0%;
	padding:0 38px 0 0;
	font-size:16px;
	color:#000;
	color:#FFF;
	line-height:28px;
}

.cart_a span
{
	color:#FFE81D;
}

.cart .cart_a
{
	cursor: pointer;
}

nav
{
	display:block;
	background-color: #FFE81D;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}


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: bold;
padding:16px 8px 14px;
text-align:center;
box-sizing: border-box;
cursor: default;
}

nav span:after 
{
content:"";
width:0px;
height:64px;
border-right:1px solid #DBC70E;
position:absolute;
top:0;
right:-1px;
display:block;
/* transform: translate(0%, -50%); */
}

nav .menu_one:last-child span:after, nav .menu_one:hover span:after 
{
display:none;
}
.menu_one
{
	position: relative;
}

nav li:hover span 
{
background-color: #393738;
color:#FFF;
}

.menu_all {
position: absolute;
background: #393738;
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-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;
color:#FFE81D;
}

nav strong
{
font-size:17px;
line-height:21px;
display:block;
color:#FFF;
padding:20px 0 6px 0;
}



.a_slider {
  position: relative;
  margin:0 0 80px;
}

.a_slider_content{
  overflow: hidden;
  
  background-color: #eee;
}

.a_slider_items {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;

}

.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: 60px 0;
	left:0;
	right:0;
	content: "";
	background-color: rgba(0,0,0,.5);
	text-align: center;
	color:#FFF;
	font-size:24px;
}
 */
.a_slide_info
{
	display: flex;
	    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
	align-items: flex-start;
	height:500px;
	box-sizing: border-box;
	padding:0 0 50px;
	margin: 0px auto;
    width: 1280px;
	color:#FFF;
	font-size:24px;
}

.a_slide_name
{
	font-weight: bold;
	line-height:44px;
	font-size:40px;
	margin:0 0 20px;
}

.a_slide_text span
{
color:#FFE81D;	
}


.a_slide_text
{
	margin:0 0 30px;
	line-height:28px;
}

a.a_slide_a, a.send, .send
{
padding:14px 25px;
font-size:16px;
background: linear-gradient(180deg, #FFF27C 0%, #FFD900 100%);
border:0;
display:inline-block;
text-decoration: none;
color:#111;
cursor: pointer;
margin:0 0 30px 0;
}

a.a_slide_a:hover, a.send:hover, .send:hover
{
	color:#FFE81D;
	background: #393738;
}

a.send, .send
{
	margin:0px auto;
}

.a_slider_dots {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: left;

  padding: 0;
  list-style: none;
  	margin: 0px auto;
    width: 1280px;
}

.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;
height: 16px;
background: rgba(255, 255, 255, 0.3);

}

.a_slider_dot_a {
  background-color: #FFE81D;
}














.name, h1
{
	font-weight: bold;
	font-size:40px;
	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 20px;
}


a.send_2
{
padding:16px;
width:100%;
max-width: 730px;
text-align: center;
color:#111;
margin:40px auto;
text-decoration: none;
border: 1px solid #111;
border-radius: 10px;
display:block;
font-weight: bold;
font-size:16px;
transition: background-color .3s linear;
box-sizing: border-box;
}



a.send_2:hover, .no_price button:hover
{
	background: #393738;
	color:#FFF;
}


.bread
{
font-size: 13px;
color: #909090;
padding: 20px 0;
}

.bread a:after
{
font-size: 12px;
content: "/";
display: inline-block;
padding: 0 8px;
}

.bread a
{
font-size: 13px;
color: #909090;
text-decoration: none;
}

.bread a:hover {
    color:#000;
}



.tabs li
{
	list-style: none;
	padding:20px 40px 18px;
	cursor: pointer;
	background: #F4F4F4;

}

.tabs
{
	
				display: grid;
    grid-template-columns: repeat(3, 1fr);
		gap: 25px;
	margin:0 0 20px;
	color:#111;
	font-weight: bold;
	font-size:18px;
	text-align: center;

}

.tabs li.tabs_a
{
	background: linear-gradient(180deg, #FFF27C 0%, #FFD900 100%);
	cursor:default;
}

.tab_info
{
	display:none;
}

.tab_a
{
	display:block;
	margin:0 0 80px;
}

.pop_cats+.name
{
	margin: 80px 0 30px;
}

.garage_alls
{
	display: flex;
	justify-content: space-between;
}

.garage_alls div
{
	
background: #E8E8E8;

font-weight: bold;
font-size:16px;
color:#747474;

transition: background-color .3s;
cursor: not-allowed;
display: flex;
align-items: center;

width:100%;
}



.garage_alls b
{
	background-color: #EFEFEF;
	width:60px;
	height:60px;
	line-height:60px;
	margin:0 12px 0 0;
	font-size:18px;
	text-align: center;
	
}

.garage_alls .garage_active
{
	cursor: pointer;
	color: #FFF;
	background-color: #393738;
}

.garage_active b
{
	background-color: #282828;
	color:#FFE81D;
}


.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 30px 0 rgba(0,0,0,.20);
	background: #FFF;
}

.garage_all
{
	width:100%;
	margin:0 0 40px;
}


.garage_alls div:not([data-id=""])
{
	font-weight: 500;
	color:#000;
	font-weight: bold;
	background-color: #dedede;
	cursor: pointer;
}
.garage_alls div:not([data-id=""]) b
{
	background-color: #d4d0d0;
}


.step0 span, .step3 span, .step3 b, .garage_year div, .step4 strong
{
	cursor: pointer;
padding: 16px 12px 12px;
text-decoration: none;
border-right: 1px solid #f0ecec;
border-bottom: 1px solid #f0ecec;
white-space: nowrap;
font-size: 14px;
color: #000;
transition: background-color .3s linear;
}

.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
{
	background-color: #FFE81D;
}

.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;
 }
 
 .garage_my_name
 {
	
	
	display: inline-block;
	vertical-align:top;
	padding:18px 30px 18px 20px;
	cursor: pointer;
	width:160px;
	font-weight: bold;
	font-size:16px;
	color:#FFF;
	background:  #393738 url(img/step.svg) no-repeat 98% 50% / 60px;
	
 }
 
 .garage_car
 {
 background-color: #FFF;

	flex:1;
	cursor: pointer;
border:1px solid #DADADA;
	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: #F8F8F8;
	font-weight: bold;
	font-size:16px;
		color:#111;

}



.garage_new span:hover, .garage_a, .garage_a span
{
	background:#393738;
	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/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:#393738;
	color: #FFF;
}

.find_nomer input
{

    border: 1px solid #FFE81D;
    box-sizing: border-box;
    line-height: 20px;
    width: 100%;
    font-size: 16px;
    padding: 14px 50px 14px 40px;
    background: #282828 url(img/nomer.svg) no-repeat 10px 50%;
    text-transform: uppercase;
	color:#FFF;
	width:200px;
}

.find_vin input
{
	background-color: #282828;
	color:#FFF;
    background-size: contain;
    padding: 0 15px;
    text-transform: uppercase;
	height: 50px;

    box-sizing: border-box;
border:0;
    width: 260px;
    font-size: 20px;
	font-weight: bold;
    line-height:20px;
    color: #FFF;
}

.find_0 b
{
	display:inline-block;
	vertical-align:top;
	height:50px;
	line-height:50px;
	    background: url(img/find.svg) no-repeat;
    color: #FFF;
width:50px;
	cursor: pointer;
}

.find_0 
{
	text-align: center;
}




/****************************/
/****************************/
/****************************/





.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:#393738;
color: #fff;
height: 40px;
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_ma
{
	display: flex;
	align-items: center;
	justify-content: center;
}

.add_cart_price input {
 height: 40px;
 font-size:22px;
 border: 1px #e9e9e9 solid;
 text-align:center;
 padding:0 10px;
}

.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: 200px;
font-size: 17px;
text-align: center;
margin:0px;
height:46px;
box-sizing: border-box;
}

.cart_fast_form .send 
{
height:46px;
line-height:46px;
padding:0 20px;
color:#FFF;
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;
}

.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;
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;
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;
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 span
{
	text-align: left;
	display:block;
	font-weight: bold;
	font-size:16px;
	margin:0 0 20px;
}

.catalogs .pop_cats
{
	margin:0 0 40px;
}

.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
{
padding:40px;
background: #F4F4F4;
}

.vin_form .send
{
display:block;
width:100%;	
background: linear-gradient(0deg, #282828 0%, #5D5D5D 100%);
color:#FFF;
margin: 25px 0 0;
}

.vin_form .inp_1
{
	max-width: 100%;
}

.vin_rows
{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.page_rows
{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.page_row
{
	display: flex;
	justify-content: space-between;
}

.page_info a
{
font-size:18px;	
display:block;
margin:0 0 10px;
}

.page_info
{
	flex:1;
	padding:30px;
}

.page_rows img
{
	max-width:100%;
}

.maps iframe {
width:100%;
height:350px;
border:0;
}


.contact_rows
{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
	gap: 50px;
	margin:0 0 50px;
}

.contact_rows a
{
	display:block;
	margin:0 0 10px;
}

.contact_rows a[href^="mailto:"]
{
	background: url(img/ico_mail.svg) no-repeat 0 50% / 20px;
}


a[href^="mailto:"]
{
	display:inline-block;
	padding:0 0 0 26px;
	background: url(img/icon_mail.svg) no-repeat 0 50% / 20px;
}


.pop_cats
{
		display: grid;
    grid-template-columns: repeat(3, 1fr);
		gap: 20px;
}

.pop_cats a:hover
{
	box-shadow: 0px 0 6px rgba(0, 0, 0, 0.12);
	border-color: #FFF;
	text-decoration: underline;
}

.pop_cats strong
{
	font-size:18px;
	background: url(img/cat.svg) no-repeat 100% 50% ;
	padding:0 30px ;
	width: 100%;
}

.pop_cats a
{

border: 1px solid #DADADA;
background: #FFFFFF;
display: flex;
align-items: center;
text-decoration: none;
padding:0 20px 0 0;
}

.pop_cats img
{
	display:block;
	max-width:140px;
}


.cat_row
{
	width: 24.333%;
	box-sizing: border-box;
	padding:0 20px 0 0;
	display:inline-block;
	vertical-align:top;
	margin:0 0 30px;
}

.cat_row strong
{
	font-size:20px;
	display:block;
	margin:0 0 12px;
}

.cat_row a
{
	display:block;
	margin:4px 0 0;
}

.cat_name2
{
	font-size:26px;
	line-height:32px;
	color:#111;
	padding: 15px 0;
	background:  url(img/cat_n.svg) no-repeat calc(100% - 15px) 50%;
	cursor: pointer;
	margin:0 0 20px;
	display: flex;
	align-items: center;
}

.cat_name2 img
{
	max-height:80px;
	width: 80px;
	display:block;
	margin:0 20px 0 0;
}

.cat_name2.open
{
	background: url(img/cat_a.svg) no-repeat calc(100% - 15px) 50%;
}

.cat_body
{
	display:none;
}




.help
{
	background-color: #393738;
	color:#FFF;
	font-size:24px;
	margin: 80px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-items: stretch;
}

.help_txt
{
	flex:1;
	padding: 40px 50px;
}

.help .name
{
	font-size:40px;
	line-height:42px;
	margin: 0 0 20px;
}

.help b
{
	display:block;
	background: url(img/icon_arrow.svg) no-repeat 50%;
	width:50px;
	height:50px;
	margin:0px auto;
}

.help a
{
	background-color: #282828;
	text-align: center;
	border:1px solid #282828;
    color: #FFE81D;
	padding:40px 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: border-color .3s linear;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.help a:hover
{
	border-left: 1px solid #FFE81D;
}

.bg
{
	background-color: #FFF;
}

.marki
{
		display: grid;
    grid-template-columns: repeat(5, 1fr);
	gap: 20px;
margin:0 0 80px;
}

.marki a
{
	display: flex;
    align-items: center;
    padding: 22px;
    text-decoration: none;
    font-size: 16px;
	border:1px solid #DADADA;
    background: #FFF url(img/cat.svg) no-repeat calc(100% - 10px) 50%;
    transition: border-color .3s linear;
    cursor: pointer;
}

.marki a:hover, .mod_other a:hover
{
box-shadow: 0px 0 6px rgba(0, 0, 0, 0.2);
border-color: #FFF;
}

.marki img
{
	display:block;
	max-width: 50px;
	margin:0 20px 0 0;
}

.marki a:hover span
{
	border-bottom:1px solid #111;
}




.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/cat.svg) no-repeat 0 5px / 12px;
	/* background-size: 12px; */
}



.text a[name]
{
text-decoration: none;
cursor: default;
}
.text a[name]:hover
{
color: #a73692;
}


footer
{
	background-color: #393738;
	padding:40px 0 20px;
	margin:40px 0 0;
	color:#FFF;
}

footer .name_3
{
	font-weight: bold;
	font-size:18px;
	margin:0 0 18px;
	padding:0px;
	text-align: left;
}

.footer_row
{
	display:inline-block;
	vertical-align:top;
	width:24.333333%;
}


.footer_row ul {
list-style:none;
}

footer a
{
	color:#FFF;
	display:block;
	margin:0 0 10px;
}

.contact_rows address
{
background: url(img/ico_office.svg) no-repeat;	
}

address
{
	display:block;
	padding:0 20px 0 30px;
	background: url(img/icon_office.svg) no-repeat;
	font-style: normal
}


.time
{
	display:block;
	padding:0 20px 0 30px;
	background: url(img/ico_time.svg) no-repeat;
	font-style: normal
}



footer a[href^="tel:"], .contact_rows  a[href^="tel:"]
{
    background: url(img/icon_phone.svg) no-repeat 0 / 20px;
    padding: 0 0 0 26px;
    font-size: 16px;
    margin: 0 0 10px;
    color: #FFF;
    display: block;
    text-decoration: none;
}

.contact_rows  a[href^="tel:"]
{
	background: url(img/ico_phone.svg) no-repeat 0 / 20px;
	color:#111;
}

.logos
{
	background: url(img/pays.svg) no-repeat 50% / contain;
	height:40px;
	display:inline-block;
	vertical-align:top;
	width:100%;
}

.copy
{
	text-align: right;
	display:inline-block;
	vertical-align:top;

}



.social a 
{
/* background-color: rgba(255,255,255,.9); */
margin: 0 10px 0 0;
background-size: 70% 70%;
opacity: .6;
display:inline-block;
}


.contact_rows .social a
{
	background-color: #111111;
	padding:5px;
	background-size: 22px  !important;
	margin:0 4px;
}

 .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_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;
 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: -6%;
  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;
  
 /*  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:10px 0 30px;
 }

.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:  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:#F4F4F4;
color: #111;
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;
}

a.a_find
{
		background: url(img/cat.svg) no-repeat 100% 50% ;	
		display:inline-block;
		vertical-align:top;
		padding:0 24px 0 0 ;
}

.prod_tr
{
background-color: #FFF;	
border:1px solid #DADADA;
margin:0 0 20px;
}

.prod_info
{
width:730px;	
display:inline-block;
vertical-align:top;
box-sizing: border-box;
padding:20px 20px 10px 20px;
}

.prod_prices
{
	display:inline-block;
	vertical-align:top;
	width:544px;
}

.prod_img, .prod_txt
{
	display:inline-block;
	vertical-align:top;
}

.prod_txt
{
	color:#747474;
	padding:0 15px;
	width:476px;
}

.prod_tr .prod_img
{
	width:180px;
}

.prod_img 
{
/* 	width:180px; */
width:100%;
	text-align: center;
}

.prod_img i, .pro_img i, .tovar_img i
{
	display:block;
	width:100%;
	height:180px;
	background: url(img/no.svg) no-repeat 50%;
}

.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 4px;
	font-weight: bold;
	padding:8px 20px;
	

}

.sort .sort_a
{
color:#FFF;
background-color: #111111;
}



/*******/
/*******/


.tovar_img
{
	display:inline-block;
	vertical-align:top;
	width:300px;
	padding:10px;
	border:1px solid #DADADA;
	box-sizing: border-box;
}

.tovar_img img
{
	max-width:100%;
}

.tovar_info
{
	display:inline-block;
	vertical-align:top;
	width:936px;
	margin:0 0 0 40px;
}

.tovar_garage
{
padding:15px 15px 15px 45px;
border-radius: 10px;
font-weight: bold;
background: #F8F8F8 url(img/icon_warning2.svg) no-repeat 10px 50% / 24px;
margin: 0 0 18px;
}

.tg_no
{

background-image: url(img/icon_warning.svg);
}

.tg_yes
{
	background-image: url(img/garage_yes.svg);
}

.tovar_row
{
	display:inline-block;
	vertical-align:top;
	width: 300px;
	margin:0 30px 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 10px;
	border-bottom:1px solid #e3e3e3;
}


.tovar_price span
{
	font-weight: bold;
	font-size:34px;
	display:inline-block;
	margin:25px 0 25px 10px;
}


.tovar_row  .buy
{
	margin:10px 0 20px  !important;
}

.tovar_row2
{
	display:inline-block;
	vertical-align:top;
	width:600px;
	box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);

	
}

.tovar_block
{
padding:0px 20px 14px 30px;
box-sizing: border-box;
display:inline-block;
vertical-align:top;
width:298px;
}

.tovar_block span
{
	display:block;
	margin: 0 0 14px;
	background-repeat: no-repeat;
	background-size: 20px;
	padding:0 0 0 30px;
	
}

.ico_np
{
	background-image: url(img/ico_np.svg);
}

.ico_up
{
	background-image: url(img/ico_up.svg);
}

.ico_me
{
	background-image: url(img/icon_office2.svg);
}

.ico_bank
{
	background-image: url(img/icon_bank.svg);
}

.ico_card
{
	background-image: url(img/icon_card.svg);
}

.ico_cash
{
	background-image: url(img/icon_cash.svg);
}
.ico_on
{
	background-image: url(img/icon_money.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 th
{
	background-color: #F4F4F4;
	color:#747474;
	text-align: left;
	padding:14px 5px 10px 10px;
	font-weight: 400;
}

.tah0
{
	border-left:1px solid #DADADA;
}

.tah0 td
{
	padding:6px 5px 5px 10px;
	border-bottom:1px solid #DADADA;
	background-color: #FFF;
}

.tah1 tr:nth-child(n+4)
{
	display: none;
}

a.abuy, .pro .buy, .tovar_row .buy, .c_add
{
background: linear-gradient(0deg, #282828 0%, #5D5D5D 100%);
border: 0;
text-decoration: none;
color:#FFF;
font-weight: bold;
font-size:18px;
width:100%;
cursor: pointer;
display:block;
text-align: center;
box-sizing: border-box;
padding:20px;
transition: color  .3s linear;
}

.abuy:hover, .pro .buy:hover, .tovar_row .buy:hover, .c_add:hover
{
	background: linear-gradient(180deg, #FFF27C 0%, #FFD900 100%);
	color:#111;
}


.tah0 .buy
{
	    background: #FFF url(img/buy.svg) no-repeat 50% / 28px;
		cursor: pointer;
		display:inline-block;
		vertical-align:top;
		text-decoration: none;
		border:0;
		opacity:.7;
		width:28px;
		height:28px;
		transition: opacity .3s linear;
}

.tah0 .buy:hover
{
	opacity:1;
}

.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:#111;
	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: #111;
    margin: 40px auto;
    text-decoration: none;
    border: 1px solid #F4F4F4;
    font-weight: bold;
	background-color: #F4F4F4;
    font-size: 16px;
    transition: background-color .3s linear;
	text-align: center;
}

.pro .no_price button
{
	margin:15px 0 0;
	width:100%;
	display:block;
}

.prods, .models
{
	display: grid;
    grid-template-columns: repeat(4, minmax(0, 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;
}

.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;
    background: #FFF url(img/cat.svg) no-repeat calc(100% - 10px) 50%;
    transition: border-color .3s linear;
	cursor: pointer;
	border:1px solid #e8e6e6;
}

.mod_other img
{
	max-width:30px;
	max-height:30px;
	margin:0 10px 0 0;
}

.pro
{
border:1px solid #DADADA;
background: #FFFFFF;
}


.pro:hover
{
border-color: #FFF;
box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);

}

a.pro_img,
span.pro_img
{
	padding:10px 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_info
{
	padding:24px;
}

.pro_name+a, .pro_name+span
{
	text-decoration: none;
	display:block;
	height:40px;
	overflow: hidden;
	text-overflow:ellipsis;
}

.pro_price
{
margin:20px 0 5px;	
}

.pro_price span
{
	font-size: 24px;
	font-weight: bold;
}

.pro_term strong
{
	color:#111;
}
.pro_term
{
	color:#747474;
}


.shop_left
{
	display:inline-block;
	vertical-align:top;
	width: 280px;
    background: #F4F4F4;
    box-sizing: border-box;
    padding: 10px 10px 0 25px;

}

.shop_right
{
	width:960px;
	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 30px;
}

.filter_n
{
	font-weight: bold;
	text-transform: uppercase;
}

.filters span
{
	display:block;
	cursor: pointer;
	background: url(img/icon_checkbox.svg) no-repeat 0 / 20px;
	padding:3px 3px 3px 26px;
	margin:0 0 2px;
}

.filters span.s1
{
	background-image: url(img/icon_checkbox_active.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;
    
    background-color: #FFF;
    border: solid 1px #dcdcdc;
	
}

.filter_s
{
	padding: 12px 14px; 
    background-color: #393738;
    color: #FFF;
       border: 0;

    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 3px;
font-size:16px;
text-align: center;
line-height:40px;
width:40px;
height:40px;
}

.pagination b
{
	cursor: not-allowed;
	opacity:.4;
}

.pagination strong
{
	letter-spacing: 2px;
}

.pagination span {
background-color: #FFE81D;
}

.pagination a:hover
{
	text-decoration: underline;
}

.pagination .p_right, .pagination .p_left
{
	background:  url(img/right.svg) no-repeat 50% / 22px;
	/* background-size: 22px 22px; */
	margin:0 0 0 16px;
	
}

.pagination .p_left
{
	transform: rotate(180deg);
	margin:0 16px 0 0;
}













/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/





.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;

	padding:25px;
	width:310px;
	display:inline-block;
	vertical-align:top;
	text-align: center;
	border:1px solid #e9e9e9;
		margin:0 30px 0 0;
}

.user_registration
{
	display:inline-block;
	vertical-align:top;
	width:450px;
	padding:25px;
	background-color: #e9e9e9;
	text-align: center;


}

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: #ffe81d;

}

.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: calc(100% - 50px);
    position: fixed;
    z-index: 1;
    left: 7px;
    height: auto;
}


.a_select li.a_select_n
{
	display:block  !important;
	height:34px;
	
}

.a_select div
{
	width: 100%;
	box-sizing: border-box;
    border-radius: 6px;
    padding: 10px 25px 10px 16px;
	cursor: pointer;
    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;
}

@media screen and (max-width:1280px) 
{

* {
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

header .social, .search_by
{
	display:none;
}

.content, .a_slide_info, .a_slider_dots
{
width:996px;
}

.window
{
	top: -4%;
}

.pop_cats 
{
    grid-template-columns: repeat(2, 1fr);
}

.marki 
{
    grid-template-columns: repeat(4, 1fr);
}






.tovar_info
{
	width:672px;
	margin:0 0 0 30px;
}

.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:590px;
}

.prod_txt
{
	width:336px;
}	

.contact_rows
{
	gap: 30px;
}

.shop_right
{
		width:676px;
}

.shop_right .prods
{
	grid-template-columns: repeat(3, 1fr);
}

.tovar_row2
{
		width:433px;
}


.tovar_block {
    padding: 0px 15px 14px 15px;
    width: 214px;
}

}

@media screen and (max-width:1000px) 
{
	
	
.content, .content_small, .a_slide_info, .a_slider_dots
{
width:738px;
}

.locked
{
margin:0px;
}

.content .content_small, .content .content
{
padding:0px;
}

.window
{
top:0;
}

header .social
{
	display:block;
}

nav
{
	background-color: #111111;
}

nav ul, .header ul, nav span:after
{
	display:none;
}

.garage_alls
{
	display:block;
}

.garage_alls div
{
	box-sizing: border-box;
	border:0;
	border-bottom: 1px solid #FFF;
}

.garage_alls b
{
		width:40px;
		height:40px;
		line-height:40px;
}

.help
{
	display:block;
	text-align: center;
	font-size:20px;
}

.help a
{
	padding:30px;
}


.help .name
{
	font-size:32px;
	line-height:34px;
}

.name, h1, h2, h3, .name_1, .name_2, .name_s, .a_slide_name, .a_slide_text
{
	text-align: center;
}


.step0, .mod_other
 {
    grid-template-columns: repeat(4, 1fr);
}

.prods, .marki, .models
{
	 grid-template-columns: repeat(3, 1fr);
}

.pop_cats a strong
{
	font-weight: 400;
	font-size:16px;
}


.footer_row
{
	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;
}

.search
{
	position: absolute;
	top:96px;
	right:0px;
	width: calc(100% - 100px);
	margin:0px;
}

.search input {
    padding: 9px 50px 10px 20px;
}

.search button
{
	height:41px;
}


.menu
{
cursor: pointer;
background: url(img/menu.svg) no-repeat 50% / 34px;
width:34px;
height: 42px;
}

.menu_one
{
	border-bottom:1px solid #393939;
}

.menu_one span
{
	background:  #282828 url(img/step.svg) no-repeat 101% 50% / 60px;
	color:#FFF;
	font-weight: 400;
	font-size:18px;
	padding:18px 15px 14px 15px;
}

nav li:hover span
{
	background-color: #282828;
}

.open_menu .menu
{
	transform: rotate(90deg);
}

.menu_all a
{
	text-decoration: none;
	border-bottom:1px solid #464646;
	padding:2px 0 4px;
	color:#FFF;
	box-sizing: border-box;
}

.menu_top
{

	display:block;
	max-width:738px;
	width:100%;
	margin:0px auto;
	box-sizing: border-box;
}

/* .menu_top li
{
	padding:0 0 0 15px;
} */

.menu_top a
{
	        color: #e9e9e9;
        font-size: 16px;
		text-decoration: none;
			display:block;
border-bottom: 1px solid #393939;
        padding: 10px 15px;
        background-color: #1a1a1a;
}

.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  !important;
	padding:0 30px;
	box-sizing: border-box;
}

.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
{
	grid-template-columns: repeat(2, 1fr);
}

.page_rows
{
	display:block;
}

.page_row
{
	margin:0 0 20px;
}

.shop_left
{
	display:none;
}

.shop_right
{
	display:block;
	width:100%;
	margin:0px;
}

.shop_mobile
{
padding:16px 30px;
background-color: #393738;
color: #FFF;
text-decoration: none;
border:0;
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;
	width:100%;
}

.user_login, .user_registration
{
	width:300px;
}

.cat_row
{
	width:49%;
}

}

 
 @media only screen and (max-width: 761px)
  {

.content, .content_small, .a_slide_info, .a_slider_dots
{
box-sizing: border-box;
width:100%;
padding:0 15px;
}

.garage_my_name
{
	display:none;
}

#window
{
	padding:30px 25px;
	width:100%;
	box-sizing: border-box;
}

.close
{
	top:0;
	right:0;
}

.name, h1, .a_slide_name
{
	font-size:30px;
	line-height:34px;
}

.name_2, h2
{
	font-size:26px;
	line-height:30px;
}

.a_slide_info
{
	height:300px;
	justify-content: center;
	align-items: center;
}

.a_slider_dots
{
		justify-content: center;
}

.a_slide_info:after
{
	position: absolute;
	bottom:0;
	top:0;
	left:0;
	right:0;
	content: "";
	background-color: rgba(0,0,0,.7);
	z-index:-1;
}

    .step0, .marki, .prods, .models, .mod_other, .shop_right .prods
	{
        grid-template-columns: repeat(2, 1fr);
    }

.mod_other
{
	gap:20px;
}


.tabs 
{
	display:block;
	width:100%;
}
.tabs li
{
	display:block;
	padding:12px 0;
}

.tabs li:nth-child(2)
{
	border-bottom:1px solid #FFF ;
	border-top:1px solid #FFF ;
}

.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;
}

    .pop_cats {
        grid-template-columns: repeat(1, 1fr);
    }


.menu_top a
{
	padding-left: 30px;
}

    .tovar_row2 {
        width: 100%;
    }
.tovar_block
{
	width:49%;
}

  }
  
  
 @media only screen and (max-width: 630px)
 {
	
	a.logo {
    width: 174px;
    height: 70px;
	}
	
	.phones a
	{
		display:none;
	}
		 
	.header
	{
		margin:0 0 10px;
	}		
	
header
{
padding:0 0 10px;
}	

.search
{
	top:81px;
}
		 
	 .phones a:first-child
	 {
		 background:  url(img/icon_phone.svg) no-repeat 50% / 32px;
		 display:block;
		 padding: 11px 20px 13px;
		 text-indent:-1111px;
	 }
	 
	 .phones
	 {
		 width:50px;
		 padding:0px;
		 margin:10px 0 0;
	 }
	
.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
	{
		display:block;
	}

	 
.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;
}	
	
	.marki
	{
		display:block;
	}
	
	.marki a
	{
		padding:15px 20px;
		margin:0 0 4px;
	}
	
	
.cat_row
{
	width:99%;
}
	
 }
 
 @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;
	}
	
	.prods
	{
		gap: 15px;
	}
	
	.a_slide_info
	{
			height:350px;
			font-size:20px;
	}
	
	.a_slide_name
	{
		font-size:26px;
		line-height:30px;
	}
	
	.page_row
	{
		flex-direction: column;
		    justify-self: center;
	}
	
 }
 @media only screen and (max-width: 470px)
 {
	 
	 header .social
	 {
		 display:none;
	 }
	 
	 .tovar_block
{
	width:99%;
}
	 
	 .cart
	 {
		 width: 50px;
		text-indent: -111111px;
	 }

	 .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;
	 }
	 
	 
	 .footer_row
	 {
		 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
{
	display:block; 
}


	 
 }
 
  @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;
	}
	
  }
