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

html {
  overflow-x: hidden;
}

body {
  font-family: 'changan uni type', sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1920px;
  background: #ffffff;
  /* overflow-x: hidden */
}

.container {
  max-width: 1340px;
  padding: 0px 20px;
  margin: 0px auto;
}

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

.br_mob {
  display: none;
}

sup {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-transform: none;
  color: #CCA166;
  top: -1px;
  font-size: 10px;
}

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

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

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

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

p {
  padding: 0;
}

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

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

#form_popup,
#form_popup1 {
  display: none;
}


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

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

.popup_container .agree_field a {
  color: black;
}

.popup_container h2 {
  font-size: 22px;
  font-weight: 700;
  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 button {
  color: #000000 !important;
}

.popup_container .btn {
  color: #ffffff !important;
}

.agree_field {
  color: #0E1214;
  display: flex;
  align-items: flex-end;
  gap: 6px;
  font-size: 12px;
  cursor: pointer;
}

.agree_field input[type="checkbox"] {
  width: 13px;
  height: 13px;
  background: #0E1214;
  border-radius: 2px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agree_field input[type="checkbox"]:checked::before {
  content: '';
  display: block;
  text-align: center;
  width: 10px;
  height: 8px;
  background: url(../img/check.svg) 50% 50% no-repeat;
}

.agree_field a {
  text-decoration: underline;
}

.popup_container .agree_field {
  font-size: 10px;
  /* align-items: center; */
}

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

form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group select {
  height: 47px;
  width: 100%;
  color: #6F6F6F;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 400;
  font-family: 'changan uni type', sans-serif;
  padding: 10px 20px;
  outline: none;
  background: #F2F2F2;
  border-radius: 100px;
  border: 1px solid #C7C7C7;
}

.fancybox-slide form .form-group input[type=tel],
.fancybox-slide form .form-group input[type=text],
.fancybox-slide form .form-group select {
  height: 47px;
  width: 100%;
  color: #000000;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 400;
  font-family: 'changan uni type', sans-serif !important;
  /* padding: 14px 20px; */
  outline: none;
  background: #F2F2F2;
  /* border-radius: 8px; */
  border: 1px solid #C7C7C7;
}

form .form-group select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/ico_select.svg) 95.1% 50% no-repeat #F2F2F2;
  outline: none;
  color: #000000;
  font-family: "changan uni type", sans-serif !important;
  cursor: pointer;
  border: 1px solid #C7C7C7;
}

form .form-group button {
  width: 100%;
  cursor: pointer;
  font-family: "changan uni type", sans-serif !important;
  outline: none;
}

.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 {
  font-family: "changan uni type", sans-serif !important;
  background: #0B457F;
  color: #ffffff;
  text-align: center;
  height: 47px;
  width: 224px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  border: none;
  border-radius: 50px;
  position: relative;
  text-decoration: none;
  transition: all 0.2s linear;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
}

.btn span {
  position: relative;
  z-index: 4;
}

.btn:hover {
  border-color: #5E7891;
  color: #ffffff;
}

.btn:before,
.btn:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #5E7891;
  border-radius: 50%;
  z-index: 3;
}

.btn:before {
  left: -20px;
  transform: translate(-80%, -50%);
}

.btn:after {
  right: -20px;
  transform: translate(80%, -50%);
}

.btn:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.btn:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

.btn.glass {
  height: 47px;
  background: transparent;
  border: 1px solid #0B457F;
  color: #0B457F;
}

.btn.glass:hover {
  border-color: #5E7891;
  color: #ffffff;
}

.btn.orange {
  background: #FF9632;
}

.btn.orange:hover {
  color: #ffffff;
}


.anim {
  opacity: 0;
  transform: translateY(100px);
  transition: all .5s ease-in-out;
}

.anim.animated {
  opacity: 1;
  transform: translateY(0);
}

.spec .swiper-button-prev:hover,
.cars_menu .swiper-button-prev:hover,
.drive_images .swiper-button-prev:hover {
  background: url(../img/arrow_next_hov.svg) 50% no-repeat !important;
  transform: rotate(180deg) !important;
}

.spec .swiper-button-next:hover,
.cars_menu .swiper-button-next:hover,
.drive_images .swiper-button-next:hover {
  background: url(../img/arrow_next_hov.svg) 50% no-repeat !important;
}


/*************** header ***************/

.header {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 22px 0;
  background: #ffffff;
  transition: all .5s ease-in-out;
}

.header.show {
  top: 0;
}

.header_content {}

.header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
}

.header .logo_wrap {
  display: flex;
  align-items: center;
}

.header .logo1 {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #C7C7C7;
}

.header .logo2 {
  display: flex;
}

.cont_wrap {
  display: flex;
  align-items: center;
  gap: 50px;
}

.header .top_addr {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 32px;
}

.header .top_addr:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../img/local_ico.svg) no-repeat;
}

.header .top_phone {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 32px;
}

.header .top_phone:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../img/phone_ico.svg) no-repeat;
}

.header .top_phone a {
  font-weight: 700;
}

.header .btn {
  width: 224px;
}

.menu {
  padding-top: 12px;
  border-top: 1px solid #C7C7C7;
}

.menu_wrap {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.menu_wrap>a {}

.menu_wrap>a:hover {
  color: #5E7891;
}

.header .m_btn {
  display: none;
}


/*************** banner ***************/
.banner {
  position: relative;
  margin-top: 138px;
  height: 720px;
}

.banner .swiper-slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.banner .swiper-slide picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner .swiper-slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

.title_container {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: max-content;
  padding: 30px 40px;
  background: #FFFFFFB2;
  backdrop-filter: blur(10px);
  border-radius: 10px;
}

.banner .title1 {
  font-weight: 700;
  font-size: 38px;
  text-align: center;
  text-transform: uppercase;
}

.banner .title1 span {
  color: #0B457F;
  font-size: 52px;
  line-height: 146%;
}

.banner .btn {
  /* position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  width: 274px; */
  position: relative;
  width: 274px;
  margin: 0 auto;
}

.banner .swiper-button-next {
  background: url(../img/next.svg) 50% no-repeat !important;
  right: 7.5%;
  top: 54.5%;
  display: flex !important;
}

.banner .swiper-button-prev {
  background: url(../img/prev.svg) 50% no-repeat !important;
  left: 7.5%;
  top: 54.5%;
  display: flex !important;
}

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

/*************** timer ***************/

.timer_block {
  position: relative;
  top: -85px;
  z-index: 2;
}

.timer_wrap {
  padding: 32px 32px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  background: #F1F5F5;
  border-radius: 8px;
}

.timer_form_wrap {}

.timer_title {
  font-size: 22px;
}

#timer_form {
  margin-top: 20px;
}

.timer_block .form_wrap {
  display: flex;
  gap: 10px;
  width: 98%;
}

.timer_block .form-group.tel {
  /* width: 243px; */
}

#timer_form .btn {
  /* width: 243px; */
}

#timer_form .form-group input[type=tel] {}


/*************** block ***************/
.block_title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 40px;
}

/*************** spec ***************/

.spec {
  margin-top: 34px;
  position: relative;
}
.spec_content {
  position: relative;
}

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

.spec_wrap img {
  border-radius: 10px;
  transition: 0.5s;
  transform: scale(1);
}
.spec_wrap img:hover {
    transform: scale(1.05);
}

.spec .swiper-button-next {
  background: url(../img/arrow_next.svg) 50% no-repeat !important;
  right: -5.5%;
  top: 64%;
  display: flex !important;
  height: 32px;
  width: 32px;
}

.spec .swiper-button-prev {
  background: url(../img/arrow_prev.svg) 50% no-repeat !important;
  left: -5.5%;
  top: 64%;
  display: flex !important;
  height: 32px;
  width: 32px;
}

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

/*************** cars_items ***************/
.cars_items {
  margin-top: 120px;
}

.cars_menu {
  position: relative;
  margin-bottom: 60px;
}

.menu_item {}

.menu_img {
  margin-bottom: 12px;
  height: 100%;
  display: block;
}

.menu_name {
  font-weight: 700;
  text-transform: uppercase;
}

.cars_menu .swiper-button-next {
  background: url(../img/arrow_next.svg) 50% no-repeat !important;
  right: -5.5%;
  top: 55%;
  display: flex !important;
  height: 32px;
  width: 32px;
}

.cars_menu .swiper-button-prev {
  background: url(../img/arrow_prev.svg) 50% no-repeat !important;
  left: -5.5%;
  top: 55%;
  display: flex !important;
  height: 32px;
  width: 32px;
}

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

.cars_wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.car_item {
  padding: 32px;
  background: #F1F5F5;
  border-radius: 10px;
}

.car_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.car_name {
  font-weight: 700;
  font-size: 38px;
  text-transform: uppercase;
}

.car_quantity {
  position: relative;
  width: 330px;
  height: 50px;
  padding: 11px 12px;
  background: #FF9632;
  border-radius: 6px;
  font-weight: 700;
  font-size: 26px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-right: 16px;
}

.car_quantity span {
  position: absolute;
  right: -16px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  background: #ffffff;
  padding: 9px 12px;
  border-radius: 6px;
  box-shadow: 4px 4px 4px 0px #B0B0B033;
}

.car_info {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 45px;
  margin-bottom: 30px;
}

.car_adv {
  position: relative;
  width: 35.6%
}

.car_benefit {
  position: relative;
  padding: 20px 15px;
  background: #FF9632;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 6px;
  margin-bottom: 30px;
  cursor: pointer;
}

.car_benefit:hover {
  background: #5F7891;

}

.car_benefit span {
  font-weight: 700;
  font-size: 24px;
}

.car_benefit:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url(../img/benefit.svg) 50% 50% no-repeat;
  z-index: 2;
}

.car_props {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.car_props>a {
  position: relative;
  padding-left: 48px;
  display: flex;
  align-items: center;
  font-size: 18px;
  min-height: 34px;
}

.car_props a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  z-index: 2;
}

.car_props a.ico1:before {
  background-image: url(../img/props_ico1.svg);
}

.car_props a.ico2:before {
  background-image: url(../img/props_ico2.svg);
}

.car_props a.ico3:before {
  background-image: url(../img/props_ico3.svg);
}

.car_props a.ico4:before {
  background-image: url(../img/props_ico4.svg);
}

.car_props a.ico5:before {
  background-image: url(../img/props_ico5.svg);
}

.car_images {
  display: flex;
  gap: 10px;
}

.car_image {
  height: 386px;
  border-radius: 10px;
  overflow: hidden;
}

.car_image img {
  height: 100%;
  max-width: 551px;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.5s;
  transform: scale(1);
}

.car_image img:hover {
    transform: scale(1.05);
}

.car_gallery {
  height: 386px;
  width: 175px;
}

.car_gallery .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.car_gallery .swiper-slide a {
  height: 100%;
      border-radius: 10px;
      overflow: hidden;
}

.car_gallery .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 10px;
  transition: 0.5s;
    transform: scale(1);
}

.car_gallery .swiper-slide img:hover {
    transform: scale(1.05);
}

.car_btns {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  ;
}

.cars_items .btn {
  flex: 1;
}


/*************** instock ***************/

#instock {
  margin-top: 120px;
  margin-bottom: 120px;
}
.instock_title {
  margin-bottom: 10px;
}

.filter_quick_menu {
  display: none;
  column-gap: 20px;
  margin-bottom: 36px;
}

.filter_quick_menu li {
  flex: 1;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  background: #F7F0EB;
  text-transform: uppercase;
  border-radius: 12px;
  cursor: pointer;
}

#filter_table {
  display: flex;
  gap: 30px;
  margin-bottom: 64px;
}

.select_container {
  width: 100%;
}

.select_container select {
  font-family: 'changan uni type', sans-serif;
  padding: 12px 20px;
  width: 100%;
  font-size: 16px;
  color: #000000;
  border: 1px solid #C7C7C7;
  border-radius: 100px;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/ico_select.svg) 95.1% 50% no-repeat #F2F2F2;
  outline: none;
}


.tb_complects_showmore {
  display: block;
  margin-top: 29px;
  text-decoration: none;
  position: relative;
}

.tb_complects_showmore span {
  text-decoration: underline;
  text-underline-offset: 6px;
}

#tb_complects {
  width: 100%;
  /* overflow-x: hidden; */
  display: flex;
  flex-direction: column;
  gap: 54px;
}

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

.compl_wrap {
  display: flex;
  /* gap: 30px; */
  background: #F1F5F5;
  border-radius: 10px;

}

.compl_wrap_img {
  position: relative;
  width: 50%;
}

.compl_image {
  position: absolute;
  top: -24px;
  left: 12px;
}

.compl_wrap_text {
  padding: 32px 30px;
  width: 57%;
}

.compl_name {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.compl_name span {
  font-weight: 700;
  margin-left: 16px;
}

.compl_img {
  position: relative;
  top: -50px;
}

.compl_techs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
  margin-bottom: 20px;
}

.compl_techs>div {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.compl_techs>div:before {
  content: "";
  position: relative;
  display: block;
  left: 0;
  height: 26px;
  width: 26px;
}

.compl_techs .ico1:before {
  background: url(../img/compl_tehs_ico1.svg) no-repeat;
}

.compl_techs .ico2:before {
  background: url(../img/compl_tehs_ico2.svg) no-repeat;
}

.compl_techs .ico3:before {
  background: url(../img/compl_tehs_ico3.svg) no-repeat;
}

.compl_techs .ico4:before {
  background: url(../img/compl_tehs_ico4.svg) no-repeat;
}


.compl_techs span {
  font-size: 14px;
  color: #A3A3A3;
}

.compl_techs span b {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  margin-right: 4px;
  text-transform: uppercase;
}

.compl_btns {
  width: 100%;
  display: flex;
  gap: 10px;
}

.compl_btns .btn {
  flex: 1;
}



/*************** credit ***************/
.credit {
  padding-top: 120px;
  padding-bottom: 60px;
  background: #24272D;
}

.credit_wrap {
  display: flex;
  gap: 28px;
}

.credit_content {
  padding: 32px;
  background: #FFFFFF;
  border-radius: 10px;
  max-width: 483px;
}

.credit_title {
  margin-bottom: 30px;
}

.credit_descr {
  font-size: 22px;
  margin-bottom: 30px;
}

.credit_content form {
  margin-bottom: 30px;
}

.credit_content img {
  border-radius: 12px;
  transition: 0.5s;
  transform: scale(1);

}
.credit_content img:hover {
    transform: scale(1.05);
}

.credit_img {
  border-radius: 12px;
  overflow: hidden;
}

.credit_img img {
  border-radius: 12px;
  transition: 0.5s;
  transform: scale(1);
  height: 100%;
  object-fit: cover;  
}

.credit_img img:hover {
    transform: scale(1.05);
}

.credit_items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 327px;

}

.credit_item {
  padding: 20px;
  background: #FFFFFF;
  backdrop-filter: blur(8px);
  border-radius: 6px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: transform 0.3s ease;
  transform-origin: center;
}

.credit_item:hover {
  transform: scale(1.1);
  z-index: 1;
  position: relative;
}

.credit_item span {
  height: 38px;
}

.credit_item:before {
  content: "";
  position: relative;
  display: block;
  left: 0;
  height: 26px;
  width: 26px;
}

.credit_item.ico1:before {
  background: url(../img/credit/credit_ico1.svg) no-repeat;
}

.credit_item.ico2:before {
  height: 28px;
  width: 28px;
  background: url(../img/credit/credit_ico2.svg) no-repeat;
}

.credit_item.ico3:before {
  background: url(../img/credit/credit_ico3.svg) no-repeat;
}

.credit_item.ico4:before {
  background: url(../img/credit/credit_ico4.svg) no-repeat;
}

/*************** tradein ***************/

.tradein {
  padding-top: 60px;
  padding-bottom: 120px;
  background: #24272D;
}

.tradein_wrap {
  display: flex;
  gap: 30px;
}

.tradein_info {
  padding: 32px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  gap: 60px;
  width: 73%;
}

.tradein_img1 {
  overflow: hidden;
  border-radius: 12px;
}

.tradein_info img {
  border-radius: 12px;
  transition: 0.5s;
    transform: scale(1);

}
.tradein_info img:hover {
    transform: scale(1.05);
}

.tradein_content {}

.tradein_title {
  margin-bottom: 30px;
}

.tradein_descr {
  font-size: 22px;
  margin-bottom: 30px;
}

.tradein_img {
  max-width: 327px;
  overflow: hidden;
  border-radius: 12px;
}

.tradein_img img {
  border-radius: 12px;
  transition: 0.5s;
  transform: scale(1);
  height: 100%;
  object-fit: cover;

}
.tradein_img img:hover {
    transform: scale(1.05);
}

/*************** drive ***************/
.drive {
  padding-top: 120px;
}

.drive_wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.drive_info {
  display: flex;
  gap: 30px;
}

.drive_content {
  padding: 32px;
  background: #F1F5F5;
  border-radius: 10px;
  width: 128%;
}

.drive_title {
  margin-bottom: 30px;
}

.drive_descr {
  font-size: 22px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.drive_images_mob {
  display: none;
  border-radius: 10px;
}

.drive_images_mob img {
  border-radius: 10px;
}

.drive_images {
  position: relative;
}

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

.drive_images .swiper-slide picture > img {
  transition: 0.5s;
  transform: scale(1);
  height: 100%;
  object-fit: cover;
}

.drive_images .swiper-slide picture > img:hover {
    transform: scale(1.05);
}

.slide_content {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  max-width: 417px;
}

.slide_min {
  padding: 10px;
  background: #FFFFFFCC;
  backdrop-filter: blur(16px);
  border-radius: 8px;
  border-right: 1px dashed #FFFFFF;
}

.drive_images .swiper-slide .slide_min img {
  border-radius: 6px;
  transition: 0.5s;
    transform: scale(1);

}
.drive_images .swiper-slide .slide_min img:hover {
    transform: scale(1.05);
}

.slide_text {
  padding: 20px;
  background: #FFFFFFCC;
  backdrop-filter: blur(16px);
  border-radius: 8px;
  max-width: 317px;
}

.drive_images .swiper-button-prev,
.drive_images .swiper-button-next {
  position: absolute;
  bottom: 20px;
  top: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}

.drive_images .swiper-button-next {
  background: url(../img/arrow_next_white.svg) 50% no-repeat !important;
  left: 62px !important;
  /* 20px + 32px + 20px отступа */
  right: auto !important;
  height: 32px;
  width: 32px;
  z-index: 5;
}

.drive_images .swiper-button-prev {
  background: url(../img/arrow_prev_white.svg) 50% no-repeat !important;
  left: 20px !important;
  right: auto !important;
  height: 32px;
  width: 32px;
  z-index: 5;
}

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

.drive_items {
  padding: 32px;
  display: flex;
  justify-content: space-between;
  gap: 36px;
  background: #F1F5F5;
  border-radius: 10px;
}

.drive_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 34px;
  cursor: pointer;
}

.drive_item span {}

.drive_item:before {
  content: "";
  position: relative;
  display: block;
  left: 0;
  height: 32px;
  width: 32px;
}

.drive_item.ico1:before {
  background: url(../img/drive/drive_ico1.svg) no-repeat;
}

.drive_item.ico2:before {
  background: url(../img/drive/drive_ico2.svg) no-repeat;
}

.drive_item.ico3:before {
  background: url(../img/drive/drive_ico3.svg) no-repeat;
}

.drive_item.ico4:before {
  background: url(../img/drive/drive_ico4.svg) no-repeat;
}


/*************** offer ***************/
.offer {
  padding-top: 120px;
  /* padding-bottom: 120px; */
}

.offer_img {
  display: none;
  border-radius: 10px;
}

.offer_wrap {
  background: url(../img/offer_bg.jpg) no-repeat;
  display: flex;
  justify-content: flex-end;
  border-radius: 10px;

}

.offer_content {
  padding: 32px;
  width: 47%;
}

.offer_title {
  font-size: 32px;
  margin-bottom: 30px;
}

.offer_descr {
  font-size: 22px;
  margin-bottom: 20px;
}

.offer .form_wrap {
  display: flex;
  gap: 10px;
}

/*************** reviews ***************/
.reviews {
  padding-top: 120px;
  padding-bottom: 120px;
}
.reviews_wrap {
  display: flex;
  justify-content: center;
}


/*************** contacts ***************/
.contacts {
  position: relative;
}

#map1 {
  position: relative;
  width: 100%;
  height: 655px;
  background: url("../img/map.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.contacts_wrap {
  position: absolute;
  top: 20px;
  padding: 32px;
  background: #FFFFFF;
  border-radius: 10px;
  font-size: 18px;
  z-index: 2;
  width: 23%;
}

.contacts .logo_wrap {
  margin-bottom: 32px;
  display: flex;
}

.contacts .logo1 {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #C7C7C7;
}

.contacts_info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
}

.contacts_addr {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 36px;
}

.contacts_addr:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../img/local_ico.svg) no-repeat;
}

.contacts_phone {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 36px;
}

.contacts_phone:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../img/phone_ico.svg) no-repeat;
}

.contacts_descr {
  font-size: 18px;
  margin-bottom: 12px;
}

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

.contacts_img {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    object-fit: contain;
}

.contacts_img img {
  border-radius: 8px;
  transition: 0.5s;
  transform: scale(1);

}

.contacts_img img:hover {
  transform: scale(1.05);
}



/*************** footer ***************/

footer {
  padding: 32px 0;
  color: #FFFFFF;
  background: #24272D;
}

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

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


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

@media (max-width: 1440px) {
  .spec .swiper-button-prev {
    left: 6px;
  }

  .spec .swiper-button-next {
    right: 12px;
  }

  .cars_menu .swiper-button-prev {
    left: -30px;
  }

  .cars_menu .swiper-button-next {
    right: -30px;
  }
}

@media (max-width: 1380px) {

  .agree_field {
    align-items: center;
  }

  .spec .swiper-button-prev {
    left: 46%;
    top: auto;
    bottom: -50px;
  }

  .spec .swiper-button-next {
    right: 46%;
    top: auto;
    bottom: -50px;
  }

  .cars_menu .swiper-button-prev {
    left: 46%;
    top: auto;
    bottom: -50px;
  }

  .cars_menu .swiper-button-next {
    right: 46%;
    top: auto;
    bottom: -50px;
  }

  .compl_techs {
    gap: 20px;
  }

  .credit_img img {
    object-position: 30% 50%;
    height: 100%;
    object-fit: cover;
  }

  .tradein_img img {
    object-position: 30% 50%;
    height: 100%;
    object-fit: cover;
  }

  .drive_images .swiper-slide img {
    object-position: 50% 50%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .offer_wrap {
    background-size: cover;
  }

  .offer_title {
    font-size: 30px;
  }
}

@media (max-width: 1290px) {
  .cont_wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .car_benefit {
    padding: 20px;
  }

  .car_benefit span {
    font-size: 18px;
  }

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

  .compl_techs {
    gap: 12px;
  }

  .tradein_info {
    gap: 30px;
  }

  .offer_content {
    padding: 20px;
    width: 42%;
  }

  .contacts_wrap {
    font-size: 16px;
    width: 34%;
  }
}

@media (max-width: 1199px) {
  .agree_field {
    font-size: 10px;
  }

  .header_wrapper {
    gap: 10px;
  }

  .header .logo_wrap {
    width: 34%;
  }

  .title_container {
    width: 90%;
  }

  .banner .title1 {
    font-size: 4vw;
  }

  .banner .title1 span {
    font-size: 5vw;
    line-height: normal;
  }

  .timer_block .form_wrap {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .car_benefit {
    padding: 16px;
  }

  .car_images {
    flex-direction: column;
  }

  .car_gallery {
    height: 125px !important;
    width: 551px;
  }

  .car_info {
    gap: 30px;
  }

  .compl_image {
    top: -15px;
    left: 0;
  }

  .credit_descr,
  .tradein_descr,
  .drive_descr,
  .offer_descr {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .credit_wrap {
    flex-wrap: wrap;
    gap: 20px;
  }

  .credit_items {
    max-width: 100%;
    flex-direction: row;
    gap: 10px;
  }

  .credit_item span {
    height: auto;
  }

  .tradein_info {
    width: 100%;
  }

  .tradein_img {
    display: none;
  }

  .drive_info {
    gap: 20px;
  }

  .offer_wrap {
    background-position: 40% 50%;
  }

  .offer .form_wrap {
    gap: 0;
    flex-direction: column;
  }

}

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

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 991px) {
  .header .header_wrapper {
    flex-wrap: wrap;
    padding-bottom: 0;
    width: 90%;
  }

  .header .logo_wrap {
    width: 42%;
  }

  .header .btn {
    display: none;
  }

  .header .m_btn {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    width: 30px;
    height: 22px;
    z-index: 2;
  }

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

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

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

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

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

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

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

  .header .menu {
    position: fixed;
    width: 100%;
    top: 90px;
    left: 110%;
    background: #F1F5F5;
    ;
    backdrop-filter: blur(10px);
    z-index: 10;
    height: auto;
    transition: all .2s linear;
    overflow: scroll;
    color: #000000;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
  }

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

  .menu .menu_wrap {
    flex-direction: column;
    gap: 20px;
  }

  .menu_cars {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .menu_items {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .banner {
    margin-top: 100px;
  }

  .title_container {
    top: 48px;
  }

  .timer_wrap {
    padding: 20px;
    gap: 20px;
    flex-direction: column;
  }

  .timer_block .form_wrap {
    flex-direction: column;
    width: 100%;
  }

  #timer_form .btn {
    width: 100%;
  }

  .spec .swiper-button-prev {
    left: 43%;
  }

  .spec .swiper-button-next {
    right: 43%;
  }

  .cars_menu .swiper-button-prev {
    left: 43%;
  }

  .cars_menu .swiper-button-next {
    right: 43%;
  }

  .car_name {
    font-size: 30px;
  }

  .car_quantity {
    width: 324px;
    height: 48px;
    font-size: 24px;
  }

  .car_info {
    flex-wrap: wrap;
    justify-content: center;
  }

  .car_adv {
    width: 100%;
    order: 2;
    margin-bottom: 20px;
  }

  .car_benefit {
    padding: 10px;
  }

  .car_images {
    gap: 20px;
  }

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

  .car_image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;

  }

  .car_btns {
    flex-direction: column;
  }

  .cars_items .btn {
    flex: none;
    width: 100%;
  }

  .car_gallery {
    /* height: 223px !important; */
    height: 100% !important;
    width: 662px;
  }

  #filter_table {
    flex-direction: column;
    gap: 10px;

  }

  .compl_wrap {
    flex-direction: column;
  }

  .compl_wrap_img {
    width: 100%;

  }

  .compl_image {
    position: relative;
  }

  .compl_wrap_text {
    width: 100%;
    padding: 30px;
  }

  #instock .btns {
    gap: 12px;
    flex-direction: column;
  }

  #instock .btns .btn {
    flex: none;
    width: 100%;
  }

  .credit_content {
    max-width: 48%;
  }

  .credit_img {
    width: 48%;
  }

  .tradein_info {
    padding: 30px;
    gap: 20px;
  }

  .tradein_info img {
    width: 48%;
    object-fit: cover;
  }

  .drive_content {
    padding: 30px;
    width: 160%;
  }

  .slide_content {
    max-width: 410px;
    bottom: 10px;
    right: 10px;
  }

  .drive_images .swiper-slide .slide_min img {
    width: 64px
  }

  .slide_text {
    max-width: 150px;
    padding: 10px;
    font-size: 12px;
  }

  .drive_images .swiper-button-prev,
  .drive_images .swiper-button-next {
    bottom: 10px;
  }

  .drive_items {
    padding: 30px;
    gap: 10px;
  }

  .offer_img {

  }

  .offer_wrap {
    background: #F1F5F5;
    border-radius: 10px;
  }

  .offer_content {
    width: 100%;
  }

  .contacts_wrap {
    top: 40px;
    padding: 30px;
    width: 49%;
  }

  .contacts .logo_wrap {
    margin-bottom: 20px;
  }

  .contacts_info {
    margin-bottom: 20px;
  }

  .contacts .btn {
    margin-bottom: 20px;
  }


  #map1 {}

  .footer_wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }


}

/*MOBILE BEGIN*/
@media (max-width: 767px) {
  .br_mob {
    display: block;
  }

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

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

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

  .header_content {}

  .header .header_wrapper {
    width: 100%;
    font-size: 14px;
  }

  .header_wrapper {
    gap: 14px;
  }

  .header .logo_wrap {
    width: 80%;
  }

  .cont_wrap {
    gap: 10px;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .header .m_btn {
    top: 25%;
    right: 18px;
  }


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

  .banner {
    height: 100%;
    margin-top: 10px;
  }

  .banner .swiper-slide picture {
    position: relative;
  }

  .banner picture img {
    width: 100%;
    object-position: center bottom;
    margin-top: 70px;
  }

  .title_container {
    top: 135px;
    padding: 20px;
    background: none;
    /* color: #ffffff; */
    backdrop-filter: none;
    width: 98%;
  }

  .banner .title1 {
    font-size: 5vw;
  }
  .banner .title1 span {
    font-size: 6.5vw;
    /* color: #ffffff; */

  }

  .banner .swiper-button-prev {
    left: 2.5%;
    top: 74.5%;
  }

  .banner .swiper-button-next {
    right: 2.5%;
    top: 74.5%;
  }

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

  .timer_block {
    top: -20px;
  }
  .timer_wrap {
    padding-bottom: 0;
  }

  .timer {
    transform: scale(0.8);
  }

  .timer_title {
    font-size: 18px;
  }

  #timer_form .form-group input[type=tel] {
    font-size: 14px;
  }

  /*********************************************************************/
  .spec {
    margin-top: 50px;
  }

  /*********************************************************************/
  .block_title {
    margin-bottom: 30px;
    font-size: 6.5vw;
  }

  .cars_menu {
    margin-bottom: 80px;
  }

  .cars_wrap {
    gap: 50px;
  }

  .cars_items {
    margin-top: 80px;
  }

  .car_item {
    padding: 30px;
  }

  .car_header {
    flex-direction: column;
    align-items: normal;
    gap: 10px;
  }

  .car_name {
    position: relative;
    font-size: 36px;
  }

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

  .car_info {
    margin-bottom: 0;
    gap: 0;
  }

  .car_benefit {
    margin-bottom: 20px;
    height: 55px;
  }

  .car_props {
    gap: 10px;
  }

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

  .car_images {
    width: 100%;
  }

  .car_gallery {
    height: 130px !important;
    width: 450px;
  }

  .car_btns {
    gap: 10px;
    margin-bottom: 15px;
  }



  /*********************************************************************/
  #instock {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .filter_quick_menu {
    gap: 10px;
    margin-bottom: 20px;
    flex-direction: column;
  }

  .filter_quick_menu li {
    flex: none;
    width: 100%;
  }

  .compl_name {
    font-size: 36px;
  }

  .compl_name span {
    margin-left: 0;
  }

  .compl_img {
    top: -30px;
  }

  .compl_info {
    top: -20px;
    position: relative;
    gap: 15px;
  }

  /*********************************************************************/
  .credit {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .credit_content {
    padding: 30px;
    max-width: 100%;
  }

  .credit_descr {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .credit_content img {
    width: 100%;
  }

  .credit_img {
    display: none;
  }

  .credit_items {
    flex-wrap: wrap;
  }

  .credit_item {
    gap: 20px;
  }

  /*********************************************************************/
  .tradein {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .tradein_info {
    flex-direction: column;
    height: 100%;
  }

  .tradein_info img {
    width: 100%;
    height: 340px;
  }

  /*********************************************************************/
  .drive {
    padding-top: 80px;
  }

  .drive_info {
    flex-direction: column;
  }

  .drive_content {
    width: 100%;
  }

  .drive_images_mob {
    display: block;
  }

  .drive_images {
    display: none !important;
    width: 510px;
  }

  .drive_items {
    flex-direction: column;
    gap: 20px;
  }

  .slide_text {
    max-width: 196px;
  }

  .drive_item {
    gap: 10px;
  }

  /*********************************************************************/
  .offer {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .offer_title {
    font-size: 5.5vw;
    margin-bottom: 20px;
  }

  /*************** reviews ***************/
  .reviews {
    padding-top: 80px;
    padding-bottom: 80px;
  }


  /*********************************************************************/
  .contacts {
    margin-top: 80px;
  }

  .contacts_wrap {
    position: relative;
    top: 0;
    background: #F1F5F5;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%;
  }

  .contacts_img img {
    width: 100%;
  }

  #map1 {
    height: 300px;
  }

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

  .footer_wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

}

@media (max-width: 560px) {
  .header {
    padding: 15px 0;
  }

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

  .header .top_addr {
    padding-left: 26px;
  }

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

  .title_container {
    top: 116px;
  }

  .banner .btn {
    /* bottom: -32px; */
    width: 220px;
    margin-top: 10px;
  }

  .timer {
    transform: scale(0.5);
  }

  .spec .swiper-button-prev {
    left: 38%;
  }

  .spec .swiper-button-next {
    right: 38%;
  }

  .menu_name {
    font-size: 15px;
  }

  .cars_menu .swiper-button-prev {
    left: 38%;
  }

  .cars_menu .swiper-button-next {
    right: 38%;
  }

  .car_item {
    padding: 15px;
  }

  .car_name {
    font-size: 7.5vw;
  }

  .car_quantity {
    width: 290px;
    height: 51px;
    font-size: 20px;
  }

  .car_quantity span {
    padding: 6px 8px;
    right: -5px;
    font-size: 14px;
  }

  .car_benefit {
    height: 48px;
    gap: 14px;
  }

  .car_benefit:before {
    background-size: 82%;
  }

  .car_gallery {
    height: 110px !important;
    width: 264px;
  }

  .compl_wrap_text {
    padding: 20px;
  }

  .compl_name {
    font-size: 6.5vw;
  }

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

  .compl_btns {
    flex-direction: column;

  }

  .compl_btns .btn {
    flex: none;
    width: 100%;
  }

  .credit_title,
  .tradein_title,
  .drive_title,
  .offer_title {
    margin-bottom: 20px;
  }

  .credit_descr,
  .tradein_descr,
  .drive_descr,
  .offer_descr {
    font-size: 16px;
  }

  .credit_content {
    padding: 20px;
  }
  .credit_content form {
    margin-bottom: 0;
  }

  .tradein_info {
    padding: 20px;
  }

  .drive_content {
    padding: 20px;
  }

  .drive_images {
    width: 312px;
  }

  .slide_content {
    max-width: 100%;
    position: relative;
    right: 0;
    bottom: 0;
  }

  .slide_min {
    background: #F1F5F5;
    width: 64px
  }

  .slide_text {
    max-width: 80%;
    background: #F1F5F5;
  }

  .drive_images .swiper-button-prev,
  .drive_images .swiper-button-next {
    bottom: 70px;
  }

  .drive_items {
    padding: 20px;
  }

  .contacts_wrap {
    padding: 20px;
  }
}

@media (max-width: 460px) {
  .header .top_addr:before {
    background-size: 80%;
  }

  .header .top_phone:before {
    background-size: 80%;
  }

  .car_gallery {
    height: 90px !important;
  }

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

  .footer_wrap {
    gap: 15px;
  }


}

@media (max-width: 390px) {
  .car_gallery {
    height: 80px !important;
  }
}

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