html {
  overflow-x: clip;

  scroll-behavior: smooth;
}

body {
  position: relative;
  overflow-x: clip;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  font-family: "Changan", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #030304;
  background: white;
}

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

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

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

.fancybox-content {
  overflow: hidden;
}

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

sup {
  position: relative;
  top: -3px;
  display: inline;
  font-size: 0.5em;
  vertical-align: top;
}

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

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

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

a:hover {
  text-decoration: none;
}

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

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

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

@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: 1420px;
    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_popup_video,
#form_popup2 {
  display: none;
}

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

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

.popup_container .agree_field a {
  color: black;
}

.popup_container h2 {
  margin: 0;

  /* text-transform: uppercase; */
  padding: 0;
  padding-top: 25px;
  padding-bottom: 29px;
  font-size: 20px;
  font-weight: 700;
  color: black;
  text-align: center;
}

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

.popup_container .form_comment a {
  display: block;
  color: #414141;
  text-decoration: none;
}

.popup_container .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  -webkit-transform: rotate(45deg); /* Aey Safari, Chrome, iOS */
  -moz-transform: rotate(45deg); /* Aey Firefox */
  -ms-transform: rotate(45deg); /* Aey IE */
  -o-transform: rotate(45deg); /* Aey Opera */
  transform: rotate(45deg);
}

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

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

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

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

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

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

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

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

form .form-group input[type="tel"],
form .form-group input[type="text"],
form .form-group select {
  box-sizing: border-box;
  width: 100%;
  height: 59px;
  padding: 0 30px;
  border: 1px solid #d3d3d3;
  border-radius: 7px;
  font-family: "Changan", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #8e8e92;
  outline: none;
  background: transparent;
}

select {
  font-family: "Changan", sans-serif;
  outline: none;
  background: url(../img/ico_select.png) 95% 50% no-repeat #ffffff !important;

  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
}

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

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

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

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  max-width: 100%;
  height: 59px;
  border: 1px solid #0066b5;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  outline: none;
  background: #0066b5;
  transition: all 0.3s;
}

.btn:hover {
  border-color: #084a7d;
  background: #084a7d;
}

.btn.glass {
  border-color: #084a7d;
  color: #0066b5;
  background: transparent;
}

.btn.glass:hover {
  background: #edf3fd;
}

.btn.grey {
  border-color: #d3d3d399;
  color: #000;
  background: #d3d3d399;
}

.btn.grey:hover {
  border-color: #084a7d;
  background: #084a7d;
  color: #fff;
}

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

header .m_btn {
  display: none;
}

header {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  padding: 10px 0;
  background: #ffffff;
  box-shadow: 0 4px 6.3px 0 #e4e4e4;
}

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

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

.logo_wrap .logo1 {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}

.logo_wrap .logo1:after {
  content: "";
  position: absolute;
  top: -29px;
  right: 0;
  display: block;
  width: 1px;
  height: 79px;
  background: #e6e6e6;
}

.top_addr span {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #8e8e92;
}

.top_phone {
  color: #000000;
  text-decoration: none;
}

.top_phone span {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #8e8e92;
}

.mob_phone {
  display: none;
}

header .btn {
  width: 340px;
}

.menu {
  position: fixed;
  z-index: 5;
  top: 79px;
  right: 0;
  left: 0;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);

  backdrop-filter: blur(5px);
}

.menu .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.menu a {
  padding: 4px 8px;
  border-radius: 7px;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s;
}

.menu a:hover {
  color: #ffffff;
  background: #000000;
}

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

.banner {
  margin-top: 120px;
}

.mob_br {
  display: none;
}

.banner picture img {
  position: relative;
  left: 50%;
  display: block;
  max-width: none;

  /*height: 850px;*/
  transform: translateX(-50%);
}

.title_container {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
  text-align: center;
}

.title_container .title1 {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  box-sizing: border-box;
  max-width: 1420px;
  padding: 20px 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.title_container .title1__text1 {
  font-size: 32px;
  color: #333;
  font-weight: 700;
}

.title_container .title1__text2 {
  font-size: 40px;
  color: #0066b5;
  font-weight: 700;
}

.title_container .title1__text3 {
  font-size: 30px;
  color: #333;
  font-weight: 400;
}

.banner_text3_mob {
  display: none;
}

/**********************
     RUNNING LINE
**********************/

.running_line {
  display: flex;
  overflow: hidden;
  width: 100%;
  background: #0066b5;
  user-select: none;
}

.running_line__track {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 18px 0;
  animation: running_line_scroll 40s linear infinite;
}

.running_line__item {
  padding: 0 20px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
}

.running_line__ico {
  flex-shrink: 0;
  width: 17px;
  height: 16px;
}

@keyframes running_line_scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.timer_block {
  padding: 30px 0;
  background: #f5f5f5;
}

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

.timer_title {
  margin-bottom: 10px;
  font-size: 26px;
  color: #000;
  font-weight: 700;
}

div[id^="timer"] {
}

span[id^="timer"] {
}

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

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

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

#timer_form .form-group input[type="tel"]::placeholder {
  color: #8e8e92;
}

#timer_form .agree_field,
#timer_form .agree_field a {
  color: #8e8e92;
}

/**********************
       CARS_MENU
**********************/

.cars_items {
  margin-top: 70px;
}

.cars_items_title {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
}

/**********************
      CARS FILTER
**********************/

.cars_filter {
  position: sticky;
  z-index: 4;
  top: 119px;
  margin-bottom: 40px;
  padding: 10px 0;
  background: #ffffff;
}

.cars_filter__inner {
  display: flex;
  height: 80px;
  border-radius: 10px;
  background: #f5f5f5;
  overflow: hidden;
}

.cars_filter__btn {
  flex: 1;
  padding: 0 15px;
  border: none;
  border-left: 1px solid #e3e3e3;
  background: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: #030304;
  text-align: center;
  cursor: pointer;
  transition:
    color 0.3s,
    background 0.3s;
}

.cars_filter__btn:first-child {
  border-left: none;
}

.cars_filter__btn:hover {
  color: #0066b5;
}

.cars_filter__btn.active {
  border-left-color: transparent;
  color: #ffffff;
  background: #333333;
}

.cars_filter__btn.active + .cars_filter__btn {
  border-left-color: transparent;
}

/**********************
       CARS MENU
**********************/

.cars_menu {
  border-bottom: 1px solid #d3d3d3;
}

.cars_menu__pagination {
  display: none;
}

.cars_menu__list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 26px 10px;
  padding-bottom: 25px;
}

.cars_menu__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #333333;
  text-decoration: none;
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 0.3s;
}

.cars_menu__slide:hover,
.cars_menu__slide.active {
  opacity: 1;
}

.cars_menu__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 82px;
}

.cars_menu__img img {
  max-width: 100%;
  max-height: 82px;
  object-fit: contain;
}

.cars_menu__img--empty {
  border: 1px dashed #cfcfcf;
  border-radius: 8px;
}

.cars_menu__name {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

/**********************
      EMPTY CARDS
**********************/

.car_item--empty {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 180px;
  gap: 12px;
}

.car_item--empty .car_title {
  position: static;
  top: auto;
}

.car_empty_note {
  font-size: 16px;
  color: #8e8e92;
}

@media (max-width: 1199px) {
  .cars_filter__btn {
    padding: 0 8px;
    font-size: 14px;
  }

  .cars_menu__list {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 767px) {
  .cars_filter {
    display: none;
  }

  .cars_menu {
    overflow: hidden;
  }

  .cars_menu__list {
    display: flex;
    grid-template-columns: none;
    padding-bottom: 15px;
    gap: 0;
  }

  .cars_menu__slide {
    opacity: 1;
    flex-shrink: 0;
    box-sizing: border-box;
  }

  .cars_menu__img {
    height: 64px;
  }

  .cars_menu__name {
    font-size: 13px;
  }
}

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

.cars_list {
  margin-top: 120px;
}

.cars_list .slick-list {
  padding-top: 50px !important;
}

.cars_list .slick-track {
  padding: 20px 0 !important;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}

.cars_list .slick-prev,
.cars_list .slick-next {
  position: absolute;
  top: 50%;
  left: -50px;
  width: 40px !important;
  height: 40px !important;
  border: none;
  color: transparent;
  background: url("../img/car_prev.png") 50% no-repeat;
  cursor: pointer;
  transition: all 0.3s;
}

.cars_list .slick-next {
  right: -50px;
  left: unset;
  background: url("../img/car_next.png") 50% no-repeat;
}

.cars_list .slick-prev:hover {
  background: url("../img/car_prev_hov.png") 50% no-repeat;
}

.cars_list .slick-next:hover {
  background: url("../img/car_next_hov.png") 50% no-repeat;
}

.car_item.slick-slide {
  position: relative;
  box-sizing: border-box;
  box-sizing: border-box;
}

.car_item.slick-slide.slick-active {
  max-width: 1080px !important;
  padding-left: 0;
}

.car__slider {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 321px;
  padding-left: 10px;
  margin-right: -10px;
}

.swiper-pagination-bullet-active {
  background-color: #0066b5;
}

.swiper-pagination {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  bottom: 0;
  top: unset;
  width: 40px;
  height: 40px;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.swiper-button-next {
  left: 55% !important;
  background-image: url(../img/ButtonNext.svg);
}

.swiper-button-prev {
  right: 55% !important;
  left: auto;
  background-image: url(../img/ButtonPrev.svg);
}

.car__slideBlock {
  width: 316px;
  height: 211px;
  margin-bottom: 90px;
}

.car__slideImg {
  width: 100%;
  height: 100%;
  cursor: pointer;
  object-fit: cover;
}

.car__slideImg img {
  border-radius: 10px;
}

.car_card_sm:hover {
  opacity: 1;
}

.car_item.slick-slide.slick-active .car_card_sm {
  display: none;
}

.car_item {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 20px 0 !important;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  align-items: flex-end;
}

.cars_list {
  display: flex;
  flex-direction: column;

  row-gap: 120px;
}

.car_title_sm {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
}

.car_title_sm span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 16px;
  margin-bottom: 3px;
  border: 1px solid #000000;
  border-radius: 5px;
  font-size: 10px;
  transition: all 0.3s;
}

.car_title_sm img {
  display: inline-block;
  margin-right: -2px;
  margin-left: -2px;
}

.car_item.slick-active .car_title_sm {
  display: block;
}

.car_img_sm {
  width: 310px;
  border: 1px solid #d3d3d3;
  border-radius: 7px;
}

.car_title {
  position: absolute;
  top: -70px;
  left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 36px;
  font-weight: 700;
  color: #0066b5;

  column-gap: 12px;
  row-gap: 6px;
}

.car_title__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.12em 0.5em;
  border-radius: 7px;
  background: #333333;
  color: #ffffff;
  font-size: 0.62em;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.car_spec_price {
  position: absolute;
  top: -72px;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 41px;
  padding: 0 16px 0 30px;
  border-radius: 7px;
  background: #0066b5;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  white-space: nowrap;
}

.car_spec_price:before {
  content: "";
  position: absolute;
  top: 3.5px;
  left: -18px;
  display: block;
  width: 38px;
  height: 36px;
  border-radius: 7px;
  background: url(../img/car_ico_profit.svg) 50% no-repeat #333333;
  background-size: 25px 26px;
}

.car_spec_price b {
  margin-left: 6px;
  font-weight: 700;
}

.car_awd {
  position: absolute;
  top: -72px;
  right: 550px;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 41px;
  padding: 0 20px 0 30px;
  border-radius: 7px;
  background: #333333;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  white-space: nowrap;
}

.car_awd:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -18px;
  display: block;
  width: 38px;
  height: 36px;
  border-radius: 7px;
  background: url(../img/car_ico_awd.svg) 50% no-repeat #0066b5;
  background-size: 25px 26px;
}

.car_item.slick-active .car_title {
  display: flex;
}

.car_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  /* position: absolute;
    visibility: hidden; */
  width: 70%;
  padding-right: 65px;
  border-right: 1px solid #d3d3d3;
}

.car_item.slick-active .car_wrap {
  padding-right: 20px;
  border-right: 1px solid #d3d3d3;
  /* position: relative;
    visibility: visible; */
}

.car_item .car_image {
  width: 54%;
  border: none;
}

.car_colors {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 5px;

  column-gap: 35px;
}

.car_item.slick-active .car_colors {
  display: flex;
}

.car_colors > span {
  margin-right: 20px;
  font-size: 20px;
}

.car_colors div {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;

  row-gap: 5px;
}

.car_colors img {
  display: block;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  transition: all 0.3s;
}

.car_colors div.active img {
  padding: 1px;
  border: 1px solid #8e8e92;
}

.car_colors div span {
  position: relative;
  font-size: 10px;
  text-align: center;
}

.car_text {
  width: 40%;
  /* display: none; */
}

.car_item.slick-active .car_text {
  display: block;
}

.car_video_btn {
  font-size: 18px;
  font-weight: 700;
  padding-right: 42px;
  color: #000;
  text-decoration: none;
  position: absolute;
  top: 25px;
  right: 5%;
  display: none;
}
.car_video_btn:after {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background: url(../img/car_ico_video.svg) 50% no-repeat #333333;
}

.car_profit {
  font-size: 24px;
  font-weight: 400;
  padding: 6px 10px 6px 30px;
  color: #000;
  text-decoration: none;
  position: relative;
  border-radius: 7px;
  background: #d3d3d399;
  margin-left: 15px;
  white-space: nowrap;
}

.car_profit.ico2 {
  right: 31%;
  top: -65px;
  position: absolute;
}

.car_profit_blue {
  color: #0066b5;
  display: inline;
  font-weight: 700;
}
.car_profit:before {
  content: "";
  position: absolute;
  top: calc(50% - 17px);
  left: -18px;
  display: block;
  width: 38px;
  height: 36px;
  background: url(../img/car_ico_profit.svg) 50% no-repeat #333333;
  border-radius: 7px;
}

.car_profit.ico2:before {
  background: url(../img/car_ico_profit2.svg) 50% no-repeat #333333;
  background-size: 25px;
}

.car_props {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-top: 20px;
}

.car_props > a {
  display: block;
  padding-left: 30px;
  font-size: 20px;
  color: #000000;
  text-decoration: none;
}

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

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

.car_props > a.exchange {
  background: url("../img/car_ico_exchange.svg") 0 50% no-repeat;
  background-size: 19px auto;
}

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

.car_props > a.ico4 {
  background: url("../img/car_ico4.svg") 0 50% no-repeat;
  background-size: 19px auto;
}

.car_props > a .text_blue {
  color: #0066b5;
  font-weight: 700;
}

.car_btns {
  display: flex;
  flex-direction: column;
  margin-top: 20px;

  row-gap: 10px;
}

/**********************
    CARS_COMPLECTS
**********************/

.cars_complects_wrap {
  margin-top: 20px;
}

/* .cars_complects {
    display: none;
} */

.cars_complects.active {
  display: block;
}

.cars_complects_title {
  font-size: 24px;
  font-weight: 700;
}

.cars_complects_list {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;

  column-gap: 10px;
}

.cars_complects_list > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #d3d3d3;
  border-radius: 7px;

  row-gap: 20px;
}

.cars_complects_list > div > b {
  font-size: 20px;
  font-weight: 700;
  color: #0066b5;
  text-transform: uppercase;
}

.complect_techs {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 425px;
}

.complect_techs > div {
  font-size: 14px;
  color: #8e8e92;
  text-align: center;
}

.complect_techs > div b {
  display: block;
  margin-top: 3px;
  font-size: 16px;
  color: #000000;
}

.complect_techs > div:nth-child(2) {
  padding: 0 14%;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}

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

#instock {
  position: relative;
  margin-top: 100px;
}

.compl_title {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
}

#filter_table {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

#filter_table .select_container {
  position: relative;
  display: inline-block;
  width: 48%;
  margin-left: 10px;
}

#filter_table .select_container:first-child {
  margin-left: 0;
}

#filter_table .select_container:after {
  content: ""; /* background:url(../img/ico_select.png) 0px 0px no-repeat; */
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 10px;
  margin-top: -4px;
  pointer-events: none;
}

#filter_table select {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding-right: 35px;
  padding-left: 15px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
  color: #d3d3d3;
  outline: none;
}

#filter_table select option {
  color: black;
}

.tb_complects {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #d3d3d3;
  border-collapse: collapse;
  font-weight: 400;
  color: black;
}

.tb_complects tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d3d3d3;
}

.tb_complects.limit tr:nth-child(n + 5) {
  display: none;
}

.tb_complects tr:first-child {
  display: none;
}

.tb_complects tr td {
  text-align: left;
  vertical-align: middle;
}

.tb_complects tr td:nth-child(1) {
  width: 25%;
}

.tb_complects tr td:nth-child(2) {
  width: 30%;
}

.tb_complects_showmore {
  display: block;
  width: 110px;
  margin-top: 19px;
  margin-top: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid black;
  font-size: 14px;
  font-weight: 400;
  color: black;
  text-align: center;
  text-decoration: none;
}

.tb_complects_showmore:hover {
  /* border-color:#1c69d4; */
}

.tb_complects tr .btns {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24%;
  padding: 25px 0;

  row-gap: 10px;
}

.tb_complects tr .btns .btn {
  width: 100%;
}

.tb_complects tr td .param1 {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #8e8e92;
}

.tb_complects tr td .param1 b {
  font-size: 30px;
  color: #000000;
}

.tb_complects tr td .param1 span {
  position: relative;
  top: -3px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 1px 3px;
  border: 1px solid #030304;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

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

.compl_techs > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
  color: #8e8e92;
}

.compl_techs > div b {
  font-size: 16px;
  color: #000000;
}

.compl_techs > div:nth-child(2) {
  padding: 0 14%;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}

/**********************
      RUN_ROWS
**********************/

.run_rows {
  margin-top: 150px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.run_row {
  position: relative;
  left: -1210px;
  display: flex;
  align-items: center;
  gap: 30px;
  width: 3807px;
  background: #ffffff;
  animation: text 60s linear infinite;
}

.run_rows__img {
}

.run_row.left {
  left: 0;
  animation: text2 60s linear infinite;
}

.run_row > div {
  display: flex;
  align-items: center;
  font-size: 36px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 3px 16px;
  white-space: nowrap;
}

.run_row > div b {
  font-weight: 400;
}

@keyframes text {
  0% {
    left: -1210px;
  }

  100% {
    left: 0;
  }
}

@keyframes text2 {
  0% {
    left: 0;
  }

  100% {
    left: -1110px;
  }
}

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

/**********************
        LEASING
**********************/

.leasing {
  background: url(../img/leasing_bg.jpg) 50% 0 no-repeat;
  color: #fff;
  padding: 90px 0;
  margin-top: 120px;
}
.leasing__container {
}
.leasing__content {
  width: 450px;
  max-width: 100%;
}
.leasing__title {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 24px;
}
.leasing_form {
}

.leasing_form .agree_field,
.leasing_form .agree_field a {
  color: inherit;
}
.leasing__form-title {
  font-size: 22px;
  padding-bottom: 15px;
}

.leasing__phone {
  color: inherit;
  text-decoration: none;
}

/**********************
        LEASING END
**********************/

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

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

.comb-block {
}
.comb-block__container {
}
.comb-block__contant {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
.comb-block__item {
}
.comb-block__image {
}
.comb-block__img {
}

.tradein {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.tradein__bg {
}
.tradein__img {
  border-radius: 140px 10px 10px 10px;
}
.tradein__info {
  background: #f5f5f5;
  border-radius: 10px 10px 10px 140px;
  padding: 70px 20px 60px 100px;
}
.tradein__title {
  font-size: 24px;
  font-weight: 700;
}
.tradein_form {
  margin-top: 20px;
}
.tradein__form-title {
  font-size: 22px;
  padding-bottom: 15px;
}
.tradein_form .agree_field,
.tradein_form .agree_field a {
  color: inherit;
}

/**********************
        TRADEIN END
**********************/

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

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

.credit {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  height: 100%;
}
.credit__bg {
}
.credit__img {
  border-radius: 10px 10px 140px 10px;
}
.credit__info {
  background: #f5f5f5;
  border-radius: 10px 140px 10px 10px;
  padding: 40px 99px 43px 20px;
}
.credit__title {
  font-size: 32px;
  font-weight: 700;
}
.credit_form {
  margin-top: 20px;
}
.credit__form-title {
  font-size: 22px;
  padding-bottom: 15px;
}
.credit_form .agree_field,
.credit_form .agree_field a {
  color: inherit;
}

/**********************
        CREDIT END
**********************/

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

/**********************
        REVIEWS
**********************/

.reviews {
  margin-top: 100px;
}

.reviews_title {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.reviews_slider {
  padding-bottom: 25px !important;
}

.reviews .swiper-button-prev,
.reviews .swiper-button-next {
  top: 59% !important;
  left: -30px;
  width: 13px !important;
  height: 25px !important;
  background: url("../img/rev_prev.png") 50% no-repeat;
  transition: all 0.3s;
}

.reviews .swiper-button-next {
  right: -30px;
  left: unset;
  background: url("../img/rev_next.png") 50% no-repeat;
}

.reviews .swiper-button-prev:hover {
  background: url("../img/rev_prev_hov.png") 50% no-repeat;
}

.reviews .swiper-button-next:hover {
  background: url("../img/rev_next_hov.png") 50% no-repeat;
}

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

.review {
  position: relative;
  display: flex !important;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 700px !important;
  min-height: 320px;
  padding: 20px 80px;
  border-radius: 7px;
  opacity: 0.5;
  background: #f5f5f5;
  cursor: pointer;
  transition: transform 0.3s;
  transform: scale(0.5) !important;

  row-gap: 15px;
}

.review.swiper-slide-active {
  opacity: 1;
  transform: scale(1) !important;
}

.review.swiper-slide-prev {
  transform-origin: 100% 50%;
}

.review.swiper-slide-next {
  transform-origin: 0 50%;
}

.rev_name {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.review.swiper-slide-active:after {
  content: url("../img/quotes.png");
  position: absolute;
  right: 27px;
  bottom: -27px;
}

.rev_text {
  font-size: 14px;
  text-align: center;
}

/**********************
        REVIEWS END
**********************/

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

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

.contacts {
  margin-top: 130px;
}

.contacts .container {
}

.cont_wrap {
  position: absolute;
  top: 45px;
  z-index: 1;
  padding: 30px;
  background: url(../img/contacts_bg.svg) 105% 0 no-repeat #fff;
  border-radius: 0px 140px 0px 0px;
  background-size: 178px auto;
}

.cont_title {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
}

.bot_addr {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.bot_addr span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 5px;
  border: 1px solid #030304;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 400;
}

.bot_phone {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #030304;
  text-decoration: none;
}

.bot_phone span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 5px;
  border: 1px solid #030304;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 400;
}

.cont_quest {
  margin-bottom: 20px;
  font-size: 24px;
}

#map1 {
  box-sizing: border-box;
  width: 100%;
  height: 560px;
}

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

footer {
  padding: 25px 0;
  background: #000;
}

.foot_wrap {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  color: #fff;
}

.foot_wrap > a {
  color: inherit;
}

.yurinfo {
  font-size: 14px;
  color: #8e8e92;
}

.foot_links {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.foot_links > a {
  font-size: 14px;
  color: #8e8e92;
}

.foot_logo_wrap {
  display: flex;
}

.foot_logo {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #8e8e92;
}

.foot_logo_text {
  font-size: 15px;
}

footer .disclamer {
  display: none;
  font-size: 12px;
  color: #fff;
  text-align: left;
}

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

@media (max-width: 1600px) {
  .container {
    box-sizing: border-box;
    width: 1350px;
  }

  .top_addr {
    font-size: 14px;
  }

  .top_phone {
    font-size: 14px;
  }

  .title_container .title1 {
    gap: 8px;
    padding: 20px 30px;
  }

  .title_container .title1__text1 {
    font-size: 22px;
  }

  .title_container .title1__text2 {
    font-size: 28px;
  }

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

  .cars_menu-groupe {
    padding-right: 15px;
    padding-left: 15px;
    border-left: 1px solid #d3d3d3;
    border-right: none;
  }

  .cars_menu-groupe-items {
    gap: 15px;
  }

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

  .car_item .car_image {
    width: 60%;
  }

  .car_wrap {
    border: none;
    padding: 0;
    padding-right: 10px;
    width: 100%;
    gap: 15px;
  }

  .car__slider {
    margin-right: 0;
  }

  .car_colors {
    column-gap: 20px;
  }

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

  /**********************
        LEASING
**********************/

  .leasing {
  }
  .leasing__container {
  }
  .leasing__content {
  }
  .leasing__title {
  }
  .leasing_form {
  }
  .leasing__form-title {
  }

  /**********************
        LEASING END
**********************/

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

  .comb-block {
  }
  .comb-block__container {
  }
  .comb-block__contant {
    gap: 6px;
  }
  .comb-block__item {
  }
  .comb-block__image {
  }
  .comb-block__img {
  }

  .tradein {
  }
  .tradein__bg {
  }
  .tradein__img {
  }
  .tradein__info {
    padding: 40px 20px 43px 40px;
  }
  .tradein__title {
    font-size: 26px;
  }
  .tradein_form {
  }
  .tradein__form-title {
    font-size: 16px;
  }
  .tradein_form .agree_field,
  .tradein_form .agree_field a {
  }

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

  .credit {
  }
  .credit__bg {
  }
  .credit__img {
  }
  .credit__info {
    padding: 40px 40px 43px 20px;
  }
  .credit__title {
    font-size: 26px;
  }
  .credit_form {
  }
  .credit__form-title {
    font-size: 16px;
  }
  .credit_form .agree_field,
  .credit_form .agree_field a {
  }

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

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

  .title_container {
    /* top: 130px; */
  }

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

  .car_item.slick-slide.slick-active {
    max-width: 970px !important;
  }

  /*******************************************************************/
}

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

  header .btn {
    width: 250px;
    height: 45px;
  }

  .title_container .btn {
    display: none;
  }

  .car_profit {
    position: relative;
    top: unset;
    right: unset;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 18px;
  }

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

  .menu {
    top: 65px;
  }

  .title_container {
    top: 130px;
  }

  .title_container .btn {
    display: none;
  }

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

  .timer_block {
  }

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

    row-gap: 15px;
  }

  .timer_title {
    color: #000000;
  }

  span[id^="timer-number"],
  span[id^="timer-separator"],
  span[id^="timer-text"] {
    color: #000000 !important;
  }

  #timer_form {
    width: 100%;
  }

  #timer_form .form-group input[type="tel"] {
    color: #8e8e92;
  }

  #timer_form .form-group input[type="tel"]::placeholder {
    color: #8e8e92;
  }

  #timer_form .agree_field,
  #timer_form .agree_field a {
    color: #8e8e92;
  }

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

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

  .cars_menu a span {
    width: 60px;
    height: 14px;
    font-size: 8px;
  }

  .cars_menu-groupe {
  }
  .cars_menu-groupe-text {
  }
  .cars_menu-groupe-items {
  }

  .cars_list {
  }

  .car_item.slick-slide.slick-active {
    max-width: unset !important;
  }

  .car_item.slick-active .car_wrap {
    padding-right: 0;
    border-right: none;
  }

  .complect_techs > div:nth-child(2) {
    padding: 0 9%;
  }

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

  .compl_techs > div:nth-child(2) {
    padding: 0 9%;
  }

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

  /**********************
        LEASING
**********************/

  .leasing {
  }
  .leasing__container {
  }
  .leasing__content {
  }
  .leasing__title {
  }
  .leasing_form {
  }
  .leasing__form-title {
  }

  /**********************
        LEASING END
**********************/

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

  .run_rows {
    margin-top: 70px;
  }

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

  .comb-block {
  }
  .comb-block__container {
  }
  .comb-block__contant {
  }
  .comb-block__item {
  }
  .comb-block__image {
  }
  .comb-block__img {
  }

  .tradein {
  }
  .tradein__bg {
  }
  .tradein__img {
  }
  .tradein__info {
  }
  .tradein__title {
  }
  .tradein_form {
  }
  .tradein__form-title {
  }
  .tradein_form .agree_field,
  .tradein_form .agree_field a {
  }

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

  .credit {
  }
  .credit__bg {
  }
  .credit__img {
  }
  .credit__info {
  }
  .credit__title {
  }
  .credit_form {
  }
  .credit__form-title {
  }
  .credit_form .agree_field,
  .credit_form .agree_field a {
  }

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

  .review {
    width: 600px !important;
  }

  /*******************************************************************/
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
  .logo_wrap {
    width: 40%;
  }

  .logo_wrap .logo1 {
    /*width: 30%;*/
    margin-right: 10px;
    padding-right: 10px;
  }

  .logo_dealer {
    font-size: 12px;
  }

  header .btn {
    width: 200px;
  }

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

  .banner {
    margin-top: 60px;
  }

  .title_container {
    top: 65px;
  }

  .cars_menu {
    padding-bottom: 20px;
    border: none;
  }

  .cars_menu a {
    /*width: 120px;*/
  }

  .cars_menu a img {
    display: inline-block !important;
  }

  .cars_menu-groupe {
  }
  .cars_menu-groupe-text {
  }
  .cars_menu-groupe-items {
  }

  .slick-dots {
    position: absolute;
    bottom: -10px;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .slick-dots li {
    width: 30px;

    /*width: 10px;*/
    height: 5px;
    margin: 0 5px;
    border-radius: 3px;
    opacity: 0.5;
    background: #0066b5;
  }

  .slick-dots li.slick-active {
    opacity: 1;
  }

  .slick-dots li button {
    display: none;
  }

  .car_wrap {
    flex-direction: column;

    row-gap: 20px;
  }

  .car_item .car_image {
    width: 100%;
  }

  .car_img {
    display: flex;
    justify-content: center;
  }

  .car_text {
    width: 100%;
  }

  .car_video_btn {
  }
  .car_video_btn:after {
  }

  .car_profit {
  }

  .car_profit.ico2 {
    right: 20%;
  }
  .car_profit:before {
  }

  .cars_list .slick-next {
    right: -40px;
  }

  .cars_list .slick-prev {
    left: -40px;
  }

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

  /**********************
        LEASING
**********************/

  .leasing {
  }
  .leasing__container {
  }
  .leasing__content {
  }
  .leasing__title {
  }
  .leasing_form {
  }
  .leasing__form-title {
  }

  /**********************
        LEASING END
**********************/

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

  .comb-block {
  }
  .comb-block__container {
  }
  .comb-block__contant {
  }
  .comb-block__item {
  }
  .comb-block__image {
  }
  .comb-block__img {
  }

  .tradein {
  }
  .tradein__bg {
  }
  .tradein__img {
  }
  .tradein__info {
  }
  .tradein__title {
  }
  .tradein_form {
  }
  .tradein__form-title {
  }
  .tradein_form .agree_field,
  .tradein_form .agree_field a {
  }

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

  .credit {
  }
  .credit__bg {
  }
  .credit__img {
  }
  .credit__info {
  }
  .credit__title {
  }
  .credit_form {
  }
  .credit__form-title {
  }
  .credit_form .agree_field,
  .credit_form .agree_field a {
  }

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

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

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

  .reviews {
    margin-top: 50px;
  }

  .reviews_slider {
    width: 90%;
    margin: 0 auto;
  }

  .review {
    width: 100% !important;
  }

  .reviews .swiper-button-prev {
    left: 15px;
  }

  .reviews .swiper-button-next {
    right: 15px;
  }

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

  .contacts {
    margin-top: 50px;
  }

  .contacts .container {
    flex-direction: column;
  }

  .cont_wrap {
    width: 100%;
    margin-right: 0;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #d3d3d3;
    position: static;
    border-radius: 0;
    background-position: 95% 5%;
  }

  #map1 {
    width: 100%;
    margin-top: 60px;
  }

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

  .foot_wrap {
    flex-flow: wrap;
  }

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

  /*******************************************************************/
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
  .fancybox-type-image {
    left: 0 !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .car_item {
    flex-direction: column;
    padding: 0 !important;
    border: none;
    align-items: flex-start;
  }

  .car_item .car_title {
    order: 1;
  }

  .car_item .car_spec_price {
    order: 2;
    width: 100%;
    padding: 0;
    font-size: 5vw;
    height: 36px;
    margin-left: 0;
  }

  .car_spec_price:before {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 16px;
  }

  .car_item .car_awd {
    order: 3;
    width: 100%;
    padding: 0;
    font-size: 5vw;
    height: 36px;
    margin-left: 0;
  }

  .car_awd:before {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 16px;
  }

  .car_item .car_wrap {
    order: 4;
  }

  .car_item .car__slider {
    order: 5;
  }

  .car_item .car_btns .btn[href="#instock"] {
    display: none;
  }

  .fancybox-close {
    top: 9px !important;
    right: 9px !important;
  }

  .fancybox-inner {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .fancybox-wrap {
    top: 20px !important;
    left: 0 !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .fancybox-type-image .fancybox-close {
    top: -8px !important;
  }

  .popup_container {
    width: 100%;
  }

  .slick-dots {
    position: absolute;
    bottom: -10px;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .slick-dots li {
    width: 30px;

    /*width: 10px;*/
    height: 5px;
    margin: 0 5px;
    border-radius: 3px;
    opacity: 0.5;
    background: #0066b5;
  }

  .slick-dots li.slick-active {
    opacity: 1;
  }

  .slick-dots li button {
    display: none;
  }

  .slick-slide img {
    display: inline-block;
  }

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

  header .m_btn {
    position: absolute;
    z-index: 5;
    top: 3px;
    right: 15px;
    display: block;
    width: 30px;
    height: 21px;
  }

  header .m_btn span {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: #0066b5;
    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) {
    top: -1px;
    transform: rotate(-45deg);
    transform-origin: top right;
  }

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

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

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

  .menu.active {
    right: 0;
  }

  .menu .container {
    flex-direction: column;
  }

  .menu a {
    padding: 10px 0;
  }

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

  header {
  }

  header .container {
    flex-flow: wrap;
  }

  .logo_wrap {
    width: 85%;
  }

  .logo_wrap .logo1 {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #e6e6e6;
  }

  .logo_wrap .logo1:after {
    display: none;
  }

  .logo_dealer {
    font-size: 3vw;
  }

  .top_addr {
    display: none;
  }

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

  .top_phone span {
    display: none;
  }

  header .btn {
    display: none;
  }

  .mob_phone {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 15;
    padding: 0 15px 15px;
  }

  .mob_phone a {
    font-weight: 700;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    text-align: center;
    text-decoration: none;
    border-radius: 7px;
    border: 1px solid #0066b5;
    background: #0066b5;
    padding: 6px 15px;
    font-size: 4vw;
  }

  .mob_phone span {
    font-weight: 400;
    font-size: 3.5vw;
  }

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

  .mob_br {
    display: inline;
  }

  .running_line {
    height: 30px;
    align-items: center;
  }

  .running_line__track {
    padding: 0;
  }

  .running_line__item {
    font-size: 10px;
  }

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

  .banner > .container {
    order: 1;
  }

  .banner .running_line {
    order: 2;
  }

  .banner picture {
    order: 3;
    /* margin-top: 20px; */
  }

  .banner picture img {
    top: 0;
    width: 100%;
  }

  .title_container {
    position: static;
    top: auto;
    left: auto;
    padding: 0;
  }

  .title_container .title1 {
    gap: 1.5vw;
    padding: 16px 0;
  }

  .title_container .title1__text1 {
    font-size: 3.8vw;
  }

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

  .title_container .title1__text3 {
    display: none;
  }

  .banner_text3_mob {
    display: block;
    padding: 16px 15px 0;
    font-size: 4.2vw;
    font-weight: 400;
    line-height: 1.2;
    color: #333;
    text-align: center;
    text-transform: uppercase;
  }

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

  .timer_block {
    margin-top: 0;
    background: none;
    padding: 0;
  }

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

  .timer_title {
    margin-bottom: 15px;
    font-size: 5vw;
    color: #000000;
    text-align: center;
  }

  div[id^="timer"] {
    white-space: nowrap;
    transform: scale(0.65) !important;
  }

  span[id^="timer-number"],
  span[id^="timer-separator"],
  span[id^="timer-text"] {
    color: #000000 !important;
  }

  #timer_form {
    width: 100%;
  }

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

  #timer_form .form-group input[type="tel"] {
    color: #8e8e92;
  }

  #timer_form .form-group input[type="tel"]::placeholder {
    color: #8e8e92;
  }

  #timer_form .agree_field,
  #timer_form .agree_field a {
    color: #8e8e92;
  }

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

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

  .cars_menu {
    padding-bottom: 30px;
    border: none;
    overflow: hidden;
    position: relative;
  }

  .cars_menu__pagination {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .cars_menu__pagination .swiper-pagination-bullet {
    width: 7px;
    height: 5px;
    margin: 0 5px !important;
    border-radius: 3px;
    opacity: 1;
    background: #8e8e92;
    transition:
      width 0.3s,
      background 0.3s;
  }

  .cars_menu__pagination .swiper-pagination-bullet-active {
    width: 34px;
    border-radius: 5px;
    background: #0066b5;
  }

  .cars_menu a {
    font-size: 3.5vw;
    text-align: center;
  }

  .cars_menu a span {
    margin: 0 auto 3px;
  }

  .cars_menu-groupe {
  }
  .cars_menu-groupe-text {
  }
  .cars_menu-groupe-items {
  }

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

  .cars_list {
    width: 100%;
    margin-top: 60px;
    row-gap: 60px;
  }

  .car_item.slick-slide.slick-active {
    max-width: unset !important;
  }

  .car_item.slick-active .car_wrap {
    padding-right: 0;
    border: none;
  }

  .cars_list .slick-prev,
  .cars_list .slick-next {
    z-index: 1;
    top: 40%;
    width: 30px !important;
    height: 30px !important;
    background-size: 100% !important;
  }

  .cars_list .slick-prev {
    left: 0;
  }

  .cars_list .slick-next {
    right: 0;
  }

  .car_title {
    position: static;
    font-size: 8vw;
    top: 0;
    margin-bottom: 12px;
    column-gap: 8px;
  }

  .car_spec_price {
    position: relative;
    top: unset;
    right: unset;
    align-self: flex-start;
    margin-left: 18px;
    margin-bottom: 12px;
    font-size: 20px;
  }

  .car_awd {
    position: relative;
    top: unset;
    right: unset;
    align-self: flex-start;
    margin-left: 18px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .car_card_sm {
    display: none !important;
  }

  .car_wrap {
    flex-direction: column;
    width: 100%;
    row-gap: 20px;
    padding: 0;
  }

  .cars_items_title {
    /* margin-bottom: 90px; */
  }

  .cars_items {
    margin-top: 50px;
  }

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

  .swiper-pagination {
    display: block;
    top: unset !important;
    bottom: 25px !important;
  }

  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

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

  .car_item .car_image {
    width: 100%;
    margin-top: 35px;
  }

  .car__slideImg {
    width: auto;
    height: auto;
  }

  .car__slideBlock {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }

  .car_colors {
    justify-content: center;
    column-gap: 10px;
  }

  .car_colors div span {
    display: none;
    font-size: 2vw;
  }

  .car_text {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }

  .car_video_btn {
    right: unset;
    left: 0;
    top: -58vw;
    transform: translateX(50%);
  }
  .car_video_btn:after {
  }

  .car_profit {
    position: relative !important;
    right: unset !important;
    left: unset !important;
    top: unset !important;
    bottom: unset !important;
    padding: 6px 10px;
    padding-left: 25px;
    width: 100%;
    display: block;
    text-align: center;
    box-sizing: border-box;
    font-size: 18px;
    margin-top: 10px;
    margin-left: 0;
    white-space: unset;
  }
  .car_profit:before {
    height: 100%;
    top: 0;
    left: 0px;
  }

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

  #instock {
    margin-top: 60px;
    display: none;
  }

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

  #filter_table {
    flex-direction: column;

    row-gap: 10px;
  }

  #filter_table .select_container {
    width: 100%;
    margin-left: 0;
  }

  .tb_complects tr {
    flex-direction: column;
    padding: 25px 0;

    row-gap: 20px;
  }

  .tb_complects tr td:nth-child(1) {
    width: 100%;
    text-align: center;
  }

  .tb_complects tr td:nth-child(2) {
    width: 100%;
  }

  .tb_complects tr td .param1 {
    margin-bottom: 15px;
  }

  .tb_complects tr td .param1 b {
    font-size: 5vw;
  }

  .tb_complects tr td .param1 span {
    font-size: 10px;
  }

  .compl_techs > div:nth-child(2) {
    padding: 0 12%;
  }

  .tb_complects tr .btns {
    width: 100%;
    padding: 0;
  }

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

  /**********************
        LEASING
**********************/

  .leasing {
    margin-top: 60px;
    padding: 0;
    color: #000;
    padding-bottom: 58vw;
    background-size: 200%;
    background-position: 70% 100%;
  }
  .leasing__container {
  }
  .leasing__content {
  }
  .leasing__title {
    font-size: 7vw;
  }
  .leasing_form {
  }
  .leasing__form-title {
    font-size: 19px;
  }

  .leasing__phone {
    display: block;
  }

  /**********************
        LEASING END
**********************/

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

  .run_rows {
    margin-top: 50px;
    display: none;
  }

  .run_row > div {
    font-size: 5vw;
  }

  .run_row > div {
    margin-right: 25px;
  }

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

  .comb-block {
  }
  .comb-block__container {
  }
  .comb-block__contant {
    gap: 0;
    flex-direction: column;
    margin-top: 0;
  }
  .comb-block__item {
  }
  .comb-block__image {
    display: none;
  }
  .comb-block__img {
  }

  .tradein {
    flex-direction: column-reverse;
    margin-top: 60px;
  }
  .tradein__bg {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: 15px;
  }
  .tradein__img {
    border-radius: 0;
  }
  .tradein__info {
    padding: 0;
    background: none;
  }
  .tradein__title {
    font-size: 7vw;
  }
  .tradein_form {
  }
  .tradein__form-title {
  }
  .tradein_form .agree_field,
  .tradein_form .agree_field a {
  }

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

  .credit {
    margin-top: 60px;
  }
  .credit__bg {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: 15px;
  }
  .credit__img {
    border-radius: 0;
  }
  .credit__info {
    padding: 0;
    background: none;
  }
  .credit__title {
    font-size: 7vw;
  }
  .credit_form {
  }
  .credit__form-title {
  }
  .credit_form .agree_field,
  .credit_form .agree_field a {
  }

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

  .reviews {
    margin-top: 50px;
  }

  .reviews_title {
    margin-bottom: 30px;
    font-size: 7vw;
  }

  .reviews_slider {
    width: 93%;
    margin: 0 auto;
  }

  .review {
    width: 100% !important;
    min-height: auto;
    padding: 30px 15px;
  }

  .review.swiper-slide-active:after {
    right: 0;
    transform: scale(0.6);
  }

  .reviews .swiper-button-prev {
    left: 5px;
  }

  .reviews .swiper-button-next {
    right: 5px;
  }

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

  .contacts {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .contacts .container {
    flex-direction: column;
  }

  .cont_wrap {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    border-right: none;
    border: none;
    position: static;
    background: none;
  }

  .cont_title {
    margin-bottom: 15px;
    font-size: 7vw;
  }

  .bot_addr {
    font-weight: 300;
  }

  .bot_phone {
    margin-bottom: 20px;
  }

  .cont_quest {
    font-size: 4.5vw;
    text-align: center;
  }

  #map1 {
    width: 100%;
    height: 350px;
  }

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

  .foot_wrap {
    flex-direction: column;

    row-gap: 15px;
  }

  .foot_logo_wrap {
    align-items: center;
    order: 1;
  }

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

  .foot_logo_text {
    font-size: 3vw;
  }

  .yurinfo {
    order: 2;
    width: 100%;
  }

  .foot_links {
    align-items: center;
    order: 3;

    row-gap: 10px;
  }

  /*******************************************************************/
}

/*MOBILE END*/

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

@media (max-width: 360px) {
  .complect_techs > div:nth-child(2),
  .compl_techs > div:nth-child(2) {
    padding: 0 6%;
  }
}

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