body {
    font-family: 'Toyota Type';
    font-size: 14px;
    color: #282830;
    position: relative;
    font-weight: 400;
    padding: 0px;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
    background: #f7f7f7;
}

.compensate-for-scrollbar {
    margin: 0 auto !important;
    overflow: auto !important;
}

* {
    box-sizing: border-box;
}

ul {
    list-style: none;
    padding: 0;
}

input[type=file] {display:none;}

.resp_table{width:100%;}
.resp_table tr td:before{display:none;}
.resp_table img {
    max-width: unset;
    width: unset;
    display: block;
    width: 100%;
    /* height: 39px; */
}
.t_#282830 {color:#282830 !important;}

img {
    border-style: none;
    vertical-align: middle;
    max-width:100%;
    transition: 0.3s;
}

select::-ms-expand{
    display: none;
}

select {
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	background: url(../img/ico_select.png) 100% 50% no-repeat;
	font-family: 'Toyota Type';
	outline: none;
}

a {text-decoration:none;}

.container {
    margin: 0px auto;
    padding: 0px 15px;
    max-width: 1140px;
    position: relative;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}


input[type=text],
input[type=tel]
{
	color:#939393;
}

.has-danger input,
.has-danger select,
.has-danger textarea
{
	border-width:2px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #eba5a3;
}

#form_popup { display:none; }

.popup_container {width: 520px;max-width:100%;padding: 5px 29px;overflow: hidden !important;position: relative;box-sizing: border-box;/* border: 2px solid #282830; */background: white;text-align: center;padding-bottom: 30px;}

.popup_container .agree_field {color: #282830;font-size: 12px;}
.popup_container .agree_field a {color: #282830;}

.popup_container h2
{
	font-size: 24px;
	font-weight: 700;
	padding: 0px;
	margin: 0px;
	padding-bottom: 29px;
	text-align: center;
	padding-top: 25px;
	color: #282830;
}

.popup_container .form_comment {
    text-align: center;
    font-size: 20px;
    color: #414141;
    padding-bottom:  15px;
}
.popup_container .form_comment a {
    display: block;
    color: #414141;
    text-decoration: none;
}

.popup_container .form-group {
    margin-bottom: 10px;
}
.popup_container .form-group input[type=text],
.popup_container .form-group input[type=tel] {
    color: #939393;
    display: block;
    height: 44px;
    line-height: 100%;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: white;
    border: 2px solid #939393;
    padding: 10px;
}

.popup_container .form-group ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #939393;
  }
.popup_container .form-group ::-moz-placeholder { /* Firefox 19+ */
    color: #939393;
  }
.popup_container .form-group :-ms-input-placeholder { /* IE 10+ */
    color: #939393;
  }
.popup_container .form-group :-moz-placeholder { /* Firefox 18- */
    color: #939393;
  }

.popup_container .form-group textarea {
    color: #282830;
    display: block;
    height: 100px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: none;
    border: 1px solid #c0c6c9;
    padding: 10px;
    resize: none;
    font-size: 16px;
}

.popup_container .form-group select {
    color: #939393;
    height: 39px;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    padding-left: 10px;
    height: 38px;
    background-color: white;
    border-radius: 5px;
    border: 2px solid #939393;
}

.popup_container .form-group button {cursor: pointer;height: 38px;font-size: 16px;font-weight: 400;height: 44px;}


.alert.fancybox-content {
    overflow: hidden;
}

.not_agree button {
    background-color: #cccccc !important;
    cursor: auto !important;
    color: white !important;
    }

.agree_field {
    font-size: 14px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    top: 0px;
    font-weight: 300;
}
.agree_field a {
    color: #282830;
    text-decoration: underline;
}
.agree_field input {
    position: absolute;
    top: -1px;
    left: 0px;
    margin: -0px;
}
.agree_field span {
    padding-left: 25px;
    display: inline-block;
}

.popup_container .form-disclamer {
    color: #b8b8b8;
    font-size: 10px;
    padding-top: 10px;
    text-align: center;
}

form .form-group_wrapper {
    display: flex;
}

form .form-group {
    margin-bottom: 20px;
    position: relative;
}

form .form-group_wrapper .form-group {
    margin: 0;
}

form .form-group input[type="text"],
form .form-group input[type="number"],
form .form-group input[type="tel"] {
    height: 40px;
    width: 100%;
    color: #282830;
    font-size: 14px;
    box-sizing: border-box;
    font-weight: 400;
    text-align: left;
    border: 1px solid #d3d3d5;
    padding: 0px 25px;
    outline: none;
    background: #fff;
    border-radius: 50px;
    font-family: 'Toyota Type';
}

select {
    display: block;
    color: #282830;
    height: 40px;
    width: 100%;
    padding-left: 25px;
    padding-right: 35px;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    background: url(../img/ico_select_2.png) right 20px center no-repeat #fff;
    border: 1px solid #d3d3d5;
    border-radius: 50px;
}

form .form-group button {
    width: 100%;
    height: 40px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    outline: none;
}

form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #939393;
  }
form ::-moz-placeholder { /* Firefox 19+ */
    color: #939393;
  }
form :-ms-input-placeholder { /* IE 10+ */
    color: #939393;
  }
form :-moz-placeholder { /* Firefox 18- */
    color: #939393;
  }

.form_title {color: #282830;font-size: 36px;/* text-transform: uppercase; */padding: 0px;margin: 0px;text-align: center;padding-bottom: 47px;}

.form_title span {
    display: block;
    white-space: nowrap;
}


.btn {
    background: #ff001d;
    color: white;
    /* text-transform:uppercase; */
    text-align: center;
    height: 39px;
    width: 265px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #ff001d;
    position: relative;
    text-decoration: none;
    transition:  all .2s linear;
    border-radius: 25px;
}

.btn span {
    display:inline-block;
    width: 100%;
}

.btn:hover {
    background: #a90d0f;
    border: 1px solid #a90d0f;    
}

.btn.glass {
    background: transparent;
    border: 1px solid #afafb2;
    color: #aeaeb2;
    font-weight: 400;
}

.btn.glass:hover {
    background: #afafb2;
    color: #282830;
}




/*************************************************************************************************************************/



header {
    
padding: 12px 0;
    
box-shadow: 0 0 10px 3px rgba(0,0,0,.1);
    
position: fixed;
    
width: 100%;
    
top: 0;
    
left: 0;
    
z-index: 20;
    
background: #fff;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo_wrap {display: flex;/* align-items: center; */}

.header .logo {padding-right: 30px;margin-right: 30px;border-right: 1px solid #282830;padding-top: 7px;}

.header .logo img {

}

.header .logo2 {
}

.header .logo2 img {

}

.header .top_addr {
}

.header .top_phone a {
    font-weight: 700;
    color: #282830;
}

.header .btn {
    font-size: 14px;
    width: 170px;
}

/**************************************************************************************************************/



.banner {

margin-top: 30px;

background: url(../img/bg1.jpg) 50% 0 no-repeat;

padding-bottom: 415px;
}

.webp .banner {    
    background: url(../img/bg1.webp) 50% 0 no-repeat;
}

.banner .title_container {

}

.banner .content {

}

.banner .title {

font-size: 31px;

text-align: center;

font-weight: 600;

padding-top: 92px;
}

.banner .title span {

color: #ff001d;
}

.banner .title br {

}

.banner .btn {

}



/**************************************************************************************************************/


.banner_form {
    
margin-top: -25px;
}

.banner_form form {
}

.banner_form form  .form-group_wrapper {
    position: relative;
    padding: 5px 0;
    background: #fff;
    border-radius: 25px 0 0 25px;
    box-shadow: 0 3px 10px 3px #ababae20;
    width: 940px;
    margin: 0 auto;
}

.banner_form select {
    
border: none;
    
border-radius: 0;
    
border-right: 1px solid #adadb0;

color: #adadb0;
    
width: 220px;
font-weight: 300;
    
background: url(../img/ico_select.png) right 20px center no-repeat #fff;
}

.banner_form  .form-group input[type="text"], 
.banner_form  .form-group input[type="number"], 
.banner_form  .form-group input[type="tel"] {
    border: none;
    border-radius: 0;
    color: #282830;
    border-right: 1px solid #adadb0;
    width: 220px;
    font-weight: 300;
}

.banner_form .form-group:first-child select {
    border-radius: 25px 0 0 25px;
}

.banner_form .form-group:nth-child(4) input[type="number"],
.banner_form .form-group:nth-child(4) input[type="tel"] {
    border-right: 0;
}

.banner_form .form-group:last-child {
    position: absolute;
    top: 0;
    left: 87%;
}

.banner_form .form-group:last-child button {
    height: 50px;
    width: 160px;
}

.banner_form form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #adadb0;
  }
.banner_form form ::-moz-placeholder { /* Firefox 19+ */
    color: #adadb0;
  }
.banner_form form :-ms-input-placeholder { /* IE 10+ */
    color: #adadb0;
  }
.banner_form form :-moz-placeholder { /* Firefox 18- */
    color: #adadb0;
  }



/**************************************************************************************************************/


.instock {margin-top: 60px;}

.instock .content {

}

.instock .title {

    font-size: 14px;
    
    text-transform: uppercase;
    
    font-weight: 400;
    
    position: relative;
    
    text-align: center;
}
    
.instock .title:before {
    content: "";
    display: block;
    width: 42%;
    height: 1px;
    background: #adadb0;
    position: absolute;
    top: 50%;
    left: 0;
}

.instock .title:after {
    content: "";
    display: block;
    width: 42%;
    height: 1px;
    background: #adadb0;
    position: absolute;
    top: 50%;
    right: 0;
}

.instock .sort_btn {text-align: right;margin-top: 20px;font-size: 16px;}

.instock .sort_btn span {
    background: url(../img/ico_sort_to_max.png) 100% 50% no-repeat;
    cursor: pointer;
    padding-right: 30px;
}

.instock .sort_btn span.active {
    background: url(../img/ico_sort_to_min.png) 100% 50% no-repeat;
}

.instock .instock_block {display: flex;justify-content: space-between;align-items: flex-start;margin-top: 20px;position: relative;}

.instock .instock_filter {background: #fff;box-shadow: 0 3px 10px 3px #ababae20;padding: 25px;width: 31%;/* position: absolute; */top: 0;left: 0;z-index: 1;}

.instock .filter_block {

}

.instock .filter_block .run {

}

.instock .filter_block .price {

}

.instock .filter_block .filter_block_name {
    padding-bottom: 20px;
    padding-left: 15px;
    font-size: 16px;
}

/* range slider */

.irs--round .irs-min, .irs--round .irs-max {
    display: none !important;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    display: none !important;
}

.irs--round .irs-line {
    background-color: #d6d6d7 !important;
    height: 2px !important;
    border-radius: 0 !important;
}

.irs--round .irs-bar {
    background-color: #282830 !important;
    height: 2px !important;
}

.irs--round .irs-handle {
    border: 4px solid #282830 !important;
    background-color: #282830 !important;
    width: 20px !important;
    height: 20px !important;
}

/* range slider end */

.instock .filter_btns {margin-top: 30px;}

.instock .filter_btns .btn {
    width: 100%;
    height: 44px;
    margin-bottom: 10px;
}


.instock .filter_block .form-group_wrapper {justify-content: space-around;}

.instock .filter_block .form-group {
    width: 100%;
}

.instock .filter_block .form-group_wrapper .form-group {width: 45%;}


.instock .cars {width: 66%;display: flex;justify-content: space-between;flex-wrap: wrap;position: relative;}

.instock .car_item {width: 48%;box-shadow: 0 3px 10px 3px #ababae20;margin-bottom: 30px;display: flex;flex-direction: column;justify-content: space-between;background: #fff;}

.instock .car_item .car_image {max-height: 190px;overflow: hidden;display: flex;align-items: center;justify-content: center;}

.instock .car_item .car_image img {

}

.instock .car_item .car_name {padding: 20px 25px 0;font-size: 20px;font-weight: 600;line-height: 110%;}

.instock .car_item .car_compl {padding: 5px 25px 0;}

.instock .car_item .car_tech {padding: 10px 25px 0;}

.instock .car_item .car_tech div {padding-left: 30px;margin-bottom: 10px;}

.instock .car_item .car_tech .engine {
    background: url(../img/car_tech_ico1.png) 0 50% no-repeat;
}

.instock .car_item .car_tech .run {background: url(../img/car_tech_ico3.png) 0 50% no-repeat;}

.instock .car_item .car_price {font-size: 20px;font-weight: 600;padding: 10px 25px 0;}

.instock .car_item .car_btns {padding: 20px 25px 10px;}

.instock .car_item .car_btns .btn {width: 100%;margin-bottom: 10px;height: 44px;}

.instock .show_more_cars {position: absolute;bottom: -20px;font-size: 16px;padding-right: 30px;left: calc(50% - 70px);background: url(../img/ico_select_2.png) 100% 50% no-repeat;cursor: pointer;}



/****************************************************************************************************/


.tradein {

background: url(../img/tradein.jpg) 50% 0 no-repeat;

margin-top: 90px;

padding-top: 50px;

padding-bottom: 50px;

color: #fff;
}

.webp .tradein {

background: url(../img/tradein.webp) 50% 0 no-repeat;
}


.tradein .content {

}

.tradein .title {

font-size: 14px;

text-transform: uppercase;

font-weight: 300;

position: relative;

text-align: center;
}

.tradein .title:before {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
}

.tradein .title:after {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
}

.tradein .desc {

font-size: 32px;

text-align: center;

padding-top: 50px;

padding-bottom: 50px;
}

.tradein form {
    
}

.tradein form .agree_field {
    left: calc(50% - 208px);
    margin-top: 20px;
}

.tradein form .agree_field a {color: #fff;}

.tradein form  .form-group_wrapper {
    position: relative;
    padding: 5px 0;
    background: #fff;
    border-radius: 25px 0 0 25px;
    box-shadow: 0 3px 10px 3px #ababae20;
    width: 940px;
    margin: 0 auto;
}

.tradein select {
    
border: none;
    
border-radius: 0;
    
border-right: 1px solid #adadb0;

color: #adadb0;

font-weight: 300;
    
width: 220px;
    
background: url(../img/ico_select.png) right 20px center no-repeat #fff;
}

.tradein  .form-group input[type="text"], 
.tradein  .form-group input[type="number"], 
.tradein  .form-group input[type="tel"] {
    border: none;
    border-radius: 0;
    color: #282830;
    border-right: 1px solid #adadb0;
    width: 220px;
    font-weight: 300;
}

.tradein .form-group:first-child select {
    border-radius: 25px 0 0 25px;
    /* width: 100%; */
}

.tradein .form-group:nth-child(4) input[type="number"],
.tradein .form-group:nth-child(4) input[type="tel"] {
    border-right: 0;
}

.tradein .form-group:last-child {
    position: absolute;
    top: 0;
    left: 87%;
}

.tradein .form-group:last-child button {
    height: 50px;
    width: 160px;
}

.tradein form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #adadb0;
  }
.tradein form ::-moz-placeholder { /* Firefox 19+ */
    color: #adadb0;
  }
.tradein form :-ms-input-placeholder { /* IE 10+ */
    color: #adadb0;
  }
.tradein form :-moz-placeholder { /* Firefox 18- */
    color: #adadb0;
  }



/**************************************************************************************************************/



.how_we_work {

margin-top: 110px;
}

.how_we_work .content {

}

.how_we_work .title {

font-size: 14px;

text-transform: uppercase;

font-weight: 400;

position: relative;

text-align: center;
}
    
.how_we_work .title:before {
    content: "";
    display: block;
    width: 42%;
    height: 1px;
    background: #adadb0;
    position: absolute;
    top: 50%;
    left: 0;
}

.how_we_work .title:after {
    content: "";
    display: block;
    width: 42%;
    height: 1px;
    background: #adadb0;
    position: absolute;
    top: 50%;
    right: 0;
}

.how_we_work .items {

margin-top: 80px;

display: flex;

justify-content: space-between;
}

.how_we_work .item {

background: #fff;

box-shadow: 0 3px 10px 3px #ababae20;

width: 32%;

padding: 20px 20px 30px 20px;

display: flex;

align-items: center;
}

.how_we_work .item .num {

color: #e9e9ea;

font-size: 72px;

font-weight: 600;

padding-right: 10px;
}

.how_we_work .item .desc {

}

.how_we_work .item .desc_title {

font-size: 20px;

font-weight: 600;

padding-bottom: 10px;
}

.how_we_work .item .text {
}




/**************************************************************************************************************/


.credit {margin-top: 120px;background: linear-gradient(to right, #d2d2d3 50%, transparent 50%);padding: 40px 0;}

.credit .content {

display: flex;

justify-content: space-between;
}

.credit .credit_img {
    box-shadow: 0 3px 10px 3px #ababae20;
}

.credit .credit_info {

display: flex;

flex-direction: column;

justify-content: space-between;

width: 360px;
}

.credit .title {

line-height: 115%;

font-size: 32px;
}

.credit .credit_list {

}

.credit .item {

padding: 10px 0;

padding-left: 70px;

line-height: 115%;
}

.credit .item.ico1 {

background: url(../img/credit_ico1.png) 0 50% no-repeat;
}

.credit .item.ico2 {
background: url(../img/credit_ico2.png) 0 50% no-repeat;
}

.credit .item.ico3 {
background: url(../img/credit_ico3.png) 0 50% no-repeat;
}

.credit .btn {

width: 100%;
}



/**************************************************************************************************************/



.advs {

margin-top: 120px;
}

.advs .content {

}

.advs .title {

    font-size: 14px;
    
    text-transform: uppercase;
    
    font-weight: 400;
    
    position: relative;
    
    text-align: center;
}
    
.advs .title:before {
    content: "";
    display: block;
    width: 42%;
    height: 1px;
    background: #adadb0;
    position: absolute;
    top: 50%;
    left: 0;
}

.advs .title:after {
    content: "";
    display: block;
    width: 42%;
    height: 1px;
    background: #adadb0;
    position: absolute;
    top: 50%;
    right: 0;
}

.advs .items {

margin-top: 50px;

display: flex;

justify-content: space-between;
}

.advs .item_block {

display: flex;

justify-content: space-between;

flex-wrap: wrap;
}

.advs .item_block:first-child {

width: 66%;
}

.advs .item_block:last-child {

width: 32%;

flex-direction: column;
}


.advs .item {

position: relative;

padding: 30px;

padding-top: 90px;
}

.advs .item.item:before {
    content: "01";
    font-size: 56px;
    position: absolute;
    top: 2px;
    left: 30px;
    font-weight: 600;
}

.advs .item.num1 {

width: 100%;

color: #fff;

margin-bottom: 20px;

padding-bottom: 55px;

background: url(../img/advs_img1.png) 91% 50% no-repeat #282830;
}

.advs .item.num2 {

padding-bottom: 150px;

background: url(../img/advs_img2.png) 90% 95% no-repeat #d2d2d3;
}

.advs .item.num3 {

padding-bottom: 150px;

background: url(../img/advs_img3.png) 100% 90% no-repeat #d2d2d3;
}

.advs .item.num4 {

color: #fff;

width: 62%;

background: url(../img/advs_img4.png) 50% 100% no-repeat #282830;
}

.advs .item.num5 {

background: #282830;

color: #fff;

padding-bottom: 40px;
}

.advs .item.num1:before {
    content: "01";
    color: #515158;
}
.advs .item.num2:before {
    content: "02";
    color: #b0b0b2;
}
.advs .item.num3:before {
    content: "03";
    color: #b0b0b2;
}
.advs .item.num4:before {
    content: "04";
    color: #515158;
}
.advs .item.num5:before {
    content: "05";
    color: #515158;
}

.advs .item_title {

font-size: 20px;
}

.advs .desc {

font-weight: 300;

line-height: 100%;

padding-top: 15px;
}





/**************************************************************************************************************/



.have_question {

margin-top: 120px;

background: url(../img/have_question.jpg) 50% 0 no-repeat;

padding: 60px 0;

color: #fff;
}

.have_question .content {

}

.have_question .title {

font-size: 14px;

text-transform: uppercase;

font-weight: 300;

position: relative;

text-align: center;

color: #f7f7f7;
}
    
.have_question .title:before {
    content: "";
    display: block;
    width: 41%;
    height: 1px;
    background: #adadb0;
    position: absolute;
    top: 50%;
    left: 0;
}

.have_question .title:after {
    content: "";
    display: block;
    width: 41%;
    height: 1px;
    background: #adadb0;
    position: absolute;
    top: 50%;
    right: 0;
}

.have_question .text {

padding-top: 40px;

text-align: center;

font-size: 32px;
}

.have_question .desc {

text-align: center;

font-size: 22px;

font-weight: 300;
}

.have_question form {

width: 560px;

margin: 0 auto;

margin-top: 40px;
}


.have_question form .agree_field {
    left: calc(50% - 208px);
    margin-top: 20px;
}

.have_question form .agree_field a {color: #fff;}

.have_question form  .form-group_wrapper {
position: relative;
width: 100%;
}

.have_question  .form-group input[type="text"], 
.have_question  .form-group input[type="number"], 
.have_question  .form-group input[type="tel"] {
    
border: none;
    
border-radius: 25px;
    
color: #fff;
    
width: 100%;
    
height: 46px;
    
background: rgba(255,255,255,.3);
    
padding-left: 60px;
}

.have_question  .form-group:first-child {
    width: 100%;
}

.have_question  .form-group:last-child {
    position: absolute;
    top: 0;
    right: 0;
}

.have_question .form-group button {
    height: 46px;
    width: 160px;
}

.have_question form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
  }
.have_question form ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
  }
.have_question form :-ms-input-placeholder { /* IE 10+ */
    color: #fff;
  }
.have_question form :-moz-placeholder { /* Firefox 18- */
    color: #fff;
  }




/**************************************************************************************************************/


.contacts {

margin-top: 120px;

background: linear-gradient(to left, #d2d2d3 50%, transparent 50%);

padding: 40px 0;
}

.contacts .content {
    
display: flex;
    
justify-content: space-between;
    
align-items: center;
}

.contacts .contacts_block {
}

.contacts .title {

font-size: 32px;
}

.contacts .text {

font-weight: 300;

text-align: center;

padding-top: 20px;
}

.contacts .bottom_addr {font-size: 20px;/* text-align: center; */margin-top: 50px;padding-left: 30px;background: url(../img/loc_bot.png) 0 50% no-repeat;}

.contacts .bottom_phone {

margin-top: 30px;

padding-left: 30px;

background: url(../img/phone_bot.png) 0 50% no-repeat;
}

.contacts .bottom_phone a {

font-size: 20px;

color: #282830;

font-weight: 600;
}

.contacts .btn {
    margin-top: 50px;
    width: 260px;
    height: 46px;
}



/**************************************************************************************************************/


#map1 {
    height: 340px;
    width: 660px;
    max-width: 100%;
    background:url(../img/map.jpg) 50% 0% no-repeat;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.05);
}

.webp #map1 {
	background:url(../img/map.webp) 50% 0% no-repeat;
}

footer {
    padding-top: 21px;
    padding-bottom: 20px;
    background: #23232d;
    color: #fff;
}


.disclamer_switch_bg {
    
}

.disclamer_switch {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;
}

footer .disclamer {font-size:10px;display: none;text-align: left;padding-top: 35px;}

.copyright {font-size:12px;position: absolute;top: 0px;left: 15px;}


/*------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1900px) {
   
}
@media (max-width: 1800px) {
   
}
@media (max-width: 1500px) {
   
}
@media (max-width: 1280px) {

}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px){

header {
}

.header {
}

.header .logo_wrap {
    
}

.header .logo {
    
}

.header .logo img {

}

.header .logo2 {
}

.header .logo2 img {

}

.header .top_addr {
}

.header .top_phone a {
}

.header .btn {
}

/**************************************************************************************************************/



.banner {
}

.banner {
    background-size: 1800px auto !important;
}

.banner .title_container {

}

.banner .content {

}

.banner .title {
}

.banner .title span {
}

.banner .title br {

}

.banner .btn {

}



/**************************************************************************************************************/


.banner_form {
}

.banner_form form {
}

.banner_form form  .form-group_wrapper {width: 100%;}

.banner_form select {width: auto;}

.banner_form  .form-group input[type="text"], 
.banner_form  .form-group input[type="number"], 
.banner_form  .form-group input[type="tel"] {width: auto;}

.banner_form .form-group:first-child select {
}

.banner_form .form-group:nth-child(4) input[type="number"],
.banner_form .form-group:nth-child(4) input[type="tel"] {
}

.banner_form .form-group:last-child {left: 85%;}

.banner_form .form-group:last-child button {width: 100%;}

.banner_form form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    
}
.banner_form form ::-moz-placeholder { /* Firefox 19+ */
    
}
.banner_form form :-ms-input-placeholder { /* IE 10+ */
    
}
.banner_form form :-moz-placeholder { /* Firefox 18- */
    
}



/**************************************************************************************************************/


.instock {
    
}

.instock .content {

}

.instock .title {
    
}
    
.instock .title:before {
    
}

.instock .title:after {
    
}

.instock .sort_btn {
    
}

.instock .sort_btn span {
    
}

.instock .sort_btn span.active {
    
}

.instock .instock_block {
    
}

.instock .instock_filter {
    
}

.instock .filter_block {

}

.instock .filter_block .run {

}

.instock .filter_block .price {

}

.instock .filter_block .filter_block_name {
    
}

/* range slider */

.irs--round .irs-min, .irs--round .irs-max {
    
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    
}

.irs--round .irs-line {
    
}

.irs--round .irs-bar {
    
}

.irs--round .irs-handle {
    
}

/* range slider end */

.instock .filter_btns {

}

.instock .filter_btns .btn {
    
}


.instock .filter_block .form-group_wrapper {
    
}

.instock .filter_block .form-group {
    
}

.instock .filter_block .form-group_wrapper .form-group {
    
}


.instock .cars {
    
}

.instock .car_item {
    
}

.instock .car_item .car_image {
    
}

.instock .car_item .car_image img {

}

.instock .car_item .car_name {
    
}

.instock .car_item .car_compl {
    
}

.instock .car_item .car_tech {
    
}

.instock .car_item .car_tech div {
    
}

.instock .car_item .car_tech .engine {
    
}

.instock .car_item .car_tech .run {
    
}

.instock .car_item .car_price {
    
}

.instock .car_item .car_btns {
    
}

.instock .car_item .car_btns .btn {
    
}



/****************************************************************************************************/


.tradein {
    
}

.webp .tradein {
    
}


.tradein .content {

}

.tradein .title {
    
}

.tradein .title:before {
    width: 35%;
}

.tradein .title:after {
    width: 35%;
}

.tradein .desc {
    
}

.tradein form {
    
}

.tradein form .agree_field {
    
}

.tradein form .agree_field a {
    
}

.tradein form  .form-group_wrapper {
    width: 100%;
}

.tradein select {
    width: auto;
}

.tradein  .form-group input[type="text"], 
.tradein  .form-group input[type="number"], 
.tradein  .form-group input[type="tel"] {
    width: auto;
}

.tradein .form-group:first-child select {
    
}

.tradein .form-group:nth-child(4) input[type="number"],
.tradein .form-group:nth-child(4) input[type="tel"] {
    
}

.tradein .form-group:last-child {
    left: 86%;
}

.tradein .form-group:last-child button {
    
}

.tradein form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    
}
.tradein form ::-moz-placeholder { /* Firefox 19+ */
    
}
.tradein form :-ms-input-placeholder { /* IE 10+ */
    
}
.tradein form :-moz-placeholder { /* Firefox 18- */
    
}



/**************************************************************************************************************/



.how_we_work {
    
}

.how_we_work .content {

}

.how_we_work .title {
    
}
    
.how_we_work .title:before {
    width: 35%;
}

.how_we_work .title:after {
    width: 35%;
}

.how_we_work .title:before {

}

.how_we_work .title:after {

}

.how_we_work .items {
    
}

.how_we_work .item {
    
}

.how_we_work .item .num {
    
}

.how_we_work .item .desc {

}

.how_we_work .item .desc_title {
    
}

.how_we_work .item .text {
}




/**************************************************************************************************************/


.credit {
    
}

.credit .content {
    
}

.credit .credit_img {padding-right: 20px;}

.credit .credit_info {
    
}

.credit .title {
    
}

.credit .credit_list {

}

.credit .item {
    
}

.credit .item.ico1 {

}

.credit .item.ico2 {
}

.credit .item.ico3 {
}

.credit .btn {
    
}



/**************************************************************************************************************/



.advs {
    
}

.advs .content {

}

.advs .title {
    
}
    
.advs .title:before {
    width: 35%;
}

.advs .title:after {
    width: 35%;
}

.advs .items {
    
}

.advs .item_block {
    
}

.advs .item_block:first-child {
    
}

.advs .item_block:last-child {
    
}


.advs .item {
    
}

.advs .item.item:before {
    
}

.advs .item.num1 {
    
}

.advs .item.num2 {
    
}

.advs .item.num3 {
    width: 36%;
}

.advs .item.num4 {
    
}

.advs .item.num5 {
    
}

.advs .item.num1:before {
    
}
.advs .item.num2:before {
    
}
.advs .item.num3:before {
    
}
.advs .item.num4:before {
    
}
.advs .item.num5:before {
    
}

.advs .item_title {
    
}

.advs .desc {
    
}





/**************************************************************************************************************/



.have_question {
    
}

.have_question .content {

}

.have_question .title {
    
}
    
.have_question .title:before {
    width: 35%;
}

.have_question .title:after {
    width: 35%;
}

.have_question .text {
    
}

.have_question .desc {
    
}

.have_question form {
    
}


.have_question form .agree_field {
    
}

.have_question form .agree_field a {
    
}

.have_question form  .form-group_wrapper {
    
}

.have_question  .form-group input[type="text"], 
.have_question  .form-group input[type="number"], 
.have_question  .form-group input[type="tel"] {
    
}

.have_question  .form-group:first-child {
    
}

.have_question  .form-group:last-child {
    
}

.have_question .form-group button {
}

.have_question form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    
}
.have_question form ::-moz-placeholder { /* Firefox 19+ */
    
}
.have_question form :-ms-input-placeholder { /* IE 10+ */
    
}
.have_question form :-moz-placeholder { /* Firefox 18- */
    
}




/**************************************************************************************************************/


.contacts {
    
}

.contacts .content {
    
}

.contacts .contacts_block {padding-right: 20px;}

.contacts .title {
    
}

.contacts .text {
    
}

.contacts .bottom_addr {
    
}

.contacts .bottom_phone {
    
}

.contacts .bottom_phone a {
    
}

.contacts .btn {
    
}
    
}
/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {

header {
}

.header {
}

.header .logo_wrap {
    
}

.header .logo {
    
}

.header .logo img {

}

.header .logo2 {
}

.header .logo2 img {

}

.header .top_addr {display: none;}

.header .top_phone a {
}

.header .btn {
}

/**************************************************************************************************************/



.banner {background-size: 1350px auto !important;background-position: 50% 40px !important;}

.banner {padding-bottom: 310px;}

.banner .title_container {

}

.banner .content {

}

.banner .title {
}

.banner .title span {
}

.banner .title br {

}

.banner .btn {

}



/**************************************************************************************************************/


.banner_form {
}

.banner_form form {
}

.banner_form form  .form-group_wrapper {
    flex-wrap: wrap;
    border-radius: 0;
    background: none;
    box-shadow: none;
    margin: 0 auto;
    width: 60%;
}

.banner_form form  .form-group_wrapper .form-group {
    width: 100%;
    margin-bottom: 10px;
}

.banner_form select {border-right: none !important;border-radius: 25px !important;width: 100%;border: 1px solid #d3d3d5;}

.banner_form  .form-group input[type="text"], 
.banner_form  .form-group input[type="number"], 
.banner_form  .form-group input[type="tel"] {border-right: none !important;border-radius: 25px !important;border: 1px solid #d3d3d5;width: 100%;}

.banner_form .form-group:first-child select {
}

.banner_form .form-group:nth-child(4) input[type="number"],
.banner_form .form-group:nth-child(4) input[type="tel"] {
}

.banner_form .form-group:last-child {
    position: static;
}

.banner_form .form-group:last-child button {height: 40px;}

.banner_form form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    
}
.banner_form form ::-moz-placeholder { /* Firefox 19+ */
    
}
.banner_form form :-ms-input-placeholder { /* IE 10+ */
    
}
.banner_form form :-moz-placeholder { /* Firefox 18- */
    
}



/**************************************************************************************************************/


.instock {
    
}

.instock .content {

}

.instock .title {
    
}
    
.instock .title:before {
    
}

.instock .title:after {
    
}

.instock .sort_btn {
    
}

.instock .sort_btn span {
    
}

.instock .sort_btn span.active {
    
}

.instock .instock_block {
    flex-wrap: wrap;
}

.instock .instock_filter {
    position: static;
    width: 100%;
    padding: 50px;
}

.instock .filter_block {

}

.instock .filter_block .run {

}

.instock .filter_block .price {

}

.instock .filter_block .filter_block_name {
    
}

/* range slider */

.irs--round .irs-min, .irs--round .irs-max {
    
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    
}

.irs--round .irs-line {
    
}

.irs--round .irs-bar {
    
}

.irs--round .irs-handle {
    
}

/* range slider end */

.instock .filter_btns {

}

.instock .filter_btns .btn {
    
}


.instock .filter_block .form-group_wrapper {
    
}

.instock .filter_block .form-group {
    
}

.instock .filter_block .form-group_wrapper .form-group {
    
}


.instock .cars {width: 100%;margin-top: 60px;}

.instock .car_item {
    
}

.instock .car_item .car_image {
    
}

.instock .car_item .car_image img {

}

.instock .car_item .car_name {
    
}

.instock .car_item .car_compl {
    
}

.instock .car_item .car_tech {
    
}

.instock .car_item .car_tech div {
    
}

.instock .car_item .car_tech .engine {
    
}

.instock .car_item .car_tech .run {
    
}

.instock .car_item .car_price {
    
}

.instock .car_item .car_btns {
    
}

.instock .car_item .car_btns .btn {
    
}



/****************************************************************************************************/


.tradein {
    
}

.webp .tradein {
    
}


.tradein .content {

}

.tradein .title {
    
}

.tradein .title:before {
    
}

.tradein .title:after {
    
}

.tradein .desc {
    
}

.tradein form {
    
}

.tradein form .agree_field {
    color: #282830;
}

.tradein form .agree_field a {
    color: #282830;
}

.tradein form  .form-group_wrapper {
    flex-wrap: wrap;
    width: 60%;
    margin: 0 auto;
    background: none;
    border-radius: 0;
    box-shadow: none;
}

.tradein form  .form-group_wrapper .form-group {
    width: 100%;
    margin-bottom: 10px;
}

.tradein select {
    border-right: none !important;
    border-radius: 25px !important;
    width: 100%;
    border: 1px solid #d3d3d5;
}

.tradein  .form-group input[type="text"], 
.tradein  .form-group input[type="number"], 
.tradein  .form-group input[type="tel"] {
    border-right: none !important;
    border-radius: 25px !important;
    width: 100%;
    border: 1px solid #d3d3d5;
}

.tradein .form-group:first-child select {
    
}

.tradein .form-group:nth-child(4) input[type="number"],
.tradein .form-group:nth-child(4) input[type="tel"] {
    
}

.tradein .form-group:last-child {
    position: static;
    width: 100%;
}

.tradein .form-group:last-child button {
    width: 100%;
    height: 40px;
}

.tradein form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    
}
.tradein form ::-moz-placeholder { /* Firefox 19+ */
    
}
.tradein form :-ms-input-placeholder { /* IE 10+ */
    
}
.tradein form :-moz-placeholder { /* Firefox 18- */
    
}



/**************************************************************************************************************/



.how_we_work {
    
}

.how_we_work .content {

}

.how_we_work .title {
    
}
    
.how_we_work .title:before {
    
}

.how_we_work .title:after {
    
}

.how_we_work .title:before {

}

.how_we_work .title:after {

}

.how_we_work .items {
    flex-wrap: wrap;
}

.how_we_work .item {
    margin-bottom: 15px;
    width: 100%;
}

.how_we_work .item .num {
    
}

.how_we_work .item .desc {

}

.how_we_work .item .desc_title {
    
}

.how_we_work .item .text {
}




/**************************************************************************************************************/


.credit {
    background: #d2d2d3;
}

.credit .content {flex-wrap: wrap;}

.credit .credit_img {padding-bottom: 30px;padding-right: 0;margin: 0 auto;box-shadow: none;}

.credit .credit_info {
    
}

.credit .title {
    
}

.credit .credit_list {

}

.credit .item {
    
}

.credit .item.ico1 {

}

.credit .item.ico2 {
}

.credit .item.ico3 {
}

.credit .btn {
    
}



/**************************************************************************************************************/



.advs {
    
}

.advs .content {

}

.advs .title {
    
}
    
.advs .title:before {
    
}

.advs .title:after {
    
}

.advs .items {
    
}

.advs .item_block {
    
}

.advs .item_block:first-child {
    
}

.advs .item_block:last-child {
    
}


.advs .item {
    
}

.advs .item.item:before {
    
}

.advs .item.num1 {
    
}

.advs .item.num2 {
    
}

.advs .item.num3 {
    
}

.advs .item.num4 {
    
}

.advs .item.num5 {
    
}

.advs .item.num1:before {
    
}
.advs .item.num2:before {
    
}
.advs .item.num3:before {
    
}
.advs .item.num4:before {
    
}
.advs .item.num5:before {
    
}

.advs .item_title {
    
}

.advs .desc {
    
}





/**************************************************************************************************************/



.have_question {
    
}

.have_question .content {

}

.have_question .title {
    
}
    
.have_question .title:before {
    
}

.have_question .title:after {
    
}

.have_question .text {
    
}

.have_question .desc {
    
}

.have_question form {
    
}


.have_question form .agree_field {
    
}

.have_question form .agree_field a {
    
}

.have_question form  .form-group_wrapper {
    
}

.have_question  .form-group input[type="text"], 
.have_question  .form-group input[type="number"], 
.have_question  .form-group input[type="tel"] {
    
}

.have_question  .form-group:first-child {
    
}

.have_question  .form-group:last-child {
    
}

.have_question .form-group button {
}

.have_question form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    
}
.have_question form ::-moz-placeholder { /* Firefox 19+ */
    
}
.have_question form :-ms-input-placeholder { /* IE 10+ */
    
}
.have_question form :-moz-placeholder { /* Firefox 18- */
    
}




/**************************************************************************************************************/


.contacts {
    
}

.contacts .content {
    
}

.contacts .contacts_block {
}

.contacts .title {
    
}

.contacts .text {
    
}

.contacts .bottom_addr {
    
}

.contacts .bottom_phone {
    
}

.contacts .bottom_phone a {
    
}

.contacts .btn {
    
}

#map1 {
    background-position: 48% !important;
    width: 50%;
}

    

}

	
/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
	
	.fancybox-type-image {width: 100% !important;margin: 0px !important;left: 0px !important;}
	.fancybox-close {right: 9px !important;top: 9px !important;}
	.fancybox-inner {width: 100% !important;margin: 0px !important;padding: 0px !important;}
	.fancybox-wrap {margin:0px !important;width: 100% !important;left: 0px !important;top: 20px !important;}
	.fancybox-type-image .fancybox-close {top: -8px !important;}

	.simple_slider .btn_left {display:none !important;}
	.simple_slider .btn_right {display:none !important;}
	
	.popup_container {width:100%;}

    /************************************************************************/
    
    body {
        background: #fff;
    }

    .btn {
        width: 100%;
    }


    header {
    }
    
    .header {
    flex-wrap: wrap;
    }
    
    .header .logo_wrap {
        width: 50%;
        align-items: center;
    }
    
    .header .logo {
        padding-top: 0;
        padding-right: 10px;
        margin-right: 10px;
        width: 35%;
    }
    
    .header .logo img {
    
    }
    
    .header .logo2 {
    width: 35%;
    }
    
    .header .logo2 img {
    
    }
    
    .header .top_addr {display: none;}
    
    .header .top_phone a {
    }
    
    .header .btn {
    width: 100%;
    margin-top: 10px;
    }
    
    /**************************************************************************************************************/
    
    
    
    .banner {background-size: 1350px auto !important;background-position: 50% 40px !important;}
    
    .banner {padding-bottom: 310px;background-size: 560px auto !important;background-position: 50% 75px !important;padding-bottom: 0;}
    
    .banner .title_container {
    
    }
    
    .banner .content {
    
    }
    
    .banner .title {
    font-size: 24px;
    line-height: 120%;
    padding-top: 275px;
    }
    
    .banner .title span {
    }
    
    .banner .title br {
    
    }
    
    .banner .btn {
    
    }
    
    
    
    /**************************************************************************************************************/
    
    
    .banner_form {
    margin-top: 40px;
    }
    
    .banner_form form {
    }
    
    .banner_form form  .form-group_wrapper {
        flex-wrap: wrap;
        border-radius: 0;
        background: none;
        box-shadow: none;
        margin: 0 auto;
        width: 100%;
    }
    
    .banner_form form  .form-group_wrapper .form-group {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .banner_form select {border-right: none !important;border-radius: 25px !important;width: 100%;border: 1px solid #d3d3d5;}
    
    .banner_form  .form-group input[type="text"], 
    .banner_form  .form-group input[type="number"], 
    .banner_form  .form-group input[type="tel"] {border-right: none !important;border-radius: 25px !important;border: 1px solid #d3d3d5;width: 100%;}
    
    .banner_form .form-group:first-child select {
    }
    
    .banner_form .form-group:nth-child(4) input[type="number"],
    .banner_form .form-group:nth-child(4) input[type="tel"] {
    }
    
    .banner_form .form-group:last-child {
        position: static;
    }
    
    .banner_form .form-group:last-child button {height: 40px;width: 100%;}
    
    .banner_form form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        
    }
    .banner_form form ::-moz-placeholder { /* Firefox 19+ */
        
    }
    .banner_form form :-ms-input-placeholder { /* IE 10+ */
        
    }
    .banner_form form :-moz-placeholder { /* Firefox 18- */
        
    }
    
    
    
    /**************************************************************************************************************/
    
    
    .instock {
        
    }
    
    .instock .content {
    
    }
    
    .instock .title {
        font-size: 24px;
    }
        
    .instock .title:before {
        display: none;
    }
    
    .instock .title:after {
        display: none;
    }
    
    .instock .sort_btn {
        text-align: left;
    }
    
    .instock .sort_btn span {
        
    }
    
    .instock .sort_btn span.active {
        
    }
    
    .instock .instock_block {
        flex-wrap: wrap;
    }
    
    .instock .instock_filter {
        position: static;
        width: 100%;
        padding: 0;
        box-shadow: none;
    }
    
    .instock .filter_block {
    
    }
    
    .instock .filter_block .run {
    
    }
    
    .instock .filter_block .price {
    
    }
    
    .instock .filter_block .filter_block_name {
        
    }
    
    /* range slider */
    
    .irs--round .irs-min, .irs--round .irs-max {
        
    }
    
    .irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
        
    }
    
    .irs--round .irs-line {
        
    }
    
    .irs--round .irs-bar {
        
    }
    
    .irs--round .irs-handle {
        
    }
    
    /* range slider end */
    
    .instock .filter_btns {
    
    }
    
    .instock .filter_btns .btn {
        
    }
    
    
    .instock .filter_block .form-group_wrapper {
        
    }
    
    .instock .filter_block .form-group {
        margin-bottom: 10px;
    }
    
    .instock .filter_block .form-group_wrapper .form-group {
        
    }
    
    
    .instock .cars {width: 100%;margin-top: 60px;}
    
    .instock .car_item {
        box-shadow: none;
        width: 100%;
        background: none;
    }
    
    .instock .car_item .car_image {
        
    }
    
    .instock .car_item .car_image img {
    
    }
    
    .instock .car_item .car_name {
        padding-left: 0;
        padding-right: 0;
    }
    
    .instock .car_item .car_compl {
        padding-left: 0;
        padding-right: 0;
    }
    
    .instock .car_item .car_tech {
        padding-left: 0;
        padding-right: 0;
    }
    
    .instock .car_item .car_tech div {
        
    }
    
    .instock .car_item .car_tech .engine {
        
    }
    
    .instock .car_item .car_tech .run {
        
    }
    
    .instock .car_item .car_price {
        padding-left: 0;
        padding-right: 0;
    }
    
    .instock .car_item .car_btns {
        padding-left: 0;
        padding-right: 0;
    }
    
    .instock .car_item .car_btns .btn {
        
    }
    
    
    
    /****************************************************************************************************/
    
    
    .tradein {
        
    }
    
    .webp .tradein {
        background-size: 740px auto !important;
        background-position: 50% 0 !important;
        margin-top: 60px;
        padding: 0;
        color: #282830;
    }
    
    
    .tradein .content {
    padding-top: 170px;
    }
    
    .tradein .title {
        font-size: 24px;
        font-weight: 400;
    }
    
    .tradein .title:before {
        display: none;
    }
    
    .tradein .title:after {
        display: none;
    }
    
    .tradein .desc {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 0;
    }
    
    .tradein form {
        padding-top: 15px;
    }
    
    .tradein form .agree_field {
        color: #282830;
        left: 0;
    }
    
    .tradein form .agree_field a {
        color: #282830;
    }
    
    .tradein form  .form-group_wrapper {
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
        background: none;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
    }
    
    .tradein form  .form-group_wrapper .form-group {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .tradein select {
        border-right: none !important;
        border-radius: 25px !important;
        width: 100%;
        border: 1px solid #d3d3d5;
    }
    
    .tradein  .form-group input[type="text"], 
    .tradein  .form-group input[type="number"], 
    .tradein  .form-group input[type="tel"] {
        border-right: none !important;
        border-radius: 25px !important;
        width: 100%;
        border: 1px solid #d3d3d5;
    }
    
    .tradein .form-group:first-child select {
        
    }
    
    .tradein .form-group:nth-child(4) input[type="number"],
    .tradein .form-group:nth-child(4) input[type="tel"] {
        
    }
    
    .tradein .form-group:last-child {
        position: static;
        width: 100%;
    }
    
    .tradein .form-group:last-child button {
        width: 100%;
        height: 40px;
    }
    
    
    
    /**************************************************************************************************************/
    
    
    
    .how_we_work {
        margin-top: 60px;
    }
    
    .how_we_work .content {
    
    }
    
    .how_we_work .title {
        font-size: 24px;
    }
        
    .how_we_work .title:before {
        display: none;
    }
    
    .how_we_work .title:after {
        display: none;
    }
    
    .how_we_work .items {
        flex-wrap: wrap;
        margin-top: 20px;
    }
    
    .how_we_work .item {
        margin-bottom: 15px;
        width: 100%;
        box-shadow: none;
        padding: 0;
    }
    
    .how_we_work .item .num {
        
    }
    
    .how_we_work .item .desc {
    
    }
    
    .how_we_work .item .desc_title {
        font-size: 18px;
        padding-bottom: 5px;
    }
    
    .how_we_work .item .text {
    font-size: 13px;
    }
    
    
    
    
    /**************************************************************************************************************/
    
    
    .credit {
        background: none;
        padding: 0;
        margin-top: 60px;
    }
    
    .credit .content {flex-wrap: wrap;}
    
    .credit .credit_img {padding-bottom: 30px;padding-right: 0;margin: 0 auto;box-shadow: none;}
    
    .credit .credit_info {
        
    }
    
    .credit .title {
        font-size: 24px;
        text-align: center;
    }
    
    .credit .credit_list {
    margin-top: 15px;
    }
    
    .credit .item {
        
    }
    
    .credit .item.ico1 {
    
    }
    
    .credit .item.ico2 {
    }
    
    .credit .item.ico3 {
    }
    
    .credit .btn {
        margin-top: 15px;
    }
    
    
    
    /**************************************************************************************************************/
    
    
    
    .advs {
        margin-top: 60px;
    }
    
    .advs .content {
    
    }
    
    .advs .title {
        font-size: 24px;
    }
        
    .advs .title:before {
        display: none;
    }
    
    .advs .title:after {
        display: none;
    }
    
    .advs .items {
        flex-wrap: wrap;
        margin-top: 20px;
    }
    
    .advs .item_block {
        
    }
    
    .advs .item_block:first-child {
        width: 100%;
    }
    
    .advs .item_block:last-child {
        width: 100%;
    }
    
    
    .advs .item {
        
    }
    
    .advs .item.item:before {
        
    }
    
    .advs .item.num1 {
        background-size: 25%;
        background-position: 90% 10%;
    }
    
    .advs .item.num2 {
        margin-bottom: 20px;
    }
    
    .advs .item.num3 {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .advs .item.num4 {
        width: 100%;
        margin-bottom: 20px;
        padding-top: 150px;
        background-size: 80%;
    }
    
    .advs .item.num5 {
        
    }
    
    .advs .item.num1:before {
        
    }
    .advs .item.num2:before {
        
    }
    .advs .item.num3:before {
        
    }
    .advs .item.num4:before {
        
    }
    .advs .item.num5:before {
        
    }
    
    .advs .item_title {
        
    }
    
    .advs .desc {
        
    }
    
    
    
    
    
    /**************************************************************************************************************/
    
    
    
    .have_question {
        margin-top: 60px;
        padding: 0;
        background: none !important;
        padding: 0;
        color: #282830;
    }
    
    .have_question .content {
    
    }
    
    .have_question .title {
        color: #282830;
        font-size: 24px;
        font-weight: 400;
    }
        
    .have_question .title:before {
        display: none;
    }
    
    .have_question .title:after {
        display: none;
    }
    
    .have_question .text {
        padding-top: 10px;
        font-size: 20px;
    }
    
    .have_question .desc {
        font-size: 16px;
    }
    
    .have_question form {
        width: 100%;
    }
    
    
    .have_question form .agree_field {
        left: 0;
    }
    
    .have_question form .agree_field a {
        color: #282830;
    }
    
    .have_question form  .form-group_wrapper {
        flex-wrap: wrap;
    }
    
    .have_question  .form-group input[type="text"], 
    .have_question  .form-group input[type="number"], 
    .have_question  .form-group input[type="tel"] {
        border-radius: 25px !important;
        width: 100%;
        border: 1px solid #d3d3d5;
        color: #282830;
    }
    
    .have_question  .form-group:first-child {
        
    }
    
    .have_question  .form-group:last-child {
        position: static;
        width: 100%;
    }
    
    .have_question .form-group button {
    width: 100%;
    margin-top: 10px;
    }
    
    .have_question form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #adadb0;
    }
    .have_question form ::-moz-placeholder { /* Firefox 19+ */
        color: #adadb0;
    }
    .have_question form :-ms-input-placeholder { /* IE 10+ */
        color: #adadb0;
    }
    .have_question form :-moz-placeholder { /* Firefox 18- */
        color: #adadb0;
    }
    
    
    
    
    /**************************************************************************************************************/
    
    
    .contacts {
        margin-top: 60px;
        background: #d2d2d3;
    }
    
    .contacts .content {
        flex-wrap: wrap;
    }
    
    .contacts .contacts_block {
    margin-bottom: 40px;
    }
    
    .contacts .title {
        
    }
    
    .contacts .text {
        
    }
    
    .contacts .bottom_addr {
        
    }
    
    .contacts .bottom_phone {
        
    }
    
    .contacts .bottom_phone a {
        
    }
    
    .contacts .btn {
        
    }

	#map1 {
        margin-left: 0;
        width: 100%;
        max-width: none;
        height: 350px;
        background-position: 47% 0 !important;
        box-shadow: none;
    }

	.copyright {
    position: relative;
    left: 0px;
    padding-bottom: 15px;
}



}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 388px)
{    

}

@media (max-width: 378px)
{
    
}

@media (max-width: 360px)
{
    .banner .title {
        font-size: 22px;
    }

    .instock .title {
        font-size: 22px;
    }    

    .tradein .title {
        font-size: 22px;
    }

    .advs .title {
        font-size: 22px;
    }

    .how_we_work .title {
        font-size: 22px;
    }

    .have_question .title {
        color: #282830;
        font-size: 22px;
        font-weight: 400;
    }

    .credit .title {
        font-size: 22px;
    }
}

@media (max-width: 320px)
{	
    
}
