html {
  overflow-x: hidden;
}

body {
  font-family: "PragmaticaC";

  font-size: 14px;

  color: black;

  position: relative;

  font-weight: 400;

  padding: 0px;

  overflow-x: hidden;

  max-width: 1920px;

  margin: 0 auto;
}

.compensate-for-scrollbar {
  margin: 0 auto !important;

  overflow: auto !important;
}

* {
  box-sizing: border-box;
}

ul {
  list-style: none;

  padding: 0;
}

.rub {
  font-style: normal;
  font-family: "Roboto";
}

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

.resp_table {
  width: 100%;
}

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

.resp_table img {
  max-width: unset;

  width: unset;

  display: block;

  width: unset;

  height: 50px;
}

.t_black {
  color: black !important;
}

img {
  border-style: none;

  vertical-align: middle;

  max-width: 100%;

  transition: 0.5s;
}

select::-ms-expand {
  display: none;
}

select {
  appearance: none;

  -moz-appearance: none;

  /* Firefox */

  -webkit-appearance: none;

  /* Safari and Chrome */

  background: url(../img/ico_select.png) 100% 50% no-repeat;

  font-family: "PragmaticaC", sans-serif;

  outline: none;

  border: 1px solid #7f8589;

  border-radius: 30px;
}

a {
  text-decoration: none;

  color: black;
}

.container {
  margin: 0 auto;

  padding: 0 15px;

  max-width: 1440px;

  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: 1140px;

    max-width: 100%;
  }
}

@media (min-width: 1570px) {
  .container {
    width: 1440px;

    max-width: 100%;
  }
}

input[type="text"],
input[type="tel"] {
  color: #939393;
}

.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 {
  display: none;
}

.popup_container {
  width: 520px;

  max-width: 100%;

  padding: 5px 29px;

  overflow: hidden !important;

  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: 24px;

  font-weight: 700;

  padding: 0px;

  margin: 0px;

  padding-bottom: 29px;

  text-align: center;

  padding-top: 25px;

  color: black;

  text-transform: uppercase;
}

.popup_container h2.form_title br:nth-child(2) {
  display: none;
}

.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 .form-group {
  margin-bottom: 19px;
}

.popup_container .form-group input[type="text"],
.popup_container .form-group input[type="tel"] {
  color: #939393;

  display: block;

  height: 50px;

  line-height: 100%;

  text-decoration: none;

  text-align: left;

  /* text-transform: uppercase; */

  margin-bottom: 10px;

  width: 100%;

  box-sizing: border-box;

  outline: none;

  background: white;

  border: 2px solid #939393;

  padding: 10px;
}

.popup_container .form-group ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #939393;
}

.popup_container .form-group ::-moz-placeholder {
  /* Firefox 19+ */

  color: #939393;
}

.popup_container .form-group :-ms-input-placeholder {
  /* IE 10+ */

  color: #939393;
}

.popup_container .form-group :-moz-placeholder {
  /* Firefox 18- */

  color: #939393;
}

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

  height: 50px;

  width: 100%;

  font-size: 16px;

  font-weight: 400;

  padding-left: 10px;

  height: 38px;

  background-color: white;

  border-radius: 5px;

  border: 2px solid #939393;
}

.popup_container .form-group button {
  font-family: "PragmaticaC", sans-serif;

  cursor: pointer;

  height: 38px;

  font-size: 16px;

  font-weight: 400;

  height: 60px;
}

.alert.fancybox-content {
  overflow: hidden;
}

.not_agree button {
  background-color: #cccccc !important;

  cursor: auto !important;

  color: white !important;
}

.agree_field {
  font-size: 12px;

  line-height: 100%;

  position: relative;

  display: inline-block;

  font-weight: 400;

  padding-left: 18px;
}

.agree_field input {
  position: absolute;

  left: -5000px;

  visibility: hidden;
}

.agree_field input+a {
  color: black;
}

.agree_field input+span {
  width: 12px;

  height: 12px;

  border: 1px solid #b7b7b7;

  background: white;

  position: absolute;

  top: -1px;

  left: 0;
}

.agree_field input:checked+span {
  background: #0075ff;

  border-radius: 4px;
}

.agree_field input:checked+span:before {
  position: absolute;

  content: "✓";

  color: #fff;

  font-size: 8px;

  left: 2px;

  top: 0px;
}

.popup_container .form-disclamer {
  color: #b8b8b8;

  font-size: 10px;

  padding-top: 10px;

  text-align: center;
}

form .form-group {
  margin-bottom: 10px;

  position: relative;
}

form .form-group input[type="text"],
form .form-group input[type="tel"] {
  height: 53px;

  width: 100%;

  color: #000000;

  font-size: 16px;

  box-sizing: border-box;

  font-weight: 400;

  /* text-align: center; */

  border: 1px solid #7f8589;

  padding: 0px 20px;

  outline: none;

  background: transparent;

  border-radius: 60px;
}

input {
  outline: 0;

  outline-offset: 0;

  box-shadow: none;
}

input:active,
input:hover,
input:focus {
  outline: 0;

  outline-offset: 0;

  box-shadow: none;
}

.run_now {
  position: relative;
  display: flex;
  align-items: center;
  height: 45px;
  background: #fa6900;
  overflow: hidden;
}

.run_now_cont {
  display: flex;
  animation: runstring 28s infinite linear;
}

.run_now_cont div {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 32px;
  padding-left: 38px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
}

.run_now_cont div:before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #ffffff;
}

@keyframes runstring {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.bn_timer form .form-group input[type="text"],
.bn_timer form .form-group input[type="tel"] {
  height: 53px;

  width: 100%;

  color: #ffffff;

  font-size: 16px;

  box-sizing: border-box;

  font-weight: 400;

  /* text-align: center; */

  border: 1px solid #dcdcdc;

  padding: 0px 20px;

  outline: none;

  background: transparent;

  border-radius: 60px;
}

.bn_timer form .form-group input::placeholder {
  color: #c8c8c8;
}

select {
  font-family: "PragmaticaC", sans-serif;

  display: block;

  color: #000;

  height: 50px;

  width: 100%;

  padding-left: 15px;

  padding-right: 35px;

  font-size: 16px;

  font-weight: 400;

  outline: none;

  background: url(../img/ico_select.png) right 20px center no-repeat #ffffff;
}

form .form-group button {
  width: 100%;

  height: 53px;

  cursor: pointer;

  font-size: 14px;

  font-weight: 700;

  outline: none;

  font-family: "PragmaticaC", sans-serif;
}

form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #939393;
}

form ::-moz-placeholder {
  /* Firefox 19+ */

  color: #939393;
}

form :-ms-input-placeholder {
  /* IE 10+ */

  color: #939393;
}

form :-moz-placeholder {
  /* Firefox 18- */

  color: #939393;
}

.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;*/

  white-space: nowrap;
}

.btn {
  background: #fa6900;

  color: white;

  text-align: center;

  height: 53px;

  width: 100%;

  border-radius: 50px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-weight: 700;

  font-size: 14px;

  text-transform: uppercase;

  border: 1px solid transparent;

  position: relative;

  text-decoration: none;

  transition: all 0.2s linear;
}

.btn span {
  display: inline-block;

  width: 100%;
}

.btn:hover {
  background: #5b6770;

  /*border: 2px solid #FF5363;*/

  color: #fff;
}

.btn.red {
  background: #ed0116;

  border-color: #ed0116;

  color: #fff;
}

.btn.red:hover {
  background: #000;

  border-color: #000;

  color: #fff;
}

.btn.glass {
  background: #fff;

  border-color: #fa6900;

  color: #000;
}

.btn.glass:hover {
  background: #5b6770;

  border-color: #5b6770;

  color: #fff;
}

.btn.black {
  background: #000;

  color: #fff;
}

.btn.black:hover {
  background: #fa6900;

  /*border: 2px solid #FF5363;*/
}

.btn.white {
  background: #fff;

  color: #000;
}

.btn.white:hover {
  background: #fa6900;

  color: #fff;
}

.item {
  font-size: 36px;

  font-weight: 600;

  width: 100%;

  text-align: center;
}

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

header {
  background: #ffffff;
}

header .header {
  padding: 15px 0;

  background: #fff;
}

header .header .container {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

header .header .logos {
  display: flex;

  align-items: center;
}

header .header .logo {
  padding-right: 50px;
}

header .header .logo1 {
  /*
  margin-right: 14px;

  padding-right: 14px;

  border-right: 1px solid #000;
   */

  height: 56px;
}

header .header .header_contacts {
  display: flex;

  align-items: center;

  justify-content: space-between;

  width: 60%;
}

header .header .top_addr {
  color: #000;

  font-size: 18px;

  position: relative;
}

header .header .header_contacts .btn {
  max-width: 195px;
}

header .header .top_addr:before {
  /*content: url(../img/location.svg);*/

  position: absolute;

  top: 2px;

  left: 0;
}

header .header .logo2 {
  display: flex;

  align-items: center;
}

header .header .logo2 span {
  font-size: 16px;

  font-weight: 700;

  color: #fff;

  margin-left: 6px;
}

header .header .top_phone {
  display: flex;

  align-items: center;
}

header .header .top_phone a {
  display: block;

  position: relative;

  font-size: 18px;

  color: #000;

  font-weight: 700;

  /*padding-left: 20px;*/
}

header .header .top_phone a:hover {
  color: #fa6900;
}

header .header .top_phone a:before {
  /*content: url(../img/phone.svg);*/

  position: absolute;

  top: 2px;

  left: 0;
}

header .header .m_btn {
  display: none;
}

header .menu {
  background: #fff;
}

header .menu .container {
  padding: 22px 0;

  border-top: 1px solid #000;

  display: flex;

  justify-content: space-between;
}

header .menu .cars_menu {
  display: flex;

  justify-content: space-between;
  align-items: center;
  /* width: 56%; */
  width: 58%;
}

header .menu .cars_menu a {
  display: block;

  color: black;

  font-weight: 400;

  text-transform: uppercase;

  font-size: 16px;
}

header .menu .cars_menu a:hover {
  text-decoration: none;

  color: #fa6900;

  font-weight: 700;
}

header .menu .main_menu {
  text-align: center;

  width: 40%;

  display: flex;

  justify-content: space-between;
}

header .menu .main_menu a {
  color: #000;

  font-size: 18px;

  font-weight: 400;
}

header .menu .main_menu a:hover {
  text-decoration: none;

  color: #fa6900;

  font-weight: 700;
}

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

.main_banner .slick-dots {
  display: flex;

  /*justify-content: center;*/

  width: 100%;

  position: absolute;

  bottom: 15px;

  z-index: 1;

  left: 11.5%;
}

.main_banner .slick-dots li {
  background: #ffffff;

  width: 14px;

  height: 14px;

  display: block;

  margin: 0 7px;

  border-radius: 50%;

  cursor: pointer;
}

.main_banner .slick-dots li.slick-active {
  background: #ff5363;
}

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

.main_banner .slick-arrow {
  display: block;

  width: 36px;

  height: 50px;

  outline: none;

  font-size: 0;

  color: transparent;

  background: url(../img/banner_arrow_prev.png) 50% no-repeat;

  cursor: pointer;

  z-index: 1;

  top: 50%;

  opacity: 0.6;

  transition: all 0.3s;
}

.main_banner .slick-arrow:hover {
  opacity: 1;
}

.main_banner .slick-prev {
  left: 140px;
}

.main_banner .slick-next {
  transform: scale(-1);

  transform-origin: 50% 27%;

  right: 140px;
}

button.slick-next.slick-arrow {}

.slick-prev:before {
  display: none;
}

.slick-next:before {
  display: none;
}

.main_banner {
  margin-bottom: 0 !important;
}

.main_banner .slider_item {
  height: 780px;
}

.main_banner .banner_slide0 {
  background: url("../img/slider/slide0.jpg") 50% 0 no-repeat;
}

.main_banner .banner_slide0 .title_container .title1 span,
.main_banner .banner_slide0 .title_container .title2 {
  color: #fff;
}

.main_banner .banner_slide1 {
  background: url(../phpThumb/phpThumb.php?src=..%2Fimg%2Fslider%2Fslide1.jpg&f=webp&q=90&hash=3c96bcbe4bef49d73b3d050749817c1d9a09f09b014af5ab66d747a785885e21) 50% 0 no-repeat;
}

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

.main_banner .banner_slide2 .title_container .title1,
.main_banner .banner_slide2 .title_container .title2 {
  color: #fff;
}

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

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

.main_banner .banner_slide5 {
  background: url("../img/slider/slide5.jpg") 50% 0 no-repeat;
}

.main_banner .banner_slide6 {
  background: url("../img/slider/slide6.jpg") 50% 0 no-repeat;
}

.main_banner .banner_slide6 .title_container .title1,
.main_banner .banner_slide6 .title_container .title2,
.main_banner .banner_slide6 .title_container .title1 span {
  color: #fff;
}

.main_banner .banner_slide7 {
  background: url("../img/slider/slide7.jpg") 50% 0 no-repeat;
}

.main_banner .banner_slide7 .title_container .title1,
.main_banner .banner_slide7 .title_container .title2 {
  color: #fff;
}

.main_banner .banner_slide7 .title_container .title1 span {
  color: #fff;
}

.main_banner .banner_slide8 {
  background: url("../img/slider/slide8.jpg") 50% 0 no-repeat;
}

.main_banner_mob {
  display: none;
}

.title_container {
  padding-top: 40px;

  position: relative;

  display: grid;

  justify-content: center;
}

.title_container .br_mob {
  display: none;
}

.title_container.bl {
  color: #171717;
}

.title_pl_gos {
  position: absolute;

  top: 50px;

  right: 0;
}

.title_container .title_date {
  font-size: 36px;

  text-transform: uppercase;

  margin-bottom: 15px;
}

.title_container .title1 {
  font-size: 48px;

  font-weight: 400;

  text-align: left;

  text-transform: uppercase;

  text-align: center;
}

.title_container .title1 b {
  font-family: "PragmaticaC", sans-serif;

  font-weight: 700;

  /* color: #FA6900; */
}

.title_wrap span {
  text-transform: uppercase;

  font-size: 36px;

  font-weight: 400;

  text-align: center;

  margin-top: 15px;

  display: block;
}

.title_wrap {
  position: relative;

  background: rgba(255, 255, 255, 0.75);

  border-radius: 20px;

  padding: 40px 46px;

  text-align: center;
}

.title_container .title2 {
  font-size: 24px;
}

.title_container .title1 sup {
  font-size: 14px;

  position: relative;

  top: -7px;
}

.title_container .btn {
  border: none;

  width: 285px;

  max-width: 100%;

  position: absolute;

  right: 0;

  left: 50%;

  margin-left: -142.5px;

  bottom: -24px;
}

.title_container .program {
  position: absolute;

  right: 0;

  top: 50px;

  /*background: rgba(91, 103, 112, 1);*/

  /*padding: 20px 15px;*/

  /*border-radius: 20px;*/

  /*font-size: 18px;*/

  /*color: #ffffff;*/

  /*display: flex;*/

  /*flex-direction: column;*/

  /*align-items: flex-end;*/

  /*gap: 6px;*/

  /*font-weight: 500;*/

  /*text-transform: uppercase;*/
}


.title_container .program img {
  width: 360px;
}

.title_container .program .program_discount {
  position: relative;

  padding-left: 88px;

  font-weight: 700;

  font-size: 44px;
}

.title_container .program .program_discount::before {
  content: "";

  background: url(../img/ico_program.svg) 50% 50% no-repeat #fa6900;

  width: 76px;

  height: 76px;

  display: inline-block;

  border-radius: 100px;

  flex-shrink: 0;

  position: absolute;

  top: 7px;

  left: -7px;
}

.main_banner .slider_item {
  overflow: hidden;
}

.main_banner .banner_slide10 {
  background: url("../img/slider/slide10.jpg") 50% 0 no-repeat;

  height: 660px;
}

.banner_slide10 .title_container {
  padding: 20px 0;

  position: relative;

  text-align: center;

  background: url("../img/title_pl.png") 50% no-repeat;

  margin-top: 35px;
}

.banner_slide10 .title_container .title1 {
  font-size: 30px;

  font-weight: 700;
}

.banner_slide10 .title_container .title2 {
  font-size: 54px;

  font-weight: 700;
}

.banner_slide10 .title_container .title2 b {
  color: #38d1c3;
}

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

.bn_timer_cont {
  margin-top: 40px;

  display: flex;

  justify-content: space-between;

  align-items: center;

  background: #5b6770;

  border-radius: 41px;

  padding: 30px;

  position: relative;
  width: 100%;
}

.bn_timer_title {
  margin: 0;

  font-size: 30px;

  font-weight: 700;

  color: #fff;

  max-width: 326px;
}

.bn_timer_form {
  width: 32%;
}

.bn_timer_form form .form-group button {
  font-size: 14px;

  font-weight: 700;
}

.bn_timer_form .agree_field a {
  color: #fff;
}

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

.cars {
  margin-top: 120px;
}

.cars .cars_item {
  margin-top: 54px;

  position: relative;
}

.cars .vigoda-wrapper {
  position: absolute;
  /* top: -12px; */
  top: 25px;
  right: 15px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.cars .vigoda {
  padding-right: 70px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  height: 56px;
  position: relative;
  border: 1px solid #fa6900;
  border-radius: 100px;
  padding-right: 20px;
  padding-left: 70px;
}

.cars .vigoda-dynamic {
  font-size: 2em;
}

.cars .vigoda:before {
  content: "";
  background: url(../img/ico_vigoda.svg) 50% 50% no-repeat #fa6900;
  width: 56px;
  height: 56px;
  display: inline-block;
  border-radius: 100px;
  flex-shrink: 0;
  position: absolute;
  top: 0px;
  left: 0px;
}

.cars .vigoda span {
  /* border: 1px solid #fa6900; */
  /* border-radius: 100px; */
  /* display: inline-flex; */
  /* align-items: center; */
  /* padding-right: 20px; */
  /* padding-left: 70px; */
}

.cars .vigoda .rub {
  position: relative;

  top: -1px;

  display: inline-flex;

  margin-left: 5px;
}

.cars_name {
  position: relative;

  display: flex;

  align-items: center;

  height: 82px;

  font-size: 48px;

  font-weight: 700;

  color: #fff;

  text-transform: uppercase;
}

.cars_name:before {
  content: "";

  position: absolute;

  left: -64%;

  width: 100%;

  height: 100%;

  background: #5b6770;

  border-radius: 0 60px 60px 0;
}

.cars_name span {
  position: relative;
}

.cars_items {
  display: flex;

  justify-content: space-between;
}

.cars_item .wrapper {
  margin-top: 50px;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  overflow-x: hidden;
}

.tabs {
  margin-top: 26px;
}

.tab-nav {
  position: relative;

  width: 100%;

  margin-bottom: 40px;

  overflow: hidden;

  display: flex;

  justify-content: left;

  column-gap: 25px;
}

.tab-nav:before {
  position: absolute;

  content: "";

  width: 100%;

  height: 1px;

  background: #5b6770;

  bottom: 2px;
}

.btns {
  position: relative;

  padding: 10px;

  text-transform: uppercase;

  display: inline-block;

  cursor: pointer;

  font-size: 24px;

  font-family: "PragmaticaC";

  font-weight: 400;

  transition: background-color 0.3s;

  background: transparent;

  border: 0;
}

.btns:hover:before {
  background: #fa6900;
}

.btns:before {
  content: "";

  position: absolute;

  width: 100%;

  height: 3px;

  background: transparent;

  bottom: 1px;

  left: 0;

  z-index: 2;
}

.tab-btn-active:before {
  background: #fa6900;
}

.tabContentWrap {
  position: relative;

  width: 100%;

  overflow: hidden;
}

.tabContent {
  display: none;

  opacity: 0;

  transition: opacity 2s;
}

.show {
  display: block;

  opacity: 1;
}

.cars_items_left {
  width: 45%;
}

.cars_items_right {
  display: flex;

  justify-content: space-between;

  width: 50%;
}

.car_gallery {
  width: 120px;
}

.car_gallery a {
  margin-bottom: 10px;

  display: block;

  overflow: hidden;

  border-radius: 15px;

  height: 80px;
}

.car_img {
  position: relative;

  width: 82%;

  display: grid;

  align-items: end;
}

.car_img:before {
  content: "";

  position: absolute;

  width: 84%;

  height: 100%;

  z-index: -1;

  left: -36px;
}

#lada_vesta .car_img:before {
  background: url(../phpThumb/phpThumb.php?src=..%2Fimg%2Fcar_img_vesta_before.png&f=webp&q=90&hash=ec691969abe632411b9ac9b91f9e9866ed03f285d7af4cfc735eb9f004464367) no-repeat;

  background-size: contain;
}

#lada_aura .car_img:before {
  background: url(../phpThumb/phpThumb.php?src=..%2Fimg%2Fcar_img_vesta_before.png&f=webp&q=90&hash=ec691969abe632411b9ac9b91f9e9866ed03f285d7af4cfc735eb9f004464367) no-repeat;

  background-size: contain;
}

#lada_granta .car_img:before {
  background: url(../phpThumb/phpThumb.php?src=..%2Fimg%2Fcar_img_granta_before.png&f=webp&q=90&hash=8407dd0414d6726e1ca746e5782abc4dd1de1a3efdc8d3f14bb2ee4ea3bbc640) no-repeat;

  background-size: contain;
}

#lada_iskra .car_img:before {
  background: url(../phpThumb/phpThumb.php?src=..%2Fimg%2Fcar_img_iskra_before.png&f=webp&q=90&hash=0598d274439d953087ee2350e27c82438ff9b16ebe9ee312d555c894c91c7942) no-repeat;

  background-size: contain;
}

#lada_niva_travel .car_img:before {
  background: url(../phpThumb/phpThumb.php?src=..%2Fimg%2Fcar_img_travel_before.png&f=webp&q=90&hash=af2138013522aff29c2e18f68be6028beae34b038510a572c825ef12340d93e0) no-repeat;

  background-size: contain;
}

#lada_niva_legend .car_img:before {
  background: url(../phpThumb/phpThumb.php?src=..%2Fimg%2Fcar_img_legend_before.png&f=webp&q=90&hash=e2eca3e3dcaae72d05723344e1a03a5b3fdff651c3113eb0c7dfaaefe3b1bab3) no-repeat;

  background-size: contain;
}

#lada_lurgus .car_img:before {
  background: url(../phpThumb/phpThumb.php?src=..%2Fimg%2Fcar_img_legend_before.png&f=webp&q=90&hash=e2eca3e3dcaae72d05723344e1a03a5b3fdff651c3113eb0c7dfaaefe3b1bab3) no-repeat;

  background-size: contain;
}

.cars .cars_item#lada_niva_travel .tab-nav,
.cars .cars_item#lada_aura .tab-nav {
  display: flex;
  /* justify-content: center; */
}

.cars_price {
  font-size: 30px;

  font-weight: 400;
}

.cars_price b {
  font-family: "PragmaticaC", sans-serif;

  font-size: 32px;

  font-weight: 700;

  color: #fa6900;
}

.cars_props {
  display: flex;

  flex-wrap: wrap;

  align-items: center;

  margin-top: 38px;

  row-gap: 16px;
}

.cars_props a {
  position: relative;
  font-family: "PragmaticaC", sans-serif;

  font-size: 22px;

  font-weight: 400;

  padding-left: 40px;

  width: 50%;

  min-height: 30px;

  display: flex;

  align-items: center;
}

.cars_props a b {
  display: contents;

  font-weight: 700;
}

.cars_props a:before {
  content: "";

  position: absolute;

  width: 30px;

  height: 30px;

  left: 0;

  top: 50%;

  margin-top: -15px;
}

.cars_props .ico1::before {
  background: url("../img/cars_props_ico1.svg") no-repeat;

  background-size: contain;
}

.cars_props .ico2::before {
  background: url("../img/cars_props_ico2.svg") no-repeat;

  background-size: contain;
}

.cars_props .ico3::before {
  background: url("../img/cars_props_ico3.svg") no-repeat;

  background-size: contain;
}

.cars_props .ico4::before {
  background: url("../img/cars_props_ico4.svg") no-repeat #fff;

  background-size: 31px;
}

.cars_props .ico5::before {
  top: 35%;

  background: url("../img/cars_props_ico5.svg") no-repeat;

  background-size: contain;
}

.cars_props .ico6::before {
  top: 54%;

  background: url("../img/cars_props_ico6.svg") no-repeat;

  background-size: contain;
}

.cars_btn {
  margin-top: 38px;

  display: flex;

  justify-content: space-between;
}

.cars_btn .btn {
  margin-right: 20px;
}

.tab-btn-active {
  /* pointer-events: none; */
}

.tab-pane:not(.tab-pane-show) {
  display: none;
}

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

.services {
  margin-top: 100px;
}

.services_cont {
  display: flex;

  align-items: center;

  justify-content: right;
}

.services_cont_left {
  max-width: 722px;

  width: 100%;

  position: relative;

  left: 40px;
}

.services_text {
  padding: 30px 0;

  border-radius: 25px;

  background: #5b6770;

  text-align: center;
}

.services_title {
  font-size: 46px;

  font-weight: 700;

  color: #fff;
}

.services_comment {
  margin-top: 24px;

  font-size: 24px;

  color: #fff;
}

.services_block {
  width: 405px;

  position: relative;

  left: 50%;

  margin-left: -160px;

  margin-top: 30px;
}

.services_block div {
  position: relative;

  font-size: 22px;

  font-weight: 400;

  padding-left: 40px;

  margin-bottom: 16px;
}

.services_block div:before {
  content: "";

  position: absolute;

  left: 0;

  width: 26px;

  height: 26px;
}

.services_block .services_ico1 {
  background: url(../img/services_ico1.svg) no-repeat;

  background-size: contain;
}

.services_block .services_ico2 {
  background: url(../img/services_ico2.svg) no-repeat;

  background-size: contain;
}

.services_block .services_ico3 {
  background: url(../img/services_ico3.svg) no-repeat;

  background-size: contain;
}

.services_block .services_ico4 {
  background: url(../img/services_ico4.svg) no-repeat;

  background-size: contain;
}

.services_cont_left .btn {
  width: 348px;

  left: 50%;

  margin-left: -174px;
}

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

#instock {
  margin-top: 150px;

  margin-bottom: 50px;
}

#tb_complects tbody tr {
  display: none;
}

#filter_table {
  display: flex;

  justify-content: space-between;

  margin-top: 50px;
}

.instock_title {
  font-size: 46px;

  font-weight: 700;

  text-align: center;

  text-transform: uppercase;
}

.select_container {
  width: 32%;
}

#instock .changed {
  display: flex;

  justify-content: space-between;

  width: 100%;

  border: 1px solid #5b6770;

  border-radius: 20px;

  padding: 15px;

  margin-bottom: 20px;

  height: 186px;
}

#instock .changed picture {
  padding-top: 20px;

  position: relative;

  width: 263px;

  display: block;
}

#instock .changed picture:before {
  content: "";

  position: absolute;

  top: 0;

  width: 162px;

  height: 100px;

  left: 20px;
}

#instock .changed[data-param1="vesta__br__span_cross__span_"] picture:before,
#instock .changed[data-param1="vesta__br__span_sedan__span_"] picture:before,
#instock .changed[data-param1="vesta__br__span_liftbek__span_"] picture:before,
#instock .changed[data-param1="vesta__br__span_sw__span_"] picture:before,
#instock .changed[data-param1="vesta__br__span_sw_cross__span_"] picture:before {
  background: url(../img/compl_img_vesta_before.png) no-repeat;

  background-size: contain;
}

#instock .changed[data-param1="granta__br__span_sedan__span_"] picture:before,
#instock .changed[data-param1="granta__br__span_cross__span_"] picture:before,
#instock .changed[data-param1="granta__br__span_liftbek__span_"] picture:before {
  background: url(../img/compl_img_granta_before.png) no-repeat;

  background-size: contain;
}

#instock .changed[data-param1="iskra__br__span_sedan__span_"] picture:before,
#instock .changed[data-param1="iskra__br__span_sw__span_"] picture:before,
#instock .changed[data-param1="iskra__br__span_sw_cross__span_"] picture:before {
  background: url(../img/compl_img_iskra_before.png) no-repeat;

  background-size: contain;
}

#instock .changed[data-param1="niva_travel__br__span_niva_travel__span_"] picture:before {
  background: url(../img/compl_img_niva_travel_before.png) no-repeat;

  background-size: contain;
}

#instock .changed[data-param1="niva_legend__br__span__4x4__3dv__span_"] picture:before,
#instock .changed[data-param1="niva_legend__br__span__4x4__5dv__span_"] picture:before,
#instock .changed[data-param1="niva_legend__br__span_bronto__span_"] picture:before {
  background: url(../img/compl_img_niva_legend_before.png) no-repeat;

  background-size: contain;
}

#instock .changed[data-param1="largus__br__span_universal__span_"] picture:before,
#instock .changed[data-param1="largus__br__span_furgon__span_"] picture:before,
#instock .changed[data-param1="aura__br__span_aura__span_"] picture:before {
  background: url(../img/compl_img_vesta_before.png) no-repeat;

  background-size: contain;
}

#instock .resp_table {
  width: 100%;

  margin-top: 34px;
}

#instock .resp_table img {
  height: auto;

  position: relative;
}

#instock .compl_teh {
  display: flex;

  align-items: center;

  justify-content: space-between;

  width: 48%;
}

#instock .param_wrap {
  display: grid;
}

#instock .param_wrap b {
  font-size: 22px;

  font-weight: 400;

  color: #5b6770;

  margin-bottom: 8px;

  display: block;
}

#instock .param_wrap span {
  font-size: 22px;

  font-weight: 700;

  color: #000;
}

#instock .param_wrap .param1_name {
  margin-top: 10px;
}

#instock .param_wrap .param1_name span {
  display: block;

  margin-top: 8px;
}

#tb_complects .btns {
  width: 285px;

  padding-left: 0;

  padding-right: 0;

  display: flex;

  flex-wrap: wrap;

  align-items: center;
}

#instock .changed td:nth-child(1) {
  margin-right: 6%;
}

#tb_complects .btns {
  margin-left: 6%;
}

.tb_complects_showmore {
  position: relative;

  z-index: 10;
}

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

.tradein {
  margin-top: 100px;
}

.tradein_cont {
  display: flex;

  align-items: center;

  justify-content: left;
}

.tradein_block {
  max-width: 720px;

  width: 100%;

  position: relative;

  left: -50px;
}

.tradein_text {
  padding: 30px 0;

  border-radius: 25px;

  background: #5b6770;

  text-align: center;
}

.tradein_title {
  font-size: 46px;

  font-weight: 700;

  color: #fff;
}

.tradein_comment {
  margin-top: 24px;

  font-size: 24px;

  color: #fff;
}

.tradein_comment b {
  font-weight: 700;
}

#tradein_form {
  display: grid;

  justify-content: center;
}

.form_block {
  width: 440px;

  margin-top: 20px;
}

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

.compl_items .item {}

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

.test_drive {
  margin-top: 50px;

  padding-top: 50px;

  background: url(../phpThumb/phpThumb.php?src=..%2Fimg%2Ftest_drive_bg.png&f=webp&q=90&hash=3dbde1e688093e941ebdc5bf9a27cf7294d1ea0cf0a94572ba91407c312e42ca) no-repeat;
}

.test_drive_items {
  display: none;
}

.test_drive_img {
  display: flex;

  justify-content: center;
}

.test_drive_cont {
  padding: 10px 12% 20px 16%;

  margin-top: 168px;
}

.test_drive_block {
  position: relative;

  background: #5b6770;

  border-radius: 50px 50px 50px 100px;

  padding: 36px 20px 20px 33%;
}

.test_drive_block:before {
  content: "";

  position: absolute;

  top: -58px;

  width: 505px;

  height: 264px;

  background: url(../phpThumb/phpThumb.php?src=..%2Fimg%2Ftest_drive_img.png&f=webp&q=90&hash=ec3b2d58e663d5fb13e936beae031d16d2af43ac199b619a5b30a0e82c480394) no-repeat;

  background-size: contain;

  left: -125px;
}

.test_drive_item {
  font-size: 24px;

  font-weight: 400;

  color: #fff;

  margin-bottom: 10px;
}

.test_drive .form-group_wrapper {
  display: flex;

  justify-content: space-between;
}

.test_drive .form-group_wrapper .form-group:nth-child(1) {
  width: 100%;

  max-width: 440px;

  margin-right: 20px;
}

.test_drive .form-group_wrapper .form-group:nth-child(2) {
  width: 100%;

  max-width: 440px;
}

.test_drive .agree_field a {
  color: #fff;
}

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

.contacts_wrapper {
  position: relative;

  margin-top: 120px;
}

.contacts_wrapper .container {
  display: flex;

  justify-content: space-between;
}

.contacts_wrapper #contacts {
  width: 405px;
  padding: 35px 32px;
  position: absolute;
  left: 20%;
  z-index: 4;
  top: 8%;
  background: #fff;
  border-radius: 40px;
}

.contacts_wrapper #contacts .title {
  font-size: 46px;

  text-transform: uppercase;

  font-weight: 700;
}

.contacts_wrapper #contacts .bottom_addr {
  position: relative;

  margin-top: 20px;

  color: #000;

  font-size: 18px;

  font-weight: 400;

  padding-left: 30px;

  display: flex;

  align-items: center;
}

.contacts_wrapper #contacts .bottom_addr:before {
  content: "";

  position: absolute;

  left: 0;

  width: 22px;

  height: 28px;

  background: url(../img/location.svg) 0 0 no-repeat;

  background-size: contain;
}

.contacts_wrapper #contacts .bottom_phone {
  color: #000;

  display: block;

  margin-top: 36px;

  font-size: 18px;

  padding-left: 30px;

  font-weight: 400;

  position: relative;
}

.contacts_wrapper #contacts .bottom_phone:before {
  content: "";

  position: absolute;

  left: 0;

  width: 22px;

  height: 22px;

  background: url(../img/phone.svg) 0 0 no-repeat;

  background-size: contain;
}

#contacts .btn {
  position: relative;

  left: 16px;
}

.contacts_wrapper #contacts .open_hours {
  position: relative;

  margin-top: 20px;

  font-size: 18px;

  padding-left: 30px;

  display: flex;

  align-items: center;
}

.contacts_wrapper #contacts .open_hours:before {
  content: "";

  position: absolute;

  left: 0;

  width: 22px;

  height: 22px;

  background: url(../img/clock.svg) 0 0 no-repeat;

  background-size: contain;
}

.contacts_wrapper #contacts .route_btn {
  margin-top: 30px;

  font-size: 14px;

  text-transform: uppercase;

  font-weight: 900;

  display: inline-block;

  padding-right: 10px;

  background: url(../img/arrow_get.png) 100% 50% no-repeat;

  color: black;
}

.contacts_wrapper #map1 {
  height: 536px;

  width: 100%;

  max-width: 100%;

  background-position: 50% 0%;
  background-repeat: no-repeat;
}

.logos_contacts {
  margin-top: 32px;

  display: flex;

  align-items: center;
}

.logos_contacts .logo3 {
  /*
  margin-right: 20px;

  padding-right: 20px;

  border-right: 1px solid #000;
   */

  height: 40px;
}

.logos_contacts .logo_text {
  font-size: 16px;

  font-weight: 700;

  line-height: 20px;

  color: #fff;

  padding-left: 6px;
}

.logos_contacts .logo3,
.logos_contacts .logo4 {
  display: flex;

  justify-content: center;

  align-items: center;
}

.yurinfo {
  color: #fff;

  font-size: 11px;

  font-weight: 500;

  line-height: 15px;

  position: relative;

  left: 13px;
}

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

footer {
  padding-top: 34px;

  padding-bottom: 34px;

  color: white;

  background: black;
}

.yurinfo {
  display: block;

  font-size: 14px;

  margin-bottom: 15px;
}

.footer_logo {
  display: flex;

  align-items: center;
}

.footer_logo .logo5 {
  /*
  padding-right: 20px;

  margin-right: 20px;

  border-right: 1px solid #fff;
  */
}

.footer_cont {
  display: flex;

  justify-content: space-between;

  align-items: center;

  font-size: 13px;
}

.disclamer_switch_bg {
  color: white;
}

.footer_plicys {
  display: flex;
  flex-direction: column;
}

.footer_plicy {
  color: #fff;
  padding-bottom: 5px;
}

.disclamer_switch {
  color: white;

  font-size: 14px;

  text-decoration: none;

  font-weight: 400;
}

footer .disclamer {
  color: white;

  font-size: 10px;

  display: none;

  text-align: left;

  padding-top: 35px;
}

footer .disclamer a {
  color: white;

  text-decoration: underline;
}

.copyright {
  font-size: 12px;

  position: absolute;

  top: 0px;

  left: 15px;
}

#cookies-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 15px;
  text-align: center;
  z-index: 1000;
  font-size: 14px;
}

.hidden {
  display: none;
}

.cookies {
  box-sizing: border-box;
  box-shadow: 0 -5px 20px -10px rgba(0, 0, 0, 0.74);
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #111111;
  padding: 20px 10%;
  padding-bottom: 40px;
  z-index: 10;
  /* display: none; */
  color: #ffffff;
}

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

.cookies_wrap .button1 {
  width: 200px;
}

.cookies_wrap .btn:hover {
  background-color: #1a1a18;
  border-color: #1a1a18;
  color: #fff;
}

.cookies_text a {
  text-decoration: underline !important;
  color: #fd9549 !important;
}

.cookies_wrap .btn {
  max-width: 250px;
}

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

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

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

@media (max-width: 1570px) {
  .title_container .program {
    right: -60px;
  }

  header .menu .cars_menu a {
    font-size: 14px;
  }

  header .menu .container {
    padding: 12px 0;
  }

  header .menu .main_menu a {
    font-size: 14px;
  }

  .title_container {
    padding-top: 30px;
  }

  .title_container .title1 {
    font-size: 36px;
  }

  .title_container .title1 b {}

  .title_wrap span {
    font-size: 2.5vw;
  }

  .title_wrap {
    padding: 40px 46px 40px 46px;
  }

  header .header .logo1 {
    display: flex;
  }

  header .header .logos {
    width: 300px;
  }

  header .header .header_contacts {
    width: 67%;
  }

  header .header .top_addr {
    font-size: 16px;
  }

  .bn_timer_title {
    font-size: 26px;
  }

  .bn_timer_timer {
    width: 44%;
  }

  .bn_timer_form {
    width: 60%;
  }

  .bn_timer_title {
    max-width: 100%;
  }

  .bn_timer_timer {
    margin-top: 20px;

    margin-bottom: 20px;

    width: 50%;
  }

  .form-group_wrapper {
    display: block;
  }

  .bn_timer_form {
    width: 50%;
  }

  .bn_timer div[id*="timer"] {
    transform: scale(0.7) !important;
  }

  .cars_props .ico1,
  .cars_props .ico2,
  .cars_props .ico3,
  .cars_props .ico4,
  .cars_props .ico5 {
    background-size: contain;
  }

  .btn {
    font-size: 12px;
  }

  .car_gallery a {
    margin-right: 20px;
  }

  .btns {
    font-size: 20px;
  }

  .test_drive_block {
    padding: 36px 20px 20px 34%;
  }

  .test_drive_item {
    font-size: 18px;
  }

  .car_img:before {
    background-size: contain;
  }

  .test_drive_img img {
    width: 80%;
  }

  #instock .param_wrap b {
    font-size: 16px;
  }

  #instock .param_wrap span {
    font-size: 16px;
  }

  #instock .changed picture {
    width: 180px;
  }

  #instock .resp_table img {
    width: 214px;
  }

  #instock .btn {
    margin-bottom: 10px;
  }

  .cars .cars_item {
    margin-bottom: 60px;
  }

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

@media (max-width: 1199px) {
  .cars_props a {
    width: 100%;
  }

  .car_img:before {
    left: -8px;
  }

  .cars_props {
    flex-direction: column;
  }

  .bn_timer_title {
    text-align: center;

    width: 100%;
  }

  #instock .changed {
    height: 164px;
  }

  #instock .compl_teh {
    width: 42%;
  }

  #instock .resp_table img {
    width: 190px;
  }

  #instock .changed picture:before {
    left: 8px;
  }

  .test_drive_block:before {
    display: none;
  }

  .test_drive_block {
    padding: 20px;

    border-radius: 30px;
  }

  .test_drive_cont form .form-group {
    margin-right: 0;
  }

  .test_drive_cont {
    padding: 0px 12% 100px 14%;

    margin-top: 62px;
  }

  .services_block div {
    position: relative;

    font-size: 18px;

    padding-left: 28px;
  }

  .contacts_wrapper #contacts {
    left: 4%;
  }

  .footer_logo {
    width: 280px;
  }

  .bn_timer_cont {
    flex-wrap: wrap;

    top: 20px;
  }

  .bn_timer_timer {
    width: 100%;
  }

  .bn_timer_form {
    width: 100%;
  }

  .cars_items_right {
    display: block;
  }

  .car_gallery {
    width: 100%;

    display: flex;

    margin-top: 20px;
  }

  .form_block {
    width: 350px;
  }

  .title_wrap {
    width: 100%;
  }

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

  .title_container .program {
    font-size: 16px;
  }

  .title_container .program .program_discount {
    font-size: 40px;
  }

  header .header .logo2 {}

  header .header .top_addr {
    display: none;
  }

  header .header .header_contacts {
    width: 56%;
  }

  header .menu .container {
    padding: 22px 0;

    display: block;
  }

  header .menu .cars_menu {
    width: 100%;

    padding-bottom: 20px;

    border-bottom: 1px solid #000;
  }

  header .menu .cars_menu a {
    text-align: center;
  }

  header .menu .main_menu {
    width: 100%;

    padding-top: 20px;
  }

  .main_banner .slider_item {
    height: 700px;
  }

  .cars_menu a {
    width: 33%;
  }

  .cars_name {
    font-size: 24px;
  }

  .cars_spec div b span {
    font-size: 14px;
  }

  .cars_spec div b {
    font-size: 14px;

    font-weight: 600;
  }

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

  .cars_item:after {
    height: 200px;
  }

  .cars_price b {
    font-size: 20px;
  }

  .cars_props {}

  .cars_btn {
    display: block;
  }

  .cars_props a:nth-child(1) {
    margin-right: 0;
  }

  .cars_btn .btn {
    margin-left: 0;

    margin-bottom: 10px;
  }

  .services_cont_item {
    font-size: 28px;
  }

  .services_cont_block {
    height: 702px;
  }

  .best_offer_cont:before {
    background-size: cover;
  }

  .best_offer_block {
    display: block;
  }

  #offer_form {
    width: max-content;
  }

  form .form-group {
    margin-right: 24px;
  }

  #offer_form {
    width: max-content;

    margin-top: 50px;
  }

  .best_offer {
    height: 660px;
  }

  .form_block {
    display: block;
  }

  .best_offer_title {
    font-size: 22px;
  }

  .best_offer_comment {
    font-size: 12px;
  }

  .btns {
    font-size: 18px;
  }

  .instock_title {
    font-size: 28px;
  }
}

/*IPAD PRO BEGIN*/

@media (min-width: 768px) and (max-width: 1199px) {}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/

@media (max-width: 991px) {
  #tb_complects .btns {
    margin-left: 0%;
  }

  #instock .changed {
    height: auto;
  }

  #instock .resp_table img {
    width: 100%;
  }

  .tradein_img {
    width: 102%;
  }

  .services_cont_right {
    order: 1;

    left: -2%;

    position: relative;

    width: 102%;
  }

  #instock .changed {
    position: relative;

    display: block;

    padding: 114px 20px 20px 20px;
  }

  #filter_table {
    display: block;
  }

  .select_container {
    width: 100%;

    margin-bottom: 10px;
  }

  #instock .changed picture:before {
    width: 60%;

    height: 350px;

    background-size: contain;
  }

  #instock .changed td {
    width: 100%;
  }

  #instock .changed picture {
    width: 632px;
  }

  .compl_teh .param_wrap:nth-child(1) {
    position: absolute;

    top: 20px;
  }

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

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

  header .header .container {
    display: block;
  }

  header .header .top_addr {
    display: none;
  }

  header .header .header_contacts {
    width: 54%;
  }

  .title_container .title1 {
    font-size: 32px;
  }

  .title_container .title1 span {
    font-size: 22px;
  }

  .title_container .program {
    font-size: 12px;

    top: 118%;
  }

  .title_container .program .program_discount {
    font-size: 30px;
  }

  .title_container .program .program_discount::before {
    width: 56px;

    height: 56px;
  }

  .cars_content {
    display: block;
  }

  .cars_item {
    width: 100%;
  }

  .car_gallery a {
    height: 75px;
  }

  .cars_item:nth-child(even) {
    left: 0;
  }

  .best_offer_cont:before {
    background-size: cover;

    background-position: center;
  }

  .best_offer_cont {
    position: relative;

    padding: 205px 14px 0px 14px;
  }

  .best_offer:before {
    width: 95%;

    height: 70px;
  }

  .bn_timer_timer {
    width: 100%;
  }

  .bn_timer_form {
    width: 100%;
  }

  form .form-group {
    margin-right: 0;
  }

  .cars {
    margin-top: 80px;
  }

  .btns {
    font-size: 14px;
  }

  .tabs {
    margin-top: 20px;
  }

  .cars_item {
    margin-top: 36px;
  }

  .tradein_title,
  .services_title {
    font-size: 30px;
  }

  .services_comment,
  .tradein_comment {
    font-size: 18px;
  }

  .tradein_cont {
    display: block;
  }

  .tradein_cont {
    display: grid;

    justify-content: center;
  }

  .tradein_block {
    left: 20px;

    top: 20px;
  }

  .services_cont {
    display: grid;

    justify-content: center;
  }

  .services_cont_right {
    order: 1;
  }

  .services_cont_left {
    order: 2;
  }

  .services_cont_left {
    left: 30px;

    top: 30px;
  }

  .contacts_wrapper {
    margin-top: 0;
  }

  header .header .header_contacts .btn {
    position: absolute;

    right: 0;

    top: 0;
  }

  #instock .compl_teh {
    justify-content: left;
  }

  #instock .param_wrap:last-child {
    margin-left: 46px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {}

/*IPAD END*/

/*MOBILE BEGIN*/

@media (max-width: 767px) {
  #tb_complects .btns {
    margin-top: 20px;

    padding: 0;
  }

  #instock .btn:last-child {
    margin-bottom: 0;
  }

  .cars_item .btns span {
    display: none;
  }

  #instock .changed picture {
    width: 170%;
  }

  #instock .param_wrap b {
    font-size: 18px;
  }

  #instock .param_wrap span {
    font-size: 18px;
  }

  header .header {
    position: fixed;

    width: 100%;

    background: #fff;

    z-index: 5;
  }

  .main_banner {
    margin-top: 82px;
  }

  .cars_items {
    display: grid;
  }

  .cars_items_left {
    width: 100%;

    order: 2;
  }

  .cars_items {
    display: grid;

    position: relative;
  }

  .cars_price {
    display: none;
  }

  .cars_items_right {
    width: 100%;
  }

  .tradein_block {
    max-width: 100%;

    left: 0;

    top: 0;

    padding: 15px;
  }

  .services_cont_left {
    left: 0;

    padding: 15px;
  }

  .test_drive .form-group_wrapper {
    display: block;
  }

  .test_drive .form-group_wrapper .form-group:nth-child(1) {
    width: 100%;
  }

  .test_drive .form-group_wrapper .form-group:nth-child(2) {
    width: 100%;
  }

  .bn_timer_timer {
    width: 100%;

    display: grid;

    justify-content: center;
  }

  .bn_timer_form {
    width: 100%;
  }

  .best_offer {
    padding-top: 0;

    height: 550px;
  }

  .contacts_wrapper #contacts {
    width: 100%;

    position: relative;

    padding: 52px 15px;

    left: 0;
  }

  .footer_cont {
    display: grid;

    padding-bottom: 50px;
  }

  .disclamer_switch_bg {
    margin-top: 20px;

    margin-bottom: 10px;

    display: block;
  }

  .contacts_wrapper #map1 {
    height: 360px;
  }

  .main_banner .banner_slide1 {
    /*background: url(../img/slider/slide1_mob.jpg) 50% 0 no-repeat;*/

    background-size: 100%;
  }

  .title_container {
    top: 22vw;
    padding: 0;
  }

  .title_container .br_mob {
    display: block;
  }

  .title_container .program {
    top: 20vw !important;
    position: relative;
    right: 0;
  }

  .title_container .program img {
    width: 100%;
  }

  .bn_timer_title {
    font-size: 20px;

    max-width: 100%;

    text-align: center;

    margin-bottom: 0px;
  }

  .bn_timer_form {
    width: 100%;
  }

  .form-group_wrapper {
    margin-top: 0px;
  }

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

  form .form-group {
    margin-right: 0;
  }

  .bn_timer_cont {
    display: flex;

    flex-wrap: wrap;

    top: 0;

    margin-top: 10vw;
  }

  .title_container .btn {
    bottom: 28vw;
  }

  .main_banner .slider_item {
    height: 66vw;

    margin-top: 3vw;
  }

  .title_wrap {
    position: relative;

    top: 20vw;

    padding: 0;

    background: transparent;
  }

  .main_banner .slick-list {
    overflow: initial;
  }

  .main_banner .slider_item {
    overflow: initial;
  }

  .title_container .btn {
    margin-top: -11vw;
  }

  .title_wrap span {
    margin-top: 10px;
  }

  header .header .m_btn {
    display: block;

    position: absolute;

    width: 30px;

    height: 21px;

    z-index: 1;

    top: 20px;

    right: 0;
  }

  header .m_btn span {
    position: absolute;

    display: block;

    width: 30px;

    height: 3px;

    background: #fa6900;

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

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

  .menu {
    display: block;

    position: fixed;

    top: 85px;

    background: #313131;

    width: 100%;

    height: auto;

    right: -100%;

    left: unset;

    transition: all 0.3s linear;

    z-index: 6;

    padding: 10px 0;
  }

  .menu.active {
    right: 0;
  }

  header .menu .main_menu {
    flex-direction: column;

    align-items: center;
  }

  .main_menu a {
    padding: 10px 0;
  }

  header .header .header_contacts .btn {
    display: none;
  }

  header .header .header_contacts {
    width: 100%;
  }

  header .header .top_phone {
    display: flex;

    width: 100%;

    justify-content: center;

    margin-top: 20px;

    position: fixed;

    bottom: 0;

    text-align: center;

    left: 0;

    background: #fff;

    height: 50px;

    z-index: 20;
  }

  .title_wrap {
    width: 100%;
  }

  .title_container .title_date {
    font-size: 5vw;
    margin-bottom: 1vw;
  }

  .title_container .title1 {
    font-size: 5vw;
  }

  .title_container .title1 br {
    /* display: none; */
  }

  .title_container .title1 span {
    font-size: 20px;
  }

  .title_container .title1 i {
    width: 36px;

    height: 23px;

    background-size: contain;
  }

  header .m_btn.active span:nth-child(3) {
    transform-origin: bottom right;

    transform: rotate(45deg);

    bottom: -1px;
  }

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

  .test_drive_cont {
    margin-top: 26px;
  }

  .title_container .btn {
    display: none;
  }

  .cars .vigoda {
    font-size: 16px;
    /* margin-top: 20px; */
  }

  .cars .vigoda-dynamic {
    font-size: 1.5em;
  }

  .cars .vigoda-wrapper {
    position: static;
    margin-top: 20px;
  }

  .cars .vigoda:before {}

  .cars .vigoda span {}

  .cookies_wrap {
    flex-wrap: wrap;
  }
}

/*MOBILE END*/

/* Portrait phones and smaller */

@media (max-width: 570px) {
  .title_container .program {
    top: 5%;

    padding: 15px 15px;
    align-items: initial;
  }

  .title_container .program .program_discount {
    font-size: 20px;
    padding-left: 44px;
  }

  .title_container .program .program_discount::before {
    top: -3px;
    left: 0;
    width: 30px;
    height: 30px;
    background-size: 64%;
    background-position: 48% 50%;
  }

  .btn {
    height: 38px;
  }

  .bn_timer form .form-group input[type="text"],
  .bn_timer form .form-group input[type="tel"] {
    height: 38px;
  }

  #instock .resp_table img {
    width: 86%;
  }

  #instock {
    margin-top: 60px;

    margin-bottom: 50px;
  }

  form .form-group button {
    height: 38px;
  }

  .popup_container .form-group button {
    height: 38px;
  }

  .car_img:before {
    left: 0 !important;
  }

  .footer_logo {
    width: 100%;
  }

  .disclamer_switch_bg {
    text-align: center;
  }

  .footer_plicy {
    text-align: center;
  }

  .contacts_wrapper #contacts .title {
    text-align: center;

    font-size: 30px;
  }

  .test_drive {
    margin-top: 20px;

    padding-top: 80px;

    background-position: bottom;
  }

  .test_drive_items {
    text-align: center;

    color: #000;

    display: block;

    font-size: 30px;

    font-weight: 600;

    text-transform: uppercase;
  }

  .test_drive_img {
    display: none;
  }

  .services_cont_left .btn {
    height: 38px;

    width: 100%;

    left: 0;

    margin-left: 0;
  }

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

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

  #instock .changed {
    padding: 84px 20px 20px 20px;
  }

  .cars_props {
    margin-top: 10px;
  }

  .car_img:before {
    width: 68%;
  }

  .car_img {
    width: 100%;

    padding-top: 0px;
  }

  .cars_items_left .cars_btn .btn {
    height: 38px;
  }

  header .header .m_btn {
    right: 18px;
  }

  header .header .header_contacts {
    width: inherit;
  }

  header .header .container {
    display: grid;
  }

  .menu {
    top: 84px;
  }

  .cars_item#gs8ii .cars_img {
    left: 25px;
  }

  .cars_name:before {
    display: none;
  }

  .cars_name {
    font-size: 22px;

    padding: 5px 20px 5px 20px;

    height: auto;

    background: #5b6770;

    border-radius: 0 20px 20px 0;

    width: 280px;

    margin-left: -20px;
  }

  .tab-nav {
    justify-content: space-around;
  }

  .services_cont_left {
    left: 0;

    top: 0;

    padding: 10px;
  }

  .test_drive_cont {
    padding: 0px 4% 30px 4%;

    margin-top: 10px;
  }

  .test_drive_item {
    font-size: 14px;
  }

  .tradein_text {
    padding: 30px 18px;
  }

  .services_text {
    padding: 30px 10px;
  }

  select {
    height: 38px;
  }

  form .form-group input[type="text"],
  form .form-group input[type="tel"] {
    height: 38px;
  }

  .popup_container .form-group input[type="text"],
  .popup_container .form-group input[type="tel"] {
    height: 38px;
  }
}

@media (max-width: 450px) {
  .run_now {
    height: 34px;
  }

  .run_now_cont div {
    margin-right: 16px;
    padding-left: 24px;
    font-size: 14px;
  }

  #tradein_form {
    display: block;
  }

  #instock .btn {
    height: 38px;
  }

  .tradein_comment {
    margin-top: 10px;
  }

  .services_comment {
    margin-top: 10px;
  }

  .instock_title {
    font-size: 22px;
  }

  .title_container .btn {
    width: 218px;

    height: 40px;

    margin-left: -108px;
  }

  #instock .changed picture {
    width: 145%;
  }

  header .header .m_btn {
    right: 18px;
  }

  .cars_menu {
    display: block;
  }

  .cars_menu a {
    width: 100%;

    margin-bottom: 10px;
  }

  .cars_spec {
    width: 88%;

    position: absolute;

    top: 86vw;

    left: 6%;
  }

  .cars_price {
    margin-top: 86vw;
  }

  .cars_item:after {
    height: 140px;
  }

  .item {
    font-size: 24px;
  }

  .bn_timer div[id*="timer"] {
    transform: scale(0.6) !important;
  }

  .bn_timer_timer {
    margin: 0;
  }

  .main_banner {
    margin-top: 90px;
  }

  .car_gallery a {
    height: auto;
  }

  .form_block {
    width: 100%;
  }

  .services {
    margin-top: 30px;
  }

  .services_block {
    width: auto;

    position: relative;

    left: 0;

    margin-left: 0;

    margin-top: 30px;
  }

  .services_block .services_ico1,
  .services_block .services_ico2,
  .services_block .services_ico3 {
    background-size: 20px;
  }

  .services_block .services_ico4 {
    background-size: 22px;
  }

  .test_drive {
    margin-top: 0;
  }
}

@media (max-width: 390px) {
  header .menu .cars_menu {
    display: block;
  }

  #instock .changed picture {
    width: 116%;
  }

  #instock .param_wrap:last-child {
    margin-left: 18px;
  }

  header .header .m_btn {
    top: 12px;
  }

  header .header .logos {
    width: 280px;
  }

  .title_container .program {
    padding: 10px 15px;
  }
}

@media (max-width: 420px) {
  .main_banner {
    margin-top: 72px;
  }

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

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

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

@media (max-width: 360px) {
  header .header .logos {
    width: 204px;
  }

  header .header .logo1 {
    height: 27px;
  }

  form .form-group button {
    font-size: 14px;
  }

  #instock .changed picture {
    width: 100%;
  }

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

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

  #instock .changed {
    padding: 74px 8px 8px 8px;
  }

  header .header .top_phone {
    margin-top: 74px;
  }

  .menu {
    top: 54px;
  }

  .instock_title {
    font-size: 18px;
  }

  header .header .logo1 {
    height: 38px;
  }
}

@media (max-width: 320px) {
  .bn_timer div[id*="timer"] {
    transform: scale(0.5) !important;
  }
}