html {
  overflow-x: hidden;
}

body {
  font-family: 'changan';
  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;
}

.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: 1170px;
    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_popup1,
#form_popup2,
#form_popup3,
#form_popup4,
#form_popup5,
#form_popup6,
#form_popup7 {
  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: 'changan';
  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: 'changan';
  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;
}
.title_container form .form-group input[type='tel'],
.title_container form .form-group input[type='text'],
.title_container form .form-group select {
  color: #000;
  background: #fff;
}
form .form-group input[type='tel'],
form .form-group input[type='text'],
form .form-group select {
  height: 61px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 600;
  font-family: 'changan';
  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: 'changan';
  outline: none;
}

form .form-group button {
  width: 100%;
  cursor: pointer;
  font-family: 'changan';
  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: #EC2830;
  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: #ec2830a8;
}

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

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

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

header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 24px 0;
}

header > * {
  color: #000;
}

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

.logo1 {
  width: 200px;
}

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

.phone_wrap a {
  color: #000;
}

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

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

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

header .m_btn {
  display: none;
}

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

.banner_slider {
  position: absolute !important;
  top: 91px;
  width: 100%;
}

.banner_slider .slick-slide {
  height: 698px !important;
  outline: none;
}

.banner_slider .slide1 {
  background: url('../img/slide1.jpg') 50% 0 no-repeat;
  background-size: 100%;
  background-position: center;
}

.banner_slider .slide2 {
  background: url('../img/slide2.jpg') 50% 0 no-repeat;
}

.banner_slider .slide3 {
  background: url('../img/slide3.jpg') 50% 0 no-repeat;
}

.banner_slider .slide4 {
  background: url('../img/slide4.jpg') 50% 0 no-repeat;
}

.banner_slider .slick-prev {
  width: 29px !important;
  height: 29px !important;
  left: 30px;
  background: url('../img/bn_prev.png') 50% no-repeat !important;
  z-index: 1;
}

.banner_slider .slick-next {
  width: 29px !important;
  height: 29px !important;
  right: 30px;
  background: url('../img/bn_next.png') 50% no-repeat !important;
  z-index: 1;
}

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

.title_container {
  margin-top: 140px;
  font-family: 'changan';
}

.title_block_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}

.title_block_wrap:before {
  content: '';
  display: block;
  width: 104%;
  height: 110%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: -13px;
  left: -2%;
  /*z-index: -1;*/
  transform: skewX(-17deg);
}

.title_block {
  max-width: 700px;
  min-height: 135px;
  position: relative;
}

.title__benefits {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}
.title__benefit {
  padding: 5px 10px;
  border-radius: 8px;
  background-color: #EC2830;
  color: #fff;
  font-size: 16px;
}
#timerada30233bfd713aaceb77616ae3a3656 .timer-flipchart-face {
  background-color: #EC2830;
}
.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: 'changan';
  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;
}

.title_block.sl1 {
  display: none;
}

.title_block.sl2 .title1 {
  font-size: 32px;
  font-weight: 900;
}

.title_block.sl2 .title1 span {
  color: #EC2830;
}

.title_block.sl3 {
  display: none;
}

.title_block.sl4 {
  display: none;
}
.title_block.sl4 .title1 {
  margin-top: 6px;
}

.title_block.sl3 .title1 {
  font-size: 32px;
  font-weight: 900;
}

.title_block.sl3 .title1 span {
  color: #b91b23;
}

#title_form {
  margin-top: 240px;
  width: 770px;
  /* display: flex;
  flex-flow: wrap;
  justify-content: space-between; */
}

#title_form .form_title {
  font-family: 'changan';
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
  font-weight: 600;
  font-style: italic;
  font-size: 24px;
}

#title_form.black .form_title {
  color: #000000;
}

#title_form.black input[type='tel'] {
  border-color: #000000;
}

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

#title_form .agree_field,
#title_form .agree_field a {
  color: #fff;
}


#title_form.black .agree_field,
#title_form.black .agree_field a {
  color: #000000;
}

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

.menu {
  margin-top: 16px;
}

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

@media (min-width: 768px) {
  .menu .cars-nav-container,
  .cars-tab-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center !important;

    gap: 20px;
  }

  .menu .cars-nav-container > *,
  .cars-tab-container > * {
    width: 21%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
}

@media (min-width: 1360px) {
  .menu .cars-nav-container > * {
    width: 11%;
  }
}


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

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

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

.menu a .menu_img {
  min-height: 65px;
  display: flex;
  align-items: flex-end;
}

.menu a .menu_name {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-weight: 400;
  font-family: 'changan';
}

.menu a .menu_name b {
  font-family: 'changan';
}

.menu a:hover {
  color: #85caff;
}

.cars_items {
  margin-top: 75px;
}

.car_item {
  margin-bottom: 75px;
}

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

.car_image {
  box-sizing: border-box;
  width: 62.4%;
  position: relative;
  height: 640px;
  padding-top: 40px;
}

.red-text {
  color: #a6192e;
}
.percent-top {
  top: 0px;
  font-size: 15px;
}
.car_offers {
  display: flex;
  margin-bottom: 40px;
  margin-left: 50px;
  position: relative;
}

.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: #EC2830;
}

.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: #EC2830;
}

.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;
  background: url('../img/car_img_back.jpg') 0 0 no-repeat;
  width: 1001px;
  height: 100%;
  top: 0;
  left: -255px;
}

.car_image .car_img {
  position: relative;
  z-index: 1;
  /* margin-left: -20px; */
}

.car_testdrive {
  position: absolute;
  top: -50px;
  right: -45px;
}
.car_testdrive img {
}

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

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

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

#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: 'changan';
  font-size: 20px;
  position: relative;
}

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

.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: 'changan';
  font-size: 30px;
  color: #EC2830;
}

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

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

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

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

.car_gallery {
  margin-top: -35px;
  padding-bottom: 35px;
  background: url('../img/car_gallery_bg.jpg') 50% 100% no-repeat;
  
}
.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;
  gap: 0 8px;
}

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

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

#instock {
}

#instock .container {
}

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

#instock .content {
}

#instock .complects_tab {
  display: flex;
  justify-content: space-between;
}

#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: #EC2830;
}

#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:before {
  content: '';
  width: 75%;
  height: 100%;
  display: block;
  background: #d9d9d9;
  position: absolute;
  left: 13%;
  z-index: -1;
  transform: skewX(-30deg);
}

#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 {
  padding-top: 10px;
}

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

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

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

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

.credit {
  background: #242424;
  margin-top: 130px;
}

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

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

.cred_text {
  box-sizing: border-box;
  font-family: 'changan';
  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: 'changan';
  margin-top: 35px;
  width: 375px;
}

.cred_img {
  width: 40.2%;
}

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

.rass_img {
  width: 59.9%;
}

.rass_text {
  box-sizing: border-box;
  width: 40.2%;
  padding: 80px 45px;
  font-weight: 400;
  font-family: 'changan';
  font-size: 24px;
  color: #ffffff;
  background: url('../img/credit_bg2.webp') 0 0 no-repeat;
}

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

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

#cred_form .agree_field,
#cred_form .agree_field a {
  color: #ffffff;
  font-size: 9px;
}

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

.credit_calc {
  position: relative;
  padding: 61px 0;
  background: url('../img/credit_bg.jpg') 0% 0 no-repeat;
}

@media (min-width: 768px) {
  .credit_calc::after {
    content: '';
    display: block;
    width: 54%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url('../img/cont_bg.webp') no-repeat 0 0 / cover;
    z-index: 0;
  }
}

.credit_calc_wrap {
  position: relative;
  z-index: 1;
}

.credit_calc > img {
  display: none;
}

.credit_calc_title {
  font-size: 24px;
  font-weight: 700;
  font-family: 'changan';
  margin-bottom: 10px;
  width: 375px;
  margin-left: auto;
  padding-right: 50px;
}

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

.input_range_title {
  font-weight: 600;
}

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

#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: 'changan';
  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: #EC2830;
}

.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: #EC2830;
  font-family: 'changan';
  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: #EC2830;
}

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

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

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

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

.testdrive .rass_text {
  background: url('../img/credit_bg2.webp') 0 0 no-repeat;
  width: 41%;
}

#testdrive_form .agree_field,
#testdrive_form .agree_field a {
  color: #ffffff;
  font-size: 9px;
}

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

.tradein {
  position: relative;
  padding: 95px 0;
  background: url('../img/tradein_bg.jpg') 100% 0 no-repeat;
}

@media (min-width: 1024px) {
  .tradein::after {
    content: '';
    display: block;
    width: 54%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-180deg) scaleY(-1);
    background: url('../img/cont_bg.webp') no-repeat 0 0 / cover;
    z-index: 0;
  }

  .tradein_wrap {
    position: relative;
    z-index: 1;
  }
}

.tradein > img {
  display: none;
}

.tradein_title {
  font-size: 24px;
  font-weight: 700;
  font-family: 'changan';
  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: #EC2830;
}

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

.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: #EC2830;
  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: 200px;
}

.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: 160px;
  position: relative;
  height: 670px;
}

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

.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/ico_phone.png') 0 40% no-repeat;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.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/ico_loc.png') 0 0 no-repeat;
}

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

#map1 {
  width: 100%;
  height: 669px;
  /*background: url('../img/map.jpg') 0 0 no-repeat;*/
}
footer p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  margin: 0;
}
footer {
  padding: 25px 0;
  background: #242424;
}

footer .switch {
  display: block;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}

footer .disclamer {
  color: #ffffff;
  font-size: 12px;
  text-align: left;
  display: none;
}

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

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

@media (max-width: 1350px) {
  .car_gift_tire {
    bottom: 50px;
    left: 0;
  }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
  .title_block.sl2 .title1 {
    font-size: 28px;
  }

  .title_block.sl3 .title1 {
    font-size: 28px;
  }

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

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
  #title_form .agree_field,
  #title_form .agree_field a {
    color: #000;
  }

  .car_gift_tire {
    bottom: 0px;
  }

  .title_block_wrap {
    flex-wrap: wrap;
    padding: 0;
  }

  .title_block {
    max-width: 100%;
  }

  .title_block_wrap:before {
    display: none;
  }

  .title_container {
    margin-top: 110px;
  }

  .top_phone {
    font-size: 14px;
  }

  #title_form {
    width: 100%;
    margin-top: 310px;
  }

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

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

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

  .tradein_wrap {
    padding: 30px 0;
  }

  #tradein_form {
    width: 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;
  }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 768px) {
  #title_form .agree_field,
  #title_form .agree_field a {
    color: #000;
  }
  
  .title__benefits {
    flex-wrap: wrap;
  }
  .title__benefit {
    font-size: 14px;
  }
  .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;
  }

  header .container {
    flex-flow: wrap;
  }

  .logo1 {
    order: 1;
    width: 40%;
  }

  .logo2 {
    order: 2;
    width: 40%;
  }

  .phone_wrap {
    order: 4;
    margin-top: 10px;
  }

  .top_addr {
    display: none;
  }

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

  header .m_btn span {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: #EC2830;
    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;
  }

  .banner_slider {
    top: 285px;
  }

  .banner_slider .slide1,
  .banner_slider .slide2,
  .banner_slider .slide3,
  .banner_slider .slide4 {
    background-size: 150%;
    background-position: 50% 0;
  }

  .banner_slider .slick-prev,
  .banner_slider .slick-next {
    top: 15% !important;
  }

  .banner_slider .slick-prev {
    left: 10px !important;
  }

  .banner_slider .slick-next {
    right: 10px !important;
  }

  .title_container {
    margin-top: 115px;
  }

  .title_block_wrap {
    flex-wrap: wrap;
    padding: 0;
    text-align: center;
  }

  .title_block_wrap:before {
    display: none;
  }

  .title_block {
    width: 100%;
  }

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

  .title_block.sl2 .title1 {
    font-size: 21px;
  }

  .title_block.sl3 .title1 {
    font-size: 26px;
  }

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

  #title_form .form_title {
    text-align: center;
    color: #000000;
  }

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

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

  #title_form input[type='tel'] {
    border: 1px solid #000000;
    color: #000;
  }

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

  .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_gallery {
    margin-top: 0;
    padding: 20px 0;
    background-position: 100% 0;
  }

  .car_btns {
    margin-top: 20px !important;
  }

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

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

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

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 390px) {
  #title_form {
    /* margin-top: 230px; */
  }

  .cred_text {
    font-size: 20px;
  }

  .rass_text {
    font-size: 20px;
  }

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

@media (max-width: 360px) {
  #title_form .form_title {
    font-size: 18px;
  }

  #title_form {
    /* margin-top: 200px; */
  }

  .timer_block {
    margin-top: 220px;
  }

  .car_name {
    font-size: 28px;
  }

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

@media (max-width: 320px) {
  body {
    background-position: 50% 285px;
  }

  .title2 {
    font-size: 19px;
  }

  .title3 {
    font-size: 19px;
  }

  .title3 span {
  }

  .timer_block {
    margin-top: 230px;
  }

  .timer div[id^='timer'] {
    transform: scale(0.6) !important;
    margin-left: -150px;
    left: 75px;
  }
}

.banner-2 {
  width: 100%;
}


.after-menu-subtitle {
  background: #EC2830;
  padding: 8px;
  text-align: center;
}

.after-menu-subtitle p {
  font-size: 24px;
  color: #fff;
}

.form-group-wrap {
  display: flex;
  gap: 0 8px;
}

.benefit-list {
  background-color: #242424;
  margin-top: -80px;
}
.benefit-list_item {
  display: flex;
  position: relative;
}

.benefit-list a {
  text-decoration: none;
}

.benefit-list_item::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-180deg)scaleY(-1);
  background: url(../img/cont_bg.webp) no-repeat 565px 0 / cover;
  z-index: 0;
}

.benefit-list_item .benefit-list_title {
  margin-left: 16px;
}

.benefit-list_item-reverse {
  display: flex;
  position: relative;
  flex-direction: row-reverse;
}

.benefit-list_item-reverse::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: scaleY(-1);
  background: url(../img/cont_bg.webp) no-repeat 600px 0 / cover;
  z-index: 0;
}

.benefit-list_item-reverse .benefit-list_title {
  margin-right: 16px;
}

.benefit-list_title {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.benefit-list_image {
  max-width: 720px;
}

.testdrive {
  padding-top: 130px;
  margin-top: 0;
}

.car_tech {
  display: flex;
  flex-direction: column;
  gap: 16px;
}


.car_props > a {
  font-size: 18px;
}
.car_tech_item {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.car_tech_item span {
  width: 50%;
}

.car_name .car_logo {
  max-width: 100px;
}

.car_offers > a > img {
  max-width: 45px;
  max-height: 25px;
}

.car_offers-testderive {
  margin-right: 8px;
}

.car_offers > a:hover {
  opacity: 0.7;
}

.car_offers {
  margin-left: -150px;
  margin-bottom: 0;
  gap: 0 16px;
  justify-content: space-evenly;
}

.car_offers_bottom {
  margin-left: -325px;
}

.car_image {
  padding: 0;
  height: 516px;
}

.car_image .car_img {
  margin-top: -75px;
}

.car_image .car_img img {
  max-height: 400px;
}

.hidden {
  display: none;
}

.car_gallery .car_gallery_left,
.car_gallery .car_gallery_right {
  position: absolute;
  text-decoration: none;
  padding: 8px;
  background-color: #a8a8a8;
  color: white;
  width: 8px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  top: 40%;
}

.car_gallery_left {
  left: 0;
}

.car_gallery_right {
  right: 0;
}

.car_gallery .car_gallery_left:hover,
.car_gallery .car_gallery_right:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.3s;
}


.welcome_wagner {
  margin: 32px auto;
}
.welcome_wagner_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.welcome_wagner_logo {
  max-width: fit-content;
}

.welcome_wagner h3 {
  font-size: 48px;
  margin: 16px;
  text-align: center;
}
.welcome_wagner_stats {
  display: flex;
  gap: 0 32px;
}
.welcome_wagner_stats_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.welcome_wagner_stats_item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -16px;
  height: 100%;
  width: 4px;
  background-color: #000;
}

.welcome_wagner_stats_item:first-child:before {
  display: none;
}

.welcome_wagner_stats_top {
  font-size: 24px;
}

.welcome_wagner_stats_top b {
  font-size: 60px;
}
.welcome_wagner_stats_bottom {
  font-size: 16px;
}

.advantages {
  margin-top: 0;
  padding: 16px;
  background: #242424;
}

.ags_title {
  color: #fff;
}

.ags_list {
  gap: 16px;
  margin-bottom: 16px;
  justify-content: space-evenly;
}

.ags_item {
  width: calc(50% - 72px);
  padding: 32px;
  background-color: #cccccc;
  border-radius: 16px;
  height: auto;
  margin-bottom: 0;
}

.contacts {
  margin-top: 0;
}

.car_offers a:nth-child(3), .car_offers a:nth-child(4) { display: none;}

#title_form {
  margin-top: 350px;
}

#title_form .form-group.only-mobile {
  display: none;
}

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

#title_form .form-group input {
  max-width: 200px;
}

@media (max-width: 1280px) {
  .car_offers, .car_offers_bottom {
    margin-left: 0;
  }

  #title_form {
    margin-top: 310px;
  }
}

@media (max-width: 1024px) {
  .car_tech {
    gap: 8px;
  }
  .car_tech_item {
    flex-direction: column;
  }

  .car_tech_item span {
    width: 100%;
  }

  #title_form {
    margin-top: 220px;
  }

  .title_container {
    margin-top: 150px;
  }
}

@media (max-width: 992px) {
  .benefit-list_title {
    position: absolute;
    padding: 8px;
    background-color: #cccccc26;
    right: 0;
    left: 0;
    width: calc(100% - 16px);
    text-align: center;
  }

  .benefit-list_image {
    max-width: 100%;
  }

  .benefit-list_item::after, .benefit-list_item-reverse::after {
    display: none;
  }

  .benefit-list_item .benefit-list_title {
    margin-left: 0;
  }

  .benefit-list_item-reverse .benefit-list_title {
    margin-right: 0;
  }

  form .form-group input[type='tel'],
form .form-group input[type='text'],
form .form-group select {
  font-size: 12px;
}
}

@media (max-width: 768px) {
  .welcome_wagner_stats {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }

  .welcome_wagner_stats_item:nth-child(2n+1):before {
    display: none;
  }

  .welcome_wagner_stats_item {
    width: calc(50% - 32px);
  }

  .benefit-list_title {
    margin-top: 0;
  }
  .title_container {
    margin-top: 130px;
  }
  .title_block.sl2 .title1 {
    color: #fff;
    font-size: 24px;
  }
  .title__benefits {
    justify-content: center;
  }

  .banner_slider {
    top: 100px;
  }

  .timer_block  {
    margin-top: 508px;
  }

  .car_offers_bottom {
    display: none;
  }

  .car_offers a:nth-child(3), .car_offers a:nth-child(4) { display: block;}

  .car_offers {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .car_offers > a {
    width: 48%;
    font-size: 12px;
  }

  .car_image {
    height: 450px;
  }

  #title_form {
    margin-top: 20px;
  }

  #title_form .form-group.only-mobile {
    display: block;
  }

  #title_form .form-group input {
    max-width: 100%;
  }

  #title_form .form-control.only-desktop {
    display: none;
  }
}

@media (max-width: 680px) {
  .title__benefits {
    margin-top: 420px;
  }
  .timer_block  {
    margin-top: 16px;
  }
}

@media (max-width: 600px) {
  .title__benefits {
    margin-top: 360px;
  }
}

@media (max-width: 580px) {
  .welcome_wagner h3 {
    font-size: 32px;
  }
  
  .welcome_wagner_stats_top {
    font-size: 16px;
  }
  .welcome_wagner_stats_top b {
    font-size: 32px;
  }
  .welcome_wagner_stats_bottom {
    font-size: 10px;
  }

  .title__benefits {
    margin-top: 340px;
  }
}

@media (max-width: 520px) {
  .title__benefits {
    margin-top: 300px;
  }

  .title__benefit {
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  
}

@media (max-width: 475px) {
  .title_block.sl2 .title1 {
    font-size: 20px;
    color: #fff;
  }

  .benefit-list_title {
    font-size: 24px;
  }

  .title__benefits {
    margin-top: 270px;
    gap: 4px;
  } 

  .car_offers > a {
    width: fit-content;
    font-size: 10px;
  }

  .ags_item {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .car_image {
    display: flex;
    flex-direction: column;
  }

  .car_offers {
    order: 2;
    flex-direction: column;
    align-content: center;
  }

  .car_offers > a {
    min-width: 200px;
    min-height: 40px;
  }

  .car_offers-testderive {
    margin-left: 8px;
  }

  .car_image {
    height: 350px;
  }
}

@media (max-width: 400px) {
  .title__benefits {
    margin-top: 180px;
  }

  .title__benefit {
    font-size: 9px;
  }
}

@media (max-width: 375px) {
  .title_block.sl2 .title1 {
  font-size: 18px;
  }
  .title__benefits {
    margin-top: 200px;
  }
}

@media (max-width: 320px) {
  .title_block.sl2 .title1 {
    font-size: 14px;
    }
}

/* Базовые настройки */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; /* Растягиваем на всю ширину экрана */
  z-index: 9999; /* Чтобы всегда находилось поверх основного содержимого */
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 15px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;ф
  opacity: 0;
  transform: translateY(100%); /* Изначально спрятано внизу */
}

/* Анимация появления */
.show {
  opacity: 1;
  transform: translateY(0);
}

/* Стилизация текста внутри баннера */
.cookie-banner p {
  margin-bottom: 10px;
  line-height: 1.4;
}

/* Кнопка принятия политики cookie */
.cookie-banner button {
  background-color: #fff;
  color: #333;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  outline: none;
  font-weight: bold;
  transition: background-color 0.3s ease-in-out;
}

.cookie-banner button:hover {
  background-color: #ccc;
}

/* Медиа-запросы для мобильных устройств */
@media screen and (max-width: 768px) { /* Настройки для маленьких экранов */
  .cookie-banner {
      font-size: 14px;
      padding: 10px;
  }

  .cookie-banner button {
      padding: 8px 16px;
      font-size: inherit;
  }
}

/* Дополнительная настройка для очень маленьких экранов */
@media screen and (max-width: 480px) {
  .cookie-banner p {
      font-size: 13px;
  }
}