html {
  overflow-x: hidden;
}

body {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #0b0d0c;
  background: #f8f8f8;
  overflow-x: hidden;
}

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

* {
  box-sizing: border-box;
}

ul {
  list-style: none;
  padding: 0;
}

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

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

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/select_ico.svg) 100% 50% no-repeat;
  font-family: "Onest", sans-serif;
  outline: none;
  border: 1px solid #0b0d0c;
}

a {
  text-decoration: none;
  color: black;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1230px;
  position: relative;
}

@media (min-width: 576px) {
  .container {
    width: 760px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 990px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 1170px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1230px;
    max-width: 100%;
  }
}

@media (min-width: 1570px) {
  .container {
    width: 1230px;
    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;
  padding-bottom: 30px;
  overflow: hidden !important;
  position: relative;
  box-sizing: border-box;
  /* border: 2px solid black; */
  background: white;
  text-align: center;
  border-radius: 12px;
}

.popup_container h2 {
  margin: 0;
  padding-top: 25px;
  padding-bottom: 29px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #0b0d0c;
  text-transform: uppercase;
}

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

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

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

.popup_container .form-group input[type="text"],
.popup_container .form-group input[type="tel"] {
  font-family: "Onest", sans-serif;
  height: 50px;
  width: 100%;
  color: #0b0d0c;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 400;
  border: 1px solid #0b0d0c;
  border-radius: 4px;
  padding-left: 32px;
  padding-right: 16px;
  outline: none;
  background: transparent;
}

.popup_container .form-group ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0b0d0c80;
}

.popup_container .form-group ::-moz-placeholder {
  /* Firefox 19+ */
  color: #0b0d0c80;
}

.popup_container .form-group :-ms-input-placeholder {
  /* IE 10+ */
  color: #0b0d0c80;
}

.popup_container .form-group :-moz-placeholder {
  /* Firefox 18- */
  color: #0b0d0c80;
}

.popup_container .form-group textarea {
  color: #0b0d0c;
  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 #0b0d0c;
  border-radius: 4px;
  padding: 10px;
  resize: none;
  font-size: 16px;
}

.popup_container .form-group select {
  color: #0b0d0c;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  padding-left: 32px;
  height: 50px;
  border: 1px solid #0b0d0c;
}

.popup_container .form-group button {
  cursor: pointer;
}

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

.agree_field {
  font-size: 12px;
  line-height: 100%;
  position: relative;
  display: inline-block;
  font-weight: 400;
  padding-left: 20px;
  color: #000000;
  cursor: pointer;
}
.agree_field a {
  color: #000000;
}
.agree_field input {
  position: absolute;
  left: -5000px;
  visibility: hidden;
}

.agree_field input + a {
  color: #000000;
}

.agree_field input + span {
  width: 12px;
  height: 12px;
  border: 1px solid #0b0d0c;
  background: #0B0D0C;
  border-radius: 2px;
  position: absolute;
  top: -1px;
  left: 0;
}

.agree_field input:checked + span {
  background: url("../img/check_ico.svg") 50% 50% no-repeat #0B0D0C;
}

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

form .form-group input[type="text"],
form .form-group input[type="tel"] {
  font-family: "Onest", sans-serif;
  height: 50px;
  width: 100%;
  color: #0b0d0c;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 400;
  border: 1px solid #0b0d0c;
  border-radius: 4px;
  padding-left: 32px;
  padding-right: 16px;
  outline: none;
  background: transparent;
}

select {
  font-family: "Onest", sans-serif;
  display: block;
  color: #0b0d0c;
  height: 50px;
  width: 100%;
  padding-left: 32px;
  padding-right: 35px;
  font-size: 16px;
  font-weight: 300;
  outline: none;
  background: url(../img/select_ico.svg) right 20px center no-repeat;
  border: 1px solid #0b0d0c;
  border-radius: 4px;
}

form .form-group button {
  font-family: "Onest", sans-serif;
  width: 100%;
  height: 50px;
  cursor: pointer;
  outline: none;
}
form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0b0d0c80;
}

form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #0b0d0c80;
}

form :-ms-input-placeholder {
  /* IE 10+ */
  color: #0b0d0c80;
}

form :-moz-placeholder {
  /* Firefox 18- */
  color: #0b0d0c80;
}

.form_title {
  margin: 0;
  padding: 0;
  padding-bottom: 47px;
  color: #0b0d0c;
  font-size: 36px;
  text-align: center;
}

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

.btn {
  background: #0b0d0c;
  color: #ffffff;
  text-align: center;
  height: 50px;
  width: 224px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #0b0d0c;
  border-radius: 4px;
  position: relative;
  text-decoration: none;
  transition: all 0.2s linear;
  cursor: pointer;
}

.btn:hover {
  background: #0b0d0ccc;
  border-color: #0b0d0ccc;
}

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

.btn.glass:hover {
  border-color: #0b0d0ccc;
  color: #0b0d0ccc;
}

.section_item {
  margin-top: 8px;
  font-family: "Wadik", sans-serif;
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.header {
  position: fixed;
  left: 0;
  width: 100%;
  background: #f8f8f8;
  z-index: 8;
}

.header .header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  transition: all 0.2s linear;
}

.scroll .header .header_wrapper {
  padding: 8px 0;
}

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

.header .logo1 {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 26px;
  margin-right: 20px;
}
.header .logo1:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background: #0B0D0C;
  transform: skewX(-18deg);
}
.header .logo2 {
  display: flex;
  flex-direction: column;
  color: #0b0d0ccc;
}
.header .logo2 b {
  font-size: 34px;
  font-weight: 500;
  text-transform: uppercase;
  color: #0b0d0ccc;
}
.header .logo2 span {
  font-size: 12px;
  font-weight: 400;
}

.header .top_addr {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 38px;
  font-size: 16px;
  font-weight: 400;
}

.header .top_addr:before {
  content: '';
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  background: url("../img/top_addr_ico.svg") no-repeat;
}

.header .top_phone {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 38px;
  font-size: 16px;
  font-weight: 400;
}

.header .top_phone:before {
  content: '';
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../img/top_phone_ico.svg") no-repeat;
}

.header .btn {
  width: 200px;
}

.header .m_btn {
  display: none;
}

.menu {
  display: none;
  background: #fdfdfd;
  border-top: 1px solid #0B0D0C1A;
  z-index: -1;
}
.main_menu {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
}
.main_menu a {
  font-size: 20px;
  font-weight: 400;
  color: #0b0d0ccc;
  transition: all 0.2s linear;
}
.main_menu a:hover {
  text-shadow: 0 0 1px #0b0d0c;
  color: #0b0d0c;
}

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

.main_banner {
  margin-top: 88px;
}
.main_banner .banner_slide1 {
  background: url("../img/bg1.jpg") 50% 0 no-repeat;
  height: 620px;
}

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

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

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

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

.main_banner .title_container {
  position: relative;
  width: 100%;
  margin-top: 34px;
  padding: 28px 0 40px;
  text-align: center;
  z-index: 2;
}
.main_banner .title_container .br_mob {
  display: none;
}
.main_banner .title_container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 164%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.6) 69.43%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(4px);
  z-index: -1;
}
.main_banner .title_container .title1 {
  font-size: 22px;
  font-weight: 500;
}
.main_banner .title_container .title2 {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
.main_banner .title_container .title3 {
  margin-top: 16px;
  font-size: 22px;
  font-weight: 700;
}
.main_banner .btn {
  margin: -25px auto 0;
  width: 340px;
  z-index: 2;
}

.banner_props {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  column-gap: 30px;
  flex-wrap: wrap;
  gap: 12px 10px;
}
.banner_props a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 24px;
  padding-left: 38px;
  font-size: 22px;
  font-weight: 500;
  color: #000000;
}
.banner_props a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
}
.banner_props a.ico1:before {
  background: url(../img/banner_props_ico1.svg) no-repeat;
}
.banner_props a.ico2:before {
  background: url(../img/banner_props_ico2.svg) no-repeat;
}
.banner_props a.ico3:before {
  background: url(../img/banner_props_ico3.svg) no-repeat;
}

.banner_profit {
  position: relative;
  margin-top: -24px;
  display: flex;
  justify-content: center;
  column-gap: 50px;
  z-index: 2;
}
.banner_profit a {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.banner_profit a i {
  position: relative;
  width: 50px;
  height: 50px;
  background: #0B0D0C;
  border-radius: 5px;
}
.banner_profit a i:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner_profit .ico1 i:before {
  background: url(../img/banner_profit_ico1.svg) 50% 50% no-repeat;
}
.banner_profit .ico2 i:before {
  background: url(../img/banner_profit_ico2.svg) 50% 50% no-repeat;
}

.banner_profit a span {
  padding: 0 22px;
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  background: linear-gradient(90deg, #0B0D0C 0%, #4F4F4F 100%);
  border-radius: 5px;
}

.run_now {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 54px;
  background: #002D96;
}
.run_now_cont {
  display: flex;
  align-items: center;
  animation: runstring 18s infinite linear;
}
.run_now_cont div {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 25px;
  padding-left: 32px;
  font-family: "Wadik", sans-serif;
  font-size: 22px;
  font-weight: 700;
  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%)
  }
}

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

.timer_block {
  background: #FFFFFF;
}

.timer_wrap {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
.timer {
  margin-top: 10px;
}
.timer div[id^="timer"] {
  white-space: nowrap;
}
.timer_cont {
  width: 46%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.timer_title {
  font-size: 28px;
  font-weight: 500;
}
#timer_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#timer_form .form-group:nth-child(7) {
  width: 55%;
}
#timer_form .form-group:nth-child(8) {
  width: 42%;
}

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

.car_items {
  margin-top: 120px;
}
.car_menu {
  margin-top: 40px;
  width: 102%;
  left: -1%;
}
.car_items .car_menu a {
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 160px;
  padding-top: 16px;
  border-radius: 12px;
  background: #fdfdfd;
  transition: all 0.2s linear;
}
.car_menu a span {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #0b0d0c;
}
.car_menu a:hover {
  background: #ededed;
}

.car_menu .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -36px;
  width: 32px;
  height: 32px;
  background: url("../img/btn_arrows.svg") 50% 50% no-repeat;
  font-size: 0;
  border: none;
  cursor: pointer;
}
.car_menu .slick-arrow:hover {
  background: url("../img/btn_arrows_hover.svg") 50% 50% no-repeat;
}
.car_menu .slick-prev {
  left: -35px;
  transform: rotate(-90deg);
}
.car_menu .slick-next {
  right: -35px;
  transform: rotate(90deg);
}
.car_menu .slick-dots {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  margin-top: 24px;
  margin-bottom: 0;
}
.car_menu .slick-dots li {
  width: 10px;
  height: 10px;
  background: #002d9680;
  border-radius: 50px;
}
.car_menu .slick-dots li.slick-active {
  background: #002d96;
}
.car_menu .slick-dots li button {
  display: none;
}

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

.car_item {
  margin-top: 160px;
}
.car_wrapper {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  background: #ffffff;
  border-radius: 12px;
}
.car_block {
  position: relative;
  width: 58%;
}
.car_name {
  font-family: "Wadik", sans-serif;
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 86%;
}

.car_profit {
  display: flex;
  justify-content: space-between;
  margin-top: -64px;
  column-gap: 10px;
}
.car_profit a {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 5px;
  z-index: 2;
}
.car_profit a:before {
  content: '';
  position: relative;
  display: block;
  min-width: 50px;
  height: 50px;
  border-radius: 5px;
}
.car_profit a.ico1:before {
  background: url("../img/car_profit_ico1.svg") 50% 50% no-repeat #0B0D0C;
}
.car_profit a.ico2:before {
  background: url("../img/car_profit_ico2.svg") 50% 50% no-repeat #0B0D0C;
}
.car_profit a:hover:before {
  background-color: #002D96;
}
.car_profit a span {
  position: relative;
  padding: 0 22px;
  min-height: 50px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
.car_profit a span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0B0D0C 0%, #4F4F4F 100%);
  border-radius: 5px;
  z-index: -1;
  transition: all 0.5s linear;
}
.car_profit a:hover span:before {
  opacity: 0;
}
.car_profit a span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #002D96 0%, #457DFF 100%);
  border-radius: 5px;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s linear;
}
.car_profit a:hover span:after {
  opacity: 1;
}

.car_gallery {
  margin-top: 15px;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.car_item .car_gallery .slick-slide img {
  transition: 0.5s;
}

.car_item .car_gallery .slick-slide:hover img {
  transform: scale(1.05);
}

.car_gallery .slick-dots {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 4px;
  margin: 0;
}

.car_gallery .slick-dots li {
  width: 10px;
  height: 10px;
  background: #82888A;
  border-radius: 50px;
  transition: all 0.2s linear;
}

.car_gallery .slick-dots li.slick-active {
  width: 40px;
  background: #FFFFFF;
}

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

.info_block {
  min-width: 425px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.car_color {
  margin-top: 38px;
  padding: 24px 20px 20px;
  background: #fdfdfd;
  border-radius: 8px;
  box-shadow: 0 2px 8px 0 #4e4e4e14;
}

.car_color .dots {
  display: flex;
  align-items: center;
  column-gap: 6px;
}

.car_color .dot_color {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s linear;
}

.car_color .dot_color:hover,
.car_color .dot_color.active {
  transform: scale(1.1);
}

.car_props {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}

.car_props a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 36px;
  padding-left: 44px;
  font-size: 20px;
  font-weight: 400;
  color: #0b0d0c;
}

.car_props a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 36px;
  height: 36px;
  transition: all 0.2s linear;
}

.car_props .ico1:before {
  background: url(../img/car_props_ico1.svg) no-repeat;
}

.car_props .ico1:hover:before {
  background: url(../img/car_props_ico1_hov.svg) no-repeat;
}

.car_props .ico2:before {
  background: url(../img/car_props_ico2.svg) 50% 50% no-repeat;
}

.car_props .ico2:hover:before {
  background: url(../img/car_props_ico2_hov.svg) 50% 50% no-repeat;
}

.car_props .ico3:before {
  background: url(../img/car_props_ico3.svg) 50% 50% no-repeat;
}

.car_props .ico3:hover:before {
  background: url(../img/car_props_ico3_hov.svg) 50% 50% no-repeat;
}

.car_props .ico4:before {
  background: url(../img/car_props_ico4.svg) 50% 50% no-repeat;
}

.car_props .ico4:hover:before {
  background: url(../img/car_props_ico4_hov.svg) 50% 50% no-repeat;
}

.car_props .ico5:before {
  background: url(../img/car_props_ico5.svg) no-repeat;
}

.car_props .ico5:hover:before {
  background: url(../img/car_props_ico5_hov.svg) no-repeat;
}

.car_props .ico6:before {
  background: url(../img/car_props_ico6.svg) no-repeat;
}

.car_props .ico6:hover:before {
  background: url(../img/car_props_ico6_hov.svg) no-repeat;
}

.car_props .ico7:before {
  background: url(../img/car_props_ico7.svg) no-repeat;
}

.car_props .ico7:hover:before {
  background: url(../img/car_props_ico7_hov.svg) no-repeat;
}

.car_btns {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.car_btns .btn {
  width: 100%;
}

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

.choose_car {
  margin-top: 120px;
}

.choose_car .item {
  display: none;
  height: 780px;
}

.choose_car .item.show {
  display: block;
}

.choose_car .item[data-block="0"] {
  background: url(../img/choose_car_bg1.jpg) 50% 0 no-repeat;
}

.choose_car .item[data-block="6"] {
  background: url(../img/choose_car_bg6.jpg) 50% 0 no-repeat;
}

.choose_car .content {
  position: relative;
  padding-top: 120px;
}

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

.choose_car .content .title {
  font-family: "Wadik", sans-serif;
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 130%;
}

.choose_car .content .choose_num {
  font-family: "Wadik", sans-serif;
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
}

.choose_car .content .choose_num span {
  color: #0B0D0C33;
}

.choose_car .text {
  margin-top: 40px;
  font-size: 24px;
}

.choose_car .comment {
  font-size: 24px;
  font-weight: 500;
}

.choose_car .item_blocks {
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
}

.choose_car .item_blocks .item_blocks_wrap {
  margin-top: 20px;
  min-width: 418px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.choose_car .item[data-block="6"] .item_blocks .item_blocks_wrap {
  margin-top: 0;
}

.choose_car .inputs_block {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.choose_car .inputs_block label {
  display: flex;
  align-items: center;
  column-gap: 15px;
  min-height: 30px;
}

.choose_car .inputs_block label input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.choose_car .inputs_block label span {
  font-size: 24px;
  font-weight: 500;
}

.choose_car .inputs_block label i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 3px solid #4B4B4B;
  border-radius: 50px;
  cursor: pointer;
}

.choose_car .inputs_block label i:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #002D96;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.2s linear;
}

.choose_car .inputs_block label input:checked + i {
  border-color: #002D96;
}
.choose_car .inputs_block label input:checked + i:before {
  opacity: 1;
}

.choose_car .image_block {
  margin-left: -120px;
  background: url(../img/image_block.png) 20% 0 no-repeat;
}

.choose_car .selects_block {
  width: 350px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.choose_car .selects_block .select_item {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  width: 100%;
}

.choose_car .selects_block .select_item .select_name {
  font-size: 24px;
  font-weight: 500;
}

.choose_car .selects_block .select_item select {
  font-size: 20px;
  font-weight: 500;
}

.choose_car .select_color {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 334px;
}

.choose_car .select_color label {
  width: 48%;
  height: 94px;
  display: block;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
}

.choose_car .select_color label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.choose_car .select_color label input + span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: all 0.2s linear;
}

.choose_car .select_color label:hover input + span,
.choose_car .select_color label input:checked + span {
  border-color: #0B0D0C;
}

.choose_car .select_color label input + span:before {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url("../img/select_color_ico.svg") no-repeat;
  opacity: 0;
  transition: all 0.2s linear;
}
.choose_car .select_color label input:checked + span:before {
  opacity: 1;
}

.choose_car .form_block {
  width: 425px;
}

.choose_car .form_block form .form-group input[type="text"],
.choose_car .form_block form .form-group input[type="tel"] {
  background: #fff;
  border: 2px solid #000000;
}

.choose_car .form_block form .btn {
  margin-top: 12px;
  width: 100%;
}

.choose_car .form_block .agree_field,
.choose_car .form_block .agree_field a {
  color: #000000;
}

.choose_car .btn {
  margin-top: 30px;
  width: 425px;
}
.choose_car .choose_btns {
  margin-top: 20px;
  width: 100%;
  max-width: 425px;
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
}

.choose_car .choose_btns .btn {
  margin: 0;
  width: 49%;
}

.choose_car .choose_btns .btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}

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

#instock {
  margin-top: 120px;
}
.filter_quick_menu {
  display: none;
}
#tb_complects {
  width: 100%;
  margin-top: 28px;
}

#tb_complects tbody tr:nth-child(1) {
  display: none;
}
#tb_complects tbody tr td:before {
  display: none;
}
#filter_table {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
#filter_table .select_container {
  width: 33%;
}
#tb_complects .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 16px;
  padding: 25px 25px 25px 0;
  border-radius: 8px;
  background: #fdfdfd;
  box-shadow: 0 2px 8px 0 #4e4e4e14;
  transition: all 0.2s linear;
}
.compl_img {
  width: 378px;
}
.compl_wrapper {
  width: 66%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.compl_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.compl_name {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.compl_name b {
  font-family: "Wadik", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.compl_tehs {
  max-width: 260px;
  margin-top: 66px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 28px;
  font-size: 16px;
  font-weight: 400;
  color: #0B0D0C;
}
.compl_tehs:before {
  content: '';
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../img/compl_tehs_ico.svg) no-repeat;
}
.compl_props {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}
.compl_props > a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 20px;
  padding-left: 28px;
  font-size: 16px;
  font-weight: 400;
  color: #0B0D0C;
}
.compl_props > a:before {
  content: '';
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
}
.compl_props .ico1:before {
  background: url(../img/compl_props_ico1.svg) 50% 50% no-repeat;
}
.compl_props .ico2:before {
  background: url(../img/compl_props_ico2.svg) 50% 50% no-repeat;
}
.compl_props .ico3:before {
  background: url(../img/compl_props_ico3.svg) 50% 50% no-repeat;
}
.compl_props .ico4:before {
  background: url(../img/compl_props_ico4.svg) 50% 50% no-repeat;
}
.compl_props .ico5:before {
  background: url(../img/compl_props_ico5.svg) 50% 50% no-repeat;
}
.compl_props .ico6:before {
  background: url(../img/compl_props_ico6.svg) 50% 50% no-repeat;
}
.compl_props .ico7:before {
  background: url(../img/compl_props_ico7.svg) 50% 50% no-repeat;
}
#tb_complects .btns {
  width: 224px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
#tb_complects .btns .btn {
  width: 100%;
}

.tb_complects_showmore {
  margin-top: 10px;
  width: fit-content;
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #0b0d0c;
}
.tb_complects_showmore:after {
  content: "";
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  background: url("../img/compl_show_ico.svg") no-repeat;
}

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

.tradein {
  margin-top: 120px;
}
.tradein_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 55px;
}
.tradein_img {
  position: relative;
  padding-left: 82px;
  margin-right: -362px;
}
.tradein_img img {
  border-radius: 12px 0 0 12px;
}
.tradein_img:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/tradein_img_decor.png) no-repeat;
  background-size: contain;
}
.tradein_block {
  width: 100%;
  max-width: 425px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.tradein_comment {
  font-size: 24px;
  font-weight: 500;
}

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

.leasing {
  margin-top: 120px;
  padding: 60px 0;
  background: url("../img/leasing_bg.jpg") 50% 0 no-repeat;
}
.leasing_wrapper {
  display: grid;
  justify-content: center;
}
.leasing_block {
  padding: 40px;
  background: #FFFFFF80;
  backdrop-filter: blur(10px);
  border: 1px solid #FFFFFF;
  border-radius: 12px;
}
.leasing_title {
  font-family: "Wadik", sans-serif;
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.leasing_comment {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.leasing_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  width: 425px;
  margin: 0 auto;
}
.leasing_props {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.leasing_props a {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.leasing_props a:before {
  content: '';
  position: relative;
  display: block;
  min-width: 50px;
  height: 50px;
  border-radius: 5px;
}
.leasing_props .ico1:before {
  background: url(../img/leasing_props_ico1.svg) 50% 50% no-repeat #ffffff;
}
.leasing_props .ico2:before {
  background: url(../img/leasing_props_ico2.svg) 50% 50% no-repeat #ffffff;
}
.leasing_props a span {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  background: #FFFFFF;
  border-radius: 5px;
}
.leasing .btn {
  width: 100%;
}
/****************************************************************************************************/

.credit {
  margin-top: 120px;
}
.credit_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 55px;
}
.credit_img {
  position: relative;
  padding-right: 82px;
  margin-left: -362px;
}
.credit_img img {
  border-radius: 0 12px 12px 0;
}
.credit_img:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/credit_img_decor.png) no-repeat;
  background-size: contain;
}
.credit_block {
  width: 100%;
  max-width: 425px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.credit_comment {
  font-size: 24px;
  font-weight: 500;
}

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

.contacts {
  margin-top: 120px;
  padding: 120px 0;
  background: #0B0D0C;
}

.contacts_wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 24px;
}
.contacts_block {
  min-width: 382px;
  color: #ffffff;
}
.contacts_title {
  font-size: 22px;
  font-weight: 500;
}
.contacts_wrap {
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.bottom_addr {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 28px;
  padding-left: 38px;
  font-size: 16px;
  font-weight: 400;
}
.bottom_addr:before {
  content: '';
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  background: url(../img/bottom_addr_ico.svg) no-repeat;
}
.bottom_phone {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 31px;
  padding-left: 34px;
}
.bottom_phone a {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}
.bottom_phone:before {
  content: '';
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/bottom_phone_ico.svg) no-repeat;
}
.bottom_hour {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 24px;
  padding-left: 34px;
  font-size: 16px;
  font-weight: 400;
}
.bottom_hour:before {
  content: '';
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/bottom_hour_ico.svg) no-repeat;
}

.contacts_comment {
  margin-top: 40px;
  font-size: 26px;
  font-weight: 400;
}
#contacts_form {
  margin-top: 20px;
  max-width: 387px;
}
#contacts_form .form-group input[type="text"],
#contacts_form .form-group input[type="tel"] {
  color: #4B4B4B;
  background: #ffffff;
  border-color: #ffffff;
}
#contacts_form .form-group input[type="text"]::placeholder,
#contacts_form .form-group input[type="tel"]::placeholder {
  color: #4B4B4B;
}
#contacts_form .btn.glass {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
#contacts_form .agree_field input + span {
  border-color: #ffffff;
}
#contacts_form .agree_field,
#contacts_form .agree_field a {
  color: #ffffff;
}
#map1 {
  position: relative;
  width: 100%;
  max-width: 778px;
  height: 470px;
  background: url(../img/map.jpg) 50% 0 no-repeat;
  background-size: cover;
  border-radius: 12px;
  overflow: hidden;
}

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

.footer {
  padding: 30px 0;
  background: #0B0D0CE5;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer a {
}
.your_info {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.footer_block {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.footer_block a {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
}
.sinoby {
  display: flex;
  column-gap: 4px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
}
.footer .disclamer {
  width: 100%;
  display: none;
  padding-top: 35px;
  font-size: 12px;
  color: #ffffff;
  text-align: left;
}

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

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

@media (max-width: 1800px) {
  .main_banner .banner_slide3 {
    background: url("../img/bg3_laptop.jpg") 50% 0 no-repeat;
    height: 947px;
  }
}

@media (max-width: 1570px) {
  .timer div[id^="timer"] {
    transform: scale(0.8) !important;
    min-width: fit-content !important;
    transform-origin: 0 50%;
  }
}

@media (max-width: 1390px) {
  .main_banner .title_container .title1 {
    font-size: 28px;
  }

  .main_banner .title_container .title2 {
    font-size: 26px;
  }

  .timer_cont {
    width: 52%;
    row-gap: 10px;
  }

  .timer_title {
    font-size: 20px;
  }

  .car_menu {
    margin-top: 40px;
    width: 92%;
    left: 4%;
  }
}

@media (max-width: 1289px) {
  .main_banner .banner_slide3 {
    background: url("../img/bg3_premob.jpg") 50% 0 no-repeat;
    height: 860px;
  }
}
@media (max-width: 1260px) {
  .tradein_img {
    padding-left: 6.6vw;
  }
  .credit_img {
    padding-right: 6.6vw;
  }
}
@media (max-width: 1186px) {
  .car_items {
    margin-top: 64px;
  }

  .car_item {
    margin-top: 94px;
  }
  #instock {
    margin-top: 94px;
  }
  .tradein {
    margin-top: 94px;
  }
  .credit {
    margin-top: 94px;
  }
  .contacts {
    margin-top: 94px;
  }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 991px) {
  .banner_props a {
    font-size: 18px;
  }
  .main_banner {
    margin-top: 90px;
  }
  .header .btn {
    display: none;
  }

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

  .header .m_btn {
    display: block;
    position: relative;
    width: 30px;
    height: 22px;
    z-index: 1;
  }

  .header .m_btn span {
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background: #000000;
    transition: all 0.2s linear;
  }

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

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

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

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

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

  .header .menu {
    display: block;
    position: fixed;
    width: 100%;
    top: 89px;
    left: 100%;
    background: #f8f8f8;
    z-index: 10;
    height: auto;
    transition: all 0.2s linear;
    overflow: scroll;
  }

  .scroll .header .menu {
    top: 75px;
  }

  .header .menu.active {
    left: 0;
  }

  .main_menu {
    flex-direction: column;
    align-items: center;
    row-gap: 14px;
  }

  .main_banner .title_container .title1 {
    font-size: 3.6vw;
  }
  .main_banner .title_container .title2 {
    font-size: 3vw;
  }

  .main_banner .title_container {
    position: relative;
    width: 100%;
    margin-top: 2vw;
    padding: 2vw 0 54px;
  }

  .timer_wrap {
    position: relative;
    flex-direction: column;
    align-items: center;
    padding: 28px 0;
  }
  .timer_cont {
    width: 100%;
    max-width: 480px;
  }
  .timer_title {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 26px;
  }
  .timer {
    margin-top: 48px;
  }
  .timer div[id^="timer"] {
    transform: scale(0.8) !important;
    transform-origin: initial;
    min-width: 648px !important;
  }
  #timer_form .form-group:nth-child(7) {
    width: 100%;
  }
  #timer_form .form-group:nth-child(8) {
    width: 100%;
  }

  .car_menu {
    padding: 0;
    width: 102%;
    left: -1%;
  }

  .car_item {
    position: relative;
  }
  .car_profit {
    margin-top: 12px;
  }
  .car_wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
  .car_gallery {
    width: 100%;
    left: 0;
    position: relative;
    max-width: initial;
    padding: 0;
    margin-top: 20px;
  }
  .car_item .car_gallery .slick-slide {
    max-height: initial;
  }
  .car_item .car_gallery .slick-slide picture,
  .car_item .car_gallery .slick-slide img {
    width: 100%;
  }
  .car_color {
    margin-top: 0;
    width: 100%;
  }
  .car_name {
    position: absolute;
    top: 0;
  }

  .car_block {
    width: 100%;
  }

  .car_gallery .slick-list {
    min-height: initial;
  }

  #tb_complects .item {
    flex-direction: column;
    row-gap: 20px;
    padding: 20px;
  }
  .compl_img {
    width: initial;
  }
  .compl_wrapper {
    width: 100%;
    align-items: start;
  }
  .compl_tehs {
    margin-top: 20px;
  }
  #tb_complects .btns {
    flex-direction: column;
    row-gap: 12px;
  }

  .tradein_wrapper {
    flex-direction: column;
  }
  .tradein_img {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
    padding-top: 5vw;
    padding-left: 0;
  }
  .tradein_img:before {
    top: 0;
    background: url(../img/tradein_img_decor_mob.png) no-repeat;
    background-size: 100%;
  }
  .tradein_block {
    row-gap: 20px;
  }
  .tradein_img img {
    width: 100%;
    border-radius: 12px;
  }

  .credit {
    margin-top: 40px;
  }
  .credit_wrapper {
    flex-direction: column-reverse;
  }
  .credit_img {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    padding-top: 5vw;
    padding-right: 0;
  }
  .credit_img:before {
    top: 0;
    background: url(../img/credit_img_decor_mob.png) no-repeat;
    background-size: 100%;
  }
  .credit_block {
    row-gap: 20px;
  }
  .credit_img img {
    width: 100%;
    border-radius: 12px;
  }

  .choose_car {
    margin-top: 80px;
  }
  .choose_car .item {
    height: auto;
    min-height: 460px;
  }
  .choose_car .item[data-block="0"],
  .choose_car .item[data-block="6"]{
    background-size: cover;
  }
  .choose_car .content {
    padding-top: 6vw;
  }
  .choose_car .content .choose_num {
    font-size: 34px;
  }
  .choose_car .content .title {
    font-size: 32px;
  }
  .choose_car .item_blocks .item_blocks_wrap {
    min-width: initial;
    row-gap: 4vw;
  }
  .choose_car .selects_block {
    width: 100%;
  }
  .choose_car .content .content_head {
    flex-direction: column-reverse;
  }
  .choose_car .item_blocks {
    margin-top: 20px;
    flex-direction: column;
  }
  .choose_car .image_block {
    margin: 0;
  }
  .choose_car .content .title {
    font-size: 5vw;
  }
  .choose_car .comment {
    font-size: 6vw;
  }
  .choose_car .item_blocks {
    margin-top: 2vw;
  }
  .choose_car .select_color {
    width: 100%;
    max-width: 340px;
  }
  .choose_car .choose_btns {
    max-width: initial;
  }
  .choose_car .btn {
    margin-top: 20px;
    width: 100%;
    max-width: 460px;
  }
  .choose_car .form_block {
    width: 100%;
    max-width: 460px;
  }
  .choose_car .text {
    margin-top: 4vw;
    font-size: 5vw;
  }
}

/*IPAD END*/
@media (max-width: 980px) {
}
/*MOBILE BEGIN*/
@media (max-width: 767px) {
  .banner_props {
    display: grid;
    margin-top: 2vw;
    gap: 1vw;
  }

  .banner_props a {
    min-height: 6vw;
    font-size: 3vw;
    padding-left: 8vw;
    text-align: left;
  }

  .banner_props a:before {
    width: 6vw;
    height: 6vw;
    background-size: contain !important;
  }

  .header .header_wrapper {
    padding: 8px 0;
    flex-wrap: wrap;
  }

  .main_banner {
    margin-top: 108px;
  }
  .main_banner .banner_slide1 {
    background: url(../img/bg1_mob.jpg?v=2) 50% 0 no-repeat;
    background-size: 100%;
    height: 98vw;
  }
  .main_banner .banner_slide2 {
    background: url(../img/bg2_mob.jpg?v=2) 50% 0 no-repeat;
    background-size: 100%;
    height: 124vw;
  }
  .main_banner .banner_slide3 {
    background: url(../img/bg3_mob.jpg?v=2) 50% 0 no-repeat;
    background-size: 100%;
    height: 124vw;
  }

  .main_banner .banner_slide4 {
    background: url(../img/bg4_mob.jpg?v=2) 50% 0 no-repeat;
    background-size: 100%;
    height: 124vw;
  }
  .main_banner .banner_slide5 {
    background: url(../img/bg5_mob.jpg?v=2) 50% 0 no-repeat;
    background-size: 100%;
    height: 124vw;
  }
  .main_banner .title_container {
    margin-top: 5vw;
    padding: 3vw 0;
  }
  .main_banner .title_container .br_mob {
    display: block;
  }
  .main_banner .title_container .title1 {
    font-size: 4vw;
    text-align: center;
  }
  .main_banner .title_container .title2 {
    margin-top: 2vw;
    font-size: 4vw;
    text-align: center;
    line-height: 164%;
  }
  .main_banner .title_container .title2 span {
    padding: 1vw 2vw;
  }
  .main_banner .title_container .title2 span:before {
    left: -12px;
    right: -12px;
    width: initial;
  }

  .main_banner .title_container .title3 {
    margin-top: 2vw;
    font-size: 4vw;
    text-align: center;
  }

  .main_banner .btn {
    display: none;
  }

  .banner_profit {
    margin-top: 58vw;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 10px;
  }

  .header .top_phone {
    justify-content: center;
    column-gap: 8px;
    width: 100%;
    margin-top: 8px;
    padding: 0;
  }

  .header .top_phone:before {
    position: relative;
    display: block;
    min-width: 24px;
  }

  .header .m_btn {
    position: absolute;
    top: 26px;
    right: 16px;
  }

  .header .menu {
    top: 106px;
  }

  .header .top_addr {
    display: none;
  }

  .choose_car .item[data-block="0"] {
    background: url(../img/choose_car_bg1_mob.jpg) 50% 100% no-repeat;
    background-size: 100%;
    min-height: 106vw;
  }
  .choose_car .item[data-block="6"] {
    background: url(../img/choose_car_bg6_mob.jpg) 50% 100% no-repeat;
    background-size: 100%;
    min-height: 120vw;
  }
  .choose_car .comment {
    font-size: 5vw;
  }
  .section_item {
    font-size: 32px;
    text-align: center;
  }

  .car_wrapper {
    padding: 48px 16px 16px;
  }

  .car_name {
    top: 20px;
    font-size: 34px;
  }

  .car_profit {
    margin-top: 42px;
    position: relative;
    top: 0;
    flex-direction: column;
    row-gap: 6px;
  }
  .car_btns {
    margin-top: 20px;
    flex-direction: column;
    row-gap: 12px;
  }
  .car_btns .btn {
    width: 100%;
  }

  #filter_table {
    flex-direction: column;
    row-gap: 12px;
  }
  #filter_table .select_container {
    width: 100%;
  }
  #tb_complects .item {
    flex-wrap: wrap;
  }
  .compl_wrapper {
    flex-wrap: wrap;
  }
  .compl_wrap {
    width: 50%;
  }
  .compl_props {
    width: 50%;
  }
  .compl_name {
    width: initial;
  }
  .compl_tehs {
    width: initial;
  }
  #tb_complects .btns {
    margin-top: 15px;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  #tb_complects .btns .btn {
    width: 49%;
  }

  .tradein_wrapper {
    margin-top: 20px;
    flex-direction: column-reverse;
    row-gap: 24px;
  }
  .tradein_block {
    margin: 0 auto;
  }
  .tradein_comment {
    font-size: 20px;
    text-align: center;
  }
  .tradein_img img {
    max-width: 100%;
  }

  .leasing {
    margin-top: 60px;
    padding: 34vw 0 20px;
    background-size: 100%;
  }
  .leasing_block {
    padding: 20px;
    background: #d7d7d7;
  }
  .leasing_wrap {
    width: 100%;
    max-width: 460px;
  }
  .leasing_title {
    font-size: 26px;
  }
  .leasing_comment {
    margin-top: 20px;
    font-size: 18px;
  }
  .leasing_props a span {
    padding: 0 12px;
    font-size: 16px;
  }

  .contacts {
    margin-top: 60px;
    padding: 60px 0 30px;
  }
  .contacts_wrapper {
    flex-direction: column;
  }
  .contacts_wrap {
    align-items: start;
  }
  .contacts_wrap > div {
    text-align: left;
  }
  .bottom_addr,
  .bottom_hour {
    font-size: 15px;
  }
  .contacts_block {
    min-width: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #map1 {
    margin-top: 24px;
    max-width: initial;
    height: 320px;
  }
}
/*MOBILE END*/
@media (max-width: 680px) {
}

@media (max-width: 560px) {
  .header .logo1 {
    max-width: 84px;
    padding: 2px 14px 2px 0;
    margin-right: 16px;
  }

  .header .logo2 b {
    font-size: 24px;
  }
  .header .logo2 span {
    font-size: 8px;
  }

  .header .top_addr {
    font-size: 12px;
    margin-right: 58px;
  }

  .header .m_btn {
    top: 18px;
  }

  .header .menu,
  .scroll .header .menu {
    top: 88px;
  }

  .main_banner {
    margin-top: 90px;
  }

  .banner_props a {
    font-size: 4vw;
  }

  .timer_title {
    font-size: 22px;
  }

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

  .car_item {
    margin-top: 60px;
  }

  .car_name {
    font-size: 28px;
  }
  .car_profit a {
    font-size: 14px;
  }

  .info_block {
    min-width: initial;
  }

  #instock {
    margin-top: 60px;
  }
  #tb_complects .compl_img {
    width: 100%;
  }
  #tb_complects .compl_img img {
    display: block;
    margin: 0 auto;
  }
  .compl_name {
    left: 0;
  }
  .compl_wrap {
    width: 100%;
  }
  .compl_props {
    margin-top: 16px;
    width: 100%;
  }
  #tb_complects .btns {
    margin-top: 24px;
    flex-direction: column;
  }
  #tb_complects .btns .btn {
    width: 100%;
  }

  .tradein {
    margin-top: 60px;
  }

  .contacts_comment {
    font-size: 20px;
  }
  .contacts_title {
    font-size: 20px;
  }
  .bottom_addr .br_mob {
    display: block;
  }
}

@media (max-width: 520px) {
  .timer div[id^="timer"] {
    transform: scale(0.54) !important;
    transform-origin: initial;
  }
}

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

  .timer {
    margin-top: 64px;
  }
  .timer_title {
    font-size: 24px;
  }

  .img_block {
    padding-bottom: 26vw;
  }

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

@media (max-width: 390px) {
  .header .top_addr {
    font-size: 10px;
    margin-right: 40px;
  }
}

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

@media (max-width: 360px) {
  .car_gallery .slick-dots {
    column-gap: 8px;
    margin-top: 14px;
    margin-bottom: 0;
  }
}

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