* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Onest", sans-serif;
  font-size: 16px;
  color: #0b0d0c;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  max-width: 1920px;
  background: white;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #c0c0c0;
}

::-webkit-scrollbar-thumb {
  background: #1d449c;
  border-radius: 10px;
}

.fancybox-slide--html .fancybox-close-small {
  /* color: white !important; */
}

.fancybox-button svg {
  transform: scale(2);
}

.compensate-for-scrollbar {
  margin-right: auto !important;
  overflow: auto !important;
}

.fancybox-content {
  overflow: hidden;
}

input[type="file"] {
  display: none;
}

sup {
  display: inline-block;
  vertical-align: top;
  top: -3px;
  position: relative;
  font-size: 80%;
}

img {
  border-style: none;
  vertical-align: middle;
  max-width: 100%;
}

select::-ms-expand {
  display: none;
}

select::-ms-expand {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.fancybox-type-image .fancybox-close {
  right: 9px;
}

.fancybox-close {
  background: url(../img/bg_close.png) 50% 50% no-repeat !important;
  color: black;
  width: 22px !important;
  height: 22px !important;
  top: -25px !important;
  right: -25px !important;
}

.container {
  margin: 0px auto;
  padding: 0px 15px;
  max-width: 1140px;
  position: relative;
  width: 100%;
}

@media (min-width: 1200px) {
  .container {
    padding: 0 30px;
    width: 1680px;
    max-width: 100%;
  }
}

.has-danger input,
.has-danger select,
.has-danger textarea {
  border-width: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}

#form_popup,
#form_popup2 {
  display: none;
}

.popup_container {
  width: 420px;
  max-width: 100%;
  padding: 5px 29px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box; /* border: 2px solid black; */
  background: white;
  text-align: center;
  padding-bottom: 30px;
}

.popup_container2 {
  width: 100%;
  max-width: 972px !important;
  border-radius: 12px;
  overflow: initial !important;
}

.popup_container .agree_field {
  color: black;
  font-size: 10px;
  text-align: left;
  width: 100%;
  display: block;
}

.popup_container .agree_field a {
  color: black;
}

.popup_container h2 {
  font-size: 20px;
  font-weight: 700;
  /* text-transform: uppercase; */
  padding: 0px;
  margin: 0px;
  padding-bottom: 29px;
  text-align: center;
  padding-top: 25px;
  color: black;
}

.popup_container .form_comment {
  text-align: center;
  font-size: 20px;
  color: #414141;
  padding-bottom: 15px;
}

.popup_container .form_comment a {
  display: block;
  color: #414141;
  text-decoration: none;
}

.popup_container .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 34px;
  height: 34px;
  -moz-transform: rotate(45deg); /* Aey Firefox */
  -ms-transform: rotate(45deg); /* Aey IE */
  -webkit-transform: rotate(45deg); /* Aey Safari, Chrome, iOS */
  -o-transform: rotate(45deg); /* Aey Opera */
  transform: rotate(45deg);
  cursor: pointer;
}

.popup_container .close:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 16px;
  width: 34px;
  height: 1px;
  display: block;
  background-color: #a8a8a8;
}

.popup_container .close:after {
  content: "";
  position: absolute;
  left: 16px;
  top: 0px;
  width: 1px;
  height: 34px;
  display: block;
  background-color: #a8a8a8;
}

.popup_container .form-group {
  margin-bottom: 19px;
}

.not_agree button {
  background-color: #cccccc !important;
  cursor: auto !important;
  color: white !important;
}

.agree_field {
  font-size: 10px;
  line-height: 100%;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  top: 0px;
}

.agree_field 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: 50px;
  width: 100%;
  color: #000000;
  font-size: 14px;
  box-sizing: border-box;
  font-weight: 400;
  font-family: "Onest", sans-serif;
  padding: 0px 20px;
  outline: none;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #a3b0ba;
}

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: "Onest", sans-serif;
  outline: none;
}

form .form-group button {
  width: 100%;
  cursor: pointer;
  font-family: "Onest", 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: #0b0d0c;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  border: none;
  transition: all 0.3s;
  text-align: center;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.btn.glass {
  background: transparent;
  border: 1px solid #0b0d0c;
  color: #0b0d0c;
}

.btn span {
  position: relative;
  z-index: 1;
}

.btn:before,
.btn:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background-color: #1d449c;
  border-radius: 50%;
}

.btn:before {
  left: -20px;
  transform: translate(-50%, -50%);
}

.btn:after {
  right: -20px;
  transform: translate(50%, -50%);
}

.btn:hover:before {
  animation: cross-left 0.8s both;
  animation-direction: alternate;
}

.btn:hover:after {
  animation: cross-right 0.8s both;
  animation-direction: alternate;
}

@keyframes cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 150%;
    height: 150%;
  }
}

@keyframes cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 150%;
    height: 150%;
  }
}

.btn.glass:before,
.btn.glass:after {
  background: #c0c0c0;
}

.swiper-pagination-bullet {
  border-radius: 0 !important;
}

.anim {
  /*    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition-delay: .2s;*/
}

.anim.animated {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.4s;
}

.delay-2 {
  transition-delay: 0.6s;
}

.delay-3 {
  transition-delay: 0.8s;
}

/**********************
        HEADER
**********************/

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fefefe;
  z-index: 15;
}

.head_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0 15px;
}

.logo_wrap {
  display: flex;
  align-items: center;
}

.logo_wrap .logo2 {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #c0c0c0;
}

.top_addr_wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  display: flex;
  list-style-type: none;
  width: 40%;
}

.column {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.top_addr_wrap li {
  position: relative;
  width: fit-content;
  padding-left: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
}
.top_addr_wrap li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 38px;
  background: #c0c0c0;
}
.top_addr_wrap li b {
  margin-top: 3px;
}

.top_addr_wrap {
  position: relative;
  cursor: pointer;
}

.top_addr_list {
  display: none;
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  z-index: 10;
  width: 100%;
  margin-top: 333px;
}

.top_addr_wrap.active .top_addr_list {
  display: block;
}

.top_addr_list div {
  padding: 10px;
  border-top: 1px solid #eee;
}

.top_addr_list div:hover {
  background-color: #f0f0f0;
}

/* .active_addr {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 50px;
    font-size: 18px;
}
.active_addr:before {
    content: '';
    position: absolute;
    left: 6px;
    width: 30px;
    height: 30px;
    background: url(../img/header_addr_ico.svg) no-repeat;
}
.active_addr:after {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 30px;
}

.active_addr span {
    width: fit-content;
} */
.addr_item {
  font-size: 18px;
  font-weight: 400;
}
.addr_item {
  margin-top: 4px;
}
.addr_item:nth-child(1) {
  margin-top: 0;
}
.top_addr_drop {
  position: absolute;
  left: 0;
  margin-top: 20px;
  display: none;
  z-index: 2;
}

.top_addr {
  font-size: 18px;
}

.top_addr span {
  display: block;
  color: #c0c0c0;
  margin-bottom: 5px;
}

.phone_wrap {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.top_phone {
  position: relative;
  width: fit-content;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
}

.top_phone b {
  font-size: 14px;
}

.head_wrap .btn {
  width: 253px;
}

.menu {
  border-top: 1px solid #c0c0c0;
  display: flex;
  justify-content: space-between;
}

.menu > div {
  display: flex;
  justify-content: space-between;
  gap: 0 8px;
}

.menu a {
  display: block;
  padding: 15px 0;
  position: relative;
  transition: all 0.4s ease-out;
  text-transform: uppercase;
}

.menu a:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #1d449c;
  position: absolute;
  bottom: 0;
  transition: all 0.4s ease-out;
}

.menu a:hover {
  color: #1d449c;
}

.menu a:hover:before {
  width: 100%;
}

header .m_btn {
  display: none;
}

/**********************
        BANNER
**********************/

.banner {
  margin-top: 142px;
}

.banner picture img {
  max-width: none;
  height: 800px;
  transform: translateX(-50%);
  left: 50%;
  display: block;
  position: relative;
}

.title_container {
  position: absolute;
  top: 50px;
  margin: 0 auto;
  left: 50%;
  width: 100%;
  max-width: 1616px;
  transform: translateX(-50%);
  /*padding: 25px 20px;*/
  border-radius: 10px;
  z-index: 2;
  /*background: linear-gradient(90deg, rgba(243, 243, 243, 0) 0%, rgba(255, 255, 255, 0.95) 29.17%, rgba(255, 255, 255, 0.95) 70.67%, rgba(141, 141, 141, 0) 100%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);*/
}

.title_container .title1 {
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin-top: 10px;
}

.title_container .br_mob {
  display: none;
}

.title_container .title2 {
  font-family: "Wadik", sans-serif;
  font-size: 46px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin-top: 15px;
}

.title_container .title2 span {
  background: url("../img/title_pl.svg") 50% no-repeat;
  background-size: 100%;
  padding: 8px 24px;
  color: #fff;
}

.title_container .title3 {
  /* margin-top: 15px; */
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}

.slide4 .title_container .title3 {
  color: #ffffff;
}
.slide4 .title_container .title1 {
  color: #ffffff;
}
.slide4 .title_container .title2 {
  color: #ffffff;
}

.add_info {
  z-index: 1;
  position: absolute;
  color: #ffffff;
  right: 150px;
  bottom: 20px;
  font-size: 14px;
}

.banner .swiper-slide {
  position: relative;
  overflow: hidden;
}

.slide2 .title_container {
  padding: 0;
  background: none;
  top: 625px;
}

.slide2 .title_container .btn {
  width: 370px;
  margin: 0 auto;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
  width: 40px;
  height: 40px;
  left: 120px;
  background: url("../img/arrow.svg") 50% no-repeat;
}

.banner .swiper-button-next {
  left: unset;
  right: 120px;
  transform: scale(-1, 1);
}

.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
  display: none;
}

.bn_props {
  display: flex;
  justify-content: space-between;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}

.bn_props > a {
  display: flex;
  min-height: 40px;
  align-items: center;
}

.bn_props > a:before {
  content: "";
  width: 50px;
  height: 50px;
  background-size: 100% !important;
}

.bn_props > a.ico1:before {
  background: url("../img/car_ico6.svg") 50% no-repeat;
}

.bn_props > a.ico2:before {
  background: url("../img/car_ico1.svg") 50% no-repeat;
}

.bn_props > a.ico3:before {
  background: url("../img/car_ico5.svg") 50% no-repeat;
}

.bn_props > a.ico4:before {
  background: url("../img/car_ico7.svg") 50% no-repeat;
}

.bn_props > a span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  border-radius: 0 5px 5px 0;
  border: 1px solid #fff;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.5) 100%);
  backdrop-filter: blur(2px);
  padding: 7px 15px;
}

.run-str {
  background-color: #1d449c;
  position: relative;
  margin-top: 40px;
  z-index: 1;
}

.run-str__content {
  padding: 12px 0px;
}

.run-str__text {
  display: inline-flex;
  gap: 0 30px;
  font-weight: 500;
  font-size: 20px;
  white-space: nowrap;
  animation: scroll-left 10s linear infinite;
  overflow: visible;
  color: #ffffff;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-25% - 2px));
  }
}

.run-str__text .text {
  display: block;
  position: relative;
  padding-left: 38px;
}

.run-str__text .text:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
}

.banner_props {
  display: flex;
  justify-content: space-between;
  margin-top: -150px;
  margin-bottom: 50px;
  padding-bottom: 30px !important;
}

.banner_props .swiper-slide {
  display: none;
}
.banner_props .swiper-wrapper {
  width: 100%;
}
.banner_props .swiper-slide:nth-child(1) {
  display: block;
  width: 100%;
}

.banner_props .swiper-slide a {
  display: flex;
  align-items: center;
  border-radius: 4px;
  min-height: 99px;
  padding-left: 90px;
  font-size: 20px;
  transition: all 0.4s ease-out;
}

.banner_props .swiper-slide a:hover {
  color: #ffffff;
}

.banner_props .swiper-slide a.ico1 {
  background: url("../img/bn_ico1.png") 0 50% no-repeat #f8f8f8;
}

.banner_props .swiper-slide a.ico1:hover {
  background: url("../img/bn_ico1_hov.png") 0 50% no-repeat #1d449c;
}

.banner_props .swiper-slide a.ico2 {
  background: url("../img/bn_ico2.png") 0 50% no-repeat #f8f8f8;
}

.banner_props .swiper-slide a.ico2:hover {
  background: url("../img/bn_ico2_hov.png") 0 50% no-repeat #1d449c;
}

.banner_props .swiper-slide a.ico3 {
  background: url("../img/bn_ico3.png") 0 50% no-repeat #f8f8f8;
}

.banner_props .swiper-slide a.ico3:hover {
  background: url("../img/bn_ico3_hov.png") 0 50% no-repeat #1d449c;
}

.banner_props .swiper-slide a.ico4 {
  background: url("../img/bn_ico4.png") 0 50% no-repeat #f8f8f8;
}

.banner_props .swiper-slide a.ico4:hover {
  background: url("../img/bn_ico4_hov.png") 0 50% no-repeat #1d449c;
}

.banner_props .swiper-pagination {
  bottom: 0 !important;
}

.banner_props .swiper-pagination-bullet {
  background: #c0c0c0;
  opacity: 1;
  width: 2px;
  height: 29px;
  border-radius: 0 !important;
}

.banner_props .swiper-pagination-bullet-active {
  background: #333d46;
}

.main_gifts {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 5;
  width: 64px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 10px;
  height: 300px;
}

.main_gifts > a {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #ccd5ea !important;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(0);
  pointer-events: none;
  transition: transform 0.35s ease, opacity 0.25s ease;
}

.main_gifts > a.ico1 {
  transition-delay: 0s;
  background: url("../img/main_gift_ico1.svg") 50% no-repeat;
}

.main_gifts > a.ico2 {
  transition-delay: 0.08s;
  background: url("../img/main_gift_ico2.svg") 50% no-repeat;
}

.main_gifts > a.ico3 {
  transition-delay: 0.16s;
  background: url("../img/main_gift_ico3.svg") 50% no-repeat;
}

.main_gifts > a.ico4 {
  position: relative;
  z-index: 2;
  opacity: 0.5;
  pointer-events: auto;
  transform: none;
  background: url("../img/main_gift_ico4.svg") 50% no-repeat;
}

.main_gifts.active .ico3 {
  transform: translateY(-80px);
  opacity: 0.5;
  pointer-events: auto;
  transition-delay: 0.08s;
}

.main_gifts.active .ico2 {
  transform: translateY(-160px);
  opacity: 0.5;
  pointer-events: auto;
  transition-delay: 0.16s;
}

.main_gifts.active .ico1 {
  transform: translateY(-240px);
  opacity: 0.5;
  pointer-events: auto;
  transition-delay: 0.24s;
}

.main_gifts > a:hover {
  opacity: 1 !important;
}

.gift_title {
  font-weight: 500;
  font-size: 28px;
  text-align: center;
  margin-bottom: 35px;
}
.gift_props {
  display: flex;
  margin-bottom: 31px;
  gap: 16px 32px;
  flex-wrap: wrap;
}
.gift_item {
  display: flex;
  min-height: 40px;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
  filter: grayscale(0%);
}
.gift_item.ico1,
.gift_item.ico3,
.popup_container2 .form-group.tel {
  /* width: 491px; */
  width: 57.8%;
}
.gift_item.ico2,
.gift_item.ico4,
.popup_container2 .form-group.btn {
  width: 38.2%;
}

/* 
.gift_item:not(.active) {
    opacity: 0.6;
    filter: grayscale(50%);
}

.gift_item:hover:not(.active) {
    opacity: 0.8;
    filter: grayscale(30%);
} */
.gift_item.notactive {
  opacity: 0.6;
  filter: grayscale(50%);
}

.gift_item.notactive:hover {
  opacity: 0.8;
  filter: grayscale(30%);
}

.gift_item.active {
  opacity: 1;
  filter: grayscale(0%);
}

.gift_item:before {
  content: "";
  width: 54px;
  height: 50px;
  background-size: 100% !important;
}
.gift_item.ico1:before {
  background: url(../img/car_ico6.svg) 50% no-repeat;
}
.gift_item.ico2:before {
  background: url(../img/car_ico1.svg) 50% no-repeat;
}
.gift_item.ico3:before {
  background: url(../img/car_ico5.svg) 50% no-repeat;
}
.gift_item.ico4:before {
  background: url(../img/car_ico5.svg) 50% no-repeat;
}

.gift_item span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  border-radius: 0 5px 5px 0;
  border: 1px solid #1d449c;
  background: none;
  padding: 6px 12px;
  width: 100%;
}

.gift_item:hover span {
  border: 2px solid #1d449c;
}

.popup_container2 .form-wrap {
  display: flex;
  gap: 32px;
}
.popup_container2 .form-group.tel {
  width: 57.8%;
}

.timer_block {
  background: #f8f8f8;
  padding: 25px 0;
  margin-top: 0;
}

.timer_block .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.timer_title {
  font-family: "Wadik";
  font-size: 22px;
}

.timer_title b {
  display: block;
  font-size: 36px;
}

#timer_form {
  width: 530px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  order: -1;
}

#timer_form .form-group {
  width: 48.5%;
}

div[id^="timer"] {
  white-space: nowrap;
}

[id^="timer-number"] {
  font-family: "Wadik" !important;
  font-weight: 700;
}

/**********************
         DEALER
**********************/

.dealer {
  margin-top: 100px;
  position: relative;
}

.dealer_img {
  position: absolute;
  left: 0;
  top: -55px;
  width: 49%;
}

.dealer_wrap {
  border-radius: 4px;
  background: #f8f8f8;
  padding: 40px 180px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.dealer_text {
  padding-left: 50px;
  border-left: 2px solid #1d449c;
}

.dealer_text .text1 {
  font-size: 32px;
}

.dealer_text .text1 b {
  font-weight: 800;
}

.dealer_text .text2 {
  font-size: 28px;
  margin-top: 20px;
}

.dealer_text .text2 b {
  display: block;
  margin-bottom: -7px;
  text-transform: uppercase;
  font-size: 40px;
  font-family: "Wadik";
}

.dealer_text .text2 b span {
  color: #1d449c;
}

/**********************
         CARS
**********************/

.cars_menu {
  margin-bottom: 140px;
}

.cars_menu .swiper-slide {
  padding-top: 23px;
  position: relative;
  overflow: hidden;
}

.cars_menu .swiper-slide:before {
  content: "";
  display: block;
  background: linear-gradient(270deg, rgba(218, 218, 218, 0) 0%, #dadada 100%);
  position: absolute;
  top: 0;
  right: 20px;
  border-radius: 10px;
  width: 97px;
  height: 62px;
  transform: skewX(-40deg);
  transition: all 0.4s ease-out;
}

.cars_menu .swiper-slide:after {
  content: "";
  display: block;
  background: linear-gradient(270deg, rgba(29, 68, 156, 0) 0%, #1d449c 100%);
  position: absolute;
  top: 0;
  right: 20px;
  border-radius: 10px;
  width: 97px;
  height: 62px;
  transform: skewX(-40deg);
  opacity: 0;
  transition: all 0.4s ease-out;
}

.cars_menu .swiper-slide a span {
  position: relative;
  z-index: 1;
}

.cars_menu .swiper-slide a span.menu_name {
  color: #c0c0c0;
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
}

.cars_menu .swiper-slide a span.menu_name b {
  display: block;
  color: #000000;
  font-family: "Wadik";
}

.cars_menu .swiper-slide:hover:before {
  opacity: 0;
}

.cars_menu .swiper-slide:hover:after {
  opacity: 1;
}

.cars_items {
  margin-top: 150px;
}

.cars_items_title {
  font-family: "Wadik";
  font-weight: 700;
  margin-bottom: 50px;
  font-size: 36px;
}

.car_item {
  margin-bottom: 150px;
}

.car_item:last-child {
  margin-bottom: 0;
}

.car_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.car_wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 117px;
  height: 100%;
  border-radius: 4px;
  background: #f8f8f8;
}
.model_info_wrap {
  position: absolute;
  left: 400px;
  top: 40px;
  display: flex;
  align-items: center;
}

.model_info_btn {
  width: 32px;
  height: 32px;
  background: url(../img/info_btn_ico.svg) no-repeat;
  cursor: pointer;
  transition: all 0.2s linear;
  z-index: 4;
}

.model_info_btn:hover {
  background: url(../img/info_btn_ico_hov.svg) no-repeat;
}

.model_info_text {
  width: 768px;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-42%);
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  background: #ffffffcc;
  backdrop-filter: blur(10px);
  display: none;
  transition: all 0.2s linear;
  z-index: 5;
}

.model_info_text.active {
  display: block;
}

.model_info_btn_close {
  position: absolute;
  top: 6px;
  right: 12px;
  width: 14px;
  height: 12px;
  cursor: pointer;
}

.model_info_btn_close:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background: #000000b3;
  transform: rotate(46deg) translateX(4px) translateY(4px);
}

.model_info_btn_close:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000000b3;
  transform: rotate(-46deg) translateX(4px) translateY(-4px);
}

.car_text {
  padding: 15px 0 30px 80px;
}

.car_name {
  position: relative;
  width: fit-content;
  color: #c0c0c0;
  text-transform: uppercase;
  font-size: 24px;
  position: relative;
}

.car_name b {
  display: block;
  color: #000000;
  font-size: 32px;
  font-family: "Wadik";
  margin-top: -5px;
}

.car_name span {
  position: absolute;
  bottom: 4px;
  left: 110%;
  font-size: 20px;
  font-weight: 400;
  font-family: "Wadik";
  text-transform: uppercase;
  color: #ffffff;
  padding: 2px 4px;
  height: 30px;
  align-items: center;
  background: #1d449c;
  border-radius: 5px;
}

.car_props {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  margin-top: 20px;
  position: relative;
}

.car_props > a {
  display: flex;
  align-items: center;
  padding-left: 65px;
  font-size: 20px;
  min-height: 30px;
}

.car_props > a br {
  display: 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.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;
}

.car_props > a.ico5 {
  background: url("../img/car_ico5.svg") 0 50% no-repeat;
}

.car_props > a.ico6 {
  background: url("../img/car_ico6.svg") 0 50% no-repeat;
}

.car_props > a.ico7 {
  background: url("../img/car_ico7.svg") 0 50% no-repeat;
}

.car_image_wrap {
  position: absolute;
  width: 58%;
  top: 0;
  right: 265px;
  display: flex;
  align-items: center;
  height: 100%;
}

.car_award {
  position: absolute;
  top: -15px;
  left: 70px;
}

.soon {
  padding: 11px 26px;
  background: #dfdfdf;
  border-radius: 4px;
  font-weight: 700;
  font-size: 20px;
  z-index: 1;
  align-items: center;
  gap: 10px;
}
.soon::before {
  content: "";
  position: absolute;
  background: #1d449c;
  width: 2px;
  height: 31px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.car_image_name {
  position: absolute;
  top: 0;
  right: 185px;
  color: #c0c0c0;
  font-size: 24px;
  text-transform: uppercase;
  text-align: right;
  transform: rotate(-90deg);
  transform-origin: 100% 0;
}

.car_image_name b {
  font-family: "Wadik";
  display: block;
  color: #f8f8f8;
  font-size: 47px;
}

.car_image {
  position: relative;
  z-index: 1;
}

.car_colors {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px 0;
  position: absolute;
  right: 25px;
  width: 30px;
  z-index: 1;
  margin-top: -30px;
}

.car_colors > div {
  width: 21px;
  height: 21px;
  border-radius: 4px;
  transition: all 0.4s ease-out;
  cursor: pointer;
  position: relative;
}

.car_colors > div.wt {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}

.car_colors > div.active {
  width: 30px;
  height: 30px;
}

.car_colors > div:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 25px;
  top: 2.5px;
  left: -5px;
  background: #c0c0c0;
  opacity: 0;
  transition: all 0.4s ease-out;
}

.car_colors > div.active:before {
  opacity: 1;
}

.car_gallery_wrap {
  width: 265px;
  margin-right: -11px;
}

.car_gallery {
  width: 100%;
  height: 328px;
  padding-right: 12px !important;
}

.car_gallery .swiper-slide {
  transition: all 0.4s ease-out;
  overflow: hidden;
  border-radius: 4px;
}

.car_gallery .swiper-pagination {
  flex-direction: column;
  gap: 15px 0;
  right: 0 !important;
}

.car_gallery .swiper-pagination-bullet {
  background: #c0c0c0;
  opacity: 1;
  width: 2px;
  height: 29px;
  border-radius: 0 !important;
}

.car_gallery .swiper-pagination-bullet-active {
  background: #333d46;
}

.car_btns {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.car_btns .btn {
  width: 32%;
}

#monjaro_new .car_btns .btn {
  width: 48.8%;
}

/**********************
       COMPLECTS
**********************/

#instock {
  margin-top: 150px;
}

.instock_title {
  font-family: "Wadik";
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

#filter_table {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  gap: 0 20px;
}

#filter_table .select_container {
  width: 32.5%;
}

#filter_table select {
  appearance: none;
  -moz-appearance: none;
  font-family: "Onest";
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #a3b0ba;
  padding-left: 20px;
  font-size: 14px;
  background: url("../img/ico_select.png") 95% 50% no-repeat;
  outline: none;
}

.tb_complects {
  margin-top: 50px;
  /*display: flex;
    flex-flow: wrap;
    justify-content: space-between;*/
  gap: 20px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.tb_complects > div:first-child {
  display: none;
}

.tb_complects > div {
  border-radius: 4px;
  background: #f8f8f8;
  padding: 20px;
  width: 100%;
  max-width: 526px;
}

.compl_car {
  color: #c0c0c0;
  text-transform: uppercase;
}

.compl_car b {
  font-family: "Wadik";
  display: block;
  font-size: 20px;
  color: #000000;
  margin-top: 3px;
}

.compl_image_wrap {
  margin-top: 10px;
  position: relative;
  padding-top: 15px;
  width: 100%;
}

.compl_image_wrap:before {
  /*    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: #ffffff;
    width: 100%;
    height: 90%;*/
}

.compl_opts {
  margin-left: 15px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.compl_opts_btn {
  display: flex;
  align-items: center;
  min-height: 32px;
  background: url("../img/plus.png") 0 50% no-repeat;
  transition: all 0.4s ease-out;
  font-size: 14px;
  text-decoration: underline;
  color: #1d449c;
  padding-left: 46px;
  cursor: pointer;
  width: fit-content;
}

.compl_carcount {
  background: #dfdfdf;
  display: flex;
  align-items: center;
  min-height: 30px;
  padding: 2px 10px;
  padding-left: 40px;
  background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFMAAABTCAMAAADUbMsyAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAANlBMVEUAAAAdRJwdRJwdRJwdRJwdRJwdRJwdRJwdRJwdRJwdRJwdRJwdRJwdRJwdRJwdRJwdRJz///8nY+ZbAAAAEHRSTlMAMGCAv8+vUCAQ79+PcJ9A88KcAgAAAAFiS0dEEeK1PboAAAAHdElNRQfpCgoPFw9G8sYVAAAChElEQVRYw62Z2YLrIAhAE1ymOtMk//+1d27biAsKOPKY6AnKopBtY2QHY911i/Xm68FNGUoAH69Wvj3McsFffXE/emww8RqKC6uJeiRLVCN3xxHVSMMStchAKemseYu3E8i92Un/3MsRcOiQUCEtiOeHzkgoiYfCrYOjdwSmiS8zUNAC6U7Nnr0t20IL8xgNMTlLDQ0ZMqqUzPyvgmZ+6fZJ5K+j5C+y6PlDlMRcm309Mlv5MqTpPP8DMrP5rMUbbVDNOb8kkKimW4XM1JwIyI4ZkprHMiTmDm0m6juLn1FzjAwzao6RuHS7DIlLh2VItLr8OOOQKSP5ZUjczmf1fB6JQVS+PnqeJUBu9h5QITvuKkGmbOxqJAkVITfKO49eYMmQiWlaZAMVIgnmiRNLqBRJ6Qk0VIykmDSURZ6fi68hmRSU1zJ5Os1soZro6TBrqGQvW2adPQuoyDwYkWQc1dAoQGYkOt5rqMSJcMWdvNSBDpApEZtu/iShI1d/3oNgnOdBjsRzbWfOIxAj05EeN+7cBCESB/qNPd9BhkT/gY2/h4AI+UiUUGxu51QDARLzuK+27NGFckhU82MV9v4JbOWQ1IyfB/w9mbv24HFzp7fZ+zxKSlsxfX227hjNn66P6pXHQH1IWcf9l6zwL5Y5XW8Wx0ppjjV1cbfu0kFzZGPguT5D3ttrHXGqH3Lmk4jlTfRt8nYhc7N/LYRX9SzahZ37v6oP9jguAVLTr6uIo3pN1lcMYMthcVgCCvqfz6bFzsXzuE9rybd8jAj6yYWI3E7Q986UlMYc35+/d1KRw/n/CG+iMoWxVC3xJcP/Ml7elaiUpf8fRS9vsZNS/uf69VRgLf0PHVGKbAA603UAAAAASUVORK5CYII=)
    8px center no-repeat;
  background-size: auto 28px;
  gap: 7px;
  background-color: rgba(223, 223, 223, 1);
  border-radius: 4px;
  padding-bottom: 4px;
}
.compl_carcount b {
  font-family: "Wadik";
  font-size: 25px;
  font-weight: 700;
}
.compl_carcount span {
  padding-top: 3px;
}

#tb_complects [data-param1="001"] .compl_opts_btn {
  display: none;
}

.compl_opts_btn:hover {
  background: url("../img/plus_hov.png") 0 50% no-repeat;
}

.compl_opts_list {
  flex-direction: column;
  gap: 10px 0;
  padding: 20px;
  border-radius: 4px;
  background: rgba(51, 61, 70, 0.8);
  backdrop-filter: blur(4px);
  position: absolute;
  left: 30px;
  top: 35px;
  opacity: 0;
  transition: all 0.4s ease-out;
  width: 330px;
  display: flex;
  pointer-events: none;
}

.compl_opts_list.show {
  opacity: 1;
}

.compl_opts_list > li {
  display: block;
  color: #fefefe;
  padding-left: 10px;
  position: relative;
  font-size: 14px;
}

.compl_opts_list > li:before {
  content: "";
  width: 2px;
  height: 15px;
  background: #fefefe;
  position: absolute;
  top: 2px;
  left: 0;
}

.compl_image_slider {
  margin-top: 10px;
  padding-bottom: 15px !important;
  width: 100%;
  min-height: 390px;
  display: flex !important;
  align-items: center;
}

.compl_image_slider .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 0 4px;
  bottom: 0 !important;
}

.compl_image_slider .swiper-pagination-bullet {
  background: #c0c0c0;
  opacity: 1;
  width: 29px;
  height: 2px;
  color: transparent;
}

.compl_image_slider .swiper-pagination-bullet-active {
  background: #333d46;
}

.compl_name {
  font-family: "Wadik";
  color: #1d449c;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px;
}

.compl_techs {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-top: 25px;
}

.compl_techs > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}

.compl_techs > div b {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.compl_btns {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.tb_complects_showmore {
  display: block;
  color: #1d449c;
  margin-top: 50px;
  text-decoration: underline;
}

/**********************
      TEST-DRIVE
**********************/

.test_drive {
  margin-top: 150px;
}

.test_drive_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 0 20px;
}

.test_drive_text {
  width: 526px;
  border-radius: 4px;
  background: #f8f8f8;
  padding: 20px 40px 15px;
  position: relative;
}

.test_drive_text:before {
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  left: 0;
  width: 2px;
  height: 60%;
  background: #1d449c;
}

.test_drive_title {
  font-family: "Wadik";
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.test_drive_comment {
  margin-top: 20px;
  font-size: 18px;
  padding-left: 60px;
  background: url("../img/test_drive_ico.png") 0 50% no-repeat;
}

#test_drive_form {
  margin-top: 20px;
}

.test_drive_img {
  border-radius: 4px;
  overflow: hidden;
}

.test_drive_img.sm {
  min-height: 308px;
}

.test_drive_img.sm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**********************
        TRADEIN
**********************/

.tradein {
  margin-top: 20px;
}

.tradein_wrap {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}

.tradein_text {
  border-radius: 4px;
  background: #f8f8f8;
  padding: 20px 40px;
  position: relative;
  width: 50%;
}

.tradein_text:before {
  content: "";
  display: block;
  position: absolute;
  top: 28%;
  left: 0;
  width: 2px;
  height: 44%;
  background: #1d449c;
}

.tradein_title {
  font-family: "Wadik";
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.tradein_comment {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 18px;
  padding-left: 60px;
  background: url("../img/tradein_ico.png") 0 50% no-repeat;
  min-height: 30px;
}

#tradein_form {
  border-radius: 4px;
  background: #f8f8f8;
  width: 50%;
  padding: 40px 40px 15px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  position: relative;
}

#tradein_form:before {
  content: "";
  display: block;
  position: absolute;
  top: 28%;
  left: 0;
  width: 2px;
  height: 44%;
  background: #1d449c;
}

#tradein_form .form-group {
  width: 49%;
}

#tradein_form .agree_field {
  width: 49%;
  margin-left: auto;
}

.tradein_img {
  margin-top: 20px;
  border-radius: 4px;
  overflow: hidden;
}

/**********************
        CREDIT
**********************/

.credit {
  margin-top: 20px;
}

.credit_wrap {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}

.credit_text {
  border-radius: 4px;
  background: #f8f8f8;
  padding: 20px 40px;
  position: relative;
  width: 41%;
}

.credit_text:before {
  content: "";
  display: block;
  position: absolute;
  top: 34%;
  left: 0;
  width: 2px;
  height: 32%;
  background: #1d449c;
}

.credit_title {
  font-family: "Wadik";
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.credit_comment {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 18px;
  padding-left: 60px;
  background: url("../img/credit_ico.png") 0 50% no-repeat;
  min-height: 30px;
}

#credit_form {
  margin-top: 40px;
  width: 525px;
}

#credit_form .cred_vznos {
  margin-top: 50px;
}

#credit_form .form_comment {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 14px;
}

#credit_form .form-group .irs--flat {
  margin-top: -10px;
}

#credit_form .form-group .irs--flat .irs-line {
  height: 1px;
  background: #333d46;
}

#credit_form .form-group .irs--flat .irs-bar {
  height: 1px;
  background: #333d46;
}

#credit_form .form-group .irs--flat .irs-single {
  color: #ffffff;
  font-size: 14px;
  top: 35px;
  font-family: "Onest", sans-serif;
  border-radius: 4px;
  background: #1d449c;
}

#credit_form .form-group .irs--flat .irs-single:before {
  display: none;
}

#credit_form .form-group .irs--flat .irs-handle {
  cursor: pointer;
  width: 9px;
  height: 9px;
  top: 21px;
  background: #1d449c;
  border-radius: 50%;
}

#credit_form .form-group .irs--flat .irs-handle i {
  display: none;
}

#credit_form .form-group .irs-min,
#credit_form .form-group .irs-max {
  font-family: "Onest", sans-serif;
  display: block !important;
  top: 17px;
  border-radius: 4px;
  background: #333d46;
  color: #ffffff;
  font-size: 14px;
  padding: 2px 4px;
  line-height: 100%;
  z-index: 1;
}

.credit_video {
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
}

.credit_video .play_btn {
  position: absolute;
  top: calc(50% - 39px);
  left: calc(50% - 39px);
}

.credit_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**********************
        LIZING
**********************/

.lizing {
  margin-top: 20px;
}

.lizing_wrap {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}

.lizing_text {
  border-radius: 4px;
  background: #f8f8f8;
  padding: 20px 40px;
  position: relative;
  width: 526px;
}

.lizing_text:before {
  content: "";
  display: block;
  position: absolute;
  top: 21%;
  left: 0;
  width: 2px;
  height: 58%;
  background: #1d449c;
}

.lizing_title {
  font-family: "Wadik";
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.lizing_comment {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 18px;
  padding-left: 60px;
  background: url("../img/credit_ico.png") 0 50% no-repeat;
  min-height: 30px;
}

#lizing_form {
  margin-top: 30px;
}

.lizing_img {
  min-height: 308px;
  border-radius: 4px;
  overflow: hidden;
}

.lizing_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**********************
        REVIEWS
**********************/

.reviews {
  margin-top: 150px;
}

.reviews_title {
  display: flex;
  align-items: center;
  font-family: "Wadik";
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  gap: 0 33px;
}

.reviews_wrap {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.reviews_img {
  width: 33%;
  border-radius: 4px;
  overflow: hidden;
}

.reviews_slider {
  width: 66.3%;
  margin: 0 !important;
  padding-bottom: 50px !important;
}

.rev_item {
  padding: 20px;
  border-radius: 4px;
  background: #f8f8f8;
}

.rev_item .item_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.rev_item .item_date {
  font-size: 14px;
  color: #c0c0c0;
}

.rev_item .item_name {
  font-size: 20px;
  font-weight: 700;
  margin-top: 4px;
}

.rev_item .item_rate {
  color: #c0c0c0;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.rev_item .item_text {
  margin-top: 20px;
  padding: 20px;
  border-radius: 4px;
  background: #fefefe;
  height: 225px;
  overflow-y: auto;
  position: relative;
}

.rev_item .item_text::-webkit-scrollbar {
  width: 5px;
}

.rev_item .item_text:after {
  content: "";
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  height: 40px;
  /*background: rgba(255, 255, 255, 0.8);*/
  background: linear-gradient(to bottom, transparent, white);
}

.reviews_slider .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 0 4px;
  bottom: 0 !important;
}

.reviews_slider .swiper-pagination-bullet {
  background: #c0c0c0;
  opacity: 1;
  width: 29px;
  height: 2px;
  color: transparent;
}

.reviews_slider .swiper-pagination-bullet-active {
  background: #333d46;
}

/**********************
        CONTACTS
**********************/

.contacts {
  margin-top: 150px;
}

.cont_title {
  font-family: "Wadik", sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
.cont_wrapper {
  margin-top: 50px;
  display: flex;
  column-gap: 10px;
}
.cont_block {
  position: relative;
  padding: 40px;
  background: #f8f8f8;
  width: 50%;
  cursor: pointer;
}
.cont_block:hover,
.cont_block.active {
  background: #1d449c;
}
.cont_block:before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 172px;
  background: #1d449c;
}
.cont_block:hover:before,
.cont_block.active:before {
  background: #ffffff;
}
.cont_name {
  font-family: "Wadik", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1d449c;
  text-transform: uppercase;
}
.cont_block:hover .cont_name,
.cont_block.active .cont_name {
  color: #fefefe;
}
.cont_plashka {
  position: absolute;
  top: 30px;
  right: 35px;
  display: flex;
  align-items: center;
  height: 35px;
  padding: 0 42px 0 10px;
  font-family: "Wadik", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  background: #ffffff;
  border-radius: 5px;
}
.cont_plashka:before {
  content: "";
  position: absolute;
  right: 10px;
  width: 24px;
  height: 24px;
  background: url(../img/cont_plashka_ico.svg) no-repeat;
}
.cont_addr {
  margin-top: 34px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.cont_addr span {
  font-size: 16px;
  font-weight: 400;
  color: #c0c0c0;
}
.cont_addr:hover .cont_name,
.cont_addr.active .cont_name {
  color: #fefefe;
}
.cont_addr b {
  font-size: 18px;
  font-weight: 700;
  color: #0b0d0c;
}
.cont_wrap {
  margin-top: 20px;
  display: flex;
  column-gap: 10px;
  justify-content: space-between;
  align-items: flex-end;
}
.cont_wrap > div {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.cont_wrap > div span {
  font-size: 16px;
  font-weight: 400;
  color: #c0c0c0;
}
.cont_block:hover .cont_wrap > div span,
.cont_block.active .cont_wrap > div span {
  color: #ffffff;
}
.cont_block:hover .cont_addr span,
.cont_block.active .cont_addr span {
  color: #ffffff;
}
.cont_wrap > div b {
  font-size: 18px;
  font-weight: 700;
  color: #0b0d0c;
}
.cont_block:hover .cont_addr b,
.cont_block.active .cont_addr b {
  color: #ffffff;
}

.cont_block a {
  font-size: 18px;
  font-weight: 700;
  color: #0b0d0c;
}

.cont_block .cont_way {
  color: #ffffff;
  font-weight: 500;
  width: 300px;
  height: 40px;
  font-size: 14px;
  text-transform: uppercase;
}

.cont_block:hover a,
.cont_block.active a {
  color: #ffffff;
}

.cont_block:hover b,
.cont_block.active b {
  color: #ffffff;
}

#map1 {
  margin-top: 58px;
  width: 100%;
  height: 347px;
  background: url("../img/map.jpg") 50% no-repeat;
  border-radius: 4px;
  overflow: hidden;
}

/**********************
        FOOTER
**********************/

footer {
  padding: 30px 0;
  background: #0b0d0c;
  margin-top: 20px;
}

.foot_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* width: 59.5%; */
  color: #c0c0c0;
  gap: 30px;
}

.foot_text .yurinfo {
  font-size: 12px;
}

.foot_text .foot_links {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}

.foot_text .foot_links a {
  font-size: 14px;
}

.foot_logo_wrap {
  display: flex;
  align-items: center;
}

.tg_link {
  display: block;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}

.tg_link:before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 38px;
  background: #c0c0c0;
}

.foot_logo_wrap .foot_logo1 {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #c0c0c0;
}

footer .disclamer {
  color: #c0c0c0;
  font-size: 14px;
  text-align: left;
  display: none;
  padding-top: 20px;
}

#cookies-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: #000000;
  text-align: center;
  z-index: 1000;
  font-size: 14px;
  color: #000000;
  max-width: 1120px;
}

#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 10%;
  padding-right: 0px;
  box-shadow: 0 0 30px 0 #0000001f;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.cookies_text {
  text-align: left;
}

.cookies_text a {
  text-decoration: underline;
}

#cookies-banner .btn {
  padding: 12px 40px;
  cursor: pointer;
  width: 300px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

html.noscroll {
  overflow: hidden;
}

/* Ð¡Ð¾Ð´ÐµÑ€Ð¶Ð¸Ð¼Ð¾Ðµ Ð¼Ð¾Ð´Ð°Ð»ÑŒÐ½Ð¾Ð³Ð¾ Ð¾ÐºÐ½Ð° */
.modal-content {
  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);
}
/*------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1600px) {
  .cont_plashka {
    top: 4px;
    right: 14px;
  }

  .timer_title {
    font-size: 18px;
  }

  #timer_form {
    flex-direction: column;
    width: 350px;
  }

  #timer_form .form-group {
    width: 100%;
  }

  /*********************************************************************/

  .car_wrap {
    align-items: center;
  }

  .car_image_wrap {
    top: 30px;
  }

  .car_text {
    /*padding-left: 40px;*/
  }

  .car_props > a br {
    display: block;
  }

  .car_image_name b {
    font-size: 40px;
  }

  .car_award {
    top: 0;
    left: 150px;
  }

  /*********************************************************************/

  .tb_complects > div {
    max-width: 445px;
  }

  /*********************************************************************/

  #credit_form {
    width: 420px;
  }

  /*********************************************************************/

  .reviews_img {
    display: none;
  }

  .reviews_slider {
    width: 100%;
  }

  .top_addr_wrap {
    column-gap: 10px;
  }

  .top_addr_wrap li {
    font-size: 12px;
  }

  .cars_menu .swiper-slide:before,
  .cars_menu .swiper-slide:after {
    right: 0;
  }
}

@media (max-width: 1380px) {
  .menu a {
    font-size: 14px;
  }

  .top_addr_wrap {
    width: 50%;
    display: none;
  }
  .top_addr_wrap li {
    display: none;
  }

  .title_container {
    max-width: 80%;
  }
  .title_container .title1 {
    font-size: 26px;
  }
  .title_container .title2 {
    font-size: 28px;
  }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
  .main_gifts {
    /* display: none; */
  }
  .gift_item span {
    font-size: 16px;
  }
  .gift_item.ico2,
  .gift_item.ico4,
  .popup_container2 .form-group.btn {
    width: 36.2%;
  }

  .top_addr {
    display: none;
  }

  .menu a {
    font-size: 12px;
  }

  .menu > div {
    gap: 0 6px;
  }

  /*********************************************************************/

  .banner {
    margin-top: 130px;
  }

  .banner .swiper-button-next {
    right: 15px;
  }

  .banner .swiper-button-prev {
    left: 15px;
  }

  .banner picture img {
    height: 570px;
  }

  .title_container {
    top: 20px;
  }

  .banner_props {
    margin-top: -120px;
  }

  .banner_props .swiper-slide a {
    padding-left: 70px;
    font-size: 14px;
    min-height: 75px;
  }

  #timer_form {
    display: none;
  }

  .bn_props > a span {
    font-size: 13px;
  }

  /*********************************************************************/

  .cars_menu {
    padding-bottom: 30px !important;
  }

  .cars_menu .swiper-slide:before,
  .cars_menu .swiper-slide:after {
    right: 20px;
  }

  .cars_menu .swiper-scrollbar-drag {
    background: #1d449c !important;
  }

  .car_wrap {
    align-items: flex-end;
  }

  .car_image_wrap {
    right: 0;
  }

  .car_image_name {
    right: 135px;
  }

  .car_image_name b {
    font-size: 30px;
  }

  .car_gallery_wrap {
    width: 50%;
    margin-right: 0;
  }

  .car_gallery {
    height: auto;
    padding-bottom: 20px !important;
    padding-right: 0 !important;
  }

  .car_gallery .swiper-pagination-bullet {
    width: 29px;
    height: 2px;
  }

  .car_gallery .swiper-pagination {
    bottom: 0 !important;
  }

  .car_colors {
    right: 0;
  }

  /*********************************************************************/

  .tb_complects {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    gap: 20px 0;
  }

  .tb_complects > div {
    width: 49%;
    max-width: 100%;
  }

  .compl_image_wrap:before {
    height: 210px;
  }

  /*********************************************************************/

  .test_drive_img.img2 {
    display: none;
  }

  #tradein_form {
    padding-top: 20px;
  }

  #tradein_form .form-group {
    width: 100%;
  }

  #tradein_form .agree_field {
    width: 100%;
  }

  /*********************************************************************/

  .credit_text {
    width: 49%;
  }

  #credit_form {
    max-width: 100%;
  }

  /*********************************************************************/

  .lizing_img.img2 {
    display: none;
  }

  /*********************************************************************/

  .rev_item .item_name {
    font-size: 16px;
  }

  /*********************************************************************/

  .foot_text {
    width: 60%;
  }

  .foot_logo_wrap {
    width: 35%;
  }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
  header .m_btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: 30px;
    height: 21px;
    z-index: 1;
  }

  header .m_btn span {
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #005a2b;
    transition: all 0.3s linear;
  }

  header .m_btn span:nth-child(2) {
    opacity: 1;
  }

  header .m_btn.active span:nth-child(1) {
    transform-origin: top right;
    transform: rotate(-45deg);
    top: -1px;
  }

  header .m_btn.active span:nth-child(2) {
    opacity: 0;
  }

  header .m_btn.active span:nth-child(3) {
    transform-origin: bottom right;
    transform: rotate(45deg);
    bottom: -1px;
  }

  .menu {
    display: block;
    position: fixed;
    top: 107px;
    background: white;
    width: 100%;
    height: auto;
    right: -100%;
    left: unset;
    transition: all 0.3s linear;
    z-index: 2;
    padding: 10px 0;
  }

  .menu.active {
    right: 0;
  }

  .menu .container,
  .menu > div {
    flex-direction: column;
    align-items: center;
  }

  .menu a {
    font-size: 16px;
    padding: 10px 0;
  }

  /*******************************************************************/

  .head_wrap .btn {
    display: none;
  }

  .head_wrap {
    padding: 15px 0;
  }

  /*********************************************************************/

  .banner {
    margin-top: 70px;
  }

  .banner picture img {
    height: 420px;
  }

  .title_container {
    top: 20px;
    padding: 2vw 1vw;
  }

  .slide5 .title_container {
    padding: 0;
  }

  .title_container .title1 {
    font-size: 2.6vw;
  }
  .title_container .title2 {
    font-size: 3vw;
  }
  .title_container .title3 {
    margin-top: 1vw;
    font-size: 2.4vw;
  }

  .banner_props {
    margin-top: -100px;
    flex-flow: wrap;
    gap: 15px 0;
    margin-bottom: 20px;
    padding-bottom: 20px !important;
  }

  .banner_props .swiper-pagination-bullet {
    width: 29px;
    height: 2px;
  }

  .timer_block {
    margin-top: 20px;
  }

  .timer_block .container {
    flex-direction: column;
    gap: 20px 0;
  }

  #timer_form {
    display: flex;
    width: 100%;
  }

  .bn_props {
    flex-flow: wrap;
    gap: 10px 0;
  }

  .bn_props > a {
    width: 49%;
  }

  /*********************************************************************/

  .dealer {
    background: #f8f8f8;
  }

  .dealer_img {
    position: relative;
    top: 0;
    width: 100%;
  }

  .dealer_wrap {
    padding: 0 20px 25px;
  }

  .dealer_text {
    padding-left: 20px;
    margin-top: -20px;
    width: 100%;
  }

  .dealer_text .text1 {
    font-size: 5vw;
  }

  .dealer_text .text2 {
    font-size: 4vw;
  }

  .dealer_text .text2 b {
    font-size: 6vw;
    margin-bottom: -5px;
  }

  /*********************************************************************/

  .cars_items {
    margin-top: 80px;
  }

  .car_item {
    margin-bottom: 80px;
  }

  .cars_items_title {
    font-size: 30px;
  }

  .car_text {
    padding-left: 40px;
  }

  .car_props {
    gap: 15px 0;
  }

  .car_props > a {
    font-size: 18px;
  }

  .car_wrap:before {
    height: 100%;
  }
  .model_info_wrap {
    align-items: start;
  }

  .model_info_text {
    /* width: 40%; */
    top: 44px;
    left: -100px;
  }

  .car_colors {
    gap: 10px 0;
  }

  .car_btns {
    margin-top: 20px;
  }

  /*********************************************************************/

  #instock {
    margin-top: 80px;
  }

  .instock_title {
    font-size: 30px;
  }

  .compl_image_wrap:before {
    height: 175px;
  }

  /*********************************************************************/

  .test_drive {
    margin-top: 80px;
  }

  .test_drive_img.img1 {
    display: none;
  }

  .test_drive_text {
    width: 100%;
  }

  /*********************************************************************/

  .tradein_wrap {
    flex-direction: column;
    gap: 20px 0;
  }

  .tradein_text {
    width: 100%;
  }

  #tradein_form {
    width: 100%;
  }

  /*********************************************************************/

  .credit_wrap {
    flex-direction: column;
    gap: 20px 0;
  }

  .credit_text {
    width: 100%;
  }

  #credit_form {
    width: 100%;
  }

  /*********************************************************************/

  .lizing_img {
    display: none;
  }

  .lizing_text {
    width: 100%;
  }

  /*********************************************************************/

  .reviews {
    margin-top: 80px;
  }

  /*********************************************************************/

  .contacts {
    margin-top: 80px;
  }

  .cont_wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
  }

  .cont_text {
    width: 100%;
  }

  #map1 {
    width: 100%;
  }

  /*********************************************************************/

  .foot_text {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px 0;
  }

  .foot_logo_wrap {
    width: 50%;
  }

  .anim {
    opacity: 1 !important;
    transform: unset !important;
  }

  .cont_wrapper {
    flex-direction: column;
    row-gap: 10px;
  }
  .cont_block {
    width: 100%;
  }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
  .compl_image_slider {
    min-height: auto;
  }
  .main_gifts {
    /* display: none; */
    bottom: 30px;
    right: 30px;
  }
  .gift_title {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .gift_item span {
    width: 80%;
    height: 45px;
    font-size: 3vw;
    padding: 4px 6px;
    display: flex;
    gap: 0 4px;
    flex-wrap: wrap;
    align-items: center;
  }
  .popup_container2 {
    padding: 20px !important;
  }
  .popup_container2 .form-group.tel {
    margin-bottom: 0;
  }
  .gift_props {
    margin-bottom: 16px;
  }
  .gift_item:before {
    width: 45px;
    height: 45px;
  }
  .gift_item.ico1,
  .gift_item.ico3,
  .popup_container2 .form-group.tel {
    width: 100%;
  }
  .gift_item.ico2,
  .gift_item.ico4,
  .popup_container2 .form-group.btn {
    width: 100%;
  }
  .popup_container2 .form-wrap {
    gap: 10px;
    flex-direction: column;
  }

  .cont_wrapper {
    flex-direction: column;
    row-gap: 10px;
  }
  .cont_block {
    width: 100%;
    padding: 16px;
  }
  .cont_plashka {
    top: 60px;
  }
  .cont_block:nth-child(2) .cont_addr {
    margin-top: 67px;
  }

  .anim {
    opacity: 1 !important;
    transform: unset !important;
  }

  .fancybox-type-image {
    width: 100% !important;
    margin: 0px !important;
    left: 0px !important;
  }

  .fancybox-close {
    right: 9px !important;
    top: 9px !important;
  }

  .fancybox-inner {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
  }

  .fancybox-wrap {
    margin: 0px !important;
    width: 100% !important;
    left: 0px !important;
    top: 20px !important;
  }

  .fancybox-type-image .fancybox-close {
    top: -8px !important;
  }

  .popup_container {
    width: 100%;
  }

  /*******************************************************************/

  header .m_btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    width: 30px;
    height: 21px;
    z-index: 1;
    top: 15px;
    right: 15px;
  }

  header .m_btn span {
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #000000;
    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;
  }

  .active_addr {
    display: none;
  }

  .menu {
    display: block;
    position: fixed;
    top: 107px;
    background: white;
    width: 100%;
    height: auto;
    right: -100%;
    left: unset;
    transition: all 0.3s linear;
    z-index: 2;
    padding: 10px 0;
    border-top: none;
  }

  .menu.active {
    right: 0;
  }

  .menu > div {
    flex-direction: column;
    align-items: center;
  }

  .menu a {
    padding: 10px 0;
    font-size: 14px;
  }

  /*******************************************************************/

  .logo_wrap {
    width: 85%;
  }

  .head_wrap {
    flex-flow: wrap;
    padding: 10px 0;
    border-bottom: 1px solid #c0c0c0;
  }

  .top_addr_wrap {
    display: none;
  }

  .head_wrap .btn {
    display: none;
  }

  .phone_wrap {
    margin-top: 5px;
    width: 100%;
  }

  .top_phone {
    margin: 0 auto;
    width: fit-content;
    flex-direction: row;
    gap: 10px;
  }

  .top_phone span {
    display: none;
  }
  .top_phone:before {
  }

  /*********************************************************************/

  .banner {
    margin-top: 70px;
  }

  .banner .swiper-button-next {
    right: 15px;
  }

  .banner .swiper-button-prev {
    left: 15px;
  }

  .banner picture img {
    height: auto;
    width: 100%;
  }

  .title_container {
    top: 10vw;
    max-width: 94%;
    padding: 2vw 1vw;
  }

  .slide2 .title_container {
    top: 87vw;
  }

  .run-str__content {
    padding: 10px 0;
  }

  .run-str__text {
    font-size: 18px;
  }

  .slide2 .title_container .btn {
    width: 100%;
    height: 40px;
  }

  .title_container .title1 {
    font-size: 4vw;
  }
  .title_container .br_mob {
    display: block;
  }
  .title_container .title2 {
    font-size: 4vw;
  }
  .title_container .title3 {
    font-size: 3vw;
  }

  .add_info {
    right: 15px;
    font-size: 8px;
  }

  .banner_props {
    margin-top: -50px;
    flex-flow: wrap;
    gap: 10px 0;
    margin-bottom: 0px;
    padding-bottom: 0 !important;
  }

  .banner_props .swiper-slide {
    display: none;
  }
  .banner_props .swiper-wrapper {
    width: 100%;
  }
  .banner_props .swiper-slide:nth-child(1) {
    display: block;
    width: 100%;
  }

  .banner_props .swiper-slide a {
    width: fit-content;
    padding-left: 52px;
    padding-right: 20px;
    font-size: 4vw;
    min-height: 46px;
  }

  .banner_props .swiper-slide a.ico1 {
    background-size: 40px;
  }

  .banner_props .swiper-pagination-bullet {
    width: 29px;
    height: 2px;
  }

  .timer_block {
    margin-top: 20px;
  }

  .timer_block .container {
    flex-direction: column;
    gap: 20px 0;
  }

  .timer_title {
    text-align: center;
    font-size: 4vw;
  }

  .timer_title b {
    font-size: 7vw;
  }

  #timer_form {
    display: flex;
    width: 100%;
    order: unset;
  }

  .timer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
  }

  div[id^="timer"] {
    transform: translateX(-50%) scale(0.65) !important;
    transform-origin: center;
    width: 800px;
    display: flex;
    justify-content: center;
    position: relative;
    left: 50%;
  }

  .bn_props {
    margin-top: 20px;
    flex-direction: column;
    gap: 10px 0;
  }

  .bn_props > a {
    width: 100%;
  }

  .bn_props > a span {
    width: 80%;
    font-size: 4vw;
    background: linear-gradient(89deg, #dfdfdf 0.83%, #f0f0f0 50.85%);
  }

  /*********************************************************************/

  .dealer {
    background: #f8f8f8;
    margin-top: 50px;
  }

  .dealer_img {
    position: relative;
    top: 0;
    width: 100%;
  }

  .dealer_wrap {
    padding: 0 20px 25px;
  }

  .dealer_text {
    padding-left: 13px;
    margin-top: -20px;
    width: 100%;
  }

  .dealer_text .text1 {
    font-size: 4.5vw;
  }

  .dealer_text .text2 {
    font-size: 4vw;
    margin-top: 10px;
  }

  .dealer_text .text2 b {
    font-size: 6vw;
    margin-bottom: 0;
  }

  /*********************************************************************/

  .cars_menu {
    margin-bottom: 60px;
  }

  .cars_menu .swiper-slide {
    padding-top: 15px;
  }

  .cars_menu .swiper-slide:before,
  .cars_menu .swiper-slide:after {
    right: -15px;
    height: 50px;
  }

  .cars_menu .swiper-slide a span.menu_name {
    font-size: 4vw;
  }

  .cars_menu .swiper-scrollbar-drag {
    background: #1d449c !important;
  }

  .cars_items {
    margin-top: 64px;
  }

  .car_item {
    margin-bottom: 80px;
  }

  .cars_items_title {
    font-size: 6vw;
    text-align: center;
  }

  .car_wrap {
    flex-direction: column;
  }

  .car_wrap:before {
    display: none;
  }
  .model_info_wrap {
    top: 20px;
    left: 290px;
  }
  .model_info_btn {
    left: initial;
    right: 0;
  }
  .model_info_text {
    left: 0;
    transform: none;
    width: 90vw;
    left: -40vw;
    font-size: 14px;
  }

  .car_text {
    padding: 0;
  }

  .car_name b {
    font-size: 8vw;
  }

  .car_image_wrap {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    flex-direction: column;
    margin-top: 40px;
  }

  .car_image {
    width: 125%;
  }

  .car_image_name {
    top: -30px;
    right: 70px;
  }

  .car_colors {
    position: relative;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 0 15px;
    right: 0;
    margin-top: 15px;
    height: 30px;
  }

  .car_props {
    margin-top: 20px;
    gap: 10px 0;
  }

  .car_props > a {
    font-size: 5vw;
    padding-left: 50px;
  }

  .car_gallery_wrap {
    width: 100%;
    margin-right: 0;
  }

  .car_gallery {
    height: auto;
    padding-bottom: 20px !important;
    padding-right: 0 !important;
    margin-top: 20px;
  }

  .car_gallery .swiper-pagination-bullet {
    width: 29px;
    height: 2px;
  }

  .car_gallery .swiper-pagination {
    bottom: 0 !important;
  }

  .car_btns {
    margin-top: 20px;
    flex-direction: column;
    gap: 10px 0;
  }

  .car_btns .btn {
    width: 100%;
  }
  #monjaro_new .car_btns .btn {
    width: 100%;
  }

  .car_award {
    top: -10px;
    left: 0;
    width: 90px;
    display: flex;
  }

  .soon {
    width: auto;
    top: -34px;
    padding: 6px 18px;
  }

  .car_award.award1 {
    top: -30px;
    width: 60px;
  }

  /*********************************************************************/

  #instock {
    margin-top: 80px;
  }

  .instock_title {
    font-size: 6vw;
    text-align: center;
  }

  #filter_table {
    flex-direction: column;
    gap: 10px 0;
    margin-top: 30px;
  }

  #filter_table .select_container {
    width: 100%;
  }

  .tb_complects {
    display: flex;
    flex-flow: wrap;
    gap: 20px 0;
  }

  .tb_complects > div {
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }

  .compl_image_wrap:before {
    height: 45vw;
  }

  /*********************************************************************/

  .test_drive {
    margin-top: 80px;
  }

  .test_drive_img.sm {
    min-height: auto;
  }

  .test_drive_img.img3 {
    display: none;
  }

  .test_drive_wrap {
    flex-direction: column;
    gap: 20px 0;
  }

  .test_drive_text {
    width: 100%;
    padding: 20px;
  }

  .test_drive_title {
    font-size: 6vw;
  }

  .test_drive_comment {
    font-size: 4vw;
    padding-left: 50px;
  }

  .test_drive_comment br {
    display: none;
  }

  .agree_field {
    font-size: 9px;
  }

  /*********************************************************************/

  .tradein_wrap {
    flex-direction: column;
    gap: 20px 0;
  }

  .tradein_text {
    width: 100%;
    padding: 20px;
  }

  .tradein_title {
    font-size: 6vw;
  }

  .tradein_comment {
    font-size: 4vw;
    padding-left: 50px;
  }

  .tradein_comment br {
    display: none;
  }

  #tradein_form {
    width: 100%;
    padding: 20px;
  }

  #tradein_form .form-group {
    width: 100%;
  }

  #tradein_form .agree_field {
    width: 100%;
  }

  /*********************************************************************/

  .credit_wrap {
    flex-direction: column;
    gap: 20px 0;
  }

  .credit_text {
    width: 100%;
    padding: 20px;
  }

  .credit_title {
    font-size: 6vw;
  }

  .credit_comment {
    font-size: 4vw;
    padding-left: 50px;
  }

  .credit_comment br {
    display: none;
  }

  #credit_form {
    width: 100%;
  }

  #credit_form .form-group .irs-min,
  #credit_form .form-group .irs-max {
    font-size: 10px;
  }

  #credit_form .form-group .irs--flat .irs-single {
    font-size: 10px;
  }

  /*********************************************************************/

  .lizing_img {
    display: none;
  }

  .lizing_text {
    width: 100%;
    padding: 20px;
  }

  .lizing_title {
    font-size: 6vw;
  }

  .lizing_comment {
    font-size: 4vw;
    padding-left: 50px;
  }

  .lizing_comment br {
    display: none;
  }

  /*********************************************************************/

  .reviews {
    margin-top: 80px;
  }

  .reviews_title {
    font-size: 7vw;
    gap: 10px 0;
    justify-content: space-between;
  }

  .reviews_wrap {
    flex-direction: column;
    margin-top: 30px;
    gap: 20px 0;
  }

  .reviews_img {
    display: block;
    width: 100%;
  }

  .reviews_slider {
    padding-bottom: 30px !important;
    margin-top: 0;
  }

  .rev_item {
    padding: 15px;
  }

  .rev_item .item_text:after {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }

  .rev_item .item_head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px 0;
  }

  /*********************************************************************/

  .contacts {
    margin-top: 80px;
  }

  .cont_wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
  }

  .cont_text {
    width: 100%;
    padding: 20px;
  }

  .cont_way {
    width: 100%;
  }

  .cont_title {
    font-size: 6vw;
    text-align: center;
  }

  #map1 {
    margin-top: 28px;
    width: 100%;
    height: 350px;
  }

  /*********************************************************************/

  .foot_wrap {
    flex-direction: column-reverse;
    gap: 20px 0;
  }

  .foot_text {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px 0;
    width: 100%;
  }

  .foot_text .yurinfo {
    font-size: 3vw;
  }

  .foot_logo_wrap {
    width: 100%;
  }

  .foot_text .foot_links {
    align-items: center;
    width: 100%;
  }

  .car_name span {
    font-size: 16px;
    height: 24px;
  }

  .cookies_wrap {
    flex-wrap: wrap;
  }
  .cookies {
    padding-bottom: 0px;
  }

  .cookies_wrap {
    padding-right: 10%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 460px) {
  .title_container .title1 {
    font-size: 4.4vw;
  }

  .slide5 .title_container {
    top: 0;
  }
  .slide5 .title_container .title1 {
    font-size: 5.8vw;
  }
  .slide5 .title_container .title2 {
    font-size: 4vw;
    margin-top: 1vw;
  }

  .title_container .title2 {
    font-size: 4.6vw;
  }
  .title_container .title3 {
    font-size: 4vw;
  }
  .model_info_text {
    /* left: -65vw; */
    left: -75vw;
  }
  #coolray .model_info_btn {
    margin-left: 30px;
  }
  .gift_item span {
    font-size: 4vw;
    line-height: 3.2vw;
  }
}

@media (max-width: 360px) {
}

@media (max-width: 320px) {
}
