html {
  overflow-x: hidden;
}

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

@media (min-width: 1906px) {
  #credit, #tradein {
        background-size: 100vw !important;
  }
}
s {
  text-decoration: none;
  font-weight: 400;
}

img.lazyload {
  width: auto !important;
}

.mvideo_container {
  position: relative;
}

.mvideo_container .bg {
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/bg_video.jpg) 50% 50% no-repeat;
  background-size: cover;
  pointer-events: none;
  transition: 0.2s;
}

.mvideo_container video {
  display: block;
  width: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  height: 100%;
}

.mvideo_container.play button {
  opacity: 0;
}

.disclamer {
  font-size: 10px;
  display: none;
  text-align: left;
}

font {
  display: block;
}

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

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

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

.fancybox-content {
  overflow: hidden;
}

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

input::placeholder {
  color: #7f7f7f;
  font-family: Roboto;
}

.resp_table {
  width: 100%;
}

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

.resp_table img {
  display: block;
}

sup {
  display: inline-block;
  vertical-align: top;
  top: -3px;
  position: relative;
  font-size: 80%;
}

img {
  border-style: none;
  vertical-align: middle;
  max-width: 100%;
}

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

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

a:hover {
  text-decoration: none;
  color: inherit;
}

.fancybox-type-image .fancybox-close {
  right: 9px;
}

.fancybox-close {
  background: url(../img/bg_close.png) 50% 50% no-repeat !important;
  color: black;
  width: 22px !important;
  height: 22px !important;
  top: -25px !important;
  right: -25px !important;
}

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

.has-danger input,
.has-danger select,
.has-danger textarea {
  border-width: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}

#form_popup,
#form_popup2 {
  display: none;
}

.popup_container {
  width: 460px;
  max-width: 100%;
  padding: 30px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  /* border: 2px solid black; */
  background: white;
  text-align: center;
  padding-bottom: 30px;
}

.popup_container .agree_field {
  color: #0c121c;
  text-align: left;
}

.popup_container .agree_field a {
  color: black;
}

.popup_container h2 {
  padding: 0px;
  margin: 0px;
  padding-top: 25px;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  line-height: 100%;
  padding-bottom: 32px;
}

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

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

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

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

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

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

.popup_container .form-group input[type="tel"] {
}

.popup_container .form-group input[type="tel"]::placeholder {
}

.popup_container .agree_field .check_ex {
  border-color: inherit;
}

.popup_container .agree_field .check_ex i {
  background: #0c121c;
}

.popup_container .form-group textarea {
  color: black;
  display: block;
  height: 100px;
  text-decoration: none;
  text-align: left;
  /* text-transform: uppercase; */
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  background: none;
  border: 1px solid #c0c6c9;
  padding: 10px;
  resize: none;
  font-family: Roboto;
  font-size: 16px;
}

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

.popup_container .form-group select option {
}

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

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

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

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

.agree_field {
  font-size: 12px;
  line-height: 100%;
  position: relative;
  display: block;
  top: 0px;
  margin-bottom: 23px;
}

.agree_field a {
  color: inherit;
}

.agree_field input {
  opacity: 0;
  position: absolute;
}

.agree_field .check_ex {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  vertical-align: middle;
  top: 0px;
  margin-right: 5px;
  border: 1px solid #005f7f;
  border-radius: 1000px;
  box-sizing: content-box;
}

.agree_field .check_ex input {
}

.agree_field .check_ex i {
  /* background: url(../img/check.svg) 50% 50% no-repeat; */
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  display: none;
  background-size: 120%;
  background: #005f7f;
  position: relative;
  top: 2px;
  left: 2px;
  border-radius: 100px;
}

.agree_field .check_ex i:before {
  content: "";
}

.agree_field .check_ex input:checked + i {
  display: block;
}

.agree_field .check_ex input:checked + i:before {
}

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

re {
}

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

form .form-group input,
form .form-group input[type="tel"],
form .form-group input[type="text"],
form .form-group select {
  height: 56px;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 400;
  font-family: Roboto;
  padding: 0px 30px;
  outline: none;
  background: none;
  border-radius: 5px;
  border: 1px solid #212322;
  /* text-align: center; */
}

form .form-group select {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  background: url(../img/ico_select.png) 95% 50% no-repeat;
  font-family: Roboto;
  outline: none;
}

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

form .form-group button:hover {
}

.form_title {
  font-size: 36px;
  /* text-transform: uppercase; */
  padding: 0px;
  margin: 0px;
  text-align: center;
  padding-bottom: 16px;
  font-weight: 700;
}

.form_title span {
}

.btn {
  box-sizing: border-box;
  background: #005f7f;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 56px;
  color: white;
  text-decoration: none;
  outline: none;
  border: 1px solid #005f7f;
  transition: all 0.3s;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  /* text-transform: uppercase; */
  font-weight: 400;
  font-family: inherit;
}

.btn span {
  display: inline-flex;
  line-height: 100%;
}

.btn:hover {
  background: #262626;
  border-color: #262626;
  color: white;
}

.btn.glass {
  border-color: #7b7b7b;
  background: none;
  color: black;
}

.btn.glass:hover {
  background: #262626;
  border-color: #262626;
  color: white;
}

.btn.glass_white {
  border-color: white;
  background: none;
  color: white;
}

.btn.glass_white:hover {
  background: #005f7f;
  border-color: #005f7f;
  color: white;
}

.btn.black {
  border-color: #262626;
  background: #262626;
  color: white;
}

.btn.black:hover {
  background: #005f7f;
  border-color: #005f7f;
  color: white;
}

.menu_container {
  margin: 0px auto;
  left: 0px;
  width: 100%;
  top: 100px;
}

.menu_container .container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0px;
  box-sizing: border-box;
  z-index: 1;
  margin: 0px auto;
  width: 100%;
  height: 60px;
  /*color: white;*/
  /*background: #262626;*/
  /*border-radius: 10px;*/
  justify-content: space-between;
  border-top: 1px solid #f7f7f7;
}

.menu a {
  text-decoration: none;
  color: inherit;
  position: relative;
  padding: 11px 0px;
  transition: all 0.2s linear;
}

.menu a span {
  letter-spacing: 0.05px;
}

.menu a span:hover {
  font-weight: 900;
  letter-spacing: 0px;
  color: #005f7f;
}

.menu .sep {
  background: white;
  height: 18px;
  display: inline-block;
  width: 1px;
}

.menu a.current,
.menu a:hover {
  text-shadow: 1px 0px 0px white;
}

.title1 {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 54px;
}

.burger {
  display: none;
}

header {
  /*position: relative;*/
  position: fixed;
  top: 0;
  z-index: 16;
  width: 100%;
  background: #fff;
}

header .container {
  display: flex;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 21px;
}

header .container:first-child {
}

.logos {
  display: flex;
}

.logo1 {
  margin-right: 4%;
  /* max-height: 28px; */
}

.logo1 img {
  max-height: 25px;
  height: 100%;
  margin-top: 2px;
}

.logo2 {
}

.logo2 img {
}

header .addr_container {
  margin-left: auto;
  margin-right: auto;
}

header .phone {
  font-size: 20px;
  color: inherit;
  text-decoration: none;
  font-weight: 900;
}

header .addr {
  font-size: 14px;
  margin-top: 6px;
}

header .container:first-child .btn {
  width: 285px;
}

.big_banner {
  margin-top: 158px;
}

.big_banner .item {
  position: relative;
}

.big_banner .item .title_contianer {
  position: absolute;
  top: 52px;
  left: 0px;
  width: 100%;
}

.big_banner .item .title_contianer .container {
  width: fit-content;
  padding: 24px 85px;
  position: relative;
  background: #FFFFFF99;
  backdrop-filter: blur(10px);
  border: 2px solid #FFFFFF;
  border-radius: 10px;
}

.big_banner .item .title_contianer .container:before {
  content: "";
  position: absolute;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(7.05px);
  width: 88%;
  left: 6%;
  height: 240px;
  z-index: 0;
  display: none;
}

.big_banner .item .title_contianer .container div {
  position: relative;
  z-index: 2;
  font-family: "Roboto", Arial, Sns-serif;
}

.big_banner .item .title_contianer .container .pre_title {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 900;
  color: #005f7f;
  /* margin-bottom: 10px; */
  text-align: center;
  /* padding-top: 40px; */
}

.big_banner .item .title_contianer .container .title {
  font-size: 36px;
  font-weight: 900;
  color: #000;
  line-height: 1.4;
  text-align: center;
  /* margin-bottom: 20px; */
}

.big_banner .item .title_contianer .container .title .br_mob {
  display: none;
}

.big_banner .item .title_contianer .container .title span {
  text-transform: uppercase;
  /* font-weight: 900; */
  font-size: 44px;
}

.big_banner .item .title_contianer .container .title .vigoda {
  font-size: 36px;
  padding: 3px 10px 3px 10px;
  background: #005F7F;
  border-radius: 10px;
  color: #ffffff;
  text-transform: unset !important;
  font-weight: 900;
}

.big_banner picture img {
  max-width: none;
  transform: translateX(-50%);
  left: 50%;
  display: block;
  position: relative;
}

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

.title_props > div {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 0 11px 60px;
}

.title_props > div.ico1 {
  background: url("../img/bn_ico1.png") 0 50% no-repeat;
}

.big_banner .item .title_contianer .container .comment {
  font-size: 40px;
  color: white;
  line-height: 100%;
  margin-top: 21px;
}

.big_banner .item .title_contianer .container .comment strong {
  font-size: 42px;
}

.big_banner .item .signal {
  display: flex;
  align-items: center;
  color: white;
  margin-top: 33px;
  text-decoration: none;
}

.big_banner .item .signal:before {
  content: "";
  background: url(../img/ico_signal.png) 50% 50% no-repeat;
  width: 38px;
  height: 39px;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 27px;
  filter: invert(14%) sepia(70%) saturate(6627%) hue-rotate(352deg)
    brightness(83%) contrast(83%);
}

.big_banner .item .signal span {
}

.big_banner .item .signal span font {
  text-transform: uppercase;
}

.big_banner .item .signal:hover:before {
  filter: invert(98%) sepia(54%) saturate(133%) hue-rotate(195deg)
    brightness(120%) contrast(100%);
}

.big_banner .item .title_contianer .container .btn {
  margin-top: 37px;
  width: 285px;
}

.big_banner .slick-dots {
  position: absolute;
  bottom: 194px;
  justify-content: inherit;
  max-width: 1200px;
  margin: 0px auto;
  left: 50%;
  transform: translateX(-50%);
}

.big_banner .slick-dots > li {
  height: 10px;
  width: 10px;
}

.big_banner .slick-dots > li button {
}

.big_banner .slick-dots .slick-active {
  width: 50px;
}

.big_banner .slick-dots .slick-active button {
}

.timer_container {
  position: relative;
  margin-top: -36px;
}

.timer_container .cont {
  background: #262626;
  display: flex;
  align-items: center;
  padding: 17px 40px;
  border-radius: 10px;
}

.timer_container .container {
}

.timer_container .container .title {
  color: white;
  font-size: 22px;
  font-weight: 500;
}

.timer_container .container .btn {
  width: 285px;
}

div[id^="timer"] {
}

.timer_container .container .btn:hover {
  background: none;
  border-color: white;
  color: white;
}

.benefits {
  padding-top: 40px;
  margin: 0;
}

.benefits__list {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  list-style: none;
  gap: 30px;
}

.benefits__item {
}

.benefits__item.bg1 .popup {
  background-image: url("../img/benefits-present.png");
}

.benefits__item.bg2 .popup {
  background-image: url("../img/benefit-wallet.png");
}

.benefits__item.bg3 .popup {
  background-image: url("../img/benefits-shield.png");
}

.benefits__item.bg4 .popup {
  background-image: url("../img/benefits-paper.png");
}

.benefits__item .popup {
  display: flex;
  justify-content: center;
  align-items: center;
  /* display: block; */
  min-height: 115px;
  min-width: 270px;
  text-decoration: none;
  text-align: center;
  color: white;
  background-color: #4f4f4f;
  border-radius: 10px;

  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
  background-position: -12px 15px;
  background-size: 45%;
  background-repeat: no-repeat;
}

.benefits__item .popup:hover {
  background-color: #005f7f;
}

.cars_menu {
  margin-top: 80px;
}

.cars_menu .container {
}

.cars_menu__title {
  font-size: 26px;
  font-weight: 900;
  padding-bottom: 20px;
}

.cars_menu .content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  padding: 10px 0;
  background: #f7f7f7;
  border-radius: 10px;
}

.cars_menu .content > a {
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  background: none;
  padding: 10px;
  border-radius: 10px;
}
.cars_menu .content > a.bg {
  color: #FFFFFF;
  background: #005F7F;
}

.cars_menu .content > a.bg:hover {
  background: #262626;
}

#cars {
  padding-top: 30px;
}

#cars .item {
  display: flex;
  margin-bottom: 30px;
  background: #f7f7f7;
  border-radius: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 28px 28px 38px;
  position: relative;
}

#cars .item .images_container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  max-width: 59%;
  transform: translateX(50px);
}

#cars .item .images_container .car_stock {
  position: absolute;
  z-index: 3;
  right: 77px;
  top: 6px;
  width: 80px;
  height: 80px;
  background: url(../img/car_stock.svg) 0 0 no-repeat;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
}
#cars .item .images_container .car_stock b {
  font-size: 16px;
}

#cars .item .images_container .gallery {
  margin: 0px auto;
  width: 100%;
  margin-top: 36px;
  margin-bottom: 15px;
  height: 100%;
  min-height: 200px;
}

#cars .item .images_container .gallery .slick-list {
  height: 100% !important;
}

#cars .item .images_container .gallery .slick-dots {
  bottom: 0;
}

#cars .item .images_container .gallery .slick-list .slick-track {
}

#cars .item .images_container .gallery .slick-list .slick-track .slick-slide {
}

#cars
  .item
  .images_container
  .gallery
  .slick-list
  .slick-track
  .slick-slide
  img {
  width: 470px;
  border-radius: 10px;
  margin: 0px auto;
}

#cars .item .images_container .gallery .slick-dots li button {
  background: #dfdede;
}

#cars .item .images_container .gallery .slick-dots li.slick-active button {
  background: white;
  box-shadow: 0px 0px 4px 0px #00000040;
}

#cars .item .images_container .shadow {
  font-size: 200px;
  color: #fff;
  font-weight: 900;
  position: absolute;
  z-index: -1;
  top: -71px;
  left: 101px;
  display: flex;
  align-items: flex-start;
}

#cars .item .images_container .shadow span {
  font-size: 130px;
  margin-top: 15px;
}

#cars .item .images_container picture {
}

#cars .item .images_container picture img {
  width: 95%;
}

/* #cars .item#js3 .colors_wrap {
  margin-top: 20px;
} */

#cars .item .colors_wrap {
  display: flex;
  gap: 15px;
  align-items: center;
}

#cars .item .colors_title {
  font-size: 16px;
  color: inherit;
  font-weight: 900;
}

#cars .item .colors {
  /* position: absolute; */
  /* right: 0px; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  display: flex;
  /* flex-direction: column; */
  gap: 10px;
  cursor: pointer;
}

#cars .item .colors div {
  width: 16px;
  height: 16px;
  border-radius: 100px;
  display: inline-flex;
  box-sizing: border-box;
  margin: 5px 0px;
  align-items: center;
}

#cars .item .colors div.current {
}

#cars .item .colors div.current:after {
  content: "";
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 100px;
  display: block;
  margin: 0px auto;
}

#cars .item .colors div.border {
  border: 1px solid #c7c7c7;
}

#cars .item .colors div.border.current:after {
  background: #c7c7c7;
}

#cars .item .text_container {
  /* background: #f7f7f7; */
  order: -1;
  /* border-radius: 10px; */
  /* padding: 41px 29px; */
  /* width: 430px; */
  /* flex-shrink: 0; */
  /* position: relative; */
  display: flex;
  flex-direction: column;
  gap: 28px;
}

#cars .item .text_container .title {
  font-size: 36px;
  font-weight: 900;
}

#cars .item .text_container .comment_spec {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 47%;
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 22px;
  padding: 16px 76px 16px 18px;
  background: linear-gradient(to right bottom, #005f7f, #007fa3, #009fcc);

  box-shadow: 0px 4px 4px 0px #2d030324;
  font-weight: 900;
}

#cars .item .text_container .comment_spec:after {
  content: "";
  background: url(../img/vector.png) 50% 50% no-repeat;
  width: 33px;
  height: 33px;
  position: absolute;
  bottom: 22%;
  right: 23px;
  background-size: 100%;
}

#cars .item .text_container .car_hit {
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 54%;
  background: url(../img/car_hit.svg) 0 0 no-repeat;
  color: #fff;
  font-size: 16px;
  padding: 20px 50px 20px 87px;
  font-weight: 500;
  text-transform: uppercase;
  width: max-content;
}

#cars .item .text_container .comment_new {
  /* font-size: 18px;
    line-height: 32px;
    padding-top: 3px; */
  /* display: none; */
  font-family: Roboto;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 26%;
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 22px;
  padding: 16px 18px 16px 18px;
  background: linear-gradient(to right bottom, #005f7f, #007fa3, #009fcc);

  box-shadow: 0px 4px 4px 0px #2d030324;
  font-weight: 900;
}

#cars .item .text_container .comment span {
  color: #005f7f;
  font-size: 26px;
  font-weight: 900;
  white-space: nowrap;
}

#cars .item#js3 .text_container .comment {
  margin-bottom: 15px;
}

#cars .item .text_container .comment span.big_text {
  font-size: 1.1em;
}

#cars .item .text_container .add {
  background: #262626;
  font-weight: 900;
  color: white;
  padding-left: 37px;
  position: absolute;
  top: 38px;
  right: 30px;
  border-radius: 10px;
  padding: 18px 30px;
  text-align: center;
  display: none;
}

#cars .item .text_container .add:before {
  content: "";
  background: url(../img/ico_add.png) 50% 50% no-repeat;
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
}

#cars .item .spec_profit {
  text-decoration: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 26%;
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 20px;
  padding: 7px 10px 15px 10px;
  background: linear-gradient(to right bottom, #005f7f, #007fa3, #009fcc);

  box-shadow: 0px 4px 4px 0px #2d030324;
}

#cars .item .spec_profit span span {
  font-size: 32px;
}

#cars .item .car_adds {
}

#cars .item .car_adds_item {
  padding: 7px 15px 7px 48px;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  display: block;
  text-decoration: none;
  border-radius: 6px;
  background-color: #005F7F;
  background-repeat: no-repeat;
  background-position: 15px 50%;
}
#cars .item .car_adds_item:hover {
    background-color: #262626;
}

#cars .item .text_container .comment_spec_signal {
  font-size: 17px;
}

#cars .item .text_container .comment_spec_signal:after {
  background: url(../img/signal.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#cars .item .text_container .comment_spec_profit:after {
  background: url(../img/spec_profit.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#cars .item .car_adds_item.ico1 {
  background-image: url(../img/car_adds_ico1.svg);
}

#cars .item .car_adds_item.ico2 {
  background-image: url(../img/car_adds_ico2.svg);
}

#cars .item .car_adds_item.ico3 {
  background-image: url(../img/car_adds_ico3.svg);
}

#cars .item .car_adds_item.ico4 {
  background-image: url(../img/car_adds_ico4.svg);
}

#cars .item .car_adds_item.ico5 {
  background-image: url(../img/car_adds_ico5.svg);
}

#cars .item .car_adds_item.ico6 {
  background-image: url(../img/car_adds_ico6.svg);
}

#cars .item .car_adds_item.ico7 {
  background-image: url(../img/car_adds_ico7.png);
}

#cars .item .car_adds_item.ico8 {
  background-image: url(../img/car_adds_ico8.svg);
}

#cars .item .car_adds_item.ico9 {
  background-image: url(../img/car_adds_ico9.png);
}

#cars .item .car_adds_item.ico10 {
  background-image: url(../img/car_adds_ico10.svg);
}


#cars .item .btns {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#cars .item .btns .btn {
  /* margin-top: 14px; */
  width: 32%;
}

#cars .item .btns .btn:first-child {
}

#complects {
  background: #f7f7f7;
  padding-bottom: 70px;
}

#complects .container {
}

#complects .container > .title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  padding-top: 87px;
}

#complects .tabs_container {
  margin: 0px -10px;
  display: flex;
  font-size: 20px;
  padding-top: 48px;
}

#complects .tabs_container div {
  width: calc(33.3333333% - 20px);
  margin: 0px 10px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  cursor: pointer;
  background: white;
}

#complects .tabs_container div.current {
  background: #262626;
  color: white;
}

#complects .items {
  padding-top: 50px;
}

#complects .items .item {
  display: flex;
  background: white;
  justify-content: space-between;
  padding: 40px;
  align-items: center;
  margin-top: 20px;
  border-radius: 10px;
}

#complects .items .item:first-child {
  margin-top: 0px;
}

#complects .items .item .image {
  width: 30%;
  flex-shrink: 0;
}

#complects .items .item .image img {
}

#complects .items .item .title_container {
  width: 20%;
  flex-shrink: 0;
}

#complects .items .item .title_container .title {
  font-size: 30px;
  font-weight: 900;
}

#complects .items .item .title_container .comment {
  font-size: 20px;
}

#complects .items .item .props {
  font-size: 18px;
  width: 20%;
  flex-shrink: 0;
}

#complects .items .item .props div {
  margin-top: 10px;
}

#complects .items .item .props div:first-child {
  margin-top: 0px;
}

#complects .items .item .props div strong {
}

#complects .items .item .btns {
  width: 25%;
  flex-shrink: 0;
}

#complects .items .item .btns .btn {
  margin-top: 15px;
}

#complects .items .item .btns .btn:first-child {
  margin-top: 0px;
}

#tradein {
  background: url(../img/tradein_bg.jpg) 0% 0% no-repeat;
  padding-top: 51px;
  padding-bottom: 70px;
}

#tradein .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#tradein .container .title_container {
  position: absolute;
  top: 0px;
  left: 15px;
  color: white;
}

#tradein .container .title_container .title {
  font-size: 28px;
  font-weight: 900;
}

#tradein .container .title_container .comment {
  margin-top: 17px;
}

#tradein .image_container {
  display: none;
  position: relative;
}

#tradein .image_container .dop {
  font-size: 18px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: white;
  border-radius: 10px;
  padding: 19px;
  display: flex;
  align-items: center;
}

#tradein .image_container .dop:before {
  content: "";
  background: url(../img/ico_dop.png) 50% 50% no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-right: 8px;
}

#tradein .image_container picture {
}

#tradein .image_container picture img {
}

#tradein .image_container:before {
  content: "";
  background: white;
  position: absolute;
  top: 60px;
  left: -48px;
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 10px;
  display: none;
}

#tradein .image_container:after {
  content: "%";
  position: absolute;
  top: 60px;
  left: -48px;
  display: block;
  width: 96px;
  height: 96px;
  font-size: 63px;
  font-weight: 900;
  color: #005f7f;
  text-align: center;
  line-height: 96px;
  display: none;
}

#tradein form {
  width: 426px;
  position: relative;
  z-index: 0;
  background: #00000080;
  backdrop-filter: blur(4px);
  padding: 18px 21px 0;
  border-radius: 16px;
}

#tradein form .title {
    font-size: 28px;
    text-align: left;
    margin-bottom: 16px;
    color: #ffffff;
    font-weight: 700;
}

#tradein form .comment {
    color: #ffffff;
    margin-bottom: 14px;
}

#tradein form .form_comment {
  line-height: 140%;
  margin-bottom: 35px;
}

#tradein form .form-group select {
  border-color: white;
  color: white;
  background: url(../img/ico_select_white.png) 100% 50% no-repeat;
}

#tradein form .form-group select option {
  color: #000000;
}

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

#tradein form .form-group select option {
}

#tradein form .form-group input {
  border-color: #e4e4e4;
  background: #e4e4e4;
}

#tradein .agree_field {
  color: white;
}

#tradein .agree_field a {
  color: white;
}

#tradein .agree_field .check_ex {
  border-color: white;
}

#tradein.agree_field .check_ex i {
  background: white;
}

/* #credit {
    background: #f7f7f7;
    padding-top: 75px;
    padding-bottom: 64px;
}

#credit .container {
    display: flex;
    justify-content: space-between;
}

#credit .image_container {
    position: relative;
    order: 1;
}

#credit .image_container .dop {
    font-size: 18px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: white;
    border-radius: 10px;
    padding: 19px;
    display: flex;
    align-items: center;
}

#credit .image_container .dop:before {
    content: '';
    background: url(../img/ico_dop.png) 50% 50% no-repeat;
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 8px;
}

#credit .image_container picture {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

#credit .image_container picture img {
    height: 100%;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

#credit .image_container:before {
    content: '';
    background: white;
    position: absolute;
    top: 60px;
    right: -48px;
    display: block;
    width: 96px;
    height: 96px;
    border-radius: 10px;
    z-index: 1;
}

#credit .image_container:after {
    content: '%';
    position: absolute;
    top: 60px;
    right: -48px;
    display: block;
    width: 96px;
    height: 96px;
    font-size: 63px;
    font-weight: 900;
    color: #005f7f;
    text-align: center;
    line-height: 96px;
    z-index: 1;
}

#credit form {
    background: white;
    width: calc(50% - 10px);
    padding: 58px 82px;
    box-sizing: border-box;
    border-radius: 10px;
}

#credit form .form_title {}

#credit form .form_comment {
    line-height: 140%;
    margin-bottom: 35px;
} */
.credit-new {
  margin: 70px 0;
}

.credit-new .container {
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-image: url("../img/credit-bg.jpg");
  border-radius: 10px;
  color: #fff;
  box-sizing: border-box;
  min-height: 330px;
  flex-wrap: wrap;
}

.credit-new .title {
  font-size: 28px;
  padding: 0;
  margin: 0;
  margin-bottom: 19px;
}

.credit-new__descr {
  font-family: Roboto;

  padding: 0;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 54px;
}

.credit-new__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.credit-new__item {
  font-size: 18px;
  font-weight: 400;
  padding-left: 31px;
  background-position: left center;
  background-repeat: no-repeat;
}

.credit-new__item.sum {
  background-image: url("../img/ico-wallet.png");
}

.credit-new__item.percent {
  background-image: url("../img/ico_label.png");
}

.red {
  color: #005f7f;

  font-size: 18px;
  font-weight: 900;
}

.credit-new .form {
  width: 442px;
}

form .form-group .credit__input {
  border-color: #fff !important;
  color: #aaaaaa;
}

form .form-group select.credit__input {
  background: url(../img/ico_select_white.png) 100% 50% no-repeat;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}

#leasing {
  background: #f7f7f7;
  /* padding-top: 70px; */
  padding-bottom: 64px;
}

#leasing .container {
  display: flex;
  justify-content: space-between;
}

#leasing .image_container {
  position: relative;
}

#leasing .image_container .dop {
  font-size: 18px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: white;
  border-radius: 10px;
  padding: 19px;
  display: flex;
  align-items: center;
}

#leasing .image_container .dop:before {
  content: "";
  background: url(../img/ico_dop.png) 50% 50% no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-right: 8px;
}

#leasing .image_container picture {
}

#leasing .image_container picture img {
}

#leasing .image_container:before {
  content: "";
  background: white;
  position: absolute;
  top: 60px;
  left: -48px;
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 10px;
}

/*#leasing .image_container:after {
    content: '%';
    position: absolute;
    top: 60px;
    left: -48px;
    display: block;
    width: 96px;
    height: 96px;
    font-size: 63px;
    font-weight: 900;
    color: #005f7f;
    text-align: center;
    line-height: 96px;
}*/

#leasing form {
  background: transparent;
  width: calc(50% - 10px);
  padding: 72px 82px;
  box-sizing: border-box;
  border-radius: 10px;
}

#leasing form .form_title {
  text-align: start;
}

#leasing form .form_comment {
  line-height: 140%;
  margin-bottom: 35px;
}

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

.services {
  padding-top: 80px;
  padding-bottom: 120px;
  background: #262626;
}

.services_item {
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
}

.services_content {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}

.services_block {
  position: relative;
  width: 44%;
  height: 210px;
  padding: 24px 30px;
  border-radius: 10px;
  cursor: pointer;
}

.services_block.services_block1 {
  border: 1px solid #7ba1d8;
  background: radial-gradient(50% 50% at 50% 50%, #7996ca 0%, #506997 100%);
}

.services_block.services_block2 {
  border: 1px solid #eee584;
  background: radial-gradient(50% 50% at 50% 50%, #ecdc76 0%, #a6973b 100%);
}

.services_block.services_block3 {
  border: 1px solid #9a7cbb;
  background: radial-gradient(50% 50% at 50% 50%, #635a91 0%, #443e64 100%);
}

.services_block.services_block4 {
  border: 1px solid #68afc6;
  background: radial-gradient(50% 50% at 50% 50%, #428297 0%, #305f70 100%);
}

.services_block.services_block5 {
  border: 1px solid #afe285;
  background: radial-gradient(
    62.5% 62.5% at 72.04% 50%,
    #92b76a 0%,
    #5a8926 100%
  );
}

.services_block.services_block6 {
  border: 1px solid #deb782;
  background: radial-gradient(50% 50% at 50% 50%, #d68e61 0%, #b6602a 100%);
}

.services_block.services_block7 {
  border: 1px solid #b9b9b9;
  background: radial-gradient(50% 50% at 50% 50%, #656464 0%, #545353 100%);
}

.services_block.services_block8 {
  border: 1px solid #fffafa;
  background: radial-gradient(50% 50% at 50% 50%, #bebaba 0%, #8d8d8d 100%);
}

.services_action {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  width: fit-content;
  height: 30px;
  background: #ffffff4d;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}

.services_title {
  font-size: 22px;
  font-weight: 900;
  color: #ffffff;
}

.services_props {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
}

.services .btn {
  position: absolute;
  opacity: 0;
  left: 30px;
  bottom: 24px;
  width: 250px;
  background: transparent;
  border-color: #ffffff;
}

.services .btn:hover {
  background: #005f7f;
  border-color: #005f7f;
}

.services .services_block.active .btn {
  opacity: 1;
}

.services_img {
  position: absolute;
  right: 0;
  top: 0;
}

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

.big-red-text {
  font-size: 26px;
  color: #005f7f;
  font-weight: 900;
}

#corp {
  background: url("../img/corp_bg.jpg") 50% 0 no-repeat;
  padding: 81px 0;
}

#corp > img {
  display: none;
}

.corp_wrap {
  width: 525px;
  max-width: 100%;
  margin-left: auto;
}

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

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

.corp_wrap .btn {
  width: 428px;
  margin-top: 30px;
}

#test_drive .irs--flat .irs-min,
#test_drive .irs--flat .irs-max {
  background: none;
  top: 30px;
}

#test_drive .irs--flat .irs-min {
}

#test_drive .irs--flat .irs-max {
}

#test_drive .irs--flat .irs-single {
  display: none;
}

#test_drive .irs--flat .irs-handle > i:first-child {
  width: 20px;
  height: 20px;
  background: black;
  border-radius: 100px;
  top: -6px;
}

#test_drive .irs--flat .irs-handle > i:first-child:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid white;
  display: block;
  border-radius: 100px;
  margin-left: 3px;
  margin-top: 3px;
}

#test_drive .irs--flat .irs-bar {
  height: 2px;
  background: black;
}

#test_drive .irs--flat .irs-line {
  height: 2px;
  background: #9e9f9f;
}

#test_drive .vznos_comment {
}

#test_drive .vznos_comment span {
  font-weight: 900;
}

#test_drive .mes_comment {
}

#test_drive .mes_comment span {
  font-weight: 900;
}

#test_drive .irs--flat {
  margin-bottom: 35px;
}

#test_drive .test_drive_wrap {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  z-index: 2;
}
#test_drive .test_drive_logo {
  display: flex;
}
#test_drive .test_drive_logo .logo1 {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #000000;
}
#test_drive .test_drive_title {
  margin-top: 16px;
}
#test_drive .test_drive_title b {
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
}
#test_drive .test_drive_title span {
  display: block;
  margin-top: 4px;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
}

#test_drive .title {
  /* text-align: center; */
  /* font-size: 36px; */
  /* font-weight: 900; */
}

#test_drive .comment {
  /* text-align: center; */
  /* font-weight: 500; */
  /* padding-top: 19px; */
  /* padding-bottom: 71px; */
}

#test_drive .container:first-child {
}

#test_drive .container {
  display: flex;
  gap: 20px;
}
#test_drive .form_title {
  font-size: 28px;
  text-align: left;
  padding-bottom: 20px;
}
#test_drive form {
  order: -1;
  background: #f7f7f7;
  width: 426px;
  flex-shrink: 0;
  padding-right: 5%;
  padding-top: 40px;
  position: relative;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-bottom: 30px;
  z-index: 0;
}
#test_drive form:before {
  content: "";
  background: #f7f7f7;
  position: absolute;
  right: 0%;
  top: 0px;
  width: 100vw;
  height: 100%;
  z-index: -1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#test_drive .image_container {
  position: relative;
  display: inline-flex;
}

#test_drive {
  padding: 40px 0px;
}
#test_drive .image_container picture {
  display: block;
  background: url(../img/img_test_drive.jpg) 0% 50% no-repeat;
  height: 100%;
  width: 200vw;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#test_drive ._columns {
}
#test_drive ._column {
}
#test_drive ._title {
  font-size: 28px;
  font-weight: 900;
  padding-bottom: 10px;
}
#test_drive ._comment {
  padding-bottom: 20px;
}
#test_drive .fields {
}

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

#test_drive form button {
  margin-top: 20px;
  margin-bottom: -10px;
}

.block2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #262626;
}

.block2 h2.title {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 60px;
}

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

.block2 .column {
  width: calc(50% - 10px);
  display: inline-flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
}

.block2 .text {
  position: absolute;
  top: 40px;
  left: 39px;
  color: white;
  width: calc(100% - 80px);
}

.block2 .column .item {
  position: relative;
  height: calc(50% - 10px);
  background: #262626;
  border-radius: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.block2 .column:last-child .item {
  width: 100%;
  height: 100%;
  background-position: center;
}

.block2 .column .item {
  background-size: 100%;
  transition: background 0.2s linear;
}

.block2 .column:nth-child(1) .item:nth-child(1) {
  background-image: url("../img/block2_img1.png");
}

.block2 .column:nth-child(1) .item:nth-child(2) {
  background-image: url("../img/block2_img2.png");
}

.block2 .column .item.last:hover {
  background-size: 102%;
}

.block2 .column .title {
  font-size: 30px;
  font-weight: 900;
}

.block2 .column .comment {
  font-size: 16px;
  line-height: 127%;
  margin-top: 14px;
  width: 400px;
  max-width: 100%;
}

.block2 .column .btn {
  margin-top: 38px;
  width: 287px;
}

.block2 .column .item.last .btn:hover {
  border-color: #005f7f;
}

.block2 picture {
  display: block;
  overflow: hidden;
}

.block2 img {
  transition: 0.2s;
}

.block2 .item:hover img {
  transform: scale(1.1);
}

.red-text {
  color: #005f7f;
  font-weight: 500;
}

.reviews {
  background: #fff;
  padding-top: 108px;
  padding-bottom: 80px;
}

.reviews__container {
}

.reviews__content {
}

.reviews__title {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 20px;
}

.reviews__slider {
}

.reviews__item {
  background: url(../img/reviews_ico.svg) 105% 105% no-repeat #262626;
  padding: 20px;
  color: #fff;
  padding-bottom: 120px;
  margin: 0 5px;
  min-height: 420px !important;
  max-height: 420px !important;
  box-sizing: border-box;
  border-radius: 10px;
}

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

.reviews__autor-name {
  font-size: 20px;
  font-weight: 700;
}

.reviews__rating {
  display: flex;
  gap: 7px;
}

.reviews__rating img {
}

.reviews__b2 {
  margin-top: 10px;
}

.reviews__text {
  margin-top: 20px;
}

.reviews__img {
  border-radius: 10px;
  margin-top: 40px;
}

.reviews .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 13px;
  height: 26px;
  cursor: pointer;
  outline: none;
}

.reviews .slick-prev {
  background: url(../img/reviews_arrow.svg) 50% no-repeat;
  left: -15px;
  transform: rotate(0deg);
}

.reviews .slick-next {
  background: url(../img/reviews_arrow.svg) 50% no-repeat;
  transform: rotate(180deg);
  right: -15px;
}

.reviews .slick-arrow:before {
  display: none !important;
}

#contacts {
}

#contacts .contacts_container {
  position: absolute;
  /* top: 80px; */
  top: 67px;
  z-index: 1;
}

#contacts .container {
}

#contacts ._cont {
  background: #262626;
  border-radius: 10px;
  color: white;
  margin-top: 20px;
  padding: 48px 55px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#contacts ._cont:first-child {
  margin-top: 0px;
}

#contacts ._cont:after {
  content: "?";
  font-size: 304px;
  font-weight: 500;
  color: #262626;
  position: absolute;
  z-index: 1;
  top: -61px;
  right: -30px;
  text-stroke: 2px #ffffff;
  -webkit-text-stroke: 2px #ffffff;
  opacity: 0.1;
}

#contacts ._cont:first-child:after {
  display: none;
}

#contacts ._cont ._title1 {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 27px;
}

#contacts ._cont .phone {
}

#contacts ._cont .phone {
  font-size: 22px;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
}

#contacts ._cont .addr {
  font-size: 20px;
  padding-top: 22px;
}

#contacts ._cont ._title2 {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

#contacts ._cont .comment {
  font-size: 20px;
  position: relative;
  z-index: 2;
}

#contacts ._cont .btn {
  margin-top: 28px;
  width: 290px;
  max-width: 100%;
  position: relative;
  z-index: 2;
}

#contacts ._cont .btn:hover {
  border-color: white;
}

footer {
  background: #262626;
  padding-top: 25px;
  padding-bottom: 25px;
}

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

footer .info {
  color: white;
}

footer .copyright {
  color: white;
}

footer .disclamer_switch {
  text-decoration: unset;
  color: white;
}

.disclamer {
  font-size: 12px;
  color: white;
}

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

#credit .irs--flat .irs-min,
#credit .irs--flat .irs-max {
  background: none;
  top: 30px;
}

#credit .irs--flat .irs-min {
}

#credit .irs--flat .irs-max {
}

#credit .irs--flat .irs-single {
  display: none;
}

#credit .irs--flat .irs-handle > i:first-child {
  width: 20px;
  height: 20px;
  background: black;
  border-radius: 100px;
  top: -6px;
}

#credit .irs--flat .irs-handle > i:first-child:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid white;
  display: block;
  border-radius: 100px;
  margin-left: 3px;
  margin-top: 3px;
}

#credit .irs--flat .irs-bar {
  height: 2px;
  background: black;
}

#credit .irs--flat .irs-line {
  height: 2px;
  background: #9e9f9f;
}

#credit .vznos_comment {
}

#credit .vznos_comment span {
  font-weight: 900;
}

#credit .mes_comment {
}

#credit .mes_comment span {
  font-weight: 900;
}

#credit .irs--flat {
  margin-bottom: 35px;
}

#credit .title {
  /* text-align: center; */
  /* font-size: 36px; */
  /* font-weight: 900; */
}

#credit .comment {
  /* text-align: center; */
  /* font-weight: 500; */
  /* padding-top: 19px; */
  /* padding-bottom: 71px; */
}
#credit .form_title {
  font-size: 28px;
  text-align: left;
  padding-bottom: 20px;
  color: #ffffff;
}
#credit form {
  width: 426px;
  position: relative;
  z-index: 0;
  background: #00000080;
  backdrop-filter: blur(4px);
  padding: 21px;
  border-radius: 16px;
}

#credit form .form-group select {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: url(../img/ico_select_white.png) 100% 50% no-repeat;
}
#credit form .form-group select option {
  background: #00000080;
  color: #ffffff;
}
#credit form .form-group input[type="text"] {
  color: #7F7F7F;
  background: #E4E4E4;
}

#credit .image_container {
  display: none;
}
#credit .image_container picture {
  display: block;
  background: url(../img/img_credit.jpg) 0% 50% no-repeat;
  height: 100%;
  width: 200vw;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#credit .image_container img {
  display: none;
}

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

#credit form button {
  margin-top: 20px;
  margin-bottom: -10px;
}

#credit {
  background: url(../img/credit_bg.jpg) 0% 0% no-repeat;
  padding: 64px 0px;
}

#credit .result {
  padding-top: 23px;
  display: none;
}
#credit .result .title {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
#credit .result .procent {
  color: #005f7f;
  font-size: 20px;
  font-weight: 900;
  position: relative;
  padding-top: 18px;
}
#credit .result .procent:before {
  content: "";
  border-radius: 100px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 15%;
  height: 5px;
  background: #005f7f;
}
#credit .result .procent:after {
  content: "";
  height: 5px;
  width: 100%;
  display: block;
  background: #005f7f1a;
  border-radius: 100px;
  margin-top: 15px;
}
#credit .result .comment {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 20px;
}
#credit .result .btn {
}

#credit .text {
  padding-top: 18px;
  color: #ffffff;
}
#credit .text ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#credit .text ul > li {
  display: flex;
}
#credit .text ul > li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #005f7f;
  border-radius: 100px;
  display: inline-block;
  margin-right: 10px;
  flex-shrink: 0;
  position: relative;
  top: 6px;
}
#credit .text ul > li span {
}

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

@media (max-width: 1380px) {
  .services_block {
    width: 43%;
  }
}

@media (max-width: 1024px) {
  .big_banner .item .title_contianer .container .pre_title {
    font-size: 32px;
  }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
  #cars .item .text_container .comment_spec {
    left: 60%;
  }

  .timer_container {
    margin-top: -20px;
    margin-bottom: 0;
  }

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

  .logo2 {
    margin-top: 10px;
  }

  #corp {
    background-position: 60% 0;
  }

  .big_banner .item .title_contianer {
    top: 90px;
  }

  .big_banner .item .title_contianer .container .title span {
    font-size: 39px;
  }

  .big_banner .item .title_contianer .container .title {
    font-size: 32px;
  }

  #cars .item .images_container {
    width: 61%;
    transform: none;
  }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
  .big_banner picture img {
    height: 450px;
    /* left: 45%; */
  }

  .big_banner .item .title_contianer .container .pre_title {
    font-size: 32px;
  }

  html {
    overflow-x: hidden;
  }

  .burger {
    display: block;
  }

  .menuopen .menu_container {
    right: 0px;
  }

  .menu_container .container {
    padding: 0px;
  }

  .menu_container {
    position: absolute;
    top: 100%;
    right: -320px;
    left: auto;
    transition: 0.2s;
    background: white;
    height: auto;
    z-index: 2;
    width: 320px;
  }

  .menu {
    background: white;
    display: block;
    text-align: center;
    height: auto;
  }

  .menu a {
    padding: 5px 10px;
    display: block;
    color: black;
  }

  .burger {
    width: 45px;
    height: 44px;
    border-radius: 100px;
    line-height: 44px;
    text-align: center;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 9;
  }

  .burger:before {
    content: "";
    display: block;
    height: 4px;
    background: black;
    transition: 0.2s;
    transform-origin: 0px 10px;
  }

  .burger:after {
    content: "";
    display: block;
    height: 4px;
    background: black;
    transition: 0.2s;
    transform-origin: 5px -2px;
  }

  .burger span {
    pointer-events: none;
    display: block;
    height: 4px;
    background: black;
    margin: 12px 0px;
  }

  .menuopen .burger span {
    opacity: 0;
  }

  .menuopen .burger:before {
    transform: rotate(45deg);
  }

  .menuopen .burger:after {
    transform: rotate(-45deg);
  }

  header .container:first-child .btn {
    display: none;
  }

  .menu .sep {
    display: none;
  }

  .big_banner .item .title_contianer {
    top: 54px;
  }

  .big_banner .item .title_contianer .container .title {
    font-size: 24px;
  }

  .big_banner .item .title_contianer .container .title span {
    font-size: 29px;
  }

  .big_banner .item .title_contianer .container .comment {
    font-size: 20px;
  }

  .big_banner .item .title_contianer .container .comment strong {
    font-size: 30px;
  }

  .timer_container {
  }

  div[id^="timer"] {
    transform: scale(0.5) !important;
    transform-origin: 32px 50%;
    margin-right: -227px !important;
  }

  #corp {
    padding: 0;
    background: none;
  }

  #corp > img {
    display: block;
    width: 100%;
  }

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

  .corp_title,
  .corp_comment {
    color: #000000;
    text-align: center;
  }

  .corp_wrap .btn {
    width: 100%;
  }

  .block2 .text {
    bottom: 10px;
    top: unset;
  }

  .block2 .column .title {
    font-size: 20px;
  }

  .block2 .column .comment {
    font-size: 12px;
  }

  .big_banner .item .title_contianer {
  }

  .big_banner .item .signal {
    margin-top: 15px;
  }

  .big_banner .item .title_contianer .container .btn {
    margin-top: 15px;
  }

  #tradein {
    background: none;
  }

  #tradein .container {
    display: block;
  }

  #tradein .container .title_container {
    position: relative;
  }

  #tradein .container .title_container .title {
  }

  #tradein .container .title_container .comment {
  }

  #tradein .image_container {
  }

  #tradein .image_container .dop {
  }

  #tradein .image_container .dop:before {
  }

  #tradein .image_container picture {
  }

  #tradein .image_container picture img {
  }

  #tradein .image_container:before {
  }

  #tradein .image_container:after {
  }

  #tradein form {
  }

  #tradein form .form_title {
  }

  #tradein form .form_comment {
  }

  #tradein form .form-group select {
  }

  #tradein form .form-group {
  }

  #tradein form .form-group select option {
  }

  #tradein form .form-group input {
  }

  #tradein .agree_field {
  }

  #tradein .agree_field a {
  }

  #tradein .agree_field .check_ex {
  }

  #tradein.agree_field .check_ex i {
  }

  .services_block {
    width: 41%;
  }

  #credit {
  }

  #credit .container {
  }


  #credit .image_container .dop {
  }

  #credit .image_container .dop:before {
  }

  #credit .image_container picture {
  }

  #credit .image_container picture img {
  }

  #credit .image_container:before {
  }

  #credit .image_container:after {
  }

  #credit form {
    width: 100%;
  }

  #credit form .form_title {
  }

  #credit form .form_comment {
  }
}

@media (max-width: 980px) {
  .big_banner .item .title_contianer .container {
    padding: 1vw 4vw;
  }
  .big_banner .item .title_contianer .container .title {
    font-size: 3vw;
  }
  .big_banner .item .title_contianer .container .title span {
    font-size: 3vw;
  }
  .slick-initialized .slick-slide {
    display: grid;
    justify-content: center;
  }

  .big_banner {
    margin-top: 108px;
  }

  .big_banner .item .title_contianer .container:before {
    height: 180px;
  }

  .big_banner .item .title_contianer .container .pre_title {
    font-size: 26px;
  }
}

/*MOBILE BEGIN*/
@media (max-width: 767px) {
  html {
    overflow-x: hidden;
  }

  .burger {
    display: block;
  }

  .menu_container {
    position: absolute;
    top: 100%;
    transition: 0.2s;
    left: 100%;
  }

  .menu {
    background: #fff;
    display: block;
    text-align: center;
    height: auto;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .menu a {
    padding: 5px 10px;
    display: block;
  }

  .burger {
    width: 45px;
    height: 44px;
    border-radius: 100px;
    line-height: 44px;
    text-align: center;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 9;
  }

  .burger:before {
    content: "";
    display: block;
    height: 4px;
    background: black;
    transition: 0.2s;
    transform-origin: 0px 10px;
  }

  .burger:after {
    content: "";
    display: block;
    height: 4px;
    background: black;
    transition: 0.2s;
    transform-origin: 5px -2px;
  }

  .burger span {
    pointer-events: none;
    display: block;
    height: 4px;
    background: black;
    margin: 12px 0px;
  }

  .menuopen .burger span {
    opacity: 0;
  }

  .menuopen .burger:before {
    transform: rotate(45deg);
  }

  .menuopen .burger:after {
    transform: rotate(-45deg);
  }

  .menuopen .menu_container {
    left: 0px;
  }

  .menu_container .container {
    padding: 0px;
  }

  header {
  }

  header .container {
    padding: 10px 15px;
    flex-flow: wrap;
  }

  header .burger {
  }

  header .burger:before {
    content: "";
  }

  header .burger:after {
    content: "";
  }

  header .burger span {
  }

  header {
  }

  header .container {
  }

  header .container:first-child {
  }

  .logos {
    margin-right: 57px;
  }

  .logo1 {
  }

  .logo1 img {
  }

  .logo2 {
  }

  .logo2 img {
  }

  header .addr_container {
    position: relative;
    margin-left: 0;
    margin-top: 5px;
    bottom: 0px;
    left: 0px;
  }

  header .phone {
    /*display: none;*/
  }

  header .addr {
    display: none;
  }

  header .container:first-child .btn {
    display: none;
  }

  .big_banner {
    margin-top: 50px;
  }

  .big_banner picture img {
    transform: none;
    left: 0;
    max-width: 100%;
    height: initial;
  }

  .big_banner .item {
  }

  .big_banner .item .title_contianer {
    top: 18vw;
    color: black;
    padding-top: 15px;
  }

  .big_banner .item .title_contianer .container {
    padding-top: 3.6vw;
    padding-bottom: 4vw;
  }

  .big_banner .item .title_contianer .container .title {
    font-size: 5.4vw;
    color: black;
  }

  .big_banner .item .title_contianer .container .title .br_mob {
    display: block;
  }

  .big_banner .item .title_contianer .container .title span {
    font-size: 5.4vw;
  }

  .big_banner .item .title_contianer .container .title .vigoda {
    font-size: 5.4vw;
  }

  .big_banner .item .title_contianer .container .comment {
    font-size: 20px;
    color: black;
  }

  .big_banner .item .title_contianer .container .comment strong {
    font-size: 27px;
  }

  .big_banner .item .title_contianer .container .btn {
    margin-top: 15px;
    width: 100%;
  }

  .title_props {
    flex-direction: column;
    align-items: flex-start;
  }

  .title_props > div {
    color: #000000;
    font-size: 20px;
  }

  .big_banner .slick-dots {
    bottom: 5px;
  }

  .big_banner .slick-dots > li {
  }

  .big_banner .slick-dots > li button {
  }

  .big_banner .slick-dots .slick-active {
  }

  .big_banner .slick-dots .slick-active button {
  }

  .timer_container {
    top: 0px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .timer_container .cont {
    display: block;
    text-align: center;
    margin-left: -15px;
    width: calc(100% + 30px);
    padding: 15px;
    box-sizing: border-box;
    margin-top: -15px;
  }

  .timer_container .container {
  }

  .timer_container .container .title {
    font-size: 18px;
  }

  .timer_container .container .btn {
    width: 100%;
    margin-top: 100px;
  }

  div[id^="timer"] {
    transform: scale(0.55) translateX(-50%) !important;
    transform-origin: 0%;
    position: absolute;
    left: 50%;
  }

  #cars {
  }

  .cars_menu__title {
    font-size: 28px;
    text-align: center;
  }
  .cars_menu .content {
    justify-content: space-between;
    gap: 10px;
    padding: 15px;
  }

  #cars .item {
    display: block;
    margin-bottom: 42px;
    padding: 0;
    padding-top: 45px;
  }

  #cars .item#t8,
  #cars .item#t8_pro,
  #cars .item#t9 {
    padding-top: 0px;
  }

  #cars .item#t8 .images_container .gallery,
  #cars .item#t8_pro .images_container .gallery,
  #cars .item#t9 .images_container .gallery {
    margin-top: 0;
  }

  #cars .item .images_container .car_stock {
    right: 50px;
    top: 0px;
  }

  #cars .item .images_container {
    min-height: 200px;
    max-width: 100%;
    transform: unset;
    padding: 15px;
  }

  #cars .item .images_container .gallery .slick-list {
        border-radius: 10px;
  }

  #cars .item .images_container .shadow {
    left: 15px;
    font-size: 30vw;
    top: -50px;
  }

  #cars .item .images_container .shadow span {
    font-size: 0.6em;
  }

  #cars .item .images_container picture {
  }

  #cars .item .images_container picture img {
  }

  #cars .item .colors {
  }

  #cars .item .colors div {
  }

  #cars .item .colors div.current {
  }

  #cars .item .colors div.current:after {
  }

  #cars .item .colors div.border {
  }

  #cars .item .colors div.border.current:after {
  }

  #cars .item .text_container {
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
  }

  #cars .item .text_container .car_hit {
    top: 6px;
    left: 15px;
  }

  #cars .item .text_container .title {
  }

  #cars .item .text_container .comment {
  }

  #cars .item .text_container .comment span {
  }

  #cars .item .text_container .add {
    /* transform: scale(0.5); */
    top: -191px;
    left: -0px;
    right: auto;
  }

  #cars .item .text_container .add:before {
  }

  #cars .item .car_adds {
  }

  #cars .item .colors_wrap {
    order: -1;
    flex-direction: column;
    gap: 5px;
  }

  #cars .item .car_adds_item {
  }

  #cars .item .car_adds_item.ico1 {
  }

  #cars .item .car_adds_item.ico2 {
  }

  #cars .item .car_adds_item.ico3 {
  }

  #cars .item .car_adds_item.ico4 {
  }

  #cars .item .car_adds_item.ico5 {
  }

  #cars .item .car_adds_item.ico6 {
  }

  #cars .item .spec_profit {
    position: static;
    text-align: center;
  }

  #cars .item .spec_profit span {
  }

  #cars .item .text_container .comment_spec {
    left: 0;
    padding: 10px 60px 10px 18px;
  }

  #cars .item .text_container .comment_spec:after {
    right: 13px;
    bottom: 17%;
  }

  #cars .item .text_container .comment_new {
    left: 0;
    padding: 10px 18px 10px 18px;
  }

  #cars .item .btns {
    margin-top: 0;
    flex-wrap: wrap;
    padding: 0 15px 15px;
    box-sizing: border-box;
  }

  #cars .item .btns .btn {
    width: 100%;
  }

  #cars .item .btns .btn:nth-child(2) {
    margin: 10px 0;
  }

  #cars .item .images_container .gallery .slick-dots {
    bottom: -18px;
  }

  #cars .item .images_container .gallery .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 3px;
  }

  #complects {
  }

  #complects .container {
  }

  #complects .container > .title {
    font-size: 28px;
    padding-top: 15px;
  }

  #complects .tabs_container {
    padding-top: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #complects .tabs_container div {
    white-space: nowrap;
    width: 28%;
    padding: 0px 5px;
    font-size: 14px;
    margin: 0px 5px;
    margin-bottom: 10px;
  }

  #complects .tabs_container div.current {
  }

  #complects .items {
  }

  #complects .items .item {
    display: block;
    padding: 15px;
  }

  #complects .items .item:first-child {
  }

  #complects .items .item .image {
    width: 100%;
  }

  #complects .items .item .image img {
  }

  #complects .items .item .title_container {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #complects .items .item .title_container .title {
  }

  #complects .items .item .title_container .comment {
  }

  #complects .items .item .props {
    width: 100%;
    padding-bottom: 15px;
  }

  #complects .items .item .props div {
  }

  #complects .items .item .props div:first-child {
  }

  #complects .items .item .props div strong {
  }

  #complects .items .item .btns {
    width: 100%;
  }

  #complects .items .item .btns .btn {
  }

  #complects .items .item .btns .btn:first-child {
  }

  #test_drive .test_drive_wrap {
    top: 20px;
    left: 20px;
  }
  #test_drive .test_drive_title b {
    font-size: 20px;
  }
  #test_drive .test_drive_title span {
    font-size: 16px;
  }

  .credit-new__item {
  }

  .services {
    padding-top: 54px;
    padding-bottom: 70px;
  }

  .services_block {
    width: 100%;
    height: 256px;
    padding: 14px;
  }

  .services_img {
    top: auto;
    bottom: 0;
    width: 50%;
  }

  .services_img img {
    width: 100%;
  }

  .services .btn {
    opacity: 1;
    left: 14px;
    bottom: 14px;
    width: 178px;
  }

  #tradein {
    background: none;
  }

  #tradein .container {
    display: block;
  }

  #tradein .image_container {
    display: block;
  }

  #tradein .image_container .dop {
    transform: scale(0.5);
    transform-origin: 100% 0%;
  }

  #tradein .image_container .dop:before {
  }

  #tradein .image_container picture {
  }

  #tradein .image_container picture img {
  }

  #tradein .image_container:before {
    top: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
  }

  #tradein .image_container:after {
    width: 40px;
    height: 40px;
    left: 15px;
    font-size: 38px;
    line-height: 40px;
    top: 14px;
  }

  #tradein form {
    width: 100%;
    margin-top: 15px;
    padding: 15px;
    padding: 0px;
    background: none;

  }

  #tradein form .title {
    color: #000;
  }

  #tradein form .comment {
        color: #000;
  }

  #tradein form .form_title {
  }

  #tradein form .form_comment {
  }

  #credit {
    background: none;
  }

  #credit .container {
    display: block;
  }

  #credit .image_container {
    display: block;
  }
  #credit .image_container picture {
    display: block;
    width: 100%;
  }
  #credit .image_container picture img {
    display: block;
    width: 100%;
  }

  #credit .image_container .dop {
    transform: scale(0.5);
    transform-origin: 100% 0%;
  }

  #credit .image_container .dop:before {
  }

  #credit .image_container picture {
  }

  #credit .image_container picture img {
  }

  #credit .image_container:before {
    top: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
  }

  #credit .image_container:after {
    width: 40px;
    height: 40px;
    left: 15px;
    font-size: 38px;
    line-height: 40px;
    top: 14px;
  }

  #credit form {
    width: 100%;
    padding: 15px;
    border-radius: 0;
  }

  #credit form .form_title {
    color: #000000;
  }

  #credit form .form_comment {
    color: #000000;
  }

  #credit form .form-group select {
    color: #000000;
    border: 1px solid #000000;
  }

  #leasing {
    background-size: cover;
  }

  #leasing .container {
    display: block;
  }

  #leasing .image_container {
  }

  #leasing .image_container .dop {
    transform: scale(0.5);
    transform-origin: 100% 0%;
  }

  #leasing .image_container .dop:before {
  }

  #leasing .image_container picture {
  }

  #leasing .image_container picture img {
  }

  #leasing .image_container:before {
    top: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
  }

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

  #leasing .image_container:after {
    width: 40px;
    height: 40px;
    left: 15px;
    font-size: 38px;
    line-height: 40px;
    top: 14px;
  }

  #leasing form {
    width: 100%;
    margin-top: 15px;
    padding: 15px;
  }

  #leasing form .form_title {
    text-align: center;
  }

  #leasing form .form_comment {
  }

  #corp {
    padding: 0;
    background: none;
  }

  #corp > img {
    display: block;
    width: 100%;
  }

  .corp_wrap {
    padding: 20px 0;
    width: 100%;
  }

  .corp_title {
    color: #000000;
    text-align: center;
    font-size: 30px;
  }

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

  .corp_wrap .btn {
    width: 100%;
  }

  #test_drive {
    background-size: cover;
  }

  #test_drive .container {
    display: block;
  }

  #test_drive .image_container {
  }

  #test_drive .image_container .dop {
    transform: scale(0.5);
    transform-origin: 100% 0%;
  }

  #test_drive .image_container .dop:before {
  }

  #test_drive .image_container picture {
  }

  #test_drive .image_container picture img {
    position: relative;
    left: 50%;
    transform: translateX(-72%);
    max-width: initial;
    width: 100%;
  }
  #test_drive .test_drive_title {
    margin-top: 0px;
  }

  #test_drive .image_container:before {
    top: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
  }

  #test_drive .image_container:after {
    width: 40px;
    height: 40px;
    left: 15px;
    font-size: 38px;
    line-height: 40px;
    top: 14px;
  }

  #test_drive form {
    width: 100%;
    margin-top: 15px;
    padding: 15px;
    box-sizing: border-box;
  }

  #test_drive ._columns {
  }
  #test_drive ._column {
  }
  #test_drive ._title {
    font-size: 28px;
    font-weight: 900;
    padding-bottom: 10px;
  }
  #test_drive ._comment {
    padding-bottom: 20px;
  }
  #test_drive .fields {
  }

  .block2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .block2 .container {
    display: block;
  }

  .block2 .column {
    width: 100%;
    display: block;
    margin-top: 15px;
  }

  .block2 .text {
    left: 15px;
    bottom: 15px;
    bottom: 10px;
    top: unset;
  }

  .block2 .column:nth-child(1) .item:nth-child(1) {
    background-size: 102%;
  }

  .block2 .column:nth-child(1) .item:nth-child(2) {
    background-size: 102%;
  }

  .block2 .column .title {
    font-size: 20px;
  }

  .block2 .column .comment {
    font-size: 14px;
  }

  .block2 .column .btn {
    margin-top: 15px;
  }

  .block2 picture {
  }

  .block2 img {
  }

  .block2 .ico:after {
    width: 100px;
    height: 100px;
    bottom: auto;
    top: 5px;
    right: 5px;
  }

  .block2 .item.last {
    margin-top: 15px;
    padding-top: 50px;
    overflow: hidden;
  }

  .block2 .item.last .text {
    position: relative;
    width: calc(100% - 30px);
  }

  .reviews {
    padding-top: 80px;
  }

  .reviews__container {
  }

  .reviews__content {
  }

  .reviews__title {
  }

  .reviews__slider {
  }

  .reviews__item {
    min-height: 1px !important;
  }

  .reviews__b1 {
  }

  .reviews__autor-name {
  }

  .reviews__rating {
  }

  .reviews__rating img {
  }

  .reviews__b2 {
  }

  .reviews__text {
  }

  .reviews .slick-arrow {
  }

  .reviews .slick-prev {
    left: -10px;
  }

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

  #contacts {
    padding-top: 15px;
  }

  #contacts .contacts_container {
    position: relative;
    top: 0px;
    padding-bottom: 15px;
  }

  #contacts .container {
  }

  #contacts ._cont {
    padding: 15px;
  }

  #contacts ._cont:first-child {
  }

  #contacts ._cont ._title1 {
  }

  #contacts ._cont .phone {
  }

  #contacts ._cont .phone {
  }

  #contacts ._cont .addr {
  }

  #contacts ._cont ._title2 {
  }

  #contacts ._cont .comment {
  }

  #contacts ._cont .btn {
  }

  footer {
  }

  footer .container {
    display: block;
  }

  footer .info {
    margin-bottom: 15px;
    text-align: center;
  }

  footer .copyright {
    text-align: center;
  }

  #map1 {
    height: 380px;
  }

  .menu .sep {
    display: none;
  }

  .big_banner {
  }

  #block1 .column:first-child {
    margin-top: 0px;
  }

  .big_banner .item .title_contianer .container .pre_title {
    color: black;
    font-size: 27px;
    padding-top: 0;
  }

  .big_banner .item .signal {
    color: black;
    font-size: 15px;
    margin-top: 15px;
  }

  .big_banner .item .signal:before {
    margin-right: 10px;
  }

  .big_banner .item .signal span {
  }

  .big_banner .item .signal span font {
  }

  .big_banner .item .signal:hover:before {
  }

  #tradein {
    padding-top: 30px;
  }

  #tradein .container {
  }

  #tradein .container .title_container {
    position: relative;
    left: 0px;
  }

  #tradein .container .title_container .title {
  }

  #tradein .container .title_container .comment {
  }

  #tradein .image_container {
  }

  #tradein .image_container .dop {
  }

  #tradein .image_container .dop:before {
  }

  #tradein .image_container picture {
  }

  #tradein .image_container picture img {
  }

  #tradein .image_container:before {
  }

  #tradein .image_container:after {
  }

  #tradein form {

  }

  #tradein form .form_title {
  }

  #tradein form .form_comment {
  }

  #tradein form .form-group select {
    color: #000;
    border-color: #000000;
    background: url(../img/ico_select.png) 94% 50% no-repeat;
  }

  #tradein form .form-group {
  }

  #tradein form .form-group select option {
  }

  #tradein form .form-group input {
  }

  #tradein .agree_field {
       color: #000;
  }

  #tradein .agree_field a {
       color: #000;
  }

  #tradein .agree_field .check_ex {
  }

  #tradein.agree_field .check_ex i {
  }

  #credit {
    padding: 0;
  }

  #credit .container {
  }

  #credit .image_container {
  }

  #credit .image_container .dop {
  }

  #credit .image_container .dop:before {
  }

  #credit .image_container picture {
  }

  #credit .image_container picture img {
  }

  #credit .image_container:before {
  }

  #credit .image_container:after {
  }

  #credit form {
  }

  #credit form .form_title {
  }

  #credit form .form_comment {
  }

  #credit .comment {
    padding-bottom: 15px;
  }

  #block1 form {
  }

  #block1 form ._columns {
    flex-direction: column;
  }

  #block1 form ._column {
    width: 100%;
    padding: 15px;
    padding-bottom: 0px;
    margin-bottom: -15px;
  }

  #block1 form .form-group select {
  }

  #block1 form .form-group select option {
  }

  #block1 form .form-group input {
  }

  #block1 form ._title {
  }

  #block1 form ._comment {
    padding-bottom: 15px;
  }

  #block1 form ._column .btn {
  }

  #block1 .agree_field {
  }

  #block1 .agree_field a {
  }

  #block1 .agree_field .check_ex {
  }

  #block1 .column:first-child .item {
    background-size: cover;
  }

  .block2 .column .item {
    background-size: cover !important;
    background-position: 100%;
  }

  #credit .container {
  }
  #credit .form_title {
  }
  #credit form {
    margin-left: -15px;
    width: 100%;
    padding: 30px 15px;
    background: none;
    color: #000000;
  }

  #credit .image_container {
  }
  #credit .image_container picture {
  }
  #credit .image_container img {
  }

  #credit form .form-group {
  }

  #credit form button {
  }

  #credit {
  }

  #credit .result {
  }
  #credit .result .title {
  }
  #credit .result .procent {
  }
  #credit .result .procent:before {
  }
  #credit .result .procent:after {
  }
  #credit .result .comment {
  }
  #credit .result .btn {
  }

  #credit .text {
    color: #000000;
  }
  #credit .text ul {
  }
  #credit .text ul > li {
  }
  #credit .text ul > li:before {
  }
  #credit .text ul > li span {
  }
}

/*MOBILE END*/

@media (max-width: 560px) {
  #cars .item .images_container .car_stock {
    right: -8px;
    top: 0px;
  }
  .cars_menu .content {
    justify-content: normal;
    gap: 6px;
    padding: 15px;
  }
  .cars_menu .content > a {
    font-size: 18px;
  }
}

/* Portrait phones and smaller */
@media (max-width: 390px) {
  #complects .tabs_container div {
    width: 26%;
  }

  #cars .item .text_container .comment_new {
    font-size: 18px;
  }

  #cars .item .text_container .comment_spec {
    top: 0;
    left: 0;
    border-radius: 0 0 10px 10px;
    color: #fff;
    font-size: 18px;
    padding: 8px 35px 8px 18px;
  }

  #cars .item .text_container .comment_spec:after {
    content: "";
    background: url(../img/vector.png) 50% 50% no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: 27%;
    right: 8px;
    background-size: 100%;
  }

  div[id^="timer"] {
    /* transform: scale(0.623) !important; */
  }
}

@media (max-width: 360px) {
  div[id^="timer"] {
    /* transform: scale(0.623) !important; */
  }
}

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