html {
  overflow-x: hidden;
}

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

* {
  box-sizing: border-box;
}

.fancybox-slide--html .fancybox-close-small {
  color: #a50034 !important;
  top: 5px;
  right: 5px;
}

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

  .cars_menu a {
    min-width: unset;
  }
}

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

.opts_popup {
  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: #EBEBEB;
  text-align: center;
  padding-bottom: 30px;
  border-radius: 13px;
  border: 1px solid #D7D7D7;
}

.popup_container.compl_opts {
  width: 570px;
  padding: 25px 35px;
}

.popup_container .agree_field {
  color: #000000;
  font-size: 12px;
  text-align: left;
}

.popup_container .agree_field a {
  color: #000000;
}

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

.popup_container .form_comment {
  text-align: center;
  font-size: 20px;
  color: #000000;
  margin-top: 20px;
}

.popup_container .form_comment a {
  display: block;
  color: #000000;
}

.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 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: 14px;
  line-height: 100%;
  position: relative;
  display: block;
  padding-left: 20px;
  color: #000000;
}

.agree_field a {
  color: #000000;
}

.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: 48px;
  width: 100%;
  color: #000000;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 400;
  font-family: "NunitoSans";
  padding: 0 30px;
  outline: none;
  background: transparent;
  border-radius: 6px;
  border: 1px solid #000000;
}

form .form-group select {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  background: url(../img/ico_select.svg) 95% 50% no-repeat transparent;
  font-family: "NunitoSans";
  outline: none;
}

form .form-group select option {
  color: #000000;
}

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

form .form-group button:hover {}

.form_title {
  color: #000000;
  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: #A50034;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 48px;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  border: none;
  transition: all 0.3s;
  text-align: center;
  border-radius: 6px;
}

.btn i {
  width: 0;
  height: 10px;
  background: url("../img/btn_arrow_wt.png") 50% no-repeat;
  transition: width 0.3s;
  padding-left: 0;
}

.btn.black {
  background: #2A2A2A;
  color: #FFFFFF;
}

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

.btn.glass i {
  background: url("../img/btn_arrow_bl.png") 50% no-repeat;
}

.btn.white {
  background: white;
  color: #000000;
  border: 1px solid #2A2A2A;
}

.btn.white i {
  background: url("../img/btn_arrow_bl.png") 50% no-repeat;
}

.btn span {
  padding-right: 0;
  transition: all 0.3s;
}

.btn:hover i {
  width: 17px;
}

.btn:hover span {
  padding-right: 20px;
}

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

.mob_phone {
  display: none;
}

.mob_br {
  display: none;
}

#cookies-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 90px;
  z-index: 100;
  font-size: 14px;
  max-width: 1920px;
  margin: 0 auto;
}

#cookies-banner.hidden {
  display: none;
}

.cookies {
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 10px 5%;
  z-index: 10;
}

.cookies_wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 15px;
}

.cookies_text {
  text-align: left;
}

.cookies_text a {
  color: #000000;
  text-decoration: underline;
}

#cookies-banner .btn {
  width: 300px;
  cursor: pointer;
}

header {
  background: rgb(0, 0, 0, 0.7);
  box-shadow: 0px 4px 17px 0px rgba(42, 41, 41, 0.36);
  padding-top: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

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

.head_block {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

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

.logo_wrap>a {
  margin-right: 10px;
}

.logo_wrap .logo1 {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}

.top_addr {
  color: #ffffff;
}

.top_phone {
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
}

header .btn {
  width: 200px;
}

.menu {
  margin-top: 15px;
  border-top: 1px solid rgba(208, 208, 208, 0.3);
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.menu .menu_cars {
  display: flex;
  margin-left: -30px;
}

.menu .menu_blocks {
  display: flex;
  margin-right: -30px;
}

.menu a {
  display: block;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  padding: 12px 20px;
  position: relative;
  width: 337px;
}

.menu a:before {
  content: "";
  height: 4px;
  width: 90%;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 7px;
  transition: all 0.3s;
  transform: scaleX(0);
  transform-origin: 50% 50%;
}

.menu a:hover:before {
  transform: scaleX(1);
}

.menu .menu_cars a {
  text-transform: uppercase;
}

header .m_btn {
  display: none;
}

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

.banner {
  position: relative;
  background: url("../img/bg1.jpg") 50% 0 no-repeat;
  width: 100%;
  height: 910px;
  border-radius: 0 0 30px 30px;
  z-index: -1;
}

.title_container {
  position: absolute;
  top: 186px;
  width: 100%;
}

.title_wrap {
  width: fit-content;
  margin: 0 auto;
  padding: 30px 48px 20px;
  background: #FFFFFFB2;
  backdrop-filter: blur(15px);
  border-radius: 20px;
}

.title_container .title {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  line-height: 100%;
  color: #141414;
}

.title2 {
  margin-top: 26px;
  font-size: 44px;
  font-weight: 700;
  text-align: center;
}

.title2 span {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  padding: 5px 15px;
  background: linear-gradient(90deg, #005AAB 0%, #3C96E7 50%, #005AAB 100%);
  border-radius: 8px;
}

.title_props {
  margin-top: 38px;
  display: flex;
  justify-content: center;
}

.title_props>div {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  padding: 0 38px;
  border-right: 1px solid #757575;
}

.title_props>div:first-child {
  padding-left: 0;
}

.title_props>div:last-child {
  padding-right: 0;
  border-right: none;
}

.timer_block {
  box-sizing: border-box;
  margin-top: -120px;
  background: url(../img/timer__bg.png) 50% 0 no-repeat;
  background-size: 100%;
  padding: 80px 70px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.timer__subtitle {
  color: #fff;
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1.3px;
  white-space: nowrap;
  padding: 10px 16px;
  border-radius: 9px;
  background: linear-gradient(90deg, #005AAB 0%, #3C96E7 50%, #005AAB 100%);
}

.timer_title {
  color: #000000;
  line-height: 100%;
  font-size: 38px;
  margin-bottom: 20px;
}

.timer_form {
  width: 380px;
  max-width: 100%;
}

.timer_form_text {
  color: #000000;
  font-size: 18px;
  margin-bottom: 15px;
}

.timer_form_text span {
  font-weight: 900;
  color: #005AAB;
  line-height: 100%;
}

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

.cars_menu {
  margin-top: 120px;
  display: flex;
  justify-content: center;
  display: none;
}

.cars_menu a {
  width: 18%;
  min-height: 152px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
  margin: 0 10px;
  padding: 20px 12px 0;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  background: #EBEBEB;
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  transition: all 0.3s;
}

.cars_menu a.small {
  transform: scale(0.95);
}

.cars_menu a.big {
  margin: 0 20px;
  transform: scale(1.1);
}

.cars_items {
  margin-top: 124px;
  display: none;
}

.cars_brand {
  margin-top: 80px;
}

.brand_title {
  color: #141414;
  font-weight: 700;
  font-size: 32px;
}

.car_item {
  position: relative;
  margin-top: 124px;
}

.car_item:nth-child(2) {
  margin-top: 62px;
}

.car_profit2 {
  position: absolute;
  top: -42px;
  right: 104px;
  min-width: 280px;
  height: 43px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(90deg, #005AAB 0%, #3C96E7 50%, #005AAB 100%);
  border-radius: 6px 6px 0 0;
  text-decoration: none;
}

.car_profit3 {
  margin-top: 18px;
  position: relative;
  width: fit-content;
  padding: 0 15px;
  display: flex;
  align-items: center;
  height: 46px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  z-index: 2;
}

.car_profit3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #A20033 0%, #400014 100%);
  border-radius: 6px;
  transition: all 0.2s linear;
  z-index: -1;
}

.car_profit3:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #400014 0%, #A20033 100%);
  border-radius: 6px;
  opacity: 0;
  transition: all 0.2s linear;
  z-index: -1;
}

.car_profit3:hover:before {
  opacity: 0;
}

.car_profit3:hover:after {
  opacity: 1;
}

.car_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 24px 95px 95px;
  background: url(../img/car_wrap_bg.png) 50% 100% no-repeat;
  background-size: 100%;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  z-index: 2;
}

.car_wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #EBEBEB;
  border-top: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
  border-radius: 14px 14px 0 0;
  z-index: -1;
}

.car_block {
  margin-top: 72px;
}

.car_name {
  position: absolute;
  top: 54px;
  font-size: 32px;
  color: #000000;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.car_name a {
  margin-left: 10px;
}

.car_name span>b {
  font-weight: 900;
  color: #a50034;
}

.car_count {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 200px;
  font-weight: 700;
  font-size: 14px;
  background: url("../img/car_count_pl.png") 50% 100% no-repeat;
  padding-bottom: 10px;
  position: absolute;
  top: -5px;
  right: -230px;
  z-index: 1;
}

.car_count b {
  font-size: 47px;
  font-weight: 900;
  line-height: 85%;
  margin-right: 5px;
}

.car_count span {
  line-height: 100%;
}

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

.car_compl {
  font-size: 32px;
  font-weight: 900;
  color: #a50034;
  line-height: 100%;
}

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

.car_compl_info i {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-style: normal;
  width: 26px;
  height: 26px;
  margin-left: 10px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  animation: pulse 1.5s infinite;
  position: relative;
  z-index: 1;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.car_compl_info span {
  box-sizing: border-box;
  padding-top: 5px;
  display: flex;
  justify-content: center;
  width: 225px;
  height: 43px;
  color: #ffffff;
  font-size: 19px;
  background: url("../img/tooltip.png") 50% no-repeat;
  position: absolute;
  top: -50px;
  left: -90px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.car_profit {
  margin-top: 25px;
  font-size: 22px;
  color: #a50034;
  font-weight: 900;
}

.car_profit span {
  display: inline-block;
  background: #ffffff;
  border-radius: 13px;
  padding: 5px 15px;
  line-height: 100%;
}

.car_profit font {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}

.car_profit.nds {
  margin-top: 0;
}

.car_profit.nds span {
  font-weight: 700;
  margin-right: 15px;
}

#tucson .car_img {
  position: relative;
  top: -20px;
}

.car_techs {
  max-width: 330px;
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 20px;
}

#rav4 .car_techs,
#camry .car_techs {
  margin-top: 58px;
}

.car_techs .tech_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80px;
  font-size: 14px;
  color: #000000;
  padding-left: 50px;
}

.car_techs .tech_item b {
  display: block;
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.car_techs .tech_item.ico1 {
  background: url("../img/tech_ico1.svg") 0 50% no-repeat;
}

.car_techs .tech_item.ico2 {
  background: url("../img/tech_ico2.svg") 0 50% no-repeat;
}

.car_techs .tech_item.ico3 {
  background: url("../img/tech_ico3.svg") 0 50% no-repeat;
}

.car_techs .tech_item.ico4 {
  background: url("../img/tech_ico4.svg") 0 50% no-repeat;
}

.car_techs .tech_item br {
  display: none;
}

.car_props {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}

.car_props a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding-left: 70px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  position: relative;
}

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

.car_props a:before {
  box-sizing: border-box;
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.car_props a:after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  top: 0;
  left: 0;
  padding-top: 2px;
}

.car_props a.ico1:after {
  content: url("../img/car_ico1.png");
}

.car_props a.ico2:after {
  content: url("../img/car_ico2.png");
}

.car_props a.ico3:after {
  content: url("../img/car_ico3.png");
}

.car_props a.ico4:after {
  content: url("../img/car_ico4.png");
}

.car_props a.ico5:after {
  content: url("../img/car_ico5.png");
}

.car_props a.ico6:after {
  content: url("../img/car_ico6.png");
}

.car_props a:hover:before {
  width: 43px;
  height: 43px;
  left: 2px;
  top: 2px;
}

.car_btns {
  width: 100%;
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
}

.car_btns .btn {
  width: 32%;
}

.car_gallery {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: -46px auto 0;
  position: relative;
  gap: 0 20px;
}

.car_gallery a {
  overflow: hidden;
  position: relative;
  border-radius: 13px;
}

.car_gallery a:before {
  content: url("../img/ico_zoom.png");
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s;
  padding-top: 5px;
  box-sizing: border-box;
}

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

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

.car_gallery a:hover:before {
  opacity: 1;
}

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

.opts_list .column {
  padding: 0;
  margin: 0;
  color: #ffffff;
  text-align: left;
  list-style: none;
}

.opts_list .column li {
  display: block;
  padding-left: 15px;
  background: url("../img/dot.png") 0 7px no-repeat;
  margin-bottom: 10px;
}

.opts_list .column li:last-child {
  margin-bottom: 0;
}

/**************************************
     cars-instock
**************************************/

.cars-instock {
  background: #fff;
  /* padding: 40px 0; */
  margin-top: 120px;
  padding-bottom: 70px;
}

.cars-instock .container {
  /* padding: 0 76px; */
}

.cars-instock .header1 {
  font-size: 36px;
  color: #141414;
  font-weight: 700;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin-bottom: 20px;
}

.cars-instock .filter {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.cars-instock ._control {
  width: 33%;
}

.cars-instock ._control select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 48px;
  padding: 0 10px 0 30px;
  font-family: "NunitoSans";
  font-size: 14px;
  color: #141414;
  cursor: pointer;
  background: url(../img/ico_select.svg) 95% 50% no-repeat transparent;
  border: 1px solid #141414;
  border-radius: 5px;
}

.cars-instock ._control .select::-ms-expand {
  display: none;
}

.cars-instock ._control select option {
  color: #000000;
}

.cars-instock .filter_result {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.6%;
  row-gap: 40px;
}

.cars-instock .filter_result .item {
  width: 32.2%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  color: #000000;
  background: #ffffff;
  border: 1px solid #959595;
  border-radius: 5px;
  padding: 20px;
  box-sizing: border-box;
}

.cars-instock .filter_result .item .title {
  font-size: 16px;
  padding: 0;
}

.cars-instock .filter_result .item .images {
  width: 100%;
  position: relative;
  z-index: 1;
}

.cars-instock .filter_result .item .images_about-car-compl {
  position: absolute;
  z-index: 2;
  color: #fff;
  background: #031170;
  top: 20px;
  right: 20px;
  padding: 5px 9px 6px 19px;
  border-radius: 50px;
  text-transform: uppercase;
}

.cars-instock .filter_result .item .images_about-car-compl span {
  position: absolute;
  z-index: 2;
  top: calc(50% - 1.5px);
  left: 12%;
  display: block;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}

.cars-instock .filter_result .item .images.mgallery {}

.cars-instock .filter_result .item .images .m_item {
  border-radius: 5px;
  height: 176px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cars-instock .filter_result .item .images .m_item img {
  width: 100%;
  /* height: 176px; */
  border-radius: 7px;
}

.cars-instock .filter_result .item .car-compl-info {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.cars-instock .filter_result .item .car-compl-info .compl-name {
  font-size: 24px;
  text-transform: uppercase;
}

.cars-instock .filter_result .item .car-compl-info .compl-techparams {
  margin-top: 12px;
}

.cars-instock .filter_result .item .car-compl-info .techparams-name {
  color: #03117033;
}

.cars-instock .filter_result .item .car-compl-info .techparams-val {
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
  min-height: 16px;
  padding-left: 26px;
  font-size: 16px;
  font-weight: 400;
}

.cars-instock .filter_result .item .car-compl-info .techparams-val::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../img/modification.svg) 0px 0px no-repeat;
  width: 16px;
  height: 16px;
}

.cars-instock .filter_result .item .btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cars-instock .filter_result .item .btns .btn {
  position: relative;
  border-radius: 4px;
  width: 100%;
}

.cars-instock .filter_result .item .instock-image-pag {}

.cars-instock .filter_result .item .instock-image-pag .swiper-pagination-bullet {
  background: #f0f0f0;
  width: 6%;
  height: 3px;
  border-radius: 0;
}

.cars-instock .filter_result .item .instock-image-pag .swiper-pagination-bullet-active {}

.cars-instock .filter_more {
  position: relative;
  font-size: 16px;
  margin: 0 auto;
  color: inherit;
  margin-top: 40px;
  display: block;
  width: 150px;
  text-align: center;
}

.cars-instock .filter_more:after {
  content: ">";
  color: #fff;
  position: absolute;
  right: 8px;
  transform: rotate(90deg);
}

/**************************************
	���������� �� �����
**************************************/
/* ������������ ��������� */
#cars-avail {
  background: #EBEBEB;
  padding-top: 106px;
  padding-bottom: 106px;
}

#cars-avail .container {}

/* ��������� */
#cars-avail .header1 {
  font-size: 36px;
  color: #141414;
  font-weight: 700;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
}

/* ������������������ ������� ���� (�� ������, ���� ��������) */
#cars-avail .filter_quick_menu {}

#cars-avail .filter_quick_menu li {}

#cars-avail .filter_quick_menu li.current {}

#cars-avail .filter_quick_menu span {}

/* ����� ���������� */
#cars-avail #filter_table {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 26px;
}

#cars-avail .select_container {
  width: 100%;
}

#cars-avail .select_container select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 48px;
  padding: 0 10px 0 30px;
  font-family: "NunitoSans";
  font-size: 14px;
  color: #141414;
  cursor: pointer;
  background: url(../img/ico_select.svg) 95% 50% no-repeat white;
  border: 1px solid #141414;
  border-radius: 5px;
  width: 100%;
}

/* ��������� ������� � ������� */
#cars-avail .tb_complects_container {}

#cars-avail #tb_complects {}

#cars-avail .tb_complects {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

#cars-avail .tb_complects tbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

#cars-avail .tb_complects tr:nth-child(1) {
  display: none;
}

#cars-avail .resp_table {}

#cars-avail .resp_table1 {}

/* ������ � ������ ������� */
#cars-avail .tb_complects tr {
  width: calc(33.33333% - 13.3px);
  background: linear-gradient(to bottom, transparent 50%, #ffffff 50%), url(../img/avail_bg.svg) center top no-repeat;
  background-size: 100%;
  margin-bottom: 26px;
  min-height: 309px;
  display: flex;
  flex-direction: column;
  padding: 21px;
  /* padding-top: 70px; */
  border-radius: 10px;
  overflow: hidden;
}

#cars-avail .tb_complects tr.changed {}

#cars-avail .tb_complects th {}

#cars-avail .tb_complects td {}

/* ����������� ������� */
#cars-avail .compl-image {
  display: none;
}

#cars-avail .compl-image picture {}

#cars-avail .compl-image img {}

#cars-avail .compl-image img.lazyload {}

#cars-avail .compl-info {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
  padding-top: 56px;
}

#cars-avail .compl-btns {
  width: 100%;
  display: block;
}

/* �������� ������ compl-info */
#cars-avail .params {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D7D7D7;
  padding-top: 8px;
  padding-bottom: 8px;
  gap: 4px;
}

#cars-avail .param__name {}

#cars-avail .param__val {
  font-weight: 900;
}

#cars-avail .param1 {
  font-size: 18px;
  font-weight: 800;
  position: absolute;
  top: -13px;
  left: 50%;
  color: white;
  transform: translateX(-50%);
  white-space: nowrap;
}

#cars-avail .param2 {}

#cars-avail .params_wrap {}

#cars-avail .param3 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid #D7D7D7;
  margin-bottom: 8px;
}

#cars-avail .param3__name {}

#cars-avail .param3__val {
  font-weight: bold;
}

#cars-avail .param4 {}

#cars-avail .param4__name {}

#cars-avail .param4__val {}

#cars-avail .param5 {}

#cars-avail .param5__name {}

#cars-avail .param5__val {}

#cars-avail .param6 {}

#cars-avail .param6__name {}

#cars-avail .param6__val {}

#cars-avail .param7 {}

#cars-avail .param7__name {}

#cars-avail .param7__val {}

#cars-avail .param8 {
  border-bottom: 0;
  justify-content: flex-end;
  margin-bottom: 3px;
}

#cars-avail .param8__name {}

#cars-avail .param8__val {}

/* ������ */
#cars-avail .btn {
  width: 100%;
}

#cars-avail .btn.popup {}

#cars-avail .btn_glass {}

#cars-avail .btn span {}

/* ������ "�������� ���" (����������� � JS-�������) */
#cars-avail .tb_complects_showmore {
  color: inherit;
}

#cars-avail .compl-btns .badge {
  height: 40px;
  margin-top: 8px;
  padding: 8px 10px;
  background: #eef4ff;
  border: 1px solid #b7ccef;
  color: #2c5fa8;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}


/**********************
       order
**********************/
.order {
  margin-top: 135px;
  padding-top: 480px;
  background: url("../img/order_bg.jpg") 50% 0 no-repeat;
}

.order>img {
  display: none;
}

.order_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  background: #EBEBEB;
  border: 1px solid #D7D7D7;
  padding: 50px 95px;
  border-radius: 13px;
}

.order_text {}

.order_title {
  font-size: 32px;
  color: #000000;
  margin-bottom: 15px;
}

.order_title b {
  font-weight: 900;
  color: #005AAB;
}

.order_comment {
  color: #000000;
  font-size: 16px;
  margin-bottom: 25px;
}

#order_form {
  width: 380px;
  max-width: 100%;
}

.order_form_wrap {
  flex-grow: 1;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}


/**********************
       CREDIT
**********************/
.credit {
  margin-top: 135px;
  padding-top: 480px;
  background: url("../img/credit_bg.jpg") 50% 0 no-repeat;
}

.credit>img {
  display: none;
}

.cred_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  background: #EBEBEB;
  border: 1px solid #D7D7D7;
  padding: 50px 95px;
  border-radius: 13px;
}

.cred_text {}

.cred_title {
  font-size: 32px;
  color: #000000;
  margin-bottom: 15px;
}

.cred_title b {
  font-weight: 900;
  color: #005AAB;
}

.cred_comment {
  color: #000000;
  font-size: 16px;
  margin-bottom: 25px;
}

#cred_form {
  width: 380px;
  max-width: 100%;
}

.cred_props>div {
  display: flex;
  align-items: center;
  color: #000000;
  min-height: 48px;
  margin-bottom: 25px;
  padding-left: 62px;
}

.cred_props>div:last-child {
  margin-bottom: 0;
}

.cred_props>div b {
  font-weight: 900;
}

.cred_props>div.ico1 {
  background: url("../img/cred_ico1.svg") 0 50% no-repeat;
}

.cred_props>div.ico2 {
  background: url("../img/cred_ico2.svg") 0 50% no-repeat;
}

.cred_props>div.ico3 {
  background: url("../img/cred_ico3.svg") 0 50% no-repeat;
}

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

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

.tradein>img {
  display: none;
}

.tradein_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
  background: #EBEBEB;
  border: 1px solid #D7D7D7;
  padding: 50px 95px;
  border-radius: 13px;
}

.tradein_title {
  font-size: 32px;
  color: #000000;
  margin-bottom: 30px;
  line-height: 120%;
}

.tradein_title b {
  font-weight: 900;
  color: #005AAB;
}

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

.tradein_comment b {
  font-weight: 900;
}

#tradein_form {
  width: 380px;
  max-width: 100%;
}

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

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

.cont_wrap {
  position: absolute;
  top: 120px;
  left: 0;
  padding: 50px 95px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 13px;
  z-index: 1;
}

.cont_title {
  font-size: 32px;
  margin-bottom: 20px;
}

.bot_brand {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
}

.bot_wrap {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.bot_addr {
  font-size: 16px;
  padding: 1px 0 1px 30px;
  background: url("../img/ico_loc.svg") 0 50% no-repeat;
}

.bot_phone {
  margin-top: 14px;
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 900;
  color: #000000;
  padding-left: 30px;
  background: url("../img/ico_phone.svg") 0 50% no-repeat;
}

.quest {
  margin-top: 34px;
  font-size: 18px;
}

.quest b {
  font-weight: 900;
  color: #005AAB;
}

.contacts .btn {
  margin-top: 10px;
}

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

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

footer {
  padding: 25px;
  background: #141414;
}

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

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

footer .yurinfo {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

footer .yurinfo a {
  color: #ffffff;
}

footer .yurinfo_block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #ffffff;
}

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

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

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
  .menu a {
    padding: 8px 10px;
  }

  .cars_menu {
    margin-top: 60px;
  }

  .cars_menu a {
    min-height: 110px;
    padding: 12px 6px 0;
    font-size: 16px;
  }

  .cars-instock .filter_result .item {
    width: 32.2%;
  }

  .cars-instock .filter_result .item .props .props-item-val {
    font-size: 18px;
  }

  .cars-instock .filter_result .item .props .props-item-val {
    font-size: 1.4vw;
  }

  .cars-instock .filter_result .item .images_about-car-compl {
    top: 1vw;
    right: 1vw;
  }

  .cars-instock .filter_result .item .car-compl-info .compl-name {
    font-size: 2vw;
  }

  .cars-instock .filter_result .item .car-compl-info .techparams-val {
    font-size: 1.5vw;
  }

  .cars-instock .filter_result .item .props {
    gap: 0;
  }

  .cars-instock .filter_result .item .props .props-item {
    width: 49%;
    padding: 1vw;
  }

  .cars-instock .filter_result .item .props .props-item-name {
    margin-top: 5px;
    font-size: 1vw;
  }

  .top_addr {
    display: none;
  }

  .title_container .title {}

  .title2 {
    font-size: 34px;
  }

  .title_props>div {
    font-size: 20px;
    padding: 0 33px;
  }

  .timer_block {
    background: #EBEBEB;
    margin-top: -62px;
    border-radius: 13px;
  }

  .timer__subtitle {}

  .timer_wrap {
    width: 50%;
  }

  .timer_title {
    font-size: 30px;
  }

  .timer {
    display: flex;
    justify-content: center;
  }

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

  .car_wrap {
    padding: 50px 49px 95px;
  }

  .car_img {
    right: 15px;
    width: 50%;
  }

  .car_techs {
    padding-right: 0;
  }

  .car_gallery {
    gap: 0 15px;
  }

  .cred_wrap {
    padding: 50px;
  }

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

  .tradein_wrap {
    padding: 50px;
  }

  .tradein_title {
    font-size: 28px;
  }

  #cars-avail .param1 {
    top: -16px;
  }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
  .car_profit2 {
    top: -30px;
    right: 72px;
    min-width: 180px;
    height: 34px;
    padding: 0 14px;
    font-size: 16px;
    border-radius: 18px 18px 0 0;
  }

  .cars-instock .filter_result .item {
    width: 49.2%;
  }

  #cars-avail .tb_complects tr {
    width: 49.2%;
  }

  header .btn {
    display: none;
  }

  .menu {
    padding: 0 30px;
  }

  .menu a {
    padding: 6px 8px;
    font-size: 14px;
  }

  .title_wrap {
    padding: 15px 30px;
  }

  .title_container .title {
    font-size: 22px;
  }

  .title2 {
    font-size: 26px;
  }

  .title_props>div {
    font-size: 15px;
    padding: 0 28px;
  }

  .timer_block {
    flex-direction: column;
  }

  .timer__subtitle {
    top: -65px;
  }

  .timer_wrap {
    width: 100%;
  }

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

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

  .car_wrap {
    padding: 30px 30px 60px;
  }

  .car_img {
    top: 30px;
    width: 55%;
  }

  .car_gallery {
    width: 80%;
    margin-top: -28px;
  }

  .car_wrap:before {
    height: 90%;
  }

  .car_name {
    position: relative;
    top: 0;
  }

  .car_block {
    margin-top: 0;
    width: 100%;
  }

  #tucson .car_img {
    top: 0;
  }

  .car_btns {
    flex-direction: column;
  }

  .car_techs {
    gap: 0 20px;
  }

  .car_count {
    top: 50px;
  }

  .car_props {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .car_props a {
    box-sizing: border-box;
    width: 49%;
    margin-bottom: 20px;
  }

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



  .order_wrap {
    flex-direction: column;
  }

  .order_text {
    width: 100%;
  }

  #order_form {
    width: 100%;
  }


  .cred_wrap {
    flex-direction: column;
  }

  .cred_text {
    width: 100%;
  }

  #cred_form {
    width: 100%;
  }

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

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

  .tradein_wrap {
    flex-direction: column;
  }

  .tradein_text {
    width: 100%;
  }

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

  .contacts {
    background: #141414;
  }

  .cont_wrap {
    width: 100%;
    position: relative;
    top: 0;
    border: none;
    box-shadow: unset;
    padding: 30px 0;
  }

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

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
  #cookies-banner {
    padding: 20px 15px;
    padding-bottom: 100px;
    font-size: 3vw;
  }

  .cookies_wrap {
    flex-wrap: wrap;
  }

  .cookies_text {
    width: 100%;
    text-align: center;
  }

  .cookies_text br {
    display: none;
  }

  #cookies-banner .btn {
    width: 100%;
    font-size: 14px;
    height: 30px;
  }

  .car_profit2 {
    min-width: initial;
    top: -30px;
    right: 34px;
    height: 34px;
    padding: 0 14px;
    font-size: 16px;
    border-radius: 18px 18px 0 0;
  }

  .car_profit3 {
    margin-top: 0;
    height: 36px;
    font-size: 16px;
  }

  .mob_phone {
    background: #141414;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    font-weight: 700;
    padding: 10px 15px;
    z-index: 5;
    font-size: 4vw;
  }

  .mob_br {
    display: block;
  }

  .mob_phone a {
    color: #ffffff;
    text-decoration: none;
  }

  .popup_container.compl_opts {
    padding: 25px 15px;
  }

  .opts_list {
    flex-direction: column;
  }

  .opts_list .column li br {
    display: none;
  }

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

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

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

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

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

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

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

  .popup_container {
    width: 100%;
  }

  .agree_field {
    font-size: 10px;
  }

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

  header {
    padding: 10px 0;
  }

  .head_wrap {
    flex-flow: wrap;
  }

  .top_addr {
    display: none;
  }

  header .btn {
    /* display: none; */
    width: 100%;
    position: static;
    display: none;
  }

  .top_phone {
    margin-top: 10px;
    display: none;
  }

  .logo_wrap {
    width: 85%;
  }

  .logo_wrap>div {
    margin-right: 10px;
  }

  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: #ffffff;
    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: flex;
    flex-direction: column;
    position: fixed;
    top: 107px;
    background: #EBEBEB;
    width: 100%;
    height: auto;
    right: -100%;
    left: unset;
    transition: all 0.3s linear;
    z-index: 2;
    padding: 10px 0;
    margin-top: 0;
  }

  .menu>div {
    margin-left: 0 !important;
    margin-right: 0 !important;
    flex-direction: column;
    align-items: center;
  }

  .menu a {
    padding: 10px 30px;
    /* color: #000000; */
    display: flex;
  }

  .menu.active {
    right: 0;
    padding: 30px;
  }

  .banner {
    height: 98vw;
    background: url(../img/bg1_mob.jpg) 50% 0 no-repeat;
    background-size: 100%;
  }

  .title_wrap {
    padding: 3vw 1vw 2vw;
    color: #ffffff;
  }

  .title_container {
    top: 86px;
    left: 2%;
    width: 96%;
  }

  .title_container .title {
    font-size: 6vw;
  }

  .title2 {
    margin-top: 4vw;
    font-size: 4vw;
    text-align: center;
    color: #141414;
  }

  .title2 span {
    font-size: 4vw;
  }

  .title_props {
    margin-top: 4vw;
    flex-flow: wrap;
    gap: 2vw 0;
    color: #141414;
  }

  .title_props>div {
    display: flex;
    align-items: center;
    margin-bottom: 2vw;
    padding: 0;
    font-size: 2.8vw;
    width: 44%;
  }

  .title_props>div:nth-child(1),
  .title_props>div:nth-child(3) {
    justify-content: end;
    padding-right: 2vw;
  }

  .title_props>div:nth-child(2),
  .title_props>div:nth-child(4) {
    justify-content: start;
    padding-left: 2vw;
  }

  .title_props>div:nth-child(2) {
    border-right: none;
  }

  .timer_block {
    margin-top: 10px;
    padding: 20px;
    flex-direction: column;
    border-radius: 13px;
    background: #EBEBEB;
  }

  .timer__subtitle {
    position: static;
    left: unset;
    transform: unset;
    white-space: normal;
    text-align: center;
    margin-bottom: 20px;
    font-size: 5vw;
  }

  .timer_title {
    text-align: center;
    font-size: 22px;
    margin-bottom: 0;
  }

  .timer_wrap {
    width: 100%;
  }

  .timer {
    width: 100%;
    display: flex;
    justify-content: center;
  }

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

  .timer_form_text {
    text-align: center;
    font-size: 16px;
  }

  .cars_menu {
    display: none;
  }

  .cars_items {
    margin-top: 60px;
  }

  .cars_brand {
    margin-top: 40px;
  }

  .brand_title {
    margin-top: 60px;
    margin-bottom: 0;
    text-align: center;
    font-size: 6vw;
  }

  .car_item {
    margin-top: 60px;
  }

  .car_name {
    position: relative;
    top: 0;
    font-size: 24px;
  }

  .car_block {
    margin-top: 20px;
  }

  .car_wrap {
    padding: 30px 20px;
    background: #EBEBEB;
    border-radius: 14px;
  }

  .car_wrap:before {
    display: none;
  }

  .car_profit.nds span {
    margin-right: 0;
  }

  .car_profit.nds font {
    display: block;
  }

  .car_compl {
    font-size: 22px;
  }

  .car_count {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 10px;
  }

  .car_img {
    margin-top: 5px;
    position: relative;
    top: 0 !important;
    right: 0;
    width: 100%;
  }

  .car_techs {
    margin-top: 20px;
  }

  .car_techs .tech_item b {
    white-space: initial;
  }

  #rav4 .car_techs,
  #camry .car_techs {
    margin-top: 20px;
  }

  .car_techs .tech_item br {
    display: block;
  }

  .car_props {
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 0;
  }

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

  .car_btns {
    flex-direction: column;
    margin-top: 0;
  }

  #camry .car_btns,
  #rav4 .car_btns {
    margin-top: 0px;
  }

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

  .car_gallery {
    margin-top: 10px;
    gap: 0;
    width: 100%;
  }

  .car_gallery a {
    margin: 0 3px;
    box-shadow: none;
    border-radius: 15px;
  }

  .car_gallery .slick-dots {}

  .car_gallery .slick-dots li {
    width: 15px;
    height: 15px;
    background: #141414;
    border-radius: 50%;
    margin: 0 5px;
  }

  .car_gallery .slick-dots li button:before {
    display: none;
  }

  .car_gallery .slick-dots li.slick-active {
    background: #a50034;
  }

  .cars-instock {
    margin-top: 60px;
  }

  .cars-instock .container {
    padding: 0 15px;
  }

  .cars-instock .title {
    font-size: 18px;
  }

  .cars-instock .filter {
    flex-direction: column;
    gap: 10px;
  }

  .cars-instock ._control {
    width: 100%;
  }

  .cars-instock ._control select {
    padding: 0 10px 0 20px;
  }

  .cars-instock ._control select option {}

  .cars-instock .filter_result {}

  .cars-instock .filter_more {
    margin-top: 20px;
  }

  .cars-instock .filter_result .item {
    width: 100%;
  }

  .cars-instock .filter_result .item .title {
    font-size: 8vw;
  }

  .cars-instock .filter_result .item .images {}

  .cars-instock .filter_result .item .images_about-car-compl {}

  .cars-instock .filter_result .item .images.mgallery {}

  .cars-instock .filter_result .item .images .m_item {}

  .cars-instock .filter_result .item .images .m_item img {}

  .cars-instock .filter_result .item .car-compl-info .compl-name {
    font-size: 7vw;
  }

  .cars-instock .filter_result .item .car-compl-info .compl-techparams {
    margin-top: 10px;
  }

  .cars-instock .filter_result .item .car-compl-info .techparams-name {
    font-size: 4.5vw;
  }

  .cars-instock .filter_result .item .car-compl-info .techparams-val {
    font-size: 16px;
  }

  .cars-instock .filter_result .item .props {}

  .cars-instock .filter_result .item .props .props-item .auto__advantBtn {
    right: 6px;
    width: 17%;
    height: 30%;
  }

  .cars-instock .filter_result .item .props .props-item {
    padding: 3vw;
  }

  .cars-instock .filter_result .item .props .props-item.ico1 {}

  .cars-instock .filter_result .item .props .props-item.ico2 {}

  .cars-instock .filter_result .item .props .props-item-ico {}

  .cars-instock .filter_result .item .props .props-item-ico img {}

  .cars-instock .filter_result .item .props .props-item-name {
    font-size: 3.3vw;
  }

  .cars-instock .filter_result .item .props .props-item-val {
    font-size: 5.5vw;
  }

  .cars-instock .filter_result .item .btns {}

  .cars-instock .filter_result .item .btns .btn {
    /* background-color: rgb(0, 14, 103); */
    /* color: #fff; */
  }

  .cars-instock .filter_result .item .instock-image-pag {}

  .cars-instock .filter_result .item .instock-image-pag .swiper-pagination-bullet {}

  .cars-instock .filter_result .item .instock-image-pag .swiper-pagination-bullet-active {}

  #cars-avail #filter_table {
    flex-direction: column;
  }

  #cars-avail .tb_complects tr {
    width: 100%;
  }

  #cars-avail .param1 {
    top: calc(-26px + 3.4vw);
    font-size: 5vw;
  }

  .order_wrap {
    flex-direction: column;
    padding: 30px 20px;
  }

  .order_text {
    text-align: center;
  }

  #order_form {
    width: 100%;
  }

  .credit {
    margin-top: 70px;
    background: none;
    padding: 0;
  }

  .credit>img {
    display: block;
  }

  .cred_wrap {
    padding: 30px 20px;
    flex-direction: column;
    margin-top: -50px;
  }

  .cred_text {
    width: 100%;
    margin-bottom: 30px;
  }

  .cred_title {
    text-align: center;
    line-height: 120%;
  }

  .cred_comment {
    text-align: center;
  }

  .cred_comment br {
    display: none;
  }

  .cred_props>div {
    margin-bottom: 15px;
  }

  .tradein {
    margin-top: 70px;
    background: none;
    padding: 0;
  }

  .tradein>img {
    display: block;
  }

  .tradein_wrap {
    padding: 30px 20px;
    flex-direction: column;
    margin-top: -50px;
  }

  .tradein_text {
    width: 100%;
    margin-bottom: 30px;
  }

  .tradein_title {
    text-align: center;
    line-height: 120%;
    font-size: 24px;
  }

  .tradein_title b {
    display: block;
  }

  .tradein_title br {
    display: none;
  }

  .tradein_comment {
    text-align: center;
  }

  .tradein_comment br {
    display: none;
  }

  .tradein_props>div {
    margin-bottom: 15px;
  }

  .contacts {
    margin-top: 70px;
  }

  .cont_wrap {
    width: 100%;
    position: relative;
    top: 0;
    border: none;
    box-shadow: unset;
    padding: 30px 0;
  }

  #map1 {
    background-position: 71% 45%;
    height: 350px;
  }

  footer .yurinfo {
    align-items: center;
  }

  footer .yurinfo a {
    text-align: center;
  }

  footer .yurinfo_block {
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 20px;
    gap: 10px;
    text-align: center;
  }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 390px) {}

@media (max-width: 360px) {
  .title_props>div {
    font-size: 3.6vw;
  }

  .timer_title {
    font-size: 18px;
  }

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

  .timer_form_text br {
    display: none;
  }

  .car_name {
    font-size: 20px;
    white-space: initial;
  }

  .car_compl {
    font-size: 18px;
  }

  .car_profit {
    font-size: 20px;
  }

  .car_btns .btn:last-child {
    font-size: 14px;
  }

  .cred_title {
    font-size: 26px;
  }

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

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