html {
  overflow-x: hidden;
}

body {
  font-family: "Haval", sans-serif;
  font-size: 13px;
  color: #121314;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  max-width: 1920px;
  background: white;
}

.fancybox-slide--html .fancybox-close-small {
  /* color: white !important; */
}

.fancybox-button svg {
  transform: scale(2);
  pointer-events: none;
}

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

.fancybox-content {
  overflow: hidden;
}

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

sup {
  display: inline-block;
  vertical-align: top;
  top: -10px;
  position: relative;
  font-size: 12px;
}

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

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

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

a:hover {
  text-decoration: none;
}

.fancybox-type-image .fancybox-close {
  right: 9px;
}

.fancybox-close {
  background: url(../img/bg_close.png) 50% 50% no-repeat !important;
  color: black;
  width: 22px !important;
  height: 22px !important;
  top: -25px !important;
  right: -25px !important;
}

.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: 1300px;
    max-width: 100%;
  }
}

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

#form_popup,
#form_popup2 {
  display: none;
}

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

.popup_container .agree_field {
  color: black;
  font-size: 8px;
  text-align: left;
  display: block;
  padding-top: 3px;
}

.popup_container .agree_field a {
  color: black;
}

.popup_container h2 {
  font-size: 20px;
  font-weight: 700;
  /* text-transform: uppercase; */
  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 .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 34px;
  height: 34px;
  -moz-transform: rotate(45deg); /* Aey Firefox */
  -ms-transform: rotate(45deg); /* Aey IE */
  -webkit-transform: rotate(45deg); /* Aey Safari, Chrome, iOS */
  -o-transform: rotate(45deg); /* Aey Opera */
  transform: rotate(45deg);
  cursor: pointer;
}

.popup_container .close:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 16px;
  width: 34px;
  height: 1px;
  display: block;
  background-color: #a8a8a8;
}

.popup_container .close:after {
  content: "";
  position: absolute;
  left: 16px;
  top: 0px;
  width: 1px;
  height: 34px;
  display: block;
  background-color: #a8a8a8;
}

.popup_container .form-group {
  margin-bottom: 10px;
}

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

.agree_field {
  font-size: 10px;
  line-height: 100%;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  top: 0px;
}

.agree_field input {
  position: absolute;
  top: -1px;
  left: 0px;
  margin: -0px;
}

.agree_field span {
  padding-left: 25px;
  display: inline-block;
}

form {
}

form .form-group:not(.btn_group) {
  margin-bottom: 10px;
  position: relative;
  box-sizing: border-box;
  background: transparent;
  max-width: 100%;
  height: 42px;
  outline: none;
  overflow: hidden;
}

form .form-group:not(.btn_group):before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #121314;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

form .form-group:not(.btn_group):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 0.3s;
}

form .form-group input[type="tel"],
form .form-group input[type="text"],
form .form-group select {
  height: 42px;
  width: 100%;
  color: #000000;
  font-size: 13px;
  box-sizing: border-box;
  font-weight: 400;
  font-family: "Haval";
  padding: 0px 20px;
  outline: none;
  background: transparent;
  border-radius: 0px;
  border: none;
  position: relative;
  z-index: 1;
}

form .form-group select {
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  background: url(../img/ico_select.png) 87% 50% no-repeat transparent;
  font-family: "Haval";
  outline: none;
  cursor: pointer;
}

form .form-group button {
  width: 100%;
  cursor: pointer;
  font-family: "Haval";
  outline: none;
  border: none;
}

.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;
  color: #ff0000;
  white-space: nowrap;
}

.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: 700;
  color: #121314;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.btn.black {
  color: #ffffff;
}

.btn.grey {
  color: #ffffff;
}

.btn.white {
}

.btn span {
  display: block;
  position: relative;
  padding-right: 20px;
  z-index: 1;
}

.btn:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #121314;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.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 0.3s;
}

.btn.black:after {
  background: #121314;
}

.btn.grey:before {
  background: #00cabf;
}

.btn.grey:after {
  background: #00cabf;
  border: none;
}

.btn.white:before {
  background: #ffffff;
}

.btn.white:after {
  background: #00cabf;
  color: #ffffff;
  border: 0;
}

.btn:hover:before {
  background: #00cabf;
}

.btn:hover:after {
  background: #00cabf;
  border-color: #00cabf;
}

.btn:hover {
  color: #ffffff;
}

/**********************
        HEADER
**********************/

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 15px 0;
  transition: all 0.3s;
  background: white;
  backdrop-filter: blur(7px);
  max-width: 1920px;
  margin: 0 auto;
}

/*
header.scroll {
    backdrop-filter: blur(10px);
}
*/

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

header .logo1 {
  display: block;
  align-items: center;
  font-size: 9px;
}

header .logo1 b {
  font-size: 18px;
  font-weight: 500;
}

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

.logo1 {
  margin-right: 24px;
  padding-right: 24px;
  border-right: 1px solid #121314;
}

header .logo2 {
  font-size: 8px;
}

header .logo2 {
  display: block;
  align-items: center;
  padding: 0;
  font-size: 9px;
}

header .logo2 b {
  font-size: 18px;
  font-weight: 500;
}

.top_phone {
  color: #121314;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
}

header .btn {
  width: 200px;
}

header .m_btn {
  display: none;
}

.menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 72px;
  transition: all 0.3s;
  z-index: 5;
  background: white;
  backdrop-filter: blur(7px);
  max-width: 1920px;
  margin: 0 auto;
}

/*.menu.scroll {
    backdrop-filter: blur(10px);
}*/

.menu_wrap {
  border-top: 1px solid #121314;
  display: flex;
  justify-content: space-between;
}

.menu_wrap a {
  display: block;
  position: relative;
  color: #121314;
  text-decoration: none;
  padding: 12px 0 10px;
}

.menu_wrap a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  width: 100%;
  height: 3px;
  background: #00cabf;
  transition: all 0.3s;
}

.menu_wrap a:hover:after {
  transform: scaleX(1);
}

.model_list {
  display: flex;
  margin-right: 30px;
}

.model_list a {
  margin-right: 60px;
}

/**********************
        BANNER
**********************/

.banner {
  position: relative;
  margin-top: 106px;
  height: 700px;
}

.slide_item {
  overflow: hidden;
}

.banner picture img {
  max-width: none;
  transform: translateX(-50%);
  left: 50%;
  display: block;
  position: relative;
}

.banner .slide2 picture {
  display: block;
  margin-top: -53px;
}

.title_container {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0 25px;
  background: linear-gradient(
    90deg,
    rgba(0, 74, 98, 0) 0%,
    #0f3b4a 50%,
    rgba(0, 74, 98, 0) 100%
  );
}

.slide2 .title_container {
  top: 40px;
}

.title_container .title1 {
  font-size: 72px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
}

.slide4 .title_container {
  top: 15px;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(10px, 2vw, 20px) 0 clamp(10px, 2vw, 20px);
}

.slide4 .title_container .title1 {
  font-size: clamp(24px, 4vw, 48px);
  line-height: clamp(25px, 4vw, 60px);
  font-weight: 500;
  color: #ffffff;
  text-transform: none;
  white-space: wrap;
  text-align: center;
}

.color {
  color: #38d1c3;
}

.title_container .title_date {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
}

.title_container .title2 {
  line-height: 120%;
  font-size: 22px;
  color: #ffffff;
  font-weight: 300;
  /* text-transform: uppercase; */
  width: 854px;
  text-align: center;
  max-width: 100%;
  /* height: 42px; */
  outline: none;
  position: relative;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-weight: 400;
}

.title_container .title_props {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-top: 6px;
  /*margin-bottom: 10px;*/
}

.title_container .title_props .br_mob {
  display: none;
}

.title_container .title_props span {
  color: #ffffff;
  padding-left: 48px;
}

.title_container .title_props a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #121314;
  padding: 5px 15px 0 6px;
  border-radius: 100px;
  font-size: 22px;
  min-height: 43px;
}

.title_container .title_props .ico1::before {
  content: url(../img/car_ico5.png);
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  background: #00cabf;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 6px;
  transition: all 0.3s;
  padding-left: 6px;
}

.title_container .title_props .ico2::before {
  content: url(../img/car_ico6.png);
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  background: #00cabf;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 6px;
  transition: all 0.3s;
  padding-left: 5px;
}

.title_container .title_props span b {
  color: #00cabf;
  font-size: 24px;
  font-weight: 400;
}

.title_container .main_title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 12px;
}

.title_container .main_title span {
  font-size: 44px;
  font-weight: 700;
  display: block;
  margin-top: 10px;
}

/* .title_container .title2:before {
    z-index: 3;
    content: url(../img/title_ico.svg);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 100%;
    background: #00CABF;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 3px;
    transition: all 0.3s;
}

.title_container .title2::after {
    content: "";
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: block;
    transform: skewX(-35deg);
    position: absolute;
    top: 0;
    left: -35px;
    transition: all 0.3s;
    background: #FFFFFF;
} */

.title_container .title2 .br_mob {
  display: none;
}

.title_container .title2 span {
  /*color: #121314;*/
}

.title_container .title3 {
  font-size: 20px;
  font-weight: 500;
  color: #00cabf;
}

.title_container .btn {
  width: 310px;
  padding: 0;
  color: #ffffff;
  font-size: 15px;
  position: absolute;
  bottom: -14px;
}

.title_container .btn font {
  color: #00cabf;
}

.title_container .btn:hover font {
  color: #ffffff;
}

.banner_profit {
  margin: 14px auto 0;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  column-gap: 12px;
  min-height: 50px;
  padding: 0 70px 0 36px;
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}

.banner_profit b {
  color: #00cabf;
}

.banner_profit:before {
  content: "";
  position: relative;
  display: block;
  min-width: 32px;
  height: 32px;
  background: url(../img/banner_profit_ico.svg) 50% 50% no-repeat #00cabf;
  border-radius: 50px;
}

.banner_profit:after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform: skewX(-40deg);
  z-index: -1;
}

.banner_profit span {
  padding-top: 4px;
}

.benefit {
  position: absolute;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 456px;
  height: 52px;
  max-width: 100%;
  overflow: hidden;
  outline: none;
  font-size: 20px;
  color: #ffffff;
  line-height: 22px;
  font-weight: 400;
}

.benefit:before {
  z-index: 3;
  content: url(../img/corporate_ico.svg);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 100%;
  background: #00cabf;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 3px;
  transition: all 0.3s;
}

.benefit:after {
  content: "";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: block;
  transform: skewX(-35deg);
  position: absolute;
  top: 0;
  left: -35px;
  transition: all 0.3s;
  background: #121314;
}

.benefit .benefit_wrap {
  display: block;
  position: relative;
  z-index: 1;
  padding: 4px 16px;
  left: 6px;
}

.benefit .benefit_wrap b {
  color: #00cabf;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  color: #ffffff;
}

.run_now {
  position: relative;
  bottom: 0;
  width: 100%;
  display: flex;
  z-index: 4;
  align-items: center;
  background: #38d1c3;
  overflow: hidden;
  /*height: 60px;*/
}

.run_now_cont {
  white-space: nowrap;
  animation: runstring 20s infinite linear; /* notice the infinite */
  font-size: 20px;
  color: white;
  padding: 10px 30px;
}

.run_now_cont div {
  display: inline-flex;
  align-items: center;
  padding-right: 30px;
  margin-right: 20px;
  min-height: 50px;
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  padding-left: 70px;
  background: url("../img/ico_tag.svg") 0 50% no-repeat;
  padding-top: 5px;
}

.run_now_cont div:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  right: -4px;
}

@keyframes runstring {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.timer_block {
  margin-top: 45px;
}

.timer_block .container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.timer_block .btn {
  height: 60px;
}

.timer_block .btn:before {
}

.timer_block .btn:after {
  left: -22px;
}

.timer_title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.timer_text {
  width: 46%;
}

#timer_form {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

#timer_form .form-group {
  width: 49%;
}

#timer_form .form-group:not(.btn_group):after {
  transform: unset;
  left: 0;
}

#timer_form .agree_field a {
  color: #121314;
}

.banner .swiper-pagination {
  bottom: 30px !important;
}

.banner .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #626970b3;
  opacity: 1;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00cabfb3;
  opacity: 1;
}

/**********************
         CARS
**********************/

.cars_items {
  margin-top: 90px;
}

.car_item {
  position: relative;
  margin-bottom: 40px;
}

.car_img {
  margin-bottom: 20px;
}

.car_item .car_wrap {
  display: flex;
  align-items: flex-end;
  position: relative;
  /*overflow: hidden;*/
  column-gap: 60px;
  /* padding-bottom: 30px; */
  min-height: 340px;
  /*box-shadow: -10px 0px 10px 1px rgba(48, 59, 71, 0.20);*/
}

.car_item#h9 .car_wrap,
.car_item#h5 .car_wrap {
  align-items: center;
}

.car_item .car_wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  background: url("../phpThumb/phpThumb.php?src=..%2Fimg%2Fcar_bg.png&f=webp&q=90&hash=81d436373a367161c6cd3774afd6b9e6a9e2baee80e148a57379aed6637e750b")
    0 0 no-repeat;
  width: 89%;
  height: 326px;
  /*transform: skewX(-35deg);*/
  z-index: 2;
  /*box-shadow: 4px 7px 13px rgba(48, 59, 71, 0.20);*/
}

.car_item .car_wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -130px;
  background: #ffffff;
  width: 90.7%;
  height: 300px;
  transform: skewX(-35deg);
  z-index: 1;
}

.car_item .car_wrap .car_name {
  position: absolute;
  top: 25px;
  left: 30px;
  z-index: 3;
  font-size: 44px;
  text-transform: uppercase;
  font-weight: 700;
}

.car_item .car_wrap .car_new {
  position: relative;
  padding-left: 36px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
  color: #00cabf;
  text-transform: uppercase;
  z-index: 2;
}

.car_item .car_wrap .car_new:before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/car_new_ico.svg) no-repeat;
}

.car_item#h3 .car_wrap .car_props {
  margin-top: 80px;
}

.car_item .car_wrap .car_props {
  margin-top: 20px;
  position: relative;
  z-index: 3;
  width: 22%;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-left: 30px;
  margin-bottom: 80px;
}

.car_item#h9 .car_wrap .car_props,
.car_item#h5 .car_wrap .car_props {
  margin-bottom: 0;
}

.car_item .car_wrap .car_props > a {
  display: flex;
  align-items: center;
  min-height: 28px;
  color: #121314;
  text-decoration: none;
  padding-left: 50px;
  font-weight: 500;
  position: relative;
  font-size: 16px;
  line-height: 1;
}

.car_item .car_wrap .car_props > a:before {
  content: url("../img/car_ico1.png");
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #121314;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 3px;
  transition: all 0.3s;
}

.car_props b {
  font-size: 20px;
  color: #00cabf;
}

.car_item .car_wrap .car_props > a.ico2:before {
  content: url("../img/car_ico2.png");
}

.car_item .car_wrap .car_props > a.ico3:before {
  content: url("../img/car_ico3.png");
}

.car_item .car_wrap .car_props > a.ico3 {
  white-space: nowrap;
}

.car_item .car_wrap .car_props > a.ico4:before {
  content: url("../img/car_ico4.png");
}

.car_item .car_wrap .car_props > a.ico5:before {
  content: url("../img/car_ico7.svg");
}

.car_item .car_wrap .car_props > a:hover:before {
  background: #00cabf;
}

.car_item .car_wrap .car_image {
  position: relative;
  z-index: 3;
  width: 46%;
}

.car_item .car_wrap .car_plachka {
  position: absolute;
  top: 15px;
  right: 210px;
  display: flex;
  align-items: center;
  column-gap: 14px;
  min-height: 39px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background: #000000;
  z-index: 2;
}

.car_item .car_wrap .car_plachka:after {
  content: "";
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/car_plachka_ico.svg) no-repeat;
}

.car_item .car_wrap .car_plachka span {
  margin-top: 4px;
}

.car_item .car_wrap .car_plachka2 {
  position: absolute;
  top: 15px;
  right: 480px;
  display: flex;
  align-items: center;
  column-gap: 14px;
  min-height: 39px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background: #00cabf;
  z-index: 2;
}

.car_item .car_wrap .car_plachka2 sup {
  font-weight: 700;
  font-size: 10px;
}

.car_item .car_wrap .car_image .car_colors {
  position: absolute;
  top: 22px;
  right: -185px;
  display: flex;
  flex-flow: wrap;
  row-gap: 5px;
  column-gap: 10px;
}

.car_item#h5 .car_wrap .car_image .car_colors {
  top: -18px;
}

.car_item .car_wrap .car_image .car_colors > span {
  width: 100%;
  font-size: 12px;
  font-weight: 300;
}

.car_item .car_wrap .car_image .car_colors > div {
  border-radius: 75px;
  width: 20px;
  height: 20px;
  transition: all 0.3s;
  cursor: pointer;
}

.car_item .car_wrap .car_image .car_colors > div.active {
  width: 80px;
}

.car_item .car_gallery_wrap {
  position: absolute;
  top: 0;
  right: 15px;
  width: 27.3%;
}

.car_item .car_gallery_wrap .car_gallery_tabs {
  position: absolute;
  top: -9px;
  right: -90%;
  display: flex;
  width: 300px;
  justify-content: space-around;
  transform: rotate(90deg);
  transform-origin: 0;
}

.car_item .car_gallery_wrap .car_gallery_tabs > div {
  color: #626970;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
}

.car_item .car_gallery_wrap .car_gallery_tabs > div.active {
  font-weight: 700;
  color: #121314;
}

.car_item .car_ags {
  display: flex;
  justify-content: space-between;
  background: url("../img/car_ags_bg.png") 50% no-repeat;
  background-size: 100%;
  padding: 15px 0;
}

.car_item .car_ags .col {
  display: flex;
  flex-direction: column;
  row-gap: 38px;
}

.car_item .car_ags .col:nth-child(2) {
  width: 35%;
}

.car_item .car_ags .col > div {
  font-size: 13px;
  font-weight: 300;
  padding-left: 32px;
  display: flex;
  align-items: center;
  min-height: 12px;
  background: url("../img/slash.png") 0 50% no-repeat;
}

.car_item .car_btns {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.car_item .car_btns .btn {
  width: 32.5%;
}

.car_item .car_gallery {
  display: none;
  flex-direction: column;
  row-gap: 8px;
}

.car_item .car_gallery.active {
  display: flex;
}

.car_item .car_gallery > a {
  display: block;
  height: 145px;
}

.car_item .car_gallery > a:nth-child(n + 3) {
  display: none;
}

/*.car_item .car_gallery > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}*/

/**********************
       COMPLECTS
**********************/

#instock {
  margin-top: 150px;
}

.compl_title {
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 65px;
}

.models {
  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 0.3s;
  cursor: pointer;
  min-height: 45px;
  position: relative;
  width: auto !important;
}

.models .model_name:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00cabf;
  transform: scaleX(0);
  transition: all 0.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;
  display: none;
}

.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 0.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 0.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 0.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 {
  width: 100%;
}

.compl_items tbody > tr td::before {
  display: none !important;
}

#instock #filter_table {
  display: flex;
  justify-content: space-between;
}

#instock #filter_table .select_container {
  width: 30.2%;
}

#instock #filter_table select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/ico_select_bl.png) 95% 50% no-repeat #ffffff;
  font-family: "Haval";
  display: block;
  height: 68px;
  box-sizing: border-box;
  width: 100%;
  font-size: 20px;
  /* color: #ffffff; */
  font-weight: 400;
  outline: none;
  border-radius: 0;
  /* text-align: center; */
  /* border: none; */
  padding-left: 20px;
}

#instock #filter_table select option {
  color: #000000;
  font-size: 14px;
}

#instock tr:first-child {
  display: none !important;
}

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

.tb_complects_container .compl_items tbody {
  display: flex;
  flex-direction: column;
  gap: 45px 0;
  margin-top: 45px;
}

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

.compl_items .item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 540px;
  height: 135px;
  background: url("../img/compl_bg1.png") 0 50% no-repeat;
  /*transform: skewX(-35deg);*/
  z-index: 1;
}

.compl_items .item:after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  bottom: -20px;
  width: 66%;
  height: 161px;
  background: url("../img/compl_bg2.png") 0 50% no-repeat;
  /*transform: skewX(-35deg);*/
  z-index: 2;
}

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

.compl_image {
  width: 42.3%;
  box-sizing: border-box;
  padding-left: 30px;
  position: relative;
  z-index: 2;
}

.compl_text {
  width: 57.7%;
  position: relative;
  z-index: 3;
  margin-bottom: 25px;
  padding-left: 30px;
  box-sizing: border-box;
}

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

.compl_text .name br {
  display: none;
}

.compl_text .compl_techs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 88%;
}

.compl_text .compl_techs li {
  width: 48%;
  display: block;
  padding-left: 25px;
  box-sizing: border-box;
  background: url("../img/slash_sm.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;
  display: none;
}

.tb_complects_showmore {
  display: block;
  color: #000000;
  margin-top: 48px;
}

.corporate {
  margin-top: 151px;
  position: relative;
  /* overflow: hidden; */
}

.corporate > img {
  display: none;
}

.corporate_wrap {
  position: relative;
  z-index: 3;
  left: 13px;
}

.corporate_title {
  position: relative;
  padding-left: 15%;
  margin-bottom: 63px;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  z-index: 3;
}

.corporate_title span {
  color: #00cabf;
}

.corporate_title:before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: -194px;
  background: #e8e9ea;
  width: 81%;
  height: 152px;
  transform: skewX(-35deg);
  z-index: -1;
  box-shadow: 4px 7px 13px rgba(48, 59, 71, 0.2);
}

.corporate_comment {
  max-width: 403px;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 43px;
}

.corporate_comment p {
  margin: 0;
  margin-bottom: 20px;
}

.corporate_comment div {
  padding-left: 39px;
  background: url(../img/slash.png) 0 50% no-repeat;
  margin-bottom: 20px;
}

.corporate_comment div span {
  font-size: 24px;
  line-height: 21.6px;
  text-align: left;
}

.corporate_comment div .corporate_benefit {
  color: #00cabf;
}

.corporate_wrap .btn {
  width: 310px;
}

.corporate_bg {
  position: absolute;
  right: 0;
  top: 54px;
  overflow: hidden;
  height: 88%;
  /*width: 57.5%;*/
}

.corporate_bg img {
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
}

/* .corporate:hover .corporate_bg img {
    transform: scale(1.1);
} */

/**********************
      TEST_DRIVE
**********************/

.test_drive {
  margin-top: 110px;
  padding: 115px 0;
  position: relative;
  overflow: hidden;
}

.test_drive:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -190px;
  background: #e8e9ea;
  width: 61%;
  height: 100%;
  transform: skewX(-35deg);
  z-index: 2;
  box-shadow: 4px 7px 13px rgba(48, 59, 71, 0.2);
}

.test_drive:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -170px;
  background: #ffffff;
  width: 61.2%;
  height: 100%;
  transform: skewX(-35deg);
  z-index: 1;
}

.test_drive > img {
  display: none;
}

.test_drive_wrap {
  position: relative;
  z-index: 3;
}

.test_drive_title {
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.test_drive_comment {
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 40px;
}

.test_drive_wrap .btn {
  width: 310px;
}

.test_drive_bg {
  position: absolute;
  right: 0;
  top: -2px;
  overflow: hidden;
  height: 100%;
  /*width: 57.5%;*/
}

.test_drive_bg img {
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
}

.test_drive:hover .test_drive_bg img {
  transform: scale(1.1);
}

/**********************
       CREDIT
**********************/

.credit {
  margin-top: 20px;
  padding: 115px 0;
  position: relative;
  overflow: hidden;
}

.credit:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -190px;
  background: #e8e9ea;
  width: 61%;
  height: 100%;
  transform: skewX(-35deg);
  z-index: 2;
  box-shadow: 4px 7px 13px rgba(48, 59, 71, 0.2);
}

.credit:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -170px;
  background: #ffffff;
  width: 61.2%;
  height: 100%;
  transform: skewX(-35deg);
  z-index: 1;
}

.credit > img {
  display: none;
}

.credit_wrap {
  width: 410px;
  max-width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 3;
}

.credit_title {
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.credit_comment {
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 40px;
}

.credit_wrap .btn {
  width: 310px;
}

.credit_bg {
  position: absolute;
  left: 0;
  top: -2px;
  overflow: hidden;
  height: 100%;
  /*width: 57.5%;*/
}

.credit_bg img {
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
  object-position: 100% 50%;
}

.credit:hover .credit_bg img {
  transform: scale(1.1);
}

/**********************
        TRADEIN
**********************/

.tradein {
  margin-top: 120px;
  background: url("../phpThumb/phpThumb.php?src=..%2Fimg%2Ftradein_bg.jpg&f=webp&q=90&hash=760d4c87c040414f055d0064beae1329fdf1e625c047897ae6b289b395cbb8eb")
    50% no-repeat;
  padding: 125px 0;
}

.tradein > img {
  display: none;
}

.tradein_wrap {
  width: 420px;
  max-width: 100%;
}

.tradein_title {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #ffffff;
}

.tradein_comment {
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 130%;
  color: #ffffff;
}

#tradein_form {
}

#tradein_form select {
  color: #ffffff;
}

#tradein_form select option {
  color: #000000;
}

#tradein_form input[type="tel"]::placeholder,
#tradein_form input[type="text"]::placeholder {
  color: #ffffff;
}

#tradein_form .form-group:not(.btn_group):before {
  background: #ffffff;
}

#tradein_form .form-group:not(.btn_group):after {
  border-color: #ffffff;
}

.tradein form .form-group input[type="tel"],
.tradein form .form-group input[type="text"] {
  color: #cfcfcf;
}

#tradein_form .agree_field {
  padding-top: 3px;
  color: #ffffff;
}

#tradein_form .agree_field a {
  color: #ffffff;
}

#tradein_form .btn {
  margin-bottom: 10px;
}

/**********************
      ADVANTAGES
**********************/

.advantages {
  margin-top: 120px;
  background: url("../phpThumb/phpThumb.php?src=..%2Fimg%2Fags_bg.jpg&f=webp&q=90&hash=0b70ceb6a889095fed80557cf3425a63b89682cbb9ecdf810e17d29ed9f4baa7")
    50% 0 no-repeat;
  padding: 120px 0;
}

.ags_wrap {
}

.ags_wrap .ags_title {
  font-size: 44px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 75px;
}

.ags_wrap .ags_list {
  display: flex;
  justify-content: space-between;
  background: url("../img/ags_lines.png") 50% no-repeat;
}

.ags_wrap .ags_list .col {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}

.ags_wrap .ags_list .col:last-child {
  width: 40%;
}

.ags_wrap .ags_list .col > div {
  color: #ffffff;
  padding-left: 42px;
  background: url("../img/slash.png") 0 50% no-repeat;
  font-size: 13px;
  font-weight: 300;
  transition: all 0.3s;
  transform-origin: 0;
  cursor: pointer;
}

.ags_wrap .ags_list .col > div:hover {
  transform: scale(1.2);
}

/**********************
      CONTACTS
**********************/

.contacts {
  position: relative;
  margin-top: 120px;
}

.contacts:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -190px;
  background: #e8e9ea;
  width: 50%;
  height: 100%;
  transform: skewX(-35deg);
  z-index: 2;
}

.contacts:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -170px;
  background: #ffffff;
  width: 50%;
  height: 100%;
  transform: skewX(-35deg);
  z-index: 1;
}

.cont_wrap {
  width: 460px;
  max-width: 100%;
  position: absolute;
  top: 30px;
  left: 15px;
  z-index: 3;
}

.cont_title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 50px;
}

.cont_logo {
  margin-bottom: 30px;
}

.cont_text {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

.cont_text > li {
  display: block;
  padding-left: 35px;
  background: url("../img/slash_sm.png") 0 20% no-repeat;
}

.cont_text > li:nth-child(1) {
  line-height: 120%;
  background-position: 0 2px;
}

.cont_text > li a {
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  color: #121314;
}

.cont_quest {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

.cont_wrap .btn {
  width: 310px;
  margin-top: 15px;
}

#map1 {
  background: url("../phpThumb/phpThumb.php?src=..%2Fimg%2Fmap.jpg&f=webp&q=90&hash=41d09be94dc2955773982d0e1e68952a4fc4537913ae8b26a2dfedd24206c330")
    50% 0 no-repeat;
  width: 100%;
  height: 456px;
}

/**********************
        FOOTER
**********************/

footer {
  padding: 33px 0;
  background: #121314;
}

.yurinfo {
  color: #ffffff;
  font-size: 12px;
  line-height: 140%;
  margin-bottom: 15px;
}

.foot_wrap {
  display: flex;
  justify-content: space-between;
}

.foot_wrap > a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
}

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

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

@media (max-width: 1600px) {
  .corporate:after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    background: #ffffff;
    width: 38.2%;
    height: 100%;
    transform: skewX(-35deg);
    z-index: 1;
    left: 0px;
  }

  .corporate_title {
    padding-left: 5%;
  }

  .corporate_title:before {
    width: 92%;
  }

  .test_drive_bg,
  .credit_bg {
    width: 64%;
  }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
  .title_container .title1 {
    font-size: 46px;
  }

  .car_item .car_wrap .car_new {
    font-size: 13px;
  }

  .car_item .car_wrap .car_plachka2 {
    top: 80px;
    right: 210px;
  }

  .top_addr {
    display: none;
  }

  /*****************************************************************************************/
  .timer {
    width: 40%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .timer_title {
    font-size: 18px;
  }

  div[id^="timer"] {
    margin: 0 !important;
    transform: scale(0.7) !important;
  }

  .timer_text {
    width: 56%;
  }

  /*****************************************************************************************/
  .car_item .car_wrap {
    column-gap: 0;
  }

  .car_item .car_wrap:before {
    background-position: 100% 0;
    width: 95%;
  }

  .car_item .car_wrap:after {
    width: 97%;
  }

  .car_item .car_wrap .car_props {
    width: 24%;
  }

  .car_item .car_wrap .car_props > a {
    font-size: 13px;
  }

  .car_item .car_ags .col > div {
    font-size: 10px;
  }

  .car_item .car_gallery_wrap .car_gallery_tabs {
    right: -117% !important;
  }

  /*****************************************************************************************/
  .compl_title {
    font-size: 32px;
  }

  .models {
    column-gap: 30px;
  }

  .models .swiper-wrapper {
    column-gap: 0;
  }

  .models .model_name {
    font-size: 13px;
    min-height: 40px;
    line-height: 120%;
  }

  .compl_items .item:before {
    background-position: 100% 50%;
    width: 45%;
  }

  .compl_text {
    box-sizing: border-box;
    width: 55%;
    padding-left: 30px;
  }

  .compl_text .compl_techs {
    width: 100%;
    font-size: 12px;
  }

  .compl_text .compl_btns {
    width: 100%;
  }

  .corporate_title {
    font-size: 40px;
  }

  .corporate_title:before {
    width: 100%;
    left: -100px;
  }

  .corporate:after {
    width: 50%;
  }

  /*****************************************************************************************/
  .test_drive:before {
    width: 70%;
  }

  .test_drive:after {
    width: 70.2%;
  }

  /*****************************************************************************************/
  .credit:before {
    width: 70%;
  }

  .credit:after {
    width: 70.2%;
  }

  .credit_wrap {
    width: 360px;
  }

  /*****************************************************************************************/
  .tradein {
    padding: 60px 0;
  }

  /*****************************************************************************************/
  .ags_wrap .ags_list .col:last-child {
    width: 45%;
  }

  .ags_wrap .ags_list .col > div {
    line-height: 130%;
    pointer-events: none;
  }

  /*****************************************************************************************/
  .contacts:before,
  .contacts:after {
    width: 63%;
  }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
  .top_addr {
    display: none;
  }

  header .btn {
    display: none;
  }

  .menu_wrap a {
    font-size: 11px;
  }

  /*****************************************************************************************/
  .banner {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 76px;
    padding-top: 40px;
  }

  .banner picture img {
    width: 100%;
  }

  .title_container {
    position: relative;
    top: 0;
    margin-top: 30px;
    left: 0;
    transform: none;
    background: none;
    padding: 10px 0;
  }

  .slide2 .title_container {
    top: 0;
  }

  .banner .slide2 picture {
    margin-top: 0;
  }

  .title_container .title1 {
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
  }

  .title_container .title2 {
    text-align: center;
    color: #000000;
    max-width: none;
    padding: 10px 0;
  }

  .title_container .title2::after,
  .title_container .title2::before {
    display: none;
  }

  .title_container .btn {
    width: 100%;
    display: none;
  }

  .timer_block {
    margin-top: 10px;
  }

  .timer_block .container {
    flex-direction: column-reverse;
    align-items: center;
  }

  .timer_text {
    width: 100%;
    margin-top: 20px;
  }

  .timer_title {
    text-align: center;
  }

  .timer_text .btn {
    width: 100%;
  }

  /*****************************************************************************************/
  .car_item .car_wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-top: 60px;
    min-height: auto;
    padding-bottom: 0;
  }

  .car_item .car_wrap:before {
    width: 100%;
  }

  .car_item .car_wrap .car_image {
    width: 70%;
  }

  .car_item#h3 .car_wrap .car_props,
  .car_item .car_wrap .car_props {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .car_item .car_ags {
    background: none;
    flex-flow: wrap;
    row-gap: 10px;
  }

  .car_item .car_ags .col {
    row-gap: 10px;
    width: 50% !important;
  }

  .car_item .car_ags .col:last-child {
    flex-direction: row;
    justify-content: space-between;
    width: 100% !important;
  }

  .car_item .car_ags .col:last-child > div {
    width: 50%;
  }

  .car_item .car_ags .col > div {
    font-size: 11px;
  }

  .car_item .car_btns {
    margin-top: 10px;
    flex-direction: column;
    row-gap: 10px;
  }

  .car_item .car_btns .btn {
    width: 100%;
  }

  .car_item .car_gallery_wrap {
    position: relative;
    width: 100%;
    right: 0;
    margin-top: 30px;
  }

  .car_item .car_gallery_wrap .car_gallery_tabs {
    position: relative;
    transform: unset;
    right: 0 !important;
    width: 100%;
    top: 0;
    margin-bottom: 15px;
  }

  .car_item .car_gallery {
    flex-direction: row;
    justify-content: space-between;
    column-gap: 10px;
  }

  .car_item .car_gallery > a {
    flex-grow: 1;
  }

  /*****************************************************************************************/
  #instock {
    margin-top: 100px;
  }

  .models {
    column-gap: 20px;
  }

  .models .model_name {
    font-size: 10px;
  }

  .compl_items .item {
    justify-content: space-between;
    align-items: center;
  }

  .compl_items .item:before {
    width: 50%;
  }

  .compl_items .item::after {
    display: none;
  }

  .compl_image {
    width: 50%;
    text-align: center;
  }

  .compl_text {
    width: 50%;
    margin-bottom: 0;
  }

  .compl_text .name {
    font-size: 2vw;
    margin-bottom: 20px;
  }

  .compl_text .compl_btns {
    flex-flow: wrap;
    row-gap: 10px;
    margin-top: 20px;
  }

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

  .compl_text .compl_techs {
    flex-direction: column;
    row-gap: 15px;
  }

  .compl_text .compl_techs li {
    width: 100%;
  }

  .corporate {
    padding: 0;
    margin-top: 0;
  }

  .corporate:before,
  .corporate:after {
    display: none;
  }

  .corporate > img {
    display: block;
  }

  .corporate_wrap {
    padding: 50px 0;
  }

  .corporate_wrap .btn {
    width: 100%;
  }

  .corporate_title {
    margin-bottom: 0px;
    font-size: 36px;
  }

  .corporate_title:before {
    top: -20px;
    left: -55px;
    height: 130px;
  }

  .corporate_bg {
    display: none;
  }

  /*****************************************************************************************/
  .test_drive {
    background: #e8e9ea;
    padding: 0;
    margin-top: 0;
  }

  .test_drive:before,
  .test_drive:after {
    display: none;
  }

  .test_drive > img {
    display: block;
  }

  .test_drive_wrap {
    padding: 50px 0;
  }

  .test_drive_wrap .btn {
    width: 100%;
  }

  .test_drive_bg {
    display: none;
  }

  /*****************************************************************************************/
  .credit {
    background: #e8e9ea;
    padding: 0;
    margin-top: 0;
  }

  .credit > img {
    display: block;
  }

  .credit_wrap {
    padding: 50px 0;
    width: 100%;
  }

  .credit_wrap .btn {
    width: 100%;
  }

  .credit:before,
  .credit:after {
    display: none;
  }

  .credit_bg {
    display: none;
  }

  /*****************************************************************************************/
  .tradein {
    background: #e8e9ea;
    padding: 0;
  }

  .tradein_wrap {
    padding: 50px 0;
    width: 100%;
  }

  .tradein_title {
    color: #000000;
  }

  .tradein_comment {
    color: #000000;
  }

  .tradein > img {
    display: block;
  }

  #tradein_form select {
    color: #000000;
  }

  #tradein_form .form-group:not(.btn_group):before {
    background: #000000;
  }

  #tradein_form .form-group:not(.btn_group):after {
    border-color: #000000;
  }

  #tradein_form input[type="tel"]::placeholder,
  #tradein_form input[type="text"]::placeholder {
    color: #000000;
  }

  .tradein form .form-group input[type="tel"],
  .tradein form .form-group input[type="text"] {
    color: #000000;
  }

  #tradein_form .btn.white {
    color: #ffffff;
  }

  #tradein_form .btn.white:before {
    background: #000000;
  }

  #tradein_form .btn.white:after {
    border-color: #000000;
    background: #000000;
  }

  #tradein_form .agree_field,
  #tradein_form .agree_field a {
    color: #000000;
  }

  /*****************************************************************************************/
  .advantages {
    margin-top: 0;
    padding: 90px 0;
  }

  .ags_wrap .ags_title {
    font-size: 38px;
    margin-bottom: 40px;
  }

  .ags_wrap .ags_list {
    flex-direction: column;
    background: none;
  }

  .ags_wrap .ags_list .col {
    row-gap: 0;
    width: 100% !important;
  }

  .ags_wrap .ags_list .col > div {
    padding: 15px 0 15px 42px;
    border-bottom: 1px solid #ffffff;
  }

  .ags_wrap .ags_list .col:last-child > div:last-child {
    border: none;
  }

  /*****************************************************************************************/
  .contacts {
    background: #e8e9ea;
    margin-top: 0;
  }

  .contacts:before,
  .contacts:after {
    display: none;
  }

  .cont_wrap {
    position: relative;
    top: 0;
    padding: 40px 0;
    width: 96%;
  }

  .cont_title {
    margin-bottom: 30px;
  }

  .cont_quest {
    margin-top: 30px;
  }

  .cont_wrap .btn {
    width: 100%;
  }

  #map1 {
    background-position: 85% 50%;
  }
}

@media (max-width: 991px) {
  .title_container .title_date {
    position: relative;
    overflow: hidden;
    padding: 2vw 6vw 1vw 2vw;
    font-size: 3vw;
    color: #ffffff;
  }

  .title_container .title_date:before {
    content: "";
    position: absolute;
    top: 0;
    left: -2vw;
    width: 100%;
    height: 100%;
    background: #00cabf;
    transform: skewX(-20deg);
    z-index: -1;
  }

  #instock #filter_table {
  }

  #instock #filter_table .select_container {
    width: 32.2%;
  }

  .title_container .main_title {
    color: #000000;
  }

  .title_container .title_props {
    display: flex;
    column-gap: 4px;
  }

  .title_container .title_props span {
    color: #ffffff;
  }

  .slide4 .title_container .title1 {
    color: #000;
  }

  #instock #filter_table select {
    height: 52px;
    font-size: 16px;
  }

  .tb_complects_showmore {
    margin-top: 10px;
  }

  .car_item .car_wrap .car_plachka {
    right: 84px;
  }

  .car_item .car_wrap .car_plachka2 {
    right: 10px;
    font-size: 12px;
  }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
  .run_now {
    margin: 15px 0;
  }

  .run_now_cont div {
    font-size: 4vw;
    background-size: 10vw !important;
    min-height: 40px;
    padding-left: 55px;
  }

  .run_now_cont {
    padding: 5px 20px;
  }

  .banner_profit {
    margin: 2vw auto 0;
    column-gap: 3vw;
    min-height: initial;
    padding: 0;
    font-size: 4vw;
  }

  .banner .swiper-pagination {
    bottom: 10px !important;
  }

  .banner .slide_item.slide2 .title1 {
    font-size: 5vw;
  }

  .slide4 .title_container {
    top: 0;
  }

  .slide4 .title_container .title1 {
    color: #000;
  }

  .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;
  }

  .popup_container {
    width: 100%;
  }

  .swiper-scrollbar-drag {
    background: #626970 !important;
  }

  /*******************************************************************/
  header .m_btn {
    display: block;
    position: absolute;
    width: 30px;
    height: 21px;
    z-index: 1;
    top: 7px;
    right: 15px;
  }

  header .m_btn span {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: #121314;
    transition: all 0.3s 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;
  }

  .menu {
    display: block;
    position: fixed;
    top: 107px;
    background: white !important;
    width: 100%;
    height: auto;
    right: -100%;
    left: unset;
    transition: all 0.3s linear;
    z-index: 5;
    padding: 20px 0;
  }

  .menu_wrap {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    border: none;
  }

  .model_list {
    display: none;
  }

  .menu_wrap a {
    padding: 5px 0;
  }

  .menu.active {
    right: 0;
  }

  /*******************************************************************/
  header {
    padding: 10px 0px 20px;
    background: #ffffff;
    box-shadow: 0px 0px 10px #b3b3b3;
  }

  header .container {
    flex-flow: wrap;
  }

  .top_addr {
    display: none;
  }

  .top_phone {
    margin-top: 10px;
    display: block;
    text-align: center;
    width: 100%;
  }

  header .btn {
    display: none;
  }

  header .logo2 {
    /* font-size: 1.8vw; */
    padding: 0;
    /* padding-left: 30px; */
  }

  header .header .logo-wrap .logo2 {
    width: 70%;
  }

  header .logo2 b {
    font-size: 3vw;
  }

  .logo_wrap {
    width: 85%;
  }

  .logo1 {
    margin-right: 10px;
    padding-right: 10px;
  }

  /*******************************************************************/
  .banner picture img {
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
  }

  .banner {
    display: flex;
    margin-top: 98px;
    flex-direction: column-reverse;
  }

  .banner .slide2 picture {
    margin-top: 0;
  }

  .title_container {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    transform: none;
    background: none;
  }

  .title_container .title_props {
    margin-top: 1vw;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 100%;
    margin-top: 15px;
  }

  .slide2 .title_container {
    top: 0;
  }

  .title_container .title1 {
    text-align: center;
    font-size: 5vw;
    line-height: 130%;
    margin-bottom: 0;
    color: #000000;
  }

  .title_container .title_props .br_mob {
    display: none;
  }

  .title_container .title_props a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 12px 0 36px;
    width: fit-content;
    font-size: 4vw;
  }

  .title_container .title_props .ico1::before {
    /* top: inherit; */
    left: 6px;
    width: 28px;
    height: 28px;
    padding-top: 3px;
  }

  .title_container .title_props .ico2::before {
    /* top: inherit; */
    left: 6px;
    width: 28px;
    height: 28px;
    padding-top: 3px;
  }

  .title_container .title_props span {
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    line-height: 134%;
    color: #ffffff;
  }

  .title_container .title_props span b {
    font-size: 16px;
  }

  .banner .slide_item.slide2 .title1 {
    font-size: 6vw;
    margin-top: 3vw;
  }

  .title_container .title2 {
    margin: 0;
    text-align: center;
    font-size: 3.5vw;
    flex-direction: column;
    overflow: inherit;
  }

  .title_container .main_title {
    line-height: 1;
    margin: 0;
    margin-top: 1vw;
    font-size: 4vw;
  }

  .title_container .title2::before,
  .title_container .title2::after {
    display: none;
  }

  .title_container .title2 .br_mob {
    display: block;
  }

  .title_container .title2 span {
    color: #000000;
    font-size: 5vw;
  }

  .title_container .title3 {
    font-size: 4vw;
  }

  .title_container .btn {
    position: relative;
    bottom: 0px;
  }

  .benefit {
    position: relative;
    left: 14px;
    bottom: 0;
    margin-top: 14px;
    width: 390px;
    font-size: 14px;
    line-height: 16px;
    transform: none;
  }

  .banner .swiper-button-next:after,
  .banner .swiper-button-prev:after {
    font-size: 24px;
  }

  .timer_block {
    margin-top: 0;
  }

  .timer_block .container {
    flex-direction: column-reverse;
    align-items: center;
  }

  .timer_block .btn {
    height: 42px;
  }

  .timer_block .btn:after {
    left: -15px;
  }

  .timer_text {
    width: 100%;
  }

  .timer_title {
    text-align: center;
    font-size: 3.5vw;
    margin-bottom: 10px;
  }

  .timer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    flex-direction: column;
  }

  div[id^="timer"] {
    margin: 0 !important;
    transform: scale(0.6) !important;
  }

  #timer_form .form-group {
    width: 100%;
  }

  #timer_form .agree_field {
    margin-top: 10px;
  }

  /*******************************************************************/
  .cars_items {
    margin-top: 40px;
  }

  .car_item .car_wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-top: 40px;
    min-height: auto;
    padding-bottom: 0;
    background: #e8e9ea;
  }

  #h3 .car_wrap,
  #h7 .car_wrap {
    padding-top: 80px;
  }

  .car_item#h9 .car_wrap,
  .car_item#h5 .car_wrap {
    align-items: flex-start;
    padding-bottom: 18px;
  }

  .car_item .car_wrap:before,
  .car_item .car_wrap:after {
    display: none;
  }

  .car_item .car_wrap .car_name {
    top: 20px;
    left: 15px;
    font-size: 8vw;
  }

  .car_item .car_wrap .car_image {
    width: 100%;
  }

  .car_item#h5 .car_wrap .car_image {
    margin-top: 20px;
  }

  .car_item .car_wrap .car_plachka {
    top: 60px;
    right: auto;
    left: 20px;
  }

  .car_item .car_wrap .car_plachka2 {
    top: 105px;
    right: auto;
    left: 20px;
  }

  #h3 .car_wrap .car_plachka2 {
    top: 50px;
  }

  .car_item#h7 .car_wrap .car_image {
    margin-top: 48px;
  }

  .car_item .car_wrap .car_image .car_colors {
    position: relative;
    right: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .car_item#h5 .car_wrap .car_image .car_colors {
    margin-top: 26px;
  }

  .car_item .car_wrap .car_image .car_colors > span {
    width: 100%;
    text-align: center;
  }

  .car_item#h3 .car_wrap .car_props,
  .car_item .car_wrap .car_props {
    width: 100%;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    row-gap: 10px;
  }

  .car_item .car_wrap .car_props > a {
    font-size: 4vw;
  }

  .car_item .car_ags {
    flex-direction: column;
    row-gap: 10px;
    display: none;
  }

  .car_item .car_ags .col {
    width: 100% !important;
    row-gap: 10px;
  }

  .car_item .car_ags .col > div {
    font-size: 3.5vw;
    line-height: 130%;
  }

  .car_item .car_btns {
    margin-top: 10px;
    flex-direction: column;
    row-gap: 10px;
  }

  .car_item .car_btns .btn {
    width: 100%;
  }

  .car_item .car_gallery_wrap {
    position: relative;
    width: 100%;
    right: 0;
    margin-top: 30px;
  }

  .car_item .car_gallery_wrap .car_gallery_tabs {
    position: relative;
    transform: unset;
    right: 0 !important;
    width: 100%;
    top: 0;
    margin-bottom: 15px;
  }

  .car_item .car_gallery {
    flex-direction: row;
    justify-content: space-between;
    column-gap: 10px;
  }

  .car_item .car_gallery > a {
    flex-grow: 1;
    height: auto !important;
  }

  /*******************************************************************/
  #instock {
    margin-top: 50px;
  }

  .compl_title {
    font-size: 6vw;
    line-height: 130%;
    margin-bottom: 30px;
    text-align: center;
  }

  #instock #filter_table {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  #instock #filter_table .select_container {
    width: 100%;
  }

  .models {
    flex-flow: wrap;
    column-gap: 0;
    row-gap: 15px;
  }

  .models .swiper-wrapper {
    column-gap: 0;
    justify-content: flex-start;
  }

  .models .model_name {
    /*width: 30% !important;*/
    box-sizing: border-box;
    text-align: center;
    font-size: 3.5vw;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: inherit !important;*/
  }

  .compls {
    flex-flow: wrap;
    justify-content: space-between;
    column-gap: 0;
    row-gap: 10px;
  }

  .compl_name {
    width: 49%;
  }

  .compl_items .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    margin-top: 30px;
  }

  .compl_items .item:before {
    bottom: unset;
    top: 0;
    width: 100%;
    left: 0;
    background-position: 100% 0;
  }

  .compl_items .item:after {
    display: none;
  }

  .compl_image {
    padding-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .compl_text {
    width: 100%;
    padding-left: 0;
  }

  .compl_text .compl_techs {
    flex-direction: column;
    row-gap: 10px;
  }

  .compl_text .compl_techs li {
    width: 100%;
  }

  .compl_text .name {
    font-size: 4vw;
    margin-bottom: 15px;
  }

  .compl_text .compl_btns {
    width: 100%;
    flex-flow: wrap;
    row-gap: 10px;
  }

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

  /*****************************************************************************************/
  .corporate {
    background: #e8e9ea;
    padding: 0;
    margin-top: 0;
  }

  .corporate > img {
    display: block;
    margin-bottom: 10px;
  }

  .corporate_title {
    margin-bottom: 0;
    font-size: 34px;
    line-height: 44px;
    padding-left: 4%;
  }

  .corporate_title:before {
    display: none;
  }

  .corporate_comment {
    font-size: 3vw;
    margin-bottom: 20px;
  }

  .corporate_wrap {
    padding-bottom: 20px;
  }

  .corporate_wrap .btn {
    width: 100%;
  }

  .corporate:before,
  .corporate:after {
    display: none;
  }

  .corporate_bg {
    display: none;
  }

  /*****************************************************************************************/
  .test_drive {
    background: #e8e9ea;
    padding: 0;
    margin-top: 0;
  }

  .test_drive > img {
    display: block;
  }

  .test_drive_wrap {
    padding: 30px 0;
  }

  .test_drive_title {
    font-size: 7vw;
    text-align: center;
    margin-bottom: 20px;
  }

  .test_drive_comment {
    text-align: center;
    font-size: 4vw;
    margin-bottom: 20px;
  }

  .test_drive_wrap .btn {
    width: 100%;
  }

  .test_drive:before,
  .test_drive:after {
    display: none;
  }

  .test_drive_bg {
    display: none;
  }

  /*****************************************************************************************/
  .credit {
    background: #e8e9ea;
    padding: 0;
    margin-top: 0;
  }

  .credit > img {
    display: block;
  }

  .credit_wrap {
    padding: 30px 0;
    width: 100%;
  }

  .credit_title {
    font-size: 7vw;
    text-align: center;
    margin-bottom: 20px;
  }

  .credit_comment {
    text-align: center;
    font-size: 4vw;
    margin-bottom: 20px;
  }

  .credit_wrap .btn {
    width: 100%;
  }

  .credit:before,
  .credit:after {
    display: none;
  }

  .credit_bg {
    display: none;
  }

  /*******************************************************************/
  .tradein {
    background: #e8e9ea;
    padding: 0;
    margin-top: 40px;
  }

  .tradein_wrap {
    padding: 30px 0;
    width: 100%;
  }

  .tradein_title {
    text-align: center;
    color: #000000;
    font-size: 7vw;
    margin-bottom: 10px;
  }

  .tradein_comment {
    color: #000000;
    font-size: 4vw;
    text-align: center;
    margin-bottom: 20px;
  }

  .tradein > img {
    display: block;
  }

  #tradein_form select {
    color: #000000;
  }

  #tradein_form .form-group:not(.btn_group):before {
    background: #000000;
  }

  #tradein_form .form-group:not(.btn_group):after {
    border-color: #000000;
  }

  .tradein form .form-group input[type="tel"],
  .tradein form .form-group input[type="text"],
  #tradein_form input[type="tel"]::placeholder,
  #tradein_form input[type="text"]::placeholder {
    color: #000000;
  }

  #tradein_form .btn.white {
    color: #ffffff;
  }

  #tradein_form .btn.white:before {
    background: #000000;
  }

  #tradein_form .btn.white:after {
    border-color: #000000;
    background: #000000;
  }

  #tradein_form .agree_field,
  #tradein_form .agree_field a {
    color: #000000;
  }

  /*****************************************************************************************/
  .advantages {
    margin-top: 0;
    padding: 50px 0;
  }

  .ags_wrap .ags_title {
    font-size: 7vw;
    line-height: 130%;
    text-align: center;
    margin-bottom: 20px;
  }

  .ags_wrap .ags_list {
    flex-direction: column;
    background: none;
  }

  .ags_wrap .ags_list .col {
    row-gap: 0;
    width: 100% !important;
  }

  .ags_wrap .ags_list .col > div {
    padding: 15px 0 15px 42px;
    border-bottom: 1px solid #ffffff;
    line-height: 130%;
  }

  .ags_wrap .ags_list .col:last-child > div:last-child {
    border: none;
  }

  /*******************************************************************/
  .contacts {
    background: #e8e9ea;
    margin-top: 0;
  }

  .contacts:before,
  .contacts:after {
    display: none;
  }

  .cont_wrap {
    position: relative;
    top: 0;
    padding: 30px 0;
    width: 100%;
    left: 0;
  }

  .cont_title {
    margin-bottom: 30px;
    font-size: 6vw;
  }

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

  .cont_wrap .btn {
    width: 100%;
  }

  #map1 {
    height: 350px;
    background-position: 75% 50%;
  }

  /*******************************************************************/
  footer {
    padding: 20px 0;
  }

  .foot_wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    row-gap: 15px;
  }
}

/*MOBILE END*/

/* Portrait phones and smaller */

@media (max-width: 490px) {
  .title_container .main_title {
    font-size: 5vw;
  }

  .benefit {
    position: relative;
    bottom: auto;
    margin-top: 4vw;
  }

  .corporate_title {
    line-height: 30px;
    font-size: 5vw;
  }

  .corporate_comment div span {
    font-size: 20px;
  }

  .title_container .title_props span {
    /*font-size: 12px;*/
  }

  .title_container .title_props span b {
    /*font-size: 12px;*/
  }
}

@media (max-width: 390px) {
  .car_item .car_wrap .car_plachka2 {
    font-size: 10px;
  }
}

@media (max-width: 360px) {
  .car_image {
    min-height: 140px;
  }
}

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