﻿body {
    font-family: 'Haval', sans-serif;
    font-size: 16px;
    color: black;
    position: relative;
    font-weight: 400;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
    background: #f8f8f8;
}

html {
    background: #fff;
}

.pc {
    display: block;
}

.text_upp {
    text-transform: uppercase;
}

.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: 50px; */
}

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

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: 'Haval', sans-serif;
	outline: none;
}

a {text-decoration:none;}

.container {
    margin: 0px auto;
    padding: 0px 15px;
    max-width: 1200px;
    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: 1580px) {
  .container {
    width: 1500px;
    max-width: 100%;
  }
}
@media (max-width: 1580px) {
    .timer_block .popup.btn {
        position: relative;
        left: 50%;
        margin-left: -170px;
        width: 340px;
    }
}


input[type=text],
input[type=tel]
{
	color:#939393;
    font-family: 'Haval', sans-serif;
}

.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;background: white;text-align: center;padding-bottom: 30px;}

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

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

.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: 19px;
}
.popup_container .form_add_phone {
    margin-bottom: 15px;
    font-size: 18px;
}
.popup_container .form_add_phone .sub_title {}
.popup_container .form_add_phone .sub_title a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.popup_container .form-group input[type=text],
.popup_container .form-group input[type=tel] {
    color: #939393;
    display: block;
    height: 50px;
    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: 1px 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: black;
    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: 50px;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    padding-left: 10px;
    height: 38px;
    background-color: white;
    border: 1px solid #939393;
}

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


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

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

.agree_field {
    font-size: 12px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    top: 0px;
    font-weight: 300;
}
.agree_field a {
    color: #fff;
    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 {
    margin-bottom: 10px;
    position: relative;
}

form .form-group input[type="text"],
form .form-group input[type="tel"] {
    height: 58px;
    width: 100%;
    color: #939393;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 300;
    text-align: left;
    border: 1px solid #fff;
    padding: 0px 20px;
    outline: none;
    background: transparent;
}

select {
    display: block;
    color: #939393;
    height: 50px;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    font-size: 16px;
    font-weight: 300;
    outline: none;
    background: url(../img/ico_select.png) right 20px center no-repeat;
    border: 1px solid #939393;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    outline: none;
    font-family: 'Haval', sans-serif;
}

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: black;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: #000000;
    color: white;
    text-align: center;
    height: 58px;
    width: 360px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #000000;
    position: relative;
    text-decoration: none;
    transition:  all .2s linear;
    text-transform: uppercase;
}

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

.btn:hover {
    background: #00CABF;
    border: 1px solid #00CABF;
    color: #ffffff;
}

.btn.white {
    background: #ffffff;
    border: 1px solid #ffffff;    
    color: #000;
}

.btn.white:hover {
    background: #00CABF;
    border-color: #00CABF;
    color: #fff;
}

.title {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
}


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


.header .m_btn {
    display: none;
}


header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    padding: 10px 0 0;
}
header .container {}
header .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}
header .logo_wrap {
    display: flex;
    align-items: center;
    gap: 25px;
}
header .logo {}
header .logo img {}
header .logo.logo1 {}
header .logo.logo2 {}
header .top_addr {
    padding-left: 20px;
    margin-left: 50px;
    background: url(../img/ico_header1.png) 0% 0% no-repeat;
    background-size: 12px;
    line-height: 120%;
}
header .phone_wrap {
    display: flex;
    align-items: center;
    gap: 50px;
}
header .phone_wrap i {display:none;}
header .top_phone {
    color: #000;
    font-weight: 700;
    padding-left: 20px;
    background: url(../img/ico_header2.png) 0% 0% no-repeat;
    background-size: 17px;
    line-height: 120%;
}
header .btn {
    width: 200px;
    height: 34px;
    font-size: 12px;
}
header .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #000;
}
header .menu .cars_menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
header .menu .main_menu {
    display: flex;
    gap: 15px;
}
header .menu_item {color: inherit;margin: 15px 0;font-size: 12px;text-transform: uppercase;}

header .menu_item:hover {
    opacity: .5;
}


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


.banner {
    padding-top: 150px;
padding-bottom: 376px;
    /*background: url(../img/bg2.jpg?v=2) 50% 125px no-repeat;*/
}

.webp .banner {
    background: url(../img/bg2.webp?v=4) 50% 0 no-repeat;
}
.banner .container {
    margin-top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 21.88%, #FFFFFF 76.09%, rgba(255, 255, 255, 0) 100%);
}
.banner .content {}
.banner .title_container {
    text-align: center;
    padding: 12px 0;
}
.banner .title1 {
    padding-top: 22px;
    font-size: 36px;
}

.banner .title1 span{
    color: #00CABF;
}

.banner .title1 b {}
.banner .title2 {
    font-size: 48px;
    padding-top: 15px;
    line-height: 116%;
}
.banner .title2 .br_mob {
    display: none;
}
.banner .title2 b {}
.banner .btn {
    margin: 0 auto;
    margin-top: 40px;
    display: none;
}
.banner .title2 p {
    margin: 0;
}

.banner .title2 span {
    font-weight: 600;
    color: #00CABF;
}

.banner .comment {
    font-size: 36px;
    padding-top: 14px;
    padding-bottom: 15px;
}

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

.timer_block {
    background: #000;
    color: #fff;
    /* padding: 25px; */
    position: relative;
    overflow: hidden;
    /* background: url(../img/timer_bg.png) 0 50% no-repeat #fff; */
    z-index: 1;
}
.timer_block:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #1c1c1c;
    display: block;
    position: absolute;
    right: 60%;
    z-index: -1;
}

.timer_block:after {
    content: url(../img/timer_bg.png);
    position: absolute;
    z-index: 2;
    top: -109%;
    left: 0;
}
.timer_block .container {}
.timer_block .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.timer_block .timer_title {
    font-size: 26px;
    line-height: 120%;
}
.timer_block .timer {
    background: #1c1c1c;
    padding: 25px 0px;
    padding-right: 40px;
    border-radius: 0 100px 100px 0;
}
.timer_block .timer div[id*="timer"] {}
.timer_block .timer span[id*="timer"] {}
.timer_block form {}
.timer_block form .form-group_wrapper {
    display: flex;
    gap: 10px;
}
.timer_block form .form-group {
    width: 360px;
}
.timer_block form .agree_field,
.timer_block form .agree_field a {}



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


.runrow {
    background: #3A3A3A;
    padding: 23px 0;
    overflow: hidden;
    width: 100%;
}
.runrow__content {
    display: flex;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    justify-content: space-around;
    width: calc(1920px * 2);
    animation: runrow 25s linear infinite;
    -webkit-animation: runrow 25s linear infinite;
}
.runrow__item {}
.runrow__text {
    margin: 0 35px;
}
.runrow__text_green {
    color: #00CABF;
}

.runrow__text-sep {
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #fff;
    width: 10px;
    height: 10px;
}

@keyframes runrow {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
}
    100% {
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
}
}


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

.avantages {
    padding-top: 30px;
    padding-bottom: 60px;
    background: url(../img/avantages_bg.jpg) no-repeat center top;
}
.avantages_cont {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: right;
}
.avantages_cont:before {
    position: absolute;
    content: '';
    display: block;
    width: 109px;
    height: 109px;
    background: url(../img/avantages/avantages_icon_big.svg);
    left: 10%;
    animation: shadow  2s infinite ease-in-out;
}
@keyframes shadow {
    from {opacity: 1;}
    50% {opacity: 0.5;}
    to {opacity: 1;}
}
.avantages_cont_block {
    max-width: 415px;
}
.avantages_cont_block .item {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
}
.avantages_cont_title {
    margin-top: 30px;
}
.avantages_cont_title ul li {
    padding-left: 34px;
    background-size: 24px;
    background-position: 0 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 10px;
}
.avantages_icon1 {
    background: url(../img/avantages/avantages_icon1.svg) no-repeat;
}
.avantages_icon2 {
    background: url(../img/avantages/avantages_icon2.svg) no-repeat;
}
.avantages_icon3 {
    background: url(../img/avantages/avantages_icon3.svg) no-repeat;
}
.avantages_icon4 {
    background: url(../img/avantages/avantages_icon4.svg) no-repeat;
}
.avantages_icon5 {
    background: url(../img/avantages/avantages_icon5.svg) no-repeat;
}
.avantages_icon6 {
    background: url(../img/avantages/avantages_icon6.svg) no-repeat;
}
.avantages_icon7 {
    background: url(../img/avantages/avantages_icon7.svg) no-repeat;
}
/**************************************************************************************************************/

.cars {
    margin-top: 50px;
}
.cars .container {
    max-width: 1200px;
}
.cars .content {}
.cars .cars_title {
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
}
.cars .car_item {
    margin-top: 50px;
    background: #fff;
    padding: 42px 55px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    position: relative;
}
.cars .img_block {max-width: 640px;}
.cars .car_img {
    background: url(../img/car_bg.png) 100% 0%;
}
.cars .car_colors {
    display: flex;
    gap: 10px;
    margin-top: -18px;
}
.cars .color_dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.cars .color_dot:hover:before, .cars .color_dot.active:before {
    content: "";
    display: block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    top: -3px;
    left: -3px;
    position: absolute;
}
.cars .car_gallery {
    margin-top: 25px;
}

.car_gallery {
	display: none;
}

.car_gallery.active {
	display: block !important;
}

.cars .car_gallery a {
    margin: 0 10px;
}
.cars .car_gallery .slick-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
}
.cars .car_gallery .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    border: 1px solid #ccc;
    transition: auto;
    transition: all .2s linear;
}
.cars .car_gallery .slick-dots li button {
    display: none;
}
.cars .car_gallery .slick-dots li.slick-active {background: #ccc;}
.cars .car_gallery .slick-arrow {
    outline: none;
    cursor: pointer;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    top: calc(50% - 14px);
    border: none;
    color: transparent;
    font-size: 0;
    position: absolute;
    z-index: 1;
    left: -14px;
    background: url(../img/ico_car_slider_arrow.png) 50% no-repeat;
}
.cars .car_gallery .slick-prev {}
.cars .car_gallery .slick-next {
    right: -14px;
    left: unset;
    transform: rotate(180deg);
}
.cars .info_block {
    width: 34%;
}
.cars .info_block {}
.cars .info_block .car_name {
    font-size: 26px;
    color: #9E9E9E;
    text-transform: uppercase;
    line-height: 130%;
    margin-bottom: 20px;
}

.car_name img {
    max-width: 200px;
    margin-bottom: 5px;
}

.cars #haval_f7x_new .info_block .car_name {
    color: #00CABF;
}

.cars #gwm_poer_new .info_block .car_name {
    color: #00CABF;
}
.cars .info_block .car_name b {
    display: block;
    margin-top: 20px;
    font-size: 40px;
    color: #000000;
}

.cars .info_block .car_profit {
    position: relative;
    font-size: 20px;
    flex-wrap: wrap;
    /* min-height: 42px; */
    line-height: 1.2;
    position: relative;
    padding-left: 39px;
    margin-top: 15px;
}
.cars .info_block .car_profit:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    top: -4px;
    left: 0;
    display: inline-block;
    margin-right: 8px;
}
.cars .info_block .car_profit.ico_start:before {
    background: url(../img/ico_start.svg) no-repeat;
}
.cars .info_block .car_profit.ico_price:before {
    background: url(../img/ico_price.svg) no-repeat;
}
.cars .info_block .car_profit.ico_tradein:before {
    background: url(../img/ico_tradein.svg) no-repeat;
    width: 42px;
    height: 42px;
}
.cars .info_block .car_profit.ico_order:before {
    background: url(../img/ico_order.svg) no-repeat;
    width: 36px;
    height: 36px;
}

.cars .info_block .car_profit.ico_gift:before {
    background: url(../img/ico_gift.svg) 50% 50%no-repeat;
}

.cars .info_block .car_profit.ico_engine:before {
    background: url(../img/ico_engine.svg) 50% 50%no-repeat;
}


.cars .info_block .car_btns {}
.cars .info_block .btn {
    margin-top: 15px;
}

.cars .info_block .btn.white {
    border-color: #000;
}
.cars .info_block .btn.white:hover {
    border-color: #00CABF;
}


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


#instock {
    padding-top: 96px;
    padding-bottom: 150px;
    background: #fff;
    margin-top: 120px;
    font-family: 'Haval', sans-serif;
}
.compl_title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 55px;
}

.models {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #B1B4B8;
}

.models .swiper-wrapper {
    column-gap: 60px;
    justify-content: space-between;
}

.models .model_name {
    font-size: 16px;
    color: #b1b4b8;
    transition: all .3s;
    cursor: pointer;
    min-height: 45px;
    position: relative;
    width: auto !important;
    font-family: 'Haval', sans-serif;
}

.models .model_name:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #00CABF;
    transform: scaleX(0);
    transition: all .3s;
}

.models .model_name:hover,
.models .model_name.active {
    color: #121314;
}

.models .model_name:hover:before,
.models .model_name.active:before {
    transform: scaleX(1);
}

.compls {
    margin-top: 30px;
    display: flex;
    column-gap: 20px;
}

.compl_name {
    display: none;
    width: 24%;
    box-sizing: border-box;
    background: transparent;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 42px;
    font-size: 13px;
    font-weight: 400;
    color: #626970;
    text-decoration: none;
    outline: none;
    transition: all .3s;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.compl_name.show {
    display: flex;
}

.compl_name span {
    display: block;
    position: relative;
    padding-right: 20px;
    z-index: 1;
    text-transform: capitalize;
}

.compl_name:before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #626970;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}

.compl_name:after {
    content: '';
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: block;
    transform: skewX(-35deg);
    position: absolute;
    top: 0;
    left: -15px;
    border: 2px solid #626970;
    transition: all .3s;
}

.compl_name.active:before,
.compl_name:hover:before {
    background: #00CABF;
}

.compl_name.active:after,
.compl_name:hover:after {
    background: #00CABF;
    border-color: #00CABF;
}

.compl_name.active,
.compl_name:hover {
    color: #ffffff;
}

.compl_items {

}

.compl_items.limit .item:nth-child(n+4) {
    display: none;
}

.compl_items .item {
    display: none;
    position: relative;
    align-items: flex-end;
    overflow: hidden;
    margin-top: 45px;
}

.compl_items .item:before {
    content: '';
    display: block;
    position: absolute;
    left: -4%;
    bottom: 0;
    width: 31%;
    height: 177px;
    background: #626970;
    transform: skewX(-35deg);
    z-index: 1;
}

.compl_items .item::after {
    content: '';
    display: block;
    position: absolute;
    left: -4%;
    bottom: 0;
    width: 100%;
    height: 177px;
    background: #E8E9EA;
    transform: skewX(-35deg);
    z-index: 0;
}

.compl_items .item.show {
    display: flex;
}

.compl_image {
    width: 42.3%;
    padding-right: 5%;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
    z-index: 2;
}
.compl_image img {
    width: 100%;
}
.compl_text {
    width: 57.7%;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.compl_text .name {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 48px;
}

.compl_text .name br {
    display: none;
}

.compl_text .compl_techs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-direction: column;
    row-gap: 15px;
    min-width: 130px;
    margin-right: 44px;
    font-size: 12px;
}

.compl_text .compl_techs li {
    display: block;
    padding-left: 25px;
    background: url("../img/list_ico.png") 0 20% no-repeat;
}

.compl_text .compl_btns {
    display: flex;
    justify-content: space-between;
    width: 88%;
    margin-top: 25px;
}

.compl_text .compl_btns .btn {
    width: 49%;
}

#instock .compls_showmore {
    margin-top: 60px;
    width: 200px;
}
#instock .btn {
    box-sizing: border-box;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 42px;
    font-size: 13px;
    font-weight: 400;
    color: #121314;
    text-decoration: none;
    outline: none;
    transition: all .3s;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 0;
    text-transform: none;
}
#instock .btn:before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #121314;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}
#instock .btn span {
    display: block;
    position: relative;
    padding-right: 20px;
    z-index: 1;
}
#instock .btn.black {
    color: #ffffff;
}
#instock .btn.black:after {
    background: #121314;
}
#instock .btn:after {
    content: '';
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: block;
    transform: skewX(-35deg);
    position: absolute;
    top: 0;
    left: -15px;
    border: 2px solid #121314;
    transition: all .3s;
}
#instock .btn.black:hover:after {
    background: #00CABF;
    border: 2px solid #00CABF;
}
#instock .btn.black:hover span {
}

#instock .btn:hover:after {
    background: #00CABF;
    border: 2px solid #00CABF;
}
#instock .btn:hover span {
    color: #ffffff;
}

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


.tradein {
    background: url(../img/tradein_bg.jpg) 50% 0 no-repeat;
    color: #fff;
    padding-top: 180px;
    padding-bottom: 200px;
}

.webp .tradein {
    background: url(../img/tradein_bg.webp) 50% 0 no-repeat;
    color: #000;
}
.tradein .container {}
.tradein .content {}
.tradein .title {}
.tradein .comment {
    font-size: 24px;
    padding: 22px 0 26px 0;
}
.tradein form {
    width: 100%;
    max-width: 575px;
}
.tradein form .form-group input[type="text"], .tradein form .form-group input[type="tel"] {
    background: #ededed;
    border-color: #ededed;
    color: #000;
}
.tradein form .form-group select {
    border-color: #ededed;
    background: url(../img/ico_select.png) right 20px center no-repeat #ededed;
    color: #000;
}

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

.tradein form .form-group_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tradein form .form-group {
    width: 49%;
}
.tradein form .form-group.wide {
    width: 100%;
}
.tradein form .agree_field,
.tradein form .agree_field a {
    color: white;
}


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


.testdrive {
    background: url(../img/testdrive_bg.jpg) 50% 130px no-repeat #fff;
    padding-top: 250px;
    padding-bottom: 100px;
}

.webp .testdrive {
    background: url(../img/testdrive_bg.webp) 50% 130px no-repeat #fff;
}
.testdrive .container {}
.testdrive .content {
    background: #fff;
    padding: 65px;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: 85px;
}
.testdrive .title {}
.testdrive .desc {
    font-size: 20px;
    padding: 20px 0;
}
.testdrive form {}

.testdrive form .form-group input[type="text"], .testdrive form .form-group input[type="tel"] {
    border-color: #000;
}
.testdrive form .agree_field,
.testdrive form .agree_field a {
    color: #000;
}


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

.reviews {
    margin-top: 100px;
    padding: 100px 0;
    background: url(../img/reviews_bg.jpg) 50% 0 no-repeat;
}
.reviews_slider {
    margin-top: 60px;
    padding-bottom: 60px;
    width: 103%;
    left: -1.5%;
}
.reviews_block {
    position: relative;
    margin: 0 25px;
    padding: 42px 40px 0;
    background: #F8F8F8;
}
.reviews_block:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(248, 248, 248, 1) 70%);
}
.reviews_head {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.reviews_name {
    font-size: 24px;
    font-weight: 400;
}
.reviews_date {
    margin-top: 5px;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #626970;
}
.reviews_text {
    margin-top: 40px;
    padding-bottom: 40px;
    height: 280px;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    overflow-y: scroll;
}
.reviews_text::-webkit-scrollbar {
    width: 6px;
  }
.reviews_text::-webkit-scrollbar-track {
    background: #F8F8F8;
}
.reviews_text::-webkit-scrollbar-thumb {
    background-color: #13CCC2;
}

.reviews .slick-arrow {
    position: absolute;
    top: initial;
    bottom: 0;
    width: 104px;
    height: 30px;
    background: url(../img/btn_arrows.svg) 50% 50% no-repeat;
    font-size: 0;
    border: none;
    cursor: pointer;
    z-index: 3;
    transition: all 0.2s linear;
}
.reviews .slick-arrow.slick-disabled {
    background: url(../img/btn_arrows_hover.svg) 50% 50% no-repeat;
}
.reviews .slick-prev {
    right: 52%;
    transform: rotate(180deg);
}
.reviews .slick-next {
    left: 52%;
}

.reviews .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    margin-top: 16px;
    margin-bottom: 0;
    height: 14px;
}
.reviews .slick-dots li {
    width: 12px;
    height: 12px;
    background: #F8F8F8;
    border-radius: 50px;
    transition: all 0.2s linear;
}
.reviews .slick-dots li.slick-active {
    width: 14px;
    height: 14px;
    background: #00CABF;
}
.reviews .slick-dots li button {
    display: none;
}

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


.more_info {
    background: url(../img/more_info_bg.jpg) 50% 130px no-repeat #fff;
    color: #fff;
    padding-top: 210px;
    padding-bottom: 45px;
}

.webp .more_info {
    background: url(../img/more_info_bg.webp) 50% 130px no-repeat #fff;
}
.more_info .container {}
.more_info .content {}
.more_info .title {
    width: 526px;
    line-height: 120%;
    max-width: 100%;
}
.more_info .desc {
    font-size: 20px;
    padding: 20px 0;
}
.more_info form {
    width: 360px;
}
.more_info form .btn {}
.more_info form .agree_field,
.more_info form .agree_field a {}


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

.credit {
    margin-top: 100px;
    height: 632px;
    background: url(../img/credit_bg.jpg) 50% 0 no-repeat;
}
.credit .container {
    display: flex;
    justify-content: right;
    align-items: center;
    height: 100%;
}
.credit_cont {
    max-width: 470px;
}
.credit_title {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 120%;
}
.credit form {
    margin-top: 22px;
}
.credit form .forms_comment {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}

.credit form .form-group input[type="text"], 
.credit form .form-group input[type="tel"] {
    background: #EDEDED;
    font-size: 16px;
    font-weight: 400;
}
.credit .agree_field a {
    color: #000;
}

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


.contacts {}
.contacts .container {}
.contacts .content {
    background: #fff;
    position: absolute;
    z-index: 2;
    padding: 153px 40px 140px 130px;
    right: 0;
}
.contacts .title {
    font-size: 32px;
    text-transform: none;
    font-weight: 400;
    padding-bottom: 47px;
    line-height: 120%;
}
.contacts .cont_phone {
    color: inherit;
    font-size: 20px;
    font-weight: 700;
    padding-left: 20px;
    background: url(../img/cont_ico1.png) 0 50% no-repeat;
    margin-bottom: 30px;
    display: block;
}
.contacts .cont_addr {
    font-size: 18px;
    padding-left: 20px;
    background: url(../img/cont_ico2.png) 0 50% no-repeat;
    margin-bottom: 30px;
}
.contacts .open_hours {
    font-size: 18px;
    padding-left: 20px;
    background: url(../img/cont_ico3.png) 0 50% no-repeat;
    margin-bottom: 46px;
}
.contacts .btn {}


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


#map1 {
    height: 660px;
    width: 100%;
    max-width: 100%;
    background:url(../img/map.jpg) 50% 0% no-repeat;
    position: relative;
    overflow: hidden;
}
/*
#map1:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: #fff;
    top: 0;
    left: 88%;
}
*/
.webp #map1 {
	background:url(../img/map.webp) 50% 0% no-repeat;
}

footer {
    padding: 20px 0;
    background: #000;
    color: #fff;
}


.disclamer_switch_bg {
    
}

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

.yurlink_switch {
    color: inherit;
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;
}

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

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

.yur_info {
    font-size: 12px;
    line-height: 120%;
}

.spec {
    position: relative;
    padding: 52px 0 120px;
    overflow: hidden;
}
.spec_bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}
.spec picture {}
.spec picture img {
    max-width: inherit;
}
.spec .container {}
.spec .text_container {
    
}
.spec .text_container .title {
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
}


.spec .text_container .title span {
    display: block;
    font-size: 40px;
    padding-left: 68px;
    background: url("../img/spec_title_ico.svg") 0 50% no-repeat;
    margin-bottom: 10px;
}

.spec_profit {
    margin-top: 24px;
    width: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 12px;
    min-height: 38px;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    background: #000000;
}
.spec_profit span p {
    display: inline-block;
    margin: 0;
    color: #00CABF;
}
.spec_profit:before {
    content: '';
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    background: url(../img/spec_profit_ico.svg) no-repeat;
}

.spec .text_container .spec_props ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    row-gap: 28px;
    margin: 35px 0;
}
.spec .text_container .spec_props li {
    display: flex;
    align-items: center;
    min-height: 30px;
    position: relative;
    padding-left: 47px;
    color: #fff;
    line-height: 140%;
}

.spec .text_container .spec_props li.ico1 {
    background: url("../img/spec_ico1.svg") 0 50% no-repeat;
}

.spec .text_container .spec_props li.ico2 {
    background: url("../img/spec_ico2.svg") 0 50% no-repeat;
}

.spec .text_container .spec_props li.ico3 {
    background: url("../img/spec_ico3.svg") 0 50% no-repeat;
}


.models_menu .container {
    display: flex;
    justify-content: center;
}
.models_menu .slick-dots {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 10px;
}
.models_menu .slick-dots li button {
    display: none;
}
.models_menu .slick-dots li {
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 50px;
}
.models_menu .models_menu_nav {
    width: 100%;
    padding: 30px 0;
}
.models_menu .models_menu_nav a {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    display: grid;
    justify-content: center;
    color: inherit;
    padding: 0 4px;
}
.models_menu .models_menu_nav a img {
    transition: 0.2s;
    transform: scale(1);
}
.models_menu .models_menu_nav a span {
    display: block;
    margin-top: 4px;
}
.models_menu .models_menu_nav a.current {}
.models_menu .models_menu_nav a:hover {}
.models_menu .models_menu_nav a:hover img {
    transform: scale(1.05);
}
.models_menu .models_menu_nav a:hover span {}












#instock .car_profit {
    position: relative;
    font-size: 28px;
    display: inline-flex;
    flex-wrap: wrap;
}

#instock .car_profit b {margin-left:10px;}

#instock .car_profit:before {
    content: "";
    position: relative;
    width: 32px;
    height: 32px;
    left: 0;
    margin-right: 8px;
}
#instock .car_profit.ico_start:before {
    background: url(../img/ico_start.svg) no-repeat;
}
#instock .car_profit.ico_price:before {
    background: url(../img/ico_price.svg) no-repeat;
}





.compl_text .params {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 104px;
}

.compl_props {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 48px;
}
.compl_props a {
    width: 45%;
    position: relative;
    padding-left: 34px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}
.compl_props a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
}
.compl_props a.ico1:before {
    background: url(../img/compl_props_ico1.svg) no-repeat;
}
.compl_props a.ico2:before {
    background: url(../img/compl_props_ico2.svg) no-repeat;
}
.compl_props a.ico3:before {
    background: url(../img/compl_props_ico3.svg) no-repeat;
}
.compl_props a.ico4:before {
    background: url(../img/compl_props_ico4.svg) no-repeat;
}

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

@media (max-width: 1900px) {
   
}
@media (max-width: 1800px) {
   
}
@media (max-width: 1580px) {
    .spec_props {
        max-width: 430px;
    }
    .spec .text_container .spec_props li br {
        display: none;
    }
    .compl_text .params {
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .compl_props {
        row-gap: 22px;
        column-gap: 10px;
    }
    .compl_text .compl_techs {
        flex-direction: row;
        column-gap: 20px;
    }
    .compl_props a {
        width: 100%;
    }

    header {}
    header .container {}
    header .header {}
    header .logo_wrap {}
    header .logo {}
    header .logo img {}
    header .logo.logo1 {}
    header .logo.logo2 {}
    header .top_addr {
    display: none;
}
    header .phone_wrap {}
    header .top_phone {}
    header .btn {}
    header .menu {
    flex-wrap: wrap;
    justify-content: center;
}
    header .menu .cars_menu {}
    header .menu .main_menu {}
    header .menu_item {
    margin: 8px 0;
}


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


    .banner {
        padding-bottom: 410px;
    }
    .banner .container {}
    .banner .content {}
    .banner .title_container {}
    .banner .title1 {
        font-size: 38px;
        padding-top: 10px;
    }
    .banner .title1 b {
    display: block;
}
    .banner .title2 {}
    .banner .title2 b {}
    .banner .btn {}


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

    .timer_block {
    padding: 25px 0;
}
    .timer_block .container {}
    .timer_block .content {
    flex-wrap: wrap;
}

.timer_block:after, .timer_block:before {
    display: none;
}
    .timer_block .timer_title {
    width: 100%;
    text-align: center;
}
    .timer_block .timer {
    background: none;
    padding: 0;
    width: 100%;
    margin: 20px 0;
}
    .timer_block .timer div[id*="timer"] {}
    .timer_block .timer span[id*="timer"] {}
    .timer_block form {
    margin: 0 auto;
}
    .timer_block form .form-group_wrapper {}
    .timer_block form .form-group {}
    .timer_block form .agree_field,
    .timer_block form .agree_field a {}

    .spec .spec_props p {
        font-size: 20px;
    }
    /**************************************************************************************************************/

    .cars {}
    .cars .container {}
    .cars .content {}
    .cars .cars_title {}
    .cars .car_item {
        align-items: center;
    }
    .cars .img_block {
    padding-right: 35px;
    max-width: 475px;
}
    .cars .info_block {
        width: 45%;
    }
    .cars .car_img {
}
    .cars .car_colors {}
    .cars .color_dot {}
    .cars .car_gallery {}
    .cars .car_gallery .slick-dots {}
    .cars .car_gallery .slick-dots li {}
    .cars .car_gallery .slick-dots li button {}
    .cars .car_gallery .slick-dots li.slick-active {}
    .cars .car_gallery .slick-arrow {}
    .cars .car_gallery .slick-prev {}
    .cars .car_gallery .slick-next {}
    .cars .info_block {}
    .cars .info_block {}
    .cars .info_block .car_name {}
    .cars .info_block .car_name b {}
    .cars .info_block .car_compl_btn {}
    .cars .info_block .car_btns {}
    .cars .info_block .btn {}


    .tradein {
    background-position: 0 0 !important;
}
    .tradein .container {}
    .tradein .content {}
    .tradein .title {}
    .tradein .comment {}
    .tradein form {}
    .tradein form .agree_field,
    .tradein form .agree_field a {}


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


    .testdrive {}
    .testdrive .container {}
    .testdrive .content {}
    .testdrive .title {}
    .testdrive .desc {}
    .testdrive form {}
    .testdrive form .agree_field,
    .testdrive form .agree_field a {}


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


    .more_info {}
    .more_info .container {}
    .more_info .content {}
    .more_info .title {}
    .more_info .desc {}
    .more_info form {}
    .more_info form .btn {}
    .more_info form .agree_field,
    .more_info form .agree_field a {}


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


    .contacts {}

#map1:before {
    left: 75%;
}
    .contacts .container {}
    .contacts .content {}
    .contacts .title {}
    .contacts .cont_phone {}
    .contacts .cont_addr {}
    .contacts .open_hours {}
    .contacts .btn {}

    .compl_items .item:before {
        left: -7%;
    }
    .compl_items .item::after {
        display: none;
    }
    .compl_text .name {
        margin-bottom: 10px;
    }

    .spec_invite {
        font-size: 28px;
        max-width: 603px;
    }

    .credit {
        height: 486px;
        background-size: auto 100%;
    }
    .credit_cont {
        max-width: 346px;
    }
    .credit_title {
        font-size: 36px;
    }
    .credit form {
        margin-top: 26px;
    }
   
}

@media (max-width: 1580px) {
	.banner .title1 {
    font-size: 1.5vw;
}
	.banner .title2 {
    font-size: 2vw;
}
	.banner .comment {
    font-size: 1.5vw;
}
}
@media (max-width: 1480px) {
    .avantages {
        background-position: 74% 0;
    }
}
@media (max-width: 1280px) {
    .models_menu .models_menu_nav {
        padding: 36px 0 10px;
    }
    .btn {
        font-size: 14px;
    }
    .webp .banner {
        background-position: 50% 92px;
    }
}

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

    header {}
    header .container {}
    header .header {}
    header .logo_wrap {}
    header .logo {}
    header .logo img {}
    header .logo.logo1 {}
    header .logo.logo2 {}
    header .top_addr {}
    header .phone_wrap {}
    header .top_phone {}
    header .btn {}
    header .menu {}
    header .menu .cars_menu {}
    header .menu .main_menu {}
    header .menu_item {}


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


    .banner {
    max-height: 100%;
}

    .webp .banner {
        background-position: 50% 0;
    }
    .banner .container {}
    .banner .content {}
    .banner .title_container {}
    .banner .title1 {
    font-size: 27px;
}
    .banner .title1 b {}
    .banner .title2 {
    font-size: 25px;
}
    .banner .title2 b {}
    .banner .btn {}


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

    .timer_block {}
    .timer_block .container {}
    .timer_block .content {}
    .timer_block .timer_title {}
    .timer_block .timer {}
    .timer_block .timer div[id*="timer"] {}
    .timer_block .timer span[id*="timer"] {}
    .timer_block form {}
    .timer_block form .form-group_wrapper {}
    .timer_block form .form-group {}
    .timer_block form .agree_field,
    .timer_block form .agree_field a {}


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

    .cars {}
    .cars .container {}
    .cars .content {}
    .cars .cars_title {}
    .cars .car_item {}
    .cars .img_block {}
    .cars .car_img {}
    .cars .car_colors {}
    .cars .color_dot {}
    .cars .car_gallery {}
    .cars .car_gallery .slick-dots {}
    .cars .car_gallery .slick-dots li {}
    .cars .car_gallery .slick-dots li button {}
    .cars .car_gallery .slick-dots li.slick-active {}
    .cars .car_gallery .slick-arrow {}
    .cars .car_gallery .slick-prev {}
    .cars .car_gallery .slick-next {}
    .cars .info_block {}
    .cars .info_block {}
    .cars .info_block .car_name {}
    .cars .info_block .car_name b {}
    .cars .info_block .car_compl_btn {}
    .cars .info_block .car_btns {}
    .cars .info_block .btn {}


    .tradein {}
    .tradein .container {}
    .tradein .content {}
    .tradein .title {}
    .tradein .comment {}
    .tradein form {}
    .tradein form .agree_field,
    .tradein form .agree_field a {}


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


    .testdrive {}
    .testdrive .container {}
    .testdrive .content {}
    .testdrive .title {}
    .testdrive .desc {}
    .testdrive form {}
    .testdrive form .agree_field,
    .testdrive form .agree_field a {}


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


    .more_info {}
    .more_info .container {}
    .more_info .content {}
    .more_info .title {}
    .more_info .desc {}
    .more_info form {}
    .more_info form .btn {}
    .more_info form .agree_field,
    .more_info form .agree_field a {}


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


    .contacts {}
    .contacts .container {}
    .contacts .content {}
    .contacts .title {}
    .contacts .cont_phone {}
    .contacts .cont_addr {}
    .contacts .open_hours {}
    .contacts .btn {}
	
	.banner .comment {
    font-size: 17px;
}
    
}
/*IPAD PRO BEGIN*/

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

    header {}
    header .container {}
    header .header {}
    header .logo_wrap {}
    header .logo {}
    header .logo img {}
    header .logo.logo1 {}
    header .logo.logo2 {}
    header .top_addr {}
    header .phone_wrap {}
    header .top_phone {}
    header .btn {}
    header .menu {}
    header .menu .cars_menu {
    text-align: center;
}
    header .menu .main_menu {}
    header .menu_item {
    font-size: 13px;
}


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


    .banner {
        /*max-height: 85vh;*/
}
    .banner .container {
        background: none;
    }
    .banner .content {
                top: 50px;
        position: relative;
    }
    .banner .title_container {}
    .banner .title1 {
    font-size: 44px;
}
    .banner .title1 b {}
    .banner .title2 {}
    .banner .title2 b {}
    .banner .btn {}


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

    .timer_block {}
    .timer_block .container {}
    .timer_block .content {}
    .timer_block .timer_title {}
    .timer_block .timer {}
    .timer_block .timer div[id*="timer"] {}
    .timer_block .timer span[id*="timer"] {}
    .timer_block form {
    width: 100%;
}
    .timer_block form .form-group_wrapper {}
    .timer_block form .form-group {}
    .timer_block form .agree_field,
    .timer_block form .agree_field a {}

    .spec_invite {
        font-size: 24px;
        max-width: 480px;
    }
    /**************************************************************************************************************/

    .cars {}
    .cars .container {}
    .cars .content {}
    .cars .cars_title {}
    .cars .car_item {
    flex-wrap: wrap;
}
    .cars .img_block {}
    .cars .car_img {}
    .cars .car_colors {}
    .cars .color_dot {}
    .cars .car_gallery {}
    .cars .car_gallery .slick-dots {}
    .cars .car_gallery .slick-dots li {}
    .cars .car_gallery .slick-dots li button {}
    .cars .car_gallery .slick-dots li.slick-active {}
    .cars .car_gallery .slick-arrow {}
    .cars .car_gallery .slick-prev {}
    .cars .car_gallery .slick-next {}
    .cars .info_block {}
    .cars .info_block {}
    .cars .info_block .car_name {}
    .cars .info_block .car_name b {}
    .cars .info_block .car_compl_btn {
    margin: 20px 0;
}
    .cars .info_block .car_btns {}
    .cars .info_block .btn {}


    .tradein {}
    .tradein .container {}
    .tradein .content {}
    .tradein .title {}
    .tradein .comment {}
    .tradein form {}
    .tradein form .agree_field,
    .tradein form .agree_field a {}


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


    .testdrive {}
    .testdrive .container {}
    .testdrive .content {}
    .testdrive .title {}
    .testdrive .desc {}
    .testdrive form {}
    .testdrive form .agree_field,
    .testdrive form .agree_field a {}


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


    .more_info {
    background-position: 0 130px !important;
}
    .more_info .container {}
    .more_info .content {}
    .more_info .title {}
    .more_info .desc {}
    .more_info form {}
    .more_info form .btn {}
    .more_info form .agree_field,
    .more_info form .agree_field a {}


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


    .contacts {}

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

#map1:before {
    display: none;
}
    .contacts .container {}
    .contacts .content {
    position: static;
    width: 100%;
    background: none;
    padding: 60px 0;
}
    .contacts .title {}
    .contacts .cont_phone {}
    .contacts .cont_addr {}
    .contacts .open_hours {}
    .contacts .btn {}
	
	.banner .comment {}


}

	
/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 991px) {
    .banner .title2 .br_mob {
        display: block;
    }
    .compl_items .item:before {
        left: -10%;
    }
    .cars .info_block {
        width: 100%;
    }
    .avantages_cont_title {
        margin-top: 10px;
    }
    .avantages_cont_title ul li {
        margin-bottom: 6px;
    }
    .banner {
        padding-top: 84px;
    }
    .banner .title1 {
        font-size: 22px;
    }
    .banner .title2 {
        font-size: 20px;
        margin-top: 6px;
    }
    .banner .title_container {
        margin-top: 0px;
    }
    .webp .banner {
        /* background-position: 50% 90px; */
        /* margin-top: 180px; */
        background-size: 100% !important;
        background-position: 100% 100% !important;
    }
    .avantages {
        padding-top: 30px;
        padding-bottom: 320px;
        background: url(../img/avantages_mob.png) no-repeat center bottom;
        background-size: cover;
    }
    .avantages_cont {
        justify-content: left;
    }
    .avantages_cont:before {
        left: auto;
        right: 0;
    }

    .reviews {
        padding: 60px 0 20px;
    }
    .reviews_slider {
        width: 100%;
        left: 0;
        padding: 0;
    }
    .reviews_block {
        margin: 0;
        padding: 24px;
    }
    .reviews_block:before {
        display: none;
    }
    .reviews_text {
        height: auto;
        overflow-y: initial;
        padding: 0;
    }
}
@media (max-width: 767px) {

    .pc {
        display: none;
    }

    html {
        overflow-x: hidden;
    }

    .models {
        row-gap: 10px;
        justify-content: left;
    }
    .models .model_name {
        width: 49% !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .compl_items .item.show {
        display: block;
    }
    .compl_image {
        width: 100%;
    }
    .compl_text {
        width: 100%;
    }
    .compl_items .item:before {
        height: 32vw;
    }
    .compl_items .item:before {
        left: -16%;
        top: 0;
        width: 72%;
    }
    .compls {
        flex-wrap: wrap;
    }
    .compl_name {
        width: 48%;
        margin-bottom: 10px;
    }
    .compl_text .compl_btns {
        flex-wrap: wrap;
    }
    .compl_text .compl_btns .btn {
        width: 100%;
        margin-bottom: 10px;
    }
    .compl_text .compl_btns .btn:last-child {
        margin-bottom: 0;
    }
    .compl_title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .compl_text .name {
        font-size: 22px;
    }
    .avantages {
        background-size: 100%;
        padding-bottom: 208px;
    }
	.avantages_cont_block .item {
        font-size: 30px;
    }
	.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%;}

    .popup_container .form_add_phone {}
    .popup_container .form_add_phone .sub_title {}
    .popup_container .form_add_phone .sub_title a {}

    #instock {
        padding-top: 20px;
        padding-bottom: 40px;
        margin-top: 40px;
    }

    .instock_title {
        font-size: 30px;
    }

	.resp_table tr {display: block;padding-bottom: 0px;}
	.resp_table tr th {display:none;}
	.resp_table tr td {width:100%;display: block;box-sizing: border-box;padding: 5px 15px;}
	.resp_table tr td:before {display:inline-block;width: 43%;margin-right: 2%;font-weight: 700;vertical-align: top;display: none;}
	.resp_table img {
        display: block;
        margin: 0 auto;
        width: 100%;
        width: auto;
        height: auto;
        max-width: 100%;
    }

	.tb_complects_container {padding-bottom:0px;}



	#filter_table{/* display:block; */padding-top: 15px;margin-bottom: 0px;padding-bottom: 0px;}
	#filter_table .select_container{width:100%;padding-bottom:10px;}
	#filter_table .select_container:after{}
	#filter_table select{}
	#filter_table select[name="models"]{}
	#filter_table select[name="complects"]{}
	#filter_table select[name="engine"]{}
	#filter_table select option{}
	.tb_complects{padding-bottom:30px;}
	.tb_complects.limit tr:nth-child(n+5){}
	.tb_complects tr{
        background: none;
        border: none;
        margin-bottom: 0px;
        margin-top: 25px;
        padding: 0;
    }

.tb_complects tr:before {
    display: none;
}
	.tb_complects tr:first-child{}
	.tb_complects tr th{}
	.tb_complects tr td{
    padding: 0px;
}
	.tb_complects tr:nth-child(2) td{}
	.tb_complects tr td .model{
		padding-left: 0px;
	}
	.tb_complects tr td .complect{}
	.tb_complects tr td .engine{}
	.tb_complects tr td .popup{width:100%;margin-bottom:10px;}
	.tb_complects tr td .popup:first-child{}
	.tb_complects tr td .popup:hover{}
	.tb_complects_showmore{margin-left:0px;left:0px;text-align:center;display:block;position:relative;top:0;}
    .tb_complects tr td.tdbutton1{display:block;padding-right: 0px; width:100%; }

    .tb_complects tr td:nth-child(1) {
        width: 100%;
        border: none;
        padding: 0;
    }
    .tb_complects tr td:nth-child(2) {
        width: 100%;
        padding: 10px 0;
        display: block;
    }

.tb_complects tr td .param_wrap {
    margin-top: 18px;
}
    .tb_complects tr td:nth-child(3) {
        width: 100%;
        padding-bottom: 10px;
        padding: 0;
        border: none;
    }
    .tb_complects tr td:nth-child(4) {
        width: 100%;
    }
    .tb_complects tr td:nth-child(5 ) {
        width: 100%;
    }
    
    #filter_table {
        display: block;
    }
    #filter_table .select_container{
      margin: 0px;
    }


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

    .title {
    font-size: 28px;
}

    .btn {
        width: 100%;
    }

    .header {
        flex-wrap: wrap;
    }

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

    .header .logo .logo_text {
        padding-left: 0;
        font-size: 14px;
    }

    .header .top_addr {
        display: none;
    }

    .header .top_phone {
        /* display: none; */
    }

    .header .top_phone:before {
        font-weight: 400;
        width: 100%;
        display: block;
        text-align: center;
    }

    .header .btn {
        margin: 0 auto;
        margin-top: 10px;
        order: 1;
        display: none;
    }

    .header .m_btn {
        display: block;
        position: relative;
        width: 30px;
        height: 22px;
        z-index: 1;
        order: -1;
    }

    .header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #000000;
        transition: all .2s linear;
    }

    .header .m_btn span:nth-child(1) {
        top: 0;
    }

    .header .m_btn span:nth-child(2) {
        top: calc(50% - 1px);
        opacity: 1;
    }

    .header .m_btn span:nth-child(3) {
        bottom: 0;
    }

    .header .m_btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-45deg);
        top: -1px;
    }
    
    .header .m_btn.active span:nth-child(2) {
        opacity: 0;
    }
    
    .header .m_btn.active span:nth-child(3) {
        transform-origin: bottom right;
        transform: rotate(45deg);
        bottom: -1px;
    }



    header {}

body {
    background: #fff;
}
    header .container {}
    header .header {
    flex-wrap: wrap;
}
    header .logo_wrap {
    order: -1;
    max-width: 80%;
}
    header .logo {}
    header .logo img {}
    header .logo.logo1 {}
    header .logo.logo2 {}
    header .top_addr {}
    header .phone_wrap {
    width: 100%;
    /* margin-top: 10px; */
    position: fixed;
    background: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    display: flex;
    /* justify-content: flex-end; */
    /* align-items: center; */
    z-index: 15;
    flex-direction: column;
    /* max-height: 60px; */
    gap: 10px;
}

header .phone_wrap:before {
    content: "ÐŸÐ¾Ð·Ð²Ð¾Ð½Ð¸Ñ‚ÑŒ Ð² Ð¾Ñ‚Ð´ÐµÐ» Ð¿Ñ€Ð¾Ð´Ð°Ð¶:";
    font-weight: 400;
    position: fixed;
    bottom: 25px;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 5px 0;
	display:none;
}
    header .top_phone {}
    header .btn {}
    header .menu {
    position: fixed;
    top: 100px;
    background: #fff;
    width: 100%;
    left: 100%;
    z-index: 15;
    padding: 30px 0;
    transition: all .2s linear;
    overflow-y: scroll;
    height: 70vh;
}
header .menu.active {
    left: 0;
}
    header .menu .cars_menu {
    flex-wrap: wrap;
}
    header .menu .main_menu {
    flex-wrap: wrap;
}
    header .menu_item {
    width: 100%;
    text-align: center;
    margin: 5px 0;
}


    /**************************************************************************************************************/
    .webp .banner {

        margin-top: 198px;
    
    }

    .banner {
        padding: 0;
        margin-top: 100px;
        background-size: 120% !important;
        background-position: 43% 12vw !important;
        height: auto;
    }
    .banner .container {
        background: transparent;
    }
    .banner .content {}
    .banner .title_container {
        padding-bottom: 145px;
        position: relative;
        top: -110px;
    }
    .banner .title1 {
        position: relative;
        top: 5px;
        font-size: 22px;
        padding-top: 10px;
    }
    .banner .title1 b {
    display: block;
}
    .banner .title2 {

    }
    .banner .title2 p {
        font-size: 4vw;
        margin-top: 2vw;
    }
    .banner .title2 b {
        font-size: 4vw;
    }
    .banner .title2 span {
        font-weight: 600;
    }
    .banner .btn {
        margin-top: 15px;
        display: none;
    }


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

    .timer_block {
    /* margin-top: 25px; */
}
    .timer_block .container {}
    .timer_block .content {}
    .timer_block .timer_title {
    font-size: 15px;
}
    .timer_block .timer {
    width: 100%;
    transform: scale(.75);
}
    .timer_block .timer div[id*="timer"] {}
    .timer_block .timer span[id*="timer"] {}
    .timer_block form {
    width: 100%;
}
    .timer_block form .form-group_wrapper {
    flex-wrap: wrap;
    gap: 0;
}
    .timer_block form .form-group {
    width: 100%;
}
    .timer_block form .agree_field,
    .timer_block form .agree_field a {}


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


    .runrow {
        padding: 15px 0;
    }
        .runrow__content {
        white-space: nowrap;
        width: calc(1320px * 2);
        font-size: 14px;
    }
        .runrow__item {}
        .runrow__text {
        margin: 0 15px;
    }


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

    .cars {
    margin-top: 50px;
}
    .cars .container {}
    .cars .content {
}
    .cars .cars_title {
    font-size: 28px;
}
    .cars .car_item {
    padding: 0;
    background: 0;
    flex-wrap: wrap;
}
    .cars .img_block {
    max-width: 100%;
    padding: 0;
}
    .cars .car_img {
        padding-top: 80px;
        max-width: 100%;
    }
    .cars .car_colors {
    margin: 0;
}
    .cars .color_dot {}
    .cars .car_gallery {}
    .cars .car_gallery .slick-dots {}
    .cars .car_gallery .slick-dots li {}
    .cars .car_gallery .slick-dots li button {}
    .cars .car_gallery .slick-dots li.slick-active {}
    .cars .car_gallery .slick-arrow {}
    .cars .car_gallery .slick-prev {}
    .cars .car_gallery .slick-next {}
    .cars .info_block {}
    .cars .info_block {
    width: 100%;
}
    .cars .info_block .car_name {
    position: absolute;
    top: 0px;
    font-size: 24px;
}
    .cars .info_block .car_name b {
    font-size: 32px;
}

.cars .info_block .car_profit {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 28px;
}

    .cars .info_block .car_compl_btn {
    margin: 0;
}
    .cars .info_block .car_btns {}
    .cars .info_block .btn {margin-top: 10px;}


    .tradein {
    padding: 0;
    background-size: 560px auto !important;
    background-position: 100% 0 !important;
    padding-top: 240px;
    margin-top: 30px;
}
    .tradein .container {}
    .tradein .content {}
    .tradein .title {}
    .tradein .comment {
    font-size: 16px;
    padding: 10px 0;
}
    .tradein form {
    margin-top: 10px;
}

.tradein form .form-group {width: 100%;}
    .tradein form .agree_field,
    .tradein form .agree_field a {
    color: #000;
}


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


    .testdrive {
    padding: 0;
    margin-top: 50px;
    background-size: 560px auto !important;
    background-position: 50% 0 !important;
    padding-top: 260px;
}
    .testdrive .container {}
    .testdrive .content {
    background: 0;
    padding: 0;
}
    .testdrive .title {}
    .testdrive .desc {
    padding: 10px 0;
    font-size: 16px;
}
    .testdrive form {
    margin-top: 10px;
}
    .testdrive form .agree_field,
    .testdrive form .agree_field a {}


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

    .reviews {
        margin-top: 40px;
        padding: 40px 0;
    }
    .reviews_block {
        padding: 20px;
    }
    .reviews_name {
        font-size: 18px;
    }
    .reviews_text {
        font-size: 18px;
    }

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


    .more_info {
    padding: 0;
    background-size: 720px auto !important;
    background-position: 83% 0 !important;
    margin-top: 50px;
    /* color: #000; */
    background-color: #000 !important;
    padding-bottom: 30px;
    padding-top: 175px;
}
    .more_info .container {}
    .more_info .content {}
    .more_info .title {}
    .more_info .desc {
    padding: 10px 0;
    font-size: 16px;
}
    .more_info form {
    width: 100%;
    margin-top: 10px;
}
    .more_info form .btn {}
    .more_info form .agree_field,
    .more_info form .agree_field a {}


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


    .contacts {}
    .contacts .container {}
    .contacts .content {
    position: static;
    padding: 50px 0;
}
    .contacts .title {
    font-size: 18px;
    padding-bottom: 20px;
}
    .contacts .cont_phone {
    margin-bottom: 10px;
}
    .contacts .cont_addr {
    margin-bottom: 10px;
    font-size: 14px;
}
    .contacts .open_hours {
    margin-bottom: 25px;
    font-size: 14px;
}
    .contacts .btn {}


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

#map1:before {
    display: none;
}

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



    .spec {
        width: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }
    .spec_bg {
        transform: none;
        left: 0;
                position: relative;  
    }
    .spec .text_container .spec_props ul {
        row-gap: 4vw;
        margin: 4vw 0;
    }
    .spec .text_container .spec_props li {
        font-size: 3.2vw;
        line-height: 114%;
        color: #000000;
    }
    .spec .text_container .spec_props li br {
        display: none;
    }

	.spec picture {
        width: 100%;
        display: block;
    }
    .spec picture img {
        float: right;
        width: 100%;
    }
	.spec .container {}
	.spec .text_container {
    }
	.spec .text_container .title {
        font-size: 4vw;
        color: #000000;
    }
    .spec .text_container .title span {
        font-size: 4vw;
        background: url(../img/spec_title_ico_bl.svg) 0 50% no-repeat;
        padding: 10px 0 10px 50px;
        background-size: 30px;
    }

    .spec .text_container .spec_props li.ico1 {
        background: url(../img/spec_ico1_bl.svg) 0 50% no-repeat;
    }

    .spec .text_container .spec_props li.ico2 {
        background: url(../img/spec_ico2_bl.svg) 0 50% no-repeat;
    }

    .spec .text_container .spec_props li.ico3 {
        background: url(../img/spec_ico3_bl.svg) 0 50% no-repeat;
    }

	.spec_profit {
        margin-top: 4vw;
        font-size: 20px;
    }

	.models_menu .tabs {
    overflow-x: scroll;
    flex-shrink: 0;
}
	.models_menu .tabs a {
    width: 33%;
    flex-shrink: 0;
}
	.models_menu .models_menu_nav a img {}
	.models_menu .models_menu_nav a span {}
	.models_menu .models_menu_nav a.current {}
	.models_menu .models_menu_nav a:hover {}
	.models_menu .models_menu_nav a:hover img {}
	.models_menu .models_menu_nav a:hover span {}

	.compl_text .params {
    flex-direction: column;
    margin: 0px;
    align-items: flex-start;
    margin-top: 15px;
}
	#instock .car_profit {
    margin-top: 15px;
    font-size: 20px;
}
	#instock .car_profit b {}
	#instock .car_profit:before {}
	#instock .car_profit.ico_start:before {}
	#instock .car_profit.ico_price:before {}


    /************************************************************************/
    .credit {
        height: 645px;
        background-size: auto 344px;
    }
    .credit .container {
        display: flex;
        justify-content: left;
        align-items: end;
        height: 100%;
    }
    .credit_title {
        font-size: 22px;
        color: #000;
    }
    .credit form .forms_comment {
        color: #000;
    }


	header .phone_wrap i {display:block;font-style: normal;}
	
	.banner .comment {
    font-size: 20px;
    /* top: -30px; */
    position: relative;
}
 

}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 630px) {
    .avantages {
        background-size: 130%;
        padding-bottom: 184px;
    }
    .banner .title1 {
        /* top: -30px; */
    }
    .avantages_cont_title ul li {
        font-size: 16px;
    }
    .avantages_cont_block .item {
        font-size: 20px;
        max-width: 80%;
    }
    .avantages_cont:before {
        background-size: cover;
        background-repeat: no-repeat;
        width: 68px;
        height: 68px;
        top: 0px;
    }
    .compl_name {
        width: 40%;
    }
}
@media (max-width: 420px) {
    .banner .title_container {
        top: -128px;
    }
    .cars .cars_title {
        font-size: 18px;
    }
    .cars .info_block .car_profit {
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 18px;
    }
    .credit {
        margin-top: 42px;
        height: 532px;
        background-size: auto 218px;
    }
    .credit form .forms_comment {
        font-size: 16px;
    }
    .credit form {
        margin-top: 14px;
    }
    .avantages {
        background-size: 130%;
        padding-bottom: 136px;
    }
    .timer_block .timer {
        margin-left: -17px;
    }
    .banner .title1 {
        font-size: 20px;
    }
    .banner .title2 {
        padding-top: 14px;
    }
    .avantages {
        background-size: 124%;
        padding-bottom: 155px;
    }
    .avantages_cont_title ul li {
        font-size: 14px;
    }
    .avantages_cont_block .item {
        font-size: 20px;
        max-width: 80%;
    }
    .avantages {
        background-size: 124%;
        padding-bottom: 108px;
    }

    .spec_profit {
        font-size: 4vw;
    }
}

@media (max-width: 400px) {
    .banner .title_container {
        padding-bottom: 20px;
    }
}

@media (max-width: 378px) {
    .credit {
        height: 490px;
        background-size: auto 166px;
    }
    .timer_block .timer {
        margin-left: -20px;
    }
}

@media (max-width: 360px)
{
    .timer_block .timer {
        margin-left: -26px;
    }
    .avantages {
        padding-top: 10px;
        padding-bottom: 86px;
    }
    .avantages_cont_block .item {
        font-size: 18px;
        max-width: 94%;
    }
    .avantages_cont_title ul li {
        margin-bottom: 6px;
    }
    .avantages_cont_title {
        margin-top: 0px;
    }
}

@media (max-width: 350px) {
    .car_name img {
        max-width: 165px;
        margin-bottom: 5px;
    }
}
@media (max-width: 320px)
{	
    .timer_block .timer {
        transform: scale(.65);
        margin-left: -35px;
    }

    .banner .title1 {
    }

    .banner .title2 {
        font-size: 18px;
    }
}
