@charset "UTF-8";

* {
margin: 0;
padding: 0;
}

/* @font-face {
    font-family: 'Roboto';
    src: url('Roboto-Light.eot');
    src: local('Roboto Light'), local('Roboto-Light'),
        url('Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('Roboto-Light.woff2') format('woff2'),
        url('Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
 */
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Bold.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('Roboto-Bold.woff2') format('woff2'),
        url('Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Regular.eot');
    src: local('Roboto Regular'), local('Roboto-Regular'),
        url('Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('Roboto-Regular.woff2') format('woff2'),
        url('Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




body {
font: 14px/20px 'Roboto', Arial, Tahoma, Verdana, sans-serif;
width: 100%;
background: #FFF;
color: #1E1E1E;
overflow-y: scroll;
}

input, textarea, select, button  {
outline: none;
font: 14px/20px 'Roboto', 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 'Roboto', Arial, Tahoma, Verdana, sans-serif;
outline: none;
transition: color .3s linear;
}

a:hover
{
color: #000878;
}

.ajax
{
	color: #EE3124;
	border-bottom:1px dashed;
	cursor: pointer;
	font-size: 14px;
}

p {
margin: 15px 0 20px;
} 

img, button { border: 0; }

.cb { clear: both; }
 
.none, #menu_after, .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;
padding:0 0 20px;
}


.header
{
	color:#FFF;
	margin:0 0 16px;
	border-bottom:1px solid #E0E0E0;
}

header .content
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}

header li:last-child:after
{
	display:none;
}
header li:after
{
display:inline-block;
content: "|";	
margin:0 12px;
color:#7D7D7D;
}

header li
{
	list-style: none;
	display:inline-block;
}

header a
{
	color:#7D7D7D;
	text-decoration: none;
	font-size:12px;
}

header a:hover
{
	color:#1D3961;
}

.login
{
	display: flex;
	align-items: center;
	background: #F2F2F2 url(img/icon_profile.svg) no-repeat 10px 50%;
	padding:11px 20px 11px 40px;
	color:#7D7D7D;
	font-size:12px;
}



a.profile
{
	color:#1D3961;
	text-decoration: underline;
	display:inline-block;
	margin: 0 0 0 5px;
}

a.profile_ok
{
	background-color: #1D3961;
	padding:6px 20px 6px;
	display:block;
	text-align: center;
}
a.profile_ok+a.profile_ok
{
background-color: #424242;	
	padding:4px 20px 4px;
	margin:4px 0 0 ;
}


a.logo
{
width: 100px;
height:93px;
text-decoration: none;
display: block;
background: url(img/logo.svg) no-repeat;
background-size: contain;
}



.phones
{
	margin:0 40px;
}


.phones a, footer a[href^="tel:"], .contact_rows  a[href^="tel:"]
{
	font-weight: bold;
	padding:0 0 0 30px;
	font-size:16px;
	margin:5px 0;
	color:#262626;
	text-decoration: none;
	background: url(img/icon_phone.svg) no-repeat;
	display:block;
}



.search
{
	position: relative;
	width:100%;
	flex:1;
}

.search input
{
padding:15px 50px 15px 45px;
background: #FFF url(img/icon_articul.svg) no-repeat 15px 50%;
border:1px solid #E0E0E0;
border-radius: 10px;
	width:100%;
	box-sizing: border-box;
	transition: border-color .3s linear;
}

.search input:focus
{
	 border-color: #1D3961;
}

.search button, .search_nomer b
{
	background: url(img/icon_search.svg) no-repeat 50%;
	position: absolute;
	right: 15px;
	top: 14px;
	cursor: pointer;
	width:24px;
	height:24px;
}



.search_nomer
{
	position: relative;
	width:180px;
		margin:0 40px 0 20px;
}

.search_nomer input {


border: 1px solid #FFE81D;
box-sizing: border-box;
width:100%;
padding:15px 50px 15px 45px;
	background: url(img/icon_ukraine.svg) no-repeat 15px 50% ;
	text-transform: uppercase;
	border:1px solid #E0E0E0;
	border-radius: 10px;

}

.search_nomer input:focus
{
	font-weight: bold;
	border-color: #1D3961;
}

.lang
{
	overflow: hidden;
	border-radius:10px;
	display: flex;
}

.lang b
{
	background-color: #1D3961;
	color:#FFF;
	padding:8px 12px;
}

.lang a
{
	background-color: #F2F2F2;
	color:#262626;
	padding:10px;
	font-weight: bold;
	padding:8px 12px;
	font-size:14px;
}






.cart div
{
	background: url(img/icon_cart.svg) no-repeat 96% 0%;
	padding:0 35px 0 0;
	font-size:14px;
	color:#1D3961;
	line-height:32px;
	position: relative;
	margin:0 0 0 40px;
}

.cart div span
{
	color:#c9c9c9;
	position: absolute;
	border-radius:50%;
	width:18px;
	height:18px;
	line-height:18px;
	font-size:12px;
	text-align: center;
	color:#FFF;
	right:0;
	top: -6px;
	background-color: #DC4E41;
}

.cart .cart_a
{
	cursor: pointer;
}

nav
{
	display:block;
	background-color: #1D3961;
	/* 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;
color:#FFF;
height:100%;
padding:15px 20px 15px;
text-align:center;
box-sizing: border-box;
cursor: default;
}

nav span:after 
{
content:"";
width:1px;
height:100%;
background-color: #274878;
position:absolute;
top:0;
right:-1px;
display:block;

}

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: #FFCC00;
color:#1D3961;
}

.menu_all {
position: absolute;
background: #1D3961;
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:#FFCC00;
margin:0 0 6px 0;
text-decoration:none;
}

.menu_all a:hover {

color:#FFF;
}

.menu_row strong
{
font-size:15px;
line-height:21px;
display:block;
color:#FFF;
padding:20px 0 6px 0;
}

.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:24px;
	line-height:28px;
	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:-20px 0 30px;
}



.bread
{
font-size: 13px;
color: #909090;
padding:20px 0;
}

.bread a:after
{
font-size: 14px;
content: "/";
display: inline-block;
padding: 0 8px;
}

.bread a
{
font-size: 13px;
color: #909090;
text-decoration: none;
}

.bread a:hover {
    color:#000;
}

.prod_top .bread
{
	padding:0 0 30px;
}

.prod_top .garage_all
{
	margin:30px 0;
}


.tabs li
{
	display:inline-block;
	vertical-align:top;
	list-style: none;
	padding:20px 40px 18px;
	cursor: pointer;
	border-left:1px solid #E0E0E0;
	background-color: #F2F2F2;
	font-weight: bold;
}

.tabs
{
	text-transform: uppercase;
	font-size:16px;
	text-align: center;
	border-radius:10px;
	display:inline-block;
	vertical-align:top;
	overflow: hidden;
	margin:0 auto 30px;
}

.tabs li.tabs_a
{
	background-color: #1D3961;
	color:#FFF;
}

.tab_info
{
	display:none;
}

.tab_a
{
	display:block;
}

.garage_alls
{
	display: flex;
	justify-content: space-between;
	border-radius:10px 10px 0 0;
	overflow: hidden;
}

.garage_alls div
{
	
background: #E8E8E8;
border-right: 2px solid #FFF;

font-size:16px;
color:#747474;
padding:15px 5px 15px 15px;
transition: background-color .3s;
cursor: not-allowed;
display: flex;
align-items: center;

width:100%;
}

.garage_alls div:last-child
{
	border-right:0;
}

.garage_alls b
{
	background-color: #E0E0E0;
	width:34px;
	height:34px;
	border-radius:10px;
	line-height:34px;
	text-align: center;
	margin:0 12px 0 0;
	font-weight: 400;
	color:#FFF;
}

.garage_alls .garage_active
{
	
	cursor: pointer;
	 color: #FFF;
	 
	background-color: #1D3961;
}

.garage_active b
{
	background-color: #FFCC00;
	color:#111;
}


.step0
{
	display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.garage_year
{
	background: #FFF;
	display: grid;
  grid-template-columns: repeat(11, 1fr);
}

.step3, .step4, .step0, .step5
{
	box-shadow: 0 0 40px 0 rgba(0,0,0,.11);
	background: #FFF;
}

.garage_all
{
	width:100%;
	margin:0 0 40px;
}


.garage_alls div:not([data-id=""])
{
	font-weight: 500;
	color:#000;
	font-weight: bold;
	background-color: #d7d7d7;
	cursor: pointer;
}

.step0 span, .step3 span, .step3 b, .garage_year div, .step4 strong
{
	cursor: pointer;
padding: 16px 12px 14px;
text-decoration: none;
border-right: 1px solid #E0E0E0;
border-bottom: 1px solid #E0E0E0;
white-space: nowrap;
font-size: 14px;
color: #000;
}

.step3 b, .garage_year div, .step3 strong
{
	font-weight: 400;
	color:#c9c9c9;
	background: #f7f7f8;
	cursor: not-allowed;
}

.garage_year div, .garage_motor strong
{
	background-color: #E8E8E8;
	color:#1D3961;
	font-weight: bold;
}

.garage_all span:hover
{
	color: #1D3961;
	font-weight: bold;
}

.garage_motor strong
{
	display:inline-block;
	vertical-align:top;
	width:155px;
	padding: 16px 12px 12px;
}

.step4 span
{
	width:75px;
border-right: 1px solid #E0E0E0;
border-bottom: 1px solid #E0E0E0;
	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 #E0E0E0;
    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
 {
	border-radius: 10px;
	height:60px;
	cursor: pointer;
	width:220px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size:16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F2F2F2;
	
 }
 
  .garage_my_name:after
  {
	  background:   url(img/icon_arrow5.svg) no-repeat 98% 50% / 20px;
	  content: "";
	  width:20px;
	  height:20px;
	  margin:0 0 0 10px;
  }
 
 
 .garage_car
 {
 background-color: #FFF;
 border:1px solid #E0E0E0;
 border-radius:10px;
	flex:1;
	cursor: pointer;
	margin:0 10px;
	padding:12px 15px 8px 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:20px 60px 19px 35px;
font-size:16px;
text-transform: uppercase;
border-radius:10px;
display:inline-block;
text-decoration: none;
color:#FFF;
cursor: pointer;
transition:  background .3s linear;
	background: #1D3961 url(img/icon_arrow2.svg) no-repeat 90% 50%;
}

.garage_new span:hover
{
background: #FFCC00 url(img/icon_arrow.svg) no-repeat 90% 50%;
	box-shadow: 0px 0px 20px #FFCC00;
}



 .garage_a, .garage_a span
{
	background:#EBEBEB;
	color: #262626;
}

.garage_boxs
{

	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap:20px;
	margin:10px 0 0;
}

.garage_box
{
background-color: #ebebeb;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
border-radius:10px;
border:1px solid #ebebeb;
}

.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;
}

.find_nomer, .find_vin
{
	padding:25px;
	border-radius:10px;
	background-color: #F2F2F2;
}


.find_nomer input
{
		background: #FFF url(img/icon_ukraine.svg) no-repeat 10px 50% / 28px;
   
    padding: 0 0 0 50px;
    text-transform: uppercase;
	height: 50px;
    border: 1px solid #CFCFCF;
    box-sizing: border-box;
    border-radius: 10px 0 0 10px;
    width: 190px;
    font-size: 22px;
	font-weight: bold;
    line-height:22px;
    color: #111;
}

.find_vin input
{
	background-color: #FFF;
    background-size: contain;
    padding: 0 15px;
    text-transform: uppercase;
	height: 50px;
    border: 1px solid #CFCFCF;
    box-sizing: border-box;
    border-radius: 10px 0 0 10px;
    width: 260px;
    font-size: 20px;
	font-weight: bold;
    line-height:20px;
    color: #111;
}

.find_0 b
{
	display:inline-block;
	vertical-align:top;
	height:50px;
	line-height:50px;
	 background-color: #1D3961;
    color: #FFF;
	border-radius:0 10px 10px 0;
	padding:0 18px;
	cursor: pointer;
}

.find_0
{

	margin:0 0 20px;
}



/****************************/
/****************************/
/****************************/





.add_cart {
text-align: center
}

.add_cart strong, .cart_fast strong
{
display: block;
margin: 8px 0;
max-height: 100px;
overflow: hidden
}

.add_cart_img, .add_cart_price, .add_cart_more, .add_cart_go 
{
display: inline-block;
width: 48%;
max-height: 200px;
vertical-align: middle;
}

.add_cart_img {
min-height: 120px
}

.ajax
{
	cursor: pointer;
	display: inline-block;
	border-bottom:1px dashed #2837A0;
	color: #2837A0;
}

.ajax:hover {
border-bottom:1px dashed #fff;
}

.add_cart_img IMG 
{
max-width: 180px;
max-height: 180px
}

.add_cart_price 
{
font-size: 28px
}

.add_cart_price .cart_minus, .add_cart_price .cart_plus 
{
margin:0px;
border: 0px;
background:#2837A0;
color: #fff;
height: 40px;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
padding: 0 5px;
font-size:18px;
}

.add_cart_sp 
{
display: block;
color: #333;
text-align: center;
margin:20px 0 10px;
font-size:14px;
}


.add_cart_price input {
 height: 40px;
 font-size:22px;
 border: 1px #e9e9e9 solid;
 margin:0 5px;
 text-align:center;
 padding:0 5px;
}

.cart_minus, .cart_plus {
width:35px;
cursor: pointer;
 }



.cart_fast 
{
padding: 25px 0;
background: #efefef;
margin: 30px -50px -35px;
transition: box-shadow .5s ease;
font-size: 16px;
position: relative;
z-index: 2
}



.cart_fast_form .inp_1
{
display: inline-block;
vertical-align:top;
width: 230px;
font-size: 17px;
text-align: center;
border-radius: 8px 0 0 8px;
margin:0px;
height:46px;
box-sizing: border-box;
}

.cart_fast_form .send 
{
height:46px;
line-height:46px;
border-radius:0 8px 8px 0;
padding:0 20px;
font-weight: 400;
box-sizing: border-box;
border:1px solid #1E1E1E;
background: #1E1E1E;
}


.cart_open
{
	padding: 20px 30px;
	background-color: #FFF;
	border-radius:8px;
	box-sizing: border-box;
	margin:50px auto;
}










.cart_text {
background: #D8E4BA;
color: #3A4719;
padding: 20px 30px;
border-radius: 10px;
margin: 30px 0 0;
text-align: center
}

.cart_form 
{
width: 300px;
display:inline-block;
vertical-align:top;
/* background: #fff;
padding: 10px; */
/* box-shadow: 0px 0px 30px rgba(0,0,0,.09); */
/* border-radius: 10px;
margin:0px 0 0 0; */
}

#ship_info
{
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
	cursor: pointer;
	text-align: left;
}


/* 
#cart_form input, .inp_1 {
width: 100%;
border: 0px;
height: 40px;
border-radius: 10px;
padding: 0 25px;
font-size: 16px;
margin: 0 0 20px 0;
box-shadow: 0px 0px 20px rgba(0,0,0,.10);
background: #fff;
}

#cart_form textarea {
width: 100%;
border: 0px;
height: 100px;
border-radius: 10px;
padding: 10px 25px;
font-size: 16px;
margin: 0 0 20px 0;
box-shadow: 0px 0px 20px rgba(0,0,0,.10);
background: #fff;
} */

.vin_form textarea.inp_1
{
	max-width:100%;
	max-height: 220px;
}

.inp_1 select {
width: 100%;
border: 0px;
height: auto;
display:block;
border-radius: 10px;
font-size: 16px;
cursor: pointer;
background: #FFF url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right center / 8px 10px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
 overflow:hidden; 
white-space:nowrap; 
text-overflow:ellipsis;
}

.pay_info 
{
padding:0px;
}

.ships {
float: left;
width: 300px;
text-align: left
}

.ships ul {
list-style: none;
margin:0px;
padding:0px;
}

.ship_name_one div:hover,.ship_name div:hover {
background: #f1f1f1
}

.ships li span {
color: #CC0000;
border-bottom: 1px dashed #CC0000
}

.ship_name_one strong {
font-weight: 400;
margin: 8px 0 2px;
display: block
}

.ship_name_one {
font-size: 18px;
margin: 4px 0
}

.ship_name_one div,.ship_name div {
padding: 4px 0 5px;
cursor: pointer
}

.ship_name {
margin: 0 0 2px 20px
}

.ships_info {
float: right;
width: 310px
}

.ships_info strong {
display: block;
font-size: 16px;
margin: 0 0 15px
}

.cart_prod 
{
display:inline-block;
vertical-align:top;
width:580px;
margin:0 0 0 50px;
}

.cart_open h4 {
padding:10px 0 20px;
margin:0px;
font-size:18px;
color:#676464;
font-weight: 400;
}

#cart_prod {
border: 1px solid #e7e7e7;
border-radius: 8px;
padding:15px;
/* 	box-shadow: 0px 0px 13px rgba(0,0,0,.13); */
}


.cart_tr {
width: 100%;
border-bottom: 1px solid #e7e7e7;
margin: 20px 0
}

.cart_del {
position: absolute;
background:  url(img/close.svg) no-repeat 50% / 16px;
/* background-size: 16px 16px; */
width: 24px;
height: 24px;
top: -5px;
right: -5px;
cursor: pointer;
border-radius: 50%;
opacity:.15;
}

.cart_del:hover 
{
opacity:1;
}

.cart_img {
width: 90px;
height: 90px;
padding:0 20px 0 0;
}

.cart_name {
position: relative;
text-align: left;
padding:0 20px 0 0;
}

.cart_name span {
display: block;
color: #333
}

.cart_name a, .cart_name b
{
max-height: 70px;
overflow: hidden;
display:block;
text-decoration: none;
font-weight: bold;
}

.cart_img IMG 
{
max-width: 85px;
max-height: 85px
}

.cart_price_one {
width: 80px;
text-align: left;
  }

.cart_price_kolvo {
width: 120px;
text-align: center;
display:flex;
}

.kolvo {
text-align: center;
font-size: 16px;
padding:3px 5px;
width: 34px;
border: 1px solid #D3D3D4
}



.cart_price_kolvo .cart_minus, .cart_price_kolvo .cart_plus {
margin: 0px;
border: 0px;
height: 34px;
border-radius: 8px;
cursor: pointer;
padding: 0 5px;
font-size:20px;
}


.cart_price_sum {
white-space: nowrap;
text-align: center;
font-size: 20px
}

.cart_itogo 
{
padding: 0 20px
}

.cart_itogo table 
{
width: 100%
}

.cart_itogo td:nth-child(1) {
width: 120px;
padding: 5px 0
}

.cart_itogo td:nth-child(2) {
text-align: right;
padding: 5px 0
}

.cart_itogo tr:last-child td:nth-child(2) {
font-size: 20px;
font-weight: bold;
}


.catalogs .pop_cats
{
	margin:0 0 40px;
	display: none;
}



.cat_body
{
	display:none;
}

.cat_name {
    font-size: 34px;
    line-height: 34px;
    color: #1E1E1E;
    padding: 8px 0 8px 70px;
    background: url(img/cat1.svg) no-repeat 0 50%;
    cursor: pointer;
    margin: 40px 0 20px;
}

.cat_open
{
	 background-image: url(img/cat0.svg);
	 color:#1D3961;
}


.cat_body_open
{
	display:block;
}

.cat_name:hover
{
	color:#1D3961;
}

.cat_name2
{
	    font-size: 26px;
    line-height: 26px;

    color: #1E1E1E;
    padding: 8px 0 8px 40px;
    background: url(img/icon_open.svg) no-repeat 0 50%;
    cursor: pointer;
    margin: 10px 0 20px 12px;
}
.cat_open2
{
	 background-image: url(img/icon_close.svg);
	 	 color:#1D3961;
}

.cat_open2+.pop_cats
{
	display: grid;
}



.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_rows .inp_1
{
	max-width:100%;
	margin:0 0 30px;
}


.vin_rows, .page_rows
{
			display: grid;
    grid-template-columns: repeat(3, 1fr);
		gap: 40px;
}

.page_rows a:hover
{
box-shadow: 0px 0 6px rgba(0, 0, 0, 0.12);	
}

.page_rows a
{
padding:20px 20px 0 ;
border:1px solid #E0E0E0;
border-radius: 10px;
overflow: hidden;
text-decoration: none;
}

.page_rows span
{
	display:block;
	font-size:18px;
	padding:20px;
}

.page_rows img
{
	max-width:100%;
	border-radius: 10px;
}

.maps iframe {
width:100%;
height:350px;
border:0;
}


.contact_rows
{
			display: grid;
    grid-template-columns: repeat(4, 1fr);
		gap: 30px;
		margin:0 0 40px;
}

.contact_row
{
border: 1px solid #E0E0E0;
border-radius: 10px;
padding: 10px 30px 20px;
}

.contact_row .social a
{
	width:25px;
	height:25px;
}

.contact_rows a
{
	display:block;
	margin:0 0 10px;
}

.contact_rows  a[href^="tel:"]
{
	font-weight: 400;
	margin:0 0 16px;
}

a[href^="mailto:"]
{
	display:inline-block;
	padding:0 0 0 30px;
	color:#262626;
	background: url(img/icon_email.svg) no-repeat 0 50% / 20px;
}

.contact_rows address, .contact_rows .time
{
	display:inline-block;
	padding:0 0 0 30px;
	color:#262626;
	background: url(img/icon_office.svg) no-repeat 0 50% / 20px;
}

.contact_rows .time
{
background: url(img/icon_time.svg) no-repeat 0 50% / 20px;
margin:0 0 8px;
}


.whys
{
		border-bottom:1px solid #CACACA;
		padding: 30px 0 50px;
		margin:0 0 80px;
}

.why
{
	display:inline-block;
	vertical-align:top;
	width:33%;
	padding:0 20px;
	box-sizing: border-box;
	font-size:16px;
	text-align: center;
	
}

.why:nth-child(even)
{
	border-left:1px solid #CACACA;
	border-right:1px solid #CACACA;
}

.why_name
{
	font-weight: bold;
	font-size:24px;
	line-height:26px;
	margin: 30px 0 18px;
}


.pop_cats
{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin:0 0 80px;
}



.pop_cats span
{
display:block;
padding:30px 40px 20px 20px;
border-top:1px solid #E0E0E0;	
background: url(img/icon_arrow3.svg) no-repeat calc(100% - 20px) 32px;
}

.pop_cats a
{
border: 1px solid #E0E0E0;
border-radius: 10px;
transition: box-shadow .3s linear;
display:block;
	font-size:18px;
	line-height:26px;
	text-decoration: none;
}

a.more_big:hover
{
	background-color: #171c27;
}

a.more_big
{
	background-color: #1D3961;
	color:#FFFFFF;
	font-size:26px;
	line-height:32px;
	font-weight: bold;
	display: flex;
	transition: background-color .3s linear;
}

a.more_big strong
{
		align-self: flex-end;
		padding:90px 40px 30px 20px;
		background: url(img/icon_arrow4.svg) no-repeat 20px 0;
}


.pop_cats img
{
	display:block;
	margin:20px auto 20px;
	max-width:100%;
}

.pop_cats a:hover
{
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}

.help
{
	background: url(img/help.webp) no-repeat 50%;
	padding:60px 0;
	color:#FFF;
	font-size:40px;
	margin: 50px 0 0px;

	
	overflow: hidden;
}

.help .content_small
{
		display: flex;
	align-items: center;
	justify-content: space-between;
}

.help_txt
{
	flex:1;

}

.help .name
{
	font-size:50px;
	line-height:52px;
	margin: 0 0 20px;
	text-transform: uppercase;
	color:#FFCC00;
}


.bg
{
	background-color: #FFF;
}

.marki
{
		display: grid;
    grid-template-columns: repeat(4, 1fr);
margin:0 0 80px;
gap: 24px;
}

.marki span,  .mod_other2 span
{
background: url(img/icon_arrow3.svg) no-repeat 100% 50%;	
padding:0 40px 0 30px;
flex:1;
}

.marki a, .mod_other2 strong
{
	border-radius: 10px;
	cursor: pointer;
	padding:20px 15px;
	font-size:16px;
	text-decoration: none;
border: 1px solid #E0E0E0;
display: flex;
justify-content: space-between;
align-items: center;

}
.marki a:hover, .mod_other2 strong:hover
{
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);

}

.marki img
{
	display:block;
	
}






.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/icon_arrow.svg) no-repeat 0 5px / 12px;
	/* background-size: 12px; */
}



.text a[name]
{
text-decoration: none;
cursor: default;
}
.text a[name]:hover
{
color: #a73692;
}

.h
{
	height:40px;
}

footer
{
	background-color: #F2F2F2;
	padding:40px 0 30px;
	color:#262626;
}

.footer_1
{
	display: inline-flex;
	align-items: center;
}

a.footer_logo
{
	background: url(img/logo.svg) no-repeat;
	width:100px;
	height:90px;
	display:block;
	margin:0 20px 0 0;
}


footer .name_3
{
	font-weight: 400;
	text-transform: uppercase;
	font-weight: bold;
	font-size:16px;
	margin:0 0 18px;
	padding:0px;
	text-align: left;
}

.footer_row
{
	display:inline-block;
	vertical-align:top;
	width:258px;
	margin:0 0 0 40px;
}


.footer_row ul {
list-style:none;
}

footer li a
{
	color:#262626;
	display:block;
	margin:0 0 6px;
}

address
{
	display:block;
	padding:0 0 6px;
	font-style: normal
}

footer a[href^="tel:"]
{
	font-weight: 400;
	margin:0 0 10px;
}



.p0
{
	background: url(img/p0.svg) no-repeat;
	background-size: contain;
	height:40px;
	max-width: 238px;
}
.p1
{
	background: url(img/p1.svg) no-repeat;
	height:40px;
}

.copy
{
display:block;
margin:0 0 20px;
width:250px;
}


.social
{
	margin:4px 0 0;
}

 .social a 
{
margin:0 8px 0 0 ;
width:20px;
height:20px;
display:inline-block;
background-size: contain  !important;
}

.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
 {
	 border-color: #FFCC00;
  }
 
 .inp_1
 {
 color: #000;
 padding:14px 20px;
 display: block;
 width: 100%;
 font-size:16px;
 box-sizing: border-box;
 margin:3px auto 14px;
 max-width: 310px;
 border-radius: 8px;
 background-color: #FFF;
 border: solid 1px #dcdcdc;
 }


.send, a.send, .pagination, .tab_info , .garage_my {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;          
}

 

#loader, .loader, #info_load
{
display: none;

    position: fixed;
    z-index: 2000;
	width: 240px;
    height: 60px;
    top: 50%;
    right: 50%;
    background:  #000 url(tmp/load.gif) no-repeat 50%;
   /*  background-size: 60px; */
}



.window
{
  position: fixed;
  z-index: 103;
  top: -8%;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  }

 
.window:after {
  display: inline-block;
  height: 100%;
  margin: 0 0 0 -0.05em;
  content: "";
  vertical-align: middle;
}

#window 
{
  position: relative;
  outline: none;
  display: inline-block;
  box-sizing: border-box;
  border-radius:10px;
  
 /*  width: 100%; */

  padding: 30px 50px;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
background: #FFF;
  max-width: 830px;
  vertical-align: middle;
  /* box-shadow: 0px 0px 20px 10px  rgba(0,0,0,.3); */
}
 
 .window  .name, .window h1
 {
	 font-size:34px;
	 line-height:40px;
	 margin:30px 0;
 }

.locked
{
overflow: hidden;
/* margin:0 18px 0 0; */
}
  
.close
{
position: absolute;
z-index: 102;
top: 5px;
right: 5px;
width: 34px;
height: 34px;
cursor: pointer;
border-radius:4px;
background:   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: #7D7D7D;
border:0;
font-weight: 400;
font-size:14px;
text-transform: uppercase;
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
{
		display:inline-block;
		vertical-align:top;
		font-weight: bold;
		padding:0 0 0 30px;
}

.prod_tr
{
background-color: #FFF;	
border:1px solid #E0E0E0;

margin:0 0 20px;
}

.prod_info
{
width:728px;	
display:inline-block;
vertical-align:top;
box-sizing: border-box;
padding:20px 20px 10px 20px;
}

.prod_prices
{
	display:inline-block;
	vertical-align:top;
	width:546px;
}

.prod_img, .prod_txt
{
	display:inline-block;
	vertical-align:top;
}

.prod_txt
{
	color:#747474;
	padding:0 15px;
	width:474px;
}

.prod_info .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/logo.svg) no-repeat 50%;
	filter: grayscale(100%);
	opacity:.4;
}

.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;
	background-color: #F2F2F2;
	padding:10px  15px;
	
	border-radius: 8px;
}

.sort .sort_a
{
color:#FFF;
background-color: #1D3961;
}



/*******/
/*******/


.tovar_img
{
	display:inline-block;
	vertical-align:top;
	width:300px;
}

.tovar_img img
{
	max-width:100%;
}

.tovar_info
{
	display:inline-block;
	vertical-align:top;
	width:936px;
	margin:0 0 0 40px;
}

.tovar_garage
{
padding:15px 15px 15px 45px;
border: 1px solid #EA4335;
border-radius: 10px;
font-weight: bold;
background: url(img/icon_warning.svg) no-repeat 10px 50% / 24px;
margin: 0 0 18px;
color:#EA4335;
}

.tg_no
{
border: 1px solid #EA4335;
background-image: url(img/icon_warning.svg);
}

.tg_yes
{
	border:1px solid #65c856;
	background-image: url(img/garage_yes.svg);
}

.tovar_row
{
	display:inline-block;
	vertical-align:top;
	border-radius: 10px;
}

.tovar_m
{
background: #FFFFFF;
box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
padding:20px 30px 10px;
box-sizing: border-box;
width:339px;
}

.tovar_prices .tah0
{
	border:1px solid #F4F4F4;
	border-bottom:0;
}

.tovar_p
{
padding:0px 20px 14px 30px;
box-sizing: border-box;
margin:0 0 0 15px;
width:270px;
border: 1px solid #E0E0E0;
}

.tovar_p span
{
	display:block;
	margin: 0 0 14px;
	background-repeat: no-repeat;
	background-size: 24px;
	line-height:24px;
	padding:0 0 0 30px;
	
}

.tovar_svs
{
	margin:0 0 8px;
}

.tovar_brand
{
	border-radius:10px;
	background-color: #F2F2F2;
	padding:20px 30px;
}


.tovar_har span
{
	flex: 0 0 50%;  
	padding: 10px 15px 10px 0;
}
.tovar_har span:nth-child(2)
{
	font-weight: bold;
}
.tovar_svs span:nth-child(2)
{
	color:#747474;
	
}

.tovar_har:nth-child(odd)
{
		border-bottom:1px solid #E0E0E0;
		border-top:1px solid #E0E0E0;
}


.tovar_har
{
	background-color: #FFF;
	
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.tovar_price span
{
	font-weight: bold;
	font-size:40px;
	display:inline-block;
	margin:25px 0;
}


.tovar_row  .buy
{
	margin:10px 0 20px  !important;
}


.ico_np
{
	background-image: url(img/logo_novaposhta.svg);
}

.ico_up
{
	background-image: url(img/logo_ukrposhta.svg);
}

.ico_me
{
	background-image: url(img/icon_office.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_wallet.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:#7D7D7D;
	text-align: left;
	font-size:14px;
	text-transform: uppercase;
	padding:14px 5px 14px 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
{
background-color: #1D3961;
border-radius: 10px;
text-decoration: none;
display: flex;
align-items: center;
color:#FFF;
height:60px;
justify-content: center;
font-weight: bold;
font-size:16px;
text-transform: uppercase;
margin:20px auto 0;
width:100%;
cursor: pointer;
transition: background-color  .3s linear;
}

.abuy:hover, .pro .buy:hover, .tovar_row .buy:hover
{
	background-color: #FFCC00;
	color:#262626;
}

a.abuy:after, .pro .buy:after, .tovar_row .buy:after
{
	content: "";
	background:  url(img/icon_cart1.svg) no-repeat 50%  / 24px;
/* 	background-size: 24px 24px; */
	width:44px;
	height:24px;
}

.pro .buy:hover:after, a.abuy:hover:after
{
	background:  url(img/icon_cart2.svg) no-repeat 50%  / 24px;
}

.tah0 .buy
{
	    background: #FFF url(img/icon_cart.svg) no-repeat 100% 50% / 24px;
/* 		background-size: 22px 22px; */
		cursor: pointer;
		display:inline-block;
		vertical-align:top;
		text-decoration: none;
		border:0;
		padding: 8px  34px 8px 8px;
		transition: background-color .3s linear;
}

.tah0 .buy:hover
{
	text-decoration: underline;
}

.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:#1D3961;
	border-bottom:1px dashed;
	cursor: pointer;
}

.no_price
{
	text-align: center;
}

.no_price button
{
	cursor: pointer;
	padding: 18px 34px;
    display:inline-block;
	vertical-align:top;
    color: #262626;
    margin: 40px auto;
    text-decoration: none;
    font-weight: bold;
	text-transform: uppercase;
	background-color: #F2F2F2;
    font-size: 16px;
    transition: background-color .3s linear;
}

.pro_info .no_price button
{
	margin:15px 0 0;
}

.prods, .models
{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.models_a
{
	position: relative;
}

.models_a .mod_rows 
{
	 position: absolute;
}

.mod_rows a
{
	display:block;
	text-decoration: none;
	margin:0 0 5px 60px;
	font-size:16px;
}

.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(4, 1fr);
margin:0 0 80px;
gap: 24px;
}


.mod_other a
{
	border-radius: 10px;
	background: url(img/icon_arrow3.svg) no-repeat calc(100% - 15px) 50%;	
	padding:20px 15px;
	font-size:16px;
	text-decoration: none;
border: 1px solid #E0E0E0;
display: flex;
justify-content: space-between;
align-items: center;

}
.mod_other a:hover
{
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);

}




.models
{
	margin:0 0 50px;
}

.mod_other img
{
	max-width:30px;
	max-height:30px;
	margin:0 10px 0 0;
}



.pro:hover
{
box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
position: relative;
}

.pro_har
{
	display:block;
}

.pro:hover .pro_har
{
	border-top: 1px #CFCFCF solid;
    font-size: 12px;
    line-height: 14px;
    color: #888888;
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    z-index: 3;
    background: #fff;
    padding: 17px 18px 20px 18px;
    box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.15);
    display: none;
}

.pro
{
background: #FFFFFF;
border: 1px solid #E0E0E0;
border-radius: 10px;
padding:25px 25px 20px;
}


a.pro_img,
span.pro_img
{
	padding:0 15px;
	height:200px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
    align-items: center;
}

a.pro_name strong, .pro_name strong
{
	font-size:18px;
	display:block;
	margin:0 0 4px;
}

a.pro_name, .pro_name
{

	font-size:14px;
	line-height:20px;
	text-decoration: none;
	display:block;
	height:68px;
	overflow: hidden;
	 word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin:10px 0 0;
}

.pro_img img
{
	max-width:100%;
	max-height: 100%;
}


.pro_price
{
margin:20px 0 14px;	
	font-size: 24px;
	font-weight: bold;
}



.pro_term
{
	color:#747474;
}


.shop_left
{
	display:inline-block;
	vertical-align:top;
width: 290px;
border:1px solid #E0E0E0;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px 10px 0 15px;

}

.shop_right
{
	width:950px;
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 40px;
}

.shop_right .prods
{
	gap: 20px;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.filter_b
{
	max-height: 187px;
	overflow-y: auto;
	margin:10px 0 30px;
}

.filter_b::-webkit-scrollbar {
  width: 6px;              /* вертикальная */
  height: 8px;             /* горизонтальная */
}

.filter_b::-webkit-scrollbar-track {
  background: #e0e0e0;     /* серая подложка */
  border-radius: 8px;
}

.filter_b::-webkit-scrollbar-thumb {
  background: #1D3961;     /* синий ползунок */
  border-radius: 8px;
  min-height: 20px;
}

/* hover/active состояние для UX */
.filter_b::-webkit-scrollbar-thumb:hover {
  background: #FFCC00;
}


.filter_n
{
	font-weight: bold;
	text-transform: uppercase;
}

.filters span
{
	display:block;
	cursor: pointer;
	background: url(img/icon_checkbox.svg) no-repeat 0 / 24px;
padding: 4px 3px 4px 33px;
    margin: 0 0 4px;
}

.filters span.s1
{
	background-image: url(img/icon_checkbox_a.svg);
}

.filter_b span.s2
{
	cursor: not-allowed;
	opacity:.4;
}

.filter_b input
{
    color: #000;
    padding: 12px 10px;
   display:inline-block;
    width: 80px;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 8px;
    background-color: #FFF;
    border: solid 1px #dcdcdc;
	
}

.filter_s
{
	padding: 12px 14px; 
    background: linear-gradient(350deg, #3143C2 0%, #1D3961 100%);
    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;
}


.filter_b p {
    cursor: not-allowed;
    background: linear-gradient(to left, transparent 0 10%, #f7f7f8);
	margin:0px;
}









.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 2px;
font-size:16px;
text-align: center;
line-height:45px;
width:45px;
height:45px;

}

.pagination b
{
	cursor: not-allowed;
	opacity:.4;
}

.pagination strong
{
	letter-spacing: 2px;
}

.pagination span {
background-color: #1D3961;
color:#FFF;
border-radius:10px;
}

.pagination a:hover
{
	background-color: #FFF;
}

.pagination .p_right, .pagination .p_left
{
	background:  #F2F2F2 url(img/icon_arrow.svg) no-repeat 50% / 22px;
	/* background-size: 22px 22px; */
	margin:0 0 0 16px;
	border-radius:10px;
	
}

.pagination .p_left
{
	transform: rotate(180deg);
	margin:0 16px 0 0;
}













/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/



.a_slider {
  position: relative;
  margin:0 0 60px;
}

.a_slider_content{
  overflow: hidden;
  
  background-color: #1D3961;
}

.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:540px;
	box-sizing: border-box;
	padding:0 600px 50px 0;
	margin: 0px auto;
    width: 1280px;
	color:#FFF;
	font-size:24px;
}

.a_slide_name
{
	font-weight: bold;
	line-height:58px;
	font-size:50px;
	margin:0 0 20px;
}

.a_slide_name span
{
color:#FFCC00;	
text-transform: uppercase;
display:block;
}


.a_slide_text
{
	margin:0 0 40px;
	line-height:32px;
}

a.a_slide_a, a.send, .send
{
padding:18px 60px 18px 35px;
font-size:16px;
background: #FFCC00 url(img/icon_arrow.svg) no-repeat 90% 50%;
font-weight: bold;
text-transform: uppercase;
border:1px solid #FFCC00;
border-radius:10px;
display:inline-block;
text-decoration: none;
color:#262626;
cursor: pointer;
margin:0 0 30px 0;
transition:  background .3s linear;

}

a.a_slide_a:hover, a.send:hover, .send:hover
{
	color:#FFCC00;
	background: #1D3961 url(img/icon_arrow2.svg) no-repeat 90% 50%;
	box-shadow: 0px 0px 20px #FFCC00;
}

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 10px 0 0;
  text-indent: -999px;
  background-clip: padding-box;
  cursor: pointer;
width: 16px;
height: 16px;
border-radius:50%;
border:2px solid #FFF;


}

.a_slider_dot_a {
  background-color: #FFF;
}



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: #1d3961;
	color:#FFF;
}

.a_s1:before
{
	content: "\00a0\00a0\00a0";
}

.a_select li.a_select_d
{
	cursor: default;

	font-style:italic;
	pointer-events: none;
	background: #f7f3f3;
}

#cart_form .a_select input
{
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 7px 9px;
    margin: -2px 0 0;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,.10);
    background: #fff;
    width: calc(100% - 30px);
    position: fixed;
    z-index: 1;
    left: 7px;
    height: auto;
}


.a_select li.a_select_n
{
	display:block  !important;
	height:46px;
	
}

.a_select div
{
	width: 100%;
    border-radius: 6px;
    padding: 10px 25px 10px 16px;
	cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0,0,0,.10);
	background-color: #fff;
	box-sizing: border-box;
	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;
}



.an, .error {-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@keyframes pulse{10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);-ms-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}
30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}
40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);-ms-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}
100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}
}
.an {-webkit-animation-name:pulse;animation-name:pulse}
 
.user_login
{
	background-color: #FFF;
	border-radius:8px;
	padding:25px;
	width:310px;
	display:inline-block;
	vertical-align:top;
	text-align: center;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
		margin:0 30px 0 0;
}

.user_registration
{
	display:inline-block;
	vertical-align:top;
	width:450px;
	padding:25px;
	background-color: #e9e9e9;
	text-align: center;
	border-radius:8px;

}

a.login_lost
{
	position: absolute;
	right:10px;
	top: 12px;
	background-color: #FFF;
}

.user_info
{
	background-color: #FFF;
	padding:15px 20px;
	border-radius:8px;
	border:1px solid #ddd;
	margin:0 0 16px;
}

.tab_user
{
	padding:25px;
	background-color: #FFF;
	border-radius:8px;
	margin: -30px auto 0;
}

.table_zakaz
{
	display:none;
}

.table_zakaz TH {
background: #F1F1F1;
padding: 5px 0
}

.table_zakaz TABLE {
border: 1px solid #ddd;
width: 100%;
border-collapse: collapse
}

.table_zakaz TABLE TD {
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd
}


@media screen and (max-width:1280px) 
{

* {
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.content, .a_slide_info, .a_slider_dots
{
width:996px;
}

.a_slide_info
{
	  padding: 0 300px 50px 0;
}


nav span
{
	    padding: 15px 8px;
}

.phones
{
	margin:0 25px;
}

.search_nomer
{
	margin:0 20px;
}

.window
{
	top: -4%;
}

.prods, .models
{
	gap: 20px;
}

.pro
{
	padding: 25px 15px 20px;
}

.footer_1
{
	flex-direction: column;
	width:220px;
	text-align: center;
}

a.footer_logo
{
	margin:0 0 15px;
}

.copy
{
	width:100%;
}

.footer_row
{
	margin:0 0 0 30px;
	width:225px;
}

.tovar_info
{
	width:672px;
	margin:0 0 0 30px;
}

.tovar_img
{
	width:250px;
}

.tovar_row
{
	width:235px;
}

.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
{
	grid-template-columns: repeat(2, 1fr);
}

.shop_right
{
		width:666px;
}

.shop_right .prods, .marki
{
	grid-template-columns: repeat(3, 1fr);
}



}

@media screen and (max-width:1000px) 
{
	
	
.content, .content_small
{
width:738px;
}

.locked
{
margin:0px;
}

.content .content_small, .content .content
{
padding:0px;
}

.window
{
top:0;
}

.a_slide_info, .a_slider_dots
{
	width:100%;
}

nav, .header ul, header .lang, .search_nomer
{
	display:none;
}

a.logo {
    width: 70px;
    height: 65px;
	flex:1;
}


.header+.content
{
	position: relative;
}

header
{
	padding:0 0 60px;
}

.search
{
	position: absolute;
	top:76px;
	right:0px;
	width: 100%;
	margin:0px;
}

.search input {
    padding: 10px 50px 10px 45px;
}

.search button
{
	top: 8px;
}




.garage_alls
{
	display:block;
}

.garage_alls div
{
	padding:6px 20px;
	box-sizing: border-box;
	border:0;
	border-bottom: 1px solid #FFF;
}

.step0
 {
    grid-template-columns: repeat(4, 1fr);
}

.pop_cats, .prods, .models,  .mod_other
{
	 grid-template-columns: repeat(3, 1fr);
}

 .marki
{
	 grid-template-columns: repeat(2, 1fr);
}


.a_slide_name
{
	font-size:42px;
}

.a_slide_text
{
	font-size:22px;
}

.a_slide_info
{
	padding:35px 150px;
	position: relative;
	text-align: center;
	height:420px;
	align-items: center;
}

.a_slider_dots
{
	justify-content: center;
}


.a_slide_info:before
{
	position: absolute;
	content: "";
	top:0;
	bottom:0;
	right:0;
	left:0;
	background-color: rgba(0,0,0,.7);
	z-index:-1;
}

.footer_row, .footer_1
{
	display: flex;
        flex-direction: column;
        align-items: center;
	width:410px;
	margin:0 auto 30px;
}

a.footer_logo
{
	margin:0px auto 15px;
}

.p0, .p1
{
	width:100%;
	background-position: 50% 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;
}


.help .content_small
{
	display:block;
	text-align: center;
}

.help .name
{
	font-size:42px;
	line-height:46px;
}

.help_txt
{
	margin: 0 0 40px;
}

.menu
{
cursor: pointer;
background: url(img/menu.svg) no-repeat 50% / 34px;
width:34px;
height:50px;
margin:0 0 0 30px ;
}

#menu_after
{
	display:block;
}

#menu_after li
{
	list-style: none;
}

.menu_one, .m_menu li
{
	border-bottom:1px solid #e9e9e9;
}

.menu_one span
{
	display:block;
	background: #FFF url(img/icon_arrow5.svg) no-repeat 100% 50%;
	color:#1D3961;
	font-size:18px;
	padding:18px 15px 14px 0px;
}

nav li:hover span
{
	background-color: #FFF;
}

.open_menu .menu
{
	transform: rotate(90deg);
}

.menu_all a
{
	text-decoration: none;
	border-bottom:1px solid #d0d0d0;
	padding:2px 0 4px;
	box-sizing: border-box;
}

 .m_menu li a
 {
	 text-decoration: none;
	 display:block;
	 padding:7px 0;
 }

.lang
{
	margin:15px auto;
	justify-content: center;
}

.open_menu nav ul
{
	display: block ;
	width: 100%;
  -webkit-overflow-scrolling: touch;
}

.open_menu .menu_all
{
	position: static;
	width:100%;
	display:none;
	visibility: visible;
	box-shadow: none;
	border:0;
}


.menu_row
{
	width:100%;
	margin:0px;
	padding:0 30px;
	box-sizing: border-box;
}

.pop_cats a
{
	font-size:16px;
	line-height:22px;
}





.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:243px;
}

.tovar_50, .vin_rows
{
	display:block;
}

.vin_rows .inp_1
{
	margin:0 0 10px;
}

.prod_info
{
	display: flex;
	width:100%;
}

.prod_txt
{
	flex:1
}

.prod_prices
{
	display:block;
	width:100%;
}

.no_price button
{
	margin:0 auto 20px;
}

.contact_rows, .page_rows
{
	grid-template-columns: repeat(2, 1fr);
    
}

.shop_left
{
	display:none;
}

.shop_right
{
	display:block;
	width:100%;
	margin:0px;
}

.shop_mobile
{
padding:16px 30px;
background-color: #050C3A;
color: #FFF;
text-decoration: none;
border:0;
border-radius: 10px;
display:inline-block;
cursor: pointer;
font-weight: bold;
font-size:16px;
max-width: 290px;
/* float:right; */
text-align: center;
margin:-20px 0 20px;
}

.shop_mobile2
{
	display:block;
	margin:0px auto 10px;
	width:100%;
}

.user_login, .user_registration
{
	width:300px;
}


}

 
 @media only screen and (max-width: 761px)
  {

.content, .content_small
{
box-sizing: border-box;
width:100%;
padding:0 15px;
}

.garage_my_name
{
	display:none;
}

#window
{
	border-radius:0px;
	padding:30px 25px;
	width:100%;
	box-sizing: border-box;
}

.a_slide_info
{
	padding:35px;
}

.name, h1, .a_slide_name, .help .name
{
	font-size:36px;
	line-height:40px;
	text-align: center;
}

.name_s, .find_0, footer address
{
	text-align: center;
}

.name_2, h2
{
	font-size:30px;
	line-height:34px;
}

.a_slide_text, .help
{
	font-size:18px;
}

.search
{
	right:15px;
	left:15px;
	width: calc(100% - 30px);
}












    .step0, .marki , .pop_cats, .prods, .models, .mod_other,  .shop_right .prods
	{
        grid-template-columns: repeat(2, 1fr);
    }

.mod_other
{
	gap:20px;
}


.tabs 
{
	display:block;
	width:290px;
}
.tabs li
{
	display:block;
	padding:12px 0;
}

.tabs li:nth-child(2)
{
	border-bottom:1px solid #1D3961 ;
	border-top:1px solid #1D3961 ;
}

.ships
{
	float:none;
	width:100%;
	margin:0 0 20px;
	text-align: center;
}

.ships_info
{
	display:none;
}

.ship_name
{
	margin:0px;
}



.tovar_row, .tovar_p
{
	width:290px;
	display:block;
	margin:0px auto;
}

.tovar_row
{
	margin:30px auto 0;
}

.garage_car
{
	margin:0 10px 0 0;
	background: #FFF  url(img/icon_arrow.svg) no-repeat 98% 50% / 20px;
}

.user_login, .user_registration
{
	width:100%;
	box-sizing: border-box;
	margin:0px -15px 30px;
}

  }
  
  
 @media only screen and (max-width: 610px)
 {
	
.win_pro_pr0	
{
	padding:0 10px 0 0;
}

.win_pro_pr0 table tr:first-child {
display:none;
}
	
.win_pro_pr0 table td:before {
content: attr(data-label);
display:block;
margin:0 10px 0 0;
/* flex:1; */
text-align:left;
}
	
.win_pro_pr0 table tr {
display:block;
margin:0 0 10px 0;
border: 1px #d9d9d9 solid;
border-bottom:0;
}	
	


.win_pro_pr0 table td {
display:flex;
align-items:center;
justify-content: space-between;
padding:5px;
/* font-size:13px; */
text-align:right;
}	

.window .name, .window h1
{
	margin:20px 0;
	font-size:30px;
	line-height:32px;
}

.name, h1
{
	margin:20px 0 30px;
}

	.cart_img
	{
		display:none;
	}
	
/* 	.help
	{
		margin:40px 0;
	} */
	
	.pagination
	{
		padding:30px 0;
	}
	
	.model_info div
	{
		width:50%;
	}
	
	.garage_my
	{
		display:block;

	}
	
	.garage_new
	{
		display:block;
		margin:0 0 5px;
	}
	
	.garage_new span
	{

		padding: 8px 25px 8px 30px;

	}
	
	.garage_car
	{
		margin:0 15px;
	}
	
	.garage_boxs, .page_rows
	{
		display:block;
	}
	
	.page_rows a
	{
		display:block;
		max-width: 390px;
		width:100%;
		margin:0 auto 20px;
	}

	 
.t_find  tr:first-child {
display:none;
}
	
a.a_find
{
padding:0px;
text-transform: uppercase;
}	
	
.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;
}	
	
.contact_rows
{
	grid-template-columns: repeat(1, 1fr);
}

.help
{
	background-size: cover;
	padding:45px 0;
}
	
 }
 
 
 
 
 @media only screen and (max-width: 540px)
 {
	.add_cart_img, .add_cart_more, .cart_fast
	{
	display:none;
	}		
	
	.add_cart_price, .add_cart_go
	{
		display:block;
		margin:0px auto;
		width:100%;
	}
	
	.pop_cats, .marki,  .shop_right .prods
	{
        grid-template-columns: repeat(1, 1fr);
    }
	
	.pop_cats span
	{
		background: none;
		text-align: center;
		padding:15px;
	}

	a.more_big strong
	{
		  align-self: center;
		  padding:25px;
		  text-align: center;
		  width:100%;
		  background: #1D3961;
		  overflow: hidden;
		  border-radius:10px;
	}
	
	
	 .phones a:first-child
	 {
		 background: url(img/icon_phone.svg) no-repeat 50% / 30px;
		 display:block;
		 padding: 11px 20px 13px;
		 text-indent:-1111px;
		 margin:0px;
	 }
	 
	 .phones
	 {
		 width:50px;
		 margin:0px;
	 }
	 
	  .phones a
	  {
		  display:none;
		  
	  }
	  
	  .cart div
	 {
		 width: 50px;
		overflow: hidden;
		color:#FFF;
		font-size:0px;
		margin:0px;
		padding:0px;
	 }
	 
	 .cart div span
	  {
		  top:0;
	  }
	
 }
 
 
 @media only screen and (max-width: 470px)
 {
	 

	 
	  .name, h1, .a_slide_name, .help .name {
        font-size: 32px;
        line-height: 35px;
		text-align: center;
    }
	 
	 
.name_2, h2
{
	font-size:26px;
	line-height:30px;
	padding:30px 0;
	text-align: center;
}

	 .name_4, h4, h3, .name_3
	 {
		 text-align: center;
	 }
	 
	 .name_s
	 {
		 font-size:17px;
		 line-height:20px;
	 }
	 
	 .tab_info
	 {
		 margin:0 -15px;
	 }
	 
	 .pop_cats, .prods, .models,  .mod_other
	 {
	       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;
	 }
	 
	 .pop_cats a
	 {
		 
		   	padding:10px 15px 15px;
	margin:0 0 20px;
	 }
	 
	 .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
	 {
		 border:0;
	 }
	 
.tah0  tr:first-child {
display:none;
}
	
.tah0  td:before {
content: attr(data-label);
display:block;
margin:0 10px 0 0;
flex:1; 
text-align:left;
}
	
.tah0  tr {
display:block;
margin:0 0 10px 0;
border: 1px #d9d9d9 solid;
border-bottom:0;
}	

.tah0  td span
{

	font-size:18px;
	font-weight: bold;
}

.tah0 .buy
{
	background-color: #050C3A;
	color:#FFF;
}

.tah0  td {
display:flex;
align-items:center;
justify-content: space-between;
padding:5px;
/* font-size:13px; */
text-align:right;
}	

.tah0  td:nth-child(4)
{
	display:block;
	text-align: center;
}	
	 
    .mod_other2
	{
        display:block;
		text-align: center;
    }	 
	 
	.mod_other2 span 
	{
		padding:12px 22px;
		margin:0 0 5px;
	}
	 
	 .sort span
	  {
		  margin:0 0 0 7px;
		  padding: 10px 25px 10px 10px;
		  
	 }
	 
	 .prod_info
	 {
		 display:block;
		 text-align: center;
		 padding:10px;
	 }
	 .prod_txt
	 {
		 width:100%;
		 padding:0px;
	 }
	 
	 .tah0  td:nth-child(3)
{
	display:block;
	text-align: center;
}	

.contact_rows
{
	display:block; 
}

.a_slide_info
{
	padding:25px 15px;
}

.footer_row, .footer_1
{
	width:290px;
}
	 
	header .social a
	{
		margin:0 2px 0 0;
	}	
	 
 }
 
  @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;
	}
	
  }
