<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  overflow-x: hidden;
}

body {
  font-family: "ChangAnunitype-Regular", Arial, sans-serif;
  font-size: 16px;
  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;
}

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: 100%;
  /* height: 48px; */
}

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: "ChangAnunitype", Arial, sans-serif;
  outline: none;
}

a {
  text-decoration: none;
}

.container {
  margin: 0px auto;
  padding: 0px 15px;
  max-width: 1200px;
  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: 1320px) {
  .container {
    width: 1280px;
    max-width: 100%;
  }
}

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

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

.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: #000;
  display: block;
  height: 48px;
  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: 1px solid #939393;
  padding: 10px;
}

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

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

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

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

.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: 48px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding-left: 10px;
  height: 48px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #939393;
}

.popup_container .form-group button {
  cursor: pointer;
  height: 48px;
  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;
  padding-left: 20px;
  top: 0px;
  font-weight: 300;
}

.agree_field a {
  color: black;
  text-decoration: underline;
}

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

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

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

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

form .form-group input[type="text"],
form .form-group input[type="tel"] {
  height: 48px;
  width: 100%;
  color: #000;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 300;
  text-align: left;
  border: 1px solid #000;
  padding: 0px 20px;
  outline: none;
  background: #fff;
  border-radius: 10px;
  font-family: "ChangAnunitype-Regular", Arial, sans-serif;
}

select {
  display: block;
  color: #000;
  height: 48px;
  width: 100%;
  padding-left: 15px;
  padding-right: 35px;
  font-size: 16px;
  font-weight: 300;
  outline: none;
  background: url(../img/ico_select.png) right 20px center no-repeat;
  border: 1px solid #000;
  border-radius: 10px;
}

form .form-group button {
  width: 100%;
  height: 48px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  font-family: "ChangAnunitype-Regular", Arial, sans-serif;
}

form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b2b2b2;
}

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

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

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

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

sup {
  font-size: 14px !important;
}

.btn {
  background: #0069b5;
  color: white;
  /* text-transform:uppercase; */
  text-align: center;
  height: 48px;
  width: 280px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #0069b5;
  position: relative;
  text-decoration: none;
  transition: all 0.2s linear;
  border-radius: 10px;
}

.btn span {
  display: inline-block;
  width: 100%;
}

.btn:hover {
  background: #333333;
  border: 1px solid #333333;
}

.btn.white {
  background: #fff;
  color: #0069b5;
  border: 1px solid #0069b5;
}

.btn.white:hover {
  background: #0069b5;
  color: white;
}

.btn.grey {
  background: #333333;
  border: 1px solid #333333;
}

.btn.grey:hover {
  background: #fff;
  color: #0069b5;
}

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

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: #fff;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.header .logo_wrap {
  display: flex;

  align-items: center;
  width: 40%;
}

.header .logo1 {
}

.header .logo2 {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 2px solid #000;
}

.header .logo img {
}

.header .top_addr {
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.header .top_addr .worktime {
  font-size: 14px;
  margin-top: 5px;
}

.header .top_phone {
  padding-left: 35px;
  position: relative;
}

.header .top_phone a {
  font-size: 16px;
  /* font-weight: 700; */
  color: #000;
}

.header .top_phone:before {
  content: url(../img/phone_top.png);
  position: absolute;
  top: -5px;
  left: 0;
}

.header .btn {
  width: 230px;
  height: 40px;
}

.header .m_btn {
  display: none;
}

header .menu {
  background: #f7f7f7;
  padding: 10px 0;
}

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

header .menu a {
  color: #000;
  font-weight: 400;
  transition: all 0.2s linear;
  text-transform: uppercase;
}

header .menu a:hover {
  color: #0069b5;
}

header .menu .cars_menu {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s linear;
  position: absolute;
  top: 19px;
  left: 0;
  background: #f7f7f7;
  padding: 25px;
  display: flex;
  flex-direction: column;
  min-width: 190px;
}

header .menu .cars_menu a {
  margin: 10px 0;
}

/*
header .menu a[menu="cars"]:hover + .cars_menu {
  opacity: 1;
  pointer-events: unset;
} */

header .menu .cars_menu:hover {
  opacity: 1;
  pointer-events: unset;
}

.big_cars_menu {
  margin-bottom: 60px;
}

.big_cars_menu__title {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  font-size: 30px;
}

.big_cars_menu_slider .slick-list .slick-slide {
  height: unset;
}

.big_cars_menu_slider .slick-arrow {
  background-image: url("../img/menu-next.png");
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  position: absolute;
  width: 50px;
  height: 50px;
  border: none;
  top: 50%;
}

.big_cars_menu_slider .slick-arrow.slick-prev {
  transform: rotate(180deg);
  left: -54px;
}

.big_cars_menu_slider .slick-arrow.slick-next {
  right: -54px;
}

.big_cars_menu_slider .slick-arrow::before {
  display: none;
}

.big_cars_menu__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
}

.big_cars_menu__item span {
  position: relative;
}

.big_cars_menu__item span::after {
  content: "";
  position: absolute;
  background-color: black;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s linear;
}

a.big_cars_menu__item:hover span::after {
  opacity: 1;
}

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

.banner {
  padding-top: 0px;
  margin-top: 139px;
}

.webp .banner {
}

.banner .item {
  position: relative;
  overflow: hidden;
}

.banner .slick-prev,
.banner .slick-next {
  width: 40px;
  height: 40px;
}

.banner .slick-prev {
  left: 20px;
  z-index: 1;
}

.banner .slick-next {
  right: 20px;
}

.banner .slick-prev:before,
.banner .slick-next:before {
  background: url(../img/next.png) 50% 50% no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  background-size: 100%;
}

.banner .slick-prev:before {
  font-size: 0px;
  transform: rotate(180deg);
}

.banner .slick-next:before {
  font-size: 0px;
}

.banner .item picture {
  display: block;
  overflow: hidden;
}

.banner .item picture img {
  max-width: none;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  height: 868px;
}

.banner .title_comment {
  position: absolute;
  width: 100%;
  color: #fff;
  z-index: 1;
  top: 50px;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
}

.banner .title_container {
  position: absolute;
  top: 56px;
  left: 0px;
  width: 100%;
}

.banner .title_container .cont {
}

.banner .title1 {
  font-family: "ChangAnunitype", sans-serif;
  font-weight: 200;
  font-size: 32px;
  color: #ffffff;
  text-transform: uppercase;
}

.banner .title1 span {
  font-size: 44px;
  font-weight: 700;
}

.banner .title2 {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  padding: 10px 0;
  margin-bottom: 30px;
}

.banner .title2 span {
  position: relative;
}

.banner .title2 b {
  font-size: 44px;
}

.banner .title2:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -27%;
  width: 1000px;
  height: 78px;
  background: linear-gradient(
    89.92deg,
    #b50000 0.05%,
    rgba(181, 0, 0, 0) 99.92%
  );
}

.banner .title2 sup {
  font-size: 14px;
}

.banner .title3 {
  font-size: 26px;
  color: #ffffff;
  padding: 15px 0;
  position: relative;
}

.banner .title3 span {
  position: relative;
}

.banner .title3 b {
  font-size: 30px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}

.banner .title3:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -27%;
  width: 1000px;
  height: 118px;
  background: linear-gradient(
    89.92deg,
    #0069b5 0.05%,
    rgba(0, 105, 181, 0) 99.92%
  );
}

.banner form {
  width: 100%;
  max-width: 304px;
  margin-top: 60px;
}

.banner form .form-group_wrapper {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.banner form .form-group {
  width: 100%;
}

.banner form input[type="tel"] {
  background: rgba(255, 255, 255, 0.5);
}

.banner form input[type="tel"]::placeholder {
  color: #000000;
}

.banner form .agree_field,
.banner form .agree_field a {
}

.banner .banner_props {
  display: flex;
  justify-content: space-between;
  margin-top: 515px;
}

.banner .banner_props a {
  color: #000;
  height: 52px;
  padding-left: 70px;
  position: relative;
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding-right: 15px;
}

.banner .banner_props a b {
  color: #0069b5;
  font-size: 25px;
  font-weight: 400;
}

.banner .banner_props a.ico2 b {
  font-size: 16px;
}

.banner .banner_props a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 52px;
  height: 52px;
  background: #0069b5;
  border-radius: 15px;
}

.banner .banner_props a.ico1:before {
  background: url(../img/banner_ico1.png) 50% no-repeat #0069b5;
}

.banner .banner_props a.ico2:before {
  background: url(../img/banner_ico2.png) 50% no-repeat #0069b5;
}

.banner .banner_props a.ico3:before {
  background: url(../img/banner_ico3.png) 50% no-repeat #0069b5;
}

.banner .banner_props a.ico1:hover:before {
  background: url(../img/banner_ico1_hover.png) 50% no-repeat #fff;
}

.banner .banner_props a.ico2:hover:before {
  background: url(../img/banner_ico2_hover.png) 50% no-repeat #fff;
}

.banner .banner_props a.ico3:hover:before {
  background: url(../img/banner_ico3_hover.png) 50% no-repeat #fff;
}

.banner .banner_props .title_ico {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: url("../img/title_ico.png") 20px 50% no-repeat #ff9632;
  border-radius: 10px;
  width: 288px;
  height: 55px;
  padding-left: 85px;
  color: #000000;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s;
  line-height: 90%;
}

.banner .banner_props .title_ico b {
  color: #000000;
  font-size: 20px;
  transition: all 0.3s;
}

.banner .banner_props .title_ico:before {
  display: none;
}

.banner .banner_props .title_ico:hover {
  background: url("../img/title_ico_hov.png") 20px 50% no-repeat #0069b5;
  color: #ffffff;
}

.banner .banner_props .title_ico:hover b {
  color: #ffffff;
}

.banner .title_container {
  top: 30px;
}

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

.banner .title_wrap {
  position: relative;
  width: 704px;
  /* height: 252px; */
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.77);
  padding: 26px 35px 25px 50px;
}
.banner .title_wrap .title {
  font-size: 25px;
  font-weight: 700;
  color: #0069b5;
  text-transform: uppercase;
}
.banner .title_wrap .title1 {
  color: #000;
  font-size: 37px;
  font-weight: 200;
  margin-top: 10px;
}

.banner .slide3 .title_wrap .title {
  font-size: 35px;
}
.banner .slide3 .title_wrap .title1 {
  font-size: 30px;
  font-weight: 600;
  text-transform: initial;
}
.banner .slide3 .title_wrap .title1 .br_mob {
  display: none;
}

.banner .title_wrap form {
  margin-top: 17px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  max-width: 100%;
}

.banner .slide3 .title_wrap form {

}

.banner .title_wrap form .form-group {
  width: 49%;
}

.banner .popup.btn {
  position: absolute;
  right: -202px;
  top: 40%;
  transform: rotate(-90deg) translateY(-50%);
  width: 268px;
  height: 60px;
  font-size: 31px;
}

.banner .title_props {
  width: 445px;
  max-width: 36%;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.banner .title_props &gt; a {
  font-family: "ChangAnunitype", sans-serif;
  display: flex;
  align-items: center;
  height: 58px;
  border-radius: 10px;
  background: #FFFFFFC4;
  color: #000000;
  font-weight: 200;
  font-size: 24px;
  padding-left: 63px;
}

.banner .title_props &gt; a.ico1 {
  background: url("../img/title_ico1.svg") 16px 50%  no-repeat #FFFFFFC4;
}

.banner .title_props &gt; a.ico2 {
  background: url("../img/title_ico2.svg") 16px 50%  no-repeat #FFFFFFC4;
}

.banner .title_props &gt; a.ico3 {
  background: url("../img/title_ico3.svg") 16px 50%  no-repeat #FFFFFFC4;
}



.banner .slide2 .title_container {
  top: 100px;
}

.banner .slide2 .container {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.banner .slide2 .title_wrap {
  /* width: 772px; */
  height: 252px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.77);
  padding: 30px;
}

.banner .slide2 .title_wrap .title1 {
  color: #000000;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
}

.banner .slide2 .title_wrap form {
  margin-top: 20px;
  width: 620px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  max-width: 100%;
}

.banner .slide2 .title_wrap form .form-group {
  width: 49%;
}

.banner .slide2 .title_props {
  width: 445px;
  max-width: 36%;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.banner .slide2 .title_props &gt; a {
  font-family: "ChangAnunitype", sans-serif;
  display: flex;
  align-items: center;
  height: 58px;
  border-radius: 10px;
  background: rgba(51, 51, 51, 0.77) 17px 50% no-repeat;
  color: #ffffff;
  font-weight: 200;
  font-size: 24px;
  padding-left: 63px;
}

.banner .slide2 .title_props &gt; a.ico1 {
  background-image: url("../img/title_ico1.svg");
}

.banner .slide2 .title_props &gt; a.ico2 {
  background-image: url("../img/title_ico2.svg");
}

.banner .slide2 .title_props &gt; a.ico3 {
  background-image: url("../img/title_ico3.svg");
}

.banner .slick-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  border: 2px solid #0069b5;
  border-radius: 50px;
  font-size: 0;
  cursor: pointer;
  z-index: 3;
  transition: all 0.2s linear;
}
.banner .slick-prev {
  left: 10%;
  background: url(../img/btn_prev.svg) 50% 50% no-repeat;
}
.banner .slick-next {
  right: 10%;
  background: url(../img/btn_next.svg) 50% 50% no-repeat;
}

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

.timer {
  padding: 25px 0;
}

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

.timer .timer_img {
  padding-right: 100px;
  position: relative;
  overflow-x: hidden;
  background: url(../img/timer_ico.png) 78% 7% no-repeat;
}

.webp .timer .timer_img .car_image {
  width: 135px;
  height: 125px;
  background: #0069b5;
  border-radius: 30px;
}

.webp .timer .timer_img img {
  position: absolute;
  width: 233px;
  bottom: 5px;
  left: -15px;
}

.webp .timer .timer_img {
}

.timer .timer_title {
  font-size: 19px;
  text-transform: uppercase;
  line-height: 100%;
}

.timer .timer_title span {
  font-size: 25px;
  /* font-weight: 700; */
  color: #0069b5;
  display: block;
}

.timer .timer_block {
}

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

.timer .btn {
  width: 300px;
}

.timer .btn:hover {
}

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

.offers {
  background: #F1F1F1;
}
.offers_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 50px 16px 35px;
  background: #ffffff;
}
.offers_wrapper .offers_title {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.offers_title1 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0066B5;
}
.offers_title2 {
  font-size: 22px;
  font-weight: 400;
}
.offers_form_title {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.offers_form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 35px 40px 35px;
  background: #0069B5;
  border-radius: 0 0 35px 35px;
}

#offers_form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 20px;
  max-width: 619px;
}

#offers_form .form-group {
  width: 48%;
}
#offers_form .form-group input[type="text"],
#offers_form .form-group input[type="tel"] {
  color: #ffffff;
  border-color: #ffffff;
  background: transparent;
}
#offers_form .form-group input[type="text"]::placeholder,
#offers_form .form-group input[type="tel"]::placeholder {
  color: #ffffff;
}
#offers_form .agree_field,
#offers_form .agree_field a {
  color: #ffffff;
}


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

.cars {
  background: #f1f1f1;
  padding-top: 70px;
  padding-bottom: 10px;
}

.cars .car_item {
  background: #fff;
  border-radius: 30px;
  margin-bottom: 70px;
  padding: 30px 35px;
}

.cars .car_item#cs35plus {
  background: url(../img/cars/cs35plus/bg_cs35plus.png) 100% 50% no-repeat #fff;
}

.cars .car_item#cs35plus_new {
  background: url(../img/cars/cs35plus_new/bg_cs35plus_new.png) 100% 50%
    no-repeat #fff;
}

.cars .car_item#cs55 {
  background: url(../img/cars/cs55/bg_cs55.png) 100% 50% no-repeat #fff;
}

.cars .car_item#cs55plus {
  background: url(../img/cars/cs55plus/bg_cs55plus.png) 100% 50% no-repeat #fff;
}

.cars .car_item#cs75fl {
  background: url(../img/cars/cs75fl/bg_cs75fl.png) 100% 50% no-repeat #fff;
}

.cars .car_item#cs95 {
  background: url(../img/cars/cs75fl/bg_cs75fl.png) 100% 50% no-repeat #fff;
}

.cars .car_item#uni_k {
  background: url(../img/cars/uni_k/bg_uni_k.png) 100% 50% no-repeat #fff;
}

.cars .car_item#uni_v {
  background: url(../img/cars/uni_v/bg_uni_v.png) 100% 50% no-repeat #fff;
}

.cars .car_item#uni_t {
  background: url(../img/cars/uni_v/bg_uni_v.png) 100% 50% no-repeat #fff;
}

.cars .car_item#cs75plus_new {
  background: url(../img/cars/uni_v/bg_uni_v.png) 100% 50% no-repeat #fff;
}

.cars .car_item#cs85coupe {
  background: url(../img/cars/cs85coupe/bg_cs85coupe.png) 100% 50% no-repeat
    #fff;
}

.cars .car_item#alsvin {
  background: url(../img/cars/uni_v/bg_uni_v.png) 100% 50% no-repeat #fff;
}

.cars .car_item#cs95_new {
  background: url(../img/cars/uni_v/bg_uni_v.png) 100% 50% no-repeat #fff;
}

.cars .car_item#eadoplus {
  background: url(../img/cars/cs35plus/bg_cs35plus.png) 100% 50% no-repeat #fff;
}

.cars .car_item#hunterplus {
  background: url(../img/cars/cs35plus/bg_cs35plus.png) 100% 50% no-repeat #fff;
}

.cars .car_item#uni_s {
  background: url(../img/cars/uni_v/bg_uni_v.png) 100% 50% no-repeat #fff;
}

.cars .car_item#uni_k_idd {
  background: url(../img/cars/cs75fl/bg_cs75fl.png) 100% 50% no-repeat #fff;
}

.cars .car_item#lamore {
  background: url(../img/cars/cs75fl/bg_cs75fl.png) 100% 50% no-repeat #fff;
}

.webp .cars .car_item#cs35plus {
  background: url(../img/cars/cs35plus/bg_cs35plus.webp) 100% 50% no-repeat #fff;
}

.webp .cars .car_item#cs35plus_new {
  background: url(../img/cars/cs35plus_new/bg_cs35plus_new.webp) 100% 50%
    no-repeat #fff;
}

.webp .cars .car_item#cs55 {
  background: url(../img/cars/cs55/bg_cs55.webp) 100% 50% no-repeat #fff;
}

.webp .cars .car_item#cs55plus {
  background: url(../img/cars/cs55plus/bg_cs55plus.webp) 100% 50% no-repeat #fff;
}

.webp .cars .car_item#cs75fl {
  background: url(../img/cars/cs75fl/bg_cs75fl.webp) 100% 50% no-repeat #fff;
}

.webp .cars .car_item#uni_k {
  background: url(../img/cars/uni_k/bg_uni_k.webp) 100% 50% no-repeat #fff;
}

.webp .cars .car_item#uni_v {
  background: url(../img/cars/uni_v/bg_uni_v.webp) 100% 50% no-repeat #fff;
}

.webp .cars .car_item#cs85 {
  background: url(../img/cars/cs85/bg_cs85.webp) 100% 50% no-repeat #fff;
}

/*.cars .car_item#cs35plus:hover {
    background: url(../img/cars/cs35plus/bg_cs35plus_hover.png) 100% 50% no-repeat #fff;
}

.cars .car_item#cs55:hover {
    background: url(../img/cars/cs55/bg_cs55_hover.png) 100% 50% no-repeat #fff;
}

.cars .car_item#cs75fl:hover {
    background: url(../img/cars/cs75fl/bg_cs75fl_hover.png) 100% 50% no-repeat #fff;
}

.cars .car_item#uni_k:hover {
    background: url(../img/cars/uni_k/bg_uni_k_hover.png) 100% 50% no-repeat #fff;
}*/

/*
.webp .cars .car_item#cs35plus:hover {
    background: url(../img/cars/cs35plus/bg_cs35plus_hover.webp) 100% 50% no-repeat #fff;
}

.webp .cars .car_item#cs55:hover {
    background: url(../img/cars/cs55/bg_cs55_hover.webp) 100% 50% no-repeat #fff;
}

.webp .cars .car_item#cs75fl:hover {
    background: url(../img/cars/cs75fl/bg_cs75fl_hover.webp) 100% 50% no-repeat #fff;
}

.webp .cars .car_item#uni_k:hover {
    background: url(../img/cars/uni_k/bg_uni_k_hover.webp) 100% 50% no-repeat #fff;
}
*/

.cars .car_title_block {
  display: flex;
  align-items: center;
  position: relative;
}

.cars .car_name {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  font-family: "ChangAnunitype", Arial, sans-serif;
  font-weight: 700;
  position: relative;
  display: flex;
  flex-direction: row;
  padding-right: 300px;
  gap: 10px;
}

.cars .car_name span {
  color: #0069B5;
}

.cars .car_name a.ico_cred {
  padding-left: 60px;
  position: absolute;
  color: #333333;
  font-size: 20px;
  text-decoration: none;
  background: url(../img/ico_cred.png) 0 50% no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.cars .car_name a.ico_cred b {
  color: #333333;
  font-weight: 700;
}

.cars .car_img a.ico_cred {
  padding-left: 60px;
  position: absolute;
  color: #333333;
  font-size: 20px;
  text-decoration: none;
  background: url(../img/ico_cred.png) 0 50% no-repeat;
  top: 0;
  left: 0;
}

.cars .car_img a.ico_cred b {
  color: #333333;
  font-weight: 700;
}

.cars .car_new {
  margin-left: 45px;
  padding-left: 50px;
  color: #333333;
  font-size: 20px;
  background: url(../img/new.png) 0 50% no-repeat;
}

.cars .car_new span {
  display: inline-block;
  background: #0069b5;
  color: #fff;
  border-radius: 10px;
  font-size: 25px;
  display: inline-block;
  padding: 5px 10px;
}

.cars .car_new {
}

.cars .car_new span {
}

.cars .car_specprice {
  display: inline-block;
  padding-left: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #0066b5;
  text-decoration: none;
  background: url("../img/ico_warning.png") 0 100% no-repeat;
  margin-left: 20px;
}

.cars .car_specprice span {
  display: block;
  color: #ffffff;
  width: 100%;
  background: #333333;
  border-radius: 5px;
  text-align: center;
  line-height: 112%;
}

#cs35plus_new .car_specprice,
#cs55plus .car_specprice {
  position: absolute;
  top: 60px;
  margin-left: 45px;
}

.cars .car_item_wrap {
  display: flex;
  justify-content: space-between;
  /* padding-top: 25px; */
  align-items: center;
}

.cars .car_plashka {
  position: absolute;
  top: -14px;
  left: 355px;
}

.cars #cs85coupe .car_item_wrap,
.cars #cs35plus_new .car_item_wrap {
  padding-top: 25px;
}

.cars .car_info {
  width: 100%;
  max-width: 465px;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
}

.car_profit {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 58px;
  font-size: 20px;
  font-weight: 700;
  background: #F6F6F6;
  border-radius: 10px;
  min-height: 49px;
}

.car_profit:before {
  content: '';
  position: absolute;
  left: 12px;
  width: 39px;
  height: 37px;
  background: url(../img/car_profit.png) no-repeat;
}

.car_profit span {
  display: flex;
  align-items: end;
  font-size: 20px;
  font-weight: 400;
  column-gap: 6px;
  color: #000000;
}

.car_profit span p {
  font-size: 20px;
  font-weight: 700;
  color: #0069B5;
}

.car_profit span b {
  font-size: 25px;
  font-weight: 700;
  color: #0069B5;
}

.car_profit p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.car_profit p span {
  font-size: 20px;
  font-weight: 700;
  color: #0069B5;
}

.car_profit p b {
  font-size: 25px;
  font-weight: 700;
  color: #0069B5;
}

.car_props {
  margin-top: 12px;
}

.car_props a {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}

.car_props a:before {
  content: '';
  position: absolute;
  left: 0;
  width: 22px;
  height: 19px;
}

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

}

.cars .car_btns {
  margin-top: 15px;
}

.cars .car_img {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-top: -40px;
}

.cars .car_img .car_gallery {
  margin-left: 30px;
  /* max-height: 350px; */
}

.cars .car_img .car_gallery a {
  display: block;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  max-height: 61px;
  max-width: 81px;
}

.cars .car_img .car_gallery a:last-child {
  margin-bottom: 0;
}

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

.cars .car_btns .btn:last-child {
}

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

#instock {
  margin-top: 90px;
}

#instock .instock_title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "ChangAnunitype", Arial, sans-serif;
  font-weight: 700;
}

#filter_table {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}

#filter_table .select_container {
  width: 33%;
}

#instock .filter_quick_menu {
  margin: 0;
  padding: 20px 35px;
  margin-top: 25px;
  background: #333333;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 12px;
  display: none;
}

#instock .filter_quick_menu li {
  width: 160px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #555555;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s linear;
}

#instock .filter_quick_menu li.active {
  background: #0069b5;
}

#instock .filter_quick_menu li:hover {
  background: #0069b5;
}

#instock .filter_quick_menu li span {
}

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

#instock .tb_complects {
  display: block;
}

#instock .tb_complects tbody {
  display: block;
}

#instock .tb_complects tr {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px 40px;
  border-radius: 20px;
  border: 1px solid #939393;
  background: linear-gradient(
    0.35turn,
    transparent 17.5%,
    #f1f1f1 17.5%,
    #f1f1f1 35%,
    transparent 35%
  );
}

#instock .tb_complects tr td {
}

#instock .tb_complects tr td.instock_img_block {
}

#instock .tb_complects tr td .instock_image {
}

#instock .tb_complects tr td .instock_image img {
}

#instock .tb_complects tr td .instock_colors {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  margin-top: 5px;
}

#instock .tb_complects tr td .instock_colors_title {
  padding-right: 10px;
}

#instock .tb_complects tr td .instock_colors_dots {
  display: flex;
}

#instock .tb_complects tr td .instock_color_dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: 0 8px;
  cursor: pointer;
  border: 1px solid #ccc;
}

#instock .tb_complects tr td.instock_tech_block {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

#instock .tb_complects tr td .param1 {
  font-size: 25px;
}

#instock .tb_complects tr td .param1 b {
}

#instock .tb_complects tr td .param2 {
  font-size: 20px;
  color: #0069b5;
  font-weight: 400;
}

#instock .tb_complects tr td .tech_params_wrap {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
}

#instock .tb_complects tr td .tech_params_wrap div {
  padding-left: 30px;
  margin-right: 30px;
}

#instock .tb_complects tr td .param3 {
  background: url(../img/compl_tech_ico1.png) 0 50% no-repeat;
}

#instock .tb_complects tr td .param4 {
  background: url(../img/compl_tech_ico2.png) 0 50% no-repeat;
}

#instock .tb_complects tr td .param5 {
  background: url(../img/compl_tech_ico3.png) 0 50% no-repeat;
}

#instock .tb_complects tr td .compl_profit {
  margin-top: 10px;
  position: relative;
  padding-left: 58px;
  padding-right: 14px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  background: #F6F6F6;
  border-radius: 10px;
  min-height: 49px;
  column-gap: 8px;
}

#instock .tb_complects tr td .compl_profit:before {
  content: '';
  position: absolute;
  left: 12px;
  width: 39px;
  height: 37px;
  background: url(../img/compl_profit_ico.png) no-repeat;
}

#instock .tb_complects tr td .compl_profit span {
  font-size: 20px;
  font-weight: 700;
  color: #0069B5;
}

#instock .tb_complects tr td .compl_profit b {
  font-size: 25px;
  font-weight: 700;
  color: #0069B5;
}

#instock .tb_complects tr td.btns {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

#instock .tb_complects tr td.btns .btn {
  width: 310px;
}

#instock .tb_complects tr td.btns .btn:last-child {
}

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

.credit {
  margin-top: 90px;
  background: url(../img/credit_bg.jpg) 50% 0 no-repeat;
  padding-top: 75px;
  padding-bottom: 65px;
}

.webp .credit {
  background: url(../img/credit_bg.webp) 50% 0 no-repeat;
}

.credit .content {
  width: 100%;
  max-width: 540px;
  padding-top: 60px;
  padding-left: 135px;
  padding-right: 60px;
  padding-bottom: 60px;
  color: #fff;
  background: url(../img/credit_bg_text.png) 0 0 no-repeat;
}

.credit .title {
  font-size: 30px;
  color: #0069b5;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "ChangAnunitype", Arial, sans-serif;
  font-weight: 700;
}

.credit .desc {
  font-size: 20px;
  font-weight: 300;
  padding-top: 28px;
}

.credit .desc b {
  font-weight: 300;
}

.credit form {
  margin-top: 45px;
}

.credit form .form-group_wrapper {
}

.credit form .form-group button {
}

.credit form .form-group button:hover {
  border-color: #0069b5;
}

.form-group {
}

.credit form .agree_field,
.credit form .agree_field a {
  color: #fff;
  font-size: 10px;
}

.credit form .form-group input[type="text"],
.credit form .form-group input[type="tel"] {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.credit form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.credit form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.credit form :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.credit form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

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

.tradein {
  /* margin-top: 90px; */
  background: url(../img/tradein_bg.jpg) 50% 0 no-repeat;
  padding-top: 55px;
  padding-bottom: 45px;
}

.webp .tradein {
  background: url(../img/tradein_bg.webp) 50% 0 no-repeat;
}

.tradein .content {
  width: 100%;
  max-width: 540px;
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 135px;
  padding-bottom: 32px;
  color: #000;
  background: url(../img/tradein_bg_text.png) 0 0 no-repeat;
  margin-left: auto;
}

.tradein .title {
  font-size: 30px;
  color: #0069b5;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "ChangAnunitype", Arial, sans-serif;
  font-weight: 700;
}

.tradein .desc {
  font-size: 20px;
  font-weight: 300;
  padding-top: 15px;
}

.tradein .desc b {
  font-weight: 300;
}

.tradein form {
  margin-top: 30px;
}

.tradein form .form-group_wrapper {
}

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

.tradein form .agree_field,
.tradein form .agree_field a {
  color: #000;
  font-size: 10px;
}

.tradein form .form-group input[type="text"],
.tradein form .form-group input[type="tel"] {
  background: transparent;
}

.tradein form select {
}

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

.have_questions {
  margin-top: 90px;
}

.have_questions .content {
  background: url(../img/have_questions_bg.png) 50% 50% no-repeat;
  border-radius: 25px;
  border: 1px solid #9a9a9a;
  padding: 35px;
}

.webp .have_questions .content {
  background: url(../img/have_questions_bg.webp) 50% 45% no-repeat;
}

.have_questions .title {
  font-size: 30px;
  color: #1a1a1a;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "ChangAnunitype", Arial, sans-serif;
  font-weight: 700;
}

.have_questions .title span {
  color: #0069b5;
}

.have_questions .desc {
  font-size: 20px;
  color: #333333;
  padding-top: 10px;
}

.have_questions .have_questions_img {
  position: absolute;
  top: 5px;
  right: -320px;
}

.have_questions form {
  width: 100%;
  max-width: 620px;
  margin-top: 25px;
}

.have_questions form .form-group_wrapper {
  display: flex;
  justify-content: space-between;
}

.have_questions form .form-group {
  width: 49%;
}

.have_questions form .agree_field,
.have_questions form .agree_field a {
}

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

.contacts {
  background: url(../img/contacts_bg.jpg) 50% 0 no-repeat;
  margin-top: 95px;
  padding: 60px 0;
}

.webp .contacts {
  background: url(../img/contacts_bg.webp) 50% 0 no-repeat;
}

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

.contacts .contacts_block {
  color: #fff;
  border-radius: 25px;
  border: 1px solid #939393;
  padding: 40px;
}

.contacts .contacts_block .title {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "ChangAnunitype", Arial, sans-serif;
  font-weight: 700;
}

.contacts .phone_bottom {
  margin-top: 20px;
  display: block;
  color: #fff;
  /* font-weight: 700; */
  padding-left: 40px;
  font-size: 25px;
  background: url(../img/phone_bottom.png) 0 50% no-repeat;
}

.contacts .bottom_addr {
  font-size: 18px;
  padding-left: 40px;
  background: url(../img/loc_bottom.png) 0 0% no-repeat;
  margin-top: 15px;
}

.contacts .open_hours {
  font-size: 18px;
  padding: 2px 0;
  padding-left: 40px;
  background: url(../img/clock_bottom.png) 0 50% no-repeat;
  margin-top: 15px;
}

.contacts .btn {
  width: 100%;
  margin-top: 15px;
}

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

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

#map1 {
  height: 506px;
  width: 100%;
  max-width: 800px;
  background: url(../img/map.jpg) 50% 0% no-repeat;
  border-radius: 25px;
  overflow: hidden;
}

.webp #map1 {
  background: url(../img/map.webp) 50% 0% no-repeat;
}

footer {
  padding-top: 21px;
  padding-bottom: 20px;
}

.disclamer_switch_bg {
}

.disclamer_switch {
  display: block;
  color: black;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  /* cursor: pointer; */
  cursor: pointer;
}
.conf_info a{
  color: black;
}
footer .disclamer {
  color: black;
  font-size: 12px; /* text-align: center; */
  padding-top: 35px;
  display: none;
}

.copyright {
  font-size: 12px;
  position: absolute;
  top: 0px;
  left: 15px;
}

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

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

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

@media (max-width: 1380px) {
  .banner .banner_props {
    margin-top: 478px;
  }
  .banner .container {
    display: flex;
    column-gap: 0;
  }
  .banner .title_wrap {
    margin-right: 20px;
  }

  .cars .car_props a.ico_cred {
    bottom: 60px;
    right: 40px;
  }


}

@media (max-width: 1280px) {
  .banner .title_container .cont {
    width: 100%;
  }
  .banner .container {
    display: grid;
    justify-content: center;
  }
  .banner .title_wrap {
    width: 100%;
    margin-right: 0px;
    padding: 18px 48px 22px;
  }
  .banner .title_container {
    top: 50px;
  }
  .banner .title_props {
    margin-top: 28px;
    width: 100%;
    max-width: initial;
    display: flex;
    row-gap: 0;
    justify-content: left;
    flex-direction: initial;
    gap: 10px;
  }
  .banner .title_props &gt; a {
    padding-right: 10px;
  }
  .banner .title_wrap .title1 {
    font-size: 26px;
  }
  .banner .title_wrap .title1 br {
    display: none;
  }
  .banner .title_wrap .title {
    font-size: 22px;
    text-align: center;
  }
}

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

  .webp .banner {
  }

  .banner .title_container {
  }

  .banner .title1 {
  }

  .banner .title2 {
  }

  .banner .title2 span {
  }

  .banner form {
  }

  .banner form .form-group_wrapper {
  }

  .banner form .form-group {
  }

  .banner form .agree_field,
  .banner form .agree_field a {
  }

  .banner .banner_props {
  }

  .banner .banner_props a {
  }

  .banner .banner_props a b {
  }

  .banner .banner_props a.ico1 {
  }

  .banner .banner_props a.ico2 {
  }

  .banner .banner_props a.ico3 {
  }

  .banner .banner_props a.ico1:hover {
  }

  .banner .banner_props a.ico2:hover {
  }

  .banner .banner_props a.ico3:hover {
  }

  .banner .title_container {
    top: 30px;
  }

  .banner .container {
    flex-direction: column;
    row-gap: 15px;
  }

  .banner .title_props {
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    /*justify-content: space-between;*/
  }

  .banner .title_props &gt; a {
    width: 32%;
    font-size: 16px;
  }

  .banner .slide2 .title_container {
    top: 30px;
  }

  .banner .slide2 .container {
    flex-direction: column;
    row-gap: 15px;
  }

  .banner .slide2 .title_props {
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .banner .slide2 .title_props &gt; a {
    width: 32%;
    font-size: 16px;
  }

  /**************************************************************************************************************/
  .timer {
  }

  .timer .content {
  }

  .timer .timer_img {
  }

  .webp .timer .timer_img {
  }

  .timer .timer_title {
  }

  .timer .timer_title span {
  }

  .timer .timer_block {
  }

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

  .timer .btn {
  }

  .timer .btn:hover {
  }

  /**************************************************************************************************************/
  .cars {
  }

  .cars .car_item {
  }

  .cars .car_title_block {
  }

  .cars .car_name {
  }

  .cars .car_name span {
  }

  .cars .car_profit {
  }

  .cars .car_profit span {
  }

  .cars .car_new {
  }

  .cars .car_new span {
  }

  .cars .car_item_wrap {
  }

  .cars .car_info {
  }

  .cars .car_props {
  }

  .cars .car_props a {
  }

  .cars .car_props a b {
  }

  .cars .car_props a.ico1 {
  }

  .cars .car_props a.ico2 {
  }

  .cars .car_btns {
  }

  .cars .car_btns .btn {
  }

  .cars .car_btns .btn:last-child {
  }

  /**************************************************************************************************************/
  #instock {
  }

  #instock .instock_title {
  }

  #instock .filter_quick_menu {
  }

  #instock .filter_quick_menu li {
  }

  #instock .filter_quick_menu li span {
  }

  #instock .tb_complects_container {
  }

  #instock .tb_complects {
  }

  #instock .tb_complects tr {
  }

  #instock .tb_complects tr td {
  }

  #instock .tb_complects tr td.instock_img_block {
  }

  #instock .tb_complects tr td .instock_image {
  }

  #instock .tb_complects tr td .instock_image img {
  }

  #instock .tb_complects tr td .instock_colors {
  }

  #instock .tb_complects tr td .instock_colors_title {
  }

  #instock .tb_complects tr td .instock_colors_dots {
  }

  #instock .tb_complects tr td .instock_color_dot {
  }

  #instock .tb_complects tr td.instock_tech_block {
  }

  #instock .tb_complects tr td .param1 {
  }

  #instock .tb_complects tr td .param1 b {
  }

  #instock .tb_complects tr td .param2 {
  }

  #instock .tb_complects tr td .tech_params_wrap {
  }

  #instock .tb_complects tr td .param3 {
  }

  #instock .tb_complects tr td .param4 {
  }

  #instock .tb_complects tr td .param5 {
  }

  #instock .tb_complects tr td .btns {
  }

  #instock .tb_complects tr td .btns .btn {
  }

  #instock .tb_complects tr td .btns .btn:last-child {
  }

  /**************************************************************************************************************/
  .credit {
  }

  .credit .content {
  }

  .credit .title {
  }

  .credit .desc {
  }

  .credit form {
  }

  .credit form .form-group_wrapper {
  }

  .credit form .form-group {
  }

  .credit form .agree_field,
  .credit form .agree_field a {
  }

  /**************************************************************************************************************/
  .tradein {
  }

  .tradein .content {
  }

  .tradein .title {
  }

  .tradein .desc {
  }

  .tradein .desc b {
  }

  .tradein form {
  }

  .tradein form .form-group_wrapper {
  }

  .tradein form .form-group {
  }

  .tradein form select {
  }

  .tradein form .agree_field,
  .tradein form .agree_field a {
  }

  /**************************************************************************************************************/
  .have_questions {
  }

  .have_questions .content {
  }

  .have_questions .title {
  }

  .have_questions .title span {
  }

  .have_questions .desc {
  }

  .have_questions .have_questions_img {
  }

  .webp .have_questions .have_questions_img {
    display: none;
  }

  .have_questions form {
  }

  .have_questions form .form-group_wrapper {
  }

  .have_questions form .form-group {
  }

  .have_questions form .agree_field,
  .have_questions form .agree_field a {
  }

  /****************************************************************************************************/
  .contacts {
  }

  #map1 {
    margin: 0 auto;
  }

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

  .contacts .contacts_block {
    order: -1;
    margin-bottom: 149px;
  }

  .contacts .phone_bottom {
  }

  .contacts .bottom_addr {
  }

  .contacts .open_hours {
  }

  .contacts .btn {
  }

  #instock .tb_complects tr td .compl_profit {
    font-size: 14px;
  }
  #instock .tb_complects tr td .compl_profit span {
    font-size: 14px;
  }
  #instock .tb_complects tr td .compl_profit b {
    font-size: 16px;
  }

  /**************************************************************************************************************/
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (max-width: 991px) {
  .banner .title_wrap {
    padding: 18px 18px 22px;
    text-align: center;
  }
  .cars .car_name {
    padding-right: 0;
  }


  .cars .car_name a.ico_cred {
    display: none;
  }

  .cars .car_img a.ico_cred {
    display: none;
  }

  .cars .car_props a.ico_cred {
    display: block;
    bottom: 0;
  }

  .banner .slide3 .title_wrap .title {
    font-size: 26px;
  }
  .banner .slide3 .title_wrap .title1 {
    font-size: 24px;
    line-height: 120%;
  }
  .banner .slide3 .title_wrap .title1 .br_mob {
    display: none;
  }
  .offers_title1 {
    font-size: 24px;
  }
  .offers_title2 {
    font-size: 14px;
    font-weight: 400;
  }
  .offers_form_title {
    font-size: 22px;
  }
  #offers_form {
    flex-wrap: wrap;
    /column-gap: 0;
    max-width: 50%;
  }
  #offers_form .form-group {
    width: 100%;
  }

  #instock .tb_complects tr td .compl_profit:before {
    left: 10px;
    width: 28px;
    height: 28px;
    background-size: contain;
  }
  #instock .tb_complects tr td .compl_profit {
    font-size: 16px;
  }
  #instock .tb_complects tr td .compl_profit span {
    font-size: 14px;
  }
  #instock .tb_complects tr td .compl_profit b {
    font-size: 14px;
  }
  #instock .tb_complects tr td .compl_profit {
    width: fit-content;
    padding-left: 48px;
    padding-right: 14px;
    min-height: 40px;
    column-gap: 6px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /**************************************************************************************************************/
  .banner {
  }

  .webp .banner {
  }

  .header .logo_wrap {
    width: 30%;
  }

  .banner .title_container {
  }

  .banner .title1 {
  }

  .banner .title2 {
  }

  .banner .title2 span {
  }

  .banner form {
  }

  .banner form .form-group_wrapper {
  }

  .banner form .form-group {
  }

  .banner form .agree_field,
  .banner form .agree_field a {
  }

  .banner .banner_props {
    margin-top: 408px;
  }

  .banner .banner_props a {
  }

  .banner .banner_props a b {
  }

  .banner .banner_props a.ico1 {
  }

  .banner .banner_props a.ico2 {
  }

  .banner .banner_props a.ico3 {
  }

  .banner .banner_props a.ico1:hover {
  }

  .banner .banner_props a.ico2:hover {
  }

  .banner .banner_props a.ico3:hover {
  }

  .banner .title_props &gt; a {
    font-size: 12px;
  }

  .banner .slide2 .title_wrap .title1 {
    font-size: 37px;
  }
  /**************************************************************************************************************/
  .timer {
  }

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

  .timer .timer_img {
  }

  .webp .timer .timer_img {
    display: none;
  }

  .timer .timer_title {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }

  .timer .timer_title span {
  }

  .timer .timer_block {
  }

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

  .timer .btn {
  }

  .timer .btn:hover {
  }

  /**************************************************************************************************************/
  .cars {
  }

  .cars .car_item {
  }

  .cars .car_title_block {
  }

  .cars .car_name {
  }

  .cars .car_name span {
  }

  .cars .car_profit {
  }

  .cars .car_profit span {
  }

  .cars .car_new {
  }

  .cars .car_new span {
  }

  .cars .car_item_wrap {
  }

  .cars .car_info {
  }

  .cars .car_props {
  }

  .cars .car_props a {
  }

  .cars .car_props a b {
  }

  .cars .car_props a.ico1 {
  }

  .cars .car_props a.ico2 {
  }

  .cars .car_btns {
  }

  .cars .car_btns .btn {
  }

  .cars .car_btns .btn:last-child {
  }

  /**************************************************************************************************************/
  #instock {
  }

  #instock .instock_title {
  }

  #instock .filter_quick_menu {
  }

  #instock .filter_quick_menu li {
  }

  #instock .filter_quick_menu li span {
  }

  #instock .tb_complects_container {
  }

  #instock .tb_complects {
  }

  #instock .tb_complects tr {
    flex-wrap: wrap;
  }

  #instock .tb_complects tr td {
  }

  #instock .tb_complects tr td.btns {
    width: 100%;
  }

  #instock .tb_complects tr td.btns .btn {
    margin: 0 auto;
    margin-top: 15px;
  }

  #instock .tb_complects tr td.instock_img_block {
  }

  #instock .tb_complects tr td .instock_image {
  }

  #instock .tb_complects tr td .instock_image img {
  }

  #instock .tb_complects tr td .instock_colors {
  }

  #instock .tb_complects tr td .instock_colors_title {
  }

  #instock .tb_complects tr td .instock_colors_dots {
  }

  #instock .tb_complects tr td .instock_color_dot {
  }

  #instock .tb_complects tr td.instock_tech_block {
  }

  #instock .tb_complects tr td .param1 {
  }

  #instock .tb_complects tr td .param1 b {
  }

  #instock .tb_complects tr td .param2 {
  }

  #instock .tb_complects tr td .tech_params_wrap {
  }

  #instock .tb_complects tr td .param3 {
  }

  #instock .tb_complects tr td .param4 {
  }

  #instock .tb_complects tr td .param5 {
  }

  #instock .tb_complects tr td .btns {
  }

  #instock .tb_complects tr td .btns .btn {
  }

  #instock .tb_complects tr td .btns .btn:last-child {
  }

  /**************************************************************************************************************/
  .credit {
  }

  .credit .content {
  }

  .credit .title {
  }

  .credit .desc {
  }

  .credit form {
  }

  .credit form .form-group_wrapper {
  }

  .credit form .form-group {
  }

  .credit form .agree_field,
  .credit form .agree_field a {
  }

  /**************************************************************************************************************/
  .tradein {
  }

  .tradein .content {
  }

  .tradein .title {
  }

  .tradein .desc {
  }

  .tradein .desc b {
  }

  .tradein form {
  }

  .tradein form .form-group_wrapper {
  }

  .tradein form .form-group {
  }

  .tradein form select {
  }

  .tradein form .agree_field,
  .tradein form .agree_field a {
  }

  /**************************************************************************************************************/
  .have_questions {
  }

  .have_questions .content {
  }

  .have_questions .title {
  }

  .have_questions .title span {
  }

  .have_questions .desc {
  }

  .have_questions .have_questions_img {
  }

  .webp .have_questions .have_questions_img {
  }

  .have_questions form {
  }

  .have_questions form .form-group_wrapper {
  }

  .have_questions form .form-group {
  }

  .have_questions form .agree_field,
  .have_questions form .agree_field a {
  }

  /****************************************************************************************************/
  .contacts {
  }

  .contacts .content {
  }

  .contacts .contacts_block {
  }

  .contacts .phone_bottom {
  }

  .contacts .bottom_addr {
  }

  .contacts .open_hours {
  }

  .contacts .btn {
  }

  /**************************************************************************************************************/
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
  .cars .car_plashka {
    position: absolute;
    top: 24px;
    left: initial;
    right: 14px;
  }
  .cars .car_profit {
    padding-left: 48px;
  }
  .car_profit span b {
    font-size: 14px;
  }
  .car_profit span p {
    font-size: 14px;
  }
  .cars .car_profit span {
    font-size: 14px;
  }
  .car_profit span b {
    font-size: 18px;
  }
  .car_profit:before {
    left: 8px;
    width: 26px;
    height: 24px;
    background-size: 100%;
  }
  .cars .car_profit {
    font-size: 14px;
  }
  .car_profit span b {
    font-size: 16px;
  }
  .banner .slide3 .title_wrap .title {
    font-size: 4vw;
  }
  .banner .slide3 .title_wrap .title1 {
    font-size: 4vw;
    padding: 0;
    background: transparent;
  }
  .banner .slide3 .title_wrap .title1 .br_mob {
    display: block;
  }
  #filter_table {
    flex-direction: column;
    row-gap: 10px;
  }
  #filter_table .select_container {
    width: 100%;
  }

  .offers_wrapper {
    flex-direction: column;
  }

  .offers_form {
    flex-direction: column;
    row-gap: 20px;
    border-radius: 0 0 20px 20px;
  }
  .offers_title1 {
    font-size: 20px;
    text-align: center;
  }
  .offers_title2 {
    font-size: 15px;
    text-align: center;
  }
  #offers_form {
    flex-wrap: wrap;
    max-width: 100%;
  }
  .offers_form_title {
    font-size: 16px;
    text-align: center;
  }

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

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

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

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

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

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

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

  .popup_container {
    width: 100%;
  }

  /************************************************************************/
  .btn {
    width: 100%;
  }

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

  .header .logo_wrap {
    order: -1;
    max-width: 80%;
    width: auto;
  }

  .header .logo1 {
    margin-right: 10px;
  }

  .header .logo2 {
    margin: 0;
    padding: 0;
    border: none;
  }

  .header .logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header .logo .logo_text {
    padding-left: 0;
    font-size: 14px;
  }

  .header .top_addr {
    display: none;
  }

  .header .top_phone {
    margin-left: 0;
    margin-top: 10px;
  }

  .header .btn {
    margin: 0 auto;
    margin-top: 10px;
    order: 1;
    display: none;
  }

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

  .header .m_btn span {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: #0069b5;
    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(-45deg);
    top: -1px;
  }

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

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

  header .menu {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
    left: 100%;
    transition: all 0.2s linear;
  }

  header .menu .content {
    flex-wrap: wrap;
  }

  header .menu a {
    width: 100%;
    text-align: center;
    margin: 15px 0;
  }

  header .menu.active {
    left: 0;
  }

  header .menu .cars_menu {
    opacity: 1;
    pointer-events: unset;
    position: static;
    background: none;
    padding: 0;
    min-width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
  }

  header .menu .cars_menu a {
    margin: 8px 0;
    font-size: 13px;
  }

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

  .banner {
    background-size: 420px auto !important;
    background-position: 50% -30px !important;
    padding: 0;
    margin-top: 80px;
  }

  .webp .banner {
  }

  .banner .title_container {
    background: none;
    padding: 0;
    text-align: center;
  }

  .banner .title1 {
    font-size: 4vw;
    padding-bottom: 56vw;
    color: #000000;
  }

  .banner .title1 span {
    font-size: 6vw;
  }

  .banner .title2 {
    font-size: 7vw;
    padding: 5px 0 10px;
    margin-bottom: 0;
  }

  .banner .title2 b {
    font-size: inherit;
  }

  .banner .title2:before {
    height: 100%;
  }

  .banner .title2 span {
  }

  .banner .title3 {
    font-size: 6vw;
  }

  .banner .title3 b {
    font-size: inherit;
    margin-bottom: 5px;
  }

  .banner .title3:before {
    height: 100%;
  }

  .banner form {
    max-width: 100%;
    margin-top: 20px;
  }

  .banner form .form-group_wrapper {
    flex-wrap: wrap;
  }

  .banner form .form-group {
    width: 100%;
  }

  .banner form .agree_field,
  .banner form .agree_field a {
    text-align: left;
    font-size: 10px;
  }

  .banner .banner_props {
    margin-top: 0;
    flex-wrap: wrap;
  }

  .banner .banner_props a {
    color: #000;
    /*margin-top: 25px;*/
  }

  .banner .banner_props a b {
  }

  .banner .banner_props a.ico1 {
  }

  .banner .banner_props a.ico2 {
  }

  .banner .banner_props a.ico3 {
    margin-top: 35px;
  }

  .banner .banner_props a.ico1:hover {
  }

  .banner .banner_props a.ico2:hover {
  }

  .banner .banner_props a.ico3:hover {
  }

  .banner .banner_props .title_ico {
  }

  .banner .banner_props {
    margin-top: 0;
    justify-content: center;
  }

  .banner .title_container {
    top: 0px;
    padding-bottom: 20px;
  }

  .banner .container {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .banner picture {
    top: 0px;
  }

  .banner .title_wrap {
    width: 100%;
    height: auto;
    background: none;
    padding: 0;
    margin-top: 54vw;
  }

  .banner .title_wrap .title1 {
    font-size: 3vw;
    background: rgba(255, 255, 255, 0.77);
    padding: 10px 15px;
    line-height: 170%;
  }
  .banner .item.slide1 {
    height: 104vw;
  }
  .banner .item.slide1 picture img {
    max-width: 100%;
  }
  .banner .slide1 .title_wrap .title {
    font-size: 4vw;
  }
  .banner .slide1 .title_wrap .title1 {
    font-size: 4vw;
    margin: 0 auto;
    padding: 2vw;
    border-radius: 10px;
    padding: 2vw;
    line-height: normal;
    width: fit-content;
  }
  .banner .slide1 .title_wrap {
    margin-top: 8vw;
  }
  .banner .title_wrap .title1 .br_mob {
    display: block;
  }

  .banner .title_wrap form .form-group {
    width: 100%;
  }

  .banner .popup.btn {
    display: none;
  }

  .banner .title_props {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    text-align: left;
    row-gap: 5px;
    display: flex;
    flex-direction: column;
  }

  .banner .title_props &gt; a {
    font-size: 3.5vw;
  }

  .banner .title_wrap form {
    margin-top: 4vw;
    position: relative;
    bottom: 0;
    left: 0;
    padding: 0 15px;
  }

  .banner .slide2 .banner_props {
    margin-top: 0;
    justify-content: center;
  }

  .banner .slide2 .title_container {
    top: 20px;
    padding-bottom: 20px;
  }

  .banner .slide2 .container {
    flex-direction: column;
    padding-bottom: 140px;
  }

  .banner .slide2 picture {
    top: 0px;
  }

  .banner .slide2 .title_wrap {
    width: 100%;
    height: auto;
    background: none;
    padding: 0;
  }

  .banner .slide2 .title_wrap .title1 {
    font-size: 4vw;
    background: rgba(255, 255, 255, 0.77);
    padding: 10px 15px;
    /*margin-bottom: 40vw;*/
    margin: 0 -15px 45vw;
    line-height: 170%;
  }

  .banner .slide2 .title_wrap form .form-group {
    width: 100%;
  }

  .banner .slide2 .title_props {
    width: 100%;
    max-width: 100%;
    text-align: left;
    row-gap: 5px;
  }

  .banner .slide2 .title_props &gt; a {
    font-size: 3.5vw;
  }

  .banner .slide2 .title_wrap form {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 15px;
  }

  /**************************************************************************************************************/
  .timer {
    display: none;
  }

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

  .timer .timer_img {
    display: none;
  }

  .webp .timer .timer_img {
  }

  .timer .timer_title {
    text-align: center;
    width: 100%;
    padding: 10px 0;
    margin-top: 20px;
  }

  .timer .timer_title span {
  }

  .timer .timer_block {
    width: 100%;
  }

  .timer .timer_block div[id^="timer"] {
    transform: scale(0.8) !important;
    position: relative;
    left: 12px;
  }

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

  .timer .btn:hover {
  }

  .big_cars_menu__title {
    font-size: 25px;
  }

  /**************************************************************************************************************/
  .cars {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cars .car_item {
    margin-bottom: 50px;
    padding: 20px 15px;
    background: #fff !important;
    position: relative;
  }

  .cars .car_item:last-child {
    margin-bottom: 0;
  }

  .cars .car_title_block {
    flex-wrap: wrap;
    position: unset;
  }

  .cars .car_name {
    width: 100%;
    font-size: 29px;
    line-height: 30px;
    padding-bottom: 10px;
  }

  .cars .car_name span {
    display: block;
  }

  .cars .car_specprice {
    position: absolute;
    top: 20px !important;
    right: 10px !important;
    transform: scale(0.7);
    transform-origin: 100% 0;
  }

  .cars .car_profit {
    margin: 0;
    background-position: 0 0;
  }

  #cs35plus_new .car_profit.mob,
  #cs55plus .car_profit.mob {
    display: block;
  }

  .cars .car_new {
    margin: 0;
  }

  .cars .car_new span {
  }

  .cars .car_item_wrap {
    flex-wrap: wrap;
  }

  .cars .car_info {
    order: 1;
  }

  .cars .car_img {
    width: 100%;
    padding-top: 25px !important;
    display: block;
    margin-top: 0;
  }

  .cars .car_img .car_gallery {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .cars .car_img .car_gallery a {
    margin-bottom: 0;
    width: 24.5%;
    max-width: initial;
    max-height: initial;
    margin: 0 6px;
  }

  .cars .car_img .car_gallery .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
  }

  .cars .car_img .car_gallery .slick-dots li {
    width: 14px;
    height: 14px;
    background: #333333;
    border-radius: 50px;
  }
  .cars .car_img .car_gallery .slick-dots li.slick-active {
    background: #0069b5;
  }
  .cars .car_img .car_gallery .slick-dots li button {
    display: none;
  }

  .cars .car_props {
    flex-wrap: wrap;
    margin-top: 10px;
    min-width: unset;
    width: 100%;
    row-gap: 20px;
  }

  .cars .car_props a {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .cars .car_props a span {
    /* font-size: 14px; */
  }

  .cars .car_props a b {
    font-size: 14px;
  }

  .cars .car_props a.ico_cred {
    margin-left: 0;
    bottom: 0;
    right: 0;
  }

  .cars .car_props a.ico_cred b {
    font-size: 20px;
  }



  .cars .car_props a.ico1 {
  }

  .cars .car_props a.ico2 {
  }

  .cars .car_btns {
  }

  .cars .car_btns .btn {
  }

  .cars .car_btns .btn:last-child {
  }

  /**************************************************************************************************************/
  #instock {
    margin-top: 50px;
  }

  #instock .instock_title {
    font-size: 24px;
    text-align: center;
  }

  #instock .filter_quick_menu {
    flex-wrap: wrap;
    padding: 20px 15px;
    padding-bottom: 0;
    column-gap: 10px;
    padding-bottom: 20px;
  }

  #instock .filter_quick_menu li {
    width: 48%;
    /* margin-bottom: 20px; */
    font-size: 14px;
  }

  #instock .filter_quick_menu li span {
  }

  #instock .tb_complects_container {
  }

  #instock .tb_complects {
  }

  #instock .tb_complects tr {
    background: none;
    flex-wrap: wrap;
    padding: 20px 15px;
  }

  #instock .tb_complects tr td {
    width: 100% !important;
    padding-top: 10px;
  }

  #instock .tb_complects tr td.btns .btn {
    width: 100%;
    margin-top: 10px;
  }

  #instock .tb_complects tr td.instock_img_block {
  }

  #instock .tb_complects tr td .instock_image {
  }

  #instock .tb_complects tr td .instock_image img {
  }

  #instock .tb_complects tr td .instock_colors {
    flex-wrap: wrap;
  }

  #instock .tb_complects tr td .instock_colors_title {
    padding-bottom: 5px;
  }

  #instock .tb_complects tr td .instock_colors_title br {
    display: none;
  }

  #instock .tb_complects tr td .instock_colors_dots {
  }

  #instock .tb_complects tr td .instock_color_dot {
  }

  #instock .tb_complects tr td.instock_tech_block {
    order: -1;
  }

  #instock .tb_complects tr td .param1 {
    font-size: 20px;
    padding-bottom: 10px;
  }

  #instock .tb_complects tr td .param1 b {
  }

  #instock .tb_complects tr td .param2 {
    font-size: 16px;
    padding-bottom: 10px;
  }

  #instock .tb_complects tr td .tech_params_wrap {
    font-size: 16px;
    padding-bottom: 20px;
  }

  #instock .tb_complects tr td .param3 {
  }

  #instock .tb_complects tr td .tech_params_wrap div {
    margin: 0;
  }

  #instock .tb_complects tr td .param4 {
  }

  #instock .tb_complects tr td .param5 {
  }

  #instock .tb_complects tr td .btns {
  }

  #instock .tb_complects tr td .btns .btn {
  }

  #instock .tb_complects tr td .btns .btn:last-child {
  }

  /**************************************************************************************************************/
  .credit {
    margin-top: 50px;
    background-size: 116% auto !important;
    background-position: 50% 0 !important;
    padding: 0;
    padding-top: 40vw;
  }

  .credit .content {
    background: none;
    padding: 0;
    color: #000;
  }

  .credit .title {
    font-size: 24px;
  }

  .credit .desc {
    padding-top: 7px;
  }

  .credit form {
    margin-top: 15px;
  }

  .credit form .form-group_wrapper {
  }

  .credit form .agree_field,
  .credit form .agree_field a {
    color: #000;
    font-size: 10px;
  }

  .credit form .form-group input[type="text"],
  .credit form .form-group input[type="tel"] {
    background: transparent;
    border-color: #000;
    color: #000;
  }

  .credit form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
  }

  .credit form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
  }

  .credit form :-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
  }

  .credit form :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
  }

  /**************************************************************************************************************/
  .tradein {
    margin-top: 50px;
    background-size: 620px auto !important;
    background-position: 0 0 !important;
    padding: 0;
    padding-top: 220px;
  }

  .tradein .content {
    background: none;
    padding: 0;
  }

  .tradein .title {
    font-size: 24px;
  }

  .tradein .desc {
    padding-top: 7px;
  }

  .tradein .desc b {
  }

  .tradein form {
    margin-top: 15px;
  }

  .tradein form .form-group_wrapper {
  }

  .tradein form .form-group {
  }

  .tradein form select {
  }

  .tradein form .agree_field,
  .tradein form .agree_field a {
  }

  /**************************************************************************************************************/
  .have_questions {
    margin-top: 50px;
  }

  .have_questions .content {
    padding: 0;
    background: none !important;
    border: none;
  }

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

  .have_questions .title span {
    display: block;
  }

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

  .have_questions .have_questions_img {
    display: none;
  }

  .webp .have_questions .have_questions_img {
  }

  .have_questions form {
    margin-top: 15px;
  }

  .have_questions form .form-group_wrapper {
    flex-wrap: wrap;
  }

  .have_questions form .form-group {
    width: 100%;
  }

  .have_questions form .agree_field,
  .have_questions form .agree_field a {
  }

  /****************************************************************************************************/
  .contacts {
    margin-top: 50px;
    padding: 40px 0;
    background: #333333 !important;
  }

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

  .contacts .contacts_block {
    order: -1;
    padding: 20px 15px;
    width: 100%;
  }

  .contacts .phone_bottom {
    font-size: 18px;
  }

  .contacts .bottom_addr {
  }

  .contacts .open_hours {
  }

  .contacts .btn {
  }

  /**************************************************************************************************************/
  #map1 {
    margin-left: 0;
    width: 100%;
    max-width: none;
    height: 350px;
    /* background-position: 27% -60px !important; */
    margin-top: 40px;
  }

  .copyright {
    position: relative;
    left: 0px;
    padding-bottom: 15px;
  }

  .banner .item {
  }

  .banner .item picture {
    position: absolute;
  }

  .banner .item picture img {
    max-width: 140%;
    height: auto;
    transform: translate(-50%, 0);
  }
  .banner .item.slide1 picture img {
    max-width: 140%;
    transform: translate(-50%, 0);
  }
  .banner .item.slide2 picture img {
    transform: translate(-50%, 0);
  }
  .banner .title_container {
    position: relative;
    top: auto;
    left: auto;
  }

  .banner .title_comment {
    top: 5px;
    font-size: 20px;
  }

  .banner .title_container .cont {
    padding: 25px 0 0;
  }

  .banner .slick-prev {
    left: 0px;
  }

  .banner .slick-next {
    right: 0px;
  }

  .banner .slick-prev:before,
  .banner .slick-next:before {
  }

  .banner .slick-prev:before {
  }

  .banner .slick-next:before {
  }

  .offers_wrapper {
    padding: 2vw;
    border-radius: 0 0 16px 16px;
  }
  .conf_info {
    display: flex;
    flex-direction: column;
  }
}

/*MOBILE END*/
@media (max-width: 580px) {
  .webp .banner {
    /*padding-bottom: 30px;*/
  }
  .banner .title_wrap .title1 {
    font-size: 5vw;
    line-height: 140%;
  }
  .banner .slide3 .title_wrap .title1 {
  }
  .banner .item picture img {
    max-width: 140%;
  }
  .banner .item.slide1 {
    height: 134vw;
  }
  .banner .slide1 .title_wrap .title1 {
    margin-top: 2vw;
  }
  .banner .title_props &gt; a {
    height: 42px;
  }
  .banner .item.slide1 {
    height: 108vw;
  }
}

@media (max-width: 480px) {
  .banner .slide3 .title_wrap .title1 {
    font-size: 5vw;
  }
  .banner .slide3 .title_wrap .title {
    font-size: 5vw;
  }
  .banner .banner_props .title_ico b {
    font-size: 14px;
  }

  .banner .banner_props .title_ico {
    font-size: 14px;
    width: auto;
    padding-left: 60px;
  }

  .banner .banner_props .title_ico sup {
    font-size: 10px !important;
  }

  .popup.ico2 {
    font-size: 12px;
  }

  .cars .car_name {
    flex-direction: column;
    gap: 0;
  }
}

/* Portrait phones and smaller */
@media (max-width: 388px) {
  .timer .timer_block div[id^="timer"] {
    left: -2px;
  }
}

@media (max-width: 378px) {
  .timer .timer_block div[id^="timer"] {
    left: -6px;
  }

  .banner .banner_props .title_ico {
    margin-top: 20px;
  }
  .cars .car_props {
    column-gap: 18px;
  }
}

@media (max-width: 360px) {
  .timer .timer_block div[id^="timer"] {
    left: -13px;
  }

  .cars .car_name {
    font-size: 22px;
  }
}

@media (max-width: 320px) {
  .timer .timer_block div[id^="timer"] {
    transform: scale(0.7) !important;
    left: -32px;
  }
}
</pre></body></html>