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

html {
  overflow-x: hidden;
}

.car_gallery .swiper-pagination-bullet:nth-child(n + 4) {
  display: none !important;
}

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

.fancybox-slide--html .fancybox-close-small {
  color: #000 !important;
}

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

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

.fancybox-content {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

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

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

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

a:hover {
  text-decoration: none;
}

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

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

.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1140px;
  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: 1200px) {
  .container {
    width: 1450px;
    max-width: 100%;
  }
}

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

#form_popup,
#form_popup2 {
  display: none;
}

.popup_container {
  width: 420px;
  max-width: 100%;
  padding: 5px 29px 30px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background: white;

}

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

.popup_container .agree_field a {
  color: black;
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

.agree_field {
  font-size: 14px;
  line-height: 100%;
  position: relative;
  display: inline-block;
  font-weight: 400;
  padding-left: 26px;
  color: #000000;
  cursor: pointer;
}
.agree_field a {
  color: #000000;
  text-decoration: underline;
}
.agree_field input {
  position: absolute;
  left: -5000px;
  visibility: hidden;
}

.agree_field input+a {
  color: #000000;
}

.agree_field input+span {
  width: 16px;
  height: 16px;
  border: 1px solid #3E3A39;
  background: transparent;
  border-radius: 4px;
  position: absolute;
  top: -1px;
  left: 0;
}

.agree_field input:checked+span {
  background: url("../img/check_ico.svg") 50% 50% no-repeat;
}

form {
}

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

form .form-group input[type="tel"],
form .form-group input[type="text"],
form .form-group select {
  height: 56px;
  width: 100%;
  color: #3E3A39;
  font-size: 14px;
  box-sizing: border-box;
  font-weight: 400;
  font-family: "TENET Sans", sans-serif;
  text-transform: uppercase;
  padding: 0 24px;
  outline: none;
  background: transparent;
  border-radius: 16px;
  border: 1px solid #C7B9AB;
}

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

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

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

form .form-group button:hover {
}

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

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

.btn {
  box-sizing: border-box;
  background: #C30D23;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  max-width: 100%;
  height: 56px;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
  text-align: center;
  border: 1px solid #C30D23;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.btn span {
  position: relative;
}

.btn:after {
  content: '';
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/btn_up.svg") no-repeat;
  transition: all 0.2s linear;
}
.btn:hover:after {
  background: url("../img/btn_up_red.svg") no-repeat;
}

.btn:hover {
  color: #C30D23;
  background: #F7F0EB;
}

.btn.dark {
  background: #3E3A39;
  border-color: #3E3A39;
}
.btn.dark:hover {
  color: #3E3A39;
  background: #F7F0EB;
}
.btn.dark:hover:after {
  background: url("../img/btn_up_dark.svg") no-repeat;
}

.btn.black {
  background: #25201F;
  border-color: #25201F;
}
.btn.black:hover {
  color: #25201F;
  background: #F7F0EB;
}
.btn.black:hover:after {
  background: url("../img/btn_up_dark.svg") no-repeat;
}

.btn.glass {
  color: #C30D23;
  background: #F7F0EB;
}
.btn.glass:hover {
  color: #ffffff;
  background: #C30D23;
}
.btn.glass:after {
  background: url("../img/btn_up_red.svg") no-repeat;
}
.btn.glass:hover:after {
  background: url("../img/btn_up.svg") no-repeat;
}

.anim {
  opacity: 0;
  transition: all 0.3s 0.3s;
}

.anim.animated {
  opacity: 1;
}

.mob_phone {
  display: none;
}

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

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #3E3A39;
  z-index: 15;
}

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

.top_addr {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 28px;
  font-size: 16px;
  font-weight: 400;
}
.top_addr:before {
  content: '';
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/top_addr.svg) no-repeat;
}

.top_phone {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 28px;
  font-size: 16px;
  font-weight: 400;
}
.top_phone:before {
  content: '';
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/top_phone.svg) no-repeat;
}

.head_wrap .btn {
  width: 250px;
}

.menu {
  display: flex;
  justify-content: space-between;
  /* background: #25201F; */
  /* border-top: 1px solid #FFFFFF3B; */
  position: relative;
}

.menu:before {
    content: "";
    width: 1920px;
    height: 100%;
    background: #25201F;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    border-top: 1px solid #FFFFFF3B;
}
.menu > div {
  display: flex;
  column-gap: 40px;
}
.menu > div a {
  padding: 14px 0 10px;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 2px solid transparent;
  transition: all 0.2s linear;
}
.menu > div a span {
  color: #C30D23;
}
.menu .car_menu a {
  text-transform: uppercase;
}
.menu > div a:hover {
  border-color: #C30D23;
}

header .m_btn {
  display: none;
}

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

.intro {
  position: relative;
  margin-top: 126px;
}
.intro .swiper-slide {
  overflow: hidden;
}

.intro .swiper-slide .container {
}


.intro .swiper-pagination-bullet-active {
  background-color: #ffffff;
}


.swiper-intro .swiper-slide {
    height: auto; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.swiper-pagination.intros {
    position: absolute !important;
    bottom: 60px !important;
    left: 0 !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    gap: 8px !important;
    z-index: 10 !important;
}

.swiper-pagination.intros .swiper-pagination-bullet {
    width: 50px !important;
    height: 4px !important;
    background-color: rgba(255, 255, 255, 0.645) !important;
    border-radius: 2px !important;
    opacity: 0.7 !important;
    transition: all 0.3s ease !important;
}

.swiper-pagination.intros .swiper-pagination-bullet-active {
    width: 90px !important;
    background-color: #ffffff !important;
    opacity: 1 !important;
}


.intro picture img {
  max-width: none;
  transform: translateX(-50%);
  left: 50%;
  display: block;
  position: relative;
}
.title_container {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 2;
}

.title_container:before {
  content: '';
  position: absolute;
  top: -16px;
  width: 160%;
  height: calc(100% + 72px);
  z-index: -1;
  background: linear-gradient(90deg, rgba(37, 32, 31, 0.648) 19.99%, rgba(37, 32, 31, 0.648) 82.38%);
  backdrop-filter: blur(5px);
}

.title_container .br_mob {
  display: none;
}

.title_container .title1 {
  font-size: 30px;
}

.title_container .title2 {
  margin-top: 15px;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.title_container .title2 .title2__text_red {
    color: #C30D23;
}

.title_container .title3 {
    margin-top: 15px;
    font-size: 30px;
    font-weight: 400;
}

.title_container .btn {
  margin-top: 30px;
  width: 304px;
}

.title__list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  list-style: none;
}
.title__item {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
  padding-left: 54px;
  min-height: 40px;
  text-transform: uppercase;
  line-height: 122%;
}
.title__item::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-color: #a6192e;
  border-radius: 4px;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.ico1.title__item::before {
  background-image: url("../img/ico-ruble.svg");
}
.ico2.title__item::before {
  background-image: url("../img/ico-present.svg");
}
.ico3.title__item::before {
  background-image: url("../img/ico-family.svg");
}

.title__stick {
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.title__list .item__mini-text {
  font-size: 24px;
}

.intro .swiper-button-next:after,
.intro .swiper-button-prev:after {
  display: none;
}
.intro .swiper-button-next,
.intro .swiper-button-prev {
  width: 32px;
  height: 32px;
  background: url(../img/btn_arrows.svg) 50% no-repeat;
  top: 50%;
  transition: all 0.2s linear;
}
.intro .swiper-button-next:hover,
.intro .swiper-button-prev:hover {
  background: url(../img/btn_arrows_hov.svg) 50% no-repeat;
}
.intro .swiper-button-next {
  right: 13%;
  transform: rotate(180deg);
}
.intro .swiper-button-prev {
  left: 13%;
}


.intro_props {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  column-gap: 45px;
  width: calc(100% - 30px);
}
.intro_props a {
  position: relative;
  padding-left: 62px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  height: 52px;
  font-size: 22px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background: linear-gradient(90deg, #25201F 0%, rgba(255, 255, 255, 0.27) 100%);
  /* width: 100%; */
  text-transform: uppercase;
}
.intro_props a:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  background-color: #C30D23;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 5px;
}
.intro_props .ico1:before {
  background-image: url(../img/intro_props_ico1.svg);
}
.intro_props .ico2:before {
  background-image: url(../img/intro_props_ico2.svg);
}
.intro_props .ico3:before {
  background-image: url(../img/intro_props_ico3.svg);
}

.intro_dealer {
  position: absolute;
  z-index: 1;
  top: 630px;
  left: 15px;
  width: 400px;
  min-height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  column-gap: 0px;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #292929;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.3) 100%);
  border: 1px solid #ffffff;
  border-radius: 12px;
  padding: 12px;
}

.intro_dealer:before {
  content: '';
  position: relative;
  display: block;
  min-width: 80px;
  height: 80px;
  background: url("../img/intro_dealer_ico.svg") no-repeat;
}

.title_container .btn {
  margin-top: 25px;
  position: absolute;
  top: 100%;
}


.intro_techs {
    position: absolute;
    z-index: 2;
    top: 660px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.intro_techs_item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.intro_techs_ico {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
}
.intro_techs_ico img {}
.intro_techs_text {}
.intro_techs_item_title {
    font-size: 12px;
    opacity: .6;
}
.intro_techs_item_desc {
    font-weight: 700;
    margin-top: 8px;
}

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

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

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

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

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

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

.timer_block {
  margin-top: 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 65px;
  background: #F7F0EB;
  border-radius: 48px;
  z-index: 2;
}
.timer_title {
  position: absolute;
  top: -140px;
  right: 0;
  display: flex;
  align-items: center;
  column-gap: 12px;
  height: 45px;
  padding: 0 16px;
  background: #C30D23;
  border-radius: 12px;
  font-family: "TENET Sans SE", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.timer_title:before {
  content: '';
  position: relative;
  display: block;
  min-width: 67px;
  height: 22px;
  background: url("../img/logo3.svg") no-repeat;
}

.timer_gifts {
  position: absolute;
  top: -200px;
  right: 0;
  width: 484px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #292929;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.3) 100%);
  border: 1px solid #ffffff;
  border-radius: 12px;
}
.timer_gifts:before {
  content: '';
  position: relative;
  display: block;
  min-width: 30px;
  height: 30px;
  background: url("../img/timer_gifts_ico.svg") no-repeat;
}

.timer > div[id^="timer"] {
  transform: scale(0.9) !important;
  left: -42px;
  position: relative;
}

.timer_text {
  width: 50%;
}

.timer_comment {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 28px;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #3E3A39;
}
.timer_comment br {
  display: none;
}
.timer_comment:before {
  content: '';
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background: #C30D23;
  border-radius: 50px;
}

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

#timer_form .form-group:nth-child(2) {
  width: 62%;
}
#timer_form .form-group:nth-child(3) {
  width: 36%;
}

/**********************
      WEEK OFFERS
**********************/

.week_offers {
  margin-top: 120px;
}

.week_offers_title {
  font-family: "TENET Sans SE", sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.week_offers_list {
  margin-top: 65px;
  display: flex;
  column-gap: 20px;
}

.week_offers_list > a {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 24px;
  height: 200px;
  width: 100%;
  border-radius: 32px;
  background: #F7F0EB;
  overflow: hidden;
}
.week_offers_list > a:before {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 160px;
  height: 140px;
  transition: all 0.2s linear;
}

.week_offers_list > a.ico1:before {
  background: url("../img/offers/1.svg") 50% no-repeat;
}
.week_offers_list > a.ico1:hover:before {
  background: url("../img/offers/1_hov.svg") 50% no-repeat;
}

.week_offers_list > a.ico2:before {
  background: url("../img/offers/2.svg") 50% no-repeat;
}
.week_offers_list > a.ico2:hover:before {
  background: url("../img/offers/2_hov.svg") 50% no-repeat;
}

.week_offers_list > a.ico3:before {
  background: url("../img/offers/3.svg") 50% no-repeat;
}
.week_offers_list > a.ico3:hover:before {
  background: url("../img/offers/3_hov.svg") 50% no-repeat;
}

.week_offers_list > a.ico4:before {
  background: url("../img/offers/4.svg") 50% no-repeat;
}
.week_offers_list > a.ico4:hover:before {
  background: url("../img/offers/4_hov.svg") 50% no-repeat;
}

.week_offers_list > a b {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3E3A39;
}
.week_offers_list > a b span {
  color: #C30D23;
}

.offers_arrow {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  padding-right: 36px;
  font-size: 14px;
  font-weight: 400;
  color: #3E3A39;
  text-transform: uppercase;
}
.offers_arrow span {
  display: block;
  padding-top: 2px;
  border-bottom: 1px solid transparent;
  transition: all 0.2s linear;
}
.offers_arrow:hover span {
  border-color: #3E3A39;
}
.offers_arrow:before {
  content: '';
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  background: url(../img/offers_arrow_ico.svg) no-repeat;
}

/**********************
         ADVANTAGES
**********************/

.advantages {
  margin-top: 120px;
}
.advantages_title {
  font-family: "TENET Sans SE", sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.advantages_wrapper {
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}
.advantages_block {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: 140px;
  column-gap: 18px;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #F7F0EB;
  border-radius: 32px;
}
.advantages_block b {
  font-size: 45px;
  font-weight: 700;
  color: #C30D23;
}

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

.cars_items {
  margin-top: 120px;
}

.cars_items_title {
  font-family: "TENET Sans SE", sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.cars_menu {
  position: relative;
  margin-top: 65px;
}

.cars_items .cars_menu .swiper-wrapper .swiper-slide:first-child {
  margin-left: auto;
}

.cars_items .cars_menu .swiper-wrapper .swiper-slide:last-child {
  margin-right: auto !important;
}

.cars_menu .swiper-slide a {
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-radius: 10px;
    min-height: 127px;
    background: url(../img/cars_menu_decor.jpg) 50% 50% no-repeat #F7F0EB;
    background-size: cover;
    position: relative;
}

.cars_menu .swiper-slide a:before {
    content: "";
    width: 100%;
    height: 100%;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(247, 240, 235, 0) 49.57%, rgba(247, 240, 235, 0.5) 100%);
    mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    position: absolute;
}

.cars_menu .menu_text {
  position: absolute;
  top: 7px;
  left: 13px;
  display: flex;
  align-items: end;
  font-family: "TENET Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffff;
  text-transform: uppercase;
}
.cars_menu .menu_text b {
  position: relative;
  top: -1px;
  font-size: 1.4em;
  color: #C30D23;
  line-height: 100%;
}

.cars_menu .menu_img {
  display: block;
  text-align: center;
  position: relative;
  bottom: 0;
  transition: all 0.3s;
}

.cars_menu .swiper-slide:hover .menu_img {
  bottom: 6px;
}

.cars_menu .swiper-pagination {
  display: none;
}

.cars_menu .swiper-button-prev,
.cars_menu .swiper-button-next {
  width: 30px;
  height: 30px;
  transition: all 0.3s;
  top: 50% !important;
}

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

.cars_menu .swiper-button-prev {
  background: url("../img/btn_arrows_wt.svg") 50% no-repeat;
  left: -50px !important;
  transform: rotate(-90deg);
}

.cars_menu .swiper-button-next {
  background: url("../img/btn_arrows_wt.svg") 50% no-repeat;
  right: -50px !important;
  transform: rotate(90deg);
}

.car_item {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  column-gap: 2px;
  position: relative;
}

.car_block {
  width: -webkit-fill-available;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.car_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 32px;
  padding: 15px 35px;
  background: url(../img/car_wrap_bg.svg) 50% no-repeat  #25201F;
  background-size: cover;
  width: 57%;
  margin-left: -4%;
  margin-top: 30px;
  gap: 15px;
}

.car_add_block {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    top: -38px;
    left: 22px;
}
.car_fire {
    font-size: 18px;
    text-transform: uppercase;
    padding: 12px 10px 12px 46px;
    border-radius: 10px;
    background: url(../img/car_fire_ico.svg) 9px 43% no-repeat #25201F;
}

.car_fire_sall_text {
  font-size: 16px;
  text-transform: unset;
  padding: 5px 10px 5px 46px;
}

.car_count {}
.car_count ul {}
.car_count ul li {
    margin-left: 17px;
    text-transform: uppercase;
}
.car_count ul li span {
    font-weight: 700;
    color: #C30D23;
}

.car_btn_to_compl {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 26px;
    padding-top: 27px;
    padding-right: 36px;
    background: url(../img/btn_up.svg) 100% 115% no-repeat;
    z-index: 1;
}

.car_btn_to_compl:hover {
    background-image: url(../img/btn_up_red.svg);
}

.car_btn_to_compl:before {
    content: url(../img/car_compl_ico.svg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.car_btn_to_compl:hover:before {
    content: url(../img/car_compl_ico_hover.svg);
}

.car_info {
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.car_info_bg {
  background: url(../img/car_info_bg.svg) 100% 0 no-repeat #F7F0EB;
  border-radius: 24px;
  padding: 24px 35px 35px;
  height: 100%;
  max-height: 83%;
}
.car_name {
  font-family: "TENET Sans SE", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #3E3A39;
}
.car_name span {
  color: #C30D23;
}

.car_new {
  position: absolute;
  top: 34px;
  left: 224px;
  display: flex;
  align-items: center;
  width: fit-content;
  height: 32px;
  padding: 0 6px 0 36px;
  font-size: 18px;
  font-weight: 400;
  color: #3E3A39;
  border: 2px solid #C30D23;
  border-radius: 6px;
}
.car_new:before {
  content: '';
  position: absolute;
  left: 6px;
  width: 24px;
  height: 24px;
  background: url(../img/car_new_ico.svg) no-repeat;
}

.car_profit {
  margin-top: 28px;
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  height: 42px;
  padding-left: 46px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background: #C30D23;
  border-radius: 6px;
  overflow: hidden;
}
.car_profit span:before {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  min-width: 37px;
  height: 37px;
  background: url(../img/car_profit_ico.svg) no-repeat;
}

.car_profit.pred span:before {
  background: url(../img/car_pred_ico.svg) no-repeat 3px 6px;
}

.car_profit:before,
.car_profit:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100px) skewX(-15deg);
}
.car_profit:before {
  width: 60px;
  background: rgba(255, 255, 255, 0.5);
  filter: blur(30px);
  opacity: 0.5;
}
.car_profit:after {
  width: 30px;
  left: 30px;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(5px);
}
.car_profit:hover:before,
.car_profit:hover:after {
  transform: translateX(500px) skewX(-15deg);
  transition: all 0.9s ease;
}

.car_profit br {
  display: none;
}

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

.car_props a {
  position: relative;
  display: flex;
  align-items: center;
  height: 32px;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #3E3A39;
}

.car_props a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
  transition: all 0.2s linear;
}

.car_props .ico1:before {
  background: url("../img/car_props_ico1.svg") no-repeat;
}
.car_props .ico1:hover:before {
  background: url("../img/car_props_ico1_hov.svg") no-repeat;
}

.car_props .ico2:before {
  background: url("../img/car_props_ico2.svg") no-repeat;
}
.car_props .ico2:hover:before {
  background: url("../img/car_props_ico2_hov.svg") no-repeat;
}
.car_props .ico3:before {
  background: url("../img/car_props_ico3.svg") no-repeat;
}
.car_props .ico3:hover:before {
  background: url("../img/car_props_ico3_hov.svg") no-repeat;
}

.car_props .ico4:before {
  background: url("../img/car_props_ico4.svg") no-repeat;
}
.car_props .ico4:hover:before {
  background: url("../img/car_props_ico4_hov.svg") no-repeat;
}

.car_image {
  /* position: absolute; */
  top: 0;
  right: -40px;
  height: 100%;
  /* display: flex; */
  align-items: center;
}

.car_colors {
  /* position: absolute; */
  left: 0;
  right: 0;
  bottom: 20px;
  display: flex;
  justify-content: center;
  column-gap: 12px;
}
.car_colors > div {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  cursor: pointer;
}
.car_colors > div:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #C7B9AB;
  border-radius: 6px;
  opacity: 0;
  transition: all 0.2s linear;
}
.car_colors > div.active:before {
  opacity: 1;
}

.car_btns {
  margin-top: 2px;
  display: flex;
  justify-content: space-between;
  width: 89%;
}

.car_btns .btn {
  width: 49%;
}

.car_gallery_wrap {
  position: relative;
  padding: 20px 0;
  border-radius: 30px;
}

.car_gallery {
  height: 360px;
}

.car_gallery .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}

.car_gallery .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
}

.car_gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.car_gallery_wrap .swiper-button-prev,
.car_gallery_wrap .swiper-button-next {
  display: block;
  width: 39px;
  height: 22px;
  background: url("../img/btn_arrows_bl.svg") no-repeat;
  transition: all 0.3s;
}

.car_gallery_wrap .swiper-button-prev:hover, .car_gallery_wrap .swiper-button-next:hover {
    background: url(../img/btn_arrows_bl_hover.svg) no-repeat;
}

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

.car_gallery_wrap .swiper-button-prev {
  top: 26px;
  left: calc(50% - 15px) !important;
}

.car_gallery_wrap .swiper-button-next {
  top: initial;
  bottom: 2px;
  left: calc(50% - 15px) !important;
  transform: rotate(180deg);
}

.car_gallery_wrap .swiper-pagination {
  display: none;
  align-items: center;
}

.car_gallery_wrap .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #e1e1e1;
  opacity: 1;
  margin: 4px 0 !important;
  transition: all 0.3s;
}

.car_gallery_wrap .swiper-pagination-bullet-active {
  background: #3E3A39;
  width: 10px;
  height: 10px;
}

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

#instock {
  margin-top: 120px;
}

.instock_title {
  font-family: "TENET Sans SE", sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

#filter_table {
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}

#filter_table .select_container {
  width: 33%;
}

#filter_table select {
  font-family: "TENET Sans", sans-serif;
  appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 56px;
  padding-left: 24px;
  background: url("../img/ico_select.svg") 95% 50% no-repeat transparent;
  border-radius: 16px;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #ffffff;
}

#filter_table select option {
  color: #000000;
}

.tb_complects_container {
  margin-top: 40px;
}

.tb_complects {
  display: flex;
  flex-flow: wrap;
  justify-content: left;
  gap: 40px 1.6vw;
}

.tb_complects > div {
  width: 31.8%;
  max-width: 432px;
  position: relative;
}

.tb_complects > div.anim {
  opacity: 1;
}

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

.tb_complects > div .compl_wrap {
  position: relative;
  width: 89%;
  margin-left: auto;
  padding: 18px 20px 24px;
  background: url(../img/compl_wrap_bg.png) 100% 50% no-repeat #F7F0EB;
  border-radius: 24px;
  z-index: 2;
}

.tb_complects > div .compl_title {
  display: flex;
  align-items: end;
  font-family: "TENET Sans SE", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #3E3A39;
}

.tb_complects > div .compl_title span {
  position: relative;
  top: -2px;
  color: #C30D23;
}

.tb_complects > div .compl_name {
  position: absolute;
  left: 15%;
  bottom: 0;
  width: 86%;
  height: 62px;
  font-size: 24px;
  text-transform: uppercase;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C30D23;
  transform: rotate(-90deg);
  transform-origin: 3% 25%;
  z-index: 1;
  transition: all 0.3s 0.3s;
  border-radius: 24px 24px 0 0;
}

.tb_complects > div.anim.animated .compl_name {
  left: 0;
}

/*.tb_complects > div.anim {
    opacity: 0;
    transition: all .3s;
}

.tb_complects > div.anim.animated {
    opacity: 1;
}*/

.tb_complects > div .compl_name span {
  display: block;
  margin-bottom: 10px;
}

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

.tb_complects > div .compl_techs > div {
  color: #aaa;
  font-size: 14px;
  padding-left: 10px;
  position: relative;
}

.tb_complects > div .compl_techs > div:before {
  content: "";
  display: block;
  width: 1px;
  height: 38px;
  position: absolute;
  top: calc(50% - 19px);
  left: 0;
  background: #aaa;
}

.tb_complects > div .compl_techs > div b {
  display: block;
  font-weight: 700;
  color: #0c0c0b;
  margin-top: 5px;
  font-size: 16px;
}

.tb_complects > div .compl_btns {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-top: 20px;
}

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

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

.test_drive {
  margin-top: 130px;
}

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

.test_drive_wrap {
  width: 40%;
  padding: 40px;
  color: #3E3A39;
  background: #F7F0EB;
  border-radius: 48px 0 0 48px;
}

.test_drive_title {
  font-family: "TENET Sans SE", sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.test_drive_comment {
  margin-top: 24px;
  font-size: 20px;
}

#test_drive_form {
  margin-top: 52px;
}

.test_drive_vid {
  width: 60%;
  height: 393px;
  border-radius: 0 48px 48px 0;
  overflow: hidden;
}

.test_drive_vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
}

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

.tradein {
  margin-top: 10px;
}

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

.tradein_img {
  width: 60%;
  height: 452px;
  border-radius: 48px 0 0 48px;
  overflow: hidden;
}

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

.tradein_wrap {
  width: 40%;
  border-radius: 0 48px 48px 0;
  background: #F7F0EB;
  padding: 40px;
  color: #3E3A39;
}

.tradein_title {
  font-family: "TENET Sans SE", sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.tradein_comment {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 400;
}

#tradein_form {
  margin-top: 30px;
}

#tradein_form .form-group {
  margin-bottom: 5px;
}

#tradein_form select {
  background: url("../img/ico_select2.png") 95% 50% no-repeat transparent;
}

#tradein_form .agree_field {
  display: block;
}

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

.credit {
  margin-top: 10px;
}

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

.credit_wrap {
  width: 40%;
  border-radius: 48px 0 0 48px;
  background: #F7F0EB;
  padding: 40px 40px 0 40px;
  color: #3E3A39;
}

.credit_title {
  font-family: "TENET Sans SE", sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.credit_comment {
  margin-top: 24px;
  font-size: 20px;
}

#credit_form {
  margin-top: 60px;
  font-size: 20px;
  font-weight: 400;
}

.credit_img {
  width: 60%;
  height: 393px;
  border-radius: 0 48px 48px 0;
  overflow: hidden;
}

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

/**********************
        OFFER
**********************/

.offer {
  margin-top: 120px;
}

.offer .container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.offer_wrap {
  width: 40%;
  border-radius: 48px 0 0 48px;
  background: #F7F0EB;
  padding: 40px;
  color: #3E3A39;
}

.offer_title {
  font-family: "TENET Sans SE", sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.offer_comment {
  margin-top: 24px;
  font-size: 20px;
}

#offer_form {
  margin-top: 22px;
}

.offer_img {
  width: 60%;
  border-radius: 0 48px 48px 0;
  overflow: hidden;
}

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



.corp {
    margin-top: 120px;
}
.corp__container {}
.corp__content {}
.corp_title {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.corp_img {
    margin-top: 65px;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
}
.corp_img picture {}
.corp_img picture img {}
.corp_items {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    gap: 17px;
}
.corp_item {
    width: 100%;
    padding: 20px 13px;
    background: #F7F0EB;
    color: #25201F;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.corp_ico {}
.corp_item_title {
    font-size: 19.5px;
    font-weight: 700;
}
.corp_item_desc {}
.corp__btn {
    margin: 0 auto;
    margin-top: 35px;
    max-width: 490px;
}



.emotions {
    margin-top: 120px;
}
.emotions__container {}
.emotions_title {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.emotions_subtitle {
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
}
.emotions__content {
    margin-top: 65px;
}
.emotions__item {
    /* display: flex; */
    opacity: .75;
}
  
.emotions .swiper-slide-active .emotions__item {
  /* justify-content: center; */
  opacity: 1;
}

.emotions .swiper-slide-prev .emotions__item {
    /* justify-content: flex-end; */
}

.emotions .swiper-slide-next .emotions__item {
    /* justify-content: flex-start; */
}

.emotions__item picture {}
.emotions__item picture img {
    border-radius: 24px;
}
.emotions .swiper {
    padding-bottom: 50px;
    /* overflow: visible; */
}
.emotions .swiper-wrapper {}
.emotions .swiper-slide {
  width: fit-content;
}

.emotions .swiper-slide-active {}
.emotions .swiper-button-prev,
.emotions .swiper-button-next {
    bottom: 0;
    top: unset;
    width: 114px;
    height: 30px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.emotions .swiper-button-prev:after, .emotions .swiper-button-next:after {
    display: none;
}
.emotions .swiper-button-prev {
    background-image: url(../img/emotions_arrow_prev.svg);
    right: calc(50% + 15px);
    left: unset;
}
.emotions .swiper-button-next {
    background-image: url(../img/emotions_arrow_next.svg);
    left: calc(50% + 15px);
}



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

.contacts {
  margin-top: 120px;
}

.contacts_title {
  font-family: "TENET Sans SE", sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.contacts_wrap {
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
}

.contacts_text {
  width: 36%;
  border-radius: 48px 0 0 48px;
  background: #F7F0EB;
  padding: 40px 40px 38px 40px;
  color: #3E3A39;
}

.bot_addr {
  margin-top: 28px;
}

.bot_phone {
  display: block;
  margin-top: 20px;
}

.worktime {
  margin-top: 20px;
}

.bot_addr span,
.bot_phone span,
.worktime span {
  display: block;
  margin-bottom: 5px;
  color: #998E83;
  font-size: 14px;
}

.contacts_text .btn {
  margin-top: 30px;
}

#map1 {
  border-radius: 0 48px 48px 0;
  overflow: hidden;
  width: 64%;
  height: auto;
  background: url("../img/map.jpg") 50% no-repeat;
    background-size: cover;
}

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

footer {
  padding: 50px 0;
}

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

.foot_wrap .links {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.sinoby img {
  position: relative;
  top: -2px;
}

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

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

@media (max-width: 1920px) {
  
}
@media (max-width: 1500px) {
  .intro .swiper-button-prev {
    left: 4%;
  }
  .intro .swiper-button-next {
    right: 4%;
  }
  .week_offers_list > a b {
    font-size: 16px;
  }
  .test_drive_wrap {
    width: 44%;
  }
  .test_drive_vid {
    width: 56%;
  }
}
@media (max-width: 1400px) {
  .timer_comment {
    font-size: 18px;
  }
  .timer_block {
    padding: 20px 30px;
  }
}
@media (max-width: 1280px) {
  .intro_props a {
    font-size: 16px;
  }
  .timer {
    width: 28%;
  }
  .timer > div[id^="timer"] {
    transform: scale(0.6) !important;
    left: 60px;
  }
  .timer_comment {
    font-size: 16px;
  }
  #timer_form .form-group:nth-child(2) {
    width: 100%;
  }
  #timer_form .form-group:nth-child(3) {
    width: 100%;
  }

  .top_addr {
    font-size: 14px;
  }
  .top_phone {
    font-size: 14px;
  }
  .title_container .title1 {
    font-size: 34px;
  }
  .title__item {
    font-size: 20px;
  }

  .swiper-pagination.intros {
    bottom: 30px !important;
  }

  .advantages_block {
    font-size: 14px;
  }
  .advantages_block b {
    font-size: 28px;
  }

  .car_image {
    width: 64%;
  }

  .test_drive_wrap {
    width: 52%;
  }
  .test_drive_vid {
    width: 48%;
  }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
  .advantages_wrapper {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .advantages_block {
    width: 48%;
  }
  .intro {
    margin-top: 128px;
  }
  .title__item {
    font-size: 18px;
  }

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

  .head_wrap .btn {
    width: 220px;
  }

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

  .intro picture img {
    height: 650px;
  }

  .title_container {
    top: 64px;
  }

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

  .title__item {
    font-size: 24px;
  }

  .timer {
    padding-left: 0;
    display: flex;
    justify-content: center;
    width: 50%;
  }

  div[id^="timer"] {
    white-space: nowrap;
  }

  .timer_text {
    width: 45%;
  }

  .timer_comment {
    font-size: 20px;
    margin-bottom: 10px;
  }

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

  #timer_form .agree_field {
    width: 100%;
  }

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

  .week_offers {
    margin-top: 50px;
  }

  .week_offers_title {
    font-size: 26px;
  }

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

  .week_offers_list > a {
    width: 49.5%;
  }

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

  .advantages_title {
    font-size: 26px;
  }

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

  .cars_items {
  }

  #tiggo_7l .leasing-button {
    font-size: 14px;
    padding-left: 35px;
    padding-right: 5px;
  }

  #tiggo_7l .leasing-button::before {
    width: 32px;
    height: 32px;
  }

  .cars_items_title {
    margin-bottom: 20px;
  }

  .car_add_block {}
.car_fire {}
.car_count {}
.car_count ul {}
.car_count ul li {}
.car_count ul li span {}

.car_btn_to_compl {}

  .car_wrap {
    padding: 30px 20px;
  }

  .car_new {
    top: 30px;
  }

  .car_image {
    top: 0;
    width: 60%;
  }

  .car_profit {
    font-size: 16px;
  }

  .car_gallery_wrap {
    min-width: 220px;
  }
  .car_gallery {
    height: 398px;
  }
  .car_gallery .swiper-slide {
    height: 124px;
  }

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

  .tb_complects > div .compl_name {
    width: 68%;
    font-size: 20px;
  }

  .tb_complects > div .compl_name span {
    margin-bottom: 25px;
  }

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

  .test_drive_vid {
    width: 50%;
    height: 452px;
  }

  .test_drive_wrap {
    width: 50%;
  }

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

  .tradein_wrap {
    width: 50%;
  }

  .tradein_img {
    width: 50%;
  }

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

  .credit_wrap {
    width: 50%;
  }

  .credit_img {
    width: 50%;
  }

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

  .offer_wrap {
    width: 50%;
  }

  .offer_img {
    width: 50%;
  }

  /***********************************************************************************/
  
  .corp {}
.corp__container {}
.corp__content {}
.corp_title {}
.corp_img {}
.corp_img picture {}
.corp_img picture img {}
.corp_items {}
.corp_item {}
.corp_ico {}
.corp_item_title {}
.corp_item_desc {}
.corp__btn {}



.emotions {}
.emotions__container {}
.emotions_title {}
.emotions_subtitle {}
.emotions__content {}
.emotions__item {}
.emotions__item picture {}
.emotions__item picture img {}
.emotions .swiper {}
.emotions .swiper-wrapper {}
.emotions .swiper-slide {}
.emotions .swiper-button-prev {}
.emotions .swiper-button-next {}

  .contacts_text {
    width: 50%;
  }

  #map1 {
    width: 50%;
  }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {

  .intro_props {
    flex-wrap: wrap;
    row-gap: 4px;
  }
  .intro {
    margin-top: 68px;
  }
  .title__item {
    padding-left: 44px;
    font-size: 14px;
  }
  .title__item::before {
    width: 34px;
    height: 34px;
    background-size: 20px;
  }
  .title_container .btn {
    display: none;
  }

  .anim {
    opacity: 1 !important;
  }

  .head_wrap .btn {
    display: none;
  }
  .top_addr {
    display: none;
  }
  .top_phone {
    margin-right: 50px;
  }

  .timer {
    width: 100%;
  }
  .timer > div[id^="timer"] {
    left: 0;
  }

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

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

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

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

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

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

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

  .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 68px;
    background: #3E3A39;
    width: 100%;
    height: auto;
    right: -100%;
    left: unset;
    transition: all 0.3s linear;
    z-index: 2;
    padding: 10px 0;
  }

.menu:before {
    display: none;
}

  .menu.active {
    right: 0;
  }

  .menu > div {
    flex-direction: column;
    align-items: center;
  }

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

  .intro picture img {
    height: 500px;
  }

  .intro_dealer {
    top: -260px;
    left: unset
  }

  .intro_techs {}
.intro_techs_item {}
.intro_techs_ico {}
.intro_techs_ico img {}
.intro_techs_text {}
.intro_techs_item_title {}
.intro_techs_item_desc {}

  .title_container {
    top: 80px;
  }

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

  .timer_block {
    margin-top: 275px;
    background-size: cover;
    flex-direction: column;
    padding: 20px;
    gap: 20px 0;
  }

  .timer_gifts {
    top: -130px;
    right: unset;
  }

  .timer_title {
    top: -65px;
    right: unset;
  }

  .timer_text {
    width: 100%;
  }

  .timer_comment {
    text-align: center;
  }

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

  .week_offers_list {
    gap: 5px 0;
  }

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

  .cars_items_title {
    margin-bottom: 0;
  }

  .cars_menu .menu_text {
    font-size: 10px;
  }

  .cars_menu .swiper-button-prev {
    left: -35px !important;
    top: 72% !important;
  }

  .cars_menu .swiper-button-next {
    right: -35px !important;
    top: 72% !important;
  }

  .car_item {
    flex-direction: column;
  }

  .car_wrap {
    width: 100%;
  }

  .car_add_block {}
.car_fire {}
.car_count {}
.car_count ul {}
.car_count ul li {}
.car_count ul li span {}

.car_btn_to_compl {}

  .car_gallery_wrap {
    margin-top: 2px;
    width: 100%;
  }

  .car_gallery {
    height: auto;
    padding-bottom: 10px !important;
  }
  .car_gallery .swiper-slide {
    height: auto;
  }

  .car_gallery .swiper-wrapper {
    align-items: flex-end;
  }

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

  .car_gallery_wrap .swiper-pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0 7px;
  }

  .car_profit {
    font-size: 18px;
  }

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

  .tb_complects > div {
    width: 48%;
  }

  .tb_complects > div .compl_name {
    width: 68%;
  }

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

  .test_drive .container {
    flex-direction: column-reverse;
    gap: 10px 0;
  }

  .test_drive_vid {
    width: 100%;
    border-radius: 20px;
  }

  .test_drive_wrap {
    width: 100%;
    padding: 30px;
    border-radius: 20px;
  }

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

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

  .tradein_img {
    width: 100%;
    border-radius: 20px;
  }

  .tradein_wrap {
    width: 100%;
    padding: 30px;
    border-radius: 20px;
  }

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

  .credit .container {
    flex-direction: column-reverse;
    gap: 10px 0;
  }

  .credit_img {
    width: 100%;
    border-radius: 20px;
  }

  .credit_wrap {
    width: 100%;
    padding: 30px;
    border-radius: 20px;
  }

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

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

  .offer_img {
    width: 100%;
    border-radius: 20px;
  }

  .offer_wrap {
    width: 100%;
    padding: 30px;
    border-radius: 20px;
  }

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

  .corp {}
.corp__container {}
.corp__content {}
.corp_title {}
.corp_img {}
.corp_img picture {}
.corp_img picture img {}
.corp_items {}
.corp_item {}
.corp_ico {}
.corp_item_title {}
.corp_item_desc {}
.corp__btn {}



.emotions {}
.emotions__container {}
.emotions_title {}
.emotions_subtitle {}
.emotions__content {}
.emotions__item {}
.emotions__item picture {}
.emotions__item picture img {}
.emotions .swiper {}
.emotions .swiper-wrapper {}
.emotions .swiper-slide {}
.emotions .swiper-button-prev {}
.emotions .swiper-button-next {}

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

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

  .contacts_text {
    width: 100%;
    padding: 30px;
    border-radius: 20px;
  }

  .bot_addr {
    margin-top: 30px;
  }

  .bot_phone {
    margin-top: 20px;
  }

  .worktime {
    margin-top: 20px;
  }

  #map1 {
    width: 100%;
    border-radius: 20px;
  }

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

  .foot_wrap {
    flex-flow: wrap;
    gap: 15px 0;
  }

  .yurinfo {
    width: 100%;
  }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
  .timer_gifts {
    top: -330px;
    right: unset;
    width: fit-content;
    min-height: 7vw;
    padding: 0 2vw;
    column-gap: 2vw;
    font-size: 3vw;
    background: #ffffff;
  }
  .timer_gifts:before {
    min-width: 4vw;
    height: 4vw;
    background-size: contain;
  }
  .intro_props a {
    font-size: 3.2vw;
    justify-content: center;
    width: 100%;
    height: 8vw;
    padding: 0;
    padding-left: 10vw;
  }

.intro_props a:before {
    width: calc(8vw - 2px);
    height: calc(8vw - 2px);
    background-size: 60%;
}
  .intro_props {
    flex-wrap: wrap;
    row-gap: 4px;
    margin-top: 2vw;
  }

  .title1_mob {
    font-size: 3vw;
    font-weight: 700;
    text-transform: uppercase;
  }

  .title1_mob_sub {
    margin-top: 1vw;
    font-size: 4vw;
    font-weight: 700;
    text-transform: uppercase;
  }

  .title2_mob {
    margin-top: 1vw;
    font-size: 3vw;
  }

  .title2_mob span{
    text-transform: uppercase;
    color: #C30D23;
  } 

  .title2_mob_sub {
    font-size: 3vw;
  }

  .timer_title {
    font-size: 14px;
    top: -64px;
    right: unset;
  }

  .advantages {
    margin-top: 60px;
  }
  .advantages_block {
    width: 100%;
    border-radius: 20px;
  }
  .advantages_title {
    font-size: 4vw;
    text-align: center;
  }
  .advantages_wrapper {
    margin-top: 30px;
    flex-direction: column;
    row-gap: 20px;
  }
  .advantages_block:before {
    min-width: 56px !important;
    height: 56px !important;
    background-size: contain !important;
    background-position: 50% 50%;
  }

  .intro .swiper-button-next,
  .intro .swiper-button-prev {
    display: none;
  }
  .title_container .btn {
    display: none;
  }
  .car_new {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 12px;
  }

  #tiggo_7l .leasing-button {
    font-size: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 25px;
    width: unset;
    right: 0px;
  }

  .leasing-button {
    font-size: 12px;
    padding-left: 35px;
    padding-right: 0px;
    margin-bottom: 8px;
    width: 200px;
    right: 100px;
  }

  #tiggo_7l .leasing-button::before {
    width: 24px;
    height: 24px;
  }

  .leasing-button::before {
    width: 32px;
    height: 32px;
  }

  .anim {
    opacity: 1 !important;
    margin-top: 60px;
  }

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

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

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

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

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

  .popup_container {
    width: 100%;
  }

  .mob_phone {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 10px 0;
    z-index: 9999999999;
  }

  .mob_phone_text {
    color: #0c0c0b;
  }

  .mob_phone a {
    color: #C30D23;
    font-weight: 700;
  }

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

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

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

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

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

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

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

  .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 42px;
    background: #3E3A39;
    width: 100%;
    height: auto;
    right: -100%;
    left: unset;
    transition: all 0.3s linear;
    z-index: 2;
    padding: 10px 0;
  }

.menu:before {
    display: none;
}

  .menu.active {
    right: 0;
  }

  .menu > div {
    flex-direction: column;
    align-items: center;
  }

  .head_wrap {
    padding: 10px 0;
  }

  .head_wrap .logo1 {
    width: 160px;
  }

  .top_addr {
    display: none;
  }

  .top_phone {
    margin-right: 50px;
  }

  .head_wrap .btn {
    display: none;
  }

  /***********************************************************************************/
  
  .intro {
    margin-top: 54px;
  }
  .intro picture img {
    height: auto;
    width: 100%;
  }

  .intro_dealer {
    font-size: 25px;
    width: fit-content;
    top: 60vw;
    padding: 5px;
    left: -83px;
    transform: scale(.5);
  }

  .intro_techs {
    display: none;
}
.intro_techs_item {}
.intro_techs_ico {}
.intro_techs_ico img {}
.intro_techs_text {}
.intro_techs_item_title {}
.intro_techs_item_desc {}

  .title_container {
    top: 15px;
  }

.title_container:before {
    top: -2vw;
    height: calc(100% + 6vw);
}
  .title_container .br_mob {
    display: block;
  }
  .title_container br {
    display: none;
  }
  .title_container .title1 {
    font-size: 4vw;
  }

.title_container .title2 {
    font-size: 5vw;
    margin-top: 2vw;
}

.title_container .title3 {
    font-size: 4vw;
    margin-top: 2vw;
}
  
  .title__list {
    flex-direction: column;
    gap: 4px;
  }
  .title__item {
    font-size: 16px;
    max-height: 20px;
    display: flex;
    align-items: center;
    padding-left: 40px;
  }

  .title__list .item__mini-text {
    font-size: 14px;
  }
  .title__stick {
    display: none;
  }
  .title__item::before {
    top: 4px;
    width: 32px;
    height: 32px;
    background-size: 70%;
  }

    .run_now {
        height: 50px;
    }

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

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

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

  .timer_block {
    margin-top: 50px;
    background-size: cover;
    flex-direction: column;
    padding: 20px;
    gap: 10px 0;
    border-radius: 20px;
  }

  .timer_text {
    width: 100%;
  }

  .timer_comment {
    position: absolute;
    top: 20px;
    text-align: center;
    font-size: 3vw;
  }
  .timer {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    padding-left: 0;
    width: 100%;
  }
  .timer > div[id^="timer"] {
    left: 0;
  }
  #timer_form {
    margin-top: 0;
  }

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

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

  #timer_form .agree_field {
    width: 100%;
    padding-bottom: 10px;
  }

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

  .week_offers {
    margin-top: 50px;
  }

  .week_offers_title {
    font-size: 4vw;
    text-align: center;
  }

  .week_offers_list {
    margin-top: 30px;
    gap: 5px 0;
    flex-flow: wrap;
  }

  .week_offers_list a {
    width: 100%;
    border-radius: 20px;
  }

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

  .cars_items {
    margin-top: 60px;
  }

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

  .cars_menu {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .cars_menu .menu_text {
    font-size: 16px;
    top: 12px;
    /* color: #000 !important; */
  }
  .cars_menu .menu_text b {
    top: -2px;
    font-size: 18px;
  }

  .cars_menu .swiper-slide {
    padding-top: 0 !important;
  }

  .cars_menu .menu_img {
    bottom: 0 !important;
  }

  .cars_menu .swiper-wrapper {
    padding-top: 0;
  }

  .cars_menu .swiper-button-prev {
    left: -35px !important;
    top: 72% !important;
    display: none;
  }

  .cars_menu .swiper-button-next {
    right: -35px !important;
    top: 72% !important;
    display: none;
  }

  .cars_menu .swiper-pagination {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 0 7px;
    bottom: 0 !important;
  }

  .cars_menu .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #e1e1e1;
    opacity: 1;
    margin: 4px 0 !important;
    transition: all 0.3s;
  }

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

  .car_item {
    flex-direction: column;
    margin-top: 50px;
    padding-bottom: 155px;
    padding-top: 13vw;
  }

.car_block {
    flex-direction: column;
    gap: 6vw;
}

.car_info {
    width: 100%;
}

.car_info_bg {
    padding: 20px 15px;
}

  .car_wrap {
    width: 100%;
    padding: 15px;
    padding-top: 60px;
    flex-direction: column;
    border-radius: 20px;
    margin: 0;
    order: -1;
  }

  .car_add_block {
    position: static;
    flex-direction: column-reverse;
}
.car_fire {
    font-size: 4.6vw;
    width: 100%;
    text-align: center;
}
.car_count {}
.car_count ul {}
.car_count ul li {
    font-size: 4.7vw;
}
.car_count ul li span {}

.car_btn_to_compl {
    font-size: 4vw;
}

  .car_name {
    font-size: 6vw;
    margin-bottom: 0;
    position: absolute;
    color: #fff;
    top: 0;
  }

  .car_image {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    flex-direction: column;
  }

  .car_colors {
    position: relative;
    flex-direction: row;
    gap: 0 10px;
    bottom: 0;
  }
  .car_colors > div {
    width: 20px;
    height: 20px;
  }

  .car_props {
    margin-top: 20px;
    min-height: auto;
  }

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

  .car_btns {
    margin-top: 10px;
    flex-direction: column;
    gap: 10px 0;
    padding: 15px;
    border-radius: 20px;
    width: calc(100% + 30px);
    position: absolute;
    bottom: 0;
    left: -15px;
  }

  .car_btns .btn {
    width: 100%;
  }

  .car_gallery_wrap {
    margin-top: 10px;
    width: 100%;
    padding: 15px;
    border-radius: 20px;
  }

  .car_gallery {
    height: auto;
    padding-bottom: 10px !important;
  }
  .car_gallery .swiper-slide {
    height: 14vw;
  }

  .car_gallery .swiper-wrapper {
    align-items: flex-end;
  }

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

  .car_gallery_wrap .swiper-pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0 7px;
  }

  .car_profit {
    position: relative;
    top: 0;
    left: 0;
    font-size: 3.8vw;
    margin: 0;
  }

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

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

  #instock {
    margin-top: 50px;
  }

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

  .tb_complects > div {
    width: 100%;
    margin-top: 0;
  }

  .tb_complects > div .compl_name {
    width: 68%;
  }

  #filter_table {
    margin-top: 30px;
    flex-direction: column;
    gap: 10px 0;
  }

  #filter_table .select_container {
    width: 100%;
  }

  .tb_complects > div .compl_name span {
    font-size: 4vw;
    margin-bottom: 20px;
  }

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

  .test_drive {
    margin-top: 50px;
  }

  .test_drive .container {
    flex-direction: column-reverse;
    gap: 10px 0;
  }

  .test_drive_vid {
    width: 100%;
    height: 200px;
    border-radius: 20px;
  }

  .test_drive_wrap {
    width: 100%;
    padding: 20px 15px;
    border-radius: 20px;
  }

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

  .test_drive_comment {
    margin-top: 2vw;
    font-size: 4vw;
    text-align: center;
  }
  .test_drive_comment br {
    display: none;
  }
  #test_drive_form {
    margin-top: 6vw;
  }

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

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

  .tradein_img {
    width: 100%;
    height: 200px;
    border-radius: 20px;
  }

  .tradein_wrap {
    width: 100%;
    padding: 20px 15px;
    border-radius: 20px;
  }

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

  .tradein_comment {
    margin-top: 4vw;
    font-size: 4vw;
    text-align: center;
  }
  #tradein_form {
    margin-top: 6vw;
  }

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

  .credit .container {
    flex-direction: column-reverse;
    gap: 10px 0;
  }

  .credit_img {
    width: 100%;
    height: 200px;
    border-radius: 20px;
  }

  .credit_wrap {
    width: 100%;
    padding: 20px 15px;
    border-radius: 20px;
  }

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

  .credit_comment {
    margin-top: 4vw;
    font-size: 4vw;
    text-align: center;
  }
  #credit_form {
    margin-top: 6vw;
  }

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

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

  .offer_img {
    width: 100%;
    height: 200px;
    border-radius: 20px;
  }

  .offer_img img {
    width: 100%;
    height: 100%;
    object-position: 35%;
    object-fit: cover;
  }

  .offer_wrap {
    width: 100%;
    padding: 20px 15px;
    border-radius: 20px;
  }

  .offer_title {
    text-align: center;
    font-size: 4vw;
  }

  .offer_comment {
    margin-top: 4vw;
    font-size: 4vw;
    text-align: center;
  }
  #offer_form {
    margin-top: 6vw;
  }

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

  .corp {
    margin-top: 60px;
}
.corp__container {}
.corp__content {}
.corp_title {
    font-size: 6vw;
}
.corp_img {
    margin-top: 20px;
}
.corp_img picture {}
.corp_img picture img {}
.corp_items {
    flex-wrap: wrap;
    margin-top: 25px;
}
.corp_item {
    gap: 7px;
}
.corp_ico {}
.corp_item_title {}
.corp_item_desc {}
.corp__btn {
    margin-top: 15px;
}



.emotions {
    margin-top: 60px;
}
.emotions__container {}
.emotions_title {
    font-size: 6vw;
}
.emotions_subtitle {
    font-size: 4vw;
}
.emotions__content {
    margin-top: 25px;
}
.emotions__item {}
.emotions__item picture {}
.emotions__item picture img {}
.emotions .swiper {}
.emotions .swiper-wrapper {}

.emotions .swiper-button-prev, .emotions .swiper-button-next {
    width: 20%;
    background-size: 100%;
}
.emotions .swiper-slide {}
.emotions .swiper-button-prev {}
.emotions .swiper-button-next {}

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

  .contacts {
    margin-top: 60px;
  }

.contacts_title {
    font-size: 6vw;
}

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

  .contacts_text {
    width: 100%;
    padding: 15px;
    border-radius: 20px;
  }

  .bot_addr {
    margin-top: 30px;
  }

  .bot_phone {
    margin-top: 20px;
  }

  .worktime {
    margin-top: 20px;
  }

  #map1 {
    width: 100%;
    height: 350px;
    border-radius: 20px;
  }

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

  footer {
    padding: 20px 0 90px;
  }

  .foot_wrap {
    flex-flow: wrap;
    gap: 15px 0;
  }

  .yurinfo {
    width: 100%;
  }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 460px) {
  .title1_mob {
    font-size: 4vw;
  }
  .title1_mob_sub {
    font-size: 5vw;
  }
  .title2_mob {
    font-size: 4vw;
  }
  .title2_mob_sub {
    font-size: 4vw;
  }

  .timer_gifts {
    top: -320px;
    min-height: 10vw;
    padding: 0 4vw;
    column-gap: 4vw;
    font-size: 4vw;
    border-radius: 8px;
  }
  .timer_gifts:before {
    min-width: 6vw;
    height: 6vw;
  }
  .intro_props a {
    /* font-size: 4vw; */
  }
  .timer_title {
    width: fit-content;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .timer_comment {
    font-size: 4vw;
    text-align: left;
  }
  .timer_comment br {
    display: block;
  }
  .timer > div[id^="timer"] {
    transform: scale(0.5) !important;
  }
  .title_container .title1 {
    font-size: 5vw;
  }
  .title__item {
    font-size: 3vw;
  }
  .title__list {
    margin-top: 10px;
  }

  .car_profit {
    /* margin-top: 0; */
    /* font-size: 3.2vw; */
  }
  .car_profit br {
    display: block;
  }

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

  .tb_complects > div .compl_name {
    width: 92%;
  }
  .tb_complects > div .compl_name span {
    font-size: 6vw;
  }

  .week_offers_title {
    font-size: 6vw;
  }
  .advantages_title {
    font-size: 6vw;
  }
  .cars_items_title {
    font-size: 6vw;
  }
  .instock_title {
    font-size: 6vw;
  }

  .test_drive_title {
    font-size: 6vw;
  }
  .offer_title {
    font-size: 5vw;
  }
}
@media (max-width: 390px) {
  .timer {
    margin-top: 36px;
  }
  .timer_title {
    top: -55px;
    height: 36px;
    padding: 0 10px;
    /* font-size: 12px; */
  }
  .timer_title:before {
    min-width: 42px;
    height: 14px;
    background-size: contain;
  }
  .timer_comment {
    font-size: 4.6vw;
  }

  .head_wrap .logo1 {
    width: 120px;
  }

  .top_phone {
    font-size: 12px;
  }

  .title__list {
    margin-top: 0;
    gap: 0;
  }
  .title__item {
    font-size: 3vw;
  }

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

@media (max-width: 360px) {
  .timer > div[id^="timer"] {
    transform: scale(0.46) !important;
    left: 0;
  }
  .timer_block {
    padding: 15px;
  }

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

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

