html {
  overflow-x: hidden;
}

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

.fancybox-slide--html .fancybox-close-small {
  /* color: white !important; */
}

.fancybox-button svg {
  transform: scale(2);
}

.compensate-for-scrollbar {
  margin-right: auto !important;
  overflow: auto !important;
}

.fancybox-content {
  overflow: hidden;
}

input[type="file"] {
  display: none;
}

.resp_table {
  width: 100%;
}

.resp_table tr td:before {
  display: none;
}

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: 1260px;
    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 {
  color: black;
  font-size: 12px;
}

.popup_container .agree_field a {
  color: black;
}

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

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

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

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

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

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

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

.popup_container .form-group input[type="text"] {
  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"] {
  border: 1px solid #cbcbcb;
}

.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-size: 16px;
}

.popup_container .form-group select {
  color: #1d1f20;
  height: 50px;
  border: 1px solid white;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding-left: 10px;
  height: 38px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #c0c6c9;
}

.popup_container .form-group select option {
}

.popup_container .form-group button {
  cursor: pointer;
  height: 38px;
  font-size: 16px;
  font-weight: 700;
  height: 60px;
}

.popup_container .form-group button:before {
  display: none;
}

.popup_container .form-group button:after {
  display: none;
}

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

.agree_field {
  font-size: 10px;
  line-height: 100%;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  top: 0px;
}

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

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

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

form {
}

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

form .form-group input[type="tel"],
form .form-group input[type="text"],
form .form-group select {
  height: 50px;
  width: 100%;
  color: #000000;
  font-size: 15px;
  box-sizing: border-box;
  font-weight: 400;
  padding: 0px 20px;
  outline: none;
  background: white;
  border-radius: 0px;
  border: none;
}

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 #ffffff;
  outline: none;
}

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

form .form-group button:hover {
}

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

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

.form_des {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}
.form_des a {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
}

.btn {
  box-sizing: border-box;
  background: #135b74;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  max-width: 100%;
  height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  border: none;
  transition: all 0.3s;
  text-align: center;
}

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

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

.btn.black {
  background: #000000;
}

.btn.black:hover {
  background: #135b74;
}
.btn.glass:hover {
  background: #135b74;
  border: 1px solid #135b74;
}
/**********************
        HEADER
**********************/

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

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

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

.logo1 {
  margin-right: 35px;
}

.top_addr {
  font-size: 12px;
}

.top_worktime {
  font-size: 12px;
}

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

header .btn {
  width: 203px;
  height: 42px;
  font-size: 10px;
}

header .m_btn {
  display: none;
}

.menu {
  background: #000000a6;
  position: fixed;
  top: 92px;
  left: 0;
  right: 0;
  z-index: 4;
  transition: all 0.3s;
}

.menu.dark {
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(5px);
}

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

.menu_wrap a {
  display: block;
  padding: 0 5px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}

.menu_wrap a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #135b74;
  position: absolute;
  bottom: -19px;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}

.menu_wrap a:hover {
  /* color: #135B74; */
  font-weight: 700;
}

.menu_wrap a:hover:before {
  width: 100%;
}

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

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

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

.banner_slider {
  position: absolute !important;
  width: 100%;
  /* top: 40px; */
  top: 88px;
}

.banner_slider .slick-slide {
  height: 843px;
  outline: none;
}

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

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

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

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

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

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

.title_container {
  /* padding-top: 240px; */
  padding-top: 188px;
  min-height: 320px;
}

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

.title_container .banner_plashka {
  position: absolute;
  display: flex;
  flex-direction: column;
  padding-top: 36px;
  align-items: center;
  width: 200px;
  height: 144px;
  background: url(../img/banner_plashka.png) 50% 50% no-repeat;
  left: 50%;
  top: 224px;
  transform: translateX(170%);
  text-decoration: none;
}

.title_container .banner_plashka:before {
  content: "";
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  background: url(../img/banner_plashka_ico.svg) no-repeat;
}

.title_container .banner_plashka span {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.title_container .banner_plashka b {
  font-size: 25px;
  font-weight: 700;
}

.title_container .banner_label {
  position: absolute;
  display: flex;
  right: 0%;
  top: 194px;
  background: #ffffffb2;
  backdrop-filter: blur(12px);
  font-size: 28px;
  color: #000000;
  text-decoration: none;
  padding: 13px 20px 13px 48px;
  border-radius: 10px;
}

.title_container .banner_label::before {
  content: "";
  left: -38px;
  top: 0;
  position: absolute;
  display: flex;
  height: 100%;
  width: 68px;
  border-radius: 30px 30px 0px 30px ;
  background-color: #135B74;
  background-image: url('../img/ico_present.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.title_date {
  color: #000000;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 10px;
}

.title_new {
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

.title_new sup {
  top: 0;
  position: relative;
  font-size: 45%;
  display: inline;
}

.title_new br {
  display: none;
}

.title_new span {
  color: #135b74;
}

.title_comment1 {
  color: #000000;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

.title_comment1 span {
  color: #135b74;
}

.title_comment1 .blue_bg {
  display: inline-block;
  background-color: #135b74;
  color: #fff;
  padding: 4px 16px;
  font-weight: 700;
  border-radius: 10px;
}
.title_comment1 .blue_bg sup {
  font-size: 56%;
}

.title_comment1 .br_mob {
  display: none;
}

.title_comment2 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 400;
}

.title2 {
}

.title1 {
  color: #ffffff;
  font-size: 50px;
  /* font-weight: 700; */
  margin-bottom: 50px;
}

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

.title1 b {
  color: #135b74;
}

.title_profit {
  display: block;
  color: #ffffff;
  font-size: 33px;
  padding-left: 85px;
  background: url("../img/title_ico.png") 0 50% no-repeat;
  margin-bottom: 35px;
}

.title_profit span {
  font-size: 39px;
  color: #135b74;
}

.title_profit sup {
  font-size: 16px;
  top: 5px;
}

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

.timer_block {
  /* margin-top: 170px; */
  margin-top: 225px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.timer_title {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 15px;
}

div[id^="timer"] {
  min-width: auto !important;
}

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

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

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

/**********************
      GAS
**********************/

.gas {
  /* margin-top: 40px; */
  padding: 109px 0;
  background-image: url("../img/gas-bg.png");
  background-position: center;
  background-size: cover;
}

.gas .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gas__logo {
  margin-bottom: 30px;
}

.gas__title {
  margin: 0;
  margin-bottom: 30px;
  font-family: Montserrat;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}

.gas__text {
  margin: 0;
  margin-bottom: 30px;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}

.gas__text .red {
  color: #135b74;
  font-weight: 700;
}

/**********************
      NEW_OFFER
**********************/

.new_offer {
  background: url("../img/new_offer_bg.jpg") 50% 0 no-repeat;
  padding: 25px 0 130px;
  margin-top: 100px;
  display: flex;
  /*background-size: cover;*/
  align-items: flex-start;
  border-radius: 15px;
}

.new_offer > img {
  /* display: none; */
  /* position: absolute; */
  /* top: 0px; */
  /* left: 0px; */
  width: 50%;
  margin-bottom: -11%;
}

.new_offer_wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: 53px;
  flex-shrink: 0;
  width: calc(47% - 53px);
  padding-bottom: 20px;
}

.new_offer_title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.new_offer_text {
  color: #ffffff;
  font-size: 30px;
}

.new_offer_wrap .btn {
  width: 100%;
  margin-top: 25px;
  background: #ffffff;
  color: #135b74;
}

.new_offer_wrap .btn:hover {
  background: transparent;
  background: #ffffff41;
  border-color: #ffffff;
  color: #ffffff;
}

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

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

.cars_items {
  margin-top: 140px;
}

.car_item {
  padding: 60px 60px 45px;
  border: 1px solid #cbcbcb;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 90px;
}

.car_item:hover {
  background: #f7f7f7;
}

.car_name {
  width: fit-content;
  padding: 0 20px;
  background: #ffffff;
  position: absolute;
  text-align: center;
  font-size: 88px;
  line-height: 80%;
  font-weight: 700;
  left: 35px;
  top: -2px;
  transition: all 0.3s;
}
#t9 .car_wrap {
  align-items: center;
}
#t9 .car_text {
  min-height: auto;
}
#t8_pro .car_name {
  top: -2px;
  white-space: nowrap;
  width: auto;
  padding-right: 10px;
}
.car_name b {
  color: #135b74;
  white-space: nowrap;
}

.car_item:hover .car_name {
  background: #f7f7f7;
}

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

.car_text {
  min-height: 333px;
}

.car_profit {
  display: flex;
  align-items: center;
  margin-top: 43px;
  padding-left: 20px;
  padding: 0 20px;
  height: 95px;
  border-radius: 9px;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  background: url(../img/ico_profit.png) 77% -15px no-repeat #000000;
  text-decoration: none;
  margin-bottom: 45px;
  display: flex;
  text-align: center;
}

.car_profit b {
  font-size: 28px;
  /* color: #135B74; */
}

.car_profit i {
  font-style: normal;
  font-size: 80%;
}

.car_profit sup {
  top: 0px;
  display: inline;
  font-size: 70%;
}

.car_presents_item {
  padding-left: 30px;
  background-position: left center;
  background-size: 20px;
  background-repeat: no-repeat;
}

.car_presents_item.percent {
  background-image: url("../img/mico1.svg");
}

.car_presents_item.cashback {
  background-image: url("../img/mico2.svg");
}

.car_presents_item.tires {
  background-image: url("../img/mico4.svg");
}

.car_presents_item.present {
  background-image: url("../img/mico5.svg");
}

.car_presents_item.rubber {
  background-image: url("../img/mico6.svg");
  background-size: 17px;
}

.car_item#t9 .car_image {
  position: relative;
  width: 50%;
  height: 395px;
}
.car_item#t9 .car_image img {
  width: 124%;
  max-width: max-content;
  position: absolute;
  right: 0;
  top: 0;
}

.car_wrap .anchor {
  font-size: 16px;
  display: block;
  color: #363636;
  text-decoration: none;
  padding: 5px 0 5px 55px;
  background: url("../img/compl_arrow.png") 0 50% no-repeat;
  margin-bottom: 50px;
}

.car_garant {
  display: flex;
  align-items: center;
  color: #363636;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.car_garant b {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 51px;
  font-weight: 700;
  color: #ffffff;
  width: 60px;
  height: 60px;
  background: #135b74;
  border-radius: 9px;
  margin-right: 15px;
}

.car_gallery {
  width: 160px;
  margin-bottom: 10px;
}

.car_gallery a {
  margin: 5px 0;
}

.car_gallery .slick-prev {
  width: 45px;
  height: 13px;
  background: url("../img/car_prev.png") 50% no-repeat !important;
  z-index: 1;
  left: calc(50% - 23px);
  top: -10px;
}

.car_gallery .slick-next {
  width: 45px;
  height: 13px;
  background: url("../img/car_next.png") 50% no-repeat !important;
  z-index: 1;
  top: unset;
  right: unset;
  left: calc(50% - 23px);
  bottom: -20px;
}

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

.car_new {
  font-size: 60px;
  font-weight: 400;
  color: #135b74;
}
.car_new_ico {
  margin-top: 40px;
  min-width: 320px;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  padding-left: 38px;
}
.car_new_ico:before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 38px;
  background: url(../img/car_new_ico.svg) no-repeat;
}
.car_price {
  min-height: 31px;
  padding-left: 65px;
  color: #000000;
  font-size: 24px;
  text-decoration: none;
  position: relative;
  font-weight: 300;
  margin-top: 40px;
  display: block;
}

.car_price:before {
  content: "";
  width: 40px;
  height: 40px;
  background: #ededed;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.car_price:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  display: block;
  width: 36px;
  height: 25px;
  background: url(../img/car_price_ico.png) 50% no-repeat;
  transition: all 0.3s;
}

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

.car_btns .btn {
  width: 31.5%;
  height: 60px;
}

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

#instock {
  position: relative;
  background: #ffffff;
  margin-bottom: 100px;
}

#instock .compl_title {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
  text-align: center;
}

#instock .models_wrap {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding-top: 25px;
  padding-bottom: 20px;
}

#instock .models {
  display: flex;
  width: 65%;
  justify-content: space-between;
  margin: 0 auto;
}

#instock .model_name {
  width: 31.5%;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  color: #000000;
  transition: all 0.3s;
  position: relative;
}
#instock .model_name p {
  margin: 0;
}
#instock .model_name:before {
  content: "";
  width: 0;
  height: 1px;
  background: #135b74;
  position: absolute;
  left: 0;
  bottom: -21px;
  transition: all 0.3s;
}

#instock .model_name:hover,
#instock .model_name.active {
  color: #135b74;
  font-weight: 700;
}

#instock .model_name:hover:before,
#instock .model_name.active:before {
  width: 100%;
}

#instock .compls {
  width: 65%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 30px auto 0;
  gap: 24px;
}

#instock .compl_name {
  /*width: 31.5%;*/
  height: 44px;
  background: #f7f7f7;
  text-transform: uppercase;
  box-sizing: border-box;
  font-size: 16px;
  align-items: center;
  display: none;
  cursor: pointer;
  justify-content: center;
}

#instock .compl_name.show {
  display: flex;
}

#instock .compl_name:hover,
#instock .compl_name.active {
  background: #135c741f;
  color: #135b74;
  font-weight: 700;
}

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

#instock .compl_items .item {
  position: relative;
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 30px 60px 32px 0;
  margin-bottom: 80px;
  background: url("../img/compl_bg.png") 0 50% no-repeat #f7f7f7;
}

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

#instock .compl_items .compl_profit {
  position: absolute;
  left: 0;
  top: -20px;
  padding: 0 10px 0 44px;
  height: 35px;
  display: flex;
  align-items: center;
  background: #000000;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}

#instock .compl_items .compl_profit:before {
  content: "";
  position: absolute;
  left: 12px;
  width: 24px;
  height: 24px;
  background: url(../img/compl_profit_ico.svg) no-repeat;
}

#instock .compl_items .compl_image {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 45%;
  padding-left: 12px;
}
#instock .compl_items .compl_image img {
  width: 100%;
}

#instock .compl_items .compl_techs {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
#instock .compl_items .compl_techs > div {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 30px;
  padding-left: 48px;
  font-size: 16px;
  font-weight: 400;
}
#instock .compl_items .compl_techs > div:before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
}
#instock .compl_items .compl_techs .engine:before {
  background: url(../img/compl_techs_ico1.svg) no-repeat;
}
#instock .compl_items .compl_techs .kpp:before {
  background: url(../img/compl_techs_ico2.svg) no-repeat;
}

#instock .compl_items .compl_props {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
#instock .compl_items .compl_props > div {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 30px;
  padding-left: 48px;
  font-size: 16px;
  font-weight: 400;
}
#instock .compl_items .compl_props > div:before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
}
#instock .compl_items .compl_props .ico1:before {
  background: url(../img/compl_props_ico1.svg) no-repeat;
}
#instock .compl_items .compl_props .ico2:before {
  background: url(../img/compl_props_ico2.svg) no-repeat;
}
#instock .compl_items .compl_props .ico3:before {
  background: url(../img/compl_props_ico3.svg) no-repeat;
}

#instock .compl_items .compl_block {
  max-width: 264px;
  display: flex;
  flex-direction: column;
}

#instock .compl_items .compl_info {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  column-gap: 12px;
  font-size: 30px;
}

#instock .compl_items .compl_info b {
  display: block;
  text-transform: uppercase;
  font-size: 30px;
}

#instock .compl_items .compl_btns {
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  row-gap: 17px;
}

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

.credit {
  margin-top: 130px;
  background: url("../img/credit_bg.jpg") 50% 0 no-repeat;
  padding: 145px 0 120px;
}

.credit > img {
  display: none;
}

.cred_wrap {
  box-sizing: border-box;
  width: 460px;
  max-width: 100%;
  margin-left: auto;
  padding: 40px 60px;
  background: url("../img/credit_wrap_bg.png") 100% 0 no-repeat #f4f4f4;
}

.cred_title {
  font-weight: 700;
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: -4px;
}

.cred_comment {
  font-size: 20px;
}

#cred_form {
  margin-top: 40px;
}

#cred_form .agree_field {
  display: block;
  color: #000000;
}

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

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

.bg_grey {
  background: #f4f4f4;
}

.tradein {
  padding: 110px 0;
}

.tradein > img {
  display: none;
}

.tradein_wrap {
  border: 1px solid #cbcbcb;
  padding: 0 60px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tradein_title {
  font-size: 60px;
  font-weight: 700;
  padding: 0 65px;
  background: #f4f4f4;
  text-transform: uppercase;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 15px;
}

.tradein_comment {
  text-align: center;
  font-size: 20px;
}

#tradein_form {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

#tradein_form .column {
  width: 30%;
}

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

#tradein_form .agree_field {
  display: block;
}

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

.tradein_img {
  margin-top: -20px;
  position: relative;
}

/**********************
       TESTDRIVE
**********************/

.testdrive {
  padding: 193px 0;
  background: url("../img/testdrive_bg.jpg") 50% 0 no-repeat;
}

.testdrive > img {
  display: none;
}

.testdrive_wrap {
  box-sizing: border-box;
  background: url("../img/testdrive_frame.png") 50% 0 no-repeat;
  width: 993px;
  height: 267px;
  margin: 0 auto;
  text-align: center;
}

.testdrive_title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  top: -27px;
}

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

.testdrive_wrap .btn {
  margin: 40px auto 0;
  width: 340px;
  height: 55px;
  background-color: #fff;
}

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

.advantages {
  padding: 90px 0 100px;
  background: url("../img/ags_bg.jpg") 50% 0 no-repeat;
}

.advantages > img {
  display: none;
}

.ags_title {
  font-size: 60px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 95px;
}

.ags_list {
  width: 57%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.ags_list > div {
  box-sizing: border-box;
  width: 45.5%;
  height: 132px;
  margin-bottom: 25px;
  padding-left: 30px;
  padding-top: 55px;
  transition: all 0.3s;
  cursor: pointer;
}

.ags_list > div.ico1 {
  background: url("../img/ags_ico1.svg") 105% -15px no-repeat #f4f4f4;
}

.ags_list > div.ico1:hover {
  background: url("../img/ags_ico1_hov.svg") 105% -15px no-repeat #f4f4f4;
}

.ags_list > div.ico2 {
  background: url("../img/ags_ico2.svg") 95% -15px no-repeat #f4f4f4;
}

.ags_list > div.ico2:hover {
  background: url("../img/ags_ico2_hov.svg") 95% -15px no-repeat #f4f4f4;
}

.ags_list > div.ico3 {
  background: url("../img/ags_ico3.svg") 105% 10px no-repeat #f4f4f4;
}

.ags_list > div.ico3:hover {
  background: url("../img/ags_ico3_hov.svg") 105% 10px no-repeat #f4f4f4;
}

.ags_list > div.ico4 {
  background: url("../img/ags_ico4.svg") 110% -7px no-repeat #f4f4f4;
}

.ags_list > div.ico4:hover {
  background: url("../img/ags_ico4_hov.svg") 110% -7px no-repeat #f4f4f4;
}

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

.quest {
  margin-top: 110px;
  border: 1px solid #cbcbcb;
  padding: 0 60px 25px;
}

.quest_title {
  display: inline-block;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 20px;
  background: #f4f4f4;
  line-height: 100%;
  margin-top: -5px;
  margin-bottom: 25px;
  margin-left: -20px;
}

.quest_comment {
  font-size: 20px;
}

.quest_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

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

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

#quest_form .agree_field {
  box-sizing: border-box;
  display: block;
  width: 49%;
  margin-left: auto;
}

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

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

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

.contacts:after {
  content: url("../img/cont_bg.png");
  position: absolute;
  right: 70px;
  top: -200px;
}

.cont_wrap {
  box-sizing: border-box;
  padding: 125px 0 170px 55px;
  max-width: 100%;
  width: 380px;
  margin-left: auto;
  background: #f4f4f4;
  position: relative;
  z-index: 1;
}

.cont_dealer {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
}

.cont_dealer span {
  color: #135b74;
}

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

.bot_addr {
  padding-left: 30px;
  background: url("../img/ico_loc.svg") 0 5% no-repeat;
  margin-bottom: 35px;
}

.bot_worktime {
  padding-left: 30px;
  background: url("../img/ico_clock.svg") 0 0 no-repeat;
}

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

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

footer {
  padding-bottom: 20px;
  background: #b9b9b9;
}

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

footer .switch {
  color: #000000;
  font-size: 13px;
  text-decoration: none;
}

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

.foot_logo1 {
  margin-right: 25px;
}

.yurinfo {
  margin-top: 20px;
  font-size: 13px;
}

footer .disclamer {
  color: #464646;
  font-size: 11px;
  text-align: left;
  display: none;
  padding-top: 10px;
}

#cookies_popup {
  position: fixed;
  bottom: 12px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 20px;
  border-radius: 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);
}
#cookies_popup .text {
}
#cookies_popup .text p {
  margin: 0px;
}
#cookies_popup .btn {
  width: 100px;
  flex-shrink: 0;
  margin-left: 15px;
}

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

@media (max-width: 1700px) {
  .contacts:after {
    display: none;
  }
}

@media (max-width: 1600px) {
  .banner_slider .slick-prev {
    left: 10px;
  }

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

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
  #instock .compl_items .compl_image {
    width: 34%;
  }
  #instock .compl_items .item {
    padding: 20px 20px 20px 0;
  }
  .title_container .banner_plashka {
    background-size: contain;
    transform: translateX(110%);
  }
  .title_new {
    font-size: 34px;
  }
  .title_comment1 {
    font-size: 28px;
  }
  .timer_block {
    /* margin-top: 130px; */
    margin-top: 225px;
  }

  .car_wrap {
    align-items: center;
  }

  .car_text {
    margin-top: 20px;
  }

  .car_profit {
    margin-bottom: 20px;
  }

  .car_wrap .anchor {
    margin-bottom: 20px;
  }

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

  .ags_title {
    font-size: 50px;
  }

  .ags_list {
    width: 62%;
  }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
  header {
    padding: 15px 0;
  }

  .top_addr {
    display: none;
  }

  .top_worktime {
    display: none;
  }

  .menu {
    top: 72px;
  }

  .menu_cars {
    width: 44%;
  }

  .menu_blocks {
    width: 50%;
  }

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

  /***********************************************************************/
  
  .title_container .banner_label {
    position: static;
    align-self: center;
    justify-content: center;
    margin-top: 19px;
  }

  .title_container {
    padding-top: 150px;
  }

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

  .banner_slider .slick-prev,
  .banner_slider .slick-next {
    top: 33%;
  }

  .title_date {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .title_new {
    font-size: 33px;
    margin-bottom: 10px;
  }

  .title_new br {
    display: inline;
  }

  .title_comment1 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .title1 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 260px;
  }

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

  .title_comment br {
    display: none;
  }

  .timer_block {
    /* margin-top: 30px; */
    margin-top: 20vw;
    flex-direction: column;
    align-items: center;
  }

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

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

  #timer_form input[type="tel"] {
    border: 1px solid #cbcbcb;
  }

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

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

  .new_offer {
    padding: 0;
    display: block;
    padding-top: 35px;
    background-size: auto;
  }

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

  .new_offer_wrap {
    padding-top: 50px;
    margin-right: 0;
    width: 100%;
  }

  .new_offer_title {
    color: #000000;
  }

  .new_offer_text {
    color: #000000;
  }

  .new_offer_wrap .btn {
    background: #135b74;
    color: #ffffff;
  }

  .new_offer_wrap .btn:hover {
    background: #000000;
    border-color: #000000;
  }

  .new_offer_text {
  }

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

  .gas__logo {
    margin-bottom: 20px;
  }

  .gas__title {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .gas__text {
    margin-bottom: 20px;
    font-size: 25px;
  }

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

  .cars_items {
    margin-top: 80px;
  }

  .car_item {
    padding: 30px;
  }

  .car_wrap {
    flex-wrap: wrap;
  }

  .car_text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 65px;
    flex-wrap: wrap;
    min-height: unset;
  }

  .car_profit {
    margin-bottom: 0;
    width: 51%;
  }

  .car_presents {
    width: 51%;
  }

  .car_wrap .anchor {
    margin-bottom: 0;
  }

  .car_image {
    margin-top: 30px;
  }

  .car_gallery {
    width: 100%;
  }

  .car_gallery .slick-prev {
    top: 67%;
    transform: rotate(-90deg);
    transform-origin: 0 50%;
    left: -15px;
  }

  .car_gallery .slick-next {
    top: 67%;
    transform: rotate(-90deg);
    transform-origin: 0 50%;
    right: -60px;
    left: unset;
    bottom: unset;
  }

  .car_new {
    width: 100%;
  }
  .car_price {
    margin-top: 15px;
  }
  .car_price:before {
  }
  .car_price:after {
  }

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

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

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

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

  #instock .models {
    width: 80%;
  }

  #instock .compls {
    width: 80%;
  }

  #instock .compl_items .item {
    padding: 0 20px 32px;
  }

  #instock .compl_items .compl_image {
    min-height: 150px;
    padding-left: 20px;
    width: 100%;
  }

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

  .credit {
    background: #f4f4f4;
    padding: 0;
    margin-top: 0;
  }

  .credit > img {
    display: block;
  }

  .cred_wrap {
    width: 100%;
    padding: 30px 0;
  }

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

  #tradein_form {
    flex-direction: column;
  }

  #tradein_form .column {
    width: 100%;
  }

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

  .advantages {
    padding: 0;
    background: #ffffff;
  }

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

  .ags_title {
    margin-top: 30px;
    font-size: 36px;
    margin-bottom: 20px;
  }

  .ags_list {
    width: 100%;
  }

  .ags_list > div {
    width: 48%;
  }

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

  .quest {
    margin-top: 30px;
  }

  .quest_wrap {
    flex-direction: column;
  }

  .quest_comment {
    margin-bottom: 20px;
  }

  #quest_form {
    width: 100%;
  }

  #quest_form .agree_field {
    width: 100%;
  }

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

  .contacts {
    margin-top: 0;
  }

  .cont_wrap {
    padding: 30px 0;
    width: 100%;
  }

  #map1 {
    position: relative;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .car_new_ico {
    margin-top: 10px;
  }
  .car_item#t9 .car_image {
    position: relative;
    width: 100%;
    height: auto;
  }
  .car_item#t9 .car_image img {
    position: relative;
    width: 100%;
  }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {

  .title_container .banner_label {
    position: static;
    align-self: center;
    justify-content: center;
    margin-top: 19px;
    font-size: 22px;
    border-radius: 30px  10px 10px 30px;
  }

  .title_container .banner_label::before {
  
  left: 0px;
  }

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

  .title_container .banner_plashka {
    top: 120px;
    width: 136px;
    background-size: contain;
    transform: translateX(50%);
  }
  .menu_wrap a {
    font-size: 16px;
    padding: 8px 0;
  }
  .menu_cars a {
    font-weight: 600;
  }
  .fancybox-type-image {
    width: 100% !important;
    margin: 0px !important;
    left: 0px !important;
  }

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

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

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

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

  .popup_container {
    width: 100%;
  }

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

  header {
    padding: 10px 0;
    box-shadow: 0px 0px 5px #b3b3b3;
  }

  header .container {
    flex-flow: wrap;
  }

  .top_addr {
    display: none;
  }

  .top_worktime {
    display: none;
  }

  .top_phone {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 6;
    height: 50px;
    font-size: 16px;
    background: #ffffff;
  }

  .top_phone span {
    display: block;
    font-size: 14px;
    font-weight: 400;
  }

  .logo_wrap {
    width: 80%;
  }

  header .btn {
    display: none;
  }

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

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

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

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

  header .m_btn span:nth-child(2) {
    top: calc(50% - 2px);
    opacity: 1;
  }
  .menu_wrap {
    display: block;
  }
  .menu_cars {
    width: 100%;
    display: block;
  }
  .menu_blocks {
    width: 100%;
    display: block;
    margin-top: 18px;
  }
  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;
    width: 100%;
    height: auto;
    right: -100%;
    left: unset;
    transition: all 0.3s linear;
    z-index: 2;
    padding: 10px 0;
  }

  .menu.active {
    right: 0;
    top: 90px !important;
  }
  /***********************************************************************/

  .title_container {
    padding-top: 28vw;
    min-height: initial;
  }

  .banner_slider {
    top: 85px;
  }

  .banner_slider .slide1,
  .banner_slider .slide3,
  .banner_slider .slide4 {
    background-size: 450px auto;
    background-position: 50% 0;
  }

  .banner_slider .slick-prev,
  .banner_slider .slick-next {
    top: 12%;
  }

  .title_new br {
    display: inline;
  }

  .title_date {
    color: #000000;
    font-size: 5vw;
    margin-bottom: 0;
    text-align: center;
  }

  .title_new {
    margin-top: 1vw;
    color: #000000;
    font-size: 5vw;
    text-align: center;
  }

  .title_comment1 {
    color: #000000;
    font-size: 5vw;
    margin-top: 1vw;
    margin-bottom: 0;
    text-align: center;
  }

  .title_comment1 .br_mob {
    display: block;
  }

  .title_comment2 {
    margin-top: 2vw;
    font-size: 4vw;
    font-weight: 400;
    text-align: center;
  }

  .title1 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 210px;
    color: #000000;
  }

  .title_profit {
    color: #000000;
    font-size: 22px;
    padding: 10px 0 10px 65px;
    margin-bottom: 20px;
  }

  .title_profit span {
    font-size: inherit;
  }

  .title_comment {
    color: #000000;
    text-align: center;
    font-size: 18px;
  }

  .title_comment br {
    display: none;
  }

  .timer_block {
    margin-top: 72vw;
    flex-direction: column;
    align-items: center;
  }

  .timer_title {
    color: #000000;
    text-align: center;
    font-size: 4vw;
    margin-bottom: 0;
  }

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

  div[id^="timer"] {
    min-width: 500px !important;
    white-space: nowrap;
    transform: scale(0.7) !important;
  }

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

  #timer_form input[type="tel"] {
    border: 1px solid #cbcbcb;
  }

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

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

  /******************************************************************************************/
  .new_offer {
    padding: 0;
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
    background-position: 0px 0px;
    background-size: 222%;
    display: block;
  }

  .new_offer > img {
    display: block;
    width: 100%;
    padding-top: 36px;
    margin-bottom: 0px;
  }

  .new_offer_wrap {
    margin-right: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  .new_offer_title {
    color: #000000;
    text-align: center;
    font-size: 24px;
  }

  .new_offer_title br {
    display: none;
  }

  .new_offer_text {
    color: #000000;
    text-align: center;
    font-size: 20px;
  }

  .new_offer_text br {
    display: none;
  }

  .new_offer_wrap .btn {
    background: #135b74;
    color: #ffffff;
  }

  .new_offer_wrap .btn:hover {
    background: #000000;
    border-color: #000000;
  }

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

  .gas__logo {
    margin-bottom: 20px;
  }

  .gas__title {
    margin: 0;
    margin-bottom: 20px;
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
  }

  .gas__text {
    margin: 0;
    margin-bottom: 20px;
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
  }

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

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

  .cars_items {
    margin-top: 80px;
  }

  .car_item {
    padding: 15px;
    margin-bottom: 40px;
  }

  .car_name {
    width: auto;
    padding: 0 10px;
    left: 10px;
    top: -5px;
    font-size: 50px;
  }

  .car_wrap {
    flex-flow: wrap;
  }

  .car_text {
    width: 100%;
    margin-top: 40px;
    min-height: unset;
  }

  .car_profit {
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 100%;
  }

  .car_wrap .anchor {
    margin-bottom: 10px;
  }

  .car_image {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .car_gallery {
    width: 100%;
  }

  .car_gallery a {
    margin: 0 5px;
  }

  .car_gallery .slick-prev {
    top: 75%;
    transform: rotate(-90deg);
    transform-origin: 0 50%;
    left: -5px;
  }

  .car_gallery .slick-next {
    top: 75%;
    transform: rotate(-90deg);
    transform-origin: 0 50%;
    right: -50px;
    left: unset;
    bottom: unset;
  }

  .car_new {
    font-size: 10vw;
  }
  .car_price {
    margin-top: 15px;
  }
  .car_price:before {
  }
  .car_price:after {
  }

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

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

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

  #instock {
    margin-bottom: 40px;
  }

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

  #instock .models {
    width: 100%;
  }

  #instock .compls {
    width: 100%;
    gap: 10px;
  }

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

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

  #instock .compl_items .item {
    background: url(../img/compl_bg_mob.jpg) no-repeat #f7f7f7;
    background-size: 100% auto;
    flex-flow: wrap;
    padding: 0;
    padding-bottom: 14px;
  }

  #instock .compl_items .compl_profit {
    position: absolute;
    left: initial;
    right: 0;
  }

  #instock .compl_items .compl_wrap {
    width: 100%;
    margin-top: 34px;
    padding: 14px;
  }

  #instock .compl_items .compl_image {
    min-height: 46vw;
    padding-left: 0;
    width: 100%;
  }

  #instock .compl_items .compl_info {
    position: absolute;
    width: 100%;
    margin-top: 0;
    box-sizing: border-box;
    top: 42vw;
    left: 14px;
  }

  #instock .compl_items .compl_techs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #instock .compl_items .compl_techs > div {
    width: 40%;
    padding-left: 40px;
    font-size: 14px;
  }

  #instock .compl_items .compl_props {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #instock .compl_items .compl_props > div {
    width: 40%;
    padding-left: 40px;
    font-size: 14px;
  }

  #instock .compl_items .compl_block {
    max-width: initial;
    width: -webkit-fill-available;
  }

  #instock .compl_items .compl_btns {
    margin-top: 14px;
    padding: 0 14px;
    width: -webkit-fill-available;
  }

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

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

  .credit {
    background: #f4f4f4;
    padding: 0;
    margin-top: 0;
  }

  .credit > img {
    display: block;
  }

  .cred_wrap {
    width: 100%;
    padding: 30px 0;
  }

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

  .tradein {
    padding: 20px 0;
  }

  .tradein > img {
    display: block;
  }

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

  .tradein_title {
    padding: 0 20px;
    font-size: 30px;
    margin-top: -20px;
  }

  .tradein_comment {
    font-size: 16px;
  }

  .tradein_comment br {
    display: none;
  }

  #tradein_form {
    flex-direction: column;
    margin-top: 20px;
  }

  #tradein_form .column {
    width: 100%;
  }

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

  .tradein_img {
    display: none;
  }

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

  .testdrive {
    padding: 0 0 6vw;
    background: transparent;
  }

  .testdrive > img {
    display: block;
  }

  .testdrive_wrap {
    margin-top: 6vw;
    width: 100%;
    background: none;
    height: auto;
  }

  .testdrive_title {
    position: relative;
    top: 0;
    font-size: 5vw;
    margin-bottom: 3vw;
    color: #000000;
  }

  .testdrive_comment {
    font-size: 4vw;
    color: #000000;
  }

  .testdrive_wrap .btn {
    margin: 4vw auto 0;
  }

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

  .advantages {
    padding: 0;
    background: #ffffff;
  }

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

  .ags_title {
    margin-top: 20px;
    font-size: 26px;
    margin-bottom: 20px;
  }

  .ags_list {
    width: 100%;
  }

  .ags_list > div {
    width: 100%;
    margin-bottom: 10px;
  }

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

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

  .quest_wrap {
    flex-direction: column;
  }

  .quest_title {
    padding: 0 10px;
    font-size: 22px;
    margin-left: -10px;
  }

  .quest_comment {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .quest_comment br {
    display: none;
  }

  #quest_form {
    width: 100%;
  }

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

  #quest_form .agree_field {
    width: 100%;
  }

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

  .contacts {
    margin-top: 0;
  }

  .cont_wrap {
    padding: 30px 0;
    width: 100%;
  }

  .cont_dealer {
    margin-bottom: 20px;
  }

  .bot_phone {
    margin-bottom: 20px;
  }

  .bot_addr {
    margin-bottom: 20px;
  }

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

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

  .foot_wrap {
    flex-direction: column-reverse;
  }

  .foot_logo_wrap {
    margin-bottom: 10px;
  }

  #cookies_popup {
    flex-direction: column;
  }
  #cookies_popup .text {
  }
  #cookies_popup .text p {
  }
  #cookies_popup .btn {
    margin-left: 0px;
    margin-top: 15px;
    width: 100%;
  }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 460px) {
  #instock .compl_items .compl_techs > div {
    width: 100%;
  }
  #instock .compl_items .compl_props > div {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .menu.active {
    top: 20vw !important;
  }
  .timer_title {
    font-size: 5vw;
  }
}
@media (max-width: 390px) {
  #instock .model_name {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .title_new {
    font-size: 19px;
  }
  .title1 {
    font-size: 22px;
  }

  .title_profit {
    font-size: 18px;
  }

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

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