html {
  overflow-x: hidden;
}

body {
  font-family: "NunitoSans", sans-serif;
  font-size: 16px;
  color: #30363a;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  max-width: 1920px;
  padding-top: 90px;
  /* background: url(../img/bg1.jpg) 50% 0 no-repeat #30363a; */
  /* background: #30363a; */
}

.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: 1240px;
    max-width: 100%;
  }
}

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

#form_popup,
#form_popup2 {
  display: none;
}

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

.popup_container .agree_field {
  display: block;
  color: black;
  font-size: 10px;
  text-align: left;
}

.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"] {
  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 #f3f3f3;
  padding: 10px;
}

.popup_container .form-group input[type="tel"] {
  color: #30363a;
  border: 1px solid #30363a;
}

.popup_container .form-group input[type="tel"]::placeholder {
  color: #30363a;
}

.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: "NunitoSans";
  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: "NunitoSans";
  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 a {
  color: inherit;
}

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

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

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

form {
}

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

form .form-group input[type="tel"],
form .form-group input[type="text"],
form .form-group select {
  height: 49px;
  width: 100%;
  color: #ffffff;
  font-size: 15px;
  box-sizing: border-box;
  font-weight: 400;
  font-family: "NunitoSans";
  padding: 0px 20px;
  outline: none;
  background: #ffffff1a;
  border-radius: 0px;
  border: 1px solid #d98e64;
}

.btn__agree {
  max-width: max-content !important;
  padding-left: 30px !important;
  padding-right: 50px !important;
}

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

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 transparent;
  font-family: "NunitoSans";
  outline: none;
}

form .form-group button {
  width: 100%;
  cursor: pointer;
  font-family: "NunitoSans";
  outline: none;
  margin-bottom: 10px;
}

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

.cookie_text {
  position: fixed;
  bottom: 10px;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 10px 20px;
  z-index: 99999;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  font-size: 14px;
  border-radius: 100px;
}

.cookie_text.hide {
  display: none;
}

.cookie_text a {
  color: #000;
  text-decoration: underline;
}

.cookie_text p {
  max-width: 86%;
}

.cookie_text button {
  width: 150px;
  height: 40px;
  font-size: 14px;
  background: #e8e8e8;
  text-transform: none;
  padding: 12px;
  text-align: center;
  cursor: pointer;
  color: #000000;
}

.btn {
  box-sizing: border-box;
  background: url("../img/arrow_bl.png") 95% 50% no-repeat #d98e64;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  width: 100%;
  height: 49px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  color: #ffffff;
  text-decoration: none;
  padding-left: 30px;
  outline: none;
  border: none;
  transition: all 0.3s;
  text-align: center;
}

.btn:hover {
  background: url("../img/arrow_gr.png") 95% 50% no-repeat #ffffff;
  color: #30363a;
}

.btn.dark {
  background: url("../img/arrow_gr.png") 95% 50% no-repeat #30363a;
  color: #ffffff;
}

.btn.dark:hover {
  background: url("../img/arrow_bl.png") 95% 50% no-repeat #d98e64;
}

.btn.white {
  background: url("../img/arrow_gr.png") 95% 50% no-repeat #ffffff;
  color: #30363a;
}

.btn.white:hover {
  background: url("../img/arrow_bl.png") 95% 50% no-repeat #d98e64;
  color: #ffffff;
}

.btn.glass {
  background: url("../img/arrow_bl.png") 95% 50% no-repeat transparent;
  border: 1px solid #d88e64;
  color: #30363a;
}

.btn.glass:hover {
  color: #ffffff;
  background: url("../img/arrow_bl.png") 95% 50% no-repeat #d98e64;
}

.btn.glass.white {
  background: url("../img/arrow_gr.png") 95% 50% no-repeat transparent;
  color: #ffffff;
}

.btn.glass.white:hover {
  background: url("../img/arrow_gr.png") 95% 50% no-repeat #d98e64;
}

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

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: #181b1d;
  padding: 21px 0;
}

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

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

.logo1 {
  position: relative;
  padding-right: 21px;
  margin-right: 20px;
}

.logo1:after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  width: 1px;
  height: 37px;
  background: #d88e64;
}

.header_block {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.header_block span {
  display: block;
  color: #ffffff;
  font-size: 11px;
}

.top_addr {
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  padding-left: 18px;
  background: url("../img/ico_loc.png") 0 50% no-repeat;
  height: fit-content;
}

.top_phone {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  padding-left: 25px;
  background: url("../img/ico_phone.png") 0 50% no-repeat;
}

header .btn.glass.white {
  width: 202px;
  height: 42px;
  justify-content: center;
  padding-left: 0;
  background: transparent;
  font-size: 11px;
}

header .btn.glass.white:hover {
  background: #d98e64;
}

header .m_btn {
  display: none;
}

.menu {
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  z-index: 5;
  background: rgba(42, 51, 55, 0.87);
}

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

.menu_cars {
  display: flex;
  justify-content: space-between;
  width: 30%;
}

.menu_blocks {
  display: flex;
  justify-content: space-between;
  width: 49%;
}

.menu a {
  box-sizing: border-box;
  display: block;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  padding: 12px 3px;
  transition: all 0.3s;
  border-bottom: 3px solid transparent;
}

.menu a:hover {
  color: #d98e64;
  border-color: #d98e64;
}

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

.title_container {
  padding-top: 160px;
  text-align: center;
}

.title1 {
  font-family: "TacticSans", sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  color: #30363a;
  font-weight: 700;
  margin-bottom: 15px;
}

.title1 span {
  display: block;
  margin-top: 10px;
}

.title1 i {
  font-style: normal;
  font-size: 95%;
}

.title_comment {
  font-size: 40px;
}

.title_comment span {
  display: inline-block;
  padding: 0 60px;
  background: rgba(255, 255, 255, 0.6);
}

.title_comment span b {
  font-size: 44px;
  font-weight: 900;
}

.timer_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  position: absolute;
  /* bottom: 148px; */
  bottom: 68px;
}

.timer_title {
  font-family: "TacticSans";
  text-transform: uppercase;
  color: #ffffff;
  font-size: 17px;
  line-height: 150%;
}

#timer_form {
  width: 45%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

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

#timer_form .agree_field,
#timer_form .agree_field a {
  color: #ffffff;
}

.banner_props {
  background: #f2f2f2;
  /* margin-top: 55px; */
  padding: 40px 0;
}

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

.banner_props_list > div {
  /* width: 25%; */
  position: relative;
}

.banner_props_list > div:before {
  content: "";
  width: 1px;
  height: 102px;
  background: #d88e64;
  position: absolute;
  top: 15px;
  left: 0;
  display: none;
}

.banner_props_list > div:last-child:after {
  content: "";
  width: 1px;
  height: 102px;
  background: #d88e64;
  position: absolute;
  top: 15px;
  right: 0;
  display: none;
}

.banner_props_list a {
  display: block;
  color: #30363a;
  text-decoration: none;
  text-align: center;
  padding-top: 80px;
  font-size: 18px;
  position: relative;
  transition: all 0.3s;
}

.banner_props_list a:hover {
  transform: scale(1.1);
}

.banner_props_list a b {
  font-weight: 900;
}

.banner_props_list a b span {
  font-size: 22px;
}

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

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

.banner_props_list a.ico3 {
  background: url("../img/prop_ico3.png") 50% 0 no-repeat;
}

.banner_props_list a.ico4 {
  background: url("../img/prop_ico4.png") 50% 0 no-repeat;
}

.banner_props_list a.ico5 {
  background: url("../img/prop_ico5.png") 50% 0 no-repeat;
}

.banner_props_list a.ico6 {
  background: url("../img/prop_ico6.png") 50% 0 no-repeat;
}

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

.cars_items {
}

.car_item {
  padding: 85px 0;
  background: #f2f2f2;
}

.car_item:nth-child(even) {
  background: #30363a;
}

.car_wrap {
  display: flex;
  justify-content: space-between;
  /*align-items: flex-end;*/
}

.car_image {
  width: 61%;
  position: relative;
}

.car_title {
  /* display: flex; */
  /* align-items: flex-start; */
  margin-bottom: 60px;
}

#exlantix_et .car_title {
  margin-bottom: 120px;
}

.car_name {
  font-family: "TacticSans";
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: -10px;
}

.car_name font {
  display: block;
}

.car_comment {
  color: #d98e64;
  font-size: 30px;
  font-weight: 700;
}

.car_item:nth-child(even) .car_name {
  color: #ffffff;
}

.car_ags {
  position: absolute;
  top: 0;
  right: 0;
}

.car_ags > a {
  display: flex;
  align-items: center;
  width: 220px;
  height: 62px;
  background: #30363a;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 15px;
  border-radius: 31px;
  font-size: 14px;
  position: relative;
}

.car_item:nth-child(even) .car_ags > a {
  background: #181b1d;
}

.car_ags > a > b {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 66px;
  height: 100%;
  font-size: 45px;
  font-weight: 400;
  border-radius: 31px;
  background: #d98e64;
  margin-right: 15px;
  margin-left: -1px;
}

.car_ags > a > b i {
  font-style: normal;
  font-size: 32px;
  position: relative;
  top: -5px;
}

.car_ags > a.ico2 {
  background: #ffffff;
  color: #2a3337;
}

.car_item:nth-child(even) .car_ags > a.ico2 {
  background: #ffffff;
}

.car_ags > a.ico2 > b {
  background: #30363a;
  align-items: center;
}

.car_ags > a.ico3 > b {
  background: #da8f64;
  align-items: center;
  color: #2a3337;
}

.car_ags > a.ico3 {
  text-transform: uppercase;
  font-weight: 800;
}

.car_item:nth-child(even) .car_ags > a.ico2 > b {
  background: #181b1d;
}

.car_ags > a.ico2 span {
  display: flex;
  align-items: center;
}

.car_ags > a.ico2 span b {
  font-weight: 400;
  font-size: 45px;
  margin-right: 5px;
}

.car_item .car_ags > a.ico4 {
  background: #30363a;
  color: #fff;
  overflow: hidden;
  z-index: 1;
}

.car_item .car_ags > a.ico4:before {
  content: "";
  display: block;
  width: 35px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50px;
  transform: skewX(-15deg);
  background: linear-gradient(
    110.46deg,
    rgba(183, 183, 183, 0.2) 26.33%,
    rgba(64, 74, 80, 0.2) 67.65%
  );
  animation: blick 1.4s linear infinite;
  z-index: -1;
}

@keyframes blick {
  0% {
    left: -50px;
  }
  100% {
    left: calc(200% + 50px);
  }
}

.car_item:nth-child(even) .car_ags > a.ico4 {
  background: #ffffff;
  color: #2a3337;
}

.car_ags > a.ico4 > b {
  justify-content: center;
  align-items: center;
}

.car_ags > a.ico4 span b {
  text-transform: uppercase;
}

.car_profit {
  font-family: "TacticSans";
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-left: 75px;
  width: 255px;
  height: 65px;
  padding-left: 70px;
  background: url("../img/car_profit_pl.png") 0 0 no-repeat;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}

.car_profit b {
  font-size: 19px;
  color: #d98e64;
}

.car_profit b i {
  font-family: "NunitoSans";
  font-style: normal;
  font-size: 90%;
}

.car_item:nth-child(even) .car_profit {
  background: url("../img/car_profit_pl_wt.png") 0 0 no-repeat;
  color: #30363a;
}

.car_spec {
  background: #30363a;
  color: #fff;
  display: inline-block;
  /* height: 49px; */
  position: relative;
  border-radius: 50px;
  text-decoration: none;
  padding-left: 64px;
  padding-right: 34px;
  padding-top: 10px;
  padding-bottom: 12px;
  font-size: 20px;
  margin-top: 5px;
}

.car_spec:before {
  content: "";
  display: block;
  width: 49px;
  height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: url(../img/car_spec_ico.svg) 50% no-repeat #d98e64;
}

.car_item:nth-child(even) .car_spec {
  background: #fff;
  color: #30363a;
}

.car_text {
  width: 32.4%;
}

.car_props a {
  display: flex;
  align-items: center;
  min-height: 35px;
  font-size: 20px;
  color: #30363a;
  text-decoration: none;
  margin-bottom: 15px;
  padding-left: 50px;
  background: url("../img/car_plus.png") 0 50% no-repeat;
  transition: all 0.3s;
  line-height: 120%;
}

.car_props a b {
  font-weight: 800;
  white-space: nowrap;
}

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

.car_item:nth-child(even) .car_props a {
  color: #ffffff;
}

.car_btns {
  margin-top: 50px;
}

.car_btns .btn {
  margin-top: 20px;
}

.car_btns .btn:first-child {
  margin-top: 0;
}

.car_btns .btn b {
  font-size: 20px;
}

.car_techs {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.car_item:nth-child(even) .car_techs > div {
  color: #ffffff;
}

.car_techs > div i {
  font-style: normal;
  font-size: 13px;
}

.car_techs > div b {
  display: block;
  font-size: 26px;
  font-weight: 400;
  /*line-height: 85%;*/
  padding-left: 30px;
}

.car_techs > div span {
  font-size: 16px;
}

.car_techs > div.ico1 b {
  background: url("../img/tech_ico1.png") 0 30% no-repeat;
}

.car_techs > div.ico2 b {
  background: url("../img/tech_ico2.png") 0 30% no-repeat;
}

.car_techs > div.ico3 b {
  background: url("../img/tech_ico3.png") 0 30% no-repeat;
}

.car_techs > div.ico4 b {
  background: url("../img/tech_ico4.png") 0 30% no-repeat;
}

.car_techs > div.ico5 b {
  background: url("../img/tech_ico5.png") 0 30% no-repeat;
}

.car_techs > div.ico1.wt b {
  background: url("../img/tech_ico1_wt.png") 0 30% no-repeat;
}

.car_techs > div.ico2.wt b {
  background: url("../img/tech_ico2_wt.png") 0 30% no-repeat;
}

.car_techs > div.ico3.wt b {
  background: url("../img/tech_ico3_wt.png") 0 30% no-repeat;
}

.car_techs > div.ico4.wt b {
  background: url("../img/tech_ico4_wt.png") 0 30% no-repeat;
}

.car_techs > div.ico5.wt b {
  background: url("../img/tech_ico5_wt.png") 0 30% no-repeat;
}

.car_gallery {
  margin-top: 40px;
}

.car_gallery a {
  margin: 0 5px;
  outline: none;
  overflow: hidden;
}

.car_gallery a img {
  transition: all 0.3s;
}

.car_gallery a:hover img {
  transform: scale(1.1);
}

.car_gallery .slick-prev {
  width: 46px;
  height: 24px;
  background: url("../img/prev_bl.png") 50% no-repeat !important;
  z-index: 1;
  left: -65px;
}

.car_gallery .slick-next {
  width: 46px;
  height: 24px;
  background: url("../img/next_bl.png") 50% no-repeat !important;
  z-index: 1;
  right: -65px;
}

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

.car_item:nth-child(even) .car_gallery .slick-prev {
  background: url("../img/prev_wt.png") 50% no-repeat !important;
}

.car_item:nth-child(even) .car_gallery .slick-next {
  background: url("../img/next_wt.png") 50% no-repeat !important;
}

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

#instock {
  position: relative;
  background: #fff;
  padding: 100px 0 65px;
}

#instock .compl_title {
  font-family: "TacticSans";
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 35px;
  text-align: center;
}

#instock .models {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 30px;
}

#instock .model_name {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  transition: all 0.3s;
  color: #fff;
  background: #30363a;
  border: 1px solid #30363a;
  width: 24%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

#instock .model_name:hover,
#instock .model_name.active {
  color: #181b1d;
  background: transparent;
  border-color: #c78e66;
}

#instock .compl_items {
  min-height: 700px;
}

#instock .compl_items .item {
  box-sizing: border-box;
  display: none;
  justify-content: space-between;
  padding: 40px 40px 40px 30px;
  background: #ffffff;
  /*width: 32%;*/
  margin-bottom: 35px;
}

#instock .compl_items .item.show {
  display: flex;
  align-items: center;
  border: 2px solid #c78e66;
}

#instock .compl_items .compl_image {
  position: relative;
}

#instock .compl_items .compl_image span {
  font-family: "TacticSans";
  font-size: 67px;
  color: rgba(49, 46, 43, 0.1);
  position: absolute;
  top: -10px;
  right: -20px;
  white-space: nowrap;
}

#instock .compl_items .item[data-model="txl_2_0"] .compl_image span {
  font-size: 50px;
}

#instock .compl_items .compl_image img {
  position: relative;
}

#instock .compl_items .compl_name {
  font-size: 20px;
}

#instock .compl_items .compl_name b {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#instock .compl_items .compl_engine {
}

#instock .compl_items .compl_engine .name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

#instock .compl_items .compl_engine .trans,
#instock .compl_items .compl_engine .engine {
  font-size: 16px;
  /* padding-left: 20px; */
  /* background: url("../img/dot.png") 0 7px no-repeat; */
}

#instock .compl_items .compl_engine .trans {
  margin-bottom: 25px;
}

#instock .compl_items .compl_engine .trans span,
#instock .compl_items .compl_engine .engine span {
  color: #999999;
}

#instock .compl_items .compl_engine .trans b,
#instock .compl_items .compl_engine .engine b {
}

#instock .compl_items .compl_btns {
  width: 470px;
  display: flex;
  justify-content: space-between;
}

#instock .compl_items .compl_btns .btn:nth-child(1) {
  /* margin-bottom: 10px; */
}

#instock .compl_items .compl_btns .btn {
  width: 49%;
}

#instock .compls_showmore {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #000000;
  font-weight: 900;
}

/**********************
       BEST OFFER
**********************/

.best_offer {
  /* height: 600px; */
  padding-top: 120px;
  padding-bottom: 530px;
  background: url(../img/best_offer.jpg) 70% 0 no-repeat;
}

.best_offer .container {
}

.best_offer .content {
}

.best_offer .title {
  font-size: 42px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "TacticSans", sans-serif;
}

.best_offer .desc {
  font-size: 24px;
  margin-bottom: 30px;
}

.best_offer form {
  width: 310px;
}

.best_offer form .btn {
}

.best_offer form input[type="text"],
.best_offer form input[type="tel"] {
  color: #000;
  border-color: #000;
}

.best_offer form .agree_fielda,
.best_offer form .agree_field {
}

/**********************
       ADVS
**********************/

.advs {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
}

.advs .container {
}

.advs .content {
}

.advs .title {
  font-family: "TacticSans", sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 80px;
}

.advs .items {
  display: flex;
  justify-content: space-around;
}

.advs .items a {
  text-decoration: none;
  color: inherit;
  text-align: center;
  padding-top: 127px;
  background: url(../img/);
}

.advs .items a:before {
  content: "";
}

.advs .items a.ico1 {
  background: url(../img/advs_ico1.png) 50% 0 no-repeat;
}

.advs .items a.ico2 {
  background: url(../img/advs_ico2.png) 50% 0 no-repeat;
}

.advs .items a.ico3 {
  background: url(../img/advs_ico3.png) 50% 0 no-repeat;
}

.advs .items a.ico4 {
  background: url(../img/advs_ico4.png) 50% 0 no-repeat;
}

.advs .item_title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
}

.advs .item_desc {
  font-weight: 300;
  font-size: 20px;
}

.advs .item_title br {
}

.advs .item_desc br {
}

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

.testdrive {
  padding-top: 100px;
  padding-bottom: 440px;
  background: url(../img/testdrive.jpg) 50% 0 no-repeat;
}

.testdrive .container {
}

.testdrive .content {
}

.testdrive .title {
  font-family: "TacticSans", sans-serif;
  font-size: 38px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.testdrive .desc {
  font-size: 30px;
  margin-bottom: 41px;
}

.testdrive form {
  width: 310px;
}

.testdrive form .btn {
}

.testdrive form input[type="text"],
.testdrive form input[type="tel"] {
  color: #000;
  border-color: #000;
}

.testdrive form .agree_fielda,
.testdrive form .agree_field {
}

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

.contacts {
  /* padding: 60px 0; */
  position: relative;
}

.cont_wrap {
  /* width: 535px; */
  /* max-width: 100%; */
  margin-left: auto;
  position: absolute;
  z-index: 1;
  background: #fff;
  color: inherit;
  padding: 60px 100px;
  top: 50px;
}

.cont_dealer {
  /* font-family: 'TacticSans'; */
  font-size: 18px;
  color: #30363a;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.bot_phone {
  display: block;
  color: #30363a;
  text-decoration: none;
  font-size: 25px;
  font-weight: 700;
  padding-left: 40px;
  background: url("../img/ico_phone_bot.png") 0 50% no-repeat;
  margin-bottom: 25px;
}

.bot_addr {
  font-size: 18px;
  color: #30363a;
  padding-left: 22px;
  background: url("../img/ico_loc_bot.png") 0 5px no-repeat;
  margin-bottom: 25px;
  background-size: 14px;
}

.worktime {
  font-size: 18px;
  color: #30363a;
  padding: 5px 0 5px 40px;
  background: url("../img/ico_time.png") 0 5px no-repeat;
}

.cont_wrap .btn {
  width: 280px;
  margin-top: 35px;
}

#map1 {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 640px;
  background: url("../img/map.jpg") 0 50% no-repeat;
  background-size: cover;
}

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

footer {
  padding: 25px 0;
  background: #2a3337;
}

.cookie_disc {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 10px;
}

.cookie_disc a {
  text-decoration: underline;
  color: #ffffff;
}

.foot_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 17px;
  border-bottom: 1px solid #cbcbcb;
}

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

.foot_logo1 {
  margin-right: 30px;
}

.foot_menu {
  display: flex;
  width: 49%;
  justify-content: space-between;
}

.foot_menu a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s;
}

.foot_menu a:hover {
  color: #d98e64;
}

.foot_links {
  margin-top: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot_links a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}

.foot_links a.switch {
  text-decoration: underline;
}

.foot_legal {
  color: white;
  font-size: 14px;
}

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

.yurinfo {
  font-size: 12px;
  color: #30363a;
  /* margin-top: 30px; */
}

.big_banner {
}

.big_banner .slick-prev,
.big_banner .slick-next {
  width: auto;
  height: auto;
  z-index: 1;
}

.big_banner .slick-prev {
  left: 25px;
}

.big_banner .slick-prev:before,
.big_banner .slick-next:before {
  content: "";
  background: url(../img/arrow.png) 50% 50% no-repeat;
  display: block;
  width: 46px;
  height: 24px;
  z-index: 1;
  position: relative;
}

.big_banner .slick-next {
  right: 25px;
}

.big_banner .slick-next:before {
}

.big_banner .slick-next:before {
  transform: rotate(180deg);
}

.big_banner .slick-dots {
}

.big_banner .slick-dots li {
}

.big_banner .item {
  position: relative;
}

.big_banner .item picture {
  /*height: 823px;*/
  display: block;
  overflow: hidden;
}

.big_banner .item picture img {
  max-width: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

.big_banner .text_container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.big_banner .text_container .container {
  height: 100%;
}

.big_banner .slide2 .text_container .title {
  font-size: 44px;
}

.big_banner .slide2 .text_container .title {
  padding-top: 32px;
  line-height: 120%;
}

.big_banner .slide2 .text_container .title b {
  display: block;
  text-transform: none;
}

.big_banner .text_container .title {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  font-family: "TacticSans", sans-serif;
  line-height: 150%;
  color: white;
  background: #ffffffb2;
  padding: 30px 40px;
  backdrop-filter: blur(14px);
  margin-top: 96px;
  color: #181b1d;
}

.big_banner .text_container .title .title_uppercase {
  /*font-size: 120%;*/
  text-transform: uppercase;
  font-size: 43px;
}

.big_banner .text_container .title .title_uppercase b {
  white-space: nowrap;
}

.big_banner .text_container .title .title_price {
  color: #ffb184;
}

.big_banner .text_container .title font {
  /* display:block; */
  font-weight: 700;
  font-size: 35px;
  text-transform: none;
}

.big_banner .text_container .title span {
  /*color: white;*/
}

.big_banner .text_container .comment {
  text-align: center;
  font-size: 28px;
  font-family: "TacticSans";
  padding: 10px 20px;
  background: #30363a;
  border-radius: 50px;
  color: #fff;
  max-width: 720px;
  margin: 0 auto;
}

.big_banner .text_container .comment2 {
  text-align: center;
  font-size: 20px;
}

.big_banner .text_container .comment strong {
  font-weight: 900;
}

.big_banner .text_container .comment font {
  display: block;
}

.big_banner .text_container .comment span {
  color: #da8f64;
}

.form_title_slide2 {
  font-family: "TacticSans";
  text-transform: uppercase;
  font-size: 17px;
  line-height: 150%;
  color: #fff;
}

.form_title_slide2 font {
  display: block;
}

.container.slide1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* align-items: center; */
}

.container.slide1 .title {
  align-self: center;
}

.slide1 .form_slide2_container {
  justify-content: flex-end;
}

.form_slide2_container {
  display: flex;
  position: absolute;
  /* bottom: 135px; */
  bottom: 47px;
  width: 100%;
  justify-content: space-evenly;
}

.big_banner .slide3 .text_container:before {
  content: "";
  display: block;
  width: 100%;
  height: 170px;
  position: absolute;
  top: 135px;
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(51, 51, 51, 0) 7.86%,
    #333 47.73%,
    rgba(51, 51, 51, 0) 93.6%
  );
}

.big_banner .slide3 .text_container .title {
  /*background: rgba(242, 242, 242, 0.80);*/
  font-size: 31px;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 0;
}

.big_banner .slide3 .text_container .title span {
  font-weight: 700;
  font-size: 26px;
  display: block;
  color: #ffffff;
  text-transform: none;
}

.big_banner .slide3 .text_container .title span b {
  color: #d98e64;
}

.big_banner .slide3 .text_container .btn {
  width: 300px;
  margin: 25px auto 0;
}

.big_banner .slide3 .text_container .title #timer_form {
  width: 600px;
  margin: 10px auto 0;
  align-items: flex-end;
}

.big_banner .slide3 .text_container .title #timer_form .form-group {
  width: 49%;
}

.big_banner .slide3 .text_container .title #timer_form input[type="tel"] {
  color: #30363a;
}

.big_banner
  .slide3
  .text_container
  .title
  #timer_form
  input[type="tel"]::placeholder {
  color: #30363a;
}

.big_banner .slide3 .text_container .title #timer_form .btn {
  margin-bottom: 0;
}

.big_banner .slide3 .text_container .title #timer_form .agree_field,
.big_banner .slide3 .text_container .title #timer_form .agree_field a {
  color: #30363a;
  font-family: "NunitoSans";
  font-size: 10px;
  text-transform: none;
}

.car_item .car_text {
}

.car_item .car_text .comment {
  font-size: 30px;
  font-weight: 700;
  font-family: "TacticSans";
  margin-bottom: 44px;
  color: #30363a;
}

.car_item .car_text .comment span {
  color: #d98e64;
}

.car_item .car_text .comment2 {
  font-size: 24px;
  background: #323232;
  border-radius: 101px;
  padding: 14px 69px 14px 20px;
  color: #fff;
  margin-bottom: 25px;
  position: relative;
}

.car_item .car_text .comment2::after {
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: -7px;
  content: "";
  width: 71px;
  height: 71px;
  background-image: url("../img/ico_benefit.svg");
  background-size: cover;
}

.car_item .car_text .comment2 span {
  font-family: "TacticSans", "NunitoSans", sans-serif;
  color: #d98e64;
  font-weight: 700;
}

.car_item .car_text .comment2.in_sale {
  width: fit-content;
  padding-right: 90px;
  background: #f2f2f2;
  color: #323232;
}

.car_item .car_text .comment2.in_sale:after {
  background-image: url("../img/ico_benefit_wt.svg");
}

.rus {
  font-style: normal;
  font-family: sans-serif;
  font-size: 95%;
}

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

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

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
  .big_banner .text_container .title .title_uppercase {
    font-size: 36px;
  }

  .menu {
    top: 80px;
  }

  .menu_cars {
    width: 36%;
  }

  .header_contacts {
    display: grid;
    row-gap: 8px;
  }

  .top_addr {
    display: none;
  }

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

  .slide1 #timer_form .form-group {
    margin-left: 30px;
  }

  .banner_props {
    /*margin-top: 15px;*/
  }

  .car_name {
    font-size: 30px;
  }

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

  /**********************
           BEST OFFER
    **********************/
  .best_offer {
  }

  .best_offer .container {
  }

  .best_offer .content {
  }

  .best_offer .title {
  }

  .best_offer .desc {
  }

  .best_offer form {
  }

  .best_offer form .btn {
  }

  .best_offer form input[type="text"],
  .best_offer form input[type="tel"] {
  }

  .best_offer form .agree_fielda,
  .best_offer form .agree_field {
  }

  /**********************
           ADVS
    **********************/
  .advs {
  }

  .advs .container {
  }

  .advs .content {
  }

  .advs .title {
  }

  .advs .items {
  }

  .advs .items a {
  }

  .advs .items a:before {
    content: "";
  }

  .advs .items a.ico1 {
  }

  .advs .items a.ico2 {
  }

  .advs .items a.ico3 {
  }

  .advs .items a.ico4 {
  }

  .advs .item_title {
  }

  .advs .item_desc {
  }

  .advs .item_title br {
  }

  .advs .item_desc br {
  }

  /**********************
           TEST-DRIVE
    **********************/
  .testdrive {
  }

  .testdrive .container {
  }

  .testdrive .content {
  }

  .testdrive .title {
  }

  .testdrive .desc {
  }

  .testdrive form {
  }

  .testdrive form .btn {
  }

  .testdrive form input[type="text"],
  .testdrive form input[type="tel"] {
  }

  .testdrive form .agree_fielda,
  .testdrive form .agree_field {
  }

  #map1 {
    background-position: 50%;
  }

  .car_item .car_text .comment2 {
    font-size: 18px;
  }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
  .big_banner .text_container .title {
    padding-top: 40px;
  }

  .big_banner .slide3 .text_container .title {
    font-size: 28px;
    padding-top: 90px;
  }

  header .btn.glass.white {
    display: none;
  }

  .menu_blocks {
    width: 65%;
  }

  body {
    background-size: 100%;
    background-position: 50% 125px;
  }

  .banner_props_list a b span {
    font-size: 18px;
  }

  .title_container {
    padding-top: 160px;
  }

  .title1 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .title_comment {
    font-size: 22px;
  }

  .timer_block {
    flex-direction: column;
    width: 100%;
    /*margin-left: 165px;*/
  }

  .timer_title {
    text-align: center;
    margin-bottom: 15px;
  }

  .timer_title br {
    display: none;
  }

  #timer_form {
    /* width: 100%; */
    margin-top: 20px;
  }

  #timer_form .form-group {
    margin-left: 0px;
  }

  .car_wrap {
    flex-direction: column;
  }

  .car_image {
    width: 100%;
  }

  .car_title {
    justify-content: space-between;
  }

  #exlantix_et .car_title {
    margin-bottom: 60px;
  }

  .car_profit {
    margin-left: 0;
  }

  .car_name {
    font-size: 40px;
  }

  .car_text {
    width: 100%;
  }

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

  .car_techs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .car_techs > div {
    margin-bottom: 20px;
  }

  .car_gallery {
    margin-top: 0;
  }

  .car_gallery .slick-prev {
    left: -20px;
  }

  .car_gallery .slick-next {
    right: -20px;
  }

  #instock .compl_items .item {
    flex-flow: wrap;
  }

  #instock .compl_items .compl_btns {
    width: 100%;
    margin-top: 30px;
  }

  #instock .compl_items {
    min-height: auto;
  }

  /**********************
           BEST OFFER
    **********************/
  .best_offer {
  }

  .best_offer .container {
  }

  .best_offer .content {
  }

  .best_offer .title {
  }

  .best_offer .desc {
  }

  .best_offer form {
  }

  .best_offer form .btn {
  }

  .best_offer form input[type="text"],
  .best_offer form input[type="tel"] {
  }

  .best_offer form .agree_fielda,
  .best_offer form .agree_field {
  }

  /**********************
           ADVS
    **********************/
  .advs {
  }

  .advs .container {
  }

  .advs .content {
  }

  .advs .title {
  }

  .advs .items {
  }

  .advs .items a {
  }

  .advs .items a:before {
    content: "";
  }

  .advs .items a.ico1 {
  }

  .advs .items a.ico2 {
  }

  .advs .items a.ico3 {
  }

  .advs .items a.ico4 {
  }

  .advs .item_title {
  }

  .advs .item_desc {
  }

  .advs .item_title br {
  }

  .advs .item_desc br {
  }

  /**********************
           TEST-DRIVE
    **********************/
  .testdrive {
  }

  .testdrive .container {
  }

  .testdrive .content {
  }

  .testdrive .title {
  }

  .testdrive .desc {
  }

  .testdrive form {
  }

  .testdrive form .btn {
  }

  .testdrive form input[type="text"],
  .testdrive form input[type="tel"] {
  }

  .testdrive form .agree_fielda,
  .testdrive form .agree_field {
  }

  #map1 {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 500px;
  }

  .foot_wrap {
    flex-direction: column;
  }

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

  .form_slide2_container {
    display: none;
  }

  .form_title_slide2 {
    color: white;
  }

  .form_title_slide2 font {
    display: inline;
  }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
  .cookie_text {
    display: block;
    width: 89%;
    text-align: center;
    border-radius: 20px;
  }
  .cookie_text p {
    max-width: 100%;
    font-size: 12px;
  }
  .cookie_text p span {
    display: none;
  }
  .cookie_text button {
    width: 100%;
    margin-top: 10px;
    height: 20px;
    font-size: 9px;
    justify-content: center;
  }

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

  #instock {
    padding: 40px 0;
  }

  #instock .compl_title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
  }

  #instock .models {
    display: flex;
    font-size: 20px;
    white-space: nowrap;
  }

  #instock .model_name img {
    display: none;
  }

  #instock .models {
    flex-flow: wrap;
    display: flex;
  }

  #instock .model_name {
    width: 49%;
    font-size: 14px;
    margin-bottom: 5px;
  }

  #instock .compl_items .item.show {
    display: flex;
    flex-wrap: wrap;
  }

  #instock .compl_items .compl_image {
    width: 100%;
    padding-top: 10px;
  }

  #instock .compl_items .compl_image img {
    margin: 0 auto;
    padding: 0;
  }

  #instock .compl_items .compl_name {
    margin-top: 10px;
  }

  #instock .compl_items .compl_name b {
    margin-bottom: 0;
  }

  #instock .compl_items .compl_engine {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 10px;
  }

  #instock .compl_items .compl_engine .trans {
    margin-bottom: 0;
  }

  #instock .compl_items .item {
    flex-flow: wrap;
    padding: 15px;
  }

  #instock .compl_items .compl_image span {
    right: 0;
  }

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

  #instock .compl_items {
    min-height: auto;
  }

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

  header .container {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .top_addr {
    display: none;
  }

  header .btn.glass.white {
    display: none;
  }

  .logo_wrap {
  }

  .logo1 {
    padding-right: 11px;
    margin-right: 10px;
  }

  .logo2 span {
    font-size: 9px;
  }

  .logo1:after {
    height: 30px;
    top: -1px;
  }

  .top_phone {
    margin-top: 10px;
  }

  .header_contacts {
    /*margin-right: 52px;*/
    display: grid;
    row-gap: 5px;
  }

  header .m_btn {
    display: block;
    position: absolute;
    width: 30px;
    height: 21px;
    z-index: 1;
    top: 3px;
    right: 15px;
  }

  header .m_btn span {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: #d98e64;
    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: rgba(42, 51, 55, 0.95);
    width: 100%;
    height: auto;
    right: -100%;
    left: unset;
    transition: all 0.3s linear;
    z-index: 2;
    padding: 10px 0;
  }

  .menu.active {
    right: 0;
  }

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

  .menu_cars,
  .menu_blocks {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .menu a {
    padding: 10px 0;
  }

  body {
    background-size: 100%;
    background-position: 50% 89px;
    padding-top: 81px;
  }

  .title_container {
    padding-top: 100px;
  }

  .title1 {
    font-size: 16px;
    margin-bottom: 170px;
  }

  .title1 span {
    margin-top: 0;
  }

  .title_comment {
    font-size: 18px;
    color: #ffffff;
  }

  .title_comment span {
    padding: 0;
    background: none;
    font-size: inherit;
  }

  .title_comment span b {
    font-size: inherit;
  }

  .timer_block {
    flex-direction: column;
    margin-top: 15px;
    position: relative;
    bottom: auto;
  }

  .timer_title {
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .timer_title span {
    display: none;
  }

  .timer_title br {
    display: none;
  }

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

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

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

  .banner_props {
    margin-top: 0px;
    padding-top: 20px;
    /* padding: 0; */
  }

  .banner_props_list {
    flex-flow: wrap;
  }

  .banner_props_list > div {
    width: 49%;
    margin-bottom: 30px;
  }

  .banner_props_list > div:nth-child(2):after {
    content: "";
    width: 1px;
    height: 102px;
    background: #d88e64;
    position: absolute;
    top: 15px;
    right: 0;
    display: none;
  }

  .banner_props_list a {
    font-size: 16px;
  }

  .banner_props_list a b span {
    font-size: 18px;
  }

  .car_item {
    padding: 40px 0;
  }

  .car_wrap {
    flex-direction: column;
  }

  .car_image {
    width: 100%;
  }

  .car_title {
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 15px;
  }

  .car_ags {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    flex-wrap: wrap;
    gap: 10px;
  }

  .car_ags > a {
    width: 100%;
    margin-bottom: 0;
    height: 50px;
  }

  .car_ags > a > b {
    font-size: 30px;
    align-items: center;
    width: 50px;
    margin-right: 10px;
  }

  .car_ags > a > b i {
    font-size: 20px;
    top: 3px;
  }

  .car_ags > a.ico2 span {
    line-height: 110%;
  }

  .car_ags > a.ico2 span b {
    font-size: 30px;
  }

  .car_profit {
    margin-left: 0;
  }

  .car_name {
    font-size: 30px;
    margin-bottom: 15px;
  }

  #exlantix_et .car_title {
    margin-bottom: 40px;
  }

  .car_comment {
    font-size: 5vw;
  }

  .car_spec {
    font-size: 16px;
    padding: 13px 10px 15px 58px;
    display: block;
  }

  .car_text {
    width: 100%;
  }

  .car_props {
    margin-top: 10px;
  }

  .car_props a {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .car_props a br {
    display: none;
  }

  .car_props a b {
    white-space: normal;
  }

  .car_btns {
    margin-top: 20px;
  }

  .car_techs {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .car_techs > div {
    margin-bottom: 10px;
    align-items: flex-start;
  }

  .car_techs > div i {
    font-size: 10px;
  }

  .car_techs > div b {
    font-size: 22px;
    white-space: nowrap;
  }

  .car_techs > div span {
    font-size: 10px;
    margin-left: 5px;
  }

  .car_gallery {
    margin-top: 20px;
  }

  .car_gallery .slick-prev {
    left: -10px;
  }

  .car_gallery .slick-next {
    right: -10px;
  }

  .car_item .car_text .comment2.in_sale {
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
  }

  /**********************
           BEST OFFER
    **********************/
  .best_offer {
    padding: 0;
    padding-top: 250px;
    background-size: 480px auto;
    background-color: #30363a;
    padding-bottom: 40px;
  }

  .best_offer .container {
  }

  .best_offer .content {
  }

  .best_offer .title {
    font-size: 28px;
    color: #fff;
  }

  .best_offer .desc {
    color: #fff;
  }

  .best_offer form {
    width: 100%;
  }

  .best_offer form .btn {
  }

  .best_offer form input[type="text"],
  .best_offer form input[type="tel"] {
  }

  .best_offer form .agree_fielda,
  .best_offer form .agree_field {
    color: #fff;
  }

  /**********************
           ADVS
    **********************/
  .advs {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .advs .container {
  }

  .advs .content {
  }

  .advs .title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .advs .items {
    flex-wrap: wrap;
  }

  .advs .items a {
    width: 48%;
    margin-top: 20px;
  }

  .advs .items a:before {
    content: "";
  }

  .advs .items a.ico1 {
  }

  .advs .items a.ico2 {
  }

  .advs .items a.ico3 {
  }

  .advs .items a.ico4 {
  }

  .advs .item_title {
    font-size: 18px;
  }

  .advs .item_desc {
    font-size: 14px;
  }

  .advs .item_title br {
  }

  .advs .item_desc br {
  }

  /**********************
           TEST-DRIVE
    **********************/
  .testdrive {
    padding: 0;
    padding-top: 250px;
    background-size: 480px auto;
    background-color: #30363a;
    padding-bottom: 40px;
    margin-top: 60px;
  }

  .testdrive .container {
  }

  .testdrive .content {
  }

  .testdrive .title {
    font-size: 28px;
    color: #fff;
  }

  .testdrive .desc {
    color: #fff;
  }

  .testdrive form {
    width: 100%;
  }

  .testdrive form .btn {
  }

  .testdrive form input[type="text"],
  .testdrive form input[type="tel"] {
  }

  .testdrive form .agree_fielda,
  .testdrive form .agree_field {
    color: #fff;
  }

  .contacts {
    padding: 0;
    background-position: 98% 20px;
  }

  .cont_wrap {
    position: static;
    width: 100%;
    padding: 40px 0;
  }

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

  .bot_phone {
    margin-bottom: 15px;
  }

  .bot_addr {
    margin-bottom: 15px;
    font-size: 15px;
    padding: 10px 40px;
  }

  .worktime {
    font-size: 15px;
    padding: 7px 40px;
  }

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

  #map1 {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 350px;
    background-position: 50%;
  }

  .foot_wrap {
    flex-direction: column;
  }

  .foot_logo_wrap {
    width: 100%;
    justify-content: space-between;
  }

  .foot_logo1 {
    margin-right: 0;
  }

  .foot_menu {
    display: none;
  }

  .big_banner {
    background: #30363a;
    margin-bottom: 0 !important;
  }

  .big_banner .slick-dots {
  }

  .big_banner .slick-dots li {
  }

  .big_banner .item {
  }

  .big_banner .item picture {
    height: auto;
  }

  .big_banner .item picture img {
    left: 0px;
    transform: none;
    max-width: 100%;
  }

  .big_banner .text_container {
    position: relative;
    padding-top: 15px;
  }

  .big_banner .text_container .container {
  }

  .big_banner .slide2 .text_container .title,
  .big_banner .text_container .title {
    padding: 0;
    font-size: 17px;
    color: white;
    margin: 0;
    background: none;
    backdrop-filter: unset;
  }

  .big_banner .text_container .title .title_uppercase {
    font-size: 5vw;
  }

  .big_banner .text_container .title font {
    display: block;
    font-size: 28px;
    line-height: 120%;
  }

  .big_banner .text_container .title span {
  }

  .big_banner .text_container .comment {
    font-size: 16px;
    padding-top: 10px;
  }

  .big_banner .text_container .comment2 {
    font-size: 16px;
    color: #ffffff;
  }

  .big_banner .text_container .comment strong {
  }

  .big_banner .text_container .comment font {
  }

  .big_banner .text_container .comment span {
  }

  .big_banner .slide3 .text_container {
    padding-bottom: 15px;
  }

  .big_banner .slide3 .text_container .title {
    font-size: 5vw;
    padding: 0;
    margin-bottom: 20px;
  }

  .big_banner .slide3 .text_container .btn {
    margin-top: 10px;
    width: 100%;
  }

  .big_banner .slide3 .text_container .title span {
    font-size: inherit;
  }

  .big_banner .slide3 .text_container .title #timer_form {
    width: 100%;
  }

  .big_banner .slide3 .text_container .title #timer_form .form-group {
    width: 100%;
  }

  .form_title_slide2 {
    color: white;
    font-size: 14px;
    text-align: center;
    padding-top: 15px;
  }

  .form_title_slide2 font {
  }

  .form_slide2_container {
    flex-direction: column;
    position: relative;
    bottom: auto;
  }

  .car_item .car_text {
  }

  .car_item .car_text .comment {
    font-size: 21px;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .car_item .car_text .comment span {
  }

  .big_banner .slick-prev,
  .big_banner .slick-next {
    top: 100px;
  }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 460px) {
  .logo_wrap {
    width: 45%;
  }

  .header_contacts {
    /*margin-right: 40px;*/
    display: grid;
    row-gap: 5px;
    width: 45%;
  }

  .header_block span {
    font-size: 8px;
  }

  .car_item .car_text .comment2 {
    font-size: 20px;
  }
}

@media (max-width: 390px) {
  .title1 {
    margin-bottom: 120px;
  }
}

@media (max-width: 360px) {
  .car_ags > a {
    font-size: 10px;
  }

  .agree_field {
    font-size: 8px;
  }

  .logo2 span {
    font-size: 7px;
  }

  .title1 {
    font-size: 13px;
    margin-bottom: 105px;
  }

  .title_comment {
    font-size: 16px;
  }

  .timer_title {
    font-size: 14px;
  }

  #instock .compl_title {
    font-size: 24px;
  }

  .cred_props > div {
    font-size: 16px;
  }

  .lizing_props > div {
    font-size: 16px;
  }

  .ags_title {
    font-size: 24px;
  }

  .ags_comment {
    font-size: 16px;
  }

  .ags_comment br {
    display: none;
  }

  .ags_props > div {
    font-size: 14px;
  }

  .cont_dealer {
    font-size: 20px;
  }

  .worktime {
    font-size: 13px;
  }

  .logo_wrap {
    width: 120px;
  }
}

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