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

html {
  overflow-x: hidden;
}

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

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

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 {
  color: inherit;
  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: 1500px;
    max-width: 100%;
    padding: 0 30px;
  }
}

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

#form_popup,
#form_popup2 {
  display: none;
}

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

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

.popup_container .agree_field a {
  color: black;
}

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

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

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

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

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

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

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

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

.agree_field {
  font-size: 10px;
  line-height: 100%;
  position: relative;
  display: 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;
}

form {
}

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 input[type="email"],
form .form-group select {
  height: 48px;
  width: 100%;
  color: #000000;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 400;
  font-family: "NeoSansCyr", sans-serif;
  padding: 0px 20px;
  outline: none;
  background: white;
  border: 1px solid #000000;
}

form .form-group input[type="tel"]:hover,
form .form-group input[type="tel"]:focus,
form .form-group input[type="text"]:hover,
form .form-group input[type="text"]:focus,
form .form-group input[type="email"]:hover,
form .form-group input[type="email"]:focus,
form .form-group select:hover,
form .form-group select:focus {
  border-width: 2px;
}

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: "NeoSansCyr", sans-serif;
  outline: none;
}

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

form .form-group button:hover {
}

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

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

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

.btn:hover {
  background: #57585a;
}

.btn.blue {
  background: #0b70b7;
}

.btn.blue:hover {
  background: #02538c;
}

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

.btn.glass:hover {
  background: #02538c;
  border-color: #02538c;
  color: #ffffff;
}

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

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 15;
  padding: 15px 0;
}

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

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

.logo_wrap .logo2 {
  margin-left: 20px;
  padding-left: 30px;
  border-left: 1px solid #000000;
}

.top_addr {
  padding: 3px 0 3px 28px;
  background: url("../img/ico_loc.png") 0 50% no-repeat;
}

.top_phone {
  display: block;
  padding: 3px 0 3px 24px;
  background: url("../img/ico_phone.png") 0 50% no-repeat;
  font-weight: 700;
}

header .btn {
  width: 220px;
}

header .m_btn {
  display: none;
}

.menu {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  background: #000000;
  z-index: 15;
}

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

.menu a {
  padding: 22px 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

.menu a:after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s;
}

.menu a:hover:after {
  width: 100%;
}

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

.banner {
  margin-top: 140px;
}

.banner_item {
  position: relative;
  height: 717px;
}
.banner_item.slide1 {
  background: url(../img/bg1.jpg?v=2) 50% 0 no-repeat;
}

.title_container {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 46px 0 20px;
  z-index: 2;
}
.title_container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 6.66%, rgba(255, 255, 255, 0.9) 37.52%, rgba(255, 255, 255, 0.9) 64.68%, rgba(255, 255, 255, 0) 95.16%);
  z-index: -1;
}

.title_container .br_mob {
  display: none;
}
.title1 {
  position: absolute;
  width: fit-content;
  top: -26px;
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  padding: 10px 26px;
  background: #0067B3;
  border-radius: 3px;
}
.title2 {
  font-size: 30px;
  font-weight: 400;
}
.title3 {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 700;
}

.banner .btn {
  width: 282px;
  margin: 12px auto 0;
}

.banner_props {
  position: absolute;
  top: 615px;
  bottom: auto;
  left: 30px;
  right: 30px;
  width: -webkit-fill-available;
  display: flex;
  justify-content: space-between;
  column-gap: 0.4vw;
  z-index: 3;
}
.banner_props a {
  position: relative;
  width: 25%;
  height: 70px;
  padding: 0 8px;
  display: flex;
  justify-content: center;
  column-gap: 14px;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  background: #FFFFFF;
  transition: all 0.2s linear;
}
.banner_props a span {
  white-space: nowrap;
}
.banner_props a .br_mob {
  display: none;
}
.banner_props a:hover {
  color: #ffffff;
  background: #0B70B7;
  transform: scale(1.2);
  z-index: 3;
}
.banner_props a:before {
  content: '';
  position: relative;
  display: block;
  min-width: 30px;
  height: 30px;
  transition: all 0.2s linear;
}

.banner_props .ico1:before {
  background: url(../img/banner_props_ico1.svg) 50% 50% no-repeat;
}
.banner_props .ico1:hover:before {
  background: url(../img/banner_props_ico1_hover.svg) 50% 50% no-repeat;
}
.banner_props .ico2:before {
  background: url(../img/banner_props_ico2.svg) 50% 50% no-repeat;
}
.banner_props .ico2:hover:before {
  background: url(../img/banner_props_ico2_hover.svg) 50% 50% no-repeat;
}
.banner_props .ico3:before {
  background: url(../img/banner_props_ico3.svg) 50% 50% no-repeat;
}
.banner_props .ico3:hover:before {
  background: url(../img/banner_props_ico3_hover.svg) 50% 50% no-repeat;
}
.banner_props .ico4:before {
  background: url(../img/banner_props_ico4.svg) 50% 50% no-repeat;
}
.banner_props .ico4:hover:before {
  background: url(../img/banner_props_ico4_hover.svg) 50% 50% no-repeat;
}

.timer_block {
  background: #000000;
  padding: 35px 0;
}

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

.timer_title {
  color: #ffffff;
  font-size: 32px;
}

#timer_form {
  margin-top: 10px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  width: 640px;
  max-width: 100%;
}

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

#timer_form .agree_field {
  color: #ffffff;
}

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

.car_item {
  background: #ffffff;
  padding: 35px 0;
  margin-bottom: 50px;
}

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

.car_text {
  width: 32%;
}

.car_name {
  font-size: 42px;
}

.car_2025 {
  position: absolute;
  top: -20px;
  left: 20%;
}

.soon {
    display: inline-flex;
    align-items: center;
    font-size: 24px;
    background-color: #0071CE;
    color: #fff;
    padding: 10px 20px 10px 58px;
    border-radius: 28px;
    position: absolute;
    top: 0;
    left: 18%;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    height: 52px;
}

.soon::before {
    content: '';
    position: absolute;
    background: url('../img/soon.png') no-repeat center center;
    height: 45px;
    width: 45px;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
}

#x70_fl .soon {
  left: 20%;
}

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

.car_props > a {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  padding-left: 56px;
  min-height: 40px;
  position: relative;
}

.car_props > a:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  background-color: #000000 !important;
  transition: all 0.3s;
}

.car_props > a:hover:before {
  background-color: #57585a !important;
}

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

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

.car_props > a.ico3:before {
  background: url("../img/car_ico3.png") 50% no-repeat;
}

.car_props > a.ico4:before {
  background: url("../img/car_ico4.svg") 48% no-repeat;
  background-size: 80% 80%;
}

.car_props > a.ico5:before {
  background: url("../img/car_ico5.svg") 48% no-repeat;
  background-size: 80% 80%;
}

.car_props > a.ico3 br {
  display: none;
}

.car_props .br_mob {
  display: none;
}

.car_btns {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}

.car_image_wrap {
  width: 51%;
}

.car_image {
  text-align: center;
  padding-top: 65px;
  background: url("../img/car_bg.png") 50% 35px no-repeat;
}

.car_colors {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  height: 36px;
}

.car_colors > div {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  cursor: pointer;
}

.car_colors > div:hover {
  width: 32px;
  height: 32px;
}

.car_colors > div.active {
  width: 36px;
  height: 36px;
}

.car_gallery_wrap {
  width: 172px;
  position: relative;
}

.car_gallery {
  height: 463px;
  margin: 0 !important;
}

.car_gallery .swiper-slide {
  /*height: 105px !important;*/
}

.car_gallery a {
  display: block;
  /*height: 105px;*/
}

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

.car_gallery_wrap .swiper-button-prev,
.car_gallery_wrap .swiper-button-next {
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
}

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

.car_gallery_wrap .swiper-button-prev {
  background: url("../img/prev.png") 50% no-repeat;
  top: 0;
}

.car_gallery_wrap .swiper-button-next {
  background: url("../img/next.png") 50% no-repeat;
  bottom: -20px;
  top: unset;
}

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

#instock {
  margin-top: 100px;
  padding-bottom: 136px;
}

.instock_title {
  font-size: 42px;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
}

#filter_table {
  display: none;
}

.filter_quick_menu {
  margin: 40px 0;
  display: flex;
  gap: 0 25px;
}

.filter_quick_menu li {
  display: block;
  width: 113px;
  height: 46px;
  border-radius: 50px;
  border: 1px solid #000;
  cursor: pointer;
  transition: all 0.3s;
}

.filter_quick_menu li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.filter_quick_menu li:hover {
  color: #0b70b7;
  border-color: #0b70b7;
}

.filter_quick_menu li.current {
  background: #0b70b7;
  color: #ffffff;
  border-color: #0b70b7;
}

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

.tb_complects {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 20px 0;
}

.tb_complects > div {
  width: 32.5%;
  background: #fff;
  padding: 24px;
}

.compl_name {
  font-size: 20px;
}

.compl_name span {
  display: inline-block;
  border-radius: 30px;
  background: #57585a;
  margin-left: 5px;
  color: #ffffff;
  padding: 5px 8px;
  font-weight: 700;
}

.compl_image {
  margin: 15px 0;
}

.compl_techs {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}

.compl_techs > div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
}

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

.tb_complects_showmore {
  font-size: 20px;
  display: block;
  margin-top: 30px;
  text-decoration: underline;
}

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

.tradein {
  padding: 50px 0 80px;
  background: url("../img/tradein_bg.jpg") 50% 0 no-repeat;
}

.tradein > img {
  display: none;
}

.tradein_title {
  color: #ffffff;
  padding-bottom: 5px;
  font-size: 42px;
  border-bottom: 2px solid #fff;
  margin-bottom: 45px;
}

.tradein_comment {
  font-size: 20px;
  color: #ffffff;
}

#tradein_form {
  margin-top: 20px;
  width: 433px;
  max-width: 100%;
}

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

#tradein_form .agree_field {
  color: #ffffff;
}

/**********************
        OFFERS
**********************/

.offers {
  position: relative;
  height: 612px;
  background: url(../img/offers_bg.jpg) 50% 0 no-repeat;
}
.offers:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/offers_before.png) 50% 0 no-repeat;
  z-index: 2;
}
.offers_content {
  padding-top: 126px;
  display: flex;
  justify-content: space-between;
}
.offers_title {
  font-size: 50px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 120%;
  text-shadow: 0 0 8px #ffffff;
}
.offers_title .br_mob {
  display: none;
}

.offers .btn {
  width: 420px;
  background: #ffffff;
  color: #000000;
  z-index: 3;
}
.offers .btn:hover {
  color: #ffffff;
  background: #57585a;
}

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

.credit {
  margin-top: 100px;
}

.credit_title {
  padding: 20px 60px;
  color: #ffffff;
  font-size: 42px;
  background: #000000;
}

.credit_wrap {
  background: linear-gradient(180deg, #fff 0%, #bababa 100%);
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 0 70px;
  padding: 70px 60px;
}

.credit_car {
  position: absolute;
  top: 45px;
  left: -90px;
  width: 45%;
}

.credit_props {
  display: flex;
  flex-direction: column;
  width: 46%;
  gap: 20px 0;
  margin-top: 10px;
}

.credit_props > div {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 50px;
  background: url("../img/credit_pl.png") 100% 50% no-repeat;
  color: #ffffff;
  font-size: 20px;
}

.credit_props > div span {
  display: block;
  padding: 5px 0 5px 33px;
}

.credit_props > div.ico1 span {
  background: url("../img/credit_ico1.png") 0 50% no-repeat;
}

.credit_props > div.ico2 span {
  background: url("../img/credit_ico2.png") 0 50% no-repeat;
}

.credit_props > div.ico3 span {
  background: url("../img/credit_ico3.png") 0 50% no-repeat;
}

#credit_form {
  width: 440px;
  max-width: 100%;
}

#credit_form .form-group {
  margin-bottom: 16px;
}

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

.test_drive {
  margin-top: 100px;
}

.test_drive_title {
  padding: 20px 60px;
  color: #ffffff;
  font-size: 42px;
  background: #000000;
}

.test_drive_wrap {
  background: linear-gradient(180deg, #bcbcbc 0%, #fff 100%);
  position: relative;
  padding: 60px;
}

.test_drive_car {
  position: absolute;
  top: -35px;
  right: -85px;
  width: 58%;
}

#test_drive_form {
  width: 490px;
  max-width: 100%;
}

#test_drive_form .form-group {
  margin-bottom: 24px;
}

#test_drive_form .form_wrap {
  display: flex;
  justify-content: space-between;
}

#test_drive_form .form_wrap .form-group {
  width: 48%;
}

.form_disc {
  margin-top: -10px;
  font-size: 12px;
}

#test_drive_form .agree_field {
  margin-top: 10px;
}

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

.advantages {
  margin-top: 100px;
  padding: 80px 0;
  background: #000000;
  color: #ffffff;
}

.ags_title {
  font-size: 42px;
  padding-bottom: 5px;
  border-bottom: 2px solid #ffffff;
}

.ags_list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.ags_list > a {
  width: 24%;
  border: 1px solid #fff;
  padding: 135px 24px 24px;
  font-size: 23px;
  font-weight: 700;
  line-height: 130%;
  transition: all 0.3s;
  cursor: pointer;
}

.ags_list > a.ico1 {
  background: url("../img/ags_ico1.png") 24px 24px no-repeat;
}

.ags_list > a.ico1:hover {
  background: url("../img/ags_ico1_hov.png") 24px 24px no-repeat;
}

.ags_list > a.ico2 {
  background: url("../img/ags_ico2.png") 24px 24px no-repeat;
}

.ags_list > a.ico2:hover {
  background: url("../img/ags_ico2_hov.png") 24px 24px no-repeat;
}

.ags_list > a.ico3 {
  background: url("../img/ags_ico3.png") 24px 24px no-repeat;
}

.ags_list > a.ico3:hover {
  background: url("../img/ags_ico3_hov.png") 24px 24px no-repeat;
}

.ags_list > a.ico4 {
  background: url("../img/ags_ico4.png") 24px 24px no-repeat;
}

.ags_list > a.ico4:hover {
  background: url("../img/ags_ico4_hov.png") 24px 24px no-repeat;
}

.ags_list > a:hover {
  background-color: #ffffff !important;
  color: #000000;
}

/**********************
        QUEST
**********************/

.quest {
  margin-top: 85px;
  padding: 40px 0;
  background: url("../img/quest_bg.png") 50% no-repeat;
}

.quest_wrap {
  width: 594px;
  max-width: 100%;
  padding: 41px 54px;
  background: rgba(255, 255, 255, 0.6);
  margin-left: 135px;
}

.quest_title {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.quest_comment {
  margin-top: 36px;
  font-size: 16px;
  text-align: center;
}

#quest_form {
  margin: 36px auto 0;
  max-width: 374px;
}

#quest_form input[type="tel"] {
  background: transparent;
}

#quest_form .form-group {
  margin-bottom: 16px;
}

.quest_car {
  position: absolute;
  top: -55px;
  right: -58px;
  transition: all 0.5s ease-in-out;
  width: 57%;
}

.quest_car:hover {
  right: 0;
}

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

.contacts {
  margin-top: 95px;
  background: #000000;
  padding-top: 40px;
}

.cont_title {
  color: #ffffff;
  padding-bottom: 5px;
  border-bottom: 2px solid #ffffff;
  font-size: 42px;
  margin-bottom: 40px;
}

.cont_wrap {
  position: absolute;
  left: 30px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4.5px);
  z-index: 1;
  top: 160px;
  width: 464px;
}

.cont_logo_wrap {
  display: inline-flex;
  padding-left: 8px;
  border-bottom: 1px solid #000000;
  align-items: center;
  padding-right: 70px;
}

.cont_logo2 {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #000000;
  padding-bottom: 5px;
}

.cont_wrap .dealer {
  padding-left: 8px;
  margin-top: 7px;
  font-weight: 700;
}

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

.bot_addr span {
  display: block;
  margin-bottom: 12px;
  padding: 4px 0 4px 28px;
  background: url("../img/ico_loc.png") 0 50% no-repeat;
  font-weight: 700;
  font-size: 16px;
}

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

.bot_phone span {
  display: block;
  margin-bottom: 12px;
  padding: 4px 0 4px 28px;
  background: url("../img/ico_phone.png") 0 50% no-repeat;
  font-weight: 700;
  font-size: 16px;
}

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

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

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

footer {
  padding: 45px 0;
  background: #000000;
  color: #ffffff;
}

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

.yurinfo {
  line-height: 150%;
}

.foot_links {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}

.foot_links a {
  font-weight: 700;
}

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

.night_banner {
  padding-top: 141px;
}
.night_banner picture {
}
.night_banner picture img {
}

.night_form_container {
  background: black;
  padding-top: 57px;
  padding-bottom: 57px;
}
.night_form_container .container {
  display: flex;
}
.night_form_container .title {
  font-size: 32px;
  color: white;
  padding-right: 3%;
}
.night_form_container form {
  width: 600px;
  flex-shrink: 0;
}
.night_form_container form .fields {
  display: flex;
  gap: 20px;
}
.night_form_container form .fields .form-group input {
}
.night_form_container form .fields .form-group button {
}
.night_form_container form .agree_field {
  color: white;
}
.night_form_container form .agree_field a {
}

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

@media (max-width: 1600px) {
  .car_props > a {
    font-size: 18px;
  }

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

  .credit_car {
    left: -115px;
  }

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

  .ags_list > a {
    font-size: 22px;
  }
}

@media (max-width: 1440px) {
  .offers_title {
    font-size: 38px;
  }
  .soon {
    left: 20%;
  }

  #x70_fl .soon {
    left: 25%;
  }

}

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

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

  .banner picture img {
    height: 580px;
  }

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

  .timer_block .container {
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px 0;
  }

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

  .car_item .container {
    flex-flow: wrap;
  }

  .car_text {
    width: 40%;
  }

  .soon {
    left: 25%;
    top: -5px;
  }

  #x70_fl .soon {
    left: 30%;
  }

  .car_2025 {
    left: 25%;
  }

  .car_props {
    margin-top: 20px;
  }

  .car_btns {
    margin-top: 20px;
  }

  .car_image_wrap {
    width: 57%;
  }

  .car_image {
    background-size: 100%;
  }

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

  .car_gallery {
    height: auto;
  }

  .car_gallery_wrap .swiper-button-prev {
    top: 52%;
    left: -20px;
    transform: rotate(-90deg);
  }

  .car_gallery_wrap .swiper-button-next {
    top: 52%;
    left: unset;
    right: -20px;
    transform: rotate(-90deg);
  }

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

  .tradein {
    background-position: 25% 50%;
  }

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

  .offers_content {
    padding-top: 60px;
    flex-direction: column;
    row-gap: 20px;
  }

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

  .credit {
    margin-top: 50px;
  }

  .credit_wrap {
    padding: 40px 30px 40px 0;
  }

  .credit_car {
    display: none;
  }

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

  .test_drive_car {
    display: none;
  }

  .test_drive_wrap {
    padding: 40px;
  }

  #test_drive_form {
    width: 100%;
  }

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

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

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

  .quest_wrap {
    margin-left: 0;
    padding: 50px;
    width: 500px;
  }

  .quest_car {
    right: 0;
    top: 40px;
  }

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

  .cont_wrap {
    width: 400px;
    padding: 30px;
  }

  .bot_addr {
    font-size: 16px;
  }

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

  footer {
    padding: 30px 0;
  }

  .yurinfo {
    font-size: 10px;
  }

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

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
  header .btn {
    display: none;
  }

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

  .menu a:after {
    bottom: 10px;
  }

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

  .banner {
    margin-top: 122px;
  }

  .banner_item {
    height: 85vw;
  }

  .banner_item.slide1 {
    background-size: 100%;
  }
  .title_container {
    position: absolute;
    top: 40vw;
    padding: 0;
    background: transparent;
  }
  .title1 {
    position: relative;
    top: 0;
    font-size: 3vw;
    padding: 1vw 2vw;
  }
  .title2 {
    margin-top: 2vw;
    font-size: 3vw;
  }
  .title3 {
    margin-top: 2vw;
    font-size: 3vw;
  }

  #banner_form {
    display: none;
  }

  .banner_props {
    position: absolute;
    top: 64vw;
    flex-wrap: wrap;
    row-gap: 18px;
  }

  .banner_props a {
    width: 48%;
  }
  .banner_props a .br_mob {
    display: block;
  }

  .timer_title {
    text-align: center;
  }

  #timer_form {
    width: 100%;
  }

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

  .offers_content {
    padding-top: 60px;
    flex-direction: column;
    row-gap: 20px;
  }

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

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

  .car_image_wrap {
    order: 1;
    width: 100%;
    padding-top: 20px;
  }

  .soon {
    left: 110%;
  }

  .car_2025 {
    left: 35%;
    top: -30px;
  }

  #x70_fl .soon {
    left: 110%;
  }

  .car_text {
    order: 2;
    width: 100%;
  }

  .car_name {
    position: absolute;
    top: 0;
    left: 15px;
  }

  .car_gallery_wrap {
    order: 3;
    width: 100%;
  }

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

  .tb_complects > div {
    width: 49%;
  }

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

  .tradein {
    background: #000000;
    padding: 0;
  }

  .tradein > img {
    display: block;
  }

  .tradein_wrap {
    padding: 30px 0;
  }

  #tradein_form {
    width: 100%;
  }

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

  .credit_wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
  }

  .credit_props {
    width: 100%;
    margin-left: -30px;
    gap: 10px 0;
    margin-top: 0;
  }

  .credit_props > div {
    justify-content: flex-start;
    background-position: 0 50%;
    padding-left: 30px;
  }

  #credit_form {
    width: 100%;
    margin-top: 30px;
  }

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

  .ags_title {
    font-size: 38px;
  }

  .ags_list {
    flex-flow: wrap;
    gap: 20px 0;
  }

  .ags_list > a {
    width: 49%;
    font-size: 20px;
  }

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

  .quest {
    margin-top: 40px;
  }

  .quest_car {
    display: none;
  }

  .quest_wrap {
    width: 100%;
  }

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

  .contacts {
    margin-top: 40px;
  }

  .cont_wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  #map1 {
    height: 400px;
  }

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

  .foot_wrap {
    flex-flow: wrap;
  }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
  .fancybox-type-image {
    width: 100% !important;
    margin: 0px !important;
    left: 0px !important;
  }

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

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

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

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

  .popup_container {
    width: 100%;
  }

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

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

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

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

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

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

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

  .menu {
    display: block;
    position: fixed;
    top: 107px;
    background: #000000;
    width: 100%;
    height: auto;
    right: -100%;
    left: unset;
    transition: all 0.3s linear;
    padding: 20px 0;
  }

  .menu.active {
    right: 0;
  }

  .menu .container {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }

  .menu a {
    padding: 5px 0;
  }

  .menu a:after {
    display: none;
  }

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

  header {
    padding: 10px 0;
  }

  header .container {
    flex-direction: column;
  }

  .logo_wrap {
    width: 85%;
    align-self: flex-start;
  }

  .logo_wrap .logo2 {
    margin-left: 5px;
    padding-left: 10px;
  }

  .top_addr {
    display: none;
  }

  header .btn {
    display: none;
  }

  .top_phone {
    align-self: center;
    justify-self: center;
    margin-top: 5px;
  }

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

  .banner {
    margin-top: 84px;
  }

  .banner_item {
    height: 134vw;
  }

  .banner_item.slide1 {
    background-size: 100%;
  }

  .title_container {
    position: absolute;
    top: 41vw;
    padding: 0;
    text-align: center;
  }

  .title_container .br_mob {
    display: block;
  }
  .title1 {
    position: relative;
    top: 0;
    font-size: 5vw;
    padding: 1vw 2vw;
  }
  .title2 {
    margin-top: 2vw;
    font-size: 4vw;
  }
  .title3 {
    margin-top: 2vw;
    font-size: 4vw;
  }

  #banner_form {
    display: none;
  }

  .banner_props {
    position: absolute;
    top: 80vw;
    width: fit-content;
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .banner_props a {
    width: 48%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto;
    padding: 10px;
    column-gap: 14px;
    row-gap: 6px;
    font-size: 3.2vw;
  }
  .banner_props a:hover {
    transform: none;
  }
  .banner_props a .br_mob {
    display: block;
  }

  .timer_block {
    padding: 20px 0;
  }

  .timer_block .container {
    flex-direction: column-reverse;
    gap: 30px 0;
  }

  .timer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
  }

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

  .timer_wrap {
    width: 100%;
  }

  .timer_title {
    text-align: center;
    font-size: 5vw;
  }

  #timer_form {
    width: 100%;
  }

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

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

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

  .car_image_wrap {
    order: 1;
    width: 100%;
    padding-top: 20px;
  }

  .car_image {
    background-size: 100%;
  }

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

  .car_colors {
    margin-top: 15px;
  }

  .car_text {
    order: 2;
    width: 100%;
  }

  .soon {
    left: 105%;
    top: -5px;
  }

  #x70_fl .soon {
    left: 105%;
  }

  .car_props {
    gap: 10px 0;
    margin-top: 20px;
  }

  .car_props a {
    font-size: 5vw;
  }

  .car_props > a.ico3 br {
    display: block;
  }

  .car_name {
    position: absolute;
    top: 0;
    left: 15px;
  }

  .car_2025 {
    display: flex;
    position: static;
    justify-content: center;
    padding-top: 20px;
  }

  .car_btns {
    margin-top: 20px;
  }

  .car_gallery_wrap {
    order: 3;
    width: 100%;
    margin-top: 20px;
  }

  .car_gallery {
    height: auto;
  }

  .car_gallery a {
    height: 80px;
  }

  .car_gallery .swiper-slide {
    height: auto !important;
  }

  .car_gallery_wrap .swiper-button-prev,
  .car_gallery_wrap .swiper-button-next {
    width: 30px;
    height: 30px;
    background-size: 100%;
    margin-top: 0 !important;
  }

  .car_gallery_wrap .swiper-button-prev {
    top: 32%;
    left: -15px;
    transform: rotate(-90deg);
  }

  .car_gallery_wrap .swiper-button-next {
    top: 32%;
    left: unset;
    right: -15px;
    transform: rotate(-90deg);
  }

  .car_props .br_mob {
    display: block;
  }

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

  #instock {
    margin-top: 50px;
    padding-bottom: 60px;
  }

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

  .filter_quick_menu {
    margin: 20px 0;
    gap: 0 5px;
  }

  .filter_quick_menu li {
    width: 49%;
  }

  .tb_complects > div {
    width: 100%;
  }

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

  .offers {
    height: 78vw;
    background-size: 148%;
    background-position: 50% 100%;
  }
  .offers:before {
    display: none;
  }
  .offers_title {
    font-size: 5vw;
    color: #000000;
    text-align: center;
  }
  .offers_title .br_mob {
    display: block;
  }
  .offers_content {
    padding-top: 0;
    display: flex;
    flex-direction: column;
  }
  .offers .btn {
    width: 340px;
    margin: 2vw auto 0;
    color: #ffffff;
    background: #000000;
  }

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

  .tradein {
    background: #000000;
    padding: 0;
  }

  .tradein > img {
    display: block;
  }

  .tradein_wrap {
    padding: 30px 0;
  }

  .tradein_title {
    text-align: center;
    font-size: 9vw;
    margin-bottom: 20px;
  }

  .tradein_comment {
    text-align: center;
  }

  #tradein_form {
    width: 100%;
  }

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

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

  .credit {
    margin-top: 30px;
  }

  .credit_title {
    text-align: center;
    padding: 15px;
    font-size: 9vw;
  }

  .credit_wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 15px;
  }

  .credit_car {
    display: none;
  }

  .credit_props {
    width: 100%;
    margin-left: -15px;
    gap: 10px 0;
    margin-top: 0;
  }

  .credit_props > div {
    justify-content: flex-start;
    background-position: 100% 50%;
    padding-left: 30px;
    padding-right: 15px;
    font-size: 4.5vw;
  }

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

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

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

  .test_drive {
    margin-top: 50px;
  }

  .test_drive_title {
    font-size: 9vw;
    padding: 15px;
    text-align: center;
  }

  .test_drive_wrap {
    padding: 20px 15px;
  }

  .test_drive_car {
    display: none;
  }

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

  #test_drive_form .form_wrap {
    flex-flow: wrap;
  }

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

  .form_disc {
    margin-top: 5px;
  }

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

  .advantages {
    margin-top: 50px;
    padding: 40px 0;
  }

  .ags_title {
    font-size: 8vw;
    text-align: center;
  }

  .ags_list {
    flex-flow: wrap;
    gap: 20px 0;
  }

  .ags_list > a {
    width: 100%;
    font-size: 20px;
    padding: 20px 15px 20px 90px;
    background-position: 5px 50% !important;
    font-size: 5vw;
  }

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

  .quest {
    margin-top: 0;
    background-size: 200%;
  }

  .quest_car {
    display: none;
  }

  .quest_wrap {
    width: 100%;
    margin-left: 0;
    padding: 30px 15px;
  }

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

  .quest_comment {
    margin-top: 4vw;
    text-align: center;
    font-size: 3.2vw;
  }

  .quest_comment br {
    display: none;
  }

  #quest_form {
    margin: 4vw auto 0;
  }

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

  .contacts {
    margin-top: 0;
    padding-top: 20px;
  }

  .cont_title {
    text-align: center;
    font-size: 8vw;
    margin-bottom: 20px;
  }

  .cont_wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
  }

  .cont_logo_wrap {
    padding-right: 0;
    width: 100%;
  }

  .bot_addr {
    font-size: 4vw;
  }

  #map1 {
    height: 350px;
  }

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

  footer {
    padding: 20px 0;
  }

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

  .yurinfo {
    font-size: 3vw;
  }

  .night_banner {
    padding-top: 83px;
  }
  .night_banner picture {
  }
  .night_banner picture img {
  }

  .night_form_container {
    padding: 15px 0px;
  }
  .night_form_container .container {
    flex-direction: column;
  }
  .night_form_container .title {
    font-size: 18px;
    text-align: center;
    padding-bottom: 15px;
  }
  .night_form_container form {
    width: 100%;
  }
  .night_form_container form .fields {
    flex-direction: column;
    gap: -0px;
  }
  .night_form_container form .fields .form-group input {
  }
  .night_form_container form .fields .form-group button {
  }
  .night_form_container form .agree_field {
  }
  .night_form_container form .agree_field a {
  }
}


@media (max-width: 680px) {
  .banner_item {
    height: 123vw;
  }
}

@media (max-width: 498px) {
  .soon, #x70_fl .soon {
    position: relative;
    left: 0px;
    font-size: 18px;
    padding: 5px 20px 5px 58px;
  }
}

/*MOBILE END*/

/* Portrait phones and smaller */

@media (max-width: 460px) {
  .offers {
    height: 86vw;
  }
  .banner_item {
    height: 137vw;
  }

  .banner_props {
    top: 83vw;
  }
}

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

@media (max-width: 360px) {
  .banner picture img {
    height: 180px;
  }

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