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

html {
  overflow-x: hidden;
}

body {
  font-family: "TacticSans", sans-serif;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  max-width: 1920px;
  background: #181b1d;
}

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

.run_now {
  display: flex;
  align-items: center;
  background: #c78e66;
  overflow: hidden;
  position: relative;
  height: 70px;
}

.run_now_cont {
  display: flex;
  align-items: center;
  column-gap: 30px;
  white-space: nowrap;
  animation: runstring 22s infinite linear;
  /* notice the infinite */
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}

.run_now_cont div {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 50px;
}

.run_now_cont div:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #ffffff;
}

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

  100% {
    transform: translateX(-50%);
  }
}

@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 {
  display: none;
}

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

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

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

.popup_container h2 {
  font-size: 20px;
  font-weight: 700;
  /* text-transform: uppercase; */
  padding: 0px;
  margin: 0px;
  padding-bottom: 29px;
  text-align: center;
  padding-top: 25px;
  color: #ffffff;
}

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

.popup_container .cont_logo_wrap {
  margin-top: 15px;
}

.salon-select-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #666;
}

.salon-list {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.salon-item {
    flex: 1 1 0;
    min-width: 0;
    position: relative;
    cursor: pointer;
    display: flex;
}

.salon-item input[type="radio"] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none; /* чтобы клик шёл на label */
}

.salon-item-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    box-sizing: border-box;
    padding: 10px 12px 10px 40px; /* слева место для иконки */
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    font-size: 12px;
    line-height: 1.3;
    text-align: left;
    position: relative;
    transition: border-color 0.2s, background-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.salon-item:hover .salon-item-text {
  box-shadow: 0 0 4px 1px rgb(255 255 255 / 74%);
}

/* Иконка салона слева (всегда) */
.salon-item-text::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url('../img/ico_loc.svg') no-repeat center / contain;
    pointer-events: none;
}

/* Галочка справа вверху (появляется при выборе) */
.salon-item-text::after {
    content: '';
    position: absolute;
    right: 8px;
    top: 8px;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E") no-repeat center / contain;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
}

/* Состояние выбранного элемента */
.salon-item input[type="radio"]:checked + .salon-item-text {
    box-shadow: 0 0 4px 1px rgb(255 255 255 / 74%);
    color: #fff;
}

/* Показываем галочку, когда выбран */
.salon-item input[type="radio"]:checked + .salon-item-text::after {
    opacity: 1;
}

/* Сообщение об ошибке – по умолчанию скрыто */
.salon-error-message {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 2px;
    color: #d32f2f;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    width: 100%;
}

/* Показываем, когда есть класс has-danger */
.salon-select.has-danger .salon-error-message {
    display: flex;
}

/* Иконка восклицательного знака в кружочке */
.error-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #d32f2f;
    color: #d32f2f;
    font-weight: bold;
    font-size: 10px;
    line-height: 1;
    /* flex-shrink: 0; */
}

/* Текст ошибки */
.error-text {
    font-size: 14px;
    color: #d32f2f;
}

/* Красное свечение для блоков салонов при ошибке */
.salon-select.has-danger .salon-item-text {
    border-color: #d32f2f;
    box-shadow: 0 0 8px 2px rgba(211, 47, 47, 0.4);
    transition: border-color 0.2s, box-shadow 0.2s;
}

/* Дополнительно: можно убрать свечение при наведении, если оно мешает */
.salon-select.has-danger .salon-item:hover .salon-item-text {
    box-shadow: 0 0 8px 2px rgba(211, 47, 47, 0.6);
}

@media (max-width: 480px) {
  .salon-list {
    flex-direction: column;
  }
}

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

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

.agree_field a {
  text-decoration: underline;
}

.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: 46px;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 400;
  font-family: "TacticSans", sans-serif;
  padding: 0px 20px;
  outline: none;
  background: transparent;
  border: 1px solid #ffffff;
}

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

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

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

form .form-group button:hover {
}

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

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

.btn {
  box-sizing: border-box;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 46px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  outline: none;
  border: none;
  transition: all 0.4s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.btn b {
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.btn:hover {
  /*background: #C78E66;*/
  color: #ffffff;
}

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

.btn.glass:hover {
  /*background: #C78E66;*/
  border-color: #c78e66;
}

.btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #c78e66;
  transition:
    width 0.4s ease-in-out,
    height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.btn:hover span {
  width: 225%;
  height: 560%;
}

.btn.green:hover {
  background-color: #c78e66;
}

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

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #000000;
  z-index: 15;
  transform: translateY(-118px);
  transition: all 0.4s ease;
}

header.show {
  transform: translateY(0);
}

.head_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 10px;
}

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

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

.top_addr {
  font-family: "NunitoSans";
  font-size: 14px;
  color: #ffffff;
  padding: 1px 0 1px 32px;
  background: url("../img/ico_loc.svg") 0 50% no-repeat;
}

.top_phone {
  font-family: "NunitoSans";
  font-weight: 700;
  display: block;
  padding-left: 32px;
  background: url("../img/ico_phone.svg") 0 50% no-repeat;
}

.head_wrap .btn {
  width: 238px;
  font-size: 14px;
}

header .m_btn {
  display: none;
}

.menu {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid #919191;
}

.menu a {
  font-family: "NunitoSans";
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(#c78e66, #c78e66) left no-repeat,
    #ffffff;
  background-size: 0% 100%;
  color: #000;
  font-size: 0.8em;
  padding: 5px 10px;
}

.menu a:hover {
  background-size: 100% 100%;
}

.menu .top_phone {
  display: none;
}

.menu_contacts {
  display: none;
}

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

.swiper-slide-active {
  z-index: 1;
}

.banner-slider {
  margin-top: 118px;
}

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

.banner-slider .swiper-button-prev,
.banner-slider .swiper-button-next {
  width: 40px;
  height: 40px;
  background: url("../img/arrow.svg") 50% 50% no-repeat #000000;
  transition: all 0.4s ease;
  left: 100px;
}

.banner-slider .swiper-button-next {
  left: unset;
  right: 100px;
  transform: scale(-1);
}

.banner-slider .swiper-button-prev:hover,
.banner-slider .swiper-button-next:hover {
  background: url("../img/arrow.svg") 50% 50% no-repeat #c78e66;
}

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

.title_container {
  position: absolute;
  top: 20px;
  left: 0;
  padding: 0 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.title_wrap {
  width: 1134px;
  background: url("../img/title_bg.png") 50% 0 no-repeat;
  text-align: center;
  padding: 20px 15px 50px;
}

.title_wrap .title1 {
  font-size: 22px;
}

.title_wrap .title2 {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  text-transform: uppercase;
}

.title_props {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
}

.title_props > div {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 50px;
  min-height: 38px;
  display: flex;
  align-items: center;
}

.title_props > div br {
  display: none;
}

.title_props > div b {
  color: #c78e66;
}

.title_props > div.ico1 {
  background: url("../img/title_ico1.svg") 0 50% no-repeat;
}

.title_props > div.ico2 {
  background: url("../img/title_ico2.svg") 0 50% no-repeat;
}

.title_container .btn {
  width: 346px;
  margin-top: -23px;
}

.mark-erid {
  position: relative;
  display: flex;
  margin-top: auto;
  z-index: 5;
}

.mark-erid_title {
  padding: 6px 16px;
  font-size: 12px;
  background: #ffffffcc;
  color: #000000;
  cursor: pointer;
  display: inline-block;
}

.mark-erid_descr {
  display: none;
  padding: 12px 16px;
  flex-direction: column;
  gap: 6px;
  background: #ffffffcc;
  color: #000000;
  font-size: 12px;
  cursor: pointer;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  margin-bottom: 8px;
}

.mark-erid_item {
  display: flex;
  flex-direction: column;
}

.mark-erid_name {
  color: #707070;
}

.mark-erid:hover .mark-erid_descr {
  display: flex;
}

.banner.slide2 {
}

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

.banner.slide2 .title_container {
  position: absolute;
  top: 20px;
  left: 0;
  padding: 0 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.banner.slide2 .title_container .br_mob {
  display: none;
}

.banner.slide2 .title_wrap {
  width: 1134px;
  background: url("../img/title_bg.png") 50% 0 no-repeat;
  text-align: center;
  padding: 20px 15px 50px;
}

.banner.slide2 .title_wrap .title1 {
  font-size: 22px;
}

.banner.slide2 .title_wrap .title2 {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  text-transform: uppercase;
}

.banner.slide2 .title_props {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
}

.banner.slide2 .title_props > div {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 50px;
  min-height: 38px;
  display: flex;
  align-items: center;
}

.banner.slide2 .title_props > div br {
  display: none;
}

.banner.slide2 .title_props > div b {
  color: #c78e66;
}

.banner.slide2 .title_props > div.ico1 {
  background: url("../img/title_ico1.svg") 0 50% no-repeat;
}

.banner.slide2 .title_props > div.ico2 {
  background: url("../img/title_ico2.svg") 0 50% no-repeat;
}

.banner.slide2 .title_container .btn {
  width: 346px;
  margin-top: -23px;
}

.slide3 .title_container {
  top: 64px;
}

.slide3 .title1 {
  font-family: "TSans";
  font-size: 40px;
  font-weight: 500;
  color: #25292b;
  text-align: center;
  line-height: 108%;
}

.slide3 .title1 b {
  font-size: 84px;
  text-transform: uppercase;
}

.slide3 .title2 {
  font-family: "TSans";
  position: relative;
  margin-top: 10px;
  padding: 10px 36px 21px;
  font-size: 32px;
  font-weight: 500;
  color: #25292b;
  text-align: center;
  line-height: 140%;
  z-index: 2;
}

.slide3 .title2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(100% 0%, 100% 72%, 94% 100%, 0% 100%, 0% 26%, 6% 0%);
  background: #ffffff75;
  z-index: -1;
}

.slide3 .title2 b {
  font-size: 40px;
}

.title_container .btn {
  margin-top: -12px;
  color: #ffffff;
  background: #30363a;
  z-index: 2;
}

.slide4 .title_container {
  top: 65px;
}

.slide4 .title1 {
  font-family: "TSans";
  font-size: 40px;
  text-align: center;
  color: #25292b;
  font-weight: 500;
}

.slide4 .title1 b {
  font-size: 54px;
}

.slide4 .title_container .btn {
  margin-top: 20px;
}

.timer_block {
  margin-top: -130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  position: relative;
  z-index: 2;
}

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

#timer_form .form_comment {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

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

.advantages {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
}

.advantages > a {
  font-family: "NunitoSans";
  display: flex;
  align-items: center;
  width: 32%;
  min-height: 94px;
  font-size: 18px;
  background: url("../img/ags_bg.svg") 50% no-repeat;
  padding-left: 30px;
  position: relative;
}

.advantages > a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/ags_bg_hov.svg") 50% no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.4s ease;
}

.advantages > a:hover:before {
  opacity: 1;
}

.advantages > a span {
  padding: 15px 0 15px 70px;
  position: relative;
}

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

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

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

/**********************
         OFFERS
**********************/

.offers {
  margin-top: 120px;
}

.offers .br_mob {
  display: none;
}

.offers_wrapper {
  position: relative;
  padding: 32px;
  background: url("../phpThumb/phpThumb.php?src=..%2Fimg%2Foffers_bg.jpg&f=webp&q=90&hash=14154f116fba096d8c265760c84dce3a793fb089c46243e00bf55fc83d274a43") 50% 0 no-repeat;
}

.offers_wrapper:before {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -130px;
  width: 330px;
  height: 327px;
  background: url("../phpThumb/phpThumb.php?src=..%2Fimg%2Foffers_decor1.png&f=webp&q=90&hash=84d052c618534fc5d14c8a3e2e3f71b27c8372e9aa152d059716c4aee18224fb") no-repeat;
}

.offers_wrapper:after {
  content: "";
  position: absolute;
  top: -114px;
  right: -126px;
  width: 330px;
  height: 327px;
  background: url("../phpThumb/phpThumb.php?src=..%2Fimg%2Foffers_decor2.png&f=webp&q=90&hash=664d0400cd9581343d17ab1039990ac4993bebbf36476a621355ed85723a1f95") no-repeat;
}

.offers_title {
  font-size: 18px;
  font-weight: 400;
  color: #181b1d;
}

.offers_worktime {
  margin: 20px 0;
}

.offers_worktime_list {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 7px;
}

.offers_worktime_list > div {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 35px;
  padding-left: 47px;
  font-size: 18px;
  font-weight: 700;
  color: #181b1d;
}

.offers_worktime_list > div:before {
  content: "";
  position: absolute;
  left: 0;
  width: 35px;
  height: 35px;
  background: url(../img/offers_worktime_ico.svg) no-repeat;
}

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

.cars_items {
  margin-top: 120px;
}

.cars_items_title {
  font-size: 40px;
  font-weight: 700;
}

.cars_menu_wrap {
  position: relative;
  margin-top: 50px;
}

.cars_menu {
  padding-bottom: 30px !important;
}

.cars_menu .swiper-slide a {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.5;
  transition: all 0.4s ease;
}

.cars_menu .swiper-slide span {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
}

.cars_menu .swiper-slide a:hover {
  opacity: 1;
}

.cars_menu_wrap .swiper-button-prev,
.cars_menu_wrap .swiper-button-next {
  width: 40px;
  height: 40px;
  background: url("../img/arrow.svg") 50% 50% no-repeat #25292b;
  transition: all 0.4s ease;
  left: -80px;
  border: 1px solid #30363a;
}

.cars_menu_wrap .swiper-button-next {
  left: unset;
  right: -80px;
  transform: scale(-1);
}

.cars_menu_wrap .swiper-button-prev:hover,
.cars_menu_wrap .swiper-button-next:hover {
  background: url("../img/arrow.svg") 50% 50% no-repeat #c78e66;
  border: 1px solid #c78e66;
}

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

.car_item {
  margin-top: 80px;
  background: url("../phpThumb/phpThumb.php?src=..%2Fimg%2Fcar_bg.jpg&f=webp&q=90&hash=5b8c2de8f363c1414377cc88c3587be8bfb4ef250c194f152119455ec79caa92") 50% 0 no-repeat;
  position: relative;
  padding: 32px;
  display: flex;
  justify-content: space-between;
  /*align-items: flex-end;*/
}

#new_txl {
  background-size: 130%;
}

.car_text {
  width: 32.5%;
}

.car_name {
  position: relative;
  width: fit-content;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
}

.car_name i {
  position: absolute;
  top: -12px;
  left: 102%;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: url(../img/car_info_ico.svg) no-repeat;
  cursor: pointer;
  transition: all 0.2s linear;
}

.car_name i:hover,
.car_name i.active {
  background: url(../img/car_info_ico_hov.svg) no-repeat #ffffff;
}

.car_info {
  display: none;
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1030px;
  padding: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  background: #ffffff;
  z-index: 3;
}

.car_info.active {
  display: block;
}

.car_info_close {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
}

.car_info_close:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background: #000000;
}

.car_info_close:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  background: #000000;
}

.car_profit {
  display: flex;
  align-items: center;
  margin-top: 22px;
  width: 406px;
  height: 50px;
  background: url("../img/car_profit_bg.svg") 50% no-repeat;
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  padding-left: 20px;
  transition: all 0.4s ease;
}

.new {
  background-image: url("../img/car_new.svg") !important;
}

.car_profit:hover {
  background: url("../img/car_profit_bg_hov.svg") 50% no-repeat;
}

.car_profit span {
  padding: 7px 0 5px 45px;
  background: url("../img/ico_profit.svg") 0 50% no-repeat;
}

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

.car_props > a {
  display: flex;
  min-height: 36px;
  align-items: center;
  font-family: "NunitoSans";
  font-size: 22px;
  padding-left: 43px;
}

.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_btns {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

#et .car_btns {
  /* margin-top: 130px; */
}

#es .car_btns {
  /* margin-top: 130px; */
}

.car_image_wrap {
  width: 43%;
  position: relative;
}

#rx .car_image {
  position: relative;
  top: 20px;
}

.car_stock {
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 20px;
}

.car_stock b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 42px;
  font-size: 30px;
  color: #c78e66;
  font-weight: 700;
  background: url("../img/square.svg") 50% no-repeat;
  background-image: url("../img/square.svg");
  background-position: center;
  background-size: 100% auto;
  line-height: 0.5;
}

.car_colors {
  display: flex;
  gap: 0 10px;
  align-items: center;
  margin-left: 20px;
}

.car_colors > span {
  font-family: "NunitoSans";
  font-size: 18px;
  margin-right: 8px;
}

.car_colors > div {
  width: 40px;
  height: 10px;
  cursor: pointer;
}

.car_gallery_wrap {
  width: 13%;
}

.car_gallery {
  height: 410px;
}

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

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

#instock {
  margin-top: 120px;
}

.instock_title {
  font-size: 40px;
  font-weight: 700;
}

#filter_table {
  display: none;
}

.filter_quick_menu {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.filter_quick_menu .swiper-slide {
  /*height: 39px !important;*/
}

.filter_quick_menu li {
  display: block;
  height: 39px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #fff;
  cursor: pointer;
  transition: all 0.4s ease;
}

.filter_quick_menu li.current {
  background: #c78e66;
  border-color: #c78e66;
}

.filter_quick_menu li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.tb_complects_container {
  padding-top: 20px;
}

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

.tb_complects > div {
  margin-top: 66px;
  padding: 32px;
  border: 3px solid #30363a;
  background: #25292b;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.compl_image {
  width: 41%;
}

.compl_image > img {
  display: block;
  margin-top: -77px;
}

.compl_props {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.compl_props > a {
  display: block;
  font-family: "NunitoSans";
  padding-left: 35px;
  font-size: 18px;
}

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

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

.compl_props > a.ico3 {
  background: url("../img/car_new.svg") 0 50% no-repeat;
  font-size: 22px;
  font-weight: 700;
}

.compl_props > a.ico3 span {
  position: relative;
  top: 2px;
}

.compl_wrap {
  width: 56%;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}

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

.compl_name {
  font-size: 22px;
  max-width: 260px;
}

.compl_text .line {
  width: 1px;
  height: 60px;
  background: #919191;
}

.compl_name span {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
}

.compl_techs {
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
}

.compl_techs > div {
  font-family: "NunitoSans";
  font-size: 14px;
}

.compl_techs > div b {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
  font-family: "TacticSans";
  text-transform: uppercase;
  font-weight: 700;
}

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

.compl_btns .btn {
  width: 49%;
}

.tb_complects_showmore {
  display: block;
  margin-top: 50px;
  text-decoration: underline;
}

/**********************
      CONDITIONS
**********************/

.conditions {
  margin-top: 120px;
  padding: 120px 0;
  background: #25292b;
}

.conds_title {
  font-size: 40px;
  font-weight: 700;
}

.conds_pick {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.conds_pick > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 32%;
  height: 96px;
  background: url("../img/conds_pick_bg.svg") 50% no-repeat;
  padding-left: 32px;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.4s ease;
  cursor: pointer;
}

.conds_pick > div:hover {
  background: url("../img/conds_pick_bg_hov.svg") 50% no-repeat;
}

.conds_slider {
  margin-top: 40px;
}

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

.conds_item .item_text {
  width: 40.5%;
}

.conds_item .item_img {
  width: 57%;
}

.conds_item .item_num {
  font-size: 32px;
  color: #919191;
  font-weight: 700;
}

.conds_item .item_title {
  font-size: 32px;
  font-weight: 700;
  margin-top: 30px;
}

.conds_item .item_props {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}

.conds_item .item_props > div {
  padding-left: 21px;
  position: relative;
  font-size: 20px;
  font-family: "NunitoSans";
}

.conds_item .item_props > div:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  background: #c78e66;
  border-radius: 50%;
}

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

.conds_form .form-group {
  width: 49%;
}

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

.cred__form .form-group select {
  font-family: "Nunito Sans", sans-serif;
  background: url(../img/ico_select_wt.svg) 95% 50% no-repeat transparent;
}

.cred__form .form-group select option {
  color: #000000;
}

.cred__form .form-group.salon-select {
  width: 100%;
}

.conds_form .form-group.salon-select {
  width: 100%;
}

.form-group_wrap {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.form-group_wrap .form-group {
  width: 49%;
}

.range .form-group .range_bottom {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  color: #ffffff99;
}

.range .form-group .range_bottom span {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.range__value {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.range__value.value1 div {
  position: relative;
  min-width: 192px;
  height: 46px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  z-index: 3;
}

.range__value div i {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  margin-left: 6px;
}

.range__value.value2 div {
  position: relative;
  min-width: 192px;
  height: 46px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  z-index: 3;
}

#js_result {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-left: 6px;
}

.range .form-group::placeholder {
  color: #fff;
}

.form__tel_cred::-moz-placeholder {
  font-size: 14px;
}

.form__tel_cred::placeholder {
  font-size: 14px;
}

.range .form-group span {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

.range .range__slider {
  width: 100%;
}

.range__slider label {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #c5c6c6;
}

.range__slider [type="range"] {
  width: 100%;
  left: 0;
  -webkit-appearance: none;
  height: 3px;
  outline: none;
  padding: 0;
  margin: 0;
  margin-top: 16px;
  padding-bottom: 4px;
  border-radius: 5px;
}

.range #range__slider1 [type="range"] {
  position: relative;
}

.range #range__slider1 [type="range"]:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 5px;
  background: #dfe7ef;
  border-radius: 5px;
}

.range #range__slider2 [type="range"] {
  position: relative;
}

.range #range__slider2 [type="range"]:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 5px;
  background: #dfe7ef;
  border-radius: 5px;
}

.range .form-group .salon-item-text {
  font-size: 12px;
}

.range__slider [type="range"]::-webkit-slider-thumb {
  position: relative;
  top: 2px;
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #c5c6c6;
  border: 2px solid #25292b;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s linear;
}

.range__slider [type="range"]::-webkit-slider-thumb:hover {
  opacity: 1;
}

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

.test_drive {
  margin-top: 120px;
  margin-bottom: 125px;
  display: flex;
  justify-content: space-between;
}

.test_drive_text {
  width: 40%;
}

.test_drive_title {
  font-size: 40px;
  font-weight: 700;
}

.test_drive_comment {
  margin-top: 50px;
  font-size: 22px;
  font-family: "NunitoSans";
  line-height: 1.4;
}

#test_drive_form {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

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

.test_drive_video {
  width: 57.5%;
  display: flex;
  align-items: flex-end;
  position: relative;
}

#test_drive_form .form-group.salon-select {
  width: 100%;
}

.test_drive_video video {
  width: 497px;
  height: 260px;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.test_drive_img {
  position: absolute;
  top: 0;
  right: 0;
}

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

.reviews {
  padding: 50px 0;
  background: url("../phpThumb/phpThumb.php?src=..%2Fimg%2Freviews_bg.jpg&f=webp&q=90&hash=c419c63a3645a0625082e5c6a5cc8a71a67d5f30f306503985d1e616283173d0") 50% 0 no-repeat;
}

.reviews_title {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
}

.reviews_slider {
  margin-top: 40px;
  overflow: hidden;
}

.reviews_block {
  min-height: 445px;
  padding: 40px;
  background: #ffffffcc;
}

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

.reviews_name {
  font-family: "Nunito Sans", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #000000;
}

.reviews_date {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #757575;
}

.reviews_rating {
  margin-top: 5px;
}

.reviews_text {
  margin-top: 10px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}

.reviews .reviews_slider .swiper-pagination {
  position: relative;
  margin-top: 50px;
}

.reviews .reviews_slider .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  background: #a8a8a8;
  border-radius: 0;
  opacity: 1;
  margin: 0 8px;
  transition: all 0.2s linear;
}

.reviews
  .reviews_slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
}

/**********************
          QUEST
**********************/

.quest {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
}

.quest_text {
  width: 42.6%;
  border: 2px solid #30363a;
  background: #25292b;
  padding: 32px;
}

.quest_title {
  font-size: 36px;
  font-weight: 700;
}

.quest_comment {
  margin-top: 35px;
  font-size: 22px;
  font-family: "NunitoSans";
  line-height: 1.4;
}

#quest_form {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 28px;
}

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

.quest_img {
  width: 57.4%;
  margin: auto;
}

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

.contacts {
  margin-top: 120px;
}

.cont_wrap {
  border: 2px solid #30363a;
  background: #181b1d;
  padding: 32px;
  width: 509px;
  max-width: 100%;
  position: absolute;
  top: 50px;
  left: 15px;
  z-index: 1;
}

.cont_logo_wrap {
  display: flex;
}

.cont_logo_wrap .cont_logo1 {
  margin-right: 16px;
  padding-right: 16px;
  border-right: 1px solid #919191;
}

.bot_phone {
  font-family: "NunitoSans";
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-top: 30px;
  padding-left: 32px;
  background: url("../img/ico_phone.svg") 0 50% no-repeat;
}

.bot_addr {
  font-family: "NunitoSans";
  /* margin-top: 17px; */
  padding-left: 32px;
  font-size: 18px;
  background: url("../img/ico_loc.svg") 0 50% no-repeat;
}

.worktime {
  font-family: "NunitoSans";
  /* margin-top: 17px; */
  padding-left: 32px;
  font-size: 18px;
  background: url("../img/ico_time.svg") 0 50% no-repeat;
}

.cont_quest {
  font-family: "NunitoSans";
  font-size: 22px;
  margin-top: 20px;
}

.cont_wrap .btn {
  margin-top: 7px;
  font-size: 12px;
  height: 30px;
}

#map1 {
  width: 100%;
  /* background: url("../img/map.jpg") 50% no-repeat; */
  height: 510px;
}

#map1 .bot_phone,
#map1 .bot_addr,
#map1 .worktime {
  margin-top: 10px;
}

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

footer {
  padding: 40px 0;
}

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

.foot_wrap > a {
  font-family: "NunitoSans";
  font-size: 14px;
}

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

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

#cookies-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: #000000;
  padding: 15px 3%;
  text-align: center;
  z-index: 1000;
  font-size: 14px;
}

#cookies-banner.hidden {
  display: none;
}

.cookies {
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 40px;
  z-index: 10;
}

.cookies_wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 15px;
  background-color: #ffffff;
  padding: 20px;
  max-width: 1320px;
  margin: 0 auto;
}

.cookies_text {
  text-align: left;
}

.cookies_text a {
  color: #000000;
  text-decoration: underline;
}

#cookies-banner .btn {
  max-width: 262px;
  width: 100%;
  color: #ffffff;
  background-color: #000000;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

html.noscroll {
  overflow: hidden;
}

.modal-content {
  color: #000000;
  background-color: #fff;
  margin: 4% auto;
  padding: 20px;
  border-radius: 8px;
  width: 95%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateY(-30px) scale(0.95);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.close {
  color: #aaa;
  float: right;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.modal.show {
  display: block;
}

.modal.show .modal-content {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.modal.hide .modal-content {
  opacity: 0;
  transform: translateY(-30px) scale(0.95);
}

.legal-info-detail__text ul {
  margin-left: 40px;
}

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

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

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
  .reviews_block {
    padding: 24px;
    min-height: 410px;
  }

  .btn {
    font-size: 14px;
  }

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

  .top_addr {
    display: none;
  }

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

  .banner picture img {
    height: 650px;
  }

  .title_wrap {
    width: 100%;
  }

  .banner.slide2 picture img {
    height: 650px;
  }

  .banner.slide2 .title_wrap {
    padding-bottom: 20px;
  }

  .banner.slide2 .title_wrap .title2 {
    margin-top: 10px;
    font-size: 18px;
  }

  .banner.slide2 .title_props > div {
    font-size: 18px;
    min-height: auto;
    background-size: 30px !important;
    padding: 5px 0 5px 40px;
  }

  .banner.slide2 .title_container .btn {
    display: none;
  }

  .banner.slide2 .title_props {
    margin-top: 10px;
    gap: 10px 0;
  }

  .slide3 .title_container {
    top: 26px;
  }

  .slide3 .title1 {
    font-size: 32px;
  }

  .slide3 .title1 b {
    font-size: 64px;
  }

  .slide3 .title2 {
    font-size: 24px;
  }

  .slide3 .title2 b {
    font-size: 28px;
  }

  .timer_block {
    margin-top: -90px;
    flex-direction: column-reverse;
    gap: 30px 0;
  }

  .advantages > a {
    background-size: 100%;
    font-size: 14px;
    padding-left: 15px;
  }

  .advantages > a span {
    padding-left: 50px;
    background-size: 40px !important;
  }

  .advantages > a:before {
    background-size: 100%;
  }

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

  .cars_menu .swiper-slide span {
    font-size: 14px;
  }

  .car_item {
    align-items: flex-end;
    /*flex-flow: wrap;*/
  }

  .car_stock {
    left: unset;
    right: 0;
  }

  .car_text {
    width: 34%;
  }

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

  .tb_complects > div {
  }

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

  .compl_wrap {
  }

  .compl_text {
    flex-direction: column;
  }

  .compl_name {
    padding-right: 0;
    margin-right: 0;
    border: none;
    width: 100%;
  }

  .compl_name span {
    display: inline-block;
  }

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

  .filter_quick_menu li {
    font-size: 14px;
  }

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

  .conds_pick > div {
    background-size: 100% !important;
    font-size: 18px;
  }

  .conds_pick > div img {
    width: 28%;
  }

  .conds_item {
    align-items: center;
  }

  .conds_item .item_text {
    width: 49%;
  }

  .conds_item .item_img {
    width: 49%;
  }

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

  .test_drive_comment {
    font-size: 18px;
  }

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

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

  .quest_text {
    padding: 15px;
  }

  .quest_title {
    font-size: 28px;
  }

  .quest_comment br {
    display: none;
  }

  .quest_comment {
    font-size: 16px;
    margin-top: 10px;
  }

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

  .quest_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

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

  .cont_wrap {
    width: 400px;
    padding: 20px 15px;
  }

  .cont_quest {
    font-size: 18px;
  }

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

/*IPAD PRO BEGIN*/

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

  .reviews_block {
  }

  .head_wrap .btn {
    display: block;
    padding: 15px;
  }

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

  .banner picture img {
    height: 480px;
  }

  .title_wrap {
    padding-bottom: 20px;
  }

  .title_wrap .title2 {
    margin-top: 10px;
    font-size: 18px;
  }

  .title_props > div {
    font-size: 18px;
    min-height: auto;
    background-size: 30px !important;
    padding: 5px 0 5px 40px;
  }

  .title_container .btn {
    display: none;
  }

  .title_props {
    margin-top: 10px;
    gap: 10px 0;
  }

  .timer_block {
    margin-top: -90px;
    flex-direction: column-reverse;
    gap: 30px 0;
  }

  #timer_form {
    width: 100%;
  }

  .advantages {
    margin-top: 30px;
  }

  .advantages > a span {
    padding-left: 40px;
    background-size: 30px !important;
  }

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

  .cars_items {
    margin-top: 60px;
  }

  .cars_menu .swiper-slide span {
    font-size: 11px;
  }

  .car_item {
    flex-direction: column;
    background: #25292b;
    border: 2px solid #30363a;
    background-size: 100%;
    position: relative;
    padding: 100px 15px 15px;
  }

  .car_image_wrap {
    order: 1;
    width: 100%;
  }

  .car_image {
    text-align: center;
  }

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

  .car_title {
    position: absolute;
    top: 15px;
    left: 15px;
  }

  .car_props {
    flex-direction: row;
    justify-content: space-between;
  }

  #et .car_btns {
    margin-top: 0px;
  }

  #es .car_btns {
    margin-top: 0px;
  }

  .car_gallery_wrap {
    order: 3;
    width: 100%;
    margin-top: 20px;
    height: auto;
  }

  .car_gallery {
    height: auto;
  }

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

  .filter_quick_menu {
    padding-bottom: 20px !important;
  }

  .filter_quick_menu li {
    font-size: 12px;
  }

  .filter_quick_menu .swiper-scrollbar {
    bottom: 0 !important;
  }

  .filter_quick_menu .swiper-scrollbar-horizontal {
    background: #30363a;
  }

  .filter_quick_menu .swiper-scrollbar-drag {
    background: #c78e66;
  }

  .tb_complects_container {
    padding-top: 0;
  }

  .tb_complects > div {
    flex-direction: column;
    padding: 60px 15px 15px;
    position: relative;
    margin-top: 30px;
  }

  .compl_image {
    width: 100%;
  }

  .compl_image img {
    margin: 0 auto;
  }

  .compl_props {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
  }

  .compl_wrap {
    width: 100%;
    margin-top: 10px;
  }

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

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

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

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

  .conds_pick > div {
    width: 100%;
    background: #181b1d;
    border: 2px solid #30363a;
  }

  .conds_pick > div img {
    width: auto;
  }

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

  .conds_item .item_text {
    width: 100%;
  }

  .conds_item .item_img {
    width: 100%;
  }

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

  .test_drive {
    flex-direction: column;
    margin-top: 60px;
    gap: 30px 0;
  }

  .test_drive_text {
    width: 100%;
  }

  .test_drive_video {
    width: 100%;
  }

  .test_drive_video video {
    width: 100%;
    height: 400px;
  }

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

  .quest {
    flex-direction: column;
    margin-top: 60px;
  }

  .quest_text {
    width: 100%;
  }

  .quest_img {
    width: 100%;
  }

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

  .contacts {
    margin-top: 60px;
  }

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

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

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
  .phone_wrap {
    display: none;
  }

  .menu .top_phone {
    display: block;
  }

  .menu_contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 12px;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 5px;
    border-bottom: 1px solid #919191;
  }

  .menu_contact_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 4px;
  }

  .menu_contacts .top_addr {
    display: block;
    text-align: center;
  }

  .menu_contacts .top_phone {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
    padding: 1px 0 1px 32px;
    background: url("../img/ico_phone.svg") 0 50% no-repeat;
  }

  .head_wrap .btn {
    display: block;
    width: 100%;
    font-size: 14px;
    height: 25px;
    margin-top: 10px;
  }

  .offers {
    margin-top: 60px;
  }

  .offers .br_mob {
    display: block;
  }

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

  .offers_wrapper {
    padding: 20px 14px 38vw;
    background: url("../phpThumb/phpThumb.php?src=..%2Fimg%2Foffers_bg_mob.jpg&f=webp&q=90&hash=7dd74f653cebe3609b7a0dac10f582c52964f4b178895891d4d1345a30ecf275") 50% 100% no-repeat;
    background-size: 100%;
  }

  .offers_title {
    font-size: 16px;
  }

  .offers_title b {
    display: inline-block;
    margin-bottom: 5px;
  }

  .offers_worktime {
    margin: 10px 0 6px;
  }

  .offers_worktime_list {
    row-gap: 10px;
  }

  .offers_worktime_list > div {
    min-height: 25px;
    padding-left: 30px;
    font-size: 16px;
  }

  .offers_worktime_list > div:before {
    width: 25px;
    height: 25px;
    background-size: contain !important;
  }

  .run_now {
    height: 50px;
  }

  .run_now_cont {
    column-gap: 20px;
    font-size: 18px;
  }

  .run_now_cont div {
    padding-left: 30px;
  }

  .run_now_cont div:before {
    width: 14px;
    height: 14px;
  }

  .reviews_block {
    min-height: initial;
    padding: 20px;
  }

  .reviews .reviews_slider .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    margin: 0 4px;
  }

  span.swiper-pagination-bullet {
  }

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

  .btn {
    font-size: 14px;
  }

  form .form-group input[type="tel"],
  form .form-group input[type="text"],
  form .form-group select {
    font-size: 14px;
  }

  .agree_field input {
    top: -2px;
  }

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

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

  header .m_btn span {
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #c78e66;
    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: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 107px;
    background: #000000;
    width: 100%;
    height: auto;
    right: -100%;
    left: unset;
    transition: all 0.3s linear;
    z-index: 2;
    padding: 15px 0;
    row-gap: 15px;
  }

  .menu.active {
    right: 0;
  }

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

  .head_wrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
  }

  .logo_wrap {
    width: 85%;
  }

  .top_phone {
    margin: 0 auto;
    text-align: center;
  }

  .top_addr {
    display: none;
  }

  /* 
    .head_wrap .btn {
        display: none;
    } */

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

  .banner-slider {
    margin-top: 0;
  }

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

  .title_container {
    top: 85px;
  }

  .title_wrap {
    width: 100%;
    padding-bottom: 10px;
  }

  .title_wrap .title1 {
    font-size: 4vw;
  }

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

  .title_props {
    /*align-items: flex-start;*/
  }

  .title_props > div {
    font-size: 4vw;
    min-height: auto;
    background-size: 30px !important;
    padding: 5px 0 5px 40px;
  }

  .title_props > div br {
    display: block;
  }

  .title_container .btn {
    display: none;
  }

  .title_props {
    margin-top: 10px;
    gap: 0;
  }

  .title_props > div {
    text-align: left;
  }

  /*.title_props > div b {
        white-space: nowrap;
    }*/

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

  .banner.slide2 .title_container {
    top: 85px;
  }

  .banner.slide2 .title_wrap {
    width: 100%;
    padding-bottom: 10px;
    background-size: auto 100%;
  }

  .banner.slide2 .title_wrap .title1 {
    font-size: 4vw;
  }

  .banner.slide2 .title_wrap .title2 {
    margin-top: 10px;
    font-size: 3.6vw;
  }

  .banner.slide2 .title_props {
    /*align-items: flex-start;*/
  }

  .banner.slide2 .title_props > div {
    font-size: 4vw;
    min-height: auto;
    background-size: 30px !important;
    padding: 5px 0 5px 40px;
  }

  .banner.slide2 .title_props > div br {
    display: block;
  }

  .banner.slide2 .title_container .br_mob {
    display: block;
  }

  .banner.slide2 .title_container .btn {
    display: none;
  }

  .banner.slide2 .title_props {
    margin-top: 10px;
    gap: 0;
  }

  .banner.slide2 .title_props > div {
    text-align: left;
  }

  .banner-slider .swiper-button-prev,
  .banner-slider .swiper-button-next {
    width: 30px;
    height: 30px;
    left: 15px;
    background-size: 60% !important;
  }

  .banner-slider .swiper-button-next {
    left: unset;
    right: 15px;
  }

  .slide3 .title_container {
    top: 26vw;
  }

  .slide3 .title1 {
    font-size: 4vw;
  }

  .slide3 .title1 b {
    font-size: 10vw;
  }

  .slide3 .title2 {
    margin-top: 2vw;
    padding: 2vw 4vw;
    font-size: 4vw;
  }

  .slide3 .title2 b {
    font-size: 5vw;
  }

  .slide4 .title_container {
    top: 90px;
  }

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

  .slide4 .title1 b {
    font-size: 8vw;
  }

  .mark-erid {
    order: 1;
    position: absolute;
    top: -50px;
    right: 10px;
  }

  .mark-erid_descr {
    left: 0%;
  }

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

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

  #timer_form {
    width: 100%;
  }

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

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

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

  .advantages > a {
    width: 100%;
    background-size: 100%;
    padding-left: 0;
    font-size: 4vw;
    min-height: 24vw;
    justify-content: center;
  }

  .advantages > a span {
    padding-left: 40px;
    background-size: 30px !important;
  }

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

  .cars_items {
    margin-top: 60px;
  }

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

  .cars_menu {
    padding-bottom: 20px !important;
    width: 80%;
  }

  .cars_menu .swiper-slide a {
    opacity: 1;
  }

  .cars_menu .swiper-slide span {
    font-size: 11px;
  }

  .cars_menu .swiper-scrollbar {
    bottom: 0 !important;
  }

  .cars_menu .swiper-scrollbar-horizontal {
    background: #30363a;
  }

  .cars_menu .swiper-scrollbar-drag {
    background: #c78e66;
  }

  .cars_menu_wrap .swiper-button-prev,
  .cars_menu_wrap .swiper-button-next {
    width: 30px;
    height: 30px;
    left: -5px;
    background-size: 60% !important;
  }

  .cars_menu_wrap .swiper-button-next {
    left: unset;
    right: -5px;
  }

  .car_item {
    flex-direction: column;
    background: #25292b;
    border: 2px solid #30363a;
    background-size: 100%;
    position: relative;
    padding: 100px 15px 15px;
    margin-top: 60px;
  }

  .car_image_wrap {
    order: 1;
    width: 100%;
  }

  .car_image {
    top: 0 !important;
  }

  .car_stock {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 15px;
  }

  .car_image {
    text-align: center;
    margin-top: -20px;
  }

  #es .car_image {
    text-align: center;
    margin-top: 30px;
  }

  #et .car_image {
    text-align: center;
    margin-top: 30px;
  }

  .car_colors {
    margin-left: 0;
    justify-content: center;
  }

  .car_colors > span {
    display: none;
  }

  .car_text {
    order: 2;
    width: 100%;
    margin-top: 10px;
  }

  .car_title {
    position: absolute;
    top: 15px;
    left: 0;
    padding: 0 15px;
    width: 100%;
  }

  .car_name {
    font-size: 6.5vw;
    text-align: center;
  }

  .car_profit {
    margin-top: 10px;
    width: 100%;
    background-size: 100%;
    font-size: 4vw;
    padding-left: 15px;
  }

  .car_profit span {
    padding-left: 35px;
    background-size: 7vw !important;
  }

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

  .car_btns {
    margin-top: 10px;
  }

  #et .car_btns {
    margin-top: 0px;
  }

  #es .car_btns {
    margin-top: 0px;
  }

  .car_gallery_wrap {
    order: 3;
    width: 100%;
    margin-top: 20px;
    height: auto;
  }

  .car_gallery {
    height: auto;
    padding-bottom: 20px !important;
  }

  .car_gallery .swiper-scrollbar {
    bottom: 0 !important;
  }

  .car_gallery .swiper-scrollbar-horizontal {
    background: #30363a;
  }

  .car_gallery .swiper-scrollbar-drag {
    background: #c78e66;
  }

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

  #instock {
    margin-top: 60px;
  }

  .instock_title {
    font-size: 7vw;
    text-align: center;
  }

  .filter_quick_menu {
    margin-top: 20px;
    padding-bottom: 20px !important;
  }

  .filter_quick_menu li {
    font-size: 12px;
  }

  .filter_quick_menu .swiper-scrollbar {
    bottom: 0 !important;
  }

  .filter_quick_menu .swiper-scrollbar-horizontal {
    background: #30363a;
  }

  .filter_quick_menu .swiper-scrollbar-drag {
    background: #c78e66;
  }

  .tb_complects_container {
    padding-top: 0;
  }

  .tb_complects > div {
    flex-direction: column;
    padding: 90px 15px 15px;
    position: relative;
    margin-top: 30px;
  }

  .compl_image {
    width: 100%;
  }

  .compl_image img {
    margin: 0 auto;
  }

  .compl_props {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 10px;
    gap: 10px 0;
  }

  .compl_wrap {
    width: 100%;
    margin-top: 10px;
  }

  .compl_name {
    position: absolute;
    top: 15px;
    left: 15px;
    margin-right: 0;
    padding-right: 0;
    border: none;
    max-width: 100%;
  }

  .compl_text .line {
    display: none;
  }

  .compl_techs {
    gap: 0 10px;
    width: 100%;
    margin-top: 10px;
  }

  .compl_techs > div {
    font-size: 3vw;
  }

  .compl_techs > div b {
    font-size: 3vw;
  }

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

  .compl_btns .btn {
    width: 100%;
  }

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

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

  .conds_title {
    text-align: center;
    font-size: 7vw;
  }

  .range__slider label {
    font-size: 16px;
  }

  .range__value.value1 div {
    min-width: 140px;
    height: 38px;
  }

  .range__value.value2 div {
    min-width: 140px;
    height: 38px;
  }

  .form-group_wrap {
    flex-direction: column;
  }

  .form-group_wrap .form-group {
    width: 100%;
  }

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

  .conds_pick > div {
    width: 100%;
    /*background: #181B1D;*/
    /*border: 2px solid #30363A;*/
    background-size: 100% !important;
    padding-left: 15px;
    font-size: 5vw;
    height: 20vw;
  }

  .conds_pick > div img {
    width: 21.5vw;
  }

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

  .conds_item .item_text {
    width: 100%;
  }

  .conds_item .item_title {
    font-size: 7vw;
  }

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

  .conds_item .item_img {
    width: 100%;
  }

  .conds_form .form-group {
    width: 100%;
  }

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

  .test_drive {
    flex-direction: column;
    margin-top: 60px;
    gap: 30px 0;
  }

  .test_drive_text {
    width: 100%;
  }

  .test_drive_title {
    text-align: center;
    font-size: 7vw;
  }

  .test_drive_comment {
    /*text-align: center;*/
    font-size: 5vw;
    margin-top: 20px;
  }

  .test_drive_video {
    width: 100%;
  }

  .test_drive_video video {
    width: 100%;
    height: 250px;
  }

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

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

  .quest {
    flex-direction: column;
    margin-top: 60px;
  }

  .quest_text {
    width: 100%;
    padding: 15px;
  }

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

  .quest_comment {
    /*text-align: center;*/
    font-size: 5vw;
    margin-top: 20px;
  }

  .quest_comment br {
    display: none;
  }

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

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

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

  .contacts {
    margin-top: 60px;
  }

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

  .bot_phone {
    font-size: 5vw;
  }

  .bot_addr {
    font-size: 4vw;
  }

  .worktime {
    font-size: 4vw;
  }

  .cont_quest {
    font-size: 6vw;
  }

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

  footer {
    padding: 20px 0;
  }

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

  .car_info {
    font-size: 16px;
  }

  .cookies_wrap {
    flex-wrap: wrap;
  }

  .modal-content {
    font-size: 12px;
  }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 390px) {
  .offers_title {
    font-size: 14px;
  }

  .offers_worktime_list > div {
    font-size: 14px;
  }
}

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

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