html {
  overflow-x: hidden;
}

body {
  font-family: "TT_Hoves_Pro";
  font-size: 16px;
  color: black;
  position: relative;
  font-weight: 500;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  max-width: 1920px;
  /*background: url(../img/bg1.jpg) 50% 91px no-repeat white;*/
  background: white;
}
a {
  text-decoration: none;
}
.fancybox-slide--html .fancybox-close-small {
  /* color: white !important; */
}

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

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

.fancybox-content {
  overflow: hidden;
}

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

.resp_table {
  width: 100%;
}

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

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

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: 0px auto;
  padding: 0px 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: 1350px;
    max-width: 100%;
  }
}

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

#form_popup,
#form_popup2 {
  display: none;
}

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

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

.popup_container .agree_field a {
  color: black;
}

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

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

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

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

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

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

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

.popup_container .form-group input[type="text"],
.popup_container .form-group input[type="tel"] {
  color: black;
  display: block;
  height: 56px;
  line-height: 56px;
  text-decoration: none;
  text-align: left;
  /* text-transform: uppercase; */
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  background: #f3f3f3;
  border: 1px solid #000000;
  padding: 10px;
}

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

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

.popup_container .form-group select option {
}

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

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

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

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

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

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

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

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

form {
}

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

form .form-group input[type="tel"],
form .form-group input[type="text"],
form .form-group select {
  height: 61px;
  width: 100%;
  color: #000;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 600;
  font-family: "TT_Hoves_Pro";
  padding: 0px 25px;
  outline: none;
  background: transparent;
  border-radius: 0px;
  border: 1px solid #000;
}

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: "TT_Hoves_Pro";
  outline: none;
}

form .form-group button {
  width: 100%;
  cursor: pointer;
  font-family: "TT_Hoves_Pro";
  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: #f7f0eb;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 61px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  border: none;
  transition: all 0.3s;
  text-align: center;
}

.btn:hover {
  background: #087f99;
}

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

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

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

body {
  padding-top: 80px;
}

header {
  background: #f7f0eb;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
  padding: 10px 0 0;
}

header .phone_wrap {
  color: #3e3a39;
  background: url("../img/icon-phone.svg") no-repeat 0 50% / 32px;
  padding: 10px 45px;
}

header .top_addr {
  color: #3e3a39;
  background: url("../img/icon-loc.svg") no-repeat 0 50% / 32px;
}

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

.header__logo img {
  max-width: 162px;
  min-width: 162px;
  width: 100%;
}
.header__logo .ico_m {
  max-width: 25px;
  min-width: 25px;
  margin: 0 0px 0 35px;
}
.header__logo-text {
  margin-left: 32px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #d6001c;
  position: relative;
  top: 7px;
}

header .top_phone {
  color: ##3e3a39;
}
.header__contacts .popup {
  position: relative;
  width: 224px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #3e3a39;
  background: #c7b9ab;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.2s linear;
  margin-left: 45px;
}
.header__contacts .popup:hover {
  color: #ffffff;
  background: #c30d23;
}
.header__contacts .popup:after {
  background: url(../img/btn_arrows_bl.svg) no-repeat;
  content: "";
  position: relative;
  display: block;
  min-width: 24px;
  height: 24px;
  transition: all 0.2s linear;
}
.header__contacts .popup:hover:after {
  background: url(../img/btn_arrows_wt.svg) no-repeat;
}
header .phone_wrap .popup {
  color: #3e3a39;
}

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

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

.header__contacts .phone_wrap {
  margin-left: 40px;
}

.logo1 {
  max-width: 360px;
  margin-right: 64px;
}

.phone_wrap {
  display: flex;
  flex-direction: column;
  padding-left: 45px;
  background: url("../img/ico_phone.png") 0 50% no-repeat;
}

.top_phone {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
}

.phone_wrap .popup {
  font-size: 16px;
  color: #000000;
}

.top_addr {
  font-size: 16px;
  color: #000000;
  padding-left: 45px;
  background: url("../img/ico_loc.png") 0 50% no-repeat;
}

header .m_btn {
  display: none;
}
.menu_wrap {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-top: 1px solid #3e3a39;
  width: 100%;
  margin-top: 10px;
}
.menu_car {
  display: flex;
  column-gap: 40px;
}
.menu_item {
  display: flex;
  column-gap: 42px;
}
.menu_car a {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.2s linear;
  text-decoration: none;
  color: #3e3a39;
}
.menu_item a {
  font-size: 16px;
  font-weight: 400;
  transition: all 0.2s linear;
  text-decoration: none;
  color: #3e3a39;
}
.banner .banner__col-title span {
  color: #c30d23;
}
.menu_item a:hover,
.menu_car a:hover {
  color: #c30d23;
}

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

.title_container {
  margin-top: 140px;
  font-family: "TT_Hoves_Pro";
}

#timerada30233bfd713aaceb77616ae3a3656 .timer-flipchart-face {
  background-color: #f7f0eb;
}

.timer_block {
  position: relative;
}

.timer_title {
  font-size: 20px;
  padding-bottom: 10px;
}

.timer {
}

.timer div[id^="timer"] {
}

.title1 {
  color: #000000;
  font-size: 35px;
  padding-bottom: 8px;
  font-weight: 700;
}

.title1 span {
  color: #b91b23;
}

.title2 {
  font-family: "TT_Hoves_Pro";
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
}

.title2 span {
  text-transform: uppercase;
  color: #b91b23;
}

.title3 {
  font-weight: 700;
  font-size: 28px;
}

.title3 .rub {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
}

.title3 span {
  color: #b91b23;
}

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

.banner {
  position: relative;
  overflow: hidden;
  min-height: 750px;
  max-height: 1200px;
  height: calc(100vh - 90px);
  height: 650px;
}

.banner__container {
  position: relative;
  z-index: 2;
}

.banner__slider {
  height: 100%;
}

.banner__col {
  background-image: url(../img/slider1.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;

  min-height: 100%;
  padding: 32px 0;
  box-sizing: border-box;
  display: flex;
}

.banner__col:after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner__col-body {
  position: relative;
  z-index: 1;
}

.banner__col-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner__col-panel {
  color: #000;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  width: fit-content;
  margin: 0 auto;
  padding: 0 0px;
  background: #ffffff99;
  backdrop-filter: blur(6px);
  border-radius: 32px;
}
.banner__col-info {
  width: 100%;
  text-align: center;
}
.banner__col-panel-wrap {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px 32px;
}

.banner__col-title {
  color: #000;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  margin: 0;
}

.banner__col-title strong {
  color: #b91b23;
}

.banner__col-desc {
  color: #000;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  margin: 24px 0 0;
}

.banner__form-title {
  color: #000000;
  margin: 0 0 16px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3;
}

.banner__form .form-group {
  max-width: 480px;
}

.banner__form .form-group .form-control {
  border-color: #000000;
}

.banner__form .form-group .form-control::placeholder {
  color: #000000;
  font-weight: 400;
}
.banner .input__checkbox-label {
  color: #000000;
}

.banner .input__checkbox-label a {
  color: #000;
}

.banner .form-control.btn {
  color: #000 !important;
}

.banner__form .agree_field {
  font-size: 14px;
}

.banner__col-timer {
  width: 100%;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  align-items: center;
  column-gap: 50px;
}

.banner__col-short {
  color: #fff;
  padding: 24px;
  background: rgba(0, 0, 0, 0.4);
  margin: 24px 0;
  max-width: 540px;
  border-radius: 12px;
}

.banner__col-short-title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  margin: 0 0 4px;
}

.banner__col-short-desc {
  font-size: 24px;
  font-weight: 400;
}

.timer-wrap__title {
  color: #000;
  text-align: center;
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 700;
}

.timer-wrap > div[id^="timer"] {
  transform-origin: center;
  margin-left: -100px;
  position: relative;
  left: -70px;
}

.banner__form-wrap {
  background: #d8cec5;
  width: 100%;
  backdrop-filter: blur(4px);
  padding: 30px 0;
}

.input {
  margin-top: 16px;
}

.input__checkbox {
  display: none;
}

.input__checkbox:checked ~ .input__checkbox-label:before {
  background-color: #3e3a39;
  border-color: #3e3a39;
  background-image: url("../img/checkbox-checked.svg");
}

.input__checkbox-label {
  color: #fff;
  position: relative;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  display: block;
  padding-left: 24px;
}

.input__checkbox-label a {
  color: #fff;
  text-decoration: underline;
  transition: 0.2s;
}

.input__checkbox-label a:hover {
  text-decoration-color: transparent;
}

.input__checkbox-label:before {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #d7d7da;
  border-radius: 4px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50% 50%;
  transition:
    border-color 0.3s ease-in,
    background-color 0.3s ease-in;
  position: absolute;
  top: -3px;
  left: 0;
}
.banner_props {
  margin-top: 0;
  display: flex;
  justify-content: center;
  column-gap: 50px;
}
.banner_props a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 40px;
  padding-left: 53px;
  font-size: 20px;
  font-weight: 400;
}
.banner_props a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
}
.banner_props .ico1:before {
  background: url(../img/banner_props_ico1.svg) no-repeat;
}
.banner_props .ico2:before {
  background: url(../img/banner_props_ico2.svg) no-repeat;
}
.banner_props .ico3:before {
  background: url(../img/banner_props_ico3.svg) no-repeat;
}
.block_timer {
  display: flex;
  justify-content: space-between;
}
.banner__form .form_all {
  width: 570px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form_all .form-group {
  width: 49%;
}
form .form-group input[type="text"],
form .form-group input[type="tel"] {
  width: 100%;
  height: 56px;
  padding: 0 24px;
  font-family: "TENET Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #3e3a39;
  box-sizing: border-box;
  text-transform: uppercase;
  background: #f5eee8;
  border: 1px solid #c7b9ab;
  border-radius: 16px;
  outline: none;
}
.btn {
  position: relative;
  width: 224px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  font-weight: 400;
  font-size: 14px;
  color: #f7f0eb;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: #3e3a39;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.btn:hover {
  color: #f7f0eb;
  background: #c30d23;
}
.input__checkbox-label {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  color: #615952;
  cursor: pointer;
}
.input__checkbox-label a {
  color: #3e3a39;
}
.block_timer .input {
  margin-top: 0px;
}

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

.menu {
  margin-top: 70px;
  z-index: 64;
}

.menu .container {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.menu a:first-child {
  margin-left: 0;
}

.menu a:last-child {
  margin-right: 0;
}

.menu a .menu_img {
  min-height: 65px;
  max-width: 250px;
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-22%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}

.menu a .menu_name {
  display: block;
  margin-top: 10px;
  text-align: left;
  font-family: "TT_Hoves_Pro";
  font-size: 20px;
  font-weight: 700;
}

.menu a .menu_name b {
  font-family: "TT_Hoves_Pro";
}

.menu a {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s;
  margin: 0 10px;

  position: relative;
  width: 23%;
  height: 177px;
  padding: 13px 17px;
  background: url(../img/cars_menu_item_bg.png) 50% 0 no-repeat #f7f0eb;
  background-size: 100%;
  border: 1px solid #d8cec5;
  border-radius: 8px;
  overflow: hidden;
}
.menu a:hover .menu_img {
  transform: translateX(-50%);
  top: 30px;
}
.cars_items {
  margin-top: 75px;
}

.car_item {
  margin-bottom: 75px;
}

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

.car_image {
  box-sizing: border-box;
  width: 62.4%;
  padding-top: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  height: 344px;
  z-index: 2;
}

.red-text {
  color: #a6192e;
}

.percent-top {
  top: 0px;
  font-size: 15px;
}

.car_offers {
  display: flex;
  margin-bottom: 40px;
  margin-left: 50px;
  position: absolute;
  top: -10px;
  left: -45px;
}

.car_offers > a {
  display: flex;
  align-items: center;
  min-height: 80px;
  color: #000000;
  text-decoration: none;
}

.car_offers > a.ico1 {
  background: url("../img/credit-cards.png") 5% 50% no-repeat;
  font-size: 22px;
  margin-right: 70px;
}

.car_offers > a.ico1:hover {
  background: url("../img/credit-cards-hover.png") 5% 50% no-repeat;
}

.car_offers > a.ico2 {
  padding-left: 50px;
  font-size: 18px;
  font-weight: 700;
  background: url("../img/ico_sign.png") 0 50% no-repeat;
  text-transform: uppercase;
}

.car_gift_tire {
  position: absolute;
  bottom: 65px;
  left: -65px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 90px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  padding-left: 75px;
  z-index: 1;
  text-decoration: none;
}

.car_gift_tire b {
  color: #d6001c;
}

.car_gift_tire:before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 25px;
  top: 0;
  z-index: -1;
}

.car_gift_tire:after {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  background: url(../img/tire_black.png) 50% no-repeat;
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 2;
}

.car_gift_tire:hover b {
  color: #000;
}

.car_gift_tire:hover:before {
  background: #f7f0eb;
}

.car_gift_tire:hover:after {
  background: url(../img/tire_white.png) 50% no-repeat;
}

.car_gift_tire span {
}

/*#tiggo_8_pro_max .car_image {
    padding-top: 60px;
}

#tiggo_8_pro_e_ .car_image {
    padding-top: 90px;
}

#tiggo_8_pro .car_image {
    padding-top: 105px;
}

#tiggo_8 .car_image {
    padding-top: 80px;
}

#tiggo_7_pro .car_image {
    padding-top: 135px;
}

#tiggo_4_pro .car_image {
    padding-top: 85px;
}

#tiggo_4 .car_image {
    padding-top: 85px;
}*/

.car_image:before {
  content: "";
  display: block;
  position: absolute;
  width: 1001px;
  height: 100%;
  top: 100px;
  left: -78px;
  right: -210px;
  bottom: 1px;
  background: url(../img/img_block_decor.png) 50% 0 no-repeat #f7f0eb;
  border: 1px solid #d8cec5;
  border-radius: 16px;
  z-index: -1;
  background-size: cover;
}

.car_image .car_img {
  position: relative;
  z-index: 1;
  text-align: center;
  /* margin-left: -20px; */
}
.car_image .car_img img {
  max-width: 600px;
}
.car_testdrive {
  position: absolute;
  top: -50px;
  right: -45px;
}

.car_testdrive img {
}

.car_new {
  position: absolute;
  top: -40px;
  right: 30px;
}

.car_new img {
}

.car_text {
  width: 32%;
  position: relative;
}

.car__content-list {
  list-style: none;
  padding: 0;
  margin: 32px 0;
  position: relative;
  margin-top: 12px;
  min-width: 442px;
  padding: 24px 28px 24px 20px;
  background: #d8cec5;
  border: 1px solid #c7b9ab;
  border-radius: 16px;
  z-index: 3;
}

.car__content-item {
  position: relative;
  padding-left: 40px;
  display: flex;
  align-items: center;
  min-height: 42px;
  margin-left: 21px;
  padding: 0 10px 0 32px;
  font-size: 20px;
  font-weight: 400;
  color: #3e3a39;
  border-radius: 6px;
  background: #f7f0eb;
}

.car__content-item {
  margin: 12px 0 0;
}

.car__content-item-price {
  position: relative;
  padding-left: 40px;
  display: flex;
  align-items: center;
  min-height: 42px;
  margin-left: 21px;
  padding: 0 10px 0 60px;
  font-size: 20px;
  font-weight: 400;
  color: #3e3a39;
  border-radius: 25px 6px 6px 25px;
  color: #ffffff;
  margin: 12px 0 30px;
  background: linear-gradient(180deg, #c30d23 0%, #d94c5d 50%, #c30d23 100%);
}

.car__content-item-price:before {
  content: "";
  position: absolute;
  left: 0;
  min-width: 42px;
  height: 42px;
  background: url(../img/car_profit_ico.svg) no-repeat;
}

.car_name {
  font-weight: 400;
  color: #1b1d23;
  font-size: 50px;
  margin-bottom: 15px;
  position: relative;
}

.car_name span {
  display: block;
  font-size: 32px;
}

#tiggo_8_pro_max .car_name {
  margin-bottom: 10px;
}

.car_name b {
  white-space: nowrap;
}

.car_price {
  font-size: 16px;
  font-weight: 700;
}

.car_price b {
  font-family: "TT_Hoves_Pro";
  font-size: 20px;
  position: relative;
}

/* .car_price b:before {
  content: '';
  position: absolute;
  top: 41%;
  left: -2%;
  height: 3px;
  width: 104%;
  background: #F7F0EB;
} */

.car_profit {
  display: block;
  margin-top: 20px;
  padding-left: 60px;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  background: url("../img/ico_profit.png") 0 50% no-repeat;
}

.car_profit b {
  font-family: "TT_Hoves_Pro";
  font-size: 30px;
  color: #d6001c;
}

.car_profit sup {
  font-size: 10px;
  top: 5px;
}

.car_props {
  margin-top: 20px;
}

.car_props > a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #1e2329;
  text-decoration: none;
  padding-left: 45px;
  margin-bottom: 10px;
  min-height: 31px;
}

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

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

.car_btns {
  margin-top: 25px;
  position: absolute;
  bottom: -100px;
  display: flex;
  gap: 30px;
}

#tiggo_8_pro_max .car_btns {
  margin-top: 25px;
}

/*#tiggo_8_pro_e_ .car_btns {
    margin-top: 80px;
}*/

.credit_calc select option[disabled],
.tradein select option[disabled] {
  display: none;
}

.car_btns .btn {
  margin-bottom: 13px;
}

.car_gallery {
  padding-bottom: 35px;
  background: url("../img/car_gallery_bg.jpg") 50% 100% no-repeat;
  margin-top: 50px;
}

.car_gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.car_gallery .container {
  display: flex;
  justify-content: space-between;
}
.car_gallery a {
  width: 25%;
}

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

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

#instock {
}

#instock .container {
}

#instock .instock_title {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}

#instock .content {
}

#instock .complects_tab {
  display: flex;
  justify-content: center;
  gap: 15px;
}

#instock .tab_item {
  background: #f0f0f0;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 7px;
  cursor: pointer;
}

#instock .tab_item span {
}

#instock .tab_item.active,
#instock .tab_item:hover {
  color: #fff;
  background: #f7f0eb;
}

#instock .complects_items {
}

#instock .complects_items .slick-arrow {
  background: url(../img/compl_slider_arrow.png) 50% no-repeat;
  background-size: 100%;
  display: block;
  width: 34px;
  height: 34px;
  outline: none;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
}

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

#instock .complects_items .slick-arrow:hover {
  background: url(../img/compl_slider_arrow_hover.png) 50% no-repeat;
  background-size: 100%;
}

#instock .complects_items .slick-prev {
  left: -50px;
}

#instock .complects_items .slick-next {
  right: -50px;
  transform: rotate(180deg);
  top: calc(50% - 25px);
}

#instock .compl_item {
  text-transform: uppercase;
  margin: 0 10px;
  margin-top: 30px;
}

#instock .compl_name {
  font-weight: 700;
  text-transform: uppercase;
}

#instock .compl_img {
  position: relative;
}

#instock .compl_img img {
  width: 100%;
}

#instock .compl_params {
}

#instock .param_item {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  text-transform: none;
}

#instock .param_name {
  font-size: 14px;
}

#instock .param_val {
  font-size: 15px;
  font-weight: 700;
}

#instock .compl_btns {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding: 16px;
  background: #d8cec4;
  border: 1px solid #c7b9ab;
  border-radius: 16px;
  margin-top: 8px;
}

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

#instock .compl_btns .btn:last-child {
}

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

/**********************
       CREDIT
**********************/
.blockItems {
  background-color: #f6f7f7;
  padding: 64px 0;
}
.blockItems__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #0d171a;
  padding-bottom: 8px;
  border-bottom: 8px solid #00657b;
  display: inline-block;
}
.blockItems__list {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.blockItems__item {
  background-color: #fff;
  padding: 24px;
}
.blockItems__logo {
  height: 20px;
  margin-bottom: 32px;
}
.blockItems__logo img {
  display: block;
  height: 100%;
  width: auto;
}
.blockItems__row:first-child {
  border-top: 1px solid #dfe4e5;
}
.blockItems__row {
  padding: 8px 0;
  border-bottom: 1px solid #dfe4e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.blockItems__label {
  color: #6c7c80;
  font-size: 18px;
}
.blockItems__val {
  text-align: right;
  font-weight: bold;
  color: #0d171a;
  font-size: 18px;
}
.credit {
  background: #3e3a39;
  padding-top: 100px;
}

.main_cred_wrap {
  position: relative;
  top: -80px;
}

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

.cred_text {
  box-sizing: border-box;
  font-family: "TT_Hoves_Pro";
  font-size: 24px;
  font-weight: 700;
  padding: 100px 45px 100px;
  color: #ffffff;
  background: url("../img/credit_bg1.jpg") 0 0 no-repeat;
  width: 59.9%;
}

.cred_text > b {
  font-size: 30px;
}

.cred_text > span {
  display: block;
  margin-top: 20px;
  font-weight: 400;
}

.cred_text > span i {
  font-style: normal;
  font-weight: 800;
}

.cred_text .btn {
  font-family: "TT_Hoves_Pro";
  margin-top: 35px;
  width: 375px;
}

.cred_img {
  width: 40.2%;
}

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

.rass_img {
  width: fit-content;
  border: 2px solid #c7b9ab;
  border-radius: 16px;
  overflow: hidden;
  max-width: 1085px;
}
.testdrive .rass_wrap {
  position: relative;
  display: flex;
  justify-content: right;
  padding-top: 40px;
}
.rass_text {
  box-sizing: border-box;
  width: 40.2%;
  padding: 80px 45px;
  font-weight: 400;
  font-family: "TT_Hoves_Pro";
  font-size: 20px;
  color: #ffffff;
  background: url("../img/credit_bg2.jpg") 0 0 no-repeat;
  background-size: contain;
}

.rass_text b {
  display: block;
  font-size: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#cred_form {
  width: 100%;
  margin-top: 20px;
}

#cred_form .form-control {
  color: #fff;
  border-color: #fff;
}

#cred_form .form-control::placeholder {
  color: #fff;
}

#cred_form .agree_field,
#cred_form .agree_field a {
  font-size: 12px;
  color: #615952;
}

/**********************
        credit_calc
**********************/

.credit_calc {
  position: relative;
  padding: 58px 0;
  background-color: #f0f0f0;
  background-image: url("../img/credit_bg.jpeg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

.credit_calc:after {
  content: "";
  display: block;
  width: 54%;
  height: 670px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/cont_bg.png") 0 0 no-repeat;
}

.credit_calc .container {
  z-index: 9;
}

.credit_calc > img {
  display: none;
}

.credit_calc_title {
  font-size: 24px;
  font-weight: 700;
  font-family: "TT_Hoves_Pro";
  margin-bottom: 10px;
  width: 375px;
  margin-left: auto;
}

.credit_calc_desc {
  background: url(../img/credit_ico_perc.png) 0 50% no-repeat;
  padding: 10px 0;
  padding-left: 50px;
  margin-bottom: 20px;
  width: 325px;
  margin-left: auto;
}

.input_range_title {
  font-weight: 600;
}

#credit_calc_form {
  width: 375px;
  margin-left: auto;
}

#credit_calc_form .range_block {
  margin: 30px 0;
}

#credit_calc_form input[type="text"],
#credit_calc_form input[type="tel"],
#credit_calc_form select {
  border: 1px solid #000000;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}

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

.credit_calc .irs--round .irs-min,
.credit_calc .irs--round .irs-max {
  color: #939393;
  font-size: 16px;
  top: 45px;
  background-color: transparent;
  font-family: "TT_Hoves_Pro";
  font-weight: 600;
}

.credit_calc .irs--round .irs-line {
  height: 2px;
  background-color: #939393;
}

.credit_calc .irs--round .irs-bar {
  top: 36px;
  height: 2px;
  background-color: #f7f0eb;
}

.credit_calc .irs--round .irs-from,
.credit_calc .irs--round .irs-to,
.credit_calc .irs--round .irs-single {
  font-size: 20px;
  background-color: transparent;
  color: #f7f0eb;
  font-family: "TT_Hoves_Pro";
  font-weight: 600;
}

.credit_calc .irs--round .irs-from:before,
.credit_calc .irs--round .irs-to:before,
.credit_calc .irs--round .irs-single:before {
  display: none;
}

.credit_calc .irs--round .irs-handle.state_hover,
.credit_calc .irs--round .irs-handle:hover {
  background-color: #f7f0eb;
}

.credit_calc .irs--round .irs-handle {
  border: 4px solid #f7f0eb;
  background-color: #f7f0eb;
}

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

/**********************
       testdrive
**********************/

.testdrive {
  background: #3e3a39;
  margin-top: 130px;
}

.testdrive .rass_text,
#tradein .rass_text {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 510px;
  padding: 40px;
  background: url(../img/services_block_decor.png) 50% 100% no-repeat #d8cec5;
  background-size: 100%;
  border: 2px solid #c7b9ab;
  border-radius: 16px;
}
#testdrive_form .agree_field,
#testdrive_form .agree_field a {
  font-size: 12px;
  color: #615952;
}

#testdrive_form .form-control {
  border-color: #fff;
}

#testdrive_form {
  margin-top: 24px;
}

#testdrive_form .form-control {
  color: #fff;
}

#testdrive_form .form-control::placeholder {
  color: #fff;
}

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

.tradein {
  position: relative;
  padding: 91px 0;
  background-image: url("../img/tradein_bg.jpeg");
  background-repeat: no-repeat;
  background-size: 1680px 870px;
  background-position: calc(100% + 200px) top;
}

.tradein:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 670px solid #f0f0f0;
  border-left: 215px solid transparent;
  border-right: 0px solid transparent;
  height: 0;
  width: 45%;
  transform: rotate(180deg);
}

.tradein > img {
  display: none;
}

.tradein_title {
  font-size: 24px;
  font-weight: 700;
  font-family: "TT_Hoves_Pro";
  margin-bottom: 20px;
}

#tradein_form {
  width: 375px;
}

#tradein_form input[type="text"],
#tradein_form input[type="tel"],
#tradein_form select {
  border: 1px solid #000000;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}

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

/**********************
      BUY_ONLINE
**********************/

.buy_online {
  margin-top: 85px;
}

.buy_online_title {
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 85px;
}

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

.buy_online_steps .step {
  width: 23.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #f0f0f0;
  transform: skewX(-15deg);
  height: 100px;
}

.buy_online_steps a.step {
  color: #ffffff;
  background: #f7f0eb;
}

.buy_online_steps a.step b {
  background: #f0f0f0;
  color: #f7f0eb;
}

.buy_online_steps a.step span {
  font-weight: 700;
}

.buy_online_steps .step:nth-child(even) {
  top: 110px;
  left: -25px;
}

.buy_online_steps .step b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background: #f7f0eb;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  top: -20px;
  transform: skewX(15deg);
}

.buy_online_steps .step span {
  display: block;
  transform: skewX(15deg);
  font-size: 20px;
  font-weight: 500;
}

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

.advantages {
  margin-top: 120px;
}

.ags_title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.ags_list {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.ags_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32.2%;
  height: 147px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

.ags_item.img1 {
  background: url("../img/ags_img1.jpg") 100% 100% no-repeat #f0f0f0;
}

.ags_item.img2 {
  background: url("../img/ags_img2.jpg") 100% 100% no-repeat #f0f0f0;
}

.ags_item.img3 {
  background: url("../img/ags_img3.jpg") 100% 100% no-repeat #f0f0f0;
}

.ags_item.img4 {
  background: url("../img/ags_img4.jpg") 100% 100% no-repeat #f0f0f0;
}

.ags_item.img5 {
  background: url("../img/ags_img5.jpg") 100% 100% no-repeat #f0f0f0;
}

.ags_item.img6 {
  background: url("../img/ags_img6.jpg") 100% 100% no-repeat #f0f0f0;
}

.advantages .btn {
  margin: 0 auto;
  width: 376px;
}

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

.contacts {
  margin-top: 120px;
  position: relative;
  height: 670px;
}

.cont_wrap {
  width: 375px;
  /*margin-left: auto;*/
  position: absolute;
  top: 150px;
  right: 0;
  z-index: 1;
}

.cont_title {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 25px;
}

.bot_phone_wrap {
  padding-left: 45px;
  background: url("../img/icon-phone.svg") 0 40% no-repeat;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.contacts .quest {
  background: url("../img/bottom_hour_ico.svg") 0 40% no-repeat;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  padding-left: 45px;
  background-size: contain;
}
.bot_phone {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
}

.bot_phone_wrap .popup {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.bot_addr {
  font-size: 20px;
  padding-left: 45px;
  background: url("../img/icon-loc.svg") 0 0 no-repeat;
}

.quest {
  font-family: "TT_Hoves_Pro";
  margin-top: 50px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

#map1 {
  width: 100%;
  height: 669px;
}

.footer {
  background: #3e3a39;
  padding: 65px 0 25px;
}

.footer__text {
  color: #82878b;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
}

.footer__text a {
  color: #82878b;
  text-decoration: underline;
  transition: 0.2s;
}

.footer__text a:hover {
  text-decoration-color: transparent;
}

.footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 52px 0 0;
}

.footer__logo-img {
  max-width: 162px;
  min-width: 162px;
  width: 100%;
}

.footer__logo-text {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  margin-left: 32px;
}

.footer__copy {
  color: #82878b;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  margin-top: 24px;
}

.copyright {
  font-size: 12px;
  font-weight: 400;
}

.instock_title {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  padding-left: 36px;
  font-family: "TENET Sans SE", sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
.instock_title:before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background: #c30d23;
  border-radius: 50px;
}
#instock .complects_tab {
  margin-top: 50px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  column-gap: 24px;
}
#instock .complects_tab .tab_item {
  width: 250px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #3e3a39;
  background: #f7f0eb;
  border: 1px solid #c7b9ab;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.2s linear;
}
#instock .complects_tab .tab_item.active,
#instock .complects_tab .tab_item:hover {
  color: #f7f0eb;
  background: #3e3a39;
  border-color: #3e3a39;
}
#instock .complects_items {
  margin-top: 25px;
  width: 100%;
}
.complects_items .compl_item {
  position: relative;
  padding-top: 45px;
  width: 32%;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.complects_items .compl_item .compl_img {
  padding: 0 16px 16px;
  border-radius: 16px 16px 0 0;
  background: #d8cec4;
  border: 1px solid #c7b9ab;
}
.complects_items .compl_item .compl_params {
  padding: 0 16px 16px;
  border-radius: 0 0 16px 16px;
  background: #d8cec4;
  border: 1px solid #c7b9ab;
}
#instock .complects_items .compl_name {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  display: flex;
  flex-direction: column;
  padding: 12px 16px;
  height: 100px;
  font-family: "TENET Sans SE", sans-serif;
  font-size: 20px;
  font-weight: 700;
  background: url(../img/compl_name.png) #f7f0eb no-repeat;
  background-size: cover;
  border: 1px solid #c7b9ab;
  border-radius: 12px;
  z-index: 1;
}
#instock .compl_img img {
  width: 100%;
  z-index: 2;
  position: relative;
  top: -25px;
}
#instock .complects_items .compl_name p {
  margin: 0;
  color: #c30d23;
  text-transform: uppercase;
}
#instock .complects_items .compl_params {
  margin-top: -80px;
  border-top: 0;
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: space-between;
  column-gap: 8px;
}
#instock .complects_items .compl_params > .param_item {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 400;
  background: #f7f0eb;
  border: 1px solid #c7b9ab;
  border-radius: 8px;
  width: 33%;
}
#instock .complects_items .compl_params > .param_item b {
  font-size: 16px;
  font-weight: 700;
}
.rass_text b:before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background: #c30d23;
  border-radius: 50px;
}
.testdrive .rass_wrap {
  position: relative;
  display: flex;
  justify-content: right;
  padding-top: 40px;
}
.rass_text {
  color: #3e3a39;
}
.rass_text b {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding-left: 36px;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
#testdrive_form .nacc.form-control::placeholder,
#credit.credit .nacc.form-control::placeholder,
#tradein.credit .nacc.form-control::placeholder {
  color: #3e3a39;
  background: #f5eee8;
}
#testdrive_form .nacc.form-control,
#credit.credit .nacc.form-control,
#tradein.credit .nacc.form-control {
  border: 1px solid #c7b9ab;
}
.rass_text2 {
  position: relative;
}
#credit .rass_text {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 510px;
  padding: 40px;
  background: url(../img/services_block_decor.png) 50% 100% no-repeat #d8cec5;
  background-size: 100%;
  border: 2px solid #c7b9ab;
  border-radius: 16px;
  left: initial;
  right: 0;
}
#credit .main_cred_wrap {
  top: -80px;
  position: relative;
  display: flex;
  padding-top: 40px;
  justify-content: left;
}

#tradein .rass_wrap {
  position: relative;
  display: flex;
  justify-content: right;
  padding-top: 40px;
}
.contacts .cont_wrap {
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
  padding: 24px 40px 16px;
  background: url(../img/contacts_info_decor.png) 50% 0 no-repeat #d8cec5;
  background-size: auto 100%;
  border-radius: 16px;
  z-index: 2;
  width: 89%;
}
.contacts .container {
  position: relative;
  padding-top: 98px;
}
.contacts .cont_wrap .container {
  position: relative;
  padding-top: 0px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.contacts .bot_addr {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 40px;
  min-height: 32px;
  font-size: 16px;
  font-weight: 400;
}
.cars__colors {
  display: flex;
  z-index: 5;
  position: absolute;
  gap: 5px;
  left: 35%;
  bottom: -20px;
}
.cars__color.active {
  height: 45px;
}
.cars__color {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-bottom: 10px;
  border-radius: 30px;
  transition: 0.3s;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(129, 129, 129, 0.647);
  border-image: initial;
}
.footer__logo .ico_m {
  width: 23px;
  margin: 0 0 0 30px;
}

/*------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1530px) {
  .banner__col {
    background-position: center -40%;
  }
}
@media (max-width: 1350px) {
  .car_gift_tire {
    bottom: 50px;
    left: 0;
  }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
  .timer div[id^="timer"] {
    transform: scale(0.8) !important;
    transform-origin: left;
  }

  .top_addr {
    display: none;
  }

  .car_text {
    width: 37%;
  }

  .car_image {
    width: 54%;
  }

  .car_image:before {
    left: -430px;
  }

  .car_testdrive {
  }

  .car_testdrive img {
  }

  .car_new {
    top: -25px;
    right: 0px;
  }

  .car_new img {
  }

  #tiggo_8_pro_e_ .car_btns {
    margin-top: 25px;
  }

  #instock {
  }

  #instock .container {
  }

  #instock .instock_title {
  }

  #instock .content {
  }

  #instock .complects_tab {
    flex-wrap: wrap;
    max-width: 75%;
    margin: 0 auto;
    justify-content: center;
    gap: 10px 20px;
  }

  #instock .tab_item {
  }

  #instock .tab_item span {
  }

  #instock .tab_item.active,
  #instock .tab_item:hover {
  }

  #instock .complects_items {
  }

  #instock .complects_items .slick-arrow {
  }

  #instock .complects_items .slick-prev {
  }

  #instock .complects_items .slick-next {
  }

  #instock .compl_item {
  }

  #instock .compl_name {
  }

  #instock .compl_img {
  }

  #instock .compl_img img {
  }

  #instock .compl_params {
  }

  #instock .param_item {
  }

  #instock .param_name {
  }

  #instock .param_val {
  }

  #instock .compl_btns {
  }

  #instock .compl_btns .btn {
  }

  #instock .compl_btns .btn:last-child {
  }

  .cred_text {
    padding: 80px 45px 90px;
  }

  .rass_text {
    font-size: 20px;
    padding: 50px 45px;
  }

  .buy_online_steps .step span {
    font-size: 16px;
  }

  #map1 {
    background-position: 30% 0;
  }

  .contacts:after {
    width: 60%;
  }

  .car_offers {
    margin-left: 0;
  }

  .credit_calc {
    background-position: -220px top;
  }

  .credit_calc:after {
    width: 64%;
  }

  .tradein {
    background-position: calc(100% + 250px) top;
    background-size: 1292px;
  }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
  .car_gift_tire {
    bottom: 0px;
  }

  .title_container {
    margin-top: 110px;
  }

  .top_phone {
    font-size: 14px;
  }

  .car_wrap {
    flex-direction: column;
  }

  .car_image {
    width: 100%;
    height: 600px;
  }

  .car_image:before {
    left: -250px;
  }

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

  .car_name {
    margin-bottom: 10px;
  }

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

  .car_btns {
    margin-top: 20px;
  }

  .cred_text {
    width: 100%;
    background-size: 100%;
  }

  .cred_img {
    display: none;
  }

  #instock {
  }

  #instock .container {
  }

  #instock .instock_title {
  }

  #instock .content {
  }

  #instock .complects_tab {
    max-width: 100%;
  }

  #instock .tab_item {
  }

  #instock .tab_item span {
  }

  #instock .tab_item.active,
  #instock .tab_item:hover {
  }

  #instock .complects_items {
  }

  #instock .complects_items .slick-arrow {
  }

  #instock .complects_items .slick-prev {
  }

  #instock .complects_items .slick-next {
  }

  #instock .compl_item {
  }

  #instock .compl_name {
  }

  #instock .compl_img {
  }

  #instock .compl_img img {
  }

  #instock .compl_params {
  }

  #instock .param_item {
  }

  #instock .param_name {
  }

  #instock .param_val {
  }

  #instock .compl_btns {
  }

  #instock .compl_btns .btn {
  }

  #instock .compl_btns .btn:last-child {
  }

  .rass_wrap {
    flex-direction: column;
  }

  .rass_img {
    width: 100%;
  }

  .rass_img img {
    width: 100%;
  }

  .rass_text {
    width: 100%;
    background-size: 100%;
  }

  .buy_online {
    margin-top: 50px;
  }

  .buy_online_title {
    margin-bottom: 50px;
  }

  .buy_online_steps {
    flex-flow: wrap;
  }

  .buy_online_steps .step {
    width: 49%;
    top: 0 !important;
    left: 0 !important;
    margin-bottom: 20px;
  }

  .advantages {
    margin-top: 50px;
  }

  .ags_item {
    width: 49%;
  }

  .contacts {
    height: auto;
    background: #f0f0f0;
    margin-top: 50px;
  }

  .contacts:after {
    display: none;
  }

  .cont_wrap {
    position: relative;
    width: 100%;
    top: 0;
    padding: 30px 0;
  }

  #map1 {
    background-position: 10% 0;
  }

  .testdrive .rass_text {
    width: 100%;
    background-size: cover;
  }

  .credit_calc {
    background: none;
  }

  .credit_calc img {
    display: block;
  }

  .credit_calc:after {
    display: none;
  }
}

/*IPAD END*/

@media (max-width: 1440px) {
  .banner__col {
    min-height: 890px;
  }

  .banner__col-body {
    justify-content: flex-start;
  }
}

@media (max-width: 1199px) {
  .banner__col {
    min-height: 1000px;
  }

  .banner__form {
    max-width: 360px;
  }
}

@media (max-width: 992px) {
  .header__logo-text {
    margin-left: 20px;
    font-size: 14px;
    width: 101px;
    line-height: 1.1;
  }
  .blockItems__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .banner__col {
    background-image: url(../img/slide1-mob.webp);
    background-position: center top;
    min-height: 767px;
    max-height: 100%;
    height: auto;
    padding-top: 400px;
  }

  .banner__col-timer {
    min-width: 1px;
    max-width: 100%;
    margin: 24px 0;
  }

  .banner__col-body {
    height: auto;
  }

  .timer-wrap__title {
    color: #fff;
  }

  .banner__col-panel {
    padding: 0;
    margin: 0;
  }

  .banner__col-panel:before {
    display: none;
  }

  .banner__col-title {
    color: #fff;
  }

  .banner__col-desc {
    color: #fff;
  }

  .banner__col-panel-wrap {
    display: block;
  }

  .banner__col-body {
    justify-content: flex-end;
  }

  .banner__form-wrap {
    width: auto;
  }

  .credit_calc_title {
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-top: 30px;
  }

  .credit_calc {
    background: none;
  }

  .credit_calc > img {
    display: block;
  }

  .credit_calc_desc {
    padding-right: 0;
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
  }

  #credit_calc_form {
    width: 100%;
  }

  .credit_calc:after {
    display: none;
  }

  .tradein {
    padding: 0;
    background: none;
  }

  .tradein:before {
    display: none;
  }

  .tradein > img {
    display: block;
    width: 100%;
  }

  .tradein_wrap {
    padding: 30px 0;
  }

  #tradein_form {
    width: 100%;
  }

  .banner {
    min-height: 1px;
    height: auto;
    max-height: 100%;
  }

  .banner__col {
    min-height: 355px;
    padding-top: 15px;
  }

  .banner__form {
    max-width: 100%;
  }

  .banner__form .form-group {
    max-width: 100%;
  }

  .banner__col-panel-wrap {
    padding: 0;
  }

  .banner__col-panel-wrap::before {
    display: none;
  }
}

/*MOBILE BEGIN*/
@media (max-width: 767px) {
  body {
    padding-top: 52px;
  }
  .blockItems__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .testdrive .rass_text {
    width: 100%;
    background-size: cover;
  }

  .car_gift_tire {
    position: relative;
    bottom: 0px;
    left: 0;
    justify-content: flex-start;
  }

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

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

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

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

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

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

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

  .popup_container {
    width: 100%;
  }

  #instock {
  }

  #instock .container {
  }

  #instock .instock_title {
  }

  #instock .content {
  }

  #instock .complects_tab {
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
    gap: 10px 20px;
  }

  #instock .tab_item {
  }

  #instock .tab_item span {
  }

  #instock .tab_item.active,
  #instock .tab_item:hover {
  }

  #instock .complects_items {
  }

  #instock .complects_items .slick-arrow {
    top: 25%;
    width: 20px;
    height: 20px;
  }

  #instock .complects_items .slick-prev {
    left: -10px;
  }

  #instock .complects_items .slick-next {
    right: -10px;
    top: calc(25% - 10px);
  }

  #instock .compl_item {
  }

  #instock .compl_name {
  }

  #instock .compl_img {
  }

  #instock .compl_img img {
  }

  #instock .compl_params {
  }

  #instock .param_item {
  }

  #instock .param_name {
  }

  #instock .param_val {
  }

  #instock .compl_btns {
  }

  #instock .compl_btns .btn {
  }

  #instock .compl_btns .btn:last-child {
  }

  /*******************************************************************/
  header {
    padding: 10px 0;
  }

  .logo1 {
    max-width: 360px;
    margin-right: 64px;
  }

  .logo2 {
    width: 40%;
  }

  .phone_wrap {
    margin-top: 10px;
  }

  .top_addr {
    display: none;
  }

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

  header .phone_wrap {
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin: 0 16px 0 0;
    color: transparent;
    overflow: hidden;
    padding: 0;
  }

  header .phone_wrap .popup {
    color: transparent;
  }

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

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

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

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

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

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

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

  .menu {
    display: block;
    position: fixed;
    top: 107px;
    background: white;
    width: 100%;
    height: auto;
    right: -100%;
    left: unset;
    transition: all 0.3s linear;
    z-index: 2;
    padding: 10px 0;
    margin-top: 0;
  }

  .menu.active {
    right: 0;
  }

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

  .menu a {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
  }

  .menu a .menu_img {
    min-height: auto;
    width: 40%;
  }

  .menu a .menu_name {
    text-align: left;
    margin-left: 20px;
  }

  body {
    background-size: 150%;
    background-position: 50% 275px;
  }

  .title_container {
    margin-top: 115px;
  }

  .timer_block {
    margin-top: 285px;
    width: 100%;
  }

  .timer_title {
  }

  .timer {
  }

  .timer div[id^="timer"] {
    transform: scale(0.8) !important;
    transform-origin: center;
    margin-left: -100px;
    position: relative;
    left: 50px;
  }

  .title1 {
    text-align: center;
    color: #000000;
    font-size: 20px;
  }

  .title2 {
    font-size: 18px;
  }

  .title3 {
    font-size: 18px;
  }

  .title3 span {
  }

  .car_wrap {
    flex-direction: column;
  }

  .car_image {
    width: 100%;
    height: auto;
    padding-top: 10px !important;
  }

  .car_offers {
    margin-left: 0;
    flex-direction: column;
    margin-bottom: 0;
    position: relative;
  }

  .car_offers > a.ico1 {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .car_image .car_img {
    margin-left: 0;
  }

  .car_image:before {
    left: 0;
    width: 100%;
    background-size: 100%;
  }

  .car_testdrive {
    transform: scale(0.6);
    right: -100px;
    top: -70px;
  }

  .car_testdrive img {
  }

  .car_new {
    right: unset;
    top: -70px;
    transform: scale(0.65);
    left: -15px;
  }

  .car_new img {
  }

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

  .car_name {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .car_name span {
    font-size: 21px;
  }

  .car_gallery {
    margin-top: 0;
    padding: 20px 0;
    background-position: 100% 0;
  }

  .car_btns {
    margin-top: 20px !important;
    position: relative;
    flex-direction: column;
    bottom: 0;
    width: 100%;
    gap: 10px;
  }
  .car_btns .btn {
    position: relative;
    width: 96%;
    margin: 0 2%;
  }
  .cred_text {
    width: 100%;
    padding: 30px 15px;
    background-size: cover;
  }

  .cred_img {
    display: none;
  }

  .rass_wrap {
    flex-direction: column;
  }

  .rass_img {
    width: 100%;
  }

  .rass_img img {
    width: 100%;
  }

  .rass_text {
    width: 100%;
    background-size: cover;
    padding: 30px 15px;
  }

  .testdrive .rass_text {
    width: 100%;
  }

  .tradein {
    padding: 0;
    background: none;
  }

  .tradein > img {
    display: block;
    width: 100%;
  }

  .tradein_wrap {
    padding: 30px 0;
  }

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

  .tradein_title br {
    display: none;
  }

  #tradein_form {
    width: 100%;
  }

  .buy_online {
    margin-top: 50px;
  }

  .buy_online_title {
    margin-bottom: 50px;
    font-size: 24px;
  }

  .buy_online_steps {
    flex-flow: wrap;
  }

  .buy_online_steps .step {
    width: 100%;
    top: 0 !important;
    left: 0 !important;
    margin-bottom: 30px;
  }

  .advantages {
    margin-top: 50px;
  }

  .ags_item {
    width: 100%;
    height: 100px;
  }

  .contacts {
    height: auto;
    background: #f0f0f0;
    margin-top: 50px;
  }

  .contacts:after {
    display: none;
  }

  .cont_wrap {
    position: relative;
    width: 100%;
    top: 0;
    padding: 30px 0;
  }

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

  .bot_phone {
    font-size: 20px;
  }
  .banner__col-panel {
    top: 30px;
  }
}

/*MOBILE END*/

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

  .rass_text {
    font-size: 20px;
  }

  .tradein_title {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .header__logo-text {
    display: none;
  }

  .footer__logo {
    display: block;
  }

  .footer__logo-text {
    margin: 16px 0 0;
  }

  .timer_block {
    margin-top: 0;
  }

  .car_name {
    font-size: 28px;
    z-index: 5;
    text-align: center;
  }

  .car_profit b {
    font-size: 26px;
  }
  header .container {
    display: block;
  }
  .header__contacts .popup {
    display: none;
  }
  .header__contacts {
    justify-content: space-between;
  }
  .header__contacts .phone_wrap {
    width: 100%;
    padding-left: 40px;
    margin: 0px 16px 0 0;
    display: flex;
    justify-content: center;
  }
  header .m_btn span {
    height: 3px;
    background: #000;
  }
  header .top_phone {
    line-height: 20px;
  }
  .menu_h {
    position: fixed;
    top: 107px;
    background: #f7f0eb;
    width: 100%;
    height: auto;
    right: -100%;
    left: unset;
    transition: all 0.3s linear;
    z-index: 2;
    padding: 10px 0;
    margin-top: 0;
    top: 86px;
  }

  .menu_h.active {
    right: 0%;
  }
  .menu_wrap {
    flex-direction: column;
    align-items: center;
    row-gap: 12px;
  }
  .menu_wrap > div {
    flex-direction: column;
    align-items: center;
    row-gap: 12px;
  }
  .banner__col {
    padding-top: 15px;
  }
  .banner__container {
    width: 100%;
  }
  .banner__col-panel {
    width: 100%;
  }
  .banner__col-title {
    color: #fff;
    font-size: 22px;
  }

  .banner__col-panel-wrap {
    padding: 15px;
  }
  .banner_props {
    margin-top: 0;
    gap: 0 1vw;
    flex-wrap: wrap;
  }
  .banner_props a {
    min-height: 1vw;
    padding-left: 8vw;
    font-size: 2.6vw;
  }
  .banner_props a:before {
    width: 6vw;
    height: 6vw;
    background-size: contain !important;
  }
  .banner_props a {
    min-height: 6vw;
    padding-left: 8vw;
    font-size: 2.6vw;
    margin: 0;
  }
  .banner__col {
    background-position: center 44px;
  }
  .cars_items {
    margin-top: -20px;
  }
  .car_image .car_img img {
    width: 100%;
    margin: -50px 0 -20px;
  }
  .banner__col-timer {
    display: block;
  }

  .banner__form .form_all {
    width: 100%;
    display: block;
  }
  .block_timer {
    display: block;
  }
  .form_all .form-group {
    width: 100%;
  }
  .timer-wrap > div[id^="timer"] {
    transform: scale(0.8) !important;
    left: -25px;
  }
  .testdrive .rass_text,
  #credit.credit .rass_text,
  #tradein .rass_text {
    position: relative;
    padding: 20px;
  }
  .testdrive .rass_text,
  #credit.credit .rass_text,
  #tradein .rass_text {
    margin: 0;
    padding-left: 24px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .testdrive .rass_text .rass_text2,
  #credit.credit .rass_text .rass_text2 {
    font-size: 16px;
  }
  #credit.credit .rass_wrap {
    flex-direction: column-reverse;
  }
  #credit .main_cred_wrap {
    top: -130px;
    padding-top: 0px;
  }
  #tradein .rass_text {
    margin-bottom: 10px;
  }
  #tradein .rass_wrap {
    padding-top: 0px;
    top: -100px;
  }
  .contacts .cont_wrap {
    position: relative;
    top: 0;
    left: 0px;
    right: 0px;
    padding: 24px 40px 16px;
    background: url(../img/contacts_info_decor.png) 50% 0 no-repeat #d8cec5;
    background-size: auto 100%;
    border-radius: 16px;
    z-index: 2;
    width: 80%;
  }
  .contacts .cont_wrap .container {
    position: relative;
    padding-top: 0px;
    display: block;
  }
  .footer__logo {
    margin: 0 0;
  }
  .contacts .container {
    position: relative;
    padding-top: 0px;
  }
  .quest {
    font-family: "TT_Hoves_Pro";
    margin-top: 25px;
  }
  .bot_phone_wrap {
    margin-bottom: 10px;
  }
  .quest {
    margin-top: 10px;
  }
  .cars__colors {
    display: flex;
    z-index: 5;
    position: relative;
    top: 0;
    gap: 5px;
    left: 0%;
  }
  .cars__colors_no_shini {
    bottom: -25px;
  }
  #instock .complects_items .compl_params > .param_item {
    padding: 4px 8px;
  }
  .car__content-list {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 65px;
  }
}
