@font-face {
  font-family: 'Haval';
  src: url('../fonts/Haval-Regular.woff2') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haval';
  src: url('../fonts/Haval-Medium.woff2') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TT-Wellingtons';
  src: url('../fonts/TT-Wellingtons-Medium.woff2') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TT-Wellingtons';
  src: url('../fonts/TT-Wellingtons-Bold.woff2') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: 'TT-Wellingtons', sans-serif;
  font-size: 16px;
  color: #0b0d0c;
  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);
}

.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: -3px;
  position: relative;
  font-size: 80%;
}

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

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

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

a {
  color: inherit;
  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: 100%;
  position: relative;
}

@media (min-width: 1200px) {
  .container {
    width: 1350px;
    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,
#form_popup_dc_choose {
  display: none;
}

.popup_container .hidden_tel {
  display: none;
}

.popup_container {
  width: 420px;
  max-width: 100%;
  padding: 50px 30px 30px 30px;
  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: 12px;
}

.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: 15px;
  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: 19px;
}

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

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

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

form {
}

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

form .form-group input[type='tel'],
form .form-group input[type='text'],
form .form-group select {
  height: 48px;
  width: 100%;
  color: #000000;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 400;
  font-family: 'TT-Wellingtons', sans-serif;
  padding: 0px 20px;
  outline: none;
}

form .form-group select {
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  background: url(../img/ico_select.svg) 95% 50% no-repeat #ffffff;
  font-family: 'TT-Wellingtons', sans-serif;
  outline: none;
}

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

form .form-group button:hover {
  background-color: #00cabf;
}

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

#cookies_popup {
  /* display: none; */
  position: fixed;
  bottom: 90px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 40px 15px;
  z-index: 99999;
}

#cookies_popup.hide {
  display: none;
}

.cookie_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e4e4e4;
  padding: 40px;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  font-size: 20px;

  max-width: 100%;
  margin: 0 auto;
}

.cookie_text a {
  color: #000;
  text-decoration: underline;
}

.cookie_text p {
  max-width: 86%;
}

.cookie_text button {
  width: 252px;
  height: 48px;
  font-size: 14px;
  text-transform: none;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}

.btn {
  box-sizing: border-box;
  background: #0b0d0c;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 48px;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  border: none;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

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

.btn.glass {
  background: transparent;
  border: 1px solid #0b0d0c;
  color: #0b0d0c;
}

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

.anim {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.4s ease-out;
}

.anim.animated {
  opacity: 1;
  transform: translateY(0);
}

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

header {
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
}

header.scroll {
  padding: 20px 0;
}

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

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

.logo_wrap .logo {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #0b0d0c;
}

.logo_wrap .logo img {
  max-width: 150px;
  width: 100%;
}

.logo_wrap .logo_text {
  font-size: 15px;
  color: #4b4b4b;
}

.logo_wrap .logo_text b {
  display: block;
  font-size: 26px;
  color: #0b0d0c;
  text-transform: uppercase;
}

.head_contacts {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}

.head_contacts .salon {
  display: flex;
  gap: 0 47px;
}

.head_contacts .salon:last-child {
  gap: 0 38px;
}

.top_phone {
  display: block;
  padding: 2px 0 2px 34px;
  background: url('../img/ico_phone.svg') 0 50% no-repeat;
}

.top_addr {
  display: block;
  padding: 2px 0 2px 34px;
  background: url('../img/ico_loc.svg') 0 50% no-repeat;
}

header .btn {
  width: 250px;
}

.menu {
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
  z-index: 15;
  border-top: 1px solid #e6e6e6;
  background: #f2f0f0;
  padding: 15px 0;
  transition: all 0.3s ease-in-out;
}

.menu.scroll {
  top: 90px;
  padding: 15px 0;
}

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

.menu a {
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.menu a:hover {
  color: #4b4b4b;
}

header .m_btn {
  display: none;
}

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

.banner {
  margin-top: 121px;
}

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

.title_container {
  position: absolute;
  top: 30px;
  width: 100%;
  left: 0;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  z-index: 1;
}

.title_container .title_wrap {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  padding: 30px 85px 48px;
  text-align: center;
  position: relative;
}

.title_container .title1 {
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
}

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

.title_container .title1 b {
  display: block;
  margin-top: 10px;
}

.title_container .title2 {
  margin-top: 15px;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

.banner_props {
  position: absolute;
  bottom: -26px;
}

.banner_props a {
  position: relative;
  min-height: 52px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Haval';
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  background: #00cabf;
}
/* .banner_props a:before {
  content: '';
  position: absolute;
  left: 20px;
  width: 36px;
  height: 36px;
}
.banner_props .ico1:before {
  background: url(../img/banner_props_ico1.svg) no-repeat;
} */

.timer_block {
  background: #f2f0f0;
  padding: 40px 0;
}

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

#timer_form {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  width: 615px;
  max-width: 100%;
}

#timer_form .form_comment {
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

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

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

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

.cars_items {
  margin-top: 80px;
}

.blocks_title {
  font-family: 'Haval';
  font-size: 44px;
  text-transform: uppercase;
  font-weight: 700;
}

.cars_menu {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}

.cars_menu a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 185px;
  padding-top: 20px;
  position: relative;
}

.cars_menu a span {
  position: relative;
}

.cars_menu a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.cars_menu a[href='#cityray']:before {
  background: linear-gradient(180deg, #e4ebf6 0%, #b1c2e2 100%);
}

.cars_menu a[href='#atlas_new']:before {
  background: linear-gradient(180deg, #dfe3f1 0%, #b5bbdc 100%);
}

.cars_menu a[href='#okavango_new']:before {
  background: linear-gradient(180deg, #e4ebf6 0%, #b1c2e2 100%);
}

.cars_menu a[href='#coolray']:before {
  background: linear-gradient(180deg, #e4ebf4 0%, #c2cce1 100%);
}

.cars_menu a[href='#monjaro']:before {
  background: linear-gradient(180deg, #e6eaf1 0%, #d2d5dc 100%);
}

.cars_menu a[href='#preface']:before {
  background: linear-gradient(180deg, #f2effa 0%, #e1d7ee 100%);
}

.cars_menu a[href='#emgrand']:before {
  background: linear-gradient(180deg, #e4ebf4 0%, #c2cce1 100%);
}

.cars_menu a:hover:before {
  opacity: 1;
}

.cars_menu .menu_name {
  font-family: 'Haval';
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.car_item {
  margin-top: 120px;
}

.car_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
}

.car_name {
  font-size: 40px;
  font-family: 'Haval';
  font-weight: 700;
}

.car_title_wrap {
  display: flex;
  column-gap: 60px;
}

.car_profit {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 16px;
  padding-right: 16px;
  font-family: 'Haval';
  font-size: 14px;
  font-weight: 700;

  z-index: 2;
}
.car_profit:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 46px;
  border: 1px solid #b1c2e2;

  z-index: -1;
}
.car_profit i {
  position: relative;
  display: block;
  width: 54px;
  height: 48px;
}
#cityray .car_profit i {
  background: linear-gradient(
    270deg,
    #b1c2e2 18.15%,
    #ecf3ff 52.01%,
    #e4ebf6 87.33%
  );
}
#atlas_new .car_profit i {
  background: linear-gradient(270deg, #b5bbdc 25%, #f2f5ff 50%, #dfe3f1 76%);
}
#okavango_new .car_profit i {
  background: #00cabf;
}
#coolray .car_profit i {
  background: linear-gradient(270deg, #c2cce1 25%, #e8f2ff 50%, #e4ebf4 76%);
}
#monjaro .car_profit i {
  background: linear-gradient(270deg, #d2d5dc 25%, #f6faff 50%, #e6eaf1 76%);
}
#preface .car_profit i {
  background: linear-gradient(270deg, #e1d7ee 25%, #fbfaff 50%, #f2effa 76%);
}
#emgrand .car_profit i {
  background: linear-gradient(270deg, #c2cce1 25%, #e8f2ff 50%, #e4ebf4 76%);
}
#ex5 .car_profit i {
  background: linear-gradient(270deg, #b1c2e2 18%, #ecf3ff 52%, #e4ebf6 87%);
}
.car_profit i:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/car_profit_ico.svg) 50% 50% no-repeat;
}

.car_offer {
  display: block;
  height: 52px;

  border: 1px solid #fff;
  padding: 15px 30px 15px 64px;
  font-family: 'Haval';
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

#cityray .car_offer {
  background: #00cabf;
}

#atlas_new .car_offer {
  background: linear-gradient(270deg, #b5bbdc 25%, #f2f5ff 50%, #dfe3f1 76%);
}

#okavango_new .car_offer {
  background: #00cabf;
}

#coolray .car_offer {
  background: linear-gradient(270deg, #c2cce1 25%, #e8f2ff 50%, #e4ebf4 76%);
}

#monjaro .car_offer {
  background: linear-gradient(270deg, #d2d5dc 25%, #f6faff 50%, #e6eaf1 76%);
}

#preface .car_offer {
  background: linear-gradient(270deg, #e1d7ee 25%, #fbfaff 50%, #f2effa 76%);
}

#emgrand .car_offer {
  background: linear-gradient(270deg, #c2cce1 25%, #e8f2ff 50%, #e4ebf4 76%);
}

.car_offer:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

.car_offer:hover:before {
  animation: shine 1.5s ease-out infinite;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.car_offer span {
  display: flex;
  align-items: center;
}

.car_offer span:before {
  content: '';
  position: absolute;
  left: 20px;
  width: 30px;
  height: 30px;
  background: url('../img/ico_profit.svg') 0 50% no-repeat;
}

.car_offer b {
  font-size: 16px;
}

.car_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}

#ex5 .car_wrap,
#cityray .car_wrap,
#okavango_new .car_wrap,
#coolray .car_wrap,
#emgrand .car_wrap {
  background: url('../img/car_bg1.png') 0 0 no-repeat #f2f0f0;
}

#atlas_new .car_wrap,
#preface .car_wrap {
  background: url('../img/car_bg2.png') 0 0 no-repeat #f2f0f0;
}

#monjaro .car_wrap {
  background: url('../img/car_bg3.png') 0 0 no-repeat #f2f0f0;
}

.car_new {
  display: flex;
  align-items: center;
  min-width: 362px;
  height: 52px;

  border: 1px solid #fff;
  padding: 15px 30px 15px 64px;
  font-family: 'Haval';
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  background: #00cabf;
}
.car_new:before {
  content: '';
  position: absolute;
  left: 21px;
  width: 30px;
  height: 30px;
  background: url(../img/car_new_ico.svg) no-repeat;
}

.car_new:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

.car_new:hover:after {
  animation: shine 1.5s ease-out infinite;
}

.car_image_wrap {
  width: 58%;
}

.car_colors {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  margin-top: -40px;
  min-height: 40px;
  align-items: center;
}

.car_colors > div {
  cursor: pointer;
}

.car_colors > div img {
  width: 30px;
  height: 30px;
  transition: all 0.1s ease-in-out;
}

.car_colors > div.active img {
  width: 40px;
  height: 40px;
}

.car_text {
  width: 29%;
  margin-top: 30px;
}

.car_props {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.car_props > a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding-left: 55px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.car_props > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;

  background-color: #0b0d0c !important;
  transition: all 0.3s ease-in-out;
}

.car_props > a.ico1:before {
  background: url('../img/car_ico1.svg') 50% no-repeat;
}

.car_props > a.ico2:before {
  background: url('../img/car_ico2.svg') 50% no-repeat;
}

.car_props > a.ico3:before {
  background: url('../img/car_ico3.svg') 50% no-repeat;
}

.car_props > a.ico4:before {
  background: url('../img/car_ico4.svg') 50% no-repeat;
}

.car_props > a.ico5:before {
  background: url('../img/car_ico5.svg') 50% no-repeat;
}

.car_props > a:hover:before {
  background-color: #00cabf !important;
}

.car_techs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-right: 20px;
  margin-top: 30px;
}

.car_techs > div {
  padding: 5px;

  background: #fff;
  color: #7e7e7e;
  text-align: center;
}

.car_techs > div span {
  font-family: 'Haval';
  display: block;
  color: #0b0d0c;
  font-size: 14px;
  white-space: nowrap;
  margin-top: 5px;
}

.car_techs > div span b {
  font-size: 24px;
}

.car_gallery_wrap {
  position: relative;
  width: 13.7%;
  margin-top: 30px;
  height: 376px;
}

.car_gallery {
  height: 100%;
}

.car_gallery .swiper-slide {
  overflow: hidden;
}

.car_gallery .swiper-slide img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.car_gallery .swiper-slide:hover img {
  transform: scale(1.1);
}

.car_gallery_wrap .swiper-button-prev,
.car_gallery_wrap .swiper-button-next {
  width: 30px;
  height: 30px;
  top: 5px;
  left: calc(50% - 15px);

  background: url('../img/car_prev.svg') 50% no-repeat #0b0d0c;
  transition: all 0.3s ease-in-out;
}

.car_gallery_wrap .swiper-button-next {
  top: unset;
  bottom: -15px;
  background: url('../img/car_next.svg') 50% no-repeat #0b0d0c;
}

.car_gallery_wrap .swiper-button-prev:hover,
.car_gallery_wrap .swiper-button-next:hover {
  background-color: #00cabf;
}

.car_gallery_wrap .swiper-button-prev:after,
.car_gallery_wrap .swiper-button-next:after {
  display: none;
}

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

.car_btns .btn {
  width: 32%;
}

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

#instock {
  margin-top: 120px;
}

#filter_table {
  display: flex;
  justify-content: space-between;
  padding: 30px;

  background: #f2f0f0;
  margin-top: 60px;
}

#filter_table .select_container {
  width: 32%;
}

#filter_table select {
  width: 100%;
  height: 50px;
  font-family: 'TT-Wellingtons';
  appearance: none;
  -moz-appearance: none;

  background: url('../img/ico_select.svg') 95% 50% no-repeat #fff;
  font-size: 16px;
  padding-left: 20px;
}

.tb_complects > div {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 30px 30px;
  position: relative;
}

.tb_complects > div:before {
  content: '';
  width: 100%;
  height: 255px;
  position: absolute;
  bottom: 0;
  left: 0;

  background: #f2f0f0;
}

.tb_complects > div:first-child {
  display: none;
}

.compl_image {
  position: relative;
  z-index: 1;
  width: 41.5%;
}

.compl_image > img {
  max-width: 114%;
  margin-left: -15px;
}

.compl_profit {
  display: flex;
  justify-content: center;
  align-items: center;

  border: 1px solid #fff;
  background: #00cabf;
  padding: 14px 30px;
  font-family: 'Haval';
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  overflow: hidden;
  position: relative;
}

.compl_profit span {
  display: flex;
  align-items: center;
  min-height: 24px;
  padding-left: 34px;
  background: url('../img/ico_profit.svg') 0 50% no-repeat;
}

.compl_profit:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

.compl_profit:hover:before {
  animation: shine 1.5s ease-out infinite;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.compl_btns {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.compl_btns .btn {
  width: 48%;
}

.compl_wrap {
  position: relative;
  width: 54%;
}

.compl_name {
  font-family: 'Haval';
  text-align: right;
  text-transform: uppercase;
  font-size: 36px;
  color: #4b4b4b;
}

.compl_name b {
  font-size: 36px;
  color: #0b0d0c;
}

.compl_text {
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
}

.compl_props {
  display: flex;
  flex-direction: column;
  gap: 11px 0;
  width: 50%;
}

.compl_props > a {
  display: flex;
  align-items: center;
  min-height: 30px;
  padding-left: 45px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.compl_props > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;

  background-color: #0b0d0c !important;
  background-size: 18px !important;
  transition: all 0.3s ease-in-out;
}

.compl_props > a.ico1:before {
  background: url('../img/car_ico1.svg') 50% no-repeat;
}

.compl_props > a.ico2:before {
  background: url('../img/car_ico2.svg') 50% no-repeat;
}

.compl_props > a.ico3:before {
  background: url('../img/car_ico3.svg') 50% no-repeat;
}

.compl_props > a.ico4:before {
  background: url('../img/car_ico4.svg') 50% no-repeat;
}

.compl_props > a.ico5:before {
  background: url('../img/car_ico5.svg') 50% no-repeat;
}

.compl_props > a:hover:before {
  background-color: #00cabf !important;
}

.compl_techs {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  width: 50%;
}

.compl_techs > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;

  background: #fff;
  color: #7e7e7e;
  min-height: 41px;
}

.compl_techs > div b {
  font-family: 'Haval';
  color: #0b0d0c;
  font-size: 20px;
}

.tb_complects_showmore {
  display: inline-block;
  text-transform: uppercase;
  margin-top: 60px;
  padding-right: 34px;
  background: url('../img/ico_select.svg') 100% 50% no-repeat;
}

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

.tradein {
  position: relative;
  background: #f2f0f0;
  margin-top: 120px;
}

.tradein_img {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.tradein_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 50%;
}

.tradein_wrap {
  padding: 90px 0;
  width: 423px;
  max-width: 100%;
  margin-left: -25px;
  min-height: 681px;
}

.tradein_wrap .blocks_title {
  text-align: center;
}

.tradein_comment {
  margin-top: 50px;
  text-align: center;
  font-weight: 500;
}

#tradein_form {
  margin-top: 30px;
}

#tradein_form .form-group {
  margin-bottom: 20px;
}

#tradein_form .agree_field {
  display: block;
  margin-top: -10px;
}

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

.credit {
  position: relative;
  background: #f2f0f0;
}

.credit_img {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.credit_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 50%;
}

.credit_props {
  position: absolute;
  top: 40px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}

.credit_props > div {
  display: flex;
  align-items: center;
  background: #00cabf;
  min-height: 43px;
  font-size: 20px;
  font-weight: 500;
  padding: 0 30px;
}

.credit_props > div span {
  display: flex;
  align-items: center;
  min-height: 24px;
  padding-left: 34px;
}

.credit_props > div.ico1 span {
  background: url('../img/cred_ico1.svg') 0 50% no-repeat;
}

.credit_props > div.ico2 span {
  background: url('../img/cred_ico2.svg') 0 50% no-repeat;
}

.credit_props > div.ico3 span {
  background: url('../img/cred_ico3.svg') 0 50% no-repeat;
}

.credit_wrap {
  padding: 90px 0;
  width: 423px;
  max-width: 100%;
  margin-left: auto;
  margin-right: -25px;
  min-height: 635px;
}

.credit_wrap .blocks_title {
  text-align: center;
}

.credit_comment {
  margin-top: 50px;
  text-align: center;
  font-weight: 500;
}

#credit_form {
  margin-top: 30px;
}

#credit_form .form-group {
  margin-bottom: 20px;
}

#credit_form .agree_field {
  display: block;
  margin-top: -10px;
}

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

#credit_form .form-group.control {
  height: 90px;
}

#credit_form .form-group label {
  font-size: 14px;
  font-weight: 400;
  color: #969696;
}

#credit_form .form-group .irs--flat {
  margin-top: -28px;
  height: 0;
}

#credit_form .form-group .irs--flat .irs-line {
  height: 2px;
  background: transparent;
}

#credit_form .form-group .irs--flat .irs-bar {
  position: relative;
  left: 5px !important;
  height: 2px;
  background: #0b0d0c;
}

#credit_form .form-group .irs--flat .irs-single {
  display: none;
}

#credit_form .form-group .irs--flat .irs-single:before {
  display: none;
}

#credit_form .form-group .irs--flat .irs-bar {
  top: 24px;
}

#credit_form .form-group .irs--flat .irs-handle {
  cursor: pointer;
  width: 10px;
  height: 10px;
  top: 22px;
  background: #0b0d0c;
  border-radius: 50%;
}

#credit_form .form-group .irs--flat .irs-handle i {
  display: none;
}

#credit_form .form-group .irs-min,
#credit_form .form-group .irs-max {
  top: 32px;
  font-size: 14px;
  color: #969696;
  background: transparent;
  line-height: 100%;
  visibility: visible !important;
  z-index: 1;
}

/**********************
      TEST-DRIVE
**********************/

.test_drive {
  padding: 120px 0;
  background: url('../img/test_drive_bg.jpg') 50% no-repeat;
  background-size: cover;
}

.test_drive > img {
  display: none;
}

.test_drive_wrap {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  width: 580px;
  max-width: 100%;
  margin: 0 auto;
  padding: 70px 60px 60px;
}

.test_drive_wrap .blocks_title {
  text-align: center;
  font-size: 40px;
  line-height: 1.4;
}

.test_drive_comment {
  margin-top: 30px;
  font-weight: 500;
  text-align: center;
}

#test_drive_form {
  margin: 30px auto 0;
  width: 96%;
}

#test_drive_form .form-group {
  margin-bottom: 20px;
}

#test_drive_form .agree_field {
  display: block;
  margin-top: -10px;
}

/**********************
      reviews
**********************/

.reviews {
  /* background: #f2f0f0; */
  padding: 146px 0;
}
.reviews .blocks_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reviews_rating {
  background: url(../img/reviews_rating.png) 50% 0 no-repeat;
  width: 300px;
  height: 100px;
}
.reviews_slider {
  position: relative;
  padding-top: 34px !important;
  padding-bottom: 50px !important;
  cursor: pointer;
}
.reviews_item {
  position: relative;
  /*min-height: 338px;
    */
  padding: 40px;
  background: #f2f0f0;
  color: #0b0d0c;
  font-weight: 500;

  z-index: 3;
  height: auto !important;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.reviews_item::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 99%;
  width: 99%;
  /* inset: -1px; */
  padding: 1px;

  background: linear-gradient(to bottom, #6b6b6b 10.75%, #c9c9c9 83.48%);
  mask: linear-gradient(fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  z-index: -1;
}
.reviews_cont {
  padding-bottom: 40px;
}
.reviews_name {
  font-size: 24px;
}
.reviews_level {
  display: flex;
  align-items: end;
  gap: 18px;
  font-size: 16px;
  color: #939393;
}
.reviews_level_ico {
  background: url(../img/level_ico.png) 50% 0 no-repeat;
  width: 140px;
  height: 24px;
}
.reviews_text {
  font-size: 20px;
  white-space: pre-line;
  color: #000000;
}
.reviews_item.swiper-slide {
  opacity: 0;
}
.reviews_item.swiper-slide-prev,
.reviews_item.swiper-slide-next {
  opacity: 0.3;
  top: 50px;
  z-index: -1;
}
.reviews_item.swiper-slide-active {
  /* width: 580px !important; */
  /* transform: scale(1.1); */
  opacity: 1;
}

.reviews .swiper-button-prev,
.reviews .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  left: auto;
  right: 20%;
  width: 31px;
  height: 41px;
  background: url('../img/reviews_arrow.svg') 50% no-repeat;
  transition: all 0.3s ease-in-out;
  rotate: 0deg;
}

.reviews .swiper-button-prev {
  rotate: 180deg;
  right: auto;
  left: 20%;
}

.reviews .swiper-button-prev:after,
.reviews .swiper-button-next:after {
  display: none;
}

.reviews .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
}
.reviews .swiper-pagination-bullet {
  width: 20px;
  height: 6px;
  background: #d9d9d9;
  border-radius: 0;
  margin: 0 !important;
  padding: 0;
  opacity: 1;
}

.reviews .swiper-pagination-bullet-active {
  width: 108px;
  height: 6px;
  background: #0b0d0c;
}

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

.contacts {
  padding: 120px 0;
  position: relative;
}

.contacts_wrap {
  width: 425px;
  max-width: 100%;
}

.contacts_wrap .blocks_title {
  margin-bottom: 50px;
}

.salon_wrap:nth-child(2) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.salon_name {
  font-size: 20px;
  font-weight: 500;
}

.bot_addr {
  margin-top: 15px;
  padding: 2px 0 2px 34px;
  background: url('../img/ico_loc.svg') 0 50% no-repeat;
}

.bot_phone {
  display: block;
  margin-top: 15px;
  padding: 2px 0 2px 34px;
  background: url('../img/ico_phone.svg') 0 50% no-repeat;
}

.worktime {
  margin-top: 15px;
  padding: 2px 0 2px 34px;
  background: url('../img/ico_time.svg') 0 50% no-repeat;
}

.contacts_wrap .btn {
  margin-top: 40px;
}

#map1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url('../img/map.jpg') 50% no-repeat;
  /*   filter: grayscale(); */
}

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

footer {
  padding: 40px 0;
  background: #0b0d0c;
}

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

.foot_links {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.foot_wrap a {
  color: #ffffff;
}

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

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

@media (max-width: 1600px) {
  .tradein_wrap {
    margin-left: 5vw;
    min-height: auto;
    padding: 40px 0;
  }

  .credit_wrap {
    margin-right: 5vw;
    min-height: auto;
    padding: 40px 0;
  }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
  header .btn {
    display: none;
  }

  .banner picture img {
    height: 460px;
  }

  .title_container {
    top: 15px;
  }

  .title_container .title1 {
    font-size: 34px;
  }

  .title_container .title2 {
    font-size: 24px;
    margin-top: 10px;
  }

  .timer {
    display: flex;
    justify-content: center;
    width: 50%;
  }

  div[id^='timer'] {
    transform: scale(0.8) !important;
  }

  #timer_form .form_comment {
    font-size: 24px;
  }

  .cars_items {
    margin-top: 80px;
  }

  .cars_menu {
    gap: 0 10px;
  }

  .cars_menu a {
    height: 150px;
  }

  .car_item {
    margin-top: 80px;
  }

  .car_wrap {
    align-items: center;
  }

  .car_image_wrap {
    width: 50%;
  }

  .car_colors {
    margin-top: -20px;
  }

  .car_text {
    width: 32%;
  }

  .car_props {
    gap: 10px 0;
  }

  .car_props > a {
    font-size: 16px;
  }

  .car_techs {
    gap: 0 5px;
  }

  .car_techs > div {
    font-size: 12px;
  }

  .car_gallery_wrap {
    height: 330px;
  }

  .compl_props > a {
    font-size: 14px;
  }

  .compl_techs {
    width: 45%;
  }

  .tradein_wrap {
    margin-left: 2vw;
  }

  .credit_wrap {
    margin-right: 2vw;
  }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
  .banner_props a {
    position: relative;
    min-height: 36px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
  }
  .banner_props a:before {
    left: 12px;
    width: 24px;
    height: 24px;
  }
  .banner_props .ico1:before {
    background-size: contain;
  }

  .anim {
    opacity: 1 !important;
    transform: none !important;
  }

  .logo_wrap .logo {
    width: 40%;
  }

  .logo_wrap .logo_text {
    font-size: 10px;
  }

  .logo_wrap .logo_text b {
    font-size: 20px;
  }

  .top_phone {
    font-size: 14px;
  }

  .top_addr {
    font-size: 14px;
  }

  .menu {
    top: 90px;
  }

  .menu.scroll {
    top: 80px;
  }

  .menu a {
    font-size: 14px;
  }

  .banner {
    margin-top: 135px;
  }

  .banner picture img {
    height: 340px;
  }

  .title_container .title_wrap {
    padding: 15px 85px;
  }

  .title_container .title_wrap:after {
    width: 180px;
    right: -30px;
  }

  .title_container .title_wrap:before {
    width: 120px;
    left: -50px;
  }

  .title_container .title1 {
    font-size: 24px;
  }

  .title_container .title2 {
    font-size: 20px;
  }

  .timer_block .container {
    flex-direction: column-reverse;
    gap: 20px 0;
  }

  #timer_form {
    width: 100%;
  }

  div[id^='timer'] {
    transform: scale(1) !important;
  }

  .blocks_title {
    font-size: 36px;
  }

  .cars_menu .menu_name {
    font-size: 12px;
  }

  .cars_menu a {
    padding-top: 10px;
    height: 110px;
  }

  .car_wrap {
    flex-flow: wrap;
    padding: 20px;
    background-size: 72% !important;
  }

  .car_title {
    padding: 10px 20px;
    flex-direction: column;
    align-items: start;
    row-gap: 10px;
  }

  .car_title_wrap {
    column-gap: 18px;
  }

  .car_name {
    font-size: 28px;
  }

  .car_image_wrap {
    width: 57%;
  }

  .car_text {
    width: 42%;
    margin-top: 10px;
  }

  .car_gallery_wrap {
    width: 100%;
    height: 150px;
    margin-top: 50px;
  }

  .car_gallery_wrap .swiper-button-prev {
    left: -15px;
    top: 55%;
    transform: rotate(-90deg);
  }

  .car_gallery_wrap .swiper-button-next {
    left: unset;
    right: -15px;
    top: 55%;
    transform: rotate(-90deg);
  }

  #instock {
    margin-top: 80px;
  }

  #filter_table {
    margin-top: 30px;
    padding: 15px;
  }

  #filter_table select {
    font-size: 14px;
  }

  .tb_complects > div {
    flex-direction: column;

    background: #f2f0f0;
    padding: 100px 20px 20px;
    position: relative;
  }

  .tb_complects > div:before {
    display: none;
  }

  .compl_image {
    width: 100%;
  }

  .compl_image > img {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }

  .compl_wrap {
    width: 100%;
    position: unset;
  }

  .compl_name {
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .compl_text {
    margin-top: 30px;
  }

  .tradein {
    margin-top: 80px;
  }

  .tradein_img {
    position: relative;
    width: 100%;
  }

  .tradein_wrap {
    margin: 0;
    width: 100%;
  }

  .tradein_comment {
    margin-top: 30px;
  }

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

  #tradein_form .agree_field {
    margin-top: 0;
  }

  .tradein {
    margin-top: 80px;
  }

  .credit_img {
    position: relative;
    width: 100%;
  }

  .credit_props {
    top: 15px;
    right: 15px;
    gap: 10px 0;
  }

  .credit_wrap {
    margin: 0;
    width: 100%;
  }

  .credit_comment {
    margin-top: 30px;
  }

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

  #credit_form .agree_field {
    margin-top: 0;
  }

  .contacts {
    padding: 0;
  }

  .contacts_wrap {
    display: flex;
    flex-flow: wrap;
    width: 100%;
    padding: 40px 0;
  }

  .contacts_wrap .blocks_title {
    width: 100%;
  }

  .salon_wrap {
    width: 49%;
  }

  .contacts_wrap .btn {
    width: 100%;
  }

  #map1 {
    position: relative;
    height: 500px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .reviews {
    padding: 40px 0;
  }
  .reviews_rating {
    width: 36%;
    background-size: contain;
    margin-top: 20px;
  }
  .reviews_level {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .reviews_text {
    font-size: 18px;
  }
  /* .reviews_item.swiper-slide-active {
        transform: none;
    }  */
  .reviews .swiper-button-next {
    left: auto;
    right: 0%;
  }
  .reviews .swiper-button-prev {
    right: auto;
    left: 0;
  }
  .reviews .swiper-pagination {
    display: none;
  }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
  #cookies_popup {
    bottom: 150px;
  }
  .cookie_text {
    display: block;
    text-align: center;

    bottom: 150px;
  }
  .cookie_text p {
    max-width: 100%;
    font-size: 12px;
  }
  .cookie_text p span {
    display: none;
  }
  .cookie_text button {
    width: 100%;
    margin-top: 10px;
    height: 40px;
    font-size: 9px;
    justify-content: center;
  }
  .car_title_wrap {
    flex-direction: column-reverse;
    row-gap: 10px;
    align-items: center;
  }
  .car_new {
    min-width: 248px;
    height: 40px;
  }
  .banner_props a {
    position: relative;
    min-height: 36px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
    text-align: center;
  }
  .banner_props a:before {
    left: 12px;
    width: 24px;
    height: 24px;
  }
  .car_profit i {
    width: 42px;
    height: 40px;
  }
  .car_profit i:before {
    background-size: 24px;
  }
  .car_profit:after {
    top: 0;
    height: 38px;
  }
  .banner_props .ico1:before {
    background-size: 24px;
  }

  .anim {
    opacity: 1 !important;
    transform: none !important;
  }

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

  header .m_btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    width: 30px;
    height: 21px;
    z-index: 1;
    top: 6px;
    right: 15px;
  }

  header .m_btn span {
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #00cabf;
    transition: all 0.3s linear;
  }

  header .m_btn span:nth-child(2) {
    opacity: 1;
  }

  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;
    width: 100%;
    height: auto;
    right: -100%;
    left: unset;
    transition: all 0.3s linear;
    z-index: 12;
    padding: 10px 0;
  }

  .menu.active {
    right: 0;
  }

  .menu .container {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }

  header {
    padding: 10px 0 !important;
  }

  header .container {
    flex-flow: wrap;
  }

  .logo_wrap .logo {
    width: 40%;
  }

  .logo_wrap .logo_text {
    font-size: 3vw;
  }

  .logo_wrap .logo_text b {
    font-size: 5vw;
  }

  .head_contacts {
    width: 100%;
    margin-top: 10px;
    flex-direction: row;
    justify-content: space-between;
  }

  .top_addr {
    /* display: none; */
    font-size: 3.5vw;
    background-size: auto 100%;
    padding-left: 7vw;
  }

  .head_contacts .salon {
    flex-direction: column;
  }

  .top_phone {
    font-size: 4vw;
    background-size: 20px !important;
    padding-left: 7vw;
  }

  header .btn {
    display: none;
  }

  .banner {
    margin-top: 90px;
  }

  .banner picture img {
    height: auto;
    width: 100%;
  }

  .title_container {
    /* top: 15vw; */
    top: 9vw;
  }

  .title_container .title_wrap {
    padding: 15px;
  }

  .title_container .title_wrap:before {
    width: 80px;
    left: -25px;
    top: -70px;
  }

  .title_container .title_wrap:after {
    width: 90px;
    height: 90px;
    bottom: 20px;
    right: -35px;
  }

  .title_container .title1 {
    font-size: 5vw;
  }

  .title_container .title1 b {
    margin-top: 5px;
  }

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

  .title_container .title2 {
    font-size: 4vw;
    margin-top: 10px;
  }

  .timer_block {
    padding: 20px 0;
  }

  .timer_block .container {
    flex-direction: column-reverse;
    gap: 30px 0;
  }

  #timer_form {
    width: 100%;
  }

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

  #timer_form .form_comment {
    text-align: center;
    font-size: 4.5vw;
  }

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

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

  .cars_items {
    margin-top: 80px;
  }

  .blocks_title {
    font-size: 6vw;
    text-align: center;
  }

  .cars_menu {
    margin-top: 50px;
    flex-flow: wrap;
    gap: 10px;
  }

  .cars_menu .menu_name {
    font-size: 3.74vw;
  }

  .cars_menu .menu_img {
    display: none;
  }

  .cars_menu a {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    flex-grow: 1;
  }

  .cars_menu a:before {
    display: none;
  }

  .car_wrap {
    flex-direction: column;
    padding: 20px;
    background-size: 72% !important;
  }

  .car_title {
    padding: 0px;
    flex-direction: column;
    gap: 10px 0;
  }

  .car_offer {
    width: 100%;
    height: initial;
    padding: 10px 16px 10px 38px;
    font-size: 3.7vw;
  }
  .car_offer span:before {
    left: 10px;
    width: 20px;
    height: 20px;
    background-size: contain;
  }

  .car_name {
    font-size: 7vw;
  }

  .car_image_wrap {
    width: 57%;
  }

  .car_item {
    margin-top: 60px;
  }

  .car_wrap {
    margin-top: 10px;
    padding: 15px;
  }

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

  .car_image_wrap {
    width: 100%;
  }

  .car_colors {
    margin-top: 0;
  }

  .car_props {
    gap: 10px 0;
  }

  .car_props > a {
    font-size: 4.5vw;
  }

  .car_techs {
    gap: 0 10px;
    justify-content: space-between;
    margin-top: 20px;
    display: none;
  }

  .car_techs > div {
    font-size: 3vw;
    padding: 5px 10px;
  }

  .car_techs > div b {
    font-size: 4vw;
  }

  .car_gallery_wrap {
    width: 100%;
    height: 90px;
    margin-top: 30px;
  }

  .car_gallery_wrap .swiper-button-prev {
    left: -15px;
    top: 55%;
    transform: rotate(-90deg);
  }

  .car_gallery_wrap .swiper-button-next {
    left: unset;
    right: -15px;
    top: 55%;
    transform: rotate(-90deg);
  }

  .car_btns {
    margin-top: 20px;
    flex-direction: column;
    gap: 10px 0;
  }

  .car_btns .btn {
    width: 100%;
  }

  #instock {
    margin-top: 80px;
  }

  #filter_table {
    margin-top: 30px;
    padding: 15px;
    flex-direction: column;
    gap: 10px 0;
  }

  #filter_table .select_container {
    width: 100%;
  }

  #filter_table select {
    font-size: 14px;
  }

  .tb_complects > div {
    flex-direction: column;

    background: #f2f0f0;
    padding: 80px 15px 15px;
    position: relative;
  }

  .tb_complects > div:before {
    display: none;
  }

  .compl_image {
    width: 100%;
  }

  .compl_image > img {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }

  .compl_profit {
    padding: 10px;
    width: 100%;
    font-size: 3.5vw;
  }

  .compl_btns {
    flex-direction: column;
    gap: 10px 0;
  }

  .compl_btns .btn {
    width: 100%;
  }

  .compl_wrap {
    width: 100%;
    position: unset;
  }

  .compl_name {
    position: absolute;
    top: 15px;
    left: 0;
    padding: 0 15px;
    text-align: center;
    font-size: 6vw;
    width: 100%;
  }

  .compl_name b {
    font-size: inherit;
    display: block;
  }

  .compl_text {
    margin-top: 30px;
    flex-direction: column;
    gap: 20px 0;
  }

  .compl_props {
    width: 100%;
    gap: 10px 0;
  }

  .compl_techs {
    width: 100%;
  }

  .tb_complects_showmore {
    margin-top: 30px;
  }

  .tradein {
    margin-top: 80px;
  }

  .tradein_img {
    position: relative;
    width: 100%;
  }

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

  .tradein_comment {
    margin-top: 20px;
  }

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

  #tradein_form .agree_field {
    margin-top: 0;
  }

  .tradein {
    margin-top: 80px;
  }

  .credit_img {
    position: relative;
    width: 100%;
  }

  .credit_props {
    top: 15px;
    right: 15px;
    gap: 10px 0;
    display: none;
  }

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

  .credit_comment {
    margin-top: 20px;
  }

  .credit_comment br {
    display: none;
  }

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

  #credit_form .agree_field {
    margin-top: 0;
  }

  .test_drive {
    padding: 0;
    background: #f2f0f0;
  }

  .test_drive > img {
    display: block;
  }

  .test_drive_wrap {
    border: none;
    background: none;
    padding: 30px 0;
  }

  .test_drive_wrap .blocks_title {
    font-size: 6vw;
  }

  .test_drive_comment {
    margin-top: 20px;
  }

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

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

  .reviews .blocks_title {
    flex-direction: column;
  }
  .reviews_slider {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .reviews_cont {
    padding-bottom: 0px;
  }

  .contacts {
    padding: 0;
    margin-top: 60px;
  }

  .contacts_wrap {
    width: 100%;
  }

  .contacts_wrap .blocks_title {
    width: 100%;
  }

  .salon_wrap {
    width: 100%;
    margin-top: 30px;
  }

  .contacts_wrap .btn {
    width: 100%;
  }

  #map1 {
    position: relative;
    height: 350px;
    width: 100%;
    margin-top: 30px;
    background-size: 160%;
  }

  footer {
    padding: 20px 0;
  }

  .foot_wrap {
    flex-direction: column;
    align-items: center;
    gap: 10px 0;
  }
}

@media (max-width: 460px) {
  .reviews_rating {
    width: 60%;
    height: 80px;
  }
}

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

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

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

@media (min-width: 768px) and (max-width: 1199px) {
  .title_container {
    top: 15px;
  }
  .title_container .title1 {
    font-size: 34px;
  }
  .title_container .title2 {
    font-size: 24px;
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner_props a:before {
    left: 12px;
    width: 24px;
    height: 24px;
  }
  .banner_props .ico1:before {
    background-size: contain;
  }
  .title_container .title_wrap {
    padding: 15px 85px;
  }
  .title_container .title_wrap:after {
    width: 180px;
    right: -30px;
  }
  .title_container .title_wrap:before {
    width: 120px;
    left: -50px;
  }
  .title_container .title1 {
    font-size: 24px;
  }
  .title_container .title2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .banner_props .ico1:before {
    background-size: 24px;
  }
  .title_container {
    top: 9vw;
  }
  .title_container .title_wrap {
    padding: 15px;
  }
  .title_container .title_wrap:before {
    width: 80px;
    left: -25px;
    top: -70px;
  }
  .title_container .title_wrap:after {
    width: 90px;
    height: 90px;
    bottom: 20px;
    right: -35px;
  }
  .title_container .title1 {
    font-size: 5vw;
  }
  .title_container .title1 b {
    margin-top: 5px;
  }
  .title_container .title2 {
    font-size: 4vw;
    margin-top: 10px;
  }
}
