html {
  overflow-x: hidden;
}

body {
  font-family: "Haval", Arial, sans-serif;
  font-size: 16px;
  color: black;
  position: relative;
  font-weight: 400;
  padding: 0px;
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto;
  overflow: clip;
}

.garant_block select option span {
  display: flex;
  justify-content: space-between;
}

.head_buttons {
  display: grid;
  position: absolute;
  right: -20px;
  top: 45px;
}

.slide2 .head_buttons {
  right: -4%;
}

.head_buttons a {
  position: relative;
  color: black;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 35px;
  margin-bottom: 10px;
  transition: all 0.2s linear;
}

.head_buttons a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 250%;
  height: 100%;
  background: #ffffff99;
  transform: skewX(-32deg);
}

.head_buttons a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 20px;
  height: 100%;
  background: #00cabf;
  transform: skewX(-32deg);
  transition: all 0.2s linear;
}

.head_buttons a:hover:after {
  width: 0;
}

.head_buttons a span {
  position: relative;
  font-size: 14px;
}

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

.fancybox-button svg path {
  fill: #fff !important;
}

.fancybox-content {
  background: none !important;
  color: #fff !important;
}

* {
  box-sizing: border-box;
}

ul {
  list-style: none;
  padding: 0;
}

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

.resp_table {
  width: 100%;
}

.resp_table tr td:before {
  display: none;
}

.resp_table img {
  max-width: unset;
  width: unset;
  display: block;
  width: 100%;
}

.t_black {
  color: black !important;
}

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

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

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/ico_select.svg) 100% 50% no-repeat;
  font-family: "Haval", Arial, sans-serif;
  outline: none;
}

a {
  text-decoration: none;
}

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

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  .container {
    width: 1200px;
    max-width: 100%;
  }
}

input[type="text"],
input[type="tel"] {
  color: #939393;
}

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

#form_popup,
#form_popup_msg {
  display: none;
}

.popup_container {
  width: 520px;
  max-width: 100%;
  padding: 5px 29px;
  overflow: hidden !important;
  position: relative;
  box-sizing: border-box;
  background: transparent;
  text-align: center;
  padding-bottom: 30px;
}

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

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

.popup_container h2 {
  font-size: 24px;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
  padding-bottom: 29px;
  text-align: center;
  padding-top: 25px;
  color: #fff;
}

.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 .form-group {
  margin-bottom: 19px;
}

.popup_container .form-group input[type="text"],
.popup_container .form-group input[type="tel"] {
  color: #000;
  display: block;
  height: 60px;
  line-height: 100%;
  text-decoration: none;
  text-align: left;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  background: white;
  border: 2px solid #fff;
  padding: 10px;
}

.popup_container .form-group ::-webkit-input-placeholder {
  color: #000;
}

.popup_container .form-group ::-moz-placeholder {
  color: #000;
}

.popup_container .form-group :-ms-input-placeholder {
  color: #000;
}

.popup_container .form-group :-moz-placeholder {
  color: #000;
}

.popup_container .form-group textarea {
  color: black;
  display: block;
  height: 100px;
  text-decoration: none;
  text-align: left;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  background: none;
  border: 2px solid #c0c6c9;
  padding: 10px;
  resize: none;
  font-size: 16px;
}

.popup_container .form-group select {
  color: #000;
  height: 50px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  padding-left: 10px;
  background-color: white;
  border-radius: 5px;
  border: 2px solid #939393;
}

.popup_container .form-group button {
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
}

.alert.fancybox-content {
  overflow: hidden;
}

.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-weight: 400;
  font-family: "TT Wellingtons", sans-serif;
}

.agree_field a {
  color: #fff;
  text-decoration: underline;
}

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

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

.popup_container .form-disclamer {
  color: #b8b8b8;
  font-size: 10px;
  padding-top: 10px;
  text-align: center;
}

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

form .form-group input[type="text"],
form .form-group input[type="tel"] {
  height: 50px;
  width: 100%;
  color: #000;
  font-size: 14px;
  /* text-transform: uppercase; */
  box-sizing: border-box;
  font-weight: 300;
  text-align: left;
  border: 1px solid #fff;
  padding: 0 20px;
  outline: none;
  background: #fff;
  font-family: "TT Wellingtons", sans-serif;
  padding-top: 3px;
}

select {
  display: block;
  color: #000;
  height: 50px;
  width: 100%;
  padding-left: 15px;
  padding-right: 35px;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  background: url(../img/ico_select.svg) right 20px center no-repeat;
  border: 2px solid #939393;
  text-transform: uppercase;
}

form .form-group button {
  width: 100%;
  height: 50px;
  cursor: pointer;
  font-size: 14px;
  outline: none;
  padding-top: 3px;
}

form ::-webkit-input-placeholder {
  color: #000;
}

form ::-moz-placeholder {
  color: #000;
}

form :-ms-input-placeholder {
  color: #000;
}

form :-moz-placeholder {
  color: #000;
}

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

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

.btn {
  font-family: "Haval", Arial, sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 318px;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  height: 50px;
  cursor: pointer;
  padding-right: 10px;
  padding-left: 10px;
  border: 2px solid #00cabf;
  background: conic-gradient(
      at calc(100% - 1.3 * 2px) 0,
      #00cabf 209deg,
      #00cabf 211deg
    )
    border-box;
  box-sizing: border-box;
  padding-top: 2px;
}

.btn:hover {
  border: 2px solid #000;
  background: conic-gradient(
      at calc(100% - 1.3 * 2px) 0,
      #000 209deg,
      #000 211deg
    )
    border-box;
  color: #fff;
}

.btn.glass {
  border: 2px solid #000;
  background: transparent;
  color: rgb(0, 0, 0);
}

.btn.glass:hover {
  border: 2px solid #38d1c3;
  background: conic-gradient(
      at calc(100% - 1.3 * 2px) 0,
      #38d1c3 209deg,
      #38d1c3 211deg
    )
    border-box;
  color: #fff;
}

.btn.black {
  border: 2px solid #121314;
  background: conic-gradient(
      at calc(100% - 1.3 * 2px) 0,
      #121314 209deg,
      #121314 211deg
    )
    border-box;
  color: #fff;
}

.btn.black:hover {
  border: 2px solid #38d1c3;
  background: conic-gradient(
      at calc(100% - 1.3 * 2px) 0,
      #38d1c3 209deg,
      #38d1c3 211deg
    )
    border-box;
  color: #fff;
}

.btn span {
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  /* text-align: center; */
}


.btn.white {
  border: 2px solid #fff;
  background: conic-gradient(
      at calc(100% - 1.3 * 2px) 0,
      #fff 209deg,
      #fff 211deg
    )
    border-box;
  color: #000000;
}

.btn.white:hover {
  border: 2px solid #000000;
  background: conic-gradient(
      at calc(100% - 1.3 * 2px) 0,
      #000000 209deg,
      #000000 211deg
    )
    border-box;
  color: #ffffff;
}

.btn:after {
  content: url(../img/btn__arrow.svg);
}

.btn.glass:after {
  content: url(../img/btn__arrow_black.svg);
}

.btn_white-hover:hover {
  background: #fff;
  color: #38d1c3;
  border: 2px solid #fff;
}
.btn_white-hover:hover:after {
  content: url(../img/btn__arrow_green.svg);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 5;
}

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

.header .logo_wrap {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.header .logo_wrap .logo1 {
  height: 44px;
  display: flex;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #00000033;
  align-items: center;
}

.header .logo_wrap .sep {
  background: #000;
  width: 4px;
  height: 40px;
  transform: skewX(-17deg);
  margin: 0 15px;
}

.header .top_addr {
  font-size: 12px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  font-family: "TT Wellingtons", sans-serif;
}

.header .top_addr:before {
  content: url(../img/loc_top.svg);
  position: relative;
  top: 0px;
  left: -8px;
}

.header .top_phone {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "TT Wellingtons", sans-serif;
}

.header .top_phone a {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.header .top_phone:before {
  content: url(../img/phone_top.svg);
  position: relative;
  top: 0px;
  left: -7px;
}

.header .btn {
  /* font-size: 14px; */
  width: 234px;
  height: 42px;
  text-transform: none;
  font-weight: 400;
}

.header .m_btn {
  display: none;
}

.header .menu {
  display: none;
}

.main_menu {
  background: #ffffff;
  position: fixed;
  top: 86px;
  left: 0;
  right: 0;
  z-index: 5;
}

.main_menu .container {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.main_menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.1);
}

.menu_wrap {
  margin: 0 auto;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
}

.menu_wrap a {
  font-size: 16px;
  text-decoration: none;
  color: #000000;
  position: relative;
  font-weight: 400;
  font-family: "TT Wellingtons", sans-serif;
}

.menu_wrap a:hover {
  font-weight: 700;
}

.menu_wrap a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: -5px;
  left: 0;
  display: none;
}

.menu_wrap a:hover:after {
  display: block;
}

.banner {
  position: relative;
  margin-top: 132px;
}

.banner_slider {
  width: 100%;
}

.banner_slider .slide1 {
  background: url("../img/banner_slider/bg1.jpg") 50% 0 no-repeat;
}

.banner_slider .slide2 {
  background: url(../phpThumb/phpThumb.php?src=..%2Fimg%2Fbanner_slider%2Fbg2.jpg&f=webp&q=90&hash=462fe301acec152fac64cfc975cdb97cb7739d81408b49c804f1a75f6f52fec3) 50% 0 no-repeat;
}

.banner_slider .slide3 {
  background: url(../phpThumb/phpThumb.php?src=..%2Fimg%2Fbanner_slider%2Fbg3.jpg&f=webp&q=90&hash=1b218476aea5da22a5149af5e4ae6c4e1fd17d06d7fea50aea15bf739b988d0e) 50% 0 no-repeat;
}

.banner_slider .slide4 {
  background: url(../phpThumb/phpThumb.php?src=..%2Fimg%2Fbanner_slider%2Fbg4.jpg&f=webp&q=90&hash=a55118d607296a79227ba2f51aac70551f38fb3ac0157b4eef40c682331cbc7e) 50% 0 no-repeat;
}

.banner_slider .slide5 {
  background: url(../phpThumb/phpThumb.php?src=..%2Fimg%2Fbanner_slider%2Fbg5.jpg&f=webp&q=90&hash=f5897a8304d8285a8b1803a79f26849d6d3cdbfe4d4346f2e2e4c79ea707ac0b) 50% 0 no-repeat;
}

.banner_slider .slide6 {
  background: url(../phpThumb/phpThumb.php?src=..%2Fimg%2Fbanner_slider%2Fbg6.jpg&f=webp&q=90&hash=e70532889b1d0886974980d37a4c7b5d5f0a8388760b8179e6ef1436865fa2a8) 50% 0 no-repeat;
}

.banner_slider .slide7 {
  background: url("../img/banner_slider/bg7.jpg") 50% 0 no-repeat;
}

.banner_slider.swiper .swiper-slide {
  position: relative;
  height: 670px;
  overflow: hidden;
}

.banner_slider .slick-prev {
  width: 48px !important;
  height: 48px !important;
  z-index: 1;
  left: 35px !important;
  background: url("../img/banner_slider/bn_prev.png") 50% no-repeat !important;
  opacity: 0.7;
  transition: all 0.3s;
}

.banner_slider .slick-next {
  width: 48px !important;
  height: 48px !important;
  z-index: 1;
  right: 35px !important;
  background: url("../img/banner_slider/bn_next.png") 50% no-repeat !important;
  opacity: 0.7;
  transition: all 0.3s;
}

.banner_slider .slick-prev:hover,
.banner_slider .slick-next:hover {
  opacity: 1;
}

.banner_slider .slick-prev:before,
.banner_slider .slick-next:before {
  display: none;
}

.banner_slider .slick-dots {
  display: flex;
  justify-content: center;
  column-gap: 8px;
  bottom: 20px;
}

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

.banner_slider .slick-dots li {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50px;
  margin: 0;
  transition: all 0.2s linear;
}

.banner_slider .slick-dots li.slick-active {
  width: 40px;
}

.title_container {
  padding-top: 13px;
}

.banner_slider .slide1 .title_container {
  padding-top: 32px;
}

.title_wrap1 {
  margin-top: 85px;
}

.banner .title_container .title_wrap1 .title1 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}

.banner .title_container .title_wrap1 .subtitle {
  color: #ffffff;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 10px;
}

.banner .title_container .title_wrap1 .title3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
}

.title1 .br_mob {
  display: none;
}

.banner .title_container .title2 {
  color: #ffffff;
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
}

.banner .title_container .title_wrap1 .title1 {
  font-size: 40px;
  font-weight: 400;
  padding: 0 25px 0 0;
  display: inline-flex;
  align-items: center;
  margin-top: 52px;
  margin-bottom: 25px;
}

.banner .title_container .title_wrap1 .title1 span:first-child {
  display: inline-block;
  background: #2b303a;
  font-weight: 700;
  margin-right: 20px;
  padding: 0 10px;
}

.banner .title_container .title_wrap1 .title1 span:first-child b {
  font-size: 54px;
}

.title_wrap2 {
  position: relative;
  padding: 43px 0;
}

.slide1 .title_wrap2:before,
.slide3 .title_wrap2:before,
.slide4 .title_wrap2:before,
.slide5 .title_wrap2:before,
.slide2 .title_wrap2:before,
.slide3 .title_wrap2:before,
.slide4 .title_wrap2:before,
.slide5 .title_wrap2:before {
  content: "";
  top: 0;
  width: 156%;
  left: -112px;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.8) 34.53%,
    rgba(255, 255, 255, 0) 56.68%
  );
  position: absolute;
  transform: skewX(-36deg);
  backdrop-filter: blur(10px);
}

.title_container .br_mob {
  display: none;
}

.title_container .title_wrap2 .title1 {
  position: relative;
  font-size: 20px;
  margin-bottom: 28px;
}

.slide2 .title_container .title_wrap2 .title1 {
  color: #fff;
}

.slide2 .title_container .title_wrap2 .title2 {
  position: relative;
  color: #000000;
  font-size: 26px;
  font-weight: 300;
}

.slide1 .title_container .title_wrap2 .title2 span {
  position: relative;
  padding: 8px 12px 6px;
}

.slide1 .title_container .title_wrap2 .title2 span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  transform: skewX(-32deg);
}

.slide1 .title_container .title_wrap2 .title2 span b {
  position: relative;
  color: #ffffff;
  font-weight: 400;
}

.slide2 .title_container .title_wrap2 .title3 {
  color: #000000;
  margin-top: 4px;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 500;
  gap: 5px;
}

.slide2 .title_container .title_wrap2 .title3 span {
  color: #00cabf;
  font-size: 38px;
}

.slide2 .title_container .btn {
  margin-top: 10px;
}

.title_container .title_wrap2 .title3 {
  position: relative;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.title_container .title_wrap2 .title3 .btn {
  width: 250px;
}

.title2 .br_mob {
  display: none;
}

.title_container .title_wrap2 .title2 {
  position: relative;
  color: #000000;
  font-weight: 400;
  text-transform: unset;
  font-size: 25.3px;
  line-height: 117%;
  margin-bottom: 19px;
}

.banner .title_container .pulse {
  font-style: normal;
  animation: txtpulse 1s ease-in-out infinite;
}

@keyframes txtpulse {
  0% {
    text-shadow:
      1px -1px 10px #b91b23,
      -1px 1px 25px #b91b23;
  }
  50% {
    text-shadow: none;
  }
  100% {
    text-shadow:
      1px -1px 10px #b91b23,
      -1px 1px 25px #b91b23;
  }
}

.banner .title_container .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px;
  font-weight: 300;
}

.banner .title_container .btn:hover {
  border-color: #fff;
}

.banner .title_container .timer_block {
  display: block;
  background: #2b303a;
  padding: 20px;
  width: 100%;
  max-width: 340px;
}

.banner .title_container .timer_block .timer_title {
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.banner .slide6 .title_container {
  position: relative;
  top: 34px;
  padding: 0;
}

.banner .slide6 .title_container .title_wrap2 {
  padding: 0;
}

.banner .slide6 .title_container .title1 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

.banner .slide6 .title_container .title2 {
  margin-top: 20px;
  padding: 0;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  text-transform: initial;
  display: block;
}

.banner .slide7 .title_container {
  position: relative;
  top: 34px;
  padding: 28px 0 49px 0;
}

.banner .slide7 .title_container:before {
    content: "";
    display: block;
    width: 1920px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    backdrop-filter: blur(7.900000095367432px);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.0504) 0%, rgba(255, 255, 255, 0.72) 50%, rgba(255, 255, 255, 0.0504) 100%);
}

.banner .slide7 .title_container .title_wrap2 {
  padding: 0;
}

.banner .slide7 .title_container .title1 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}

.banner_props {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner_props a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 70px;
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  overflow: hidden;
}

.banner_props a:before {
  content: "";
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  z-index: 2;
}

.banner_props .ico1:before {
  background: url(../img/banner_props_ico1.svg) 50% 50% no-repeat #00cabf;
}

.banner_props a:after {
  content: "";
  position: absolute;
  right: 18px;
  width: 100%;
  height: 100%;
  background: #626970;
  transform: skewX(-26deg);
}

.banner_props a span {
  position: relative;
  z-index: 2;
  padding: 0 90px 0 30px;
}

.banner_des {
  position: absolute;
  bottom: 90px;
  display: flex;
  justify-content: center;
  align-items: end;
  column-gap: 46px;
}

.banner_des1 {
  display: flex;
  width: 38%;
}

.banner_des1 span {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 46px 0 16px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  overflow: hidden;
  z-index: 2;
}

.banner_des1 span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 26px;
  width: 100%;
  height: 100%;
  background: #00cabf;
  transform: skewX(-24deg);
  z-index: -1;
}

.banner_des2 {
  width: 40%;
  font-size: 14px;
  font-weight: 400;
  color: #3d3e3f;
}

.title_props {
  display: flex;
  justify-content: space-between;
  margin-top: 308px;
}

.title_props > a {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding-left: 60px;
  position: relative;
  color: #000000;
  line-height: 120%;
  padding-right: 20px;
}

.title_props > a.mob {display: none;}

.title_props > a span {
  position: relative;
  z-index: 1;
  top: 1px;
}

.title_props > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: url("../img/ico_fire.svg") 50% 50% no-repeat;
  z-index: 1;
}

.title_props > a.ico_bell:before {
  background: url("../img/ico_bell.svg") 50% 50% no-repeat;
}
.title_props > a.ico_reg:before {
  background: url("../img/ico_reg.svg") 50% 50% no-repeat;
}
.title_props > a.ico_date:before {
  background: url("../img/ico_date.svg") 50% 50% no-repeat;
}

.title_props > a:after {
  content: "";
  width: 90%;
  height: 42px;
  transform: skewX(-20deg);
  background: #ffffff;
  position: absolute;
  top: 4px;
  right: 0;
}

.banner .slide7 .title_props {
    margin-top: 24px;
    justify-content: center;
    gap: 28px;
}
.banner .slide7 .title_props-item {
    min-height: auto;
    line-height: 1.1;
    padding-left: 50px;
    height: 40px;
    background: #fff;
    font-size: 18px;
}

.banner .slide7 .title_props-item:after {
    display: none;
}
.banner .slide7 .title_props-item:before {
    width: 40px;
    height: 100%;
    background-color: #00cabf;
    background-repeat: no-repeat;
    background-position: 50%;
}
.banner .slide7 .title_props-item.ico1:before {
    background-image: url(../img/title_props__ico1.svg);
}
.banner .slide7 .title_props-item.ico2:before {
    background-image: url(../img/title_props__ico2.svg);
}
.banner .slide7 .title_props-item.ico3:before {
    background-image: url(../img/title_props__ico3.svg);
}

.runrow {
    width: 100%;
    overflow: hidden;
    display: none;
}

.runrow__content {
    display: flex;
    align-items: center;
    width: max-content;
    animation: runrow 25s linear infinite;
}

.runrow__text {
    flex-shrink: 0;
    font-size: 4vw;
    line-height: 1;
    white-space: nowrap;
    font-weight: 100;
}

.runrow__ico {
    /* width: 1.5vw; */
    /* height: 1.5vw; */
    margin: 0 3vw;
    flex-shrink: 0;
}

.runrow__ico img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@keyframes runrow {
    from {
        transform: translateX(0);
    }

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

.timer {
  margin-top: 80px;
}

.timer .timer_cont {
  padding: 38px 30px 32px;
  background: #626970;
  display: flex;
  justify-content: space-between;
}

.timer .timer_title {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
}

.timer div[id*="timer"] {
  min-width: 480px !important;
}

.timer_block {
  display: grid;
  justify-content: center;
}

.timer form {
  max-width: 396px;
}

.timer .form_block form .form-group input[type="text"],
.timer form .form-group input[type="tel"] {
  background: transparent;
  border: 1px solid #fff;
  color: #fff !important;
}

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

.timer .agree_field {
  color: #fff;
}

.new_car_block {
  padding: 45px 0 55px;
  background: url(../phpThumb/phpThumb.php?src=..%2Fimg%2Fnew_car_bg.jpg&f=webp&q=90&hash=77eb1b1ab8cab984003810325a991a13caf4d420f8f0c792b5dc66c65fe949d3) 0 0 no-repeat;
  margin-top: 23px;
}

.new_car_block > img {
  display: none;
}

.new_car_wrap {
  padding-left: 60px;
}

.new_car_title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 54px;
  font-weight: 700;
}

.new_car_comment {
  color: #ffffff;
  font-size: 32px;
  line-height: 150%;
}

.new_car_comment b {
  text-transform: uppercase;
}

.new_car_wrap .btn {
  width: 360px;
  margin-top: 30px;
  font-size: 18px;
}

.main_gift_block {
  background: url(../phpThumb/phpThumb.php?src=..%2Fimg%2Fmain_gift_bg.png&f=webp&q=90&hash=4332673ad72d5dcfe3d5030e6c74eb1811ef7e5cdd384691380806577174c76a) 72% 50% no-repeat #000000;
  padding: 35px 0;
  margin-top: 25px;
}

.main_gift_text {
  color: #ffffff;
  font-size: 28px;
}

.main_gift_text b {
  font-size: 36px;
}

.main_gift_block .btn.glass {
  margin-top: 20px;
  width: 360px;
  max-width: 100%;
  background: transparent;
  border-color: #fff;
  color: #ffffff;
}

.main_gift_block .btn.glass:hover {
  background: #fff;
  color: #000000;
}

.brand_day_scroll {
  background: url(../phpThumb/phpThumb.php?src=..%2Fimg%2Fbrand_day_scroll_bg.jpg&f=webp&q=90&hash=b0b53dbfc1dd046640047c812119a5b1f37a4adb64a025e5ea6b8127ecac68a6) 50% 0 no-repeat;
  padding: 75px 0;
  margin-top: 40px;
}

.brand_day_scroll_title {
  font-size: 43px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}

.brand_day_scroll .btn {
  margin: 35px auto 0;
}

.brand_day {
  margin-top: 90px;
}

.brand_day_title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.bd_list {
  display: flex;
}

.bd_list .column {
  width: 50%;
}

.bd_list .column .bd_item {
  display: flex;
}

.bd_list .column .bd_item .bd_item_text {
  width: 50%;
  background: url("../img/brand_day_frame.jpg") 50% no-repeat #2b303a;
  padding: 40px 30px;
  color: #ffffff;
  font-size: 16px;
  background-size: 100%;
}

.bd_list .column .bd_item .bd_item_text b {
  display: block;
  margin-bottom: 10px;
  font-size: 25px;
}

.bd_list .column .bd_item .bd_item_img {
  width: 50%;
}

.bd_wrap {
  background: url(../phpThumb/phpThumb.php?src=..%2Fimg%2Fbrand_day_bg.jpg&f=webp&q=90&hash=6b9f97378317361415217a2e2b02690ac0913b6459ee567b0cefc928c417d107) 50% 0 no-repeat;
  padding: 60px 80px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.bd_wrap .bd_title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.bd_wrap .bd_addr {
  color: #ffffff;
  padding: 5px 0 5px 30px;
  font-size: 16px;
  background: url("../img/brand_loc.png") 0 50% no-repeat;
  margin-bottom: 25px;
}

.bd_wrap .bd_timer_wrap {
  margin-top: 5px;
}

.bd_wrap .bd_timer_title {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
}

.bd_wrap .bd_timer {
  margin-left: -25px;
}

.gos_block {
  margin-top: 85px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.gos_wrap {
  width: 46%;
  position: relative;
}

.gos_title {
  font-size: 34px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.gos_title b {
  font-weight: 900;
  font-size: 40px;
  color: #b91b23;
}

.gos_progs {
  display: flex;
}

.gos_progs a {
  box-sizing: border-box;
  border: 2px solid #000000;
  padding: 7px;
  width: 219px;
  height: 185px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  background: #000000;
  transition: all 0.3s;
}

.gos_progs a span {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #808080;
  padding-top: 90px;
  text-align: center;
  transition: all 0.3s;
}

.gos_progs a b {
  font-size: 26px;
}

.gos_progs a.ico1 {
  margin-right: 20px;
}

.gos_progs a.ico1 span {
  background: url("../img/gos_ico1.png") 50% 15px no-repeat;
}

.gos_progs a.ico1:hover span {
  background: url("../img/gos_ico1_hov.png") 50% 15px no-repeat;
}

.gos_progs a.ico2 span {
  background: url("../img/gos_ico2.png") 50% 15px no-repeat;
}

.gos_progs a.ico2:hover span {
  background: url("../img/gos_ico2_hov.png") 50% 15px no-repeat;
}

.gos_img {
  margin-top: 20px;
  margin-left: -45px;
}

.gos_progs a:hover {
  background: #ffffff;
}

.gos_progs a:hover span {
  border-color: #000000;
  color: #000000;
}

.cars {
  margin-top: 120px;
}

.cars__title {}

.cars__title {
  font-size: 44px;
  text-align: center;
  text-transform: uppercase;
}

.cars__menu {
  padding-bottom: 20px;
  margin-top: 70px;
}

.cars__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}

.cars__menu .swiper-slide {
  color: #121314;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  text-align: center;
}

.cars__menu .swiper-slide:hover {
  opacity: 1;
}

.cars__menu .swiper-slide span {
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  text-align: center;
}

.cars__menu .swiper-slide .new {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #00cabf;
  padding: 4px 4px 2px;
  font-size: 8px;
  font-weight: 700;
  color: #ffffff;
}

.car {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  padding-top: 0;
  background: #fff;
  border: 2px solid #ededed;
  margin-top: 70px;
  width: calc(50% - 10px);
  position: relative;
}

.car__title {
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  top: 57px;
}

.car__spec-block {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-family: "TT Wellingtons", sans-serif;
  margin-top: -27px;
}

.car__spec-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 5px 8px 11px;
  text-decoration: none;
  transition: .25s;
  width: calc(50% - 6px);
}

.car__spec-item_type1 {
  border: 2px solid #11c7c6;
  background: #fff;
}

.car__spec-item_type2 {
  background: #11c7c6;
}

.car__spec-item_type2 .car__spec-text {
  color: #000;
}

.car__spec-ico {
  min-width: 24px;
  padding: 6px 0;
  padding-right: 12px;
  border-right: 2px solid #00CABF;
}

.car__spec-item_type2 .car__spec-ico {
  border-color: #fff;
}

.car__spec-ico img {
  display: block;
}

.car__spec-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #121314;
}

.car__image-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}

.car__image-block {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  flex: 1;
  gap: 26px;
  margin-top: 85px;
}

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

.car__colors-dot {
  width: 24px;
  height: 24px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: .2s;
}

.car__colors-dot.active {
  border-color: #121314 !important;
}

.car__colors-dot.wt {
  border-color: #ddd;
}

.car__image {
  flex: 1;
  transform: scale(1.2);
  transform-origin: left center;
}

.car__image img {
  display: block;
  width: 100%;
  transform: scale(1.1);
}

.car__gallery {
  width: 125px;
  height: 292px;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
}

.car__gallery .swiper {
  height: 212px;
  margin: 10px 0;
}

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

.car__gallery-item {
  display: block;
}

.car__gallery-item img {
  display: block;
  width: auto;
}

.car__gallery-arrows {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.car__gallery-arrow {
  height: 24px;
  border: 1px solid #E8E9EA;
  cursor: pointer;
  transition: .2s;
  background: center no-repeat #E8E9EA;
}

.car__gallery-arrow_prev {
  order: 1;
  background-image: url("../img/car__gallery-arrow-next.svg");
  transform: rotate(180deg);
}

.car__gallery-arrow_next {
  order: 2;
  background-image: url("../img/car__gallery-arrow-next.svg");
}

.car__gallery-arrow:hover:not(.swiper-button-disabled) {
  background-color: #111;
}

.car__gallery-arrow_prev:hover:not(.swiper-button-disabled),
.car__gallery-arrow_next:hover:not(.swiper-button-disabled) {
  background-image: url("../img/car__gallery-arrow-next_hover.svg");
}

.car__gallery-arrow.swiper-button-disabled {
  cursor: default;
  background-color: transparent;
}

.car__gallery-arrow_prev.swiper-button-disabled,
.car__gallery-arrow_next.swiper-button-disabled {
  background-image: url("../img/car__gallery-arrow-next_disable.svg");
}

.car__benefits {
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column; */
  justify-content: space-between;
  gap: 12px;
  gap: 10px 0;
  font-family: "TT Wellingtons", sans-serif;
}

.complect__right .car__benefits-item {
  /* margin-left: -100px; */
  width: 100%;
}

.car__benefits-item {
  display: flex;
  align-items: center;
  width: calc(50% - 8px);
  gap: 16px;
  color: #222;
  text-decoration: none;
  /* width: 100%; */
}

.car__benefits-ico {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: #E8E9EA;
}

.car__benefits-ico img {
  display: block;
}

.car__benefits-text {
  font-size: 16px;
  line-height: 1.3;
}

.car__benefits-text b {
  font-weight: 700;
}

.car_btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.car_btns .btn {
  width: calc(50% - 8px);
  white-space: nowrap;
}

.garant {
  margin-top: 110px;
  background: url(../phpThumb/phpThumb.php?src=..%2Fimg%2Fgarant_bg.jpg&f=webp&q=90&hash=4684e42293b0a8e5cec9fb45f929a0f71f47d02e6620bafbea02e942274616d9) 50% 0 no-repeat;
  padding: 75px 0 80px;
  display: none;
}

.garant > img {
  display: none;
}

.garant_title {
  color: #ffffff;
  font-weight: 300;
  font-size: 36px;
}

.garant_title b {
  display: block;
  font-weight: 900;
  font-size: 34px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.garant_offer {
  margin-top: 10px;
  color: #ffffff;
  font-size: 68px;
  font-weight: 400;
  padding-left: 80px;
  position: relative;
}

.garant_offer:before {
  content: "";
  display: block;
  width: 57px;
  height: 49px;
  background: url("../img/ico_bell.png") 50% no-repeat;
  position: absolute;
  top: 18px;
  left: 0;
  animation: blink 0.7s infinite alternate;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.25;
  }
  100% {
    opacity: 0;
  }
}

.garant_info_wrap {
  width: 564px;
  max-width: 100%;
  position: relative;
}

.garant_info {
  box-sizing: border-box;
  margin-top: 45px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 61px;
  padding-left: 35px;
  padding-right: 95px;
  border: 2px solid #ffffff;
  background: url("../img/arrow_d.png") 93% 50% no-repeat;
  cursor: pointer;
}

.garant_list_wrap {
  position: absolute;
  left: 0;
  top: 61px;
  box-sizing: border-box;
  background: #ffffff;
  width: 100%;
  padding: 25px 30px;
  max-width: 100%;
  z-index: 1;
  display: none;
}

.garant_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.garant_list li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  cursor: pointer;
}

.garant_list li i {
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  margin-left: 10px;
}

.garant_list li:last-child {
  margin-bottom: 0;
}

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

.choose_car {
  margin-top: 80px;
  height: 553px;
}

.choose_car .content {
  padding: 165px 0;
  position: relative;
}

.choose_car .container .content > .item {
  display: none;
}

.choose_car .container .content > .item.show {
  display: block;
}

.choose_car .title {
  font-size: 36px;
  font-weight: 400;
  padding-bottom: 45px;
  color: #fff;
  text-transform: uppercase;
}

.choose_car .text {
  font-size: 24px;
  padding: 20px 0;
  color: #ffffff;
  line-height: 146%;
  font-family: "TT Wellingtons", sans-serif;
}

.choose_car .comment {
  font-size: 30px;
  font-weight: 700;
}

.choose_car .next_prev_block {
  display: flex;
  justify-content: space-between;
  width: 85%;
}

.choose_car .btn {
  cursor: pointer;
}

.choose_car .btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.choose_car .item_blocks {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.choose_car .info_block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 370px;
  width: 480px;
}

.choose_car .inputs_block label {
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 50px;
  position: relative;
  margin-bottom: 20px;
}

.choose_car .inputs_block label input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.choose_car .inputs_block label input + span {
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  border: 1px solid black;
  width: 28px;
  height: 28px;
}

.choose_car .inputs_block label input:checked + span {
  background: url(../img/checked_input.png) 50% no-repeat;
}

.choose_car .selects_block .select_item {
  padding-bottom: 35px;
  width: 85%;
}

.choose_car .selects_block .select_item .select_name {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 15px;
}

.choose_car .selects_block .select_item select {
  font-size: 20px;
  font-weight: 700;
}

.choose_car .select_color {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.choose_car .select_color label {
  width: 122px;
  height: 122px;
  margin: 5px;
  display: block;
  position: relative;
  cursor: pointer;
}

.choose_car .select_color label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.choose_car .select_color label input + span {
  display: block;
  width: 122px;
  height: 122px;
  position: absolute;
  top: 0;
  left: 0;
}

.choose_car .select_color label:hover input + span {
  border: 3px solid black;
  width: 122px;
  height: 122px;
}

.choose_car .select_color label input:checked + span {
  border: 3px solid black;
  background: url(../img/checked_input.png) 20% 20% no-repeat;
}

.choose_car .form_block {
  margin-bottom: 35px;
  max-width: 370px;
}

.choose_car .form_block form .form-group input[type="text"],
form .form-group input[type="tel"] {
  background: #fff;
  border: 2px solid #ffffff;
  color: #ababab;
}

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

.choose_car .form_block .agree_field,
.choose_car .form_block .agree_field a {
  color: #000;
}

.choose_car .steps {
  position: absolute;
  bottom: 55px;
  left: 0;
  display: none;
  justify-content: space-between;
  width: 100%;
}

.choose_car .steps.show {
  display: flex;
}

.choose_car .steps:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #000;
  opacity: 0.3;
}

.choose_car .steps .step_item {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  padding-top: 25px;
  font-weight: 400;
  opacity: 0.3;
  position: relative;
}

.choose_car .steps .step_item.active {
  opacity: 1;
}

.choose_car .steps .step_item.active:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  height: 5px;
  width: 100%;
  background: #000;
}

.complects {
  padding: 120px 0;
}

.complects .title,
.complects__title {
  font-size: 44px;
  text-transform: uppercase;
}

.complects__models {
  display: flex;
  gap: 16px;
  margin-top: 40px;
  justify-content: space-between;
  border-bottom: 1px solid #B1B4B8;
}

.complects__model {
  padding-bottom: 22px;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: .25s;
  outline: none;
  font-size: 16px;
  font-family: "Haval", sans-serif;
  color: #B1B4B8;
}

.complects__model.is-active {
  border-color: #11c7c6;
  color: #121314;
}

.complects__tabs {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.complects__tab {
  padding: 15px 0;
  border: 2px solid #121314;
  background: none;
  cursor: pointer;
  transition: .25s;
  font-family: "Haval", sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-size: 13px;
  color: #626970;
  width: 100%;
}

.complects__tab.is-active {
  background: #222;
  border-color: #222;
  color: #fff;
}

.complects__cards {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 40px;
}

.complect {
  display: flex;
  gap: 40px;
  padding: 32px;
  padding-right: 0;
  background: linear-gradient(0deg, #E8E9EA 0%, #E8E9EA 70%, transparent 70%);
}

.complect.is-hidden {
  display: none;
}

.complect__left {
  width: 38%;
  display: flex;
  flex-direction: column;
}

.complect__right {
  width: 62%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 12px;
}

.complect__header {
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
}

.complect__model {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.complect__name {
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  color: #00CABF;
}

.complect__image {
  margin-top: 20px;
}

.complect__image img {
  display: block;
  width: 100%;
  height: auto;
}

.complect__buttons {
  display: flex;
  gap: 15px;
  margin-top: auto;
}

.complect__buttons .btn {
  flex: 1;
}

.complect__specs {
  margin-bottom: 45px;
  width: 100%;
  position: relative;
}

.complect__specs .car__spec-block {
  margin: 0;
}

.complect__chars {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  font-family: "TT Wellingtons", sans-serif;
  width: calc(50% - 6px);
  border-left: 2px solid #00CABF;
  padding: 5px 0;
}

.complect__char {
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  gap: 15px;
}

.complect__char-icon {
  flex-shrink: 0;
}

.complect__char-info {
  flex: 1;
}

.complect__char-value {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 5px;
}

.complect__char-label {
  font-size: 13px;
  color: #8a8a8a;
}

.complect__benefits {
  font-family: "TT Wellingtons", sans-serif;
  width: calc(50% - 6px);
}

.complect__benefits .car__benefits-item .car__benefits-ico {
  background: #fff;
}

.complects__footer {
  margin-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.complects__more {
  width: 230px;
  text-transform: uppercase;
  font-family: "Haval", sans-serif;
  font-size: 11px;
}

/* --- Stagger Layout (ÐžÐ±Ñ‰Ð°Ñ ÑÑ‚Ñ€ÑƒÐºÑ‚ÑƒÑ€Ð°) --- */
.stagger {overflow: hidden;}

.stagger__item {position: relative;}

.stagger__container {
    height: 100%;
}

.stagger__bg {width: 1920px;position: relative;z-index: -1;left: 50%;transform: translateX(-50%);}

.stagger__bg-img picture {
    width: 100%;
    display: flex;
}

.stagger__item:nth-child(even) .stagger__bg-img picture {justify-content: flex-end;}

.stagger__content {position: absolute;top: 115px;width: 100%;height: 100%;}

.stagger__main {display: flex;justify-content: space-between;height: 100%;align-items: flex-start;}

.stagger__column {width: 50%;}

.stagger__title {font-size: 33px;text-transform: uppercase;line-height: 1.3;}

.stagger__desc {font-family: "TT Wellingtons", sans-serif;font-size: 20px;line-height: 1.3;margin-top: 16px;}

.stagger__btn {margin-top: 40px;}

.stagger__column_right {margin-left: auto;padding-left: 110px;}

.stagger__comment {font-size: 26px;}

.stagger__comment_white {color: #fff;}

.stagger__desc_white {color: #fff;margin-top: 16px;}

.stagger__desc_ttu {text-transform: uppercase;}

/* --- Remote Service Block --- */
.remote-service__subtitle {font-family: "TT Wellingtons", sans-serif;font-size: 20px;font-weight: 700;margin-bottom: 12px;}

/* --- Trade-in Block --- */
.tradein__form {margin-top: 40px;}

.tradein__form input[type="tel"],
.tradein__form input[type="text"] {border: 1px solid #000 !important;}

.tradein__form button {margin: 0;}

.tradein__form .agree_field, .tradein__form .agree_field a {color: inherit;}

.credit {
  background: url(../phpThumb/phpThumb.php?src=..%2Fimg%2Fcredit_bg.jpg&f=webp&q=90&hash=c636cc9455203e0936f439bdd611b1fdc040d915688c1bd38e1c86cd49dc7252) 50% 0 no-repeat;
  color: #fff;
  padding: 140px 0;
  margin-top: 120px;
}

.webp .credit {
  background: url(../img/credit_bg.webp) 50% 0 no-repeat;
}

.credit .content {
  width: 484px;
  background: rgba(0, 0, 0, 0.7);
  padding: 30px;
}

.credit .title {
  font-size: 36px;
  text-transform: uppercase;
}

.credit .comment {
  font-size: 16px;
  line-height: 110%;
  padding: 25px 0;
  font-family: "TT Wellingtons", sans-serif;
}

.credit .comment b {
  font-weight: 400;
}

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

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

.corp {
  background: url(../phpThumb/phpThumb.php?src=..%2Fimg%2Fcorp.jpg&f=webp&q=90&hash=51f0c4ad871a4fb81a42c08515098eca4a839f4206fb9b404b47172f673cbb6f) 50% 0 no-repeat;
  color: #fff;
  padding: 68px 0;
  margin-top: 120px;
}

.webp .corp {
  background: url(../img/corp.webp) 50% 0 no-repeat;
}

.corp .content {
  width: 527px;
  background: rgba(0, 0, 0, 0.7);
  padding: 30px;
  margin-left: auto;
}

.corp .title {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.1;
}

.corp .comment {
  font-size: 16px;
  line-height: 110%;
  padding: 25px 0;
  font-family: "TT Wellingtons", sans-serif;
}

.corp .comment b {
  font-weight: 400;
}

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

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

.reviews {
  background: #ffffff;
  padding: 75px 0 90px;
}

.reviews_title {
  font-size: 36px;
  padding-bottom: 30px;
  text-align: left;
}

.reviews_text {
  font-size: 20px;
  margin-bottom: 45px;
}

.reviews_items {
  margin-top: 10px;
}

.reviews_item {
  box-sizing: border-box;
  color: #000;
  min-height: 305px !important;
  background: white;
  padding: 25px 30px;
  margin: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

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

.reviews_item .autor_name {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  display: flex;
  align-items: center;
}

.reviews_item .autor_name .rating {
  margin-left: 20px;
}

.reviews_item .review_title .review_date {
  font-size: 22px;
  font-weight: 400;
}

.reviews_item .about_review {
  color: rgba(0, 0, 0, 0.2);
  font-size: 22px;
}

.reviews_item .review {
  padding-top: 20px;
  font-size: 16px;
}

.reviews .slick-dots {
  display: flex !important;
  justify-content: center;
  position: absolute !important;
  bottom: -15% !important;
  z-index: 1 !important;
  padding: 0 !important;
  width: 100%;
}

.reviews .slick-dots li {
  width: 100px !important;
  height: 6px !important;
  display: block !important;
  margin: 0 10px !important;
  background: #cccccc !important;
}

.reviews .slick-dots li button {
  display: block !important;
  background: none !important;
  color: transparent !important;
  height: 0 !important;
  width: 0 !important;
  border: none !important;
  outline: none !important;
}

.reviews .slick-dots li button:before {
  display: none !important;
}

.reviews .slick-dots li.slick-active {
  background: #000 !important;
}

.offers2 {
  padding-bottom: 114px;
}

.offers2_cont {
  position: relative;
}

.offers2_cont .container:nth-child(1) {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.offers2_cont:before {
  content: "";
  position: absolute;
  right: 0;
  top: -24px;
  background: url(../phpThumb/phpThumb.php?src=..%2Fimg%2Foffers2_bg.png&f=webp&q=90&hash=4f5a6b567fd593483850e38e598d18eb41665da0b024eca25b74ad1d3b62225f) 100% 0 no-repeat;
  background-size: contain;
  width: 40%;
  height: 504px;
}

.offers2_cont:after {
  content: "";
  position: absolute;
  right: 0;
  top: 155px;
  background: url(../phpThumb/phpThumb.php?src=..%2Fimg%2Foffers2_cars.png&f=webp&q=90&hash=ceaf554cbf60c6e72f52681170faaead84ce9037de73be3832b3bf12001bf20f) 100% 0 no-repeat;
  width: 100%;
  height: 480px;
  background-size: auto 100%;
}

.offers2_left {
  padding-top: 72px;
  padding-bottom: 70px;
  width: 56%;
}

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

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

.offers2_left_title1 {
  font-family: "Montserrat";
  margin-top: 52px;
  display: flex;
}

.offers2_left_title1 p {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.offers2_left_title1 p:nth-child(1) {
  padding-right: 16px;
  border-right: 3px solid #000;
  margin-right: 12px;
}

.offers2_left_title2 {
  font-family: "Montserrat";
  margin-top: 18px;
  font-size: 68px;
  font-weight: 800;
  text-transform: uppercase;
}

.offers2_left_title3 {
  font-family: "Montserrat";
  margin-top: 15px;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.offers2_left_title3 br {
  display: none;
}

.offers2_right {
  width: 44%;
}

.offers2_right_title {
  position: relative;
  top: -27px;
  font-family: "Montserrat";
  font-size: 29px;
  font-weight: 400;
  width: 336px;
  height: 336px;
  border-radius: 50%;
  background: #ffe115;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 44px;
}

.offers2_right_title b {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 800;
}

.offers2_center {
  position: relative;
  z-index: 2;
  padding: 23px 0;
  background: #ffe115;
}

.offers2_center_title {
  font-family: "Montserrat";
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.offers2_center_title b {
  font-size: 32px;
  font-weight: 700;
}

.offers2_center_title span {
  font-size: 32px;
  font-weight: 600;
}

.offers2_end {
  padding-top: 94px;
}

.offers2_cont .offers2_end .container {
  display: block;
}

.offers2_end_title {
  font-size: 36px;
  font-weight: 400;
}

.offers2_end_cont {
  margin-top: 44px;
  display: flex;
  justify-content: space-between;
  font-family: "TT Wellingtons", sans-serif;
}

.offers2_block_img {
  height: 56px;
  display: grid;
  justify-content: center;
  align-items: end;
  margin-bottom: 16px;
}

.rating_star {
  display: flex;
  justify-content: center;
  column-gap: 6px;
}

.offers2_end_block span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.best_offer {
  color: #fff;
  background: url(../img/best_offer_bg.jpg) 50% 0 no-repeat;
  padding-top: 45px;
  padding-bottom: 30px;
}

.webp .best_offer {
  background: url(../img/best_offer_bg.webp) 50% 0 no-repeat;
}

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

.best_offer .title1 {
  font-size: 16px;
  margin-bottom: 5px;
}

.best_offer .title2 {
  font-size: 28px;
}

.best_offer #form3 {
  width: 55%;
}

.best_offer #form3 .form-group_wrapper {
  display: flex;
  justify-content: space-between;
}

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

.best_offer #form3 .form-group input[type="text"],
.best_offer #form3 .form-group input[type="tel"] {
  color: #ababab;
  background: #fff;
  border: 1px solid #fff;
}

.best_offer #form3 ::-webkit-input-placeholder {
  color: #ababab;
}

.best_offer #form3 ::-moz-placeholder {
  color: #ababab;
}

.best_offer #form3 :-ms-input-placeholder {
  color: #ababab;
}

.best_offer #form3 :-moz-placeholder {
  color: #ababab;
}

.contacts_block {
  background: #111111;
  color: #fff;
  padding: 50px 0 30px 0;
}

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

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

.contacts_block .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.contacts {
  width: 27%;
  line-height: 125%;
  font-family: "TT Wellingtons", sans-serif;
}

.contacts .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Haval", Arial, sans-serif;
}

.contacts .title span {
  display: block;
  font-size: 16px;
  text-transform: none;
  margin-bottom: 36px;
}

.contacts .bottom_addr {
  font-size: 16px;
  font-weight: 400;
  padding-left: 25px;
  position: relative;
  margin-top: 18px;
}

.contacts .bottom_addr:before {
  content: url(../img/loc_bottom.svg);
  position: absolute;
  top: 1px;
  left: 0;
}

.contacts .bottom_worktime {
  font-size: 16px;
  font-weight: 400;
  padding-left: 25px;
  position: relative;
  margin-top: 9px;
}

.contacts .bottom_worktime:before {
  content: url(../img/clock_bottom.svg);
  position: absolute;
  top: 3px;
  left: 0;
}

.contacts .bottom_phone {
  padding-left: 25px;
  position: relative;
  margin-top: 12px;
}

.contacts .bottom_phone a {
  font-size: 16px;
  color: #fff;
}

.contacts .bottom_phone:before {
  content: url(../img/phone_bottom.svg);
  position: absolute;
  top: 2px;
  left: 0;
}

.contacts #form4 {
  width: 100%;
  margin-top: 20px;
}

#map1 {
  height: 460px;
  width: 70%;
  max-width: 100%;
  background: url(../img/map.jpg) 50% 0% no-repeat;
}

.webp #map1 {
  background: url(../img/map.webp) 50% 0% no-repeat;
}

footer {
  padding-top: 21px;
  padding-bottom: 20px;
}

.disclamer_switch {
  color: black;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
}

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

.copyright {
  font-size: 12px;
  position: absolute;
  top: 0px;
  left: 15px;
}

@media (max-width: 1800px) {
  .offers2_cont:after {
    top: 214px;
    height: 400px;
  }

  .offers2_cont:before {
    width: 36%;
  }
}

@media (max-width: 1600px) {
  .banner_slider .item.bg1 {
    background-size: 105% !important;
  }

  .banner .title_container .timer_block {
    margin-top: 280px;
  }

  .slide6 .title_container .title2 {
    font-size: 28px;
  }

  .banner_des {
    column-gap: 20px;
  }

  .banner_des1 span {
    font-size: 16px;
  }

  .banner_props a {
    font-size: 24px;
  }
}

@media (max-width: 1440px) {
  .offers2_left_title2 {
    font-size: 4vw;
  }

  .offers2_left_title3 br {
    display: block;
  }

  .banner_des1 span {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .banner .title_container .btn {
    display: none;
  }
  .slide2 .title_container .title_wrap2 .title2 br {
    display: block;
  }

  .timer div[id^="timer"] {
    transform: scale(0.7) !important;
    width: 480px;
    float: left;
    position: absolute;
    left: -28px;
    top: 70px;
  }

  .timer .timer_title {
    font-size: 18px;
  }

  .head_buttons {
    top: 261px;
    display: flex;
    left: 32px;
  }

  .header .logo_wrap {
    max-width: 248px;
  }

  .offers2_center_title b {
    font-size: 20px;
  }

  .offers2_center_title span {
    font-size: 20px;
  }

  .offers2_cont:after {
    top: 214px;
    height: 330px;
  }

  .offers2_right_title b {
    font-size: 26px;
  }

  .offers2_left_title1 p {
    font-size: 18px;
  }

  .offers2_right_title {
    left: 50px;
    font-size: 28px;
    width: 280px;
    height: 280px;
  }

  .offers2_cont:before {
    width: 32%;
  }

  .service_img {
    overflow: hidden;
  }

  .service_img img {
    max-width: initial;
    height: 100%;
    float: right;
  }

  .service_des {
    left: 20px;
    font-size: 14px;
  }

  .service_des span {
    font-size: 24px;
  }
}

@media (min-width: 991px) and (max-width: 1280px) {
  .stagger__title {font-size: 24px;}
  .stagger__desc {font-size: 16px;}
  .stagger__column_right {padding-left: 40px;}
}

@media (min-width: 768px) and (max-width: 1199px) {
  .menu_wrap {
    width: 100%;
  }

  .gos_img {
    margin-left: 20px;
  }

  .gos_title {
    font-size: 22px;
  }

  .header .top_addr {
    display: none;
  }

  .banner {
  }

  .banner_slider {
  }

  .banner_slider .item {
  }

  .banner_slider .item img {
  }

  .banner_slider .slick-dots {
  }

  .banner_slider .slick-dots li {
  }

  .banner_slider .slick-dots li button {
  }

  .banner_slider .slick-dots li.slick-active {
  }

  .banner .title_container {
    top: -695px;
    width: 95%;
    box-sizing: border-box;
  }

  .banner .title_container .content {
  }

  .banner .title_container .title1 {
    font-size: 18px;
  }

  .banner .title_container .title2 {
    display: block;
    padding-right: 30px;
  }

  .banner .title_container .title2 span {
  }

  .banner .title_container .btn {
  }

  .banner .title_container .timer_block {
    margin-top: 145px;
  }

  .head_buttons a {
  }

  .header .btn {
    display: none;
  }

  .banner .title_container .timer_block .timer_title {
  }

  .banner .title_container .timer_block .timer {
  }

  .banner .title_container .timer_block .timer div[id^="timer"] {
  }

  .main_gift_block {
    background-position: 85% 50%;
  }

  .banner .title_content.content1 {
  }

  .banner .title_content.content2 {
  }

  .banner .title_content.content2 .content {
  }

  .banner .title_content.content2 .banner_title1 {
  }

  .banner .title_content.content2 .banner_title1 div {
  }

  .banner .title_content.content2 .banner_title_desc {
  }

  .banner .title_content.content2 .banner_title_text {
  }

  .banner .title_content.content2 .banner_title_text div {
  }

  .banner .title_content.content2 .banner_title_text ul {
  }

  .banner .title_content.content2 .banner_title_text ul li {
  }

  .banner .title_content.content2 .btn {
  }

  .cars__menu .swiper-slide {
    font-size: 10px;
  }

  .choose_car {
  }

  .choose_car .content {
  }

  .choose_car .container .content > .item {
  }

  .choose_car .container .content > .item[data-block="0"] {
  }

  .choose_car .container .content > .item[data-block="0"] .title {
  }

  .choose_car .title {
  }

  .choose_car .title b {
  }

  .choose_car .text {
  }

  .choose_car .comment {
  }

  .choose_car .next_prev_block {
  }

  .choose_car .btn {
  }

  .choose_car .btn.glass {
  }

  .choose_car .btn.prev {
  }

  .choose_car .btn.next {
  }

  .choose_car .next_prev_block .btn {
  }

  .choose_car .item_blocks {
  }

  .choose_car .info_block {
  }

  .choose_car .inputs_block {
  }

  .choose_car .inputs_block label {
  }

  .choose_car .inputs_block label input {
  }

  .choose_car .inputs_block label input + span {
  }

  .choose_car .inputs_block label input:checked {
  }

  .choose_car .inputs_block label input:checked + span {
  }

  .choose_car .image_block {
  }

  .choose_car .image_block img {
  }

  .choose_car .selects_block {
  }

  .choose_car .selects_block .select_item {
  }

  .choose_car .selects_block .select_item .select_name {
  }

  .choose_car .selects_block .select_item select {
  }

  .choose_car .select_color {
  }

  .choose_car .select_color label {
  }

  .choose_car .select_color label input {
  }

  .choose_car .select_color label input + span {
  }

  .choose_car .select_color label input:checked {
  }

  .choose_car .select_color label input:checked + span {
  }

  .choose_car .form_block {
  }

  .choose_car .form_block .form-group {
  }

  .choose_car .form_block form .form-group input[type="text"],
  form .form-group input[type="tel"] {
  }

  .choose_car .form_block .agree_field,
  .choose_car .form_block .agree_field a {
  }

  .choose_car .final_image_block {
  }

  .choose_car .final_image_block img {
  }

  .choose_car .steps {
  }

  .choose_car .steps .step_item {
  }

  .choose_car .steps .step_item span {
  }

  .choose_car .steps .step_item span b {
  }

  .service {
  }

  .service .content {
  }

  .service .title {
  }

  .service .service_list {
  }

  .service .service_list li {
  }

  .service .service_list li:before {
  }

  .service .service_list li span {
  }

  .service .service_list li b {
  }

  .service .description {
  }

  .service .btn {
  }

  .credit {
  }

  .webp .credit {
  }

  .credit .content {
  }

  .credit .title {
  }

  .credit .comment {
  }

  .credit .comment br {
  }

  .credit #form2 {
  }

  .best_offer {
  }

  .webp .best_offer {
  }

  .best_offer .content {
  }

  .best_offer .title_block {
  }

  .best_offer .title1 {
  }

  .best_offer .title2 {
  }

  .best_offer #form3 {
  }

  .contacts_block {
  }

  .contacts_block .content {
  }

  .contacts {
  }

  .contacts .title {
  }

  .contacts #form4 {
  }

  .reviews_item {
    min-height: 320px !important;
  }

  .reviews_item .review {
    font-size: 14px;
  }

  .ext_garant {
    right: 0;
  }

  .brand_day_scroll {
  }

  .brand_day_scroll_title {
    font-size: 36px;
  }

  .bd_list .column .bd_item .bd_item_text {
    font-size: 12px;
    padding: 35px 30px;
  }

  .bd_list .column .bd_item .bd_item_text b {
    font-size: 20px;
  }

  .bd_wrap {
    padding: 60px 35px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main_gift_block {
    background-position: 110% 50%;
  }

  .gos_img {
    display: none;
  }

  .gos_wrap {
    width: 100%;
    text-align: center;
  }

  .gos_progs {
    justify-content: space-evenly;
  }

  .gos_progs a.ico1 {
    margin-right: 0;
  }

  .best_offer .title2 {
    font-size: 28px;
  }

  .header .top_phone {
    padding-left: 15px;
  }

  .header .top_phone a {
    font-size: 16px;
  }

  .banner .title_container .title1 {
    font-size: 20px;
  }

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

  .banner .title_content.content1 {
  }

  .banner .title_content.content2 {
  }

  .banner .title_content.content2 .content {
  }

  .banner .title_content.content2 .banner_title1 {
  }

  .banner .title_content.content2 .banner_title1 div {
  }

  .banner .title_content.content2 .banner_title_desc {
  }

  .banner .title_content.content2 .banner_title_text {
  }

  .banner .title_content.content2 .banner_title_text div {
  }

  .banner .title_content.content2 .banner_title_text ul {
  }

  .banner .title_content.content2 .banner_title_text ul li {
  }

  .banner .title_content.content2 .btn {
  }

  .new_car_block {
    margin-top: 35px;
    background-position: 50% 0;
  }

  .new_car_wrap {
    padding-left: 15px;
  }

  .cars__menu .swiper {
    padding-bottom: 20px;
  }

  .contacts {
    width: 38%;
  }

  #map1 {
    width: 60%;
  }

  .choose_car {
  }

  .choose_car .content {
  }

  .choose_car .container .content > .item {
  }

  .choose_car .container .content > .item[data-block="0"] {
  }

  .choose_car .container .content > .item[data-block="0"] .title {
  }

  .choose_car .title {
  }

  .choose_car .title b {
  }

  .choose_car .text {
  }

  .choose_car .comment {
  }

  .choose_car .next_prev_block {
  }

  .choose_car .btn {
  }

  .choose_car .btn.glass {
  }

  .choose_car .btn.prev {
  }

  .choose_car .btn.next {
  }

  .choose_car .next_prev_block .btn {
  }

  .choose_car .item_blocks {
  }

  .choose_car .info_block {
  }

  .choose_car .inputs_block {
  }

  .choose_car .inputs_block label {
  }

  .choose_car .inputs_block label input {
  }

  .choose_car .inputs_block label input + span {
  }

  .choose_car .inputs_block label input:checked {
  }

  .choose_car .inputs_block label input:checked + span {
  }

  .choose_car .image_block {
  }

  .choose_car .image_block img {
  }

  .choose_car .selects_block {
  }

  .choose_car .selects_block .select_item {
  }

  .choose_car .selects_block .select_item .select_name {
  }

  .choose_car .selects_block .select_item select {
  }

  .choose_car .select_color {
  }

  .choose_car .select_color label {
    width: 56px;
    height: 56px;
  }

  .choose_car .select_color label input {
  }

  .choose_car .select_color label input + span {
  }

  .choose_car .select_color label input:checked {
  }

  .choose_car .select_color label input:checked + span {
    width: 56px;
    height: 56px;
  }

  .choose_car .form_block {
  }

  .choose_car .form_block .form-group {
  }

  .choose_car .form_block form .form-group input[type="text"],
  form .form-group input[type="tel"] {
  }

  .choose_car .form_block .agree_field,
  .choose_car .form_block .agree_field a {
  }

  .choose_car .final_image_block {
  }

  .choose_car .final_image_block img {
  }

  .choose_car .steps {
  }

  .choose_car .steps .step_item {
  }

  .choose_car .steps .step_item span {
    font-size: 13px;
  }

  .choose_car .steps .step_item span b {
  }

  .reviews_item {
    min-height: 255px !important;
  }

  .reviews .slick-dots {
    left: calc(50% - 240px) !important;
  }

  .reviews .slick-dots li {
    width: 50px !important;
    margin: 0 5px !important;
  }

  .garant_title b {
    font-size: 24px;
  }

  .garant_title {
    font-size: 30px;
  }

  .brand_day_scroll {
    margin-top: 80px;
    padding: 55px 0;
  }

  .brand_day_title {
    font-size: 30px;
  }

  .bd_list {
    flex-direction: column;
  }

  .bd_list .column {
    width: 100%;
  }

  .bd_list .column .bd_item .bd_item_img img {
    width: 100%;
  }

  .bd_list .column .bd_item .bd_item_text {
    font-size: 16px;
  }

  .bd_list .column .bd_item .bd_item_text b {
    font-size: 25px;
  }

  .bd_wrap {
    justify-content: center;
    background-size: cover;
  }

  .bd_wrap .bd_title {
    font-size: 30px;
  }

  .bd_wrap .bd_timer_wrap {
    margin-top: 15px;
  }

  .bd_wrap .bd_timer_title {
    text-align: center;
  }

  .bd_wrap .bd_timer {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .service_block {
    flex-direction: column;
    row-gap: 20px;
    align-items: unset;
  }

  .service_des {
    font-size: 2.4vw;
    line-height: 150%;
  }

  .service_des span {
    font-size: 3vw;
  }

  .service_title {
    font-size: 28px;
  }

  .service_comment {
    margin-top: 14px;
    font-size: 14px;
  }

  .service_sale .btn {
    margin-top: 16px;
  }

  .title_wrap2 {
    line-height: normal;
    padding: 15px 0;
  }

  .banner_slider.swiper .swiper-slide {
  }

  .timer form {
    max-width: initial;
    margin-top: 20px;
  }

  .timer .timer_title {
    text-align: center;
  }

  .timer div[id^="timer"] {
    transform: scale(0.8) !important;
    width: 480px;
    float: left;
    position: relative;
    left: 0;
    top: 0;
  }

  .timer .timer_cont {
    display: grid;
    justify-content: center;
  }

  .banner .title_container .title1 {
    font-size: 2vw;
  }

  .banner .title_container .title2 {
    font-size: 2.2vw;
  }

  .title_container .title_wrap2 .title3 {
    font-size: 2vw;
  }

  .title2 .br_mob {
  }

  .banner .slide6 .title_container .title1 {
    font-size: 3vw;
  }
  
  .banner .slide7 .title_container .title1 {
    font-size: 3vw;
  }

  .banner .slide6 .title_container .title2 {
    margin-top: 1vw;
    font-size: 3vw;
  }

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

  .banner_props a {
    min-height: 48px;
    font-size: 2.4vw;
  }

  .banner_props a:before {
    width: 48px;
    height: 48px;
  }

  .banner_props .ico1:before {
    background-size: 68% !important;
  }

  .banner_props a span {
    padding: 0 6vw 0 2vw;
  }

  .head_buttons {
    top: 27vw;
  }

  .head_buttons a {
    margin-right: 10px;
  }

  .head_buttons a span {
    font-size: 1.4vw;
  }

  .title1 .br_mob {
    display: block;
  }

  .car {
    width: 100%;
  }

  .complect {
    flex-wrap: wrap;
    padding: 32px;
  }

  .complect__left,
  .complect__right {
    width: 100%;
  }

  .complect__right .car__benefits {
    margin-left: unset;
  }

  .offers2_end {
    padding-top: 8vw;
  }

  .offers2_end_title {
    font-size: 24px;
  }

  .offers2_end_cont {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .offers2_end_block {
    width: 40%;
  }

  .offers2_left {
    width: 100%;
    padding-bottom: 10vw;
  }

  .offers2_cont .container:nth-child(1) {
  }

  .offers2_cont:after {
    top: 26vw;
    height: 20vw;
  }

  .offers2_right_title {
    position: absolute;
    top: 6vw;
    left: auto;
    font-size: 18px;
    width: 220px;
    height: 220px;
    padding-left: 32px;
  }

  .offers2_left_title3 {
    margin-top: 2vw;
    font-size: 2.6vw;
  }

  .offers2_left_title2 {
    font-size: 3.6vw;
  }

  .offers2_right_title b {
    font-size: 20px;
  }

  .offers2_cont:before {
    width: 100%;
    opacity: 0.4;
  }

  .offers2_right {
    width: 50%;
    padding-bottom: 44px;
  }
}

@media (max-width: 767px) {
  .banner_slider .slide1 .title_container {
    padding-top: 3vw;
  }

  .title_container .br_mob {
    display: block;
  }

  .title2 .br_mob {
    display: block;
  }

  .banner_des {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 15px;
    position: relative;
    bottom: 0;
    padding: 0 15px;
  }

  .banner_des1 {
    width: 100%;
  }

  .banner_slider .banner_des1 img {
    display: none;
  }

  .banner_des1 span {
    padding: 8px 20px 8px 10px;
    font-size: 12px;
    line-height: 100%;
  }

  .banner_des1 span:before {
    right: 16px;
  }

  .banner_des2 {
    width: 100%;
    font-size: 10px;
    line-height: 110%;
  }

  .slide1 .title_wrap2:before,
  .slide3 .title_wrap2:before,
  .slide4 .title_wrap2:before,
  .slide5 .title_wrap2:before,
  .slide2 .title_wrap2:before,
  .slide3 .title_wrap2:before,
  .slide4 .title_wrap2:before,
  .slide5 .title_wrap2:before {
    transform: none;
    width: 100%;
    left: 0;
    background: linear-gradient(91.6deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 100%);
  }

  .offers4 {
    height: 72vw;
    background-size: 209%;
    background-position: 72% 0;
  }

  .offers4 .container {
    align-items: end;
  }

  .offers4 .offers4_title {
    font-size: 6vw;
    color: #000000;
  }

  .offers4 .offers4_title span {
    font-size: 4vw;
  }

  .header .menu a.m_btn_mob {
    display: none;
  }

  .banner_slider.swiper .swiper-slide {
    height: auto;
    padding-bottom: 37vw;
  }

  .timer .timer_cont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .timer {
    margin-top: 0;
  }

  .banner {
    margin-top: 90px;
  }

  .title_container .title_wrap2 .title3 {
    flex-direction: column;
    font-size: 3.3vw;
    text-align: center;
  }

.title_container .title_wrap2 .title3 br {
    display: none;
}

  .head_buttons {
    left: 0;
    top: 2vw;
    display: grid;
    justify-content: center;
    position: relative;
    display: none;
  }

  .head_buttons a {
    margin-right: 30px;
  }

  .head_buttons a span {
    font-size: 2vw;
  }

  .title_props {
    margin-top: 2vw;
    flex-direction: column;
    gap: 1vw;
  }

  .title_props > a {display: none;min-height: auto;padding-left: 0;gap: 4vw;background: #fff;font-size: 3.5vw;}

  .title_props > a.mob {display: flex;}

.title_props > a:before {
    width: 12vw !important;
    min-width: 12vw !important;
    height: 12vw !important;
    position: static;
}

  .title_props > a:after {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: unset;
    display: none;
  }

  .banner .slide7 .title_props {
    gap: 3vw;
    margin-top: 4vw;
}
.banner .slide7 .title_props-item {
    font-size: 4vw;
    display: flex;
    padding-left: 0;
}

  .brand_day_scroll {
    margin-top: 30px;
    padding: 55px 20px;
    background-size: cover;
  }

  .brand_day_scroll_title {
    font-size: 30px;
  }

  .brand_day_title {
    font-size: 30px;
  }

  .bd_list {
    flex-direction: column;
  }

  .bd_list .column {
    width: 100%;
  }

  .bd_list .column .bd_item {
    flex-direction: column;
  }

  .bd_list .column .bd_item:nth-child(2) {
    flex-direction: column-reverse;
  }

  .bd_list .column .bd_item .bd_item_img {
    width: 100%;
  }

  .bd_list .column .bd_item .bd_item_img img {
    width: 100%;
  }

  .bd_list .column .bd_item .bd_item_text {
    width: 100%;
  }

  .bd_wrap {
    justify-content: center;
    background-size: cover;
    padding: 30px 15px;
  }

  .bd_wrap .bd_title {
    font-size: 30px;
  }

  .bd_wrap .bd_timer_wrap {
    margin-top: 15px;
  }

  .bd_wrap .bd_timer_title {
    text-align: center;
  }

  .bd_wrap .bd_timer {
    margin-left: 0;
  }

  .bd_wrap .bd_timer div[id^="timer"] {
    transform: scale(0.7) !important;
  }

  .ext_garant {
    position: relative;
    right: 0;
    margin-bottom: 15px;
  }

  .garant {
    background: #000000;
    padding: 0 0 20px;
    margin-top: 40px;
  }

  .garant > img {
    display: block;
  }

  .garant_title {
    text-align: center;
    padding-top: 20px;
    font-size: 24px;
  }

  .garant_title b {
    font-size: 26px;
  }

  .garant_offer {
    font-size: 34px;
  }

  .garant_offer:before {
    top: -5px;
  }

  .garant_info_wrap {
  }

  .garant_info {
    padding-left: 20px;
    padding-right: 50px;
    font-size: 14px;
    margin-top: 30px;
  }

  .garant_list li {
    font-size: 18px;
    flex-direction: column;
  }

  .main_menu {
    display: none;
  }

  .reviews .slick-dots li {
    width: 17px !important;
    margin: 0 2px !important;
  }

  .gos_block {
    margin-top: 40px;
  }

  .gos_img {
    display: none;
  }

  .gos_wrap {
    width: 100%;
    text-align: center;
  }

  .gos_title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .gos_title b {
    display: block;
  }

  .gos_progs {
    justify-content: space-evenly;
  }

  .gos_progs a {
    width: 49%;
  }

  .gos_progs a b {
    font-size: 22px;
  }

  .gos_progs a.ico1 {
    margin-right: 0;
  }

  .head_buttons a {
    width: 100%;
  }

  .head_buttons a:before {
    width: 100%;
  }

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

  .simple_slider .btn_left {
    display: none !important;
  }

  .simple_slider .btn_right {
    display: none !important;
  }

  .popup_container {
    width: 100%;
  }

  #instock {
    padding-top: 20px;
    padding-bottom: 60px;
    margin-top: 60px;
  }

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

  .resp_table tr {
    display: block;
    padding-bottom: 0px;
  }

  .resp_table tr th {
    display: none;
  }

  .resp_table tr td {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 5px 15px;
  }

  .resp_table tr td:before {
    display: inline-block;
    width: 43%;
    margin-right: 2%;
    font-weight: 700;
    vertical-align: top;
    display: none;
  }

  .resp_table img {
    display: block;
    margin: 0 auto;
    width: 100%;
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .btn {
    width: 100%;
  }

  header {
    padding-bottom: 20px;
  }

  .header {
    flex-wrap: wrap;
    padding: 5px 0px;
    height: 64px;
    display: flex;
    align-items: center;
  }

  .header .logo_wrap {
    width: 254px;
    order: -1;
  }

  .header .logo_wrap .sep {
    margin: 0 7px;
    height: 25px;
  }

  .header .logo_text {
    padding-left: 0;
    font-size: 10px;
    text-align: center;
    margin-top: 4px;
    white-space: nowrap;
    text-align: left;
  }

  .header .top_addr {
    display: none;
  }

  .header .top_phone {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 4px;
    padding-left: 18px;
    margin-left: auto;
    margin-right: auto;
  }

  .header .top_phone:before {
    position: relative;
    top: 0px;
    left: -6px;
  }

  .header .top_phone a {
    font-size: 15px;
  }

  .header .btn {
    margin-top: 10px;
    order: 1;
    height: 34px;
    width: 45%;
    display: none;
  }

  .header .m_btn {
    display: block;
    position: relative;
    width: 30px;
    height: 22px;
    z-index: 20;
    order: -1;
  }

  .header .m_btn span {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: #000;
    transition: all 0.2s linear;
  }

  .header .m_btn span:nth-child(1) {
    top: 0;
  }

  .header .m_btn span:nth-child(2) {
    top: calc(50% - 1px);
    opacity: 1;
  }

  .header .m_btn span:nth-child(3) {
    bottom: 0;
  }

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

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

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

  .header .menu {
    display: block;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 15;
    background: #fff;
    box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100vh;
    padding: 75px 15px 30px 15px;
    transition: all 0.2s linear;
  }

  .header .menu.active {
    left: 0;
  }

  .header .menu a {
    display: block;
    text-align: center;
    color: #000;
    padding: 10px 0;
    font-size: 18px;
  }

  .banner {
    margin-top: 86px;
  }

  .banner_slider {
  }

  .banner_slider .slide1,
  .banner_slider .slide2,
  .banner_slider .slide3,
  .banner_slider .slide4,
  .banner_slider .slide5,
  .banner_slider .slide6,
  .banner_slider .slide7 {
    background-size: 100% !important;
  }

.banner_slider .slide7 {
    padding: 0 !important;
    background: url(../phpThumb/phpThumb.php?src=..%2Fimg%2Fbanner_slider%2Fbg7_mob.jpg&f=webp&q=90&hash=68446b22b5ba30c2dd6d0eff9b8294150850487f92ceb037bb607a1e1a813fe8) 50% 0 no-repeat;
}

.banner_slider .slide1 {
    background: url(../phpThumb/phpThumb.php?src=..%2Fimg%2Fbanner_slider%2Fbg1_mob.jpg&f=webp&q=90&hash=8a269236c29d989e343d11f9757f0c00aaf32745826d913d8d7d8158201d3446) 50% 0 no-repeat;
}

  .banner_slider .slick-prev {
    top: 9%;
    left: 5px !important;
    width: 40px !important;
    height: 40px !important;
    background-size: 100% !important;
  }

  .banner_slider .slick-next {
    top: 9%;
    right: 5px !important;
    width: 40px !important;
    height: 40px !important;
    background-size: 100% !important;
  }

  .title_wrap1 {
    margin-top: 30px;
    margin-bottom: 0;
    text-align: center;
  }

  .title_wrap2 {
    padding: 2.5vw 1vw;
    margin-bottom: 0;
  }

  .banner .title_container .title_wrap1 .title1 {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
  }

  .banner .title_container .title_wrap1 .subtitle {
    color: #000000;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 10px;
  }

  .banner .title_container .title_wrap1 .title3 {
    color: #000000;
    font-size: 24px;
    font-weight: 300;
  }

  .title1 .br_mob {
    display: none;
  }

  .banner .title_container .title2 {
    color: #000000;
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 15px;
  }

  .banner_slider .item {
    height: 160px;
    background-size: 520px auto !important;
  }

  .banner_slider .item img {
  }

  .banner_slider .slick-dots {
    top: 102%;
  }

  .banner_slider .slick-dots li {
    background: #000;
  }

  .banner_slider .slick-dots li button {
  }

  .banner_slider .slick-dots li.slick-active {
  }

  .main_gift_block {
    background-position: 110% -10%;
    background-size: 30%;
  }

  .main_gift_text {
    font-size: 16px;
    text-align: center;
  }

  .main_gift_text b {
    font-size: 30px;
  }

  .banner .title_content.content1 {
  }

  .banner .title_content.content2 {
    color: #000;
    padding-top: 20px;
  }

  .banner .title_content.content2 .content {
    position: static;
    top: 0;
  }

  .banner .title_content.content2 .banner_title1 {
    font-size: 28px;
  }

  .banner .title_content.content2 .banner_title1 div {
    padding: 0;
    background: none;
  }

  .banner .title_content.content2 .banner_title_desc {
    margin: 10px 0;
    padding: 0;
    background: none;
  }

  .banner .title_content.content2 .banner_title_text {
    font-size: 22px;
    margin-top: 20px;
  }

  .banner .title_content.content2 .banner_title_text div {
  }

  .banner .title_content.content2 .banner_title_text ul {
  }

  .banner .title_content.content2 .banner_title_text ul li {
  }

  .banner .title_content.content2 .btn {
    width: 100%;
    background-color: #000;
    border-color: #000;
    color: #fff;
    margin-top: 20px;
  }

  .banner .title_container {
    position: static;
    top: 0;
    padding-top: 260px;
  }

.banner .slide7 .title_container:before {
    display: none;
}

  .banner .title_container .title_wrap {
    margin-top: 14px;
  }

  .banner .title_container .title1 {
    color: #000;
    background: none;
    padding: 0;
    display: block;
    font-size: 4vw;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    line-height: normal;
  }

  .slide2 .title_container .title_wrap2 .title1 {
    color: #000;
  }

  .slide2 .title_container .title_wrap2 .title2 {
    color: #000;
    font-size: 20px;
  }

  .slide2 .title_container .title_wrap2 .title3 {
    color: #000;
    font-size: 20px;
  }

  .slide2 .title_container .title_wrap2 .title3 span {
    font-size: 32px;
  }

  .banner .title_container .title_wrap1 .title1 {
    display: block;
    padding-right: 0;
    margin-top: 20px;
    font-size: 34px;
  }

  .banner .title_container .title_wrap1 .title1 span:first-child {
    color: #ffffff;
    margin-right: 0;
  }

  .banner .title_container .title_wrap1 .title1 span:first-child b {
    font-size: 40px;
  }

  .banner .title_container .title_wrap1 b {
    white-space: nowrap;
  }

  .banner .title_container .title2 {
    color: #000;
    padding: 0;
    background: none;
    font-size: 4.3vw;
    text-align: center;
    font-weight: 500;
    width: 100%;
    line-height: 1.2;
    margin: 2vw 0;
  }

  .banner .title_container .title2 span {
  }

  .banner .title_container .btn {
  }

  .banner_props {
    margin-top: 0;
  }

  .banner .title_container .timer_block {
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    padding: 15px 5px;
  }

  .banner .title_container .timer_block .timer_title {
  }

  .banner .title_container .timer_block .timer {
  }

  .banner .title_container .timer_block .timer div[id^="timer"] {
  }

  .banner .slide6 .title_container {
    position: static;
    padding-top: 38vw;
  }

  .banner .slide6 .title_container .title2 {
    font-size: 4.6vw;
  }
  
  .banner .slide7 .title_container {
    position: static;
    padding-top: 2vw;
    padding-bottom: 40vw;
  }

  .banner .slide7 .title_container .title1 {
    font-size: 4.6vw;
    background: linear-gradient(91.6deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 100%);
    padding: 5vw 1vw;
  }

  .banner_props a {
    font-size: 2.4vw;
  }

  .head_buttons a:after {
    top: 8px;
    left: 5px;
    width: 15px;
    height: 70%;
  }

  .runrow {
    display: block;
    background: #00CABF;
    color: #fff;
    padding: 2vw 0;
    position: absolute;
    bottom: 0;
  }

  .new_car_block {
    background: none;
    padding: 0;
    margin-top: 20px;
  }

  .new_car_block > img {
    display: block;
  }

  .new_car_wrap {
    padding: 20px 0;
  }

  .new_car_title {
    color: #000000;
  }

  .new_car_comment {
    color: #000000;
  }

  .new_car_wrap .btn {
    width: 100%;
    border: 2px solid #000;
  }

.cars__menu .swiper {
    padding-bottom: 20px;
  }

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

  .car {
    padding: 15px;
    gap: 15px;
    margin-top: 30px;
  }

.cars {
    margin-top: 60px;
}

.cars__title {
    font-size: 6vw;
}

  .spec-block {
    margin: 0;
    flex-direction: column;
  }

  .car__spec-item {
    width: 100%;
  }

  .car__title {
    position: static;
    order: -1;
    font-size: 7vw;
  }

  .car__image-wrap {
    flex-wrap: wrap;
    order: -1;
  }

  .car__image-block {
    width: 100%;
    flex-direction: column;
    gap: 10px;
    margin: 0;
  }

  .car__colors {
    flex-direction: row;
  }

  .car__gallery {
    width: 100%;
    height: auto;
    display: block;
  }

  .car__gallery .swiper {
    height: auto;
    margin: 0;
  }

  .car__gallery-item {
    display: flex;
    justify-content: center;
  }

  .car__benefits {
    gap: 10px;
  }

.car__benefits-item {
    width: 100%;
}

  .car_btns {
    gap: 10px;
  }

  .car_btns .btn {
    width: 100%;
  }

  .complects {
    padding: 0;
    padding-top: 50px;
  }

  .complects .title {
    font-size: 7vw;
  }

  .complects__models {
    border: unset;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .complects__model {
    padding-bottom: 5px;
  }

  .complects__tabs {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0;
  }

  .complects__tab {
    width: 49%;
  }

  .complects__cards {
    position: relative;
    padding-bottom: 115px;
  }

  .complect {
    padding: 0;
    background: none;
    gap: 15px;
  }

  .complect__header {
    flex-wrap: wrap;
    margin: 0;
  }

  .complect__model,
  .complect__name {
    font-size: 6vw;
  }

  .complect__buttons {
    position: absolute;
    bottom: 0;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .complect__buttons .btn {
    width: 100%;
  }

  .complect__specs {
    margin: 0;
  }

  .complect__specs .car__spec-block {
    flex-direction: column;
  }

  .complect__chars {
    width: 100%;
    gap: 5px;
  }

  .complect__benefits {
    width: 100%;
  }

  .complect__benefits .car__benefits-item .car__benefits-ico {
    background: #E8E9EA;
  }
  
  .choose_car {
    height: auto;
    background-size: 420px auto !important;
    background-position: 50% 0 !important;
  }

  .choose_car .content {
    padding: 0;
  }

  .choose_car .container .content > .item {
  }

  .choose_car .container .content > .item[data-block="0"] {
  }

  .choose_car .container .content > .item[data-block="0"] .title {
    padding-top: 140px;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
  }

  .choose_car .title {
    font-size: 24px;
  }

  .choose_car .title b {
  }

  .choose_car .text {
    line-height: 138%;
    padding-bottom: 13px;
    color: #000000;
  }

  .choose_car .comment {
    font-size: 20px;
    padding-bottom: 30px;
  }

  .choose_car .next_prev_block {
    width: 100%;
    margin-top: 21px;
  }

  .choose_car .btn {
  }

  .choose_car .btn.glass {
  }

  .choose_car .btn.prev {
  }

  .choose_car .btn.next {
    border: 2px solid #00cabf;
    background: conic-gradient(
        at calc(100% - 1.3 * 2px) 0,
        #00cabf 209deg,
        #00cabf 211deg
      )
      border-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.577 * 45px) 100%, 0 100%);
    color: #fff;
  }

  .choose_car .next_prev_block .btn {
  }

  .choose_car .item_blocks {
    flex-wrap: wrap;
  }

  .choose_car .info_block {
    width: 100%;
    height: auto;
  }

  .choose_car .inputs_block {
  }

  .choose_car .inputs_block label {
    font-size: 16px;
    padding-left: 30px;
  }

  .choose_car .inputs_block label input {
  }

  .choose_car .inputs_block label input + span {
    width: 20px;
    height: 20px;
  }

  .choose_car .inputs_block label input:checked {
  }

  .choose_car .inputs_block label input:checked + span {
  }

  .choose_car .image_block {
    order: -1;
    margin-bottom: 30px;
    width: 100%;
  }

  .choose_car .image_block img {
  }

  .choose_car .selects_block {
  }

  .choose_car .selects_block .select_item {
    padding-bottom: 15px;
  }

  .choose_car .selects_block .select_item .select_name {
    font-size: 20px;
  }

  .choose_car .selects_block .select_item select {
  }

  .choose_car .select_color {
  }

  .choose_car .select_color label {
    width: 56px;
    height: 56px;
  }

  .choose_car .select_color label input {
  }

  .choose_car .select_color label input + span {
  }

  .choose_car .select_color label input:checked {
  }

  .choose_car .select_color label input:checked + span {
    width: 56px;
    height: 56px;
  }

  .choose_car .form_block {
  }

  .choose_car .form_block .form-group {
  }

  .choose_car .form_block form .form-group input[type="text"],
  form .form-group input[type="tel"] {
  }

  .choose_car .form_block .agree_field,
  .choose_car .form_block .agree_field a {
  }

  .choose_car .final_image_block {
    order: -1;
  }

  .choose_car .final_image_block img {
  }

  .choose_car .steps {
    display: none !important;
  }

  .choose_car .steps .step_item {
  }

  .choose_car .steps .step_item span {
  }

  .choose_car .steps .step_item span b {
  }

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

  .stagger__bg {
    width: 100%;
}

  .stagger__content {position: static;}

  .stagger__main {flex-direction: column;margin-top: 5vw;}

  .stagger__column {width: 100%;}

  .stagger__title {font-size: 6vw;}

  .stagger__desc {font-size: 3.5vw;margin-top: 3vw;}

  .stagger__btn {margin-top: 5vw;}

  .stagger__column_right {padding-left: 0;}

  .stagger__comment {font-size: 4.5vw;}

  .bonus-prog__container {position: static;}

  .bonus-prog .stagger__column_left {
    position: absolute;
    top: 5vw;
}

  .remote-service__subtitle {font-size: 4vw;}

  .tradein__form {margin-top: 5vw;}

  .service {
    margin-top: 50px;
    padding: 0;
    padding-top: 210px;
    background-size: 570px auto;
    background-position: 0 0;
  }

  .service .content {
    width: 100%;
  }

  .service .title {
    font-size: 24px;
    padding-bottom: 10px;
  }

  .service .service_list {
  }

  .service .service_list li {
    font-size: 20px;
  }

  .service .service_list li:before {
  }

  .service .service_list li span {
  }

  .service .service_list li b {
    font-size: 25px;
  }

  .service .description {
    margin-top: 10px;
  }

  .service .btn {
  }

  .credit {
    margin-top: 60px;
    padding: 0;
    color: #000;
    background-size: 620px auto !important;
    background-position: 80% 0 !important;
  }

  .webp .credit {
  }

  .credit .content {
    padding: 0;
    width: 100%;
    background: none;
    padding-top: 210px;
  }

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

  .credit .comment {
    padding: 12px 0;
    font-size: 16px;
  }

  .credit .comment br {
  }

  .credit #form2 {
  }

  .credit #form2 .form-group input[type="text"],
  .credit #form2 .form-group input[type="tel"] {
    border: 1px solid #000;
  }

  .credit #form2 .agree_field a {
    color: #000;
  }

  .corp {
    /* background: url(../img/corp_mob.jpg) 50% 0 no-repeat; */
    margin-top: 60px;
    padding: 0;
    color: #000;
    background-size: 179% !important;
    background-position: 0 0 !important;
}

.webp .corp {
  /* background: url(../img/corp_mob.webp) 50% 0 no-repeat; */
}

  .corp .content {
    padding: 0;
    width: 100%;
    background: none;
    padding-top: 61vw;
  }

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

  .corp .comment {
    padding: 12px 0;
    font-size: 16px;
  }

  .corp .comment br {
  }

  .corp #form2 {
  }

  .corp #form2 .form-group input[type="text"],
  .corp #form2 .form-group input[type="tel"] {
    border: 1px solid #000;
  }

  .corp #form2 .agree_field a {
    color: #000;
  }

  .best_offer {
    margin-top: 60px;
    padding: 0;
    color: #000;
    background: none !important;
  }

  .webp .best_offer {
  }

  .best_offer .content {
    display: block;
  }

  .best_offer .title_block {
  }

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

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

  .best_offer #form3 {
    width: 100%;
    margin-top: 15px;
  }

  .best_offer #form3 .form-group_wrapper {
    display: block;
  }

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

  .best_offer #form3 .form-group input[type="text"],
  .best_offer #form3 .form-group input[type="tel"] {
    color: #000;
    background: transparent;
    border: 1px solid #000;
  }

  .best_offer #form3 ::-webkit-input-placeholder {
    color: #000;
  }

  .best_offer #form3 ::-moz-placeholder {
    color: #000;
  }

  .best_offer #form3 :-ms-input-placeholder {
    color: #000;
  }

  .best_offer #form3 :-moz-placeholder {
    color: #000;
  }

  .best_offer #form3 .btn {
  }

  .best_offer #form3 .agree_field a {
    color: #000;
  }

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

  .contacts_block .content {
    display: block;
  }

  .contacts {
    width: 100%;
    margin-bottom: 35px;
  }

  .contacts .title {
  }

  .contacts #form4 {
  }

  #map1 {
    margin-left: 0;
    width: 100%;
    max-width: none;
    height: 350px;
    background-position: 50% !important;
  }

  .copyright {
    position: relative;
    left: 0px;
    padding-bottom: 15px;
  }

  .reviews {
    padding: 40px 0 60px;
  }

  .reviews_item {
    width: 100%;
    min-height: 270px !important;
  }

  .reviews_title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
  }

  .reviews .slick-dots {
    bottom: -15% !important;
  }

  .reviews_item .review {
    font-size: 13px;
  }

  .reviews_item .autor_name {
    flex-direction: column;
    align-items: flex-start;
  }

  .reviews_item .autor_name .rating {
    margin-left: 0;
  }

  .reviews_item .review_title .review_date {
    font-size: 16px;
  }

  .reviews_item .about_review {
    font-size: 18px;
  }

  .reviews_item .autor_name {
    font-size: 18px;
  }

  .reviews_item .slick-slide img {
    width: 80%;
  }

  .offers2_logo_wrap {
    position: relative;
    left: -12px;
  }

  .offers2_right_title {
    left: 10%;
  }

  .offers2_left {
    padding-bottom: 22vw;
  }

  .offers2_right {
    width: auto;
  }

  .offers2_left_title1 {
    margin-top: 24px;
    position: relative;
    z-index: 3;
  }

  .offers2_cont:after {
    top: 41vw;
    height: 28vw;
  }

  .offers2_cont:before {
    top: 14vw;
    width: 49%;
    opacity: 1;
  }

  .offers2_left_title1 p {
    font-size: 2.7vw;
  }

  .offers2_left_title2 {
    font-size: 3.4vw;
  }

  .offers2_left_title3 {
    margin-top: 2vw;
    font-size: 2.6vw;
    max-width: 50%;
  }

  .offers2_right_title {
    position: absolute;
    top: 16vw;
    left: auto;
    right: 0;
    font-size: 2.4vw;
    width: 12em;
    height: 12em;
    padding-left: 4vw;
  }

  .offers2_right_title b {
    font-size: 3vw;
  }

  .action_block_img {
    height: 38vw;
  }

  .offers2_cont:after {
    top: 55vw;
    height: 32vw;
  }
}

@media (max-width: 680px) {
  .offers2_right_title {
    top: 123px;
    right: 17%;
  }
}

@media (max-width: 580px) {
  .offers4 {
    height: 86vw;
  }

  .offers4_content {
    width: 100%;
  }

  .timer .timer_title {
    margin-bottom: 0;
  }

  .timer form {
    margin-top: 5px;
  }

  .timer .timer_cont {
    padding: 20px 30px 20px;
  }

  .timer .timer_title {
    font-size: 14px;
  }

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

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

  .head_buttons a span {
    font-size: 3.9vw;
  }

  .banner .title_container {
    padding-top: 38vw;
  }

  .offers2_cont:after {
    top: 47vw;
    height: 32vw;
  }

  .offers2_left {
    width: 100%;
    padding-bottom: 25vw;
  }
}

@media (max-width: 460px) {
  .banner_des {
    margin-top: 14px;
  }

  .banner_props a {
    font-size: 3.4vw;
    line-height: 120%;
  }

  .banner_des1 span {
    padding: 6px 10px 6px 6px;
    font-size: 3vw;
  }

  .banner_des1 span br {
    display: none;
  }

  .banner_des2 {
    font-size: 2.4vw;
  }

  .offers2_left_title1 {
    margin-top: 10px;
  }

  .offers2_cont:before {
    top: 14vw;
    width: 62%;
  }

  .offers2_right_title {
    top: 140px;
    right: 33%;
  }

  .offers2_left_title3 {
    margin-top: 2vw;
    font-size: 2.6vw;
    max-width: 34%;
  }

  .offers2_left_title1 p {
    font-size: 3.7vw;
  }

  .offers2_end_block {
    width: 80%;
  }

  .offers2_center_title {
    display: grid;
    justify-content: left;
    width: 100%;
    row-gap: 10px;
  }

  .offers2 {
    padding-bottom: 0;
  }

  .service_des span {
    font-size: 4vw;
  }

  .service_des {
    font-size: 3.4vw;
  }
}

@media (max-width: 390px) {
  .banner_slider.swiper .swiper-slide {
    /* padding-bottom: 34px; */
  }

  .banner .title_container {
    padding-top: 150px;
  }

  .banner .title_container {
    /* padding-top: 125px; */
  }

  .banner_slider .item {
    height: 140px;
  }

  .offers2_cont:before {
    top: 34vw;
    width: 62%;
    opacity: 1;
  }

  .offers2_cont:after {
    top: 54vw;
    height: 29vw;
  }
}

@media (max-width: 360px) {
  .timer .timer_title {
    font-size: 12px;
  }

  .timer div[id^="timer"] {
    transform: scale(0.5) !important;
  }

  .timer .timer_cont {
    padding: 24px 10px 20px;
  }

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

  .banner .title_container .title2 {
    /* font-size: 17px; */
  }

  .banner_slider .item {
    height: 120px;
  }

  .garant_title b {
    font-size: 22px;
  }

  .garant_offer {
    font-size: 28px;
    margin-top: 20px;
  }

  .garant_info {
    font-size: 12px;
  }

  .garant_list li {
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  .banner .title_container .title2 {
    font-size: 20px;
  }

  .reviews_item {
    min-height: 310px !important;
  }

  .reviews_item .review {
    font-size: 12px;
  }
}
.alert {font-size:20px;}
.reviews_items.swiper {overflow:visible;}
.reviews_items > .swiper-wrapper {overflow:visible;}
.reviews_items > .swiper-wrapper > .swiper-slide {height:auto;}
.reviews_items {clip-path:inset(-30px -25px -100px);}
.reviews-pagination {display:flex;justify-content:center;position:absolute;bottom:-15%;width:100%;}
.reviews-pagination .swiper-pagination-bullet {width:100px;height:6px;border-radius:0;margin:0 10px!important;background:#ccc;opacity:1;}
.reviews-pagination .swiper-pagination-bullet-active {background:#000;}
.reviews-prev,.reviews-next {position:absolute;top:50%;width:20px;height:20px;border:0;background:transparent;z-index:2;padding:0;cursor:pointer;}
.reviews-prev{left:-25px}.reviews-next{right:-25px}
.reviews-prev:before,.reviews-next:before{content:"←";color:white;font-size:20px}.reviews-next:before{content:"→"}
.banner-pagination{position:absolute;bottom:25px;z-index:2;display:flex;justify-content:center;width:100%;}
.banner-pagination .swiper-pagination-bullet{border-radius:0;width:100px;height:6px;background:#ccc;opacity:1}.banner-pagination .swiper-pagination-bullet-active{background:#000}
@media(max-width:990px){.reviews-pagination .swiper-pagination-bullet{width:30px;margin:0 5px!important}}

.reviews_items {clip-path:inset(-30px 0 -100px);}
.reviews-pagination.swiper-pagination-horizontal {bottom:-15%!important;}

.reviews_items.swiper {margin-bottom:30px;}
.banner_slider.swiper > .swiper-wrapper {height:auto!important;}
