@charset "UTF-8";

* {
margin: 0;
padding: 0;
}
@font-face {
    font-family: 'NotoSans';
    src: url('NotoSans-Medium.eot');
    src: local('NotoSans Medium'), local('NotoSans-Medium'),
        url('NotoSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('NotoSans-Medium.woff2') format('woff2'),
        url('NotoSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSans';
    src: url('NotoSans-Regular.eot');
    src: local('NotoSans'), local('NotoSans-Regular'),
        url('NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('NotoSans-Regular.woff2') format('woff2'),
        url('NotoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSans';
    src: url('NotoSans-SemiBold.eot');
    src: local('NotoSans SemiBold'), local('NotoSans-SemiBold'),
        url('NotoSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('NotoSans-SemiBold.woff2') format('woff2'),
        url('NotoSans-SemiBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



body {
font: 14px/20px 'NotoSans', Arial, Tahoma, Verdana, sans-serif;
width: 100%;
background: #FFF;
color: #1E1E1E;
overflow-y: scroll;
}

input, textarea, select, button  {
outline: none;
font: 14px/20px 'NotoSans', 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 'NotoSans', 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, .garage_select b { 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;
padding:0 0 25px;
}


.header
{
	border-bottom:1px solid #DADADA;
	margin:0 0 25px;
	color:#7D7D7D;
}

header .content
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.lang
{
position: relative;	
z-index:3;
border-radius:10px;
background: url(img/arrow1.svg) no-repeat calc(100% - 8px)  50%;
padding:0 20px 0 0;
}

.lang:hover
{
	background-color: #F4F4F4;
}

.lang a
{
	color:#000;
	font-weight: bold;
}



.lang b
{
	display:inline-block;
	padding:11px 10px;
}

.lang div, .phones div
{
	display:none;
}

.lang:hover div
{
	position: absolute;
	background-color: #F4F4F4;
	display:block;
	top: 34px;
    padding: 11px 10px;
    width: 100%;
    box-sizing: border-box;
	border-radius:0 0 10px 10px;
	box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.3);
}

header li
{
	list-style: none;
	display:inline-block;
	margin:0 20px 0 0;
}

header a
{
	color:#616161;
	text-decoration: none;
}

header a:hover
{
	color:#00345B;
	text-decoration: underline;
}


.phones:hover
{
		background-color: #F4F4F4;
			
}

.phones 
{
		margin: 0  30px 0; 
		background: url(img/arrow1.svg) no-repeat calc(100% - 8px) 50%;
		padding:11px 30px 11px 11px;
		position: relative;
		border-radius:10px;
}

.phones a
{
background:url(img/phone.svg) no-repeat 0 / 20px;
padding:0 0 0 26px;
font-size:16px;
font-weight: 500;
display:block;
text-decoration: none  !important;
}

.phones div a
{
margin: 7px 0;	
}

.phones:hover div
{
	display:block;
	position: absolute;
	background-color: #F4F4F4;
		padding: 0px 30px 0px 11px;
	width:100%;
	box-sizing: border-box;
	border-radius:0 0 8px 8px;
	top: 36px;
	left: 0;
	z-index:3;
	box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.3);
}

a.profile b
{
text-decoration: underline;
font-weight: 500;
}

a.profile
{
	padding:11px 0px 11px 32px;
	display:block;
	background:  url(img/user.svg) no-repeat 0 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;
}


a.logo
{
width: 225px;
height:60px;
text-decoration: none;
display: block;
background: url(img/logo.svg) no-repeat;
background-size: contain;
}


.search_by
{
	position: relative;
	width:200px;
	margin:0 20px 0 50px;
}

.search_by input {

background: #282828;
border: 1px solid #DADADA;
box-sizing: border-box;
	line-height:20px;
width:100%;
font-size: 14px;
padding:14px 50px 14px 50px;
	background: url(img/badge.svg) no-repeat 0px 50% ;
	text-transform: uppercase;
	border-radius:10px;
}

.search_by input:focus
{
	font-weight: bold;
}

.search_by b {
cursor:pointer;
width:50px;
height:50px;
background:  url(img/find.svg) no-repeat 50%;
position:absolute;
top:0;
font-size:0px;
line-height:0px;
right:0px;
}



.search
{
	position: relative;
	width:100%;
	flex:1;
	margin:0 40px 0 0;
}

.search input
{
padding:14px 50px 14px 20px;
background: #FFF;
border:1px solid #DADADA;
	width:100%;
	box-sizing: border-box;
	transition: border-color .3s linear;
	border-radius:10px;
}

.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;
}




.cart div
{
	background: url(img/cart.svg) no-repeat 50% 0;
	padding: 35px 0 0;
	color:#616161;
	position: relative;
}

.cart span
{
	color:#FFF;
	width:20px;
	height:20px;
	line-height:20px;
	text-align: center;
	border-radius:10px;
	background-color: #FD703A;
	position: absolute;
	top: -4px;
	right: 5px;
	font-size:12px;
}

.cart .cart_a
{
	cursor: pointer;
}

nav
{
	display:block;
	background-color: #001334;
	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: 500;
padding: 14px;
text-align:center;
box-sizing: border-box;
cursor: default;
color:#FFF;
}

nav span:after 
{
content:"";
width:0px;
height:32px;
border-right:1px solid #273958;
position:absolute;
top:16px;
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: #334C77;
}

.menu_all {
position: absolute;
background-color: #334C77;

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(-20px)}
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:17px;
line-height:21px;
display:block;
color:#E1BA88;
padding:20px 0 6px 0;
}


.a_slider {
  position: relative;
  margin: 70px 0 0;
}

.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: center;
	align-items: flex-start;
	height:450px;
	box-sizing: border-box;
	padding:0 600px 15px 0;
	margin: 0px auto;
    width: 1280px;
	color:#FFF;
	font-size:24px;
}

.a_slide_name
{
	font-weight: bold;
	line-height: 56px;
	font-size: 50px;
	margin:0 0 20px;
}

.a_slide_name span
{
display:block;
font-size:150%;
margin:0 0 20px;
}


.a_slide_text
{
	margin:0 0 30px;
	line-height:28px;
	font-size:20px;
	font-weight: 600;
}

a.a_slide_a, a.send, .send
{
padding:20px 35px;
font-size:16px;
transition: background-color .3s linear;
background: #334C77;
border-radius: 10px;
border:0;
display:inline-block;
text-decoration: none;
color:#FFF;
cursor: pointer;
margin:0 0 30px 0;
}

a.a_slide_a:hover, a.send:hover, .send:hover
{
	
	background: #C98228;
}

a.send, .send
{
	margin:0px auto;
}

.a_slider_dots {
  position: absolute;
  right: 0;
  bottom: 30px;
  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;

  cursor: pointer;
width: 10px;
border-radius: 50%;
height: 10px;
border: 4px solid #888D9B;

}

.a_slider_dot_a 
{
  background-color: #FFF;
  border-color: #FFF;
}

.why img
{
margin:0px auto 20px;	
}

.why
{
	display:inline-block;
	vertical-align:top;
	width:33.333%;
	text-align: center;
	margin:20px 0;
}

.why span
{
	width:290px;
	display:block;
	margin:0px auto;
	font-size:22px;
	line-height:30px;
}






.h1
{
	height:40px;
}


.h2
{
	height:70px;
}





.name, h1
{
	font-weight: 500;
	font-size: 34px;
	line-height:42px;
	margin: 20px 0 50px;
	
	text-align: center;
}

.name_2, h2
{
	font-weight: 500;
	font-size:30px;
	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;
	font-weight: 500;
}

.name_5
{
	font-size:18px;
	line-height:22px;
	padding: 20px 0 5px;
	font-weight: bold;
}

.name_s
{
	font-size:16px;
	line-height:22px;
	margin:-30px 0 30px;
	text-align: center;
}

h2+p, h1+p
{
	margin-top:0;
}


a.send_2
{
padding:20px 16px;
width:100%;
max-width: 360px;
text-align: center;
color:#111;
margin:40px auto;
text-decoration: none;
text-transform: uppercase;
background-color: #F4F4F4;
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: #001334;
	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;
}


.garage_alls
{
	display: flex;
	justify-content: space-between;
}

.garage_alls div
{
font-weight: 500;
text-transform: uppercase;
color:#9F9F9F;
background: #F4F4F4 url(img/arrow2.svg) no-repeat calc(100% - 10px) 50%;
transition: background-color .3s;
cursor: not-allowed;
width:100%;
padding:19px 10px 19px 18px;
border-right:1px solid #f0ecec;
filter: grayscale(1);
}


.garage_alls .garage_active
{
	cursor: pointer;
	color: #FFF;
	background: #334C77 url(img/arrow2_a.svg) no-repeat calc(100% - 10px) 50%;
	filter: unset;
}



.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 10px 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;
	background-color: #001334  !important;
	cursor: pointer;
	filter: unset;
	color:#FFF;
}



.step0 span, .step3 span, .step3 b, .garage_year div, .step4 strong
{
	cursor: pointer;
padding: 18px 12px 14px;
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: #334C77;
	color:#FFF;
}

.garage_motor strong
{
	display:inline-block;
	vertical-align:top;
	width:155px;
	padding: 18px 12px 14px;
}

.step4 span
{
	width:75px;
border-right: 1px solid #DADADA;
border-bottom: 1px solid #DADADA;
	display:inline-block;
	vertical-align:top;
	cursor: pointer;
	padding: 18px 12px 14px;

}

.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;
	cursor: pointer;
	width:160px;
	text-transform: uppercase;
	font-size:16px;
	color:#FFF;
	border-radius:10px;
	background:  #334C77 url(img/arrow5.svg) no-repeat 96% 50% / 16px;
	
	
 }
 
 .garage_car
 {
 background-color: #FFF;
	border-radius:10px;
	flex:1;
	margin:0 10px;
	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:after
{
content: "+";	
font-size: 25px;
line-height:25px;
font-weight: 400;
margin:0 0 0 8px;
}

.garage_new span
{
		padding:18px 25px 18px 30px;
		cursor: pointer;
		background-color: #F4F4F4;
	font-weight: 500;
	line-height:25px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	border-radius:10px;
		justify-content: center;

}


/* 
.garage_new span:hover, .garage_a, .garage_a span
{
	background:#393738;
	color: #FFF;
} */

.garage_boxs
{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.garage_box
{
background-color: #FFF;
border: 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:#00345B;
	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:#334C77;
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_form2 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: 15px;
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); 
border-radius:10px;
}


.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
{
/* 	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 40px; */
	margin:0 0 20px;
	

border: 1px solid #DADADA;
border-radius: 16px;
padding:35px;
	
	
}

.vin_form2 .send:hover
{
color:#FFF;	
background-color: #001334;
}

.vin_form2 .send
{
display:block;
margin: 25px 0 0;
background-color: #F4F4F4;
text-transform: uppercase;
font-weight: bold;
color:#000;
transition: background-color .3s linear;
}

.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(3, 1fr);
	gap: 40px;
}


.page_rows a:hover
{
	text-decoration: underline;
	border-color: #DADADA;
}

.page_rows span
{
	font-size:20px;
	line-height:28px;
	padding:20px;
	margin:5px 0 15px;
	overflow: hidden;
	display:block;
	text-decoration: none;
}


.page_rows a
{
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
border-radius: 16px;
text-decoration: none;
overflow: hidden;
}


.page_rows img
{
	max-width:100%;
	display:block;
}







.maps iframe {
width:100%;
height:400px;
border:0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}


.contact_rows
{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 50px;
	margin:0 0 50px;
}

.contact_rows a
{
	display:block;
	margin:0 0 10px;
}

.contact_row
{
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
border-radius: 16px;
padding: 10px 30px 25px 30px;
font-size:16px;
line-height:26px;
}


.time
{
	display:block;
	padding:0 20px 0 30px;
	background: url(img/time.svg) no-repeat;
	font-style: normal;
	margin:0 0 10px;
}


a[href^="mailto:"]
{
	display:inline-block;
	padding:0 0 0 26px;
	background: url(img/mail.svg) no-repeat 0 50% / 20px;
}


.pop_cats
{
		display: grid;
    grid-template-columns: repeat(4, 1fr);
		gap: 25px;
		margin:0 0 70px;
}

.pop_cats a:hover
{
	text-decoration: underline;
	border-color: #DADADA;
}

.pop_cats span
{
	font-size:20px;
	line-height:28px;
	padding:20px 15px;
	height:42px;
	margin:5px 0 15px;
	overflow: hidden;
	display:block;
	text-decoration: none;

	text-align: center;
}




.pop_cats a
{
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
border-radius: 16px;
text-decoration: none;
border:1px solid #FFF;
overflow: hidden;
}

.pop_cats img
{
	display:block;
	height:200px;
	width:100%;
}


.cat_row
{
	
	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 b
{
font-weight: 500;	
}

.cat_name2
{
	font-size:26px;
	line-height:32px;
	color:#111;
	padding: 25px 0;
	background:  url(img/arrow4.svg) no-repeat calc(100% - 15px) 50%; 
	cursor: pointer;
	/* margin:0 0 20px; */
	display: flex;
	align-items: center;

}

.cat_name2 img
{
	max-height: 50px;
	width: 50px;
	display:block;
	margin:0 20px 0 0;
}

.cat_name2.open
{
		background:  url(img/arrow3.svg) no-repeat calc(100% - 15px) 50%; 
}

.cat_body
{
	display:none;
	background-color: #F4F4F4;
	padding:30px 30px 10px 30px ;
}

.cat_line
{
	border-bottom:1px solid #DADADA;
}



.inh
{
	background-color: #001334;
	border-radius:16px;
	overflow: hidden;
	margin: 80px 0;
		height:150px;
}

.inh1
{

display:inline-block;vertical-align:top;
	padding: 34px 40px 0;
	box-sizing: border-box;
	width: calc(100% - 366px);
		color:#FFF;
	font-size:16px;
	line-height:24px;
	
}

.inh .name
{
	font-size:34px;
	text-align: left;
	line-height:42px;
	margin: 0 0 15px;
	color:#FFF;
}


.inh a:hover
{
animation: myAnim 2s ease forwards;
}

@keyframes myAnim {
	0% {
		    background-position: 0;
	
	}

	100% {
		    background-position: 379px;
	}
}

.inh a
{
	width:366px;
	height:150px;
	display:inline-flex;
	align-items: center;
	justify-content: center;
	color:#FFF;
	text-decoration: none;
	font-size:18px;
	background: url(img/inh.svg) no-repeat;
	line-height:150px;
	text-transform: uppercase;
	box-sizing: border-box;
	padding:0 0 0 20px;
}

.inh a:after
{
	content: "";
	background: url(img/arrow6.svg) no-repeat;
	width:24px;
	height:24px;
	display:inline-block;
	margin:0 0 0 10px;
}

.marki, .mod_other
{
		display: grid;
    grid-template-columns: repeat(5, 1fr);
	gap: 20px;
margin:0 0 70px;
}

.marki a, .mod_other a, .mod_other span
{
	display: flex;
    align-items: center;
    padding: 22px;
    text-decoration: none;
    font-size: 16px;
	border-bottom:1px solid #DADADA;
    background: #FFF url(img/arrow2.svg) no-repeat calc(100% - 10px) 50% / 12px;
    transition: box-shadow .3s linear;
    cursor: pointer;
}

.marki a:hover, .mod_other a:hover
{
box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
border-radius: 16px;
border-color: #FFF;
}

.marki img, .mod_other img
{
	display:block;
	max-width: 50px;
	margin:0 20px 0 0;
	filter: grayscale(1);
}


.marki a:hover img, .mod_other img
{
	filter: unset;
}

/* 
.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/arrow2.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: #F4F4F4;
	border-top:1px solid #DADADA;
	padding: 50px 0 30px;
	color:#616161;
}

footer .name_3
{
	font-weight: bold;
	font-size:16px;
	margin:0 0 15px;
	padding:0px;
	text-align: left;
	color:#1E1E1E;
}


a.niz_logo
{
	display:block;
	width: 100%;
    height: 56px;
    text-decoration: none;
    background: url(img/logo.svg) no-repeat 50%;
    background-size: contain;
	margin:0 0 20px;
}

.niz
{
	display:inline-block;
	vertical-align:top;
	width:18%;
	padding: 0 40px 0 0;
	box-sizing: border-box;
}

.niz:last-child
{
	padding:0px;
	width:25%;
}


.niz ul {
list-style:none;
}

footer a:hover
{
	color:#000;
}

footer a
{
	color:#9F9F9F;
	display:block;
	margin:0 0 14px;
}


address
{
	display:block;
	font-style: normal
}





footer a[href^="tel:"], .contact_rows  a[href^="tel:"]
{
    background: url(img/phone.svg) no-repeat 0 / 20px;
    padding: 0 0 0 26px;
    font-size: 15px;
    margin: 0 0 10px;
    color: #616161;
    display: block;
    text-decoration: none;
}

.contact_rows  a[href^="tel:"]
{
	background: url(img/phone.svg) no-repeat 0 / 20px;
	margin:0 0 15px;
	color:#000;
}

.logos
{
	background: url(img/money.svg) no-repeat 50% / contain;
	height:40px;
	margin:0 0 30px;
	width:100%;
	
}



.contact_rows .social a
{
	filter: brightness(0);
	background-size: 22px  !important;
	margin:0 8px 0 0;
}

.social
{
	display: flex;
	align-items: center;
}

 .social a 
{
margin:0 6px 0 0px;
width:25px;
height:25px;
display:inline-block;
background-size: contain  !important;
}

.social a:hover
{
	opacity: .5;
}


a.icon_in {
background:url(img/icon_instagram.svg) no-repeat center;
}

a.icon_tg {
background:url(img/icon_telegram.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
 {
	 border-color: #C98228;
  }
 
 .inp_1
 {
 color: #000;
 padding:18px 24px;
 display: block;
 width: 100%;
 font-size:15px;
 box-sizing: border-box;
 margin:3px auto 14px;
 max-width: 310px;
 background-color: #FFF;




border: 1px solid #DADADA;
border-radius: 10px;

 
 }


.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: -5%;
  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:16px;

  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%;
/* 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 {
color: #7D7D7D;
background:#F4F4F4;
text-transform: uppercase;
font-weight: 500;
text-align: left;
padding: 10px;
}

.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
{

		display:inline-block;
		vertical-align:top;

}

.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;
}

.pro .prod_img
{
	margin:10px 0 0;
}

.prod_img, .prod_txt
{
	display:inline-block;
	vertical-align:top;
}

.prod_txt
{
	color:#616161;
	padding:0 15px;
	width:476px;
	line-height:24px;
}

.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;
}

.prod_txt strong
{
	color:#000;
}

.sort
{
	display: flex;
	align-items: center;
	margin:0 0 30px;
}

.sort span
{
	cursor: pointer;
	margin: 0 0 0 12px;
	font-weight: 500;
	border-bottom:1px dashed #FFF;
}

.sort .sort_a
{
border-bottom:1px dashed;
}

.marka_row
{
	position: relative;
	margin:0 0 16px;
}

.marka_name
{
	display: flex;
	align-items: center;
	justify-content: left;
}

.marka_mod a:nth-child(n+5)
{
	display:none;
}

.marka_name a
{
	display:block;
}

.marka_name span
{
	margin:0 0 0 10px;
	font-weight: 500;
}

.marka_mod
{
	border-top:1px solid #DADADA;
	padding:20px 0;
	box-sizing: border-box;
		margin:10px 0 0;
}

.marka_mod button:after
{
	content: "";
	background: url(img/arrow1.svg) no-repeat 0 50%;
	display:inline-block;
	vertical-align:top;
	width:20px;
	height:20px;
	margin:0 0 0 5px;
}

.marka_mod button
{
	cursor: pointer;
	display:block;
	width:100%;
	margin:20px 0 0;
	text-align: left;
	font-weight: 500;
	box-sizing: border-box;
	background-color: #FFF;
}


.marka_mod a
{
	display:block;
	margin:0 0 4px;
	text-decoration: none;
}
.marka_mod a:hover
{
text-decoration: underline;
}



.marka_mod.open
{
	position: absolute;
	width:100%;
	z-index:1;
	 box-shadow: 0px 0px 20px 10px  rgba(0,0,0,.3);
	 background-color: #FFF;
	 padding:20px;
	 border-radius:10px;
}

.marka_mod.open a
{
	display:block  !important;
	border-bottom:1px solid #e9e9e9;
}



/*******/
/*******/



.tovar_left
{
box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.12);
border-radius: 16px;
padding:30px;
}

.tovar_img
{
	display:inline-block;
	vertical-align:top;
	width: 290px;
	box-sizing: border-box;
}

.tovar_img img
{
	max-width:100%;
}

.tovar_info
{
	display:inline-block;
	vertical-align:top;
	width:220px;
	margin:0 0 0 40px;
}

.tovar_rows
{
border: 1px solid #DADADA;
border-radius: 16px;
}


.tovar_garage
{
padding:18px 25px 18px 70px;
font-weight: 500;
margin: 0 0 18px;
border-radius:16px;
border: 2px solid #C98228;
box-sizing: border-box;
background: url(img/tg_info.svg) no-repeat 25px 50% / 30px;
}

.tg_no
{
border-color: #ED1C24;
background: url(img/tg_no.svg) no-repeat 25px 50%;
}

.tg_yes
{
	border-color: #1caa05;

}

.tovar_row
{
	padding: 15px 30px 30px;
}

.tovar_row span
{
	display:inline-block;
	vertical-align:top;
	width:49%;
		margin:15px 0 0;	
		box-sizing: border-box;
background-repeat: no-repeat;
background-position: 0 50%;
padding:0 0 0 30px;
}

.tovar_row+.tovar_row
{
	border-top:1px solid #DADADA;
}

.tovar_svs
{
	margin:0 0 8px;
}

.tovar_har span:nth-child(2)
{
	font-weight: bold;
}
.tovar_svs span:nth-child(2)
{
	color:#9F9F9F;
}



.tovar_har
{
	background-color: #FFF;
	padding:8px 5px 8px 10px;
	border-bottom:1px solid #e3e3e3;
}


.tovar_price 
{
	margin: 35px 0;
		font-weight: bold;
}

.tovar_price span
{

	font-size:34px;
	line-height:34px;
	display:inline-block;
	margin:0 6px 0 0;
}


.brand_bg
{
	background-color: #F2F2F2;
	padding:20px;
}


.tovar_p .name_4
{
	color:#262626;
	font-weight: bold;
	font-size:18px;
	margin:0px;
	padding:0px;
}


.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_office.svg);
}

.ico_mist
{
	background-image: url(img/logo_meestposhta.svg);
}



.tovar_50
{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 50px;
	align-items: start;
	margin:40px 0 0;
}

.win_pro_pr0
{
	max-height: 300px;
	overflow-y: auto;
	text-align: left;
}


/*******/
/*******/




.tah0 th
{
	background-color: #F4F4F4;
	color:#9F9F9F;
	text-align: left;
	padding:14px 5px 10px 10px;
	font-weight: 500;
	text-transform: uppercase;
}

.tah0
{
	border-left:1px solid #DADADA;
}

.tah0 td
{
	padding:6px 5px 5px 10px;
	border-bottom:1px solid #DADADA;
	background-color: #FFF;
}

.tovar_50 .tah0
{
	border:0;
}

.tah1 tr:nth-child(n+4)
{
	display: none;
}

a.abuy, .pro .buy,  .c_add, .tovar_info .buy
{
background-color: #F6BD38;
border: 0;
text-decoration: none;
color:#262626;
font-weight: 500;
font-size:16px;
cursor: pointer;
display:block;
text-align: center;
box-sizing: border-box;
padding:12px 25px;
transition: background-color  .3s linear;
display: flex;
align-items: center;
}

.abuy:hover, .pro .buy:hover, .tovar_info .buy:hover, .c_add:hover
{
	background-color: #C98228;
	color:#FFF;
}

/* .tovar_row .buy:hover:after, 
a.abuy:hover:after, 
.pro .buy:hover:after,
.c_add:hover:after
{
	 background: url(img/cart.svg) no-repeat 50% / 28px;
} */

.pro .buy, a.abuy, .c_add, .tovar_info .buy
{
	width:100%;
	text-align: center;
	justify-content: center;
	border-radius:10px;
	background-color: #334C77;
	color:#FFF;
	text-transform: uppercase;
	padding:18px 25px;
	margin:20px 0 0;
}

.tovar_info .buy:after, .pro .buy:after, a.abuy:after, .c_add:after
{
	 background: url(img/cart1.svg) no-repeat 50% / 28px;
	 content: "";
	 display:inline-block;
	 vertical-align:top;
	 width:28px;
	 height:28px;
	 margin:0 0 0 8px;
}



.tah0 .buy
{
		background-color: #F4F4F4;
		cursor: pointer;
		border-radius:8px;
		display:inline-block;
		vertical-align:top;
		text-decoration: none;
		border:0;
		padding:5px 10px;
		transition:  background-color .3s linear;
}

.tah0 .buy:hover
{
	   background-color: #C98228;
	   color:#FFF;
}

.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:#C98228;
	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;
   background-color: #F4F4F4;
   border-radius:8px;
    font-weight: bold;
    font-size: 16px;
    transition: background-color .3s linear;
	text-align: center;
	text-transform: uppercase;
border:0;
	
}

.pro .no_price button
{
	margin:15px 0 0;
	width:100%;
	display:block;
}

.prods
{
	display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
}

.models
{
	display: grid;
    grid-template-columns: repeat(5, 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;
}

.models
{
	margin:0 0 50px;
}

.pro
{
background: #FFFFFF;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
border-radius: 16px;
border:1px solid #FFF;
}


.pro:hover
{
border-color: #DADADA;
box-shadow: none;

}

a.pro_img,
span.pro_img
{
	padding: 0 15px 25px;
	height:230px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
    align-items: center;
	border-bottom:1px solid #DADADA;
	margin:20px 0 0;
}

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:#9F9F9F;
}


.shop_left
{
	display:inline-block;
	vertical-align:top;
	width: 280px;
    border:1px solid #DADADA;
    box-sizing: border-box;
    padding: 10px 10px 0 25px;

border-radius: 16px;


}

.shop_right
{
	width:960px;
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 40px;
}

.shop_right .prods
{
	gap: 25px;
	grid-template-columns: repeat(3, 1fr);
}


.filter_b
{
	max-height: 174px;
	overflow-y: auto;
	margin:10px 0 30px;
	
}

.filter_n
{
	font-weight: bold;
	text-transform: uppercase;
	border-top:1px solid #DADADA;
	padding:20px 0 0;
	color:#00345B;
}

.filters span
{
	display:block;
	cursor: pointer;
	background: url(img/filter.svg) no-repeat 0 / 24px;
	padding:3px 3px 3px 32px;
	margin:0 0 4px;
}

.filters span.s1
{
	background-image: url(img/filter_a.svg);
}

.filter_b span.s2
{
	cursor: not-allowed;
	opacity:.4;
}

.filter_b input
{
    color: #000;
    padding: 12px 10px;
   display:inline-block;
    width: 80px;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
    
    background-color: #FFF;
    border: solid 1px #dcdcdc;
	
}


.inp1
{
	border-radius:10px 0 0 10px;
}

.filter_b input.inp2
{
	border-radius:0 10px 10px 0;
	border-left:0;
}


.filter_s
{
	padding: 13px 14px; 
    background-color: #00345B;
    color: #FFF;
       border: 0;
border-radius:10px;
    display: inline-block;
    margin:0 0 0 5px;
    cursor: pointer;
    font-size: 14px;
}

.filter_result
{
margin:0 0 30px;
padding:0 0 20px;
border-bottom: 2px solid #FFF;
}

.filter_result a
{
	display:block;
	margin:5px 0 0;
}

.ma
{
	margin:0 0 20px 0;
}

.model_info 
{
display:flex;
flex-wrap:wrap;
margin:0 0 40px 0;
background-color: #FFF;
border-radius:8px;
}


.model_info div 
{
width:25%;
padding:14px 20px;
box-sizing: border-box;
border-bottom: 1px #eaeaea solid;
text-align: right;
}

.model_info div:nth-child(even)
{
	font-weight: bold;
	text-align: left;
	font-size:16px;
}


.pagination {
display:flex;
align-items:center;
justify-content: center;
padding:45px 0 65px 0;
}

.pagination b,
.pagination a,
.pagination span
{
text-decoration:none;
margin:0 3px;
font-size:16px;
text-align: center;
line-height:50px;
width:50px;
height:50px;
}

.pagination b
{
	cursor: not-allowed;
	opacity:.4;
}

.pagination strong
{
	letter-spacing: 1px;
}

.pagination span {
background-color: #C98228;
color:#FFF;
border-radius:8px;
}

.pagination a:hover
{
	text-decoration: underline;
}

.pagination .p_right, .pagination .p_left
{
	background:  #F4F4F4 url(img/right.svg) no-repeat 50% / 18px;
	/* background-size: 22px 22px; */
	margin:0 0 0 16px;
	border-radius:8px;
	
}

.pagination .p_left
{
	transform: rotate(180deg);
	margin:0 16px 0 0;
}

.pagination+.inh
{
	margin-top: 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;
	border-radius:10px;
	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;
	margin:0 0 30px;
border-radius:10px;
}

a.login_lost
{
	position: absolute;
	right:10px;
	top: 18px;
	background-color: #FFF;
}

.user_info
{
	background-color: #FFF;
	padding:15px 20px;
	border-radius:8px;
	border:1px solid #ddd;
	margin:0 0 16px;
}

.tab_user
{
	padding:25px;
	background-color: #FFF;
	border-radius:8px;
	margin: -30px auto 0;
}

.table_zakaz
{
	display:none;
}

.table_zakaz TH {
background: #F1F1F1;
padding: 5px 0
}

.table_zakaz TABLE {
border: 1px solid #ddd;
width: 100%;
border-collapse: collapse
}

.table_zakaz TABLE TD {
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd
}


@media screen and (max-width:1280px) 
{

* {
-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.content, .a_slide_info, .a_slider_dots
{
width:996px;
}

.window
{
	top: -3%;
}

.a_slide_info
{
	padding-right:440px;
}

.a_slide_name
{
	font-size:42px;
	line-height:48px;
}

.help
{
position: relative;	
padding: 40px;
text-align: center;
z-index:1;
}

.help *
{
	z-index:2;
	position: relative;
}

.help:before
{
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	top:0;
	content: "";
	background-color: rgba(0,0,0,.7);
	text-align: center;
	color:#FFF;
	z-index: 0;
}

.pop_cats 
{
    grid-template-columns: repeat(3, 1fr);
}

.marki 
{
    grid-template-columns: repeat(4, 1fr);
}

.inh1
{
	padding:10px 20px;
	text-align: center;
}

.inh .name
{
	text-align: center;
	font-size:30px;
	line-height:40px;
}






.tovar_info
{
	width: 100%;
	margin:20px 0 0;
}

.tovar_img
{
	
	margin:0px auto;
}

.tovar_price
{
	display:block;
}

.tovar_row .buy, .tovar_row .c_add
{
	margin:10px 0 0;
}


.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: flex;
	align-items: center;
}



nav ul, .header ul, nav span:after
{
	display:none;
}

.phones
{
	margin:0px;
}

.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;
}

.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 .name_3
{
	text-align: center;
}

.social
{
	justify-content: center;
}

footer a[href^="tel:"]
{
	display: flex;
	justify-content: center;
	justify-self: center;
}

.a_slide_info
{
	padding:20px;
}

.niz, .niz:last-child
{
	display:block;
	margin:0 auto 30px;
	padding:0px;
	text-align: center;
	        max-width: 410px;
        width: 100%;
}


.logos, .copy
{
	display:block;
	width:100%;

	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;
}


 .mod_other {
        grid-template-columns: repeat(3, 1fr);
    }


.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: 76px;
	right:0px;
	width: 100%;
	margin:0px;
	border-radius: 10px;
	overflow: hidden;
}

.search input {
    padding: 9px 50px 10px 20px;
}

.search button
{
	height:41px;
}

/* a.logo
{
	height:72px;
}
 */
header
{
	padding:0 0 55px;
}

.menu
{
cursor: pointer;
background: url(img/menu.svg) no-repeat 50% / 60px;
width:44px;
height: 44px;
}

.menu_one
{
	border-bottom:1px solid #09253b;
}

.menu_one span
{
	background:   url(img/arrow5.svg) no-repeat 99% 50% / 20px;
	color:#FFF;
	font-weight: 400;
	font-size:18px;
	padding:18px 15px 14px 15px;
}

nav li:hover span
{
	background-color: #00345B;
	color:#F6BD38;
}

.open_menu .menu
{
	transform: rotate(90deg);
}

.menu_all a
{
	text-decoration: none;

	padding:2px 0 4px;

	font-weight: 500;
	box-sizing: border-box;
}

main+.content+.h1
{
	height:0px;
}

.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 #09253b;
        padding: 10px 15px;
        background-color: #00345b;
}

.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_50, .vin_rows
{
	display:block;
}

.vin_form
{
	text-align: center;

}

.vin_rows
{
	padding:20px;
}

.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, .pop_cats
{
	grid-template-columns: repeat(2, 1fr);
}

.why
{
	display: flex;
	width:100%;
	align-items: center;
	background-color: #F4F4F4;
	border-radius:10px;
	padding:15px;
	box-sizing: border-box;
}

.why span
{
	width:100%;
	text-align: left;
	padding:0 0 0 30px;
	box-sizing: border-box;
}

.why img
{
	width:80px;
	margin:0px;
}


.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: #00345B;
color: #FFF;
text-decoration: none;
border:0;
border-radius:10px;
display:block;
cursor: pointer;
font-weight: bold;
font-size:16px;
max-width: 290px;
text-align: center;
margin:-10px auto 20px;
}

.shop_mobile2
{
	display:block;
	margin:0px auto;
	width:100%;
}

.user_login, .user_registration
{
	width:300px;
}

.cat_row
{
	width:49%;
}


    .a_slide_name {
        font-size: 36px;
        line-height: 42px;
    }

.a_slide_info
{
	justify-content: center;
	align-items: center;
}

.a_slider_dots
{
		justify-content: center;
}

.a_slider_item:after
{
	position: absolute;
	bottom:0;
	top:0;
	left:0;
	right:0;
	content: "";
	background-color: rgba(0,0,0,.7);
	z-index:-1;
}


}

 
 @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;
}

    .step0, .marki, .prods, .models, .mod_other, .shop_right .prods
	{
        grid-template-columns: repeat(2, 1fr);
    }

.mod_other
{
	gap:20px;
}

.search
{
	left:15px;
	width:calc(100% - 30px);
}

.ships
{
	float:none;
	width:100%;
	margin:0 0 20px;
	text-align: center;
}

.ships_info
{
	display:none;
}

.ship_name
{
	margin:0px;
}




.garage_car
{
	margin:0 10px 0 0;
	background: #FFF  url(img/arrow1.svg) no-repeat 98% 50% / 20px;
}

.user_login, .user_registration
{
	width:100%;
	box-sizing: border-box;
	margin:0px -15px 30px;
}

.inh
{
	height:auto;
}

.inh1
{
	padding:30px;
	display:block;
	width:100%;
	box-sizing: border-box;
}

.inh a
{
	background: #C98228;
	border-radius:10px;
	width:auto;
	height:auto;
	line-height: 26px;
	padding:20px;
	display: flex;
	align-items: center;
}

.menu_top a
{
	padding-left: 30px;
}

    .tovar_row2 {
        width: 100%;
    }
.tovar_block
{
	width:49%;
}

.vin_form
{
    grid-template-columns: repeat(1, 1fr);
    }
  
  .page_rows 
  {
	  display:block;
  }
  
  .page_rows a
  {
	  display:block;
	  max-width: 400px;
	  margin:0px auto 30px;
	  text-align: center;
  }
  
  .search_by
  {
	  display:none;
  }
  
  }  
  
 @media only screen and (max-width: 630px)
 {
	

	.phones a, .phones:hover div
	{
		display:none;
	}
		 

		 
	 .phones a:first-child
	 {
		 background:  url(img/phone.svg) no-repeat 50% / 28px;
		 display:block;
		 padding: 11px 20px 13px;
		 text-indent:-1111px;
	 }
	 
	 .phones
	 {
		 width:50px;
		 padding:0px;
		 margin:  0;
		 background: none;
	 }
	
.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:26px;
	line-height:32px;
}

.name, h1
{
	margin:20px 0 30px;
	font-size:26px;
	line-height:28px;
}

.help .name
{
	font-size:26px;
	line-height:32px;
}

	.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: 40px 15px 0;
	}
	
	.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;
}	
	

	
.cat_row
{
	width:99%;
}

.contact_rows, .pop_cats
{
	display:block;
}

.pop_cats a
{
	display:block;
	margin:0px auto 15px;
	width:100%;
	max-width: 320px;
}
	
 }
 
 @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;
	}
	
	.a_slide_text
	{
		font-size:16px;
		font-weight: 500;
		line-height:22px;
	}
	
	.why span
	{
		font-size:16px;
		line-height:26px;
	}
	
 }
 @media only screen and (max-width: 470px)
 {
	 
	 .a_slider_dots
	 {
		 bottom: 10px;
	 }
	 
	.header
	{
		margin:0 0 15px;
	}

	 .tovar_block
{
	width:99%;
}
	 
	 a.logo {
    width: 170px;
    height: 46px;
	 }
	 
	 .search
	 {
		 top: 54px;
	 }
	 
	 .cart span
	 {
		 text-indent:0;
	 }
	 
	 .cart
	 {
		 width: 50px;
		text-indent: -111111px;
	 }
	 
	 .cart div
	 {
		     padding: 12px 0 0;
	 }

	 .name_s
	 {
		 font-size:17px;
		 line-height:20px;
		 margin: -15px 0 30px;
	 }
	 
	 .tab_info
	 {
		 margin:0 -15px;
	 }
	 
	 .pop_cats, .prods, .models, .mod_other
	 {
	       display:block;
	 }
	 
	 .prods
	 {
		 text-align: center;
	 }
	 
	 .pro
	 {
		 margin:0 0 30px;
	 }
	 
	
	 
	 .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, .marki
{
	display:block; 
}


.a_slider
{
	margin:50px 0;
}

.tovar_row span
{
	display:block;
	width:100%;
}
	 
 }
 
  @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;
	}
	
  }
