html {
  overflow-x: hidden;
}

body {
  font-family: "Montserrat";
  font-size: 16px;
  color: black;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  max-width: 1920px;
  /* background: url(../img/bg1.jpg) 50% 148px no-repeat 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;
}

.form-control-text-for-mobile {
  display: none;
}

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

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 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: "Montserrat";
  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: "Montserrat";
  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: 60px;
  width: 100%;
  color: #000000;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Montserrat";
  padding: 0px 25px;
  outline: none;
  background: transparent;
  border-radius: 0px;
  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.png) 95% 50% no-repeat transparent;
  font-family: "Montserrat";
  outline: none;
}

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

form .form-group button:hover {
}

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

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

.btn {
  box-sizing: border-box;
  background: #b70021;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
  text-align: center;
  border: 1px solid transparent;
}

.btn:hover {
  background: #a00015;
}

.btn.glass {
  background: transparent;
  border-color: #000000;
  color: #000000;
}

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

.btn.black {
  background: #000000;
}

.btn.black:hover {
  background: #a00015;
}

.anim {
  transform: translateY(50%) !important;
}

.animated {
  transform: translateY(0) !important;
}

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

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

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

.logo1 {
  position: relative;
  top: -7px;
}

.top_addr {
  font-size: 13px;
  padding-left: 15px;
  background: url("../img/ico_loc.png") 0 50% no-repeat;
}

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

header .btn {
  height: 39px;
  width: 206px;
  font-size: 14px;
}

.menu {
  position: fixed;
  top: 84px;
  left: 0;
  right: 0;
  z-index: 5;
  background: #000000;
  transition: all 0.3s;
  padding: 20px 0;
}

.menu.fixed {
  background: #000000;
}

.menu_wrap {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.menu_wrap a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}

.title__gos {
  font-size: 22px;
  font-weight: 400;
  line-height: 26.82px;
  color: white;
  column-gap: 2px;
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.menu_wrap a:before {
  content: "";
  width: 0;
  height: 3px;
  background: #b70021;
  position: absolute;
  left: 0;
  bottom: -7px;
  transition: all 0.3s;
}

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

header .m_btn {
  display: none;
}





/**********************
         STAR
**********************/

.star {
    margin-top: 100px;
    /*margin-bottom: 100px;*/
    padding-top: 20px;
    padding-bottom: 36px;
    background-image: url(../img/starBack.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

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

.star__radioIconBlock {
    width: 145px;
    height: 85px;
    background-image: url(../img/radioLogo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.star__mainBlock {
    max-width: 466px;
    padding-top: 17px;
}

.star__logoBlock {
    margin-bottom: 20px;
}

.star__title {
    margin: 0;
    margin-bottom: 20px;
    font-size: 64px;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 0 0 19.9px #85c5f2;
    text-transform: uppercase;
}

.star__descr {
    margin: 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #ffffff;
}

.star__descrBold {
    font-weight: 800;
}

.star__link {
    display: block;
    max-width: 155px;
    padding: 17px 93px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #b70021;
}

.star__mobileMalikov {
    display: none;
}

@media (max-width: 767px) {
    .star__container {
        align-items: center;
        flex-direction: column;

        row-gap: 20px;
    }

    .star__radioIconBlock {
        margin-left: auto;
    }

    .star__title {
        font-size: 46.5px;
        text-align: center;
    }

    .star__link {
        margin: 0 auto;
        font-size: 14px;
    }

    .star__descr {
        margin-left: 10px;
        font-size: 13px;

        backdrop-filter: blur(60px);
    }

    .star {
        margin-top: 50px;
        margin-bottom: 50px;
        padding-bottom: 0;
        background-image: url(../img/bg_mobile_star.jpg);
    }

    .star__mobileMalikov {
        display: block;
    }

    .star__radioIconBlock {
        display: none;
    }
}




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

.banner_slider {
  margin-top: 140px;
  margin-bottom: 0;
}

.banner_slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slide1.slick-slide {
  background: url(../img/slide1.jpg) 50% 0 no-repeat;
  height: 715px;
}

.slide2.slick-slide {
  background: url(../img/slide2.jpg) 50% 0 no-repeat;
  height: 715px;
}

.slide3.slick-slide {
  background: url(../img/slide3.jpg) 50% 0 no-repeat;
  height: 715px;
}

.title_container {
  margin-top: 100px;
  margin-bottom: 294px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.title1 {
  color: #ffffff;
  font-size: 64px;
  margin-bottom: 24px;
}
.red-bg {
  position: relative;
}
.red-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b70021;
  transform: skew(-20deg);
  z-index: -1;
}

.title2 {
  font-size: 32px;
  color: #fff;
}

.title2 span {
  position: relative;
  top: -8px;
  padding-left: 26px;
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: line-through;
}

.title3 {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 20px;
  color: #fff;
}

.title3 span {
  padding: 5px 34px;
  background: url(../img/title_ico1.png) 0 50% no-repeat;
}



.title_container .btn {
  margin-top: 40px;
  width: 380px;
  background-color: #B70021;
  color: #ffffff;
}
.title_container .btn:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.title2 .big-red-text {
  font-weight: bold;
  font-size: 25px;
}

.slide3 .title_container {
  margin: 0;
  position: relative;
  top: 30px;
}
.slide3 .title_container .title1 {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  color: #ffffff;
}
.banner_props {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.banner_props a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 26px;
  padding-left: 38px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}
.banner_props a:before {
  content: '';
  position: absolute;
  left: 0;
  width: 26px;
  height: 26px;
}
.banner_props .ico1:before {
  background: url(../img/banner_props_ico1.svg) no-repeat;
}
.banner_props .ico2:before {
  background: url(../img/banner_props_ico2.svg) no-repeat;
}
.banner_props .ico3:before {
  background: url(../img/banner_props_ico3.svg) no-repeat;
}
.slide3 .title_container .btn {
  margin-top: 18px;
}

.presents__container {
  display: flex;
  justify-content: center;
  width: 740px;
}

.banner_slider .slick-dots {
  bottom: 162px;
  left: 16.2vw;
  display: flex;
  gap: 10px;
}

.banner_slider .slick-dots li {
  width: 120px;
}

.banner_slider .slick-dots li button {
  background-color: #FFFFFF66;
  border-radius: 0;
  opacity: 1;
  width: 120px;
  height: 5px;
  padding: 0;
}

.banner_slider .slick-dots li.slick-active button {
  background-color: #FFFFFF;
}

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

@media (max-width: 767px) {
  .banner_slider {
    margin-top: 90px;
  }
  .presents__container {
    flex-direction: column;
  }
}
.presents {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 14px 0;
  position: relative;
  color: #fff;
  width: 50%;
}
.presents::after {
  position: absolute;
  content: "";
  top: 0;
  left: -70px;
  width: 95%;
  height: 100%;
  transform: skew(-20deg);
  z-index: -1;
  background-color: #00000066;
}
.presents:last-child {
  display: none;
}

.presents:last-child:after {
  display: none;
}

.presents__item {
  font-size: 22px;
  text-transform: none;
}

.presents__item img {
  width: 40px;
}
/* .presents__item.gov {
  font-size: 35px;

} */
/**********************
         timer
**********************/

.timer_block {
  background: #000;
  padding: 40px 0;
}

.timer_block .container {
}

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

.timer_block .info_block {
}

.timer_block .timer_title {
  color: #fff;
  font-size: 32px;
  padding-bottom: 20px;
}

.timer_block .timer_title b {
  text-transform: uppercase;
  font-size: 40px;
}

.timer_block .timer {
}

.timer_block .timer div[id^="timer"] {
}

.timer_block .timer span[id^="timer-separator"] {
  color: #fff !important;
}

.timer_block .timer_form {
  width: 385px;
}

.timer_block .timer_form form {
}

.timer_block .timer_form form .form-group {
}

.timer_block .timer_form form .agree_field,
.timer_block .timer_form form .agree_field a {
  color: #fff;
}

.timer_block .timer_form form .form-group input[type="tel"],
.timer_block .timer_form form .form-group input[type="text"],
.timer_block .timer_form form .form-group select {
  color: #fff;
  background: #1a1a1a;
  border-color: #868686;
}


.run_row {
  display: flex;
  align-items: center;
  background: #ffffff;
  height: 112px;
  width: 3800px;
  position: relative;
  animation: text 60s linear infinite;
  left: -1110px;
}

@keyframes text {
  0% {
      left: -1110px;
  }

  100% {
      left: 0;
  }
}

.run_row img {
  margin: 0 10px;
}




.banner {
  margin-top: 80px;
}



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

.cars_items {
  position: relative;
  transition: all 0.3s;
  margin-top: 40px;
}

.cars_tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.cars_tabs > div {
  font-size: 42px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}

.cars_tabs > div b {
  color: #b70021;
}

.cars_tabs > div:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}

.cars_tabs > div:hover:before,
.cars_tabs > div.active:before {
  background: #b70021;
}

.cars_desc {
  text-align: center;
  color: #363636;
  line-height: 160%;
  display: none;
}

.cars_desc.active {
  display: block;
}

.car_item {
  margin-top: 20px;
  display: none;
}

.car_item.active {
  display: block;
}

.car_price {
  display: block;
  text-align: center;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 700;
  color: #b70021;
  text-decoration: none;
  min-height: 50px;
}

.car_price span {
  font-size: 38px;
}

.car_price.text b {
  display: inline-block;
  position: relative;
}

.car_price.text b:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #b70021;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.car_image {
  text-align: center;
}

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

.car_techs > div {
  color: #363636;
  text-align: center;
}

.car_techs > div span {
  display: block;
  font-size: 53px;
  color: #000000;
  margin-top: 5px;
}

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

.car_btns .btn {
  width: 24%;
}

.car_gallery {
  width: 100.5%;
  margin-left: -5px;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  display: none;
}

.car_gallery.active {
  display: flex;
}

.car_gallery a {
  margin: 0 5px;
}

.car_gallery .slick-prev,
.car_gallery .slick-next {
  transform: unset !important;
}

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

.car_gallery .slick-prev {
  left: -35px !important;
  width: 18px !important;
  height: 29px !important;
  background: url("../img/prev.png") 50% no-repeat !important;
}

.car_gallery .slick-next {
  right: -35px !important;
  width: 18px !important;
  height: 29px !important;
  background: url("../img/next.png") 50% no-repeat !important;
}


/**********************
       INSTOCK
**********************/

#instock {
  margin-top: 50px;
}

#instock .main_title {
    text-align: center;
    font-size: 100px;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: 0;
    text-align: center;
}
#filter_table {
  margin-top: 35px;
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
}
.select_container {
  width: 49%;
  position: relative;
}
.select_container select {
  width: 100%;
  height: 60px;
  appearance: none;
  background-color: #fff;
  padding: 8px 32px 8px 16px;
  outline: none;
  cursor: pointer;
  font-size: 16px;
}
.select_container:before {
  content: "";
  position: absolute;
  background: url(../img/up_select_icon.svg) no-repeat;
  background-size: contain;
  height: 12px;
  width: 20px;
  z-index: 5;
  top: 25px;
  right: 14px;
  transform: scale(1.5, 1);
}
.tb_complects tbody {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
.tb_complects tbody tr:nth-child(1) {
  display: none;
}
.tb_complects tbody .changed {
  display: grid;
  width: 28%;
  padding: 20px;
  border: 1px solid #000;
}
#tb_complects .btns {
  margin-top: 6px;
}
.param1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
}
.param1 span {
  font-weight: 700;
}
.param2 {
  margin-top: 5px;
  color: #B70021;
  font-size: 20px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0;
}
.compl_specs {
  margin-top: 24px;
}
.compl_specs div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.compl_specs div span {
  font-weight: 600;
}

.tb_complects_showmore {
  display: block;
  margin-top: 20px;
  color: #000000;
}

#tb_complects .compl_props {
  margin-top: 20px;
  min-height: 62px;
}

#tb_complects .compl_props a {
  position: relative;
  padding-left: 34px;
  min-height: 24px;
  display: none;
  align-items: center;
  color: #000000;
  text-decoration: none;
  margin-bottom: 10px;
}
#tb_complects .compl_props a:last-child {
  margin-bottom: 0;
}
#tb_complects .compl_props a:hover {
  color: #B70021;
}
#tb_complects .btns .btn {
  margin-top: 10px;
}
.btns .popup_btn {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 34px;
  text-decoration: none;
  color: #000;
  height: 24px;
  margin-bottom: 8px;
  transition: all 0.2s linear;
}
.popup.popup_btn.ico1 {
  background: url(../img/popup_ico1.svg) no-repeat;
  background-size: 24px;
}
.popup.popup_btn.ico1:hover {
  color: #B70021;
  background: url(../img/popup_ico1_hover.svg) no-repeat;
  background-size: 24px;
}
.popup.popup_btn.ico2 {
  background: url(../img/popup_ico2.svg) no-repeat;
  background-size: 24px;
}
.popup.popup_btn.ico2:hover {
  color: #B70021;
  background: url(../img/popup_ico2_hover.svg) no-repeat;
  background-size: 24px;
}
.popup.popup_btn.ico3 {
  background: url(../img/popup_ico3.svg) no-repeat;
  background-size: 24px;
}
.popup.popup_btn.ico3:hover {
  color: #B70021;
  background: url(../img/popup_ico3_hover.svg) no-repeat;
}
.popup.popup_btn.ico4 {
  display: flex !important;
  background: url(../img/popup_ico4.svg) no-repeat;
  background-size: 24px;
}
.popup.popup_btn.ico4:hover {
  color: #B70021;
  background: url(../img/popup_ico4_hover.svg) no-repeat;
}
.popup.popup_btn.ico5 {
  background: url(../img/popup_ico5.svg) no-repeat;
  background-size: 24px;
}
.popup.popup_btn.ico5:hover {
  color: #B70021;
  background: url(../img/popup_ico5_hover.svg) no-repeat;
}
#tb_complects .changed[data-param1="moskvich_3"] .popup.popup_btn.ico5 {
  display: flex !important;
}
#tb_complects .changed[data-param1="moskvich_3e"] .popup.popup_btn.ico5 {
  display: flex !important;
}
/**********************
       EXTERIOR
**********************/

.exterior {
  margin-top: 115px;
  position: relative;
  transition: all 0.3s;
}

.exterior .container:before {
  content: "";
  width: 200%;
  height: 800px;
  background: #e6e7e8;
  position: absolute;
  top: 0;
  left: 15px;
}

.ext_wrap {
  width: 560px;
  max-width: 100%;
  margin-left: auto;
  position: relative;
  padding: 65px 0 0;
  z-index: 1;
}

.ext_title {
  color: #ffffff;
  font-size: 100px;
  font-weight: 700;
  line-height: 90%;
  margin-bottom: 50px;
}

.ext_props {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ext_props li {
  display: block;
  position: relative;
  color: #363636;
  margin-bottom: 20px;
  padding-left: 60px;
}

.ext_props li:before {
  content: "";
  width: 41px;
  height: 3px;
  background: #b70021;
  position: absolute;
  left: 0;
  top: 8px;
}

.ext_nav {
  margin-top: 45px;
  margin-bottom: 50px;
}

.ext_gallery_wrap {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: -330px;
  position: relative;
}

.ext_gallery_mainimg {
  width: 49.48%;
}
.ext_gallery_mainimg video {
  width: 100%;
}
.ext_gallery {
  width: 49.5%;
}
.ext_gallery_mainimg .big {
  position: relative;
  height: 100%;
  display: block;
}
.ext_gallery_mainimg .big svg {
  position: absolute;
  left: 50%;
  margin-left: -32px;
  top: 50%;
  margin-top: -32px;
}
.ext_gallery .slick-track {
  display: flex !important;
  align-items: flex-end;
}

.ext_gallery a {
  margin: 0 10px;
  width: 304px;
  outline: none;
}

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

.ext_pag {
  color: #363636;
  font-size: 19px;
  margin: 0 15px;
}

.ext_pag span {
  font-size: 32px;
  color: #b70021;
}

.ext_nav .slick-prev,
.ext_nav .slick-next {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  transform: unset !important;
}

.ext_nav .slick-prev:before,
.ext_nav .slick-next:before {
  display: none !important;
}

.ext_nav .slick-prev {
  width: 18px !important;
  height: 29px !important;
  background: url("../img/prev.png") 50% no-repeat !important;
}

.ext_nav .slick-next {
  width: 18px !important;
  height: 29px !important;
  background: url("../img/next.png") 50% no-repeat !important;
}

/**********************
       CLIENTS
**********************/

.clients {
  position: relative;
  padding-top: 90px;
  transition: all 0.3s;
}
.clients_item {
  width: 100%;
  text-align: center;
  font-size: 42px;
  font-weight: 800;
}
.mySwiperClients {
  margin-top: 50px;
}
.mySwiperClients .swiper-slide {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
}
.mySwiperClients .swiper-slide img {
  position: absolute;
  width: 100%;
}
.clients .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next';
  color: #000;
  font-size: 30px;
}
.clients .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev';
  color: #000;
  font-size: 30px;
}
.clients .swiper-button-next:hover:after,
.clients .swiper-button-prev:hover:after  {
  color: #b70021;
}
.clients .swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: -24px;
  top: 60%;
}
.clients .swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: -22px;
  top: 60%;
  right: auto;
}

/**********************
       INTERIOR
**********************/

.interior {
  margin-top: 190px;
  position: relative;
  transition: all 0.3s;
}

.interior .container:before {
  content: "";
  width: 200%;
  height: 800px;
  background: #e6e7e8;
  position: absolute;
  top: 0;
  right: 15px;
}

.int_wrap {
  width: 600px;
  max-width: 100%;
  position: relative;
  padding: 65px 0 0;
  z-index: 1;
}

.int_title {
  color: #ffffff;
  font-size: 100px;
  font-weight: 700;
  line-height: 90%;
  margin-bottom: 50px;
}

.int_props {
  margin: 0;
  padding: 0;
  list-style: none;
}

.int_props li {
  display: block;
  position: relative;
  color: #363636;
  margin-bottom: 20px;
  padding-left: 60px;
}

.int_props li:before {
  content: "";
  width: 41px;
  height: 3px;
  background: #b70021;
  position: absolute;
  left: 0;
  top: 8px;
}

.int_nav {
  margin-top: 45px;
}

.int_gallery_wrap {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: -365px;
  position: relative;
}

.int_gallery_mainimg {
  width: 49.48%;
}

.int_gallery {
  width: 49.5%;
}

.int_gallery .slick-track {
  display: flex !important;
  align-items: flex-end;
}

.int_gallery a {
  margin: 0 10px;
  width: 304px;
  outline: none;
}

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

.int_pag {
  color: #363636;
  font-size: 19px;
  margin: 0 15px;
}

.int_pag span {
  font-size: 32px;
  color: #b70021;
}

.int_nav .slick-prev,
.int_nav .slick-next {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  transform: unset !important;
}

.int_nav .slick-prev:before,
.int_nav .slick-next:before {
  display: none !important;
}

.int_nav .slick-prev {
  width: 18px !important;
  height: 29px !important;
  background: url("../img/prev.png") 50% no-repeat !important;
}

.int_nav .slick-next {
  width: 18px !important;
  height: 29px !important;
  background: url("../img/next.png") 50% no-repeat !important;
}

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

.tradein {
  margin-top: 70px;
  padding: 110px 0 130px;
  background: url("../img/tradein_bg.jpg") 50% 0 no-repeat;
  position: relative;
  transition: all 0.3s;
}

.tradein > img {
  display: none;
}

.tradein_wrap {
  text-align: center;
}

.tradein_title {
  font-size: 100px;
  font-weight: 700;
  line-height: 90%;
  margin-bottom: 20px;
}

.tradein_comment {
  font-size: 18px;
  margin-bottom: 45px;
}

#tradein_form {
  width: 398px;
  max-width: 100%;
  margin: 0 auto;
}

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

#tradein_form .agree_field {
  display: block;
  width: 100%;
  text-align: left;
  margin-top: -7px;
}

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

.credit {
  padding: 130px 0;
  background: url("../img/credit_bg.jpg") 50% 0 no-repeat;
  position: relative;
  transition: all 0.3s;
}

.credit > img {
  display: none;
}

.cred_wrap {
  text-align: center;
}

.cred_title {
  font-size: 100px;
  color: #ffffff;
  line-height: 90%;
  margin-bottom: 20px;
  font-weight: 700;
}

.cred_comment {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 65px;
}

#cred_form {
  margin: 0 auto;
  width: 820px;
  max-width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

#cred_form .form-group {
  width: 48.5%;
}

#cred_form .vznos {
  margin-bottom: 90px;
}

#cred_form .vznos > b {
  display: block;
  text-align: left;
  margin-bottom: 25px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}

#cred_form .srok {
  margin-bottom: 90px;
}

#cred_form .srok > b {
  display: block;
  text-align: left;
  margin-bottom: 25px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}

#cred_form input[type="tel"] {
  color: #ffffff;
  border-color: #ffffff;
}

#cred_form input[type="tel"]::placeholder {
  color: #ffffff;
}

#cred_form .agree_field {
  box-sizing: border-box;
  width: 48.5%;
  margin-left: auto;
  color: #ffffff;
  text-align: left;
}

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

.irs--flat .irs-min,
.irs--flat .irs-max {
  font-family: "Montserrat";
  top: -5px !important;
  visibility: visible !important;
  background: none !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  font-family: "Montserrat";
  box-sizing: border-box;
  width: 98px !important;
  height: 32px !important;
  background: url("../img/tooltip.png") 50% 0 no-repeat !important;
  color: #000000 !important;
  font-size: 16px !important;
  font-weight: 700;
  text-align: center;
  padding-top: 10px !important;
  top: 37px !important;
}

/*#cred_form .srok .irs--flat .irs-from,
#cred_form .srok .irs--flat .irs-to,
#cred_form .srok .irs--flat .irs-single {
    width: 30px !important;
}*/

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  display: none !important;
}

.irs--flat .irs-handle {
  width: 18px !important;
  height: 18px !important;
  background: #b70021 !important;
  border-radius: 50%;
  top: 17px !important;
}

.irs--flat .irs-handle > i {
  display: none !important;
}

.irs--flat .irs-line {
  height: 3px !important;
  background: #ffffff !important;
  border-radius: 0 !important;
}

.irs--flat .irs-bar {
  height: 3px !important;
  background: #b70021 !important;
  border-radius: 0 !important;
}

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

.ags_list {
  margin: 80px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  transition: all 0.3s;
}

.ags_item {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 300px;
  max-width: 24%;
  height: 246px;
  padding-top: 40px;
  cursor: pointer;
}

.ags_item span {
  display: block;
  padding-top: 70px;
  position: relative;
  transition: all 0.3s;
}

.ags_item span:after {
  content: "";
  width: 153px;
  height: 3px;
  background: #f0f1f1;
  position: absolute;
  bottom: 55px;
  left: 0;
  transition: all 0.3s;
}

.ags_item.ico1 span {
  background: url("../img/ags_ico1.png") 0 0 no-repeat;
}

.ags_item.ico2 span {
  background: url("../img/ags_ico2.png") 0 0 no-repeat;
}

.ags_item.ico3 span {
  background: url("../img/ags_ico3.png") 0 0 no-repeat;
}

.ags_item.ico4 span {
  background: url("../img/ags_ico4.png") 0 0 no-repeat;
}

.ags_item.ico1:hover {
  background: url("../img/ags_img1.jpg") 50% no-repeat;
}

.ags_item.ico2:hover {
  background: url("../img/ags_img2.jpg") 50% no-repeat;
}

.ags_item.ico3:hover {
  background: url("../img/ags_img3.jpg") 50% no-repeat;
}

.ags_item.ico4:hover {
  background: url("../img/ags_img4.jpg") 50% no-repeat;
}

.ags_item:hover span {
  color: #ffffff;
}

/**********************
        OFFER
**********************/

.offer {
  background: #e6e7e8;
  padding: 30px 0;
}

.offer_wrap {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 260px;
  position: relative;
}

.offer_wrap:before {
  content: "";
  width: 267px;
  height: 145px;
  background: url("../img/offer_car.png") 50% no-repeat;
  position: absolute;
  left: -20px;
  top: -60px;
}

.offer_text {
  font-size: 27px;
  font-weight: 700;
}

.offer_text span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  position: relative;
  padding-left: 55px;
}

.offer_text span:before {
  content: "";
  width: 41px;
  height: 3px;
  background: #b70021;
  position: absolute;
  top: 8px;
  left: 0;
}

.offer_wrap .btn {
  width: 398px;
}

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

.contacts {
  position: relative;
}

.cont_wrap {
  box-sizing: border-box;
  padding: 65px 60px;
  position: absolute;
  right: 0;
  top: 40px;
  width: 402px;
  background: #ffffff;
  z-index: 1;
}

.cont_dealer {
  position: relative;
  margin-bottom: 25px;
}

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

.bot_addr {
  padding: 2px 0 2px 40px;
  background: url("../img/ico_loc_bot.png") 0 50% no-repeat;
  margin-bottom: 20px;
}

.worktime {
  padding-left: 40px;
  background: url("../img/ico_time.png") 0 0 no-repeat;
}

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

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

footer {
  padding: 25px 0;
  background: #000000;
}

.foot_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.foot_logo .logo_text {
  color: #ffffff;
  font-size: 14px;
  margin-top: 15px;
}

.foot_info {
  margin-top: 30px;
  text-align: right;
}

.foot_addr {
  color: #8b8b8b;
}

.foot_phone {
  font-weight: 700;
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
  display: block;
  margin-top: 5px;
}

.foot_info .popup {
  color: #ffffff;
  font-size: 11px;
}

.foot_text {
  display: flex;
}

.foot_text .policy {
  font-size: 13px;
  font-weight: 400;
  color: #8c8c8c;
  margin-right: 80px;
}

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

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

#cookies-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #080808;
  color: #000000;
  padding: 24px 9%;
  text-align: center;
  z-index: 10000000000;
  font-size: 14px;
  color: #fff;
}

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

.cookies {
  box-sizing: border-box;
  background: #080808;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 10px 5%;
  padding-bottom: 40px;
  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: #00657b;
}

#cookies-banner .btn {
  padding: 12px 20px;
  cursor: pointer;
}

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

@media (max-width: 1600px) {
  .ext_gallery_wrap {
    margin-top: -230px;
  }

  .ext_wrap {
    padding-top: 40px;
  }

  .exterior .container:before {
    height: 650px;
  }

  .ext_nav {
    margin-top: 25px;
  }

  .ext_gallery a {
    width: 340px;
  }

  .int_gallery_wrap {
    margin-top: -230px;
  }

  .int_wrap {
    padding-top: 40px;
  }

  .interior .container:before {
    height: 700px;
  }

  .int_nav {
    margin-top: 25px;
  }

  .int_gallery a {
    width: 340px;
  }

  .banner_slider .slick-dots {
    left: 10vw;
  }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
  .cars_tabs > div {
    font-size: 34px;
  }

  .top_addr {
    display: none;
  }

  .menu_wrap {
    width: 70%;
  }

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

  .exterior {
    background: #e6e7e8;
    padding: 40px 0;
  }

  .ext_gallery_wrap {
    margin-top: 40px;
  }

  .ext_gallery_mainimg {
    display: none;
  }

  .ext_gallery {
    width: 100%;
  }

  .ext_wrap {
    margin-left: 0;
    width: 100%;
    padding: 0;
  }

  .exterior .container:before {
    display: none;
  }

  .interior {
    background: #e6e7e8;
    padding: 40px 0;
    margin-top: 50px;
  }

  .int_gallery_wrap {
    margin-top: 40px;
  }

  .int_gallery_mainimg {
    display: none;
  }

  .int_gallery {
    width: 100%;
  }

  .int_wrap {
    margin-left: 0;
    width: 100%;
    padding: 0;
  }

  .interior .container:before {
    display: none;
  }

  .ags_item {
    font-size: 14px;
  }
}

/*IPAD PRO BEGIN*/

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

  .menu_wrap {
    width: 100%;
  }

  .title_container {
    margin-top: 170px;
    margin-bottom: 360px;
  }

  .title1 {
    font-size: 18px;
  }

  .title2 {
  }

  .title3 {
    background: rgba(0, 0, 0, 0.2);
  }

  .title3 span {
  }

  .title_container .btn {
    width: 300px;
  }

  .cars_tabs > div {
    font-size: 26px;
  }

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

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

  .cars_desc br {
    display: none;
  }

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

  #tradein_form {
    width: 100%;
  }

  .ags_list {
    flex-flow: wrap;
    margin: 40px 0;
  }

  .ags_item {
    width: 49%;
    max-width: 49%;
  }

  .offer_wrap:before {
    display: none;
  }

  .offer_wrap {
    padding-left: 0;
  }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 991px) {
  .tb_complects tbody {
    display: block;
  }
  .tb_complects tbody .changed {
    width: 92%;
    padding: 20px 4%;
    margin-bottom: 20px;
  }
  .banner_slider .slick-dots {
    left: 12vw;
  }

  .slide3 .title_container .title1 {
    font-size: 4vw;
  }
  #instock .main_title {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  #filter_table {
    margin-top: 0;
    display: block;
  }
  #instock .main_title {
    font-size: 38px;
  }
  .select_container {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
  }
  .param1 {
    font-size: 18px;
  }
  .param2 {
    font-size: 16px;
  }
  .compl_specs div {
    font-size: 12px;
  }
  .clients_item {
    font-size: 30px;
  }
  .mySwiperClients {
    max-width: 80%;
  }
  .clients .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 27px;
    top: 68%;
  }
  .clients .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 27px;
    top: 68%;
  }
  .anim,
  .animated {
    transform: translateY(0) !important;
  }

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

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

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

  .top_addr {
    display: none;
  }

  header .btn {
    display: none;
  }

  .logo1 {
    order: 1;
    width: 40%;
    margin-right: 10px;
  }

  .logo2 {
    width: 40%;
    order: 2;
  }

  .top_phone {
    width: 100%;
    order: 3;
    margin-top: 10px;
  }

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

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

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

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

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

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

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

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

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

  .menu.active {
    right: 0;
  }

  .menu_wrap {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .menu_wrap a {
    padding: 10px 0;
  }

  body {
    background-size: 150%;
    background-position: 80% 352px;
  }

  .title_container {
    margin-top: 100px;
    margin-bottom: 54vw;
    background: #0000009e;
    padding: 20px;
  }

  .slide3.slick-slide {
    height: 86vw;
    background-size: 100%;
  }
  .slide3 .title_container {
    top: 40vw;
    padding: 0;
    background: transparent;
  }
  .slide3 .title_container .title1 {
    font-size: 4vw;
    color: #000000;
  }
  .banner_props {
    margin-top: 2vw;
    row-gap: 2vw;
  }
  .banner_props a {
    min-height: initial;
    padding-left: 8vw;
    font-size: 3.2vw;
    color: #000000;
  }
  .banner_props a:before {
    width: 6vw;
    height: 6vw;
    background-position: 50% 50% !important;
    background-size: 100% !important;
  }
  .slide3 .title_container .btn {
    margin-top: 4vw;
  }

  .title1 {
    font-size: 7vw;
  }

  .title2 {
    font-size: 18px;
  }
  .title2 span {
    top: -4px;
    padding-left: 16px;
    font-size: 16px;
  }

  .title2 .big-red-text {
    font-size: 17px;
  }

  .title3 {
    font-size: 3.4vw;
    text-align: start;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .title3 span {
    font-size: inherit;
  }

  .title_container .btn {
    margin-top: 0;
    width: 100%;
    height: 46px;
  }

  .presents {
    gap: 7px;
    padding: 7px 0;
  }

  .presents::after {
    background-color: transparent;
  }
  .presents__item {
    font-size: 19px;
    color: #000;
  }
  /**********************
         timer
**********************/
  .form-control-text-for-mobile {
    display: inline-block;
    margin-left: 3px;
  }

  .timer_block {
  }

  .timer_block .container {
  }

  .timer_block .content {
    flex-wrap: wrap;
  }

  .timer_block .info_block {
    width: 100%;
  }

  .timer_block .timer_title {
    text-align: center;
    font-size: 24px;
  }

  .timer_block .timer_title b {
    font-size: 28px;
    display: block;
  }

  .timer_block .timer {
    transform: scale(0.5);
    position: relative;
    left: 300px;
    margin-left: -600px;
  }

  .timer_block .timer div[id^="timer"] {
  }

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

  .timer_block .timer_form form {
  }

  .timer_block .timer_form form .form-group {
  }

  .timer_block .timer_form form .agree_field,
  .timer_block .timer_form form .agree_field a {
  }

  .timer_block .timer_form form .form-group input[type="tel"],
  .timer_block .timer_form form .form-group input[type="text"],
  .timer_block .timer_form form .form-group select {
  }

  .cars_tabs {
    flex-direction: column;
  }

  .cars_tabs > div {
    width: 100%;
    margin: 10px 0;
    text-align: center;
    font-size: 40px;
  }

  .cars_tabs > div:before {
    bottom: 0;
  }

  .cars_desc br {
    display: none;
  }

  .car_techs {
    flex-flow: wrap;
    margin-top: 0;
  }

  .car_techs > div {
    width: 49%;
    font-size: 12px;
    margin-bottom: 15px;
  }

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

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

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

  .car_gallery {
    width: 102%;
    flex-wrap: wrap;
    margin-top: 0;
  }

  .car_gallery a {
    margin-top: 15px;
  }

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

  .car_gallery .slick-next {
    right: -12px !important;
  }

  .exterior {
    margin-top: 60px;
    background: #e6e7e8;
    padding: 30px 0;
  }

  .exterior .container:before {
    display: none;
  }

  .ext_wrap {
    padding: 0;
  }

  .ext_title {
    font-size: 60px;
    margin-bottom: 30px;
  }

  .ext_props li {
    font-size: 14px;
  }

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

  .ext_gallery_mainimg {
    width: 100%;
  }

  .ext_gallery {
    width: 100%;
    margin-top: 8px;
  }

  .ext_gallery a {
    margin: 0 4px !important;
  }

  .interior {
    margin-top: 60px;
    background: #e6e7e8;
    padding: 30px 0;
  }

  .interior .container:before {
    display: none;
  }

  .int_wrap {
    padding: 0;
  }

  .int_title {
    font-size: 60px;
    margin-bottom: 30px;
  }

  .int_props li {
    font-size: 14px;
  }

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

  .int_gallery_mainimg {
    width: 100%;
  }

  .int_gallery {
    width: 100%;
    margin-top: 8px;
  }

  .int_gallery a {
    margin: 0 4px !important;
  }

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

  .tradein_title {
    font-size: 50px;
  }

  .tradein_comment {
    font-size: 16px;
  }

  #tradein_form {
    width: 100%;
  }

  .credit {
    padding: 40px 0;
    background-size: cover;
  }

  .cred_title {
    font-size: 50px;
  }

  .cred_comment {
    font-size: 16px;
    margin-bottom: 30px;
  }

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

  #cred_form .vznos {
    margin-bottom: 60px;
  }

  #cred_form .srok {
    margin-bottom: 60px;
  }

  #cred_form .agree_field {
    width: 100%;
  }

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

  .ags_item {
    width: 100%;
    max-width: unset;
    justify-content: flex-start;
    background-size: cover !important;
    color: #ffffff !important;
    padding-left: 30px;
    margin-bottom: 20px;
  }

  .ags_item.ico1 {
    background: url("../img/ags_img1.jpg") 50% no-repeat;
  }

  .ags_item.ico2 {
    background: url("../img/ags_img2.jpg") 50% no-repeat;
  }

  .ags_item.ico3 {
    background: url("../img/ags_img3.jpg") 50% no-repeat;
  }

  .ags_item.ico4 {
    background: url("../img/ags_img4.jpg") 50% no-repeat;
  }

  .offer_wrap:before {
    display: none;
  }

  .offer_wrap {
    padding-left: 0;
    flex-direction: column;
  }

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

  .cont_wrap {
    position: relative;
    top: 0;
    padding: 30px 0;
  }

  #map1 {
    height: 350px;
    background-position: 29% 50%;
  }

  .foot_wrap {
    flex-direction: column;
    align-items: center;
  }

  .foot_logo {
    text-align: center;
  }

  .foot_info {
    text-align: center;
    margin-top: 10px;
  }

  .foot_text {
    flex-direction: column;
    align-items: center;
  }

  .foot_text .policy {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .cookies_wrap { 
    flex-wrap: wrap;
  }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 560px) {
  .banner_slider .slick-dots {
    left: 15px;
    bottom: 200px;
  }

}

@media (max-width: 520px) {
  .title1 {
    font-size: 7vw;
  }
  .title3 {
    font-size: 2.7vw;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .title3 span {
    padding: 8px 34px;
  }
}
@media (max-width: 416px) {
  body {
    background-size: 150%;
    background-position: 80% 310px;
  }
  .banner_slider {
    margin-top: 80px;
  }
  .title_container {
    margin-top: 100px;
    margin-bottom: 60vw;
  }
  .banner_slider .slick-dots {
    bottom: 190px;
  }
}
@media (max-width: 390px) {
  body {
    background-position: 84% 320px;
  }
  .mySwiperClients {
    margin-top: 0px;
  }
  .clients_item {
    font-size: 18px;
  }
  .clients {
    padding-top: 48px;
  }
  .title1 {
    /* margin-bottom: 250px; */
  }
  .clients .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 8px;
  }
  .clients .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 8px;
  }
}

@media (max-width: 378px) {
  .title_container {
    /* margin-bottom: 230px; */
  }

  .title3 {
    /*font-size: 6vw;*/
  }
}

@media (max-width: 360px) {
  .title1 {
    font-size: 16px;
    /* margin-bottom: 230px; */
  }

  .title2 {
    font-size: 16px;
  }

  .title3 {
    font-size: 16px;
  }

  .title3 span {
  }

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

  .ext_title,
  .int_title {
    font-size: 46px;
  }

  .ags_item {
    font-size: 14px;
  }

  .offer_text {
    font-size: 24px;
  }

  .offer_text span {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  body {
    background-position: 80% 400px;
  }

  .title3 {
    /* font-size: 18px; */
  }

  .title_container {
    /* margin-bottom: 185px; */
  }
}



