html {
  overflow-x: hidden;
}

body {
  position: relative;
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  color: #25282a;
  background: #f2f2f2;
}

#CalltouchWidgetFrame {
  z-index: 10 !important;
}
.erXyHb {
  width: 100% !important;
  right: 0 !important;
  left: 0 !important;
}

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

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

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

.fancybox-content {
  overflow: hidden;
}

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

.resp_table {
  width: 100%;
}

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

sup {
  position: relative;
  top: -3px;
  display: inline-block;
  font-size: 80%;
  vertical-align: top;
}

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

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

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

a:hover {
  text-decoration: none;
}

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

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

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

#t2 .car_title__advant {
  /*position: absolute;*/
  /*top: 100px;*/
  position: relative;
  /* left: 124px; */
}

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

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

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

@media (min-width: 1200px) {
  .banner9 .title_container {
    top: 150px;
  }
  .banner9 .title_container .title {
    font-size: 26px;
  }
  .container {
    width: 1420px;
    max-width: 100%;
  }
}

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

#form_popup,
#form_popup2 {
  display: none;
}

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

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

.popup_container .agree_field a {
  color: black;
}

.popup_container h2 {
  margin: 0;

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

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

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

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

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

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

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

.popup_container .form-group input[type="text"] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 56px;

  /* text-transform: uppercase; */
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #f3f3f3;
  line-height: 56px;
  color: black;
  text-align: left;
  text-decoration: none;
  outline: none;
  background: #f3f3f3;
}

.popup_container .form-group textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100px;

  /* text-transform: uppercase; */
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #c0c6c9;
  font-family: "Roboto";
  font-size: 16px;
  color: black;
  text-align: left;
  text-decoration: none;
  outline: none;
  background: none;
  resize: none;
}

.popup_container .form-group select {
  width: 100%;
  height: 50px;
  height: 38px;
  padding-left: 10px;
  border: 1px solid white;
  border: 1px solid #c0c6c9;
  border-radius: 5px;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 300;
  color: #1d1f20;
  background-color: white;
}

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

.popup_container .form-group button:before {
  display: none;
}

.popup_container .form-group button:after {
  display: none;
}

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

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

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

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

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

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

form .form-group input[type="tel"],
form .form-group input[type="text"],
form .form-group select {
  box-sizing: border-box;
  width: 100%;
  height: 54px;
  padding: 0 15px;
  border: none;
  border-radius: 3px;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  outline: none;
  background: #e7e7e7;
}

form .form-group select {
  font-family: "Roboto";
  outline: none;
  background: url(../img/ico_select.png) 95% 50% no-repeat #e7e7e7;

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

form .form-group button {
  width: 100%;
  font-family: "Roboto";
  outline: none;
  cursor: pointer;
}

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

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

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  max-width: 100%;
  height: 50px;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  text-decoration: none;
  outline: none;
  background: #ffffff;
  transition: all 0.3s;
}

.btn.dark {
  color: #ffffff;
  background: #25282a;
}

.btn:hover {
  background: #39aeb2;
}

.anim {
  opacity: 1;
}

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

header .m_btn {
  display: none;
}

header {
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  padding: 10px 0;
  transition: all 0.3s;
  background: #25282acc;
}

header.scroll {
  background: rgba(37, 40, 42, 0.8);

  backdrop-filter: blur(5px);
}

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

header .logo_wrap {
  display: grid;
  align-items: center;
  margin-top: 10px;
  max-width: 154px;
}

header .logo_wrap .logo1 {
  position: relative;
  width: 100%;
  padding-bottom: 14px;
  margin-bottom: 14px;
}

header .logo_wrap .logo1:after {
  content: "";
  position: absolute;
  right: 50%;
  margin-right: -14px;
  bottom: 0;
  display: block;
  width: 28px;
  height: 1px;
  background: #ffffff;
}

header .head_wrap {
  width: 80%;
}

header .head_wrap .head_contacts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}

header .head_wrap .top_addr {
  font-size: 20px;
  color: #ffffff;
}

header .head_wrap a.top_phone {
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
}

header .head_wrap .btn {
  width: 240px;
}

header .head_rating {
  position: relative;
  top: 2px;
}
header .head_rating .head_rating_mob {
  display: none;
}
header .head_wrap .menu {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

header .head_wrap .menu a {
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
}

header .head_wrap .menu a:hover {
  color: #39aeb2;
  text-decoration: underline;
}

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

.banner {
  overflow: hidden;
}

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

.title_container {
  position: absolute;
  z-index: 1;
  top: 150px;
  width: 100%;
  /* color: #ffffff; */
  text-align: center;
}
.banner1 .title_container,
.banner4 .title_container {
  background-image: linear-gradient(90deg, transparent, #fff, transparent);
  padding: 12px 0;
}
.banner2 .parallelogram {
  position: relative;
  top: 0;
  left: 147px;
  width: 1100px;
  background: rgba(255, 255, 255, 0.9);
  transform: skewX(-12deg);
  padding-top: 20px;
  padding-bottom: 40px;
}

.banner2 .anti_parall {
  transform: skewX(12deg);
}

.banner1 .top-title {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 0;
}

.banner1 .top-title b {
  color: #39aeb2;
}

.banner1 .parallelogram .title1,
.banner2 .parallelogram .title1,
.banner3 .parallelogram .title1,
.banner4 .parallelogram .title1 {
  padding: 20px 10px;
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  /* text-align: left; */
  padding-left: 30px;
}
.banner4 .parallelogram .title1 {
  padding: 0 10px;
}
.banner1 .parallelogram .title1 {
  padding: 0;
}

.banner1 .parallelogram .title2,
.banner2 .parallelogram .title2,
.banner3 .parallelogram .title2,
.banner4 .parallelogram .title2 {
  margin-bottom: 6px;
  padding: 0 10px;
  font-size: 36px;
  font-weight: 400;
  color: #000000;
  text-align: center;
}
.banner4 .parallelogram .title2 {
  font-size: 29px;
}

.banner1 .parallelogram .title2 br.mob_br,
.banner2 .parallelogram .title2 br.mob_br {
  display: none;
}
.banner1 .parallelogram span,
.banner2 .parallelogram span {
  font-weight: 700;
  color: #39aeb2;
  text-transform: uppercase;
}

.banner9 {
}
.banner9 .container {
}
.banner9 .title_container {
  top: 135px;
}
.banner9 .title_container .pre_title {
  font-size: 36px;
  color: #39aeb2;
  padding-top: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.banner9 .title_container .title {
  font-size: 38px;
  font-weight: 600;
  padding-top: 12px;
}
.mob_title {
  display: none;
}
.banner9 picture {
}
.banner9 picture img {
}

.banner2 .parallelogram2 {
  position: relative;
  top: -33px;
  left: 416px;
  width: 844px;
  background: rgba(57, 174, 178, 0.95);
  transform: skewX(-12deg);
}

.banner2 .parallelogram2 .title3 {
  position: relative;
  padding: 10px 10px;
  padding-left: 70px;
  font-size: 36px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

.banner2 .parallelogram2 .title3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 140px;
  width: 100%;
  height: 100%;
  background: url("../img/arrows.svg") 0 50% no-repeat;
}
.banner.banner4 .btn {
  position: absolute;
  width: 240px;
  color: #fff;
  left: 50%;
  margin-left: -120px;
  background: #39aeb2;
}
.title4 {
  position: absolute;
  bottom: 20px;
  left: 0;
  color: #fff;
  left: 11%;
}

.banner_slider .title_container {
  padding: 12px 0 29px;
}
.banner_slider .title_container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(249, 249, 249, 0.8) 14%,
    rgba(249, 249, 249, 0.8) 86%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: -1;
}
.banner_slider .swiper-button-prev {
  left: 70px;
}
.banner_slider .swiper-button-next {
  right: 70px;
}
.banner_slider .swiper-button-prev,
.banner_slider .swiper-button-next {
  width: 50px;
  height: 50px;
}
.banner_slider .swiper-button-prev:after,
.banner_slider .swiper-button-next:after {
  font-size: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transition: all 0.2s linear;
}
.banner_slider .swiper-button-next:after {
  background: url(../img/btn_next.svg) 50% 50% no-repeat #fff;
}
.banner_slider .swiper-button-prev:after {
  background: url(../img/btn_prev.svg) 50% 50% no-repeat #fff;
}

.banner_slider .swiper-button-next:hover:after {
  background: url(../img/btn_next_hover.svg) 50% 50% no-repeat #39aeb2;
}
.banner_slider .swiper-button-prev:hover:after {
  background: url(../img/btn_prev_hover.svg) 50% 50% no-repeat #39aeb2;
}

.banner_slider .banner7 .title_container {
  padding: 20px 0 24px;
}

.banner_slider .title_container .br_mob {
  display: none;
}
.banner_slider .title1 {
  font-size: 36px;
  font-weight: 400;
}
.banner_slider .banner10 .title1 {
  font-size: 36px;
  font-weight: 400;
}
.banner_slider .banner10 .title1 b {
  font-weight: 700;
}
.banner_slider .banner10 .title2 {
  margin-top: 6px;
  font-size: 32px;
  font-weight: 700;
  color: #25282a;
  text-transform: uppercase;
}
.banner_slider .banner10 .title2 span {
  color: #39aeb2;
}
.banner_slider .banner10 .title_comment {
  margin-top: 8px;
  font-size: 22px;
}
.banner_slider .banner10 .title_container {
  padding: 24px 0;
}
.banner10 .title_container .title_props {
  margin-top: 22px;
}
.banner_slider .banner7 .title1 {
  font-size: 32px;
  font-weight: 600;
}
.banner_slider .title2 {
  margin-top: 20px;
  font-size: 44px;
  font-weight: 700;
  color: #39aeb2;
  text-transform: uppercase;
}
.banner_slider .banner6 .title2 {
  font-size: 36px;
  color: #000000;
}

.banner_slider .banner7 .title2 {
  font-size: 38px;
  margin-top: 10px;
}
.banner_slider .title_comment {
  margin-top: 13px;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.banner_slider .banner7 .title_comment {
  font-size: 28px;
  margin-top: 10px;
}

/* .title1 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 10px;
  max-width: 90%;
}

.title2 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 140%;
  max-width: 90%;
} */

/* .title2 span {
  font-size: 40px;
} */
.banner2 .title_container {
  top: 148px;
  display: flex;
  flex-direction: column;

  /* align-items: center; */
  text-align: end;
}

.banner2 .title_container .btn {
  background: transparent;
  color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -130px;
  bottom: -24px;
  width: 230px;
  height: 48px;
  font-size: 18px;
  transition: all 0.2s linear;
}

.banner2 .title_container .btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transform: skew(-12deg);
  background: #38a8ad;
  transition: all 0.2s linear;
}

.banner2 .title_container .btn:hover:before {
  background: #000;
}

.banner2 .title_container .btn:hover p {
  color: #fff;
}

.banner2 .title_container .btn p {
  position: relative;
  z-index: 2;
  margin-right: 34px;
}

.banner2 .title_container::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -50%;
  left: -50%;

  /* margin: -50%; */
  width: 150%;
  height: 150%;
  /*background-image: radial-gradient(#7294c871, #8da9d400);*/
}

.banner3 .title_container {
  padding: 30px 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 31.41%,
    rgba(255, 255, 255, 0.96) 75.15%,
    rgba(255, 255, 255, 0) 100%
  );
}
.banner3 .title_container .title1 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 10px;
}
.banner3 .title_container .title2 {
  font-size: 44px;
  font-weight: 700;
  color: #39aeb2;
  text-transform: uppercase;
}

.banner_slider .swiper-pagination {
  bottom: 23px !important;
}

.banner_slider .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #fff;
}

.title_container .title_profit {
  position: absolute;
  bottom: -105px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
  row-gap: 14px;
  width: max-content;
}
.title_container .title_profit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(249, 249, 249, 0.8) 14%,
    rgba(249, 249, 249, 0.8) 86%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: -1;
  transform: skewX(-45deg);
}
.title_container .title_profit a {
  position: relative;
  min-height: 31px;
  padding: 20px 100px 20px 140px;
  text-align: start;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  color: #000000;
}
.title_container .title_profit a b {
  font-weight: 700;
  text-transform: uppercase;
}
.title_container .title_profit a:before {
  content: "";
  position: absolute;
  left: 55px;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  transition: all 0.2s linear;
}
.title_container .title_profit a.ico1:before {
  background: url(../img/title_profit_ico1.svg) 50% 50% no-repeat #39aeb2;
}
/***************************************************/

.title_container .title_profit7 {
  display: flex;
  width: max-content;
  margin: 0 auto;
  margin-top: 14px;
  border-radius: 100px;
  background: #39aeb2;
}
.title_container .title_profit7 a {
  position: relative;
  min-height: 31px;
  padding: 10px 25px 10px 62px;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
}
.title_container .title_profit7 a:before {
  content: "";
  position: absolute;
  left: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.2s linear;
  top: 50%;
  transform: translateY(-50%);
}
.title_container .title_profit7 a.ico1:before {
  background: url(../img/title_profit7_ico1.svg) 50% 50% no-repeat #ffffff;
}

/***************************************************/
.title_container .title_props {
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
  row-gap: 14px;
}
.title_container .title_props a {
  position: relative;
  min-height: 31px;
  padding-left: 41px;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
  color: #000000;
}
.title_container .title_props a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 31px;
  height: 31px;
  border-radius: 50px;
  transition: all 0.2s linear;
}
.title_container .title_props a.ico1:before {
  background: url(../img/title_props_ico1.svg) 50% 50% no-repeat #39aeb2;
}
.title_container .title_props a.ico2:before {
  background: url(../img/title_props_ico2.svg) 50% 50% no-repeat #39aeb2;
}
.title_container .title_props a.ico3:before {
  background: url(../img/title_props_ico3.svg) 50% 50% no-repeat #39aeb2;
}
.title_container .title_props a.ico4:before {
  background: url(../img/title_props_ico4.svg) 50% 50% no-repeat #39aeb2;
}

.title_container .title_props a:hover:before {
  background-color: #25282a;
}

.title_teh {
  position: absolute;
  top: 220px;
}

.title_teh_block {
  margin-bottom: 60px;
}

.title_teh_block:nth-child(3) p {
  color: #000;
}

.title_teh_block p {
  text-align: left;
  margin: 0;
  margin-bottom: 5px;
}

.title_teh_block p span {
  font-size: 58px;
}

.arrow {
  position: relative;
  top: -5%;
  left: 0;
  transform: translate(-50%, -50%);
  transform: rotate(270deg);
  cursor: pointer;
}

.arrow span {
  display: block;
  width: 14px;
  height: 14px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
  animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-10px, -10px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(10px, 10px);
  }
}

/* .banner2 .title2 {
  font-size: 56px;
}
.banner2 .title1 {
  font-size: 33px;
} */

.timer_block {
  padding: 38px 0;
  background: rgba(255, 255, 255, 0.9);
}

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

.timer_block .timer > div {
  min-width: auto !important;
}

.timer_title {
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
}

.timer_form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 50%;
}
.timer_form .form-group {
  width: 48%;
}

.timer_form .form_title {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 16px;
}

.timer_form .form_title .br_mob {
  display: none;
}

.timer_form .btn {
  width: 338px;
  background: #39aeb2;
  color: #fff;
}
.timer_form .btn:hover {
  background: #25282a;
}

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

.awards {
  margin-top: 60px;
}
.awards__container {
}
.awards__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.awards__info {
  position: relative;
  padding: 10px 15px;
  max-width: 38%;
}
.awards__info:before,
.awards__info:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 3px solid #39aeb2;
  border-right: 3px solid #39aeb2;
  position: absolute;
  top: 0;
  right: 0;
}
.awards__info:after {
  border-top: unset;
  border-right: unset;
  border-bottom: 3px solid #39aeb2;
  border-left: 3px solid #39aeb2;
  top: unset;
  right: unset;
  bottom: 0;
  left: 0;
}
.awards__text {
  font-size: 36px;
}
.awards__text_green {
  font-weight: 700;
  color: #39aeb2;
  text-transform: uppercase;
}
.awards__items {
  position: relative;
  max-width: 57%;
}
.awards__images {
  display: flex;
  justify-content: space-evenly;
}
.awards__images-item {
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  color: #25282a;
  width: 25%;
  text-decoration: none;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  transform: scale(0.8);
  transition: all 0.5s ease-in-out;
}

.awards__images-item:hover {
  transform: scale(1);
  z-index: 2;
}

.awards__images-item_pos1 {
  transform: scale(0.8) rotate(-10deg) translateX(69px);
}
.awards__images-item_pos2 {
  transform: scale(0.8) rotate(1deg) translateX(35px);
}
.awards__images-item_pos3 {
  transform: scale(0.8) rotate(-8deg) translateX(5px) translateY(-31px);
}
.awards__images-item_pos4 {
  transform: scale(0.8) rotate(4deg) translateX(-25px);
}

.awards__img {
  border-radius: 5px;
  width: 100%;
}
.awards__item-title {
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 6px;
}
.awards__item-desc {
  font-size: 8px;
  margin-top: 5px;
}
.awards__animation {
  position: relative;
}
.awards__animation-item {
  position: absolute;
  z-index: 1;
  transition: all 0.8s ease-in-out;
}
.awards__animation-item_anim1 {
  bottom: -1vw;
  left: 45%;
  animation: trophy1 9s linear infinite;
}
.awards__animation-item_anim2 {
  bottom: 5vw;
  left: -2%;
  animation: trophy2 7s linear infinite;
}
.awards__animation-item_anim3 {
  bottom: 0vw;
  left: 23%;
  transform: scale(0.7);
  animation: trophy3 22s linear infinite;
}
.awards__animation-item_anim4 {
  left: 85%;
  bottom: 0.5vw;
  animation: trophy4 30s linear infinite;
}
.awards__animation-item_anim5 {
  bottom: 316px;
  left: 20%;
  animation: trophy5 15s linear infinite;
}
.awards__animation-item_anim6 {
  bottom: 0;
  left: 57%;
  transform: scale(0.5);
  animation: trophy6 8s linear infinite;
}
.awards__animation-item_anim7 {
  bottom: 330px;
  left: 61%;
  transform: scale(0.5);
  animation: trophy6 11s linear infinite;
}
.awards__animation-item_anim8 {
  bottom: 0;
  left: 95%;
  animation: trophy8 15s linear infinite;
}

@keyframes trophy1 {
  0% {
    transform: rotate(0deg) translateX(0px);
  }
  50% {
    transform: rotate(-7deg) translateX(4px) translateY(8px);
  }
  100% {
    transform: rotate(0deg) translateX(0px);
  }
}
@keyframes trophy2 {
  0% {
    transform: rotate(0deg) translateX(0px);
  }
  50% {
    transform: rotate(5deg) translateX(-3px) translateY(-10px);
  }
  100% {
    transform: rotate(0deg) translateX(0px);
  }
}
@keyframes trophy3 {
  0% {
    transform: scale(0.7) rotate(0deg) translateX(0px) translateY(0px);
  }
  25% {
    transform: scale(0.7) rotate(90deg) translateX(5px) translateY(5px);
  }
  50% {
    transform: scale(0.7) rotate(120deg) translateX(5px) translateY(-5px);
  }
  75% {
    transform: scale(0.7) rotate(240deg) translateX(-5px) translateY(5px);
  }
  100% {
    transform: scale(0.7) rotate(360deg) translateX(0px) translateY(0px);
  }
}
@keyframes trophy4 {
  0% {
    transform: rotate(0deg) translateX(0px) translateY(0px);
  }
  25% {
    transform: rotate(-90) translateX(-5px) translateY(-5px);
  }
  50% {
    transform: rotate(-120deg) translateX(-5px) translateY(5px);
  }
  75% {
    transform: rotate(-240deg) translateX(5px) translateY(-5px);
  }
  100% {
    transform: rotate(-360deg) translateX(0px) translateY(0px);
  }
}
@keyframes trophy5 {
  0% {
    transform: rotate(0deg) translateX(0px);
  }
  25% {
    transform: rotate(-135deg) translateX(-5px) translateY(-5px);
  }
  50% {
    transform: rotate(-180deg) translateX(-5px) translateY(5px);
  }
  75% {
    transform: rotate(-245deg) translateX(5px) translateY(-5px);
  }
  100% {
    transform: rotate(0deg) translateX(0px);
  }
}
@keyframes trophy6 {
  0% {
    transform: scale(0.5) rotate(0deg) translateX(0px);
  }
  25% {
    transform: scale(0.5) rotate(-135deg) translateX(18px) translateY(6px);
  }
  50% {
    transform: scale(0.5) rotate(-180deg) translateX(6px) translateY(-18px);
  }
  75% {
    transform: scale(0.5) rotate(-245deg) translateX(3px) translateY(-3px);
  }
  100% {
    transform: scale(0.5) rotate(0deg) translateX(0px);
  }
}
@keyframes trophy7 {
  0% {
    transform: scale(0.5) rotate(0deg) translateX(0px);
  }
  25% {
    transform: scale(0.5) rotate(-135deg) translateX(-18px) translateY(-6px);
  }
  50% {
    transform: scale(0.5) rotate(-180deg) translateX(-6px) translateY(18px);
  }
  75% {
    transform: scale(0.5) rotate(-245deg) translateX(-3px) translateY(3px);
  }
  100% {
    transform: scale(0.5) rotate(0deg) translateX(0px);
  }
}
@keyframes trophy8 {
  0% {
    transform: rotate(0deg) translateX(0px);
  }
  25% {
    transform: rotate(135deg) translateX(5px) translateY(5px);
  }
  50% {
    transform: rotate(180deg) translateX(5px) translateY(-5px);
  }
  75% {
    transform: rotate(245deg) translateX(-5px) translateY(5px);
  }
  100% {
    transform: scale(0.5) rotate(0deg) translateX(0px);
  }
}

.awards__animation_anim .awards__animation-item_anim1 {
  bottom: -3vw;
  left: 50%;
}
.awards__animation_anim .awards__animation-item_anim2 {
  bottom: 7vw;
  left: -4%;
}
.awards__animation_anim .awards__animation-item_anim3 {
  bottom: -3vw;
  left: 20%;
}
.awards__animation_anim .awards__animation-item_anim4 {
  left: 90%;
  bottom: -2vw;
}
.awards__animation_anim .awards__animation-item_anim5 {
  bottom: 24vw;
  left: 22%;
}
.awards__animation_anim .awards__animation-item_anim6 {
  bottom: -3vw;
  left: 56%;
}
.awards__animation_anim .awards__animation-item_anim7 {
  bottom: 28vw;
  left: 60%;
}
.awards__animation_anim .awards__animation-item_anim8 {
  bottom: 1vw;
  left: 98%;
}

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

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

.cars_items {
  margin-top: 60px;
}

.cars_items_title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(50, 54, 57, 0.2);
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

.cars_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 245px;
  margin-bottom: 120px;
}

.cars_menu a {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 22%;
  text-decoration: none;
  transition: all 0.5s;

  row-gap: 10px;
}

.cars_menu a span {
  font-size: 28px;
  font-weight: 700;
  color: #25282a;
  text-transform: uppercase;
  transition: all 0.5s;
  white-space: nowrap;
}

.cars_menu a span.menu_img {
  min-height: 115px;
  opacity: 0.5;
}

.cars_menu a:hover {
  width: 35%;
}

.cars_menu a:hover span {
  font-size: 40px;
}

.cars_menu a:hover span.menu_img {
  opacity: 1;
}

.car_item {
  position: relative;
  margin-bottom: 50px;
}

.car_title {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.car_wrap {
  display: flex;
  flex-wrap: wrap;
  /* overflow: hidden; */
  align-items: end;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  position: relative;
  display: flex;
}
.car_props {
  margin-left: 12%;
}
#t2 .car_props {
  position: relative;
}
.car_text {
  width: 33%;
  flex-grow: 1;
  align-self: center;
}

.car_props > a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  margin-bottom: 7px;
  text-decoration: none;
  cursor: pointer;
}
.car_props > a p {
  margin: 0;
  font-size: 18px;
  color: #25282a;
}
.car_props > a p font {
  font-weight: 600;
  color: #ff8c00;
}
.car_props > a:last-child {
  margin-bottom: 0;
}
.car_props > a:first-child:before {
  content: "";
  position: absolute;
  left: 28px;
  bottom: 99%;
  width: 1px;
  height: 18px;
  background: linear-gradient(180deg, #e7e7e7 0%, #39aeb2 100%);
}
.car_props > a:last-child:before {
  content: "";
  position: absolute;
  left: 28px;
  top: 99%;
  width: 1px;
  height: 18px;
  background: linear-gradient(180deg, #39aeb2 0%, #e7e7e7 100%);
}

.car_props > a span {
  position: relative;
  display: block;
  width: 58px;
  height: 58px;
  background-repeat: no-repeat;
  background-position: 6px 6px;
  background-size: 51px;
  margin-right: 5px;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
}
.car_props > a:hover span {
  background-position: -5px -3px;
  background-size: 73px;
  box-shadow: 2px 3px 5px 0 #39aeb24d;
}
.car_props > a span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 58px;
  height: 58px;
}
.car_props > a:nth-child(odd) span:before {
  background: url(../img/car_props_decor1.svg) 14px 0 no-repeat;
  background-size: 100% 100%;
}
.car_props > a:nth-child(even) span:before {
  background: url(../img/car_props_decor2.svg) -14px 0 no-repeat;
  background-size: 100% 100%;
}
.car_props > a span:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -0.5px;
  top: 100%;
  width: 1px;
  height: 7px;
  background: #39aeb2;
}
.car_props > a:last-child span:after {
  display: none;
}
.car_props > a.ico1 span {
  background-image: url("../img/car_props_ico1.svg");
}
.car_props > a.ico2 span {
  background-image: url("../img/car_props_ico2.svg");
}
.car_props > a.ico3 span {
  background-image: url("../img/car_props_ico3.svg");
}
.car_props > a.ico4 span {
  background-image: url("../img/car_props_ico4.svg");
}
.car_props > a.ico5 span {
  background-image: url("../img/car_props_ico5.svg");
}
.car_props > a.ico6 span {
  background-image: url("../img/car_props_ico6.svg");
}
.car_props > a.ico7 span {
  background-image: url("../img/car_props_ico7.svg");
}

.car_props > a.ico8 span {
  background-image: url("../img/car_props_ico8.svg");
}

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

.car_techs > span {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

.car_techs_tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.car_techs_tabs > div {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 48%;
  height: 29px;
  border: 1px solid #b6b4b4;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 700;
  color: #b6b4b4;
  cursor: pointer;
}

.car_techs_tabs > div.active {
  border: none;
  color: #25282a;
  background: #ffffff;
}

.car_techs_info {
  display: none;
  flex-flow: wrap;
  width: 100%;
  background: #ffffff;
}

.car_techs_info.active {
  display: flex;
}

.car_techs_info > div {
  position: relative;
  width: 50%;
  padding: 20px 0;
  font-size: 14px;
  color: #b6b4b4;
  text-align: center;
}

.car_techs_info > div:first-child:before {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 1px;
  height: 90%;
  background: #e7e7e7;
}

.car_techs_info > div:first-child:after,
.car_techs_info > div:nth-child(2):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 1px;
  background: #e7e7e7;
}

.car_techs_info > div:nth-child(3):before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 1px;
  height: 90%;
  background: #e7e7e7;
}

.car_techs_info > div b {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #25282a;
}
.car_techs2 {
  position: absolute;
  bottom: 30px;
  width: 36%;
  max-width: 360px;
}
.car_techs2 ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  margin: 0;
  margin-top: 40px;
}
.car_techs2 ul li {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 400;
  background: #f2f2f2;
  position: relative;
  z-index: 3;
}
.car_techs2 ul li:nth-child(1) {
  padding-right: 10px;
}
.car_techs2 ul li:nth-child(2) {
  position: relative;
  width: 96px;
  text-align: left;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.car_techs2 ul li:nth-child(2):before {
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  background: rgba(231, 231, 231, 1);
  right: 114%;
}
.car_techs2 ul li span {
  color: rgba(182, 182, 182, 1);
  font-size: 16px;
  font-weight: 400;
}

.car_img_wrap {
  position: relative;
  padding-top: 44px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  width: 63%;
}

.car_img_wrap .car_award {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.car_label {
  position: absolute;
  top: -20px;
  right: 10px;
  z-index: 1;
}

.car_bg_name {
  position: absolute;
  top: 0;
}

.car_img {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}

#t2 .car_bg_name {
  left: 0;
  top: 28px;
}

#x50 .car_bg_name {
  left: 0px;
  top: 7px;
}

#x70 .car_img {
  margin-top: 30px;
}
#x70 .car_bg_name {
  left: 0px;
  top: 7px;
}

#x90 .car_img {
  margin-top: 30px;
}
#t2 .car_img {
  max-height: 420px;
  margin-top: 4px;
}
#t2 .car_img img {
  margin-top: -18px;
}
.car_img img {
  position: relative;
  right: -60px;
}
#t2 .car_img img {
  right: 0;
}
#x70 .car_img img {
  right: -20px;
}

#x90 .car_img img {
  right: -30px;
}
#t2 .car_colors {
  position: relative;
  top: -80px;
  padding-left: 0;
}
.car_colors {
  display: flex;
  margin-top: 15px;
  column-gap: 20px;
  justify-content: center;
  width: 100%;
  padding-left: 8%;
}

.car_colors > span {
  font-size: 24px;
}

.car_colors > div {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}

.car_colors > div.active:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 5px solid #e7e7e7;
  border-radius: 50%;
}

.car_sizes {
  position: absolute;
  bottom: 10px;
  left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.car_sizes > div {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 4px 0 4px 90px;
  font-size: 12px;
  color: #b6b6b6;
}

.car_sizes > div span {
  font-size: 16px;
  color: #25282a;
}

.car_sizes > div:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50px;
  width: 30px;
  height: 1px;
  background: #e7e7e7;
}

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

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

.car_sizes > div.ico3 {
  background: url("../img/tech_ico3.svg") 0 50% no-repeat;
}

.car_sizes > div.ico4 {
  background: url("../img/tech_ico4.svg") 0 50% no-repeat;
}

.car_sizes > div.ico5 {
  background: url("../img/tech_ico5.svg") 0 50% no-repeat;
}

.car_sizes > div.ico6 {
  background: url("../img/tech_ico6.svg") 0 50% no-repeat;
}

.car_btns {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 18px;
}
#t2 .car_btns .btn {
  /*width: 49%;*/
}
.car_btns .btn {
  width: 100%;
}

.car_gallery {
  width: 100%;
  max-width: 570px;
}
.car_gallery a {
  overflow: hidden;
  border-radius: 10px;
}
.car_gallery a img {
  width: 100%;
}
.car_gallery .slick-dots {
  bottom: -32px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 7px;
}
.car_gallery .slick-dots li button {
  display: none;
}
.car_gallery .slick-dots li {
  margin: 0;
  border-radius: 50px;
  width: 12px;
  height: 12px;
  background: #e7e7e7;
}
.car_gallery .slick-dots li.slick-active {
  width: 20px;
  height: 20px;
}
.car_gallery .slick-dots li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #b6b4b4;
  opacity: 0;
}
.car_gallery .slick-dots li.slick-active:before {
  opacity: 1;
}

.car_title__advant {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 50px;
  color: #fff;
  background-color: #ff8c00;
  text-transform: none;
  width: fit-content;
  height: 49px;
  padding-left: 68px;
  padding-right: 18px;
  cursor: pointer;
  display: none;
}
.car_title__advant .br_mob {
  display: none;
}
.car_title__advant p {
  position: relative;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  z-index: 2;
  transition: all 0.2s linear;
}
.car_title__advant:hover p {
  color: #25282a;
}
.car_title__advant span {
  position: absolute;
  left: 0;
  width: 59px;
  height: 59px;
  border-radius: 50px;
  background: #ff8c00;
  border: 1px solid #f2f2f2;
  z-index: 2;
}
.car_title__advant span:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -22px;
  top: 50%;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  box-shadow: 0 0 5px 0 #ffffff5c;
}
.car_title__advant:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 49px;
  background: #fff;
  border-radius: 50px;
  transition: all 0.2s linear;
}
.car_title__advant:hover:after {
  width: 100%;
}
.car_title__advant.ico1 span:before {
  background: url(../img/advant_ico1.svg) 50% 50% no-repeat #fff;
}
.car_title__advant.ico2 span:before {
  background: url(../img/advant_ico2.svg) 50% 50% no-repeat #fff;
}
.car_title__advant.ico3 span:before {
  background: url(../img/advant_ico3.svg) 50% 84% no-repeat #fff;
}
.car_title__advant.ico4 span:before {
  background: url(../img/advant_ico4.svg) 50% 50% no-repeat #fff;
}

.car_title__advant.ico5 span:before {
  background: url(../img/advant_ico5.svg) 50% 50% no-repeat #fff;
}

.car_title__advant.ico2 {
  font-size: 16px;
}

.car_title {
  display: flex;
  column-gap: 24px;
}

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

#instock {
  position: relative;
  margin-bottom: 120px;
}

#instock .compl_title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(50, 54, 57, 0.2);
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

#instock .compl_title .br_mob {
  display: none;
}

#instock .models {
  position: absolute;
  top: 10px;
  right: 15px;
  display: flex;
  justify-content: right;
  width: 46%;
  column-gap: 8px;
}

#instock .model_name {
  font-size: 20px;
  font-weight: 700;
  color: #b6b4b4;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  padding: 8px;
  border: 1px solid #afafaf;
  border-radius: 3px;
  width: fit-content;
  display: flex;
  justify-content: right;
}

#instock .model_name:hover,
#instock .model_name.active {
  color: #39aeb2;
  border-color: #39aeb2;
  text-decoration: underline;
}

#instock .compls {
  display: none;
}

#instock .compl_name.show {
  display: flex;
}

#instock .compl_name.active {
  font-weight: 700;
  color: #ffffff;
  background: #000000;
}

#instock .compl_bg_name {
  position: absolute;
  top: 85px;
  margin-bottom: -70px;
  opacity: 0;
  transition: all 0.7s;
  /* right: 0; */
}

#instock .compl_bg_name[data-model="t2"] img {
  width: 400px;
  max-width: 100%;
}

#instock .compl_bg_name.show {
  opacity: 1;
}

#instock .compl_items {
  position: relative;
  display: flex;
  margin-top: 60px;

  column-gap: 20px;
}

#instock .compl_items .item {
  display: none;
  flex-direction: column;
  width: 24%;
}

#instock .compl_items .compl_wrap {
  padding: 20px;
  background: #ffffff;
}

#instock .compl_items .item.show {
  display: flex;
}

#instock .compl_items .compl_image {
  text-align: center;
}

#instock .compl_items .compl_name {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

#instock .compl_items .compl_techs {
  display: flex;
  flex-direction: column;

  row-gap: 10px;
}

#instock .compl_items .compl_techs > div {
  font-size: 16px;
  font-weight: 700;
  color: #b6b4b4;
  white-space: nowrap;
}

#instock .compl_items .compl_techs > div b {
  font-size: 14px;
  color: #25282a;
}

#instock .compl_items .compl_props {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
#instock .compl_items .compl_props a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 40px;
  padding-left: 44px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}
#instock .compl_items .compl_props a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
}
#instock .compl_items .compl_props .ico1:before {
  background: url(../img/compl_props_ico1.svg) no-repeat;
}
#instock .compl_items .compl_props .ico2:before {
  background: url(../img/compl_props_ico2.svg) no-repeat;
}
#instock .compl_items .compl_props .ico3:before {
  background: url(../img/compl_props_ico3.svg) no-repeat;
}
#instock .compl_items .compl_props .ico4:before {
  background: url(../img/compl_props_ico4.svg) 76% 50% no-repeat;
  background-size: 34px;
}
#instock .compl_items .compl_props .ico5:before {
  background: url(../img/compl_props_ico5.svg) 76% 50% no-repeat;
  background-size: 34px;
}
#instock .compl_items .compl_props .ico7:before {
  background: url(../img/compl_props_ico7.svg) 76% 50% no-repeat;
  background-size: 34px;
}

#instock .compl_des {
  position: relative;
  margin-top: 26px;
}
#instock .compl_des_list {
  position: absolute;
  bottom: 30px;
  background: #25282acc;
  backdrop-filter: blur(10px);
  padding: 16px 16px 16px 8px;
  opacity: 0;
  min-width: 418px;
}
#instock .compl_des_list.active {
  opacity: 1;
}
#instock .compl_des_list span {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
#instock .compl_des_list span:before {
  content: "";
  position: absolute;
  left: 12px;
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50px;
}
#instock .compl_des_btn {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  padding-right: 26px;
  width: fit-content;
  cursor: pointer;
}
#instock .compl_des_btn:before {
  content: "";
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../img/compl_des_btn.svg) no-repeat;
}

#instock .compl_items .compl_btns {
  width: 100%;
}

#instock .compl_items .compl_btns .btn {
  width: 100%;
  margin-top: 10px;
}

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

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

.tradein_wrap {
  width: 49.3%;
}

.tradein_title {
  margin-bottom: 20px;
  font-size: 40px;
  text-transform: uppercase;
}

.tradein_comment {
  padding: 10px 0 10px 50px;
  font-size: 18px;
  background: url("../img/tradein_ico.png") 0 50% no-repeat;
}

#tradein_form {
  margin-top: 23px;
}

#tradein_form .form_wrap {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

#tradein_form .form_wrap .form-group {
  width: 48.6%;
  margin-bottom: 15px;
}

#tradein_form .btn {
  margin-top: 10px;
}

#tradein_form .agree_field,
#tradein_form .agree_field a {
  color: #000000;
}

.tradein_bg {
  width: 49.3%;
  height: 379px;
}

.tradein_bg img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

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

.credit {
  position: relative;
  margin-top: 120px;
}

.credit_title {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(50, 54, 57, 0.2);
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.credit_props {
  position: absolute;
  top: 190px;
  left: 42%;
}

.credit_props > a {
  position: relative;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  width: 205px;
  height: 185px;
  padding: 20px 15px 20px 20px;
  color: #000000;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s;

  backdrop-filter: blur(2px);
}

.credit_props > a:hover {
  background: rgba(255, 255, 255, 1);
}

.credit_props > a:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 40px;
  height: 40px;
}

.credit_props > a.ico1:before {
  background: url("../img/cred_ico1.png") 0 50% no-repeat;
}

.credit_props > a.ico2:before {
  background: url("../img/cred_ico2.png") 0 50% no-repeat;
}

.credit_props > a.ico2 {
  margin-left: 205px;
}

.credit_bg {
  width: 100%;
  height: 560px;
}

.credit_bg img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

/**********************
      CREDIT-NEW
**********************/

.credit-new {
  margin: 70px 0;
}

.credit-new .container {
  padding: 24px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  background-image: url("../img/credit-bg.jpg");
  border-radius: 10px;
  color: #fff;
  box-sizing: border-box;
  min-height: 330px;
  flex-wrap: wrap;
}

.credit-new .title {
  padding: 0;
  margin: 0;
  margin-bottom: 19px;
}

.credit-new__descr {
  /*font-family: Montserrat;*/

  padding: 0;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 54px;
}

.credit-new__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.credit-new__item {
  font-size: 20px;
  font-weight: 400;
  padding-left: 50px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-top: 13px;
  padding-bottom: 13px;
  box-sizing: border-box;
}

.credit-new__item .red {
  pointer-events: none;
}

.credit-new__item.sum {
  background-image: url("../img/ico1.svg");
}

.credit-new__item.percent {
  background-image: url("../img/ico2.svg");
}

.red {
  color: #c62122;

  font-size: 18px;
  font-weight: 700;
}

.credit-new .form {
  width: 442px;
}

.credit-new form .form-group .credit__input {
  border: 1px solid #fff !important;
  background: transparent;
  color: #ffffff;
}

.credit-new form .form-group .credit__input::placeholder {
  color: #ffffff;
}

.credit-new form .form-group select.credit__input {
  background: url(../img/ico_select_white.png) 100% 50% no-repeat transparent;
}

.credit-new form .form-group select.credit__input option {
  color: #000000;
}

.credit-new input[type="number"]::-webkit-inner-spin-button,
.credit-new input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.credit-new input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}

/**********************
      SERVICES
**********************/

.services {
  margin-top: 89px;
  margin-bottom: 108px;
  padding-top: 47px;
}
.services_cont {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
}
.services_block {
  width: 52%;
}
.services_item {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
}
.services_props {
  margin-top: 67px;
  margin-bottom: 67px;
}
.services_props div {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 50px;
}
.services_props div:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  left: 0;
}
.services_props .props_ico1:before {
  background: url(../img/props_ico1.svg) 50% 50% no-repeat #e7e7e7;
}
.services_img {
  position: relative;
  width: 50%;
}
.services_img .services_slide {
  height: 318px;
}

.services_img .swiper-pagination-vertical.swiper-pagination-bullets,
.services_img .swiper-vertical > .swiper-pagination-bullets {
  position: absolute;
  right: 20px;
  z-index: 2;
}
.services_img .swiper-button-next,
.services_img .swiper-button-prev {
  color: #42474a;
  left: 50%;
  margin-left: -26px;
  width: 52px;
  height: 50px;
  background: #ffffff80;
}

.services_img .swiper-button-next {
  top: auto;
  bottom: -26px;
  transform: rotate(90deg);
  border-radius: 26px 0px 0px 26px;
}

.services_img .swiper-button-prev {
  top: -3px;
  transform: rotate(90deg);
  border-radius: 0px 26px 26px 0px;
}

.services_img .swiper-button-next:after,
.services_img .swiper-button-prev:after {
  font-size: 16px;
}
.services_img .swiper-button-prev:after {
  position: relative;
  top: -1px;
  left: 10px;
}
.services_img .swiper-button-next:after {
  position: relative;
  top: -1px;
  left: -10px;
}
.services_img .swiper-button-prev.swiper-button-disabled,
.services_img .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.services_img .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #e7e7e7;
  border: 4px solid #f2f2f2;
}
.services_img .swiper-pagination-bullet {
  background: #b6b4b4;
  border: 4px solid #e7e7e7;
}

.services_slide_text {
  position: absolute;
  top: 30px;
  right: 35px;
  padding: 10px;
  background: #000000b2;
  /* text-align: right; */
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  border-radius: 8px;
}
.services_slide_text.text_left {
  text-align: left;
}
.services_slide_text .item1 span {
  font-size: 24px;
  color: #ff8c00;
}
.services_slide_text .item1 .ico_action {
  position: relative;
  padding: 0px 4px 0px 27px;
  height: 27px;
  display: flex;
  align-items: center;
  width: fit-content;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  background: #ff8c00;
  border-radius: 4px;
  margin: 4px 0;
}
.services_slide_text .item1 .ico_action:before {
  content: "";
  position: absolute;
  left: 4px;
  width: 20px;
  height: 20px;
  background: url(../img/ico_action.svg) no-repeat;
}
.services_slide_text .item2 {
  font-size: 20px;
  font-weight: 400;
  margin: 6px 0;
  line-height: 20px;
}
.services_slide_text .item3 {
  font-size: 20px;
  font-weight: 400;
}
.services_slide_text .item3 b {
  color: #ff8c00;
}
.services_slide_text .item2 b span {
  color: #ff8c00;
}

.services_slide_text.blackfriday {
}
.services_slide_text.blackfriday .title {
}
.services_slide_text.blackfriday .title span {
  background: #ff8c00;
  border-radius: 4px;
  padding: 1px 5px;
  display: inline-block;
}
.services_slide_text.blackfriday ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 20px;
  /* margin-top: 13px; */
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.services_slide_text.blackfriday ul > li {
  display: flex;
}
.services_slide_text.blackfriday ul > li:before {
  content: "";
  height: 2px;
  width: 10px;
  background: white;
  display: inline-block;
  align-self: center;
  margin-right: 5px;
}
.services_slide_text.blackfriday ul > li i {
  color: #ff8c00;
  margin: 0px 5px;
  font-style: normal;
}

.services_img img {
  border-radius: 10px;
  height: 100%;
  width: auto;
  max-width: initial;
}
.services_img .services_des {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  bottom: -4px;
  left: 20px;
}
#services_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#services_form .form-group {
  width: 100%;
}
#services_form .form-group.form_block {
  width: 48.5%;
  margin-bottom: 25px;
}
#services_form .agree_field,
#services_form .agree_field a {
  color: #000;
}

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

.reviews {
  padding-top: 20px;
  padding-bottom: 100px;
}
.reviews_title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
}
.reviews .reviews_slider {
  width: 100%;
  padding-top: 47px;
  padding-bottom: 60px;
  border-top: 1px solid #cccccd;
}

.reviews .swiper-slide.swiper-slide-active {
  width: 556px !important;
}
.reviews .swiper-slide.swiper-slide-active .reviews_block {
  height: 378px;
  padding: 0;
  background: transparent;
  overflow: initial;
}

.reviews .swiper-slide.swiper-slide-active .reviews_block:before {
  opacity: 0;
}
.reviews .swiper-slide.swiper-slide-active .reviews_block:after {
  opacity: 0;
}
.reviews .swiper-slide.swiper-slide-active .reviews_number {
  top: 4px;
  font-size: 64px;
}
.reviews .swiper-slide.swiper-slide-active .reviews_block .reviews_date {
  font-size: 16px;
}
.reviews .swiper-slide.swiper-slide-active .reviews_block .reviews_rating span {
  width: 28px;
  height: 28px;
}
.reviews .swiper-slide.swiper-slide-active .reviews_block .reviews_name {
  font-size: 24px;
}
.reviews .swiper-slide.swiper-slide-active .reviews_block .reviews_comments {
  font-size: 19px;
  color: #25282a;
}
.reviews_block .swiper-pagination {
  bottom: 0;
}
.reviews .swiper-slide {
  width: 268px !important;
}
.reviews .reviews_block {
  position: relative;
  /*background: #fff;*/
  padding: 71px 20px 20px;
  height: 287px;
  overflow: hidden;
}
.reviews .reviews_block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 23%,
    rgba(255, 255, 255, 1) 100%
  );
  z-index: 2;
  /*transition: all 0.4s linear;*/
}
.reviews .reviews_block:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
  /*transition: all 0.4s linear;*/
}
.reviews_date {
  font-size: 12px;
  font-weight: 400;
  color: #757575;
  margin-bottom: 10px;
}
.reviews_rating {
  display: flex;
  column-gap: 5px;
  margin-bottom: 10px;
}
.reviews_rating span {
  display: block;
  width: 23px;
  height: 23px;
  background: url(../img/rating_ico.svg) 50% 50% no-repeat;
  background-size: contain;
}
.reviews_number {
  position: absolute;
  top: -28px;
  right: 0;
  font-size: 48px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px #39aeb2;
  transition: all 0.2s linear;
}
.reviews_name {
  font-size: 16px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 20px;
}
.reviews_comments {
  font-size: 14px;
  font-weight: 400;
  color: #b6b6b6;
}

.reviews .swiper-slide.swiper-slide-prev {
  opacity: 0;
}
.reviews .swiper-slide.swiper-slide-prev .reviews_number {
  transition: all 0s linear;
}

.reviews_slider .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.reviews_slider .swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  background: #e7e7e7;
  opacity: 1;
}
.reviews_slider .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 14px;
  background: #b6b4b4;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.2s linear;
}
.reviews_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
}
.reviews_slider
  .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
}
/**********************
              CONTACTS
    **********************/

.contacts {
  padding-top: 40px;
  background: #25282a;
}

.cont_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: -70px;
}

.cont_wrap > div {
  box-sizing: border-box;
  width: 49.3%;
  border-radius: 3px;
  background: #ffffff;
  /* height: 176px; */
}

.cont_work {
  margin-top: 5px;
  font-size: 24px;
}

.cont_wrap > .cont_info_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 75px;

  row-gap: 20px;
}

.cont_wrap .bot_addr {
  position: relative;
  font-size: 20px;
}

.cont_wrap .bot_addr:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 110px;
  width: 80px;
  height: 1px;
  background: #25282a;
}

.cont_wrap .bot_addr b {
  display: inline-block;
  width: 100px;
  margin-right: 100px;
  font-size: 24px;
}

.cont_wrap .bot_phone {
  position: relative;
  font-size: 20px;
  color: #25282a;
  text-decoration: none;
}

.cont_wrap .bot_phone:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 110px;
  width: 80px;
  height: 1px;
  background: #25282a;
}

.cont_wrap .bot_phone b {
  display: inline-block;
  width: 100px;
  margin-right: 100px;
  font-size: 24px;
}

.cont_wrap > .cont_logo_block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cont_wrap .cont_logo_wrap {
  display: flex;
  align-items: center;
}

.cont_wrap .cont_logo_wrap .logo1 {
  position: relative;
  margin-right: 25px;
  padding-right: 25px;
}

.cont_wrap .cont_logo_wrap .logo1:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 1px;
  height: 35px;
  background: #25282a;
}

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

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

footer {
  padding: 30px 0;
  background: #25282a;
}

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

.yurinfo {
  font-size: 20px;
  color: #c1c3c6;
}

.foot_comment {
  font-size: 16px;
  color: #c1c3c6;
}

/*footer .switch {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}*/

footer .disclamer {
  display: none;
  font-size: 14px;
  color: #c1c3c6;
  text-align: justify;
}

a.disclamer_switch.switch {
  font-size: 16px;
  color: #c1c3c6;
  text-decoration: none;
}

footer .agree_field {
  padding-left: 0;
  font-size: 16px;
  color: #c1c3c6;
  text-decoration: none;
}

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

@media (max-width: 1500px) {
  .car_props2 a {
    width: 24%;
  }
  .container {
    box-sizing: border-box;
    width: 100%;
  }

  .banner2 .parallelogram {
    top: 0;
    left: 147px;
    width: 960px;
  }
  .banner1 .parallelogram .title1,
  .banner2 .parallelogram .title1 {
    padding: 20px 10px;
    font-size: 35px;
  }
  .banner1 .parallelogram .title2,
  .banner2 .parallelogram .title2 {
    margin-bottom: 43px;
    padding: 0 10px;
    font-size: 33px;
  }

  .banner2 .parallelogram2 {
    top: -33px;
    left: 353px;
    width: 760px;
  }

  .banner2 .parallelogram2 .title3 {
    padding: 10px 10px;
    padding-left: 70px;
    font-size: 34px;
  }

  .banner2 .parallelogram2 .title3::before {
    top: 0;
    left: 115px;
  }
}

@media (max-width: 1440px) {
  .reviews .swiper-slide.swiper-slide-active {
    width: 38% !important;
  }
  .reviews .swiper-slide {
    width: 19% !important;
  }

  .car_gallery {
    width: 100%;
    max-width: 65%;
  }
}

@media (max-width: 1280px) {
  .reviews .swiper-slide.swiper-slide-active {
    width: 45% !important;
  }
  .reviews .swiper-slide {
    width: 25% !important;
  }
  .car_props {
    margin-left: 0;
  }
  .car_colors {
    padding-left: 0;
  }
  #t2 .car_title__advant {
    left: 0;
  }
  .banner_slider .title1 {
    font-size: 28px;
  }
  .banner_slider .title2 {
    font-size: 34px;
  }
  .banner_slider .title_comment {
    font-size: 26px;
  }
  .services_slide_text {
    font-size: 1.5vw;
  }
  .services_img .services_slide {
    height: 22vw;
  }
  .services_img .swiper-pagination-vertical.swiper-pagination-bullets,
  .services_img .swiper-vertical > .swiper-pagination-bullets {
    right: 34px;
  }
  .services_img .swiper-button-next {
  }
  .banner3 .title_container {
    padding: 10px 0;
  }
  .banner3 .title_container .title1 {
    font-size: 28px;
  }
  .banner3 .title_container .title2 {
    font-size: 32px;
  }
  .title_teh {
    position: absolute;
    top: 280px;
    display: flex;
  }

  .title_teh_block {
    margin-bottom: 0px;
    margin-right: 30px;
  }

  .title_teh_block:nth-child(3) p {
    color: #fff;
  }

  .banner2 .title_container .btn {
    bottom: 30px;
  }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
  .title_container .title_profit a {
    font-size: 18px;
  }
  .title_container .title_props a {
    font-size: 18px;
  }
  .title_container .title_profit7 {
    width: 70%;
  }

  .logo_wrap {
    width: 30%;
  }

  header .head_wrap .btn {
    display: none;
  }

  /************************************************************************/
  .banner picture img {
    height: 610px;
  }

  .title_container {
    top: 104px;
  }

  .banner2 .parallelogram {
    top: -51px;
    left: 7vw;
    width: 870px;
  }
  .banner1 .parallelogram .title1,
  .banner2 .parallelogram .title1 {
    padding: 10px 10px;
    font-size: 32px;
  }
  .banner1 .parallelogram .title2,
  .banner2 .parallelogram .title2 {
    margin-bottom: 42px;
    padding: 0 10px;
    font-size: 30px;
  }

  .banner2 .parallelogram2 {
    top: -80px;
    left: 322px;
    width: 624px;
  }

  .banner2 .parallelogram2 .title3 {
    padding: 10px 10px;
    padding-left: 0;
    font-size: 29px;
  }

  .banner2 .parallelogram2 .title3::before {
    top: 0;
    left: 52px;
  }

  /************************************************************************/
  .timer_block .container {
    flex-flow: wrap;
  }

  /************************************************************************/
  .cars_menu a {
    width: 30%;
  }

  .cars_menu a span.menu_img {
    opacity: 1;
  }

  .cars_menu a span {
    font-size: 26px !important;
  }

  .cars_menu a:hover {
    width: 30%;
  }

  .car_sizes {
    position: relative;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
  }

  .car_img img {
    right: 0 !important;
  }

  .car_colors {
    margin-left: 0;
  }

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

  #instock .compl_items .compl_techs > div {
    font-size: 12px;
    white-space: normal;
  }

  #instock .compl_items .compl_techs > div b {
    font-size: inherit;
  }

  #instock .compl_items .compl_techs > div:first-child b {
    display: block;
  }

  #instock .compl_items .compl_name {
    font-size: 18px;
  }

  /************************************************************************/
  .tradein_title {
    font-size: 30px;
  }

  /************************************************************************/
  .cont_wrap {
    margin-top: -30px;
  }

  .cont_wrap > .cont_info_block {
    padding-left: 40px;
  }

  .cont_wrap > .cont_logo_block {
    padding: 0 30px;
  }

  .cont_wrap .bot_addr:before {
    top: 30%;
  }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
  .anim {
    opacity: 1;
  }

  /************************************************************************/
  header .logo_wrap {
    margin-top: 0;
  }

  header .head_wrap .top_addr {
    font-size: 14px;
  }

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

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

  /************************************************************************/
  .banner picture img {
    left: 52%;
    height: 470px;
  }

  .title_container {
    top: 100px;
  }

  .banner2 .parallelogram {
    top: -66px;
    left: 8vw;
    width: 666px;
  }
  .banner1 .parallelogram .title1,
  .banner2 .parallelogram .title1 {
    padding: 8px 8px;
    font-size: 24px;
  }
  .banner1 .parallelogram .title2,
  .banner2 .parallelogram .title2 {
    margin-bottom: 26px;
    padding: 0 10px;
    font-size: 22px;
  }

  .banner2 .parallelogram2 {
    top: -86px;
    left: 322px;
    width: 414px;
  }

  .banner2 .parallelogram2 .title3 {
    padding: 5px 10px;
    padding-left: 0;
    font-size: 20px;
  }

  .banner2 .parallelogram2 .title3::before {
    top: 0;
    left: 22px;
    background-size: 18px;
  }

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

    row-gap: 20px;
  }

  .timer_block .btn {
    width: 100%;
    margin-top: 0;
  }

  .cars_menu {
    min-height: auto;
    margin-bottom: 60px;
  }

  .cars_menu a span.menu_img {
    min-height: 75px;
  }

  .cars_menu a span {
    font-size: 22px !important;
  }

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

  .awards {
  }
  .awards__container {
  }
  .awards__content {
  }
  .awards__info {
  }
  .awards__info:before {
  }
  .awards__info:after {
  }
  .awards__text {
  }
  .awards__text_green {
  }
  .awards__items {
  }
  .awards__images {
  }
  .awards__images-item {
  }
  .awards__img {
  }
  .awards__item-title {
  }
  .awards__item-desc {
  }
  .awards__animation {
  }
  .awards__animation-item {
  }
  .awards__animation-item_anim1 {
  }
  .awards__animation-item_anim2 {
  }
  .awards__animation-item_anim3 {
  }
  .awards__animation-item_anim4 {
  }
  .awards__animation-item_anim5 {
    bottom: 23vw;
  }
  .awards__animation-item_anim6 {
  }
  .awards__animation-item_anim7 {
    bottom: 26vw;
  }
  .awards__animation-item_anim8 {
  }

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

  .cars_items_title {
    font-size: 38px;
  }

  .car_wrap {
    flex-direction: column-reverse;
  }

  .car_img_wrap {
    width: 100%;
  }

  .car_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
  }

  /************************************************************************/
  #instock .compl_title {
    font-size: 40px;
  }

  #instock .models {
    position: relative;
    width: auto;
    justify-content: left;
    padding-left: 18px;
  }

  #instock .compl_bg_name {
    width: 96%;
    top: 130px;
  }

  #instock .compl_items {
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 180px;

    column-gap: 0;
    row-gap: 20px;
  }

  #instock .compl_items .item {
    width: 49%;
  }

  /************************************************************************/
  .tradein .container {
    flex-direction: column-reverse;
  }

  .tradein_bg {
    width: 100%;
  }

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

  /************************************************************************/
  .credit_props {
    left: 25%;
  }

  /************************************************************************/
  .cont_wrap {
    flex-direction: column;

    row-gap: 20px;
  }

  .cont_wrap > div {
    width: 100%;
  }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 991px) {
  header .logo_wrap .logo1 {
    padding-bottom: 0px;
    margin-bottom: 8px;
  }
  header .head_rating {
    position: absolute;
    top: 2px;
    right: 54px;
    display: none;
  }
  header .head_rating .head_rating_loop {
    /* display: none; */
  }
  header .head_rating .head_rating_mob {
    display: block;
  }

  .banner_slider .swiper-button-prev,
  .banner_slider .swiper-button-next {
    display: none;
  }
  .car_props2 a {
    width: 42%;
  }
  .banner_slider .title_container {
    padding: 12px 0 12px;
  }
  .banner_slider .title1 {
    font-size: 2.6vw;
  }
  .banner_slider .title2 {
    margin-top: 0;
    font-size: 3vw;
  }
  .banner_slider .banner6 .title2 {
    font-size: 4.6vw;
  }
  .banner_slider .title_comment {
    font-size: 2.6vw;
  }

  .title_container .title_profit {
    bottom: -90px;
  }

  .timer_form {
    width: 100%;
    max-width: 338px;
  }
  .timer_form .form_title {
    text-align: center;
    font-size: 5vw;
  }
  .timer_form .form_title .br_mob {
    display: block;
  }
  .timer_form .form-group {
    width: 100%;
  }
  .services_item {
    font-size: 34px;
  }
  .car_gallery {
    max-width: 100%;
  }
  .car_techs2 ul li {
    background: transparent;
  }
  .car_techs2 ul {
    margin-top: 10px;
    display: block;
  }
  .car_techs2 {
    bottom: auto;
    max-width: 360px;
    top: 66px;
  }
  #t2 .car_title__advant {
    position: relative;
    top: 0;
    left: auto;
    max-width: max-content;
  }
}
@media (max-width: 767px) {

 .car_label {
  position: absolute;
  top: -20px;
  right: 0px;
  z-index: 1;
  max-width: 60%;
}

  .banner_slider .banner10 .title1 {
    font-size: 4vw;
  }
  .banner_slider .banner10 .title2 {
    margin-top: 2vw;
    font-size: 4vw;
    color: #ffffff;
  }
  .banner_slider .banner10 .title_comment {
    margin-top: 2vw;
    font-size: 3vw;
  }
  .car_title__advant .br_mob {
    display: block;
  }
  .title_container .title_props a:hover:before {
    border: 1px solid #38a8ad;
  }

  .title_container .title_profit {
    position: relative;
    margin-top: 10px;
    width: fit-content;
    left: 0;
    bottom: 0;
    transform: none;
  }
  .title_container .title_profit:before {
    display: none;
  }
  .title_container .title_profit a {
    padding: 10px;
    width: 100%;
    color: #ffffff;
    font-size: 3.6vw;
    text-align: center;
  }
  .title_container .title_profit a:before {
    display: none;
  }

  .banner6 .title_container .title_profit a {
    color: #000000;
  }

  .title_container .title_props {
    margin-top: 20px;
    row-gap: 3vw;
    width: fit-content;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    /*display: grid;*/
    /*justify-content: center;*/
    /*flex-wrap: wrap;*/
    display: none;
  }
  .title_container .title_props a {
    width: 100%;
    color: #ffffff;
    font-size: 3.6vw;
  }

  .banner6 .title_container .title_props a {
    color: #000000;
  }
  .reviews_number {
    top: -21px;
    font-size: 36px;
  }
  .reviews .swiper-slide.swiper-slide-active .reviews_number {
    font-size: 46px;
  }
  .car_title__advant p {
    font-size: 18px;
  }
  .reviews .swiper-slide.swiper-slide-active {
    width: 58% !important;
  }
  .reviews .swiper-slide {
    width: 38% !important;
  }
  .car_props {
    margin-top: 20px;
  }

  .banner_slider .title_container:before {
    display: none;
  }

  .banner_slider .banner6 .title_container:before {
    display: block;
  }
  .banner_slider .banner9 .title_container:before {
    display: block;
  }

  #t2 .car_img {
    max-height: 360px;
  }
  .car_props2 a {
    width: 100%;
  }
  .car_props2 a br {
    display: none;
  }
  .car_text {
    width: 100%;
    order: 3;
  }
  .banner_slider .title_container {
    background: transparent;
    color: #fff;
  }

  .banner_slider .banner6 .title_container {
    color: #000000;
  }

  .banner_slider .title_container .br_mob {
    display: block;
  }
  .banner_slider .title1 {
    font-size: 4vw;
  }

  .banner_slider .banner7 .title1 {
    font-size: 4vw;
  }
  .banner_slider .title2 {
    font-size: 4vw;
    margin-top: 2vw;
  }
  .banner_slider .banner7 .title2 {
    font-size: 4vw;
  }
  .banner_slider .title_comment {
    font-size: 3.6vw;
    margin-top: 2vw;
  }
  .banner_slider .banner7 .title_comment {
    font-size: 3.6vw;
  }
  .car_img_wrap .car_award {
    width: 40%;
  }

  .banner_slider .banner6 {
    background-image: url(../img/bg6_mob.jpg);
    height: calc(162vw - 100px) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 60% 0px;
  }

  .banner.banner6 picture img {
    display: none;
  }

  .banner_slider .banner9 {
    background-image: url(../img/bg9_mob.jpg);
    height: calc(150vw - 100px) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 88px;
  }
  .banner.banner9 picture img {
    display: none;
  }

  .title_container .title_profit7 {
    width: 98%;
  }

  .title_container .title_profit7 a {
    font-size: 4vw;
    padding: 10px 25px 10px 50px;
  }

  .services_slide_text {
    right: 0;
    font-size: 3.5vw;
  }
  .services_img .services_slide {
    height: 44vw;
  }
  .services_img .swiper-button-next {
  }
  .services_img .swiper-pagination-vertical.swiper-pagination-bullets,
  .services_img .swiper-vertical > .swiper-pagination-bullets {
    right: 8px;
  }
  .services_img .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .services_img span {
    bottom: -4px;
    left: 0;
  }
  .services {
    margin-top: 0;
    margin-bottom: 50px;
    padding-top: 0px;
  }
  .services_item {
    font-size: 28px;
  }
  .services_cont {
    display: block;
  }
  .services_props {
    margin-top: 34px;
    margin-bottom: 34px;
  }
  #services_form .form-group.form_block {
    width: 100%;
    margin-bottom: 10px;
  }
  .services_block {
    width: 100%;
  }
  .services_img {
    margin-top: 20px;
    width: 100%;
  }
  .banner3 .title_container {
    background: transparent;
  }
  .banner3 .title_container .title1 {
    font-size: 21px;
    color: #fff;
  }
  .banner3 .title_container .title2 {
    font-size: 23px;
  }
  #t2 .car_btns .btn {
    width: 100%;
  }
  .car_techs2 {
    width: 100%;
    top: 0;
  }
  #t2 .car_props {
    position: relative;
    top: 0px;
    left: 0px;
  }
  .title_teh_block:last-child {
    margin-right: 0;
  }
  .title_teh {
    top: 120px;
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .title_teh_block p span {
    font-size: 24px;
  }

  .title_teh_block p {
    font-size: 12px;
  }

  .banner1 .title_container,
  .banner4 .title_container {
    background-image: none;
    padding: 0;
  }

  .title4 {
    bottom: 7px;
    left: 19%;
    font-size: 12px;
  }
  .banner1 .top-title {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 21px;
    color: #fff;
  }
  .banner2 .title_container .btn {
    position: relative;
    margin-bottom: 30px;
  }

  .anim {
    opacity: 1;
  }

  .fancybox-type-image {
    left: 0 !important;
    width: 100% !important;
    margin: 0 !important;
  }

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

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

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

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

  .popup_container {
    width: 100%;
  }

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

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

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

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

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

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

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

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

  .menu {
    position: fixed;
    z-index: 2;
    top: 107px;
    right: -100%;
    left: unset;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 10px 0;
    border-top: 1px solid #ffffff;
    background: rgba(37, 40, 42, 0.8);
    transition: all 0.3s linear;

    backdrop-filter: blur(5px) !important;
  }

  .menu.active {
    right: 0;
  }

  .menu a {
    padding: 10px 0;
  }

  header .head_wrap .btn {
    display: none;
  }

  header .container {
    align-items: flex-start;
    flex-direction: column;
  }

  header .head_wrap {
    width: 100%;
  }

  header .head_wrap .top_addr {
    display: none;
  }

  header .head_wrap .head_contacts {
    margin-top: 10px;
    padding-bottom: 0;
    border: none;
  }

  header .head_wrap a.top_phone {
    width: 100%;
    text-align: center;
  }

  header .logo_wrap {
    max-width: 60%;
    margin-top: 0;
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }

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

  header .logo_wrap .logo1 {
    width: auto;
  }

  /************************************************************************/
  .banner {
    display: flex;
    flex-direction: column;
    background: #000000;
  }

  .banner picture img {
    height: 220px;
    /* margin-top: -70px; */
    margin-top: 35px;
  }

  .banner2 picture img {
    margin-top: 0;
  }

  .title_container {
    position: relative;
    top: 0;
    margin-top: 95px;
  }
  .title {
    display: none;
  }
  .mob_title {
    display: block;
  }
  .mob_title b {
    font-weight: 800;
    font-size: 28px;
    /* font-style: italic; */
  }
  .banner2 .title_container {
    position: relative;
    top: 0;
    margin-top: 95px;
    text-align: center;
  }

  .banner2 .parallelogram {
    position: static;
    width: auto;
    background: none;
    transform: skewX(0deg);
  }

  .banner2 .anti_parall {
    transform: skewX(0deg);
  }
  .banner1 .parallelogram .title1,
  .banner2 .parallelogram .title1,
  .banner4 .parallelogram .title1 {
    padding: 6px 10px;
    font-size: 23px;
    color: #ffffff;
    text-align: center;
  }
  .banner1 .parallelogram .title2,
  .banner2 .parallelogram .title2 {
    margin-bottom: 0;
    padding: 0 10px;
    font-size: 23px;
    color: #ffffff;
    text-align: center;
  }

  .banner4 .parallelogram .title2 {
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
  }

  .banner2 .parallelogram2 {
    position: static;
    width: auto;
    background: none;
    transform: skewX(0deg);
  }

  .banner2 .parallelogram2 .title3 {
    padding: 7px 10px;
    padding-left: 0;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
  }

  .banner2 .parallelogram2 .title3::before {
    display: none;
  }

  .banner2 .parallelogram .title2 br.mob_br {
    display: inline;
  }

  /* .title1 {
      font-size: 7vw;
      margin-bottom: 5px;
    }

    .title2 {
      line-height: unset;
      font-size: 7vw;
    }

    .banner2 .title1 {
      font-size: 6vw;
      margin-bottom: 5px;
      max-width: 100%;
    }

    .banner2 .title2 {
      line-height: unset;
      font-size: 7vw;
      max-width: 100%;
    }

    .title2 span {
      font-size: inherit;
    } */
  /************************************************************************/
  .timer_block {
    padding: 20px 0;
  }

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

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

  .timer_block .timer_title span {
    margin-bottom: 0;
    font-size: 36px;
  }

  .timer_block .timer_title {
    font-size: 4vw;
    margin: 0;
  }

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

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

  .awards {
  }
  .awards__container {
  }
  .awards__content {
    flex-wrap: wrap;
  }
  .awards__info {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .awards__info:before {
  }
  .awards__info:after {
  }
  .awards__text {
    font-size: 5vw;
  }
  .awards__text_green {
    font-size: 5vw;
  }
  .awards__items {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .awards__images {
  }
  .awards__images-item {
  }
  .awards__img {
  }
  .awards__item-title {
    font-size: 3vw;
  }
  .awards__item-desc {
  }
  .awards__animation {
  }
  .awards__animation-item {
  }
  .awards__animation-item_anim1 {
    bottom: 0vw;
    max-width: 14vw;
  }
  .awards__animation-item_anim2 {
    bottom: 19vw;
    left: -4%;
  }
  .awards__animation-item_anim3 {
    bottom: -5vw;
    left: 18%;
  }
  .awards__animation-item_anim4 {
    bottom: -5vw;
    max-width: 9vw;
  }
  .awards__animation-item_anim5 {
    bottom: 51vw;
  }
  .awards__animation-item_anim6 {
    left: 41%;
  }
  .awards__animation-item_anim7 {
    bottom: 54vw;
  }
  .awards__animation-item_anim8 {
    left: 80%;
    bottom: -6vw;
  }

  .awards__animation_anim .awards__animation-item_anim1 {
    bottom: -5vw;
    max-width: 14vw;
  }
  .awards__animation_anim .awards__animation-item_anim2 {
    bottom: 29vw;
    left: -7%;
  }
  .awards__animation_anim .awards__animation-item_anim3 {
    bottom: -9vw;
    left: 10%;
  }
  .awards__animation_anim .awards__animation-item_anim4 {
    bottom: -7vw;
    max-width: 9vw;
  }
  .awards__animation_anim .awards__animation-item_anim5 {
    bottom: 57vw;
  }
  .awards__animation_anim .awards__animation-item_anim6 {
    left: 34%;
  }
  .awards__animation_anim .awards__animation-item_anim7 {
    bottom: 58vw;
  }
  .awards__animation_anim .awards__animation-item_anim8 {
    left: 85%;
    bottom: -8vw;
  }

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

  /************************************************************************/
  .cars_items_title {
    font-size: 24px;
    text-align: center;
    display: none;
  }

  .cars_menu {
    align-items: flex-start;
    flex-direction: column;
    min-height: auto;
    margin-bottom: 50px;
    display: none;
    row-gap: 15px;
  }

  .cars_menu a {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .cars_menu a span.menu_img {
    width: 40%;
    min-height: auto;
    opacity: 1 !important;
  }

  .cars_menu a span {
    font-size: 6vw;
  }

  /************************************************************************/
  .car_title {
    font-size: 28px;
  }

  .car_wrap {
    flex-direction: column;
    padding: 0;
    border: none;
  }
  .car_props2 {
    order: 3;
  }
  .car_img_wrap {
    width: 100%;
    margin-bottom: 20px;
  }

  .car_img {
    margin-top: 15px !important;
  }

  .car_img img {
    right: 0 !important;
  }

  .car_text {
    width: 100%;
  }

  .car_colors {
    flex-flow: wrap;
    margin-left: 0 !important;
  }

  .car_colors > span {
    display: none;
  }

  .car_colors {
    justify-content: center;
    margin-top: 10px !important;

    column-gap: 10px;
  }

  .car_sizes {
    display: none;
  }

  .car_btns {
    flex-direction: column;

    row-gap: 10px;
  }

  .car_btns .btn {
    width: 100%;
  }

  .car_btns .btn:nth-child(2) {
    order: -1;
  }

  .car_gallery {
    margin-top: 20px;
  }

  /*    .car_gallery .swiper-slide.swiper-slide-active {
          width: 40% !important;
      }

      .car_gallery .swiper-slide,
      .car_gallery .swiper-slide.swiper-slide-prev,
      .car_gallery .swiper-slide.swiper-slide-next {
          width: 30% !important;
      }*/
  /************************************************************************/
  #instock {
    margin-bottom: 50px;
  }

  #instock .compl_title {
    font-size: 40px;
  }
  #instock .compl_title .br_mob {
    display: block;
  }

  #instock .models {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    column-gap: 12px;
    row-gap: 12px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #instock .model_name {
    width: 27%;
    display: flex;
    justify-content: center;
  }

  #instock .compl_bg_name {
    position: relative;
    top: 0;
    display: none;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0;
  }

  #instock .compl_bg_name.show {
    display: block;
  }

  #instock .compl_items {
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 20px;

    column-gap: 0;
    row-gap: 20px;
  }

  #instock .compl_items .item {
    width: 100%;
  }

  #instock .compl_items .compl_techs > div {
    white-space: normal;
  }

  /************************************************************************/
  .tradein .container {
    flex-direction: column-reverse;
  }

  .tradein_bg {
    width: 100%;
    height: auto;
  }

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

  .tradein_title {
    font-size: 28px;
    text-align: center;
  }

  #tradein_form .form_wrap .form-group {
    width: 100%;
    margin-bottom: 10px;
  }

  /************************************************************************/
  .credit {
    margin-top: 40px;
  }

  .credit_title {
    margin-bottom: 20px;
  }

  .credit_props {
    position: relative;
    top: 0;
    left: 0;
  }

  .credit_props > a {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    margin-left: 0 !important;
    padding-left: 80px;
  }

  .credit_bg {
    height: 170px;
  }

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

  .credit-new__descr {
    margin-bottom: 30px;
  }

  .credit-new__item {
    padding-left: 0;
  }

  /************************************************************************/
  .cont_wrap {
    flex-direction: column-reverse;
    margin-top: 0;

    row-gap: 20px;
  }

  .cont_wrap > div {
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .cont_wrap .cont_logo_wrap .logo1:after {
    display: none;
  }

  .cont_wrap .cont_logo_wrap .logo1 {
    border-right: 1px solid #25282a;
  }

  .cont_wrap > .cont_info_block {
    padding: 20px;
  }

  .cont_wrap .bot_addr:before,
  .cont_wrap .bot_phone:before {
    display: none;
  }

  .cont_wrap .bot_addr,
  .cont_wrap .bot_phone {
    display: flex;
    flex-direction: column;
    font-size: 16px;

    row-gap: 10px;
  }

  #map1 {
    height: 350px;
  }

  .foot_wrap {
    align-items: flex-start;
    flex-direction: column;

    row-gap: 20px;
  }

  .foot_comment br {
    display: none;
  }
  .banner2 .parallelogram {
    padding-top: 0;
  }

  .title_container {
    margin-top: 135px;
  }

  .banner9 {
  }
  .banner9 .container {
  }
  .banner9 .title_container {
    margin-top: 96px;
    top: 0px; /*padding: 0px;*/
    color: #25282a;
  }
  .banner9 .title_container .title_props a {
    color: #25282a;
  }
  .banner9 .title_container .pre_title {
    font-size: 5vw;
    padding-top: 0px;
  }
  .banner9 .title_container .title {
    font-size: 5vw;
    padding-top: 0;
    padding-bottom: 0px;
  }
  .banner9 picture {
  }
  .banner9 picture img {
  }

  .services_img .swiper-slide {
    overflow: hidden;
    border-radius: 10px;
  }
  .services_img img {
    height: auto;
    width: 100%;
  }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 520px) {
  #instock .model_name {
    width: 42%;
  }
  #instock .compl_des_list {
    min-width: initial;
  }
  #instock .compl_des_list span {
    font-size: 14px;
  }
  .reviews {
    padding-top: 20px;
    padding-bottom: 32px;
  }
  .reviews_slider .swiper-pagination {
    flex-wrap: wrap;
  }
  .reviews .reviews_block:before {
    display: none;
  }
  .reviews .reviews_block:after {
    display: none;
  }
  .reviews .swiper-slide.swiper-slide-active .reviews_block {
    height: auto;
  }
  .reviews .swiper-slide.swiper-slide-active {
    width: 100% !important;
    padding-bottom: 20px;
  }
  .reviews .swiper-slide {
    width: 100% !important;
  }
  .reviews .swiper-slide.swiper-slide-active .reviews_block .reviews_comments {
    font-size: 16px;
  }
  .reviews .reviews_block {
    position: relative;
    /* background: #fff; */
    padding: 42px 8px 20px;
    height: auto;
    overflow: hidden;
  }
  .title_teh {
    top: 150px;
  }
  #t2 .car_bg_name {
    top: 15px;
  }
  #t2 .car_img {
    margin-top: 20px !important;
  }
  #t2 .car_colors {
    top: -28px;
  }
  .title4 {
    left: 10px;
  }
  .banner4 .parallelogram .title2 {
    font-size: 16px;
  }
  .timer_block .timer > div {
    min-width: max-content !important;
  }
}

@media (max-width: 390px) {
  .banner_slider .banner10 .title1 {
    font-size: 5vw;
  }
  .banner_slider .banner10 .title2 {
    font-size: 6vw;
  }
  .banner_slider .banner10 .title_comment {
    font-size: 4vw;
  }
  .title_container .title_profit a {
    font-size: 4.6vw;
  }
  .title_container .title_props a {
    font-size: 4.6vw;
  }

  .title_container {
    margin-top: 125px;
  }
  header .logo_wrap {
    width: 120px;
  }
  .car_title__advant p {
    font-size: 16px;
  }
  .car_title__advant.ico2 {
    min-height: 49px;
  }
  #t2 .car_img {
    max-height: 240px;
  }
  .services_slide_text {
    top: 8px;
    right: 0;
    font-size: 3.8vw;
  }
  .title_teh {
    top: 134px;
  }
  .banner1 .parallelogram .title1,
  .banner2 .parallelogram .title1 {
    font-size: 20px;
  }
  .banner1 .parallelogram .title2,
  .banner2 .parallelogram .title2 {
    font-size: 19px;
  }

  .banner2 .parallelogram2 .title3 {
    font-size: 17px;
  }

  .banner1 .top-title {
    font-size: 5vw;
  }
  .banner1 .parallelogram .title1,
  .banner2 .parallelogram .title1 {
    font-size: 5vw;
    padding: 10px 0;
  }
  .banner1 .parallelogram .title2,
  .banner2 .parallelogram .title2 {
    font-size: 5vw;
  }
  .banner1 .parallelogram .title2,
  .banner2 .parallelogram .title2 {
    font-size: 4.2vw;
  }

  .banner_slider .title1 {
    font-size: 5vw;
  }
  .banner_slider .banner7 .title1 {
    font-size: 5vw;
  }
  .banner_slider .title2 {
    font-size: 4.2vw;
  }
  .banner_slider .title_comment {
    font-size: 4vw;
  }
  .banner_slider .banner7 .title_comment {
    font-size: 4vw;
  }
  .banner_slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .banner_slider .swiper-pagination {
    bottom: 6px !important;
  }
  .banner picture img {
    margin-top: 18px;
  }
}

@media (max-width: 360px) {
  .title_teh {
    top: 155px;
  }

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

  #instock .compl_title {
    font-size: 30px;
  }
  .banner1 .parallelogram .title1,
  .banner2 .parallelogram .title1 {
    font-size: 19px;
  }
  .banner1 .parallelogram .title2,
  .banner2 .parallelogram .title2 {
    font-size: 19px;
  }

  .banner2 .parallelogram2 .title3 {
    font-size: 17px;
  }
  .banner4 .parallelogram .title1 {
    font-size: 17px;
  }
}

@media (max-width: 320px) {
  .banner1 .parallelogram .title1,
  .banner2 .parallelogram .title1 {
    font-size: 17px;
  }
}

@media (max-width: 815px) {
  .banner2 .title2 {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  .car_title {
    flex-direction: column;

    row-gap: 20px;
  }

  .car_title__advant {
    font-size: 16px;
  }

  .car_props > a {
    margin-bottom: 5px;
  }
}

@media (max-width: 1380px) {
  .car_title {
    display: block;
    column-gap: 30px;
  }

  .car_title__advant {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .car_title__advant2 {
    font-size: 14px;
  }
}
