/*Fontface*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700,800,900&display=swap');
@font-face {
  font-display: auto;
  font-family: 'Glober';
  src: local('Glober Bold'), local('GloberBold'),
  url('../fonts/subset-GloberBold.woff2') format('woff2'),
  url('../fonts/subset-GloberBold.woff') format('woff'),
  url('../fonts/subset-GloberBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/*Base popup*/
.base-popup {z-index: 1000;width: 100%;height: 2000px;background-color: rgba(0, 0, 0, 0.5);overflow: hidden;position: fixed;top: 0px;display: none;}
.base-popup.shown {display: block;}
.base-popup .base-popup-container {margin: 7% auto auto;position: relative;max-width: 560px;background-color: #ffffff;border-radius: 0px;-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.22);box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.22);}
.close:before {content: "\2715";}
.close {cursor: pointer;text-decoration: none;font-size: 14px;border-radius: 50%;width: 24px;height: 24px;line-height: 25px;text-align: center;vertical-align: middle;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;position: absolute;top: 5px;right: 5px;color: #636363;}
.close:hover {background: #f7f7f7;color: #000;}
.base-popup-content {padding: 30px;}

/* best offer form */
.base-popup#best-offer .base-popup-container {width: 360px;}
.base-popup#best-offer .callback-form-modal {max-width: 100%;}
.base-popup#best-offer .best-offer__subtitle {display: inline-block;font-size: 16px;text-align: center;width: 100%;line-height: 30px;font-weight: bold;}
.base-popup#best-offer .best-offer__subtitle strong {color: #d71e1e;font-weight: bold;}
.base-popup#best-offer .best-offer__logo {display: block;margin: 0 auto;}
.base-popup#best-offer .best-offer__devider {display: block;width: 100%;height: 1px;background-image: url('/assets/img/base-offer-devider.png');background-repeat: no-repeat;background-size: 100%;margin: 15px 0px;}
.base-popup#best-offer .best-offer__form-text {font-size: 11px;margin-bottom: 10px;}

/* best offer form-treid */
.base-popup#best-offer-treid .base-popup-container {width: 360px;}
.base-popup#best-offer-treid .callback-form-modal {max-width: 100%;}
.base-popup#best-offer-treid .best-offer__subtitle {display: inline-block;font-size: 16px;text-align: center;width: 100%;line-height: 30px;font-weight: bold;}
.base-popup#best-offer-treid .best-offer__subtitle strong {color: #d71e1e;font-weight: bold;}
.base-popup#best-offer-treid .best-offer__logo {display: block;margin: 0 auto;}
.base-popup#best-offer-treid .best-offer__devider {display: block;width: 100%;height: 1px;background-image: url('/assets/img/base-offer-devider.png');background-repeat: no-repeat;background-size: 100%;margin: 15px 0px;}
.base-popup#best-offer-treid .best-offer__form-text {font-size: 11px;margin-bottom: 10px;}

/* thank form */
.base-popup#thank {text-align: center; }
.base-popup#thank .base-popup-content {padding: 40px 30px;}
.base-popup#thank h2 {font-size: 24px;margin-bottom: 20px;}
.base-popup#thank p {font-weight: bold;}
.base-popup#thank img {margin-bottom: 15px;}
/*Main css*/
.morecontent span {
  display: none;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
}

.header-top-geo > span {
  font-size: 18px;
  font-weight: 500;
}

.header-top-button-btn {
  font-size: 18px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #ff0000;
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 0 42px;
  text-decoration: none;
}

.header-top-button-btn:hover {
  border: 1px solid #000;
}

.callmodal {
  cursor: pointer;
}

.header-top-phone > a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.main-navigation {
  background-color: #988787;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-navigation a, .main-navigation .dropdown-menu {
  height: 45px;
  line-height: 45px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  padding: 0 20px;
}

.main-navigation a:hover, .main-navigation .dropdown-menu:hover {
  background-color: #867a7a;
}

.main-navigation .dropdown-menu {
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main-navigation .selected-red {
  background-color: #d71e1e;
}

.main-navigation .selected-blue {
  background-color: #1d87d6;
}

.main-navigation .selected-red:hover {
  background-color: #9a2f2f;
}

.main-navigation .selected-blue:hover {
  background-color: #2f6c9a;
}

.main-navigation .dropdown-menu:after {
  content: "";
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAdklEQVRIie3OsQ3AIAxEUcQeLEYJZJPMwai5NC4sC0sOOJ2vBPQ+KcViLgNQANwAsoOVySr8sAJ4AMyTCOGTrCovr5OIwIf2aCtiwtnj8SUi8G79kSmyhVsjRzhD+ioi8LaFaxFXXIn44izSCPbHReQfPBZT9wKcBh3m/4YrqQAAAABJRU5ErkJggg==');
  width: 18px;
  height: 15px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -1px;
  margin-left: 5px;
}

#main-dropdown {
  -webkit-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  transition: all 0.33s ease;
  display: none;
}

#main-dropdown.visibility {
  display: block;
}

#mainslider {
  height: 510px;
  overflow: hidden;
}

#mainslider .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.model-marks-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.model-marks-item {
  width: 9.09%;
  text-align: center;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
    flex-direction: column;
    gap: 5px;
}

.model-marks-item img {
  object-fit: contain;
  max-height: 30px;
  max-width: 50px;
  margin: auto;
}

.model-marks-item-image {
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.model-marks-item span {font-family: "Glober", sans-serif;color: #808890;}

.model-marks-item:hover {
  background-color: #e4e4e4;
}

.with-bottom-sep {
  position: relative;
}

.with-bottom-sep:before {content: "";width: calc(100% - 20px);height: 1px;position: absolute;bottom: 0;background-image: url(../img/fullwidth-separator.png);}

.model-marks-navigation.with-bottom-sep {
  padding-bottom: 10px;
  padding-top: 10px;
}

.model-marks-navigation {
  padding-top: 20px;
}

.main-section-title {
  padding: 45px 0;
}

.main-section-title > h2 {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.catalog-item-body > h2 {
  font-size: 18px;
  text-transform: uppercase;
  height: 42px;
}

.main-cars-bu-section .catalog-item-body > h2 {
    font-weight: 700;
}

.catalog-item-body {
  text-decoration: none;
  display: block;
}

.catalog-item-body:hover ~ .catalog-item-footer .catalog-item-price-newest {
  color: #d71e1e;
}

.catalog-item-credit-price {
  font-size: 12px;
  color: #bf3e43;
  padding-top: 5px;
}

.catalog-item-credit-info {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 4px;
}

.catalog-item-img {
  position: relative;
}

catalog-item-img > img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center;
}

.catalog-item-img-des {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 2px;
  background: rgba(255, 255, 255, 0.6);
}

.catalog-item-credit-price-month {
  font-size: 16px;
  color: #1d87d6;
  padding-top: 5px;
}
/*.catalog-item-credit-price-month:before {content: "";width: 16px;height: 17px;background-image: url(../img/car-credit-icon.png);display: inline-block;margin-bottom: -4px;margin-right: 10px;} */

.catalog-item-credit-price:before {content: "";width: 16px;height: 17px;background-image: url(../img/car-credit-icon.png);display: inline-block;margin-bottom: -4px;margin-right: 10px;}

.catalog-item-thumbnail {
  display: block;
  margin: 0.3em auto;
  max-width: 244px;
  width: 100%;
}

.catalog-item {
  margin-bottom: 45px;
  border: 1px solid #e4e4e4;
  padding: 20px;
}

.catalog-item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog-item-buttons-mini {
  display: block;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
  text-align: center;
  padding: 0px 20px;
  color: #fff;
  font-size: 12px;
}

.catalog-item-buttons-mini:not(:last-child), .catalog-item-price > *:not(:last-child) {
  margin-bottom: 5px;
}

.ci-btn-blue {
  background-color: #1d87d6;
}

.ci-btn-red {
  background-color: #d71e1e;
}

.ci-btn-blue:hover {
  background-color: #2f6c9a;
}

.ci-btn-red:hover {
  background-color: #9a2f2f;
}

.catalog-item-price {
  margin-right: 1em;
}

.catalog-item-price-oldest {
  font-size: 14px;
  color: #6d6d6d;
  text-decoration: line-through;
}

.catalog-item-price-newest {
  font-size: 15px;
}

.catalog-item-price-newest span {
  font-weight: bold;
  font-size: 18px;
}

.special-offer-block {
  background-image: url(../img/vertical-gradient-type_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0px;
}

.special-offer-block-inner {
  background-color: #fff;
}

.special-cars-section .special-offer-block {
  margin-bottom: 45px;
}

.catalog-item-body:hover {
  color: #d71e1e;
}

.main-express-form {
  background-color: #1d87d6;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px;
}

.main-express-form-titles > h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}

.main-express-form-themed-title {
  font-size: 18px;
  text-align: center;
}

.main-express-form-titles {
  margin-left: 2em;
}

.main-express-form-themed-title span {
  font-weight: bold;
  font-size: 30px;
  padding: 0 5px;
}

.main-express-form-titles-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2em;
}

.main-express-form-titles-inline > .main-express-form-themed-title:not(:last-child) {
  margin-right: 2em;
}

.main-express-form-inputs {
  background-color: #eeeeee;
  padding: 20px 35px;
  width: 36%;
}

.express-bg-new {
  width: 275px;
  height: 265px;
  margin: -30px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-express-form-inputs > * {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.main-express-form-inputs > input[type="text"] {
  font-family: 'Montserrat',sans-serif;
  font-size: 18px;
  height: 45px;
  border: none;
  padding: 0 20px;
  color: #000;
}

.main-express-form-inputs > input[type="tel"] {
  font-family: 'Montserrat',sans-serif;
  font-size: 18px;
  height: 45px;
  border: none;
  padding: 0 20px;
  color: #000;
}

.default-btn {
  font-family: 'Montserrat',sans-serif;
  border: none;
  cursor: pointer;
  outline: none;
  text-align: center;
  display: inline-block;
  padding: 0 25px;
  background: #ff6e6e;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff6e6e), color-stop(100%, #d00120));
  background: -o-linear-gradient(top, #ff6e6e 0%, #d00120 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6e6e), to(#d00120));
  background: linear-gradient(to bottom, #ff6e6e 0%, #d00120 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e6e', endColorstr='#d00120', GradientType=0 );
  color: #fff;
  min-height: 25px;
}

.main-express-form-inputs > button[type="submit"] {
  height: 45px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  background: #e43232;
}

.default-btn:hover {
  background: #ff6e6e;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff6e6e), color-stop(5%, #ff6e6e), color-stop(73%, #d00120), color-stop(100%, #d00120));
  background: -o-linear-gradient(top, #ff6e6e 0%, #ff6e6e 5%, #d00120 73%, #d00120 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6e6e), color-stop(5%, #ff6e6e), color-stop(73%, #d00120), to(#d00120));
  background: linear-gradient(to bottom, #ff6e6e 0%, #ff6e6e 5%, #d00120 73%, #d00120 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e6e', endColorstr='#d00120', GradientType=0 );
}

.company-about-section {
  margin: 55px auto 35px;
}

.company-about-section > h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1em;
}

.company-about-section > p {
  margin-bottom: 25px;
}

.main-contacts-section-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-contacts-section_content {
  width: 30%;
}

.main-contacts-section_map {
  min-width: 70%;
  padding-right: 40px;
}

.mcsc-block {
  margin-bottom: 1em;
}

.mcsc-block-title {
  font-weight: 500;
  padding-bottom: 3px;
}

.mcsc-block-content > a {
  text-decoration: none;
}

.mcsc-form {
  background-color: #eeeeee;
  padding: 15px 25px;
}

form input[type="text"],form input[type="tel"], form textarea {
  font-family: 'Montserrat',sans-serif;
  border: none;
  padding: 0px 20px;
  display: block;
  width: 100%;
  min-height: 25px;
}

form textarea {
  resize: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mcsc-form input[type="text"],.mcsc-form input[type="tel"], .mcsc-form textarea {
  margin-bottom: 10px;
  font-size: 12px;
}

form textarea:focus {
  outline: none;
}

.mcsc-form > button[type="submit"] {
  width: 100%;
}

form textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

form textarea:focus::-moz-placeholder {
  opacity: 0;
}

form textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

form textarea:focus::-ms-input-placeholder {
  opacity: 0;
}

form textarea:focus::placeholder {
  opacity: 0;
}

.text-reviews-item > h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}

.text-reviews-item {
  margin-bottom: 45px;
}

.text-reviews-item .more {
  font-weight: 500;
}

.main-gradient-separator {
  height: 1px;
  width: 100%;
  background-image: url(../img/fullwidth-separator.png);
  margin: 35px 0;
}

.banks-grid-full-section > img {
  width: 100%;
}

#footer {
  margin-top: 75px;
  padding-bottom: 35px;
}

.footer-flexed-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-flexed-line-last {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-flexed-line-first {
  margin-right: 4%;
  min-width: 15%;
}

.footer-copyright {
  margin: 25px 0;
}

.footer-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.footer-navigation a {
  text-decoration: none;
}

.footer-navigation, .footer-data {
  padding-left: 45px;
}

.footer-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-data-geo > span {
  font-weight: 500;
}

.footer-data-callback > a {
  text-decoration: underline;
  font-weight: 500;
  font-size: 18px;
}

.footer-data-phone > a {
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}

.copy-text, .copy-more-text {
  font-weight: 500;
}

.copy-more-text > p {
  font-size: 12px;
}

.footer-navigation a:hover {
  text-decoration: underline;
}

.morecontent .morelink:hover {
  text-decoration: none;
}

.callback-form-modal input[type="text"],.callback-form-modal input[type="tel"] {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  height: 45px;
}

.callback-form-modal button[type="submit"] {
  width: 100%;
  height: 45px;
  background-color: #1d87d6;
  border: 1px solid #ddd;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.callback-form-modal {
  margin: 0 20px;
}

#breadcrumbs {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#page-title > h1 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 25px;
}

.page-title-model-bu > h1 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.page-title-model-bu > p {
  font-size: 14px;
}

.page-title-model-bu {
  margin-bottom: 40px;
}

#model-body {
  background-image: url(../img/model-main-bg.png);
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 33px;
  margin-bottom: 40px;
}

.model-body-price-oldest {
  font-size: 18px;
  color: #acacac;
  text-decoration: line-through;
}

.model-body-price-newest {
  font-size: 30px;
  font-weight: bold;
}

.model-body-bu {
  gap: 40px;
}

.model-body-bu .model-body-techspecs {
  flex: 1 1 20%;
}

.model-body-bu-img {
  flex: 1 1 60%;
}

.model-body-bu .model-body-special-offer-form {
  flex: 1 1 32%;
  color: #000;
}

.model-body-bu .model-body-special-offer-form > * {
  position: relative;
  z-index: 2;
}

.model-body-special-offer-form-des {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  margin-bottom: 12px;
}
.model-body-special-offer-form-price-new {
  font-size: 28px;
  font-weight: 700;
}
.model-body-special-offer-form-price-old {
  font-size: 18px;
  text-decoration: line-through;
  color: #acacac;
  margin-bottom: 10px;
}
.model-body-special-offer-form-price-credit {
  margin-bottom: 10px;
  color: #353535;
}

.model-body-special-offer-form-price-credit span {
  color: #1d87d6;
}

.model-body-special-offer-form-price-offer {
  text-align: center;
  padding: 5px;
  border: 2px solid #d71e1e;
  border-radius: 7px;
  font-size: 18px;
  color: #d71e1e;
  font-weight: 700;
  margin-bottom: 20px;
}

.model-body-special-offer-form-price-offer span {
  font-size: 30px;
}

.range__bu {
  position: relative;
}

.range__bu-box {
  padding: 30px 20px;
  box-shadow: 14px 5px 18px 0 rgba(0, 0, 0, 0.22);
  border-radius: 7px;
  background: #fff;
  position: relative;
}

.range__bu-box::after {
  content: '';
  position: absolute;
  width: 250px;
  height: 110%;
  left: 50%;
  top: 50%;
  border-radius: 7px;
  z-index: -1;
  transform: translate(-50%, -50%);
  background: #1D87D6;
}

.range__bu-row {
  display: grid;  
  grid-template-columns: auto 350px;
  gap: 25px;
  margin-bottom: 10px;
}

.range__bu-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.range__bu-des {
  margin-bottom: 20px;
  font-size: 14px;
}

.range__bu-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.range__bu-img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center;
}

.range__bu-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.irs-grid-pol {
  display: none;
}

.js-grid-text-1,
.js-grid-text-2,
.js-grid-text-3,
.irs-grid-pol,
.irs-max {
  display: none;
}

.irs-line {
  height: 2px !important;
  
}

.irs-bar {
  background-color: #1d87d6 !important;
  height: 2px !important;
}

.irs--flat .irs-handle>i:first-child {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #1d87d6 !important;
  top: -4px;
}

.irs-single {
  left: 0 !important;
  background: transparent !important;
  color: #1d87d6 !important;
  font-size: 12px !important;
}

.irs--flat.irs-with-grid {
  height: 49px !important;
}

.irs-grid-text {
  font-size: 12px !important; 
}

.irs-single::before {
  display: none !important;
}

.irs-min {
  display: none !important;
}

.range__bu-item-title {
  font-size: 14px;
  font-weight: 700;
}
.range__bu-item-des {
  font-size: 12px;
}

.range__bu-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding: 30px 20px;
  background: #0088da;
  color: #fff;
}

.range__bu-info-title {
  font-size: 24px;
  font-weight: 500;
}

.range__bu-info-title span {
  font-size: 26px;
  font-weight: 800;
}

.range__bu-info-des {
  font-size: 12px;
  font-weight: 400;
}

.range__bu-info-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  min-width: 600px;
}

.range__bu-info-row .form_control {
  height: 40px;
}
.range__bu-info-row .default-btn {
  height: 40px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}

.model-body-bu-img-prem {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 10px;
}

.model-body-bu-img-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.model-body-bu-img-row > img {
  width: 100%;
  height: 83px;
  object-fit: cover;
  object-position: center;
}

.model-body-price, .model-body-techspecs {
  margin-bottom: 2em;
}

.model-body-techspecs-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.model-body-techspecs-item {
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 5px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 235px;
}

.model-body-techspecs-item > img {
  display: block;
  margin-right: 1em;
  max-height: 33px;
}

.model-body-techspecs-item-content > span {
  font-size: 14px;
  font-weight: bold;
  color: #1d87d6;
}

.model-body-techspecs-item-content {
  font-size: 10px;
  font-weight: 100;
}

.model-body-colors-title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-right: 1em;
}

.colors-list > li {
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border: 1px solid #ddd;
}

.colors-list > li:not(:last-child) {
  margin-right: 10px;
}

.colors-list > li:hover {
  opacity: 0.8;
}

.colors-list > li.selected {
  pointer-events: none;
  cursor: default;
}

.benefit-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.afterprice-btns {
  margin-bottom: 25px;
}

.benefit-block > img {
  margin-right: 1em;
}

.benefit-block-entry {
  background-color: #d71e1e;
  color: #fff;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
}

.benefit-block-entry span {
  font-size: 30px;
}

#model-body > .model-body-collum:not(:last-child) {
  margin-right: 1.0em;
}

.model-body-mainimage > .model-review-img {
  display: block;
  margin: 55px auto 35px;
  max-width: 390px;
  width: 100%;
}

.cur-color {
  text-align: center;
  font-size: 18px;
  font-weight: 100;
}

.model-body-special-offer-form, .model-body-special-offer-form > h2, .model-body-special-offer-form > h3, .model-body-special-offer-form > input[type="tel"], .model-body-special-offer-form > input[type="text"], .model-body-special-offer-form > button[type="submit"] {
  position: relative;
  z-index: 3;
}
.model-body-special-offer{
  padding-bottom: 20px;
  margin-top: -73px;
}


.model-body-special-offer-form:after {content: "";position: absolute;left: 0;right: 0;top: -10px;margin: auto;width: calc(100% - 80px);height: calc(100% + 20px);background-color: #1d87d6;border-radius: 7px;z-index: -1;}

.model-body-special-offer-form:before {content: "";background-color: #fff;border: 1px solid #f2f2f2;-webkit-box-shadow: 14px 5px 18px 0 rgba(0,0,0,0.22);box-shadow: 14px 5px 18px 0 rgba(0,0,0,0.22);border-radius: 7px;position: absolute;top: 0;left: 0;z-index: 2;width: 100%;height: 100%;}

.model-body-special-offer-form {
  margin: 10px 0 60px;
  width: 100%;
  padding: 30px 25px;
}

.model-body-form {
  width: 28%;
}

.model-body-special-offer-form > h2 {font-weight: bold;text-align: center;margin-bottom: 1.5em;}

.model-body-special-offer-form > h2 > span {
  font-size: 24px;
  color: #e01e1e;
}

.model-body-special-offer-form > h2 small {
  font-size: 16px;
}

.model-body-special-offer-form > h3 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #1d87d6;
  margin-bottom: 1em;
}

.model-body-special-offer-form > h3 span {
  color: #d71e1e;
}

.model-body-special-offer-form > input[type="text"], .model-body-special-offer-form > input[type="tel"] {
  height: 40px;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: inset -4px 4px 3px 0 rgba(0,0,0,0.08);
  box-shadow:inset -4px 4px 3px 0 rgba(0,0,0,0.08);
  margin-bottom: 15px;
}

.blue-btn {
  background: #1d87d6;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #1d87d6), color-stop(100%, #1a5c8e));
  background: -o-linear-gradient(top, #1d87d6 0%, #1a5c8e 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#1d87d6), to(#1a5c8e));
  background: linear-gradient(to bottom, #1d87d6 0%, #1a5c8e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d87d6', endColorstr='#1a5c8e', GradientType=0 );
  border: none;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

.blue-btn:hover {
  background: #408bc4;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #408bc4), color-stop(33%, #408bc4), color-stop(93%, #1c6197), color-stop(100%, #1c6197));
  background: -o-linear-gradient(top, #408bc4 0%, #408bc4 33%, #1c6197 93%, #1c6197 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#408bc4), color-stop(33%, #408bc4), color-stop(93%, #1c6197), to(#1c6197));
  background: linear-gradient(to bottom, #408bc4 0%, #408bc4 33%, #1c6197 93%, #1c6197 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#408bc4', endColorstr='#1c6197', GradientType=0 );
}

.model-body-special-offer-form > button[type="submit"] {
  width: 100%;
  height: 40px;
  border: 1px solid #e5e5e5;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.model-body-afterform-btn {
  display: block;
  margin: auto;
  max-width: 215px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
}

.model-body-afterform-btn:not(:last-child) {
  margin-bottom: 10px;
}

.mba-blue {
  background-color: #1d87d6;
}

.mba-red {
  background-color: #d71e1e;
}

.mba-red:hover {
  background-color: #9a2f2f;
}

.mba-blue:hover {
  background-color: #2f6c9a;
}

.model-body-mainimage {
  min-height: 445px;
  width: 30%;
}

#model-body:after {
  display: none;
}

.gt-tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 35px;
}

.gt-tabs li {
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.27s ease;
  -o-transition: all 0.27s ease;
  transition: all 0.27s ease;
}

.gt-tabs li:not(:last-child) {
  margin-right: 2em;
}

.gt-tabs li:hover:not(.active) {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.gt-tabs li.active {
  border-bottom: 2px solid;
  cursor: default;
  pointer-events: none;
}

.model-options-tabscontents {
  background-color: #fafafa;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.table-row > .table-cell:first-child {width: 25%;padding-left: 0}

.table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.table-row > .table-cell:nth-of-type(2),
.table-row > .table-cell:nth-of-type(3),
.table-row > .table-cell:nth-of-type(4) {
  width: 14%;
}

.table-row > .table-cell:last-child {
  width: 32.7%;
  padding-right: 0;
}

.table-row > .table-cell {
  padding: 0 5px;
}

.compl-separator {
  width: 1px;
  background-color: #b5b5b5;
  height: 32px;
  display: block;
}

.table-head .compl-separator {
  background-color: transparent;
  visibility: hidden;
}

.table-head {
  padding: 20px 0 0;
  font-size: 14px;
  font-weight: bold;
}

.table-row > .table-cell:not(:first-child) {
  text-align: center;
}

.complectation-title {
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 15px;
}

.cpl-name > span:last-child {
  font-size: 16px;
  font-weight: bold;
  color: #2558b4;
}

.cpl-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cpl-name > span {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cpl-name > span:hover {
  opacity: 0.8;
}

.complectation-item {
  border-bottom: 1px solid #b5b5b5;
  padding: 10px 0;
}

.main-checkbox.checkbox-type_02 {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 17px;
  height: 17px;
}

.main-checkbox.checkbox-type_02 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.main-checkbox.checkbox-type_02 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: transparent;
  border: 1px solid #000;
}

.main-checkbox.checkbox-type_02:hover input ~ .checkmark {
  background-color: #e0e0e0;
}

.main-checkbox.checkbox-type_02 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.main-checkbox.checkbox-type_02 input:checked ~ .checkmark:after {
  display: block;
}

.main-checkbox.checkbox-type_02 .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #d71e1e;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cpl-name .main-checkbox {
  margin: 0 15px;
}

.roz-price {
  font-weight: 300;
  color: #656668;
  text-decoration: line-through;
}

.benefit-price {
  font-weight: 900;
  color: #d71e1e;
}

.spec-price {
  font-weight: bold;
}

.compl-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -webkit-box-pack: center;
  justify-content: center;
}

.compl-btn {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.cplbtn-red {
  color: #d71e1e;
}

.cplbtn-blue {
  color: #1d87d6;
}

.compl-btn:hover,
.price-new:hover {
  color: #565656;
}

.complectation-item .compl-buttons > .cplbtn-blue {
  background-color: #1d87d6;
  color: #fff;
}

.complectation-item .compl-buttons > .cplbtn-red {
  background-color: #d71e1e;
  color: #fff;
}

.complectation-item .compl-buttons > .compl-separator {
  background-color: transparent;
}

.complectation-item:hover .compl-buttons > .cplbtn-blue:hover,
.complectation-item:hover .compl-buttons > .cplbtn-red:hover {
  opacity: 0.8;
}

.price-new {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.comp-items {
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.comp-list li.cplist-heading {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 10px;
}

ul.comp-list:first-child li.cplist-heading {
  margin-top: -5px
}

li.cplist-heading:before {
  display: none;
}

.comp-list li.cplist-heading:after {content: ":";}

.comp-list li {
  font-size: 15px;
  white-space: normal;
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.comp-description .comp-list li:before {
  content: "- ";
}

.model-body-description {
  padding-top: 40px;
  padding-bottom: 35px;
}

.model-body-description > h2 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.model-body-description > p {
  font-size: 18px;
}

.model-body-description > p:not(:last-child) {
  margin-bottom: 20px;
}

.model-body-gallery {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.model-body-gallery-main {
  height: 450px;
  width: 68%;
  margin-right: 20px;
}

.model-body-gallery a {
  display: block;
}

.model-body-gallery a div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.model-body-gallery-main a > div {
  height: 450px;
}

.model-body-gallery-others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 32%;
  margin-left: -10px;
  max-height: 450px;
  overflow-y: auto;
}

.model-body-gallery-others > a {
  min-width: 50%;
  height: 118px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding: 0 10px 20px;
  z-index: 1;
}

.model-body-gallery a:hover {
  opacity: 0.8;
}

.complectations-footer {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-compare {
  background-color: unset;
  border: unset;
  text-align: left;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.btn-compare:hover {
  color: #da3737;
}

.complectation-content-price {
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.gt-tab-content:not([data-tab="0"]) {
  padding-top: 20px;
}

.main-cars-section .special-offer-block,
.main-cars-section .main-express-form{
  margin-bottom: 45px;
}

.main-catalog-pagination {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.main-catalog-pagination > a {
  text-decoration: none;
}

.main-catalog-pagination > span {
  font-size: 21px;
  color: #ababab;
}

.finance-page-topbanner {
  height: 205px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 35px;
}

.finance-page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 45px;
}

.finance-page-wrap > .finance-page-collum:not(:last-child) {
  margin-right: 1.5em;
}

.finance-page-form, .finance-page-info {
  width: 25%;
}

.finance-page-form-type_01 .select2-container {
  margin-bottom: 10px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid #c1cad8;
}

.select2-container .select2-selection--single {
  height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding: 0 20px;
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  top: 0;
  right: 15px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1d87d6;
}

.select2-results__option {
  font-size: 14px;
}

.finance-page-form-type_01 h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 1em;
}

.finance-page-form-type_01 input[type="text"], .finance-page-form-type_01 input[type="tel"] {
  border: 1px solid #c1cad8;
  margin-bottom: 10px;
  height: 50px;
}

.finance-page-form-type_01 button[type="submit"] {
  width: 100%;
  height: 50px;
  text-transform: uppercase;
  font-size: 16px;
}

.page-credit-price > span {
  font-size: 24px;
  font-weight: bold;
  color: #d71e1e;
}

.page-finance-thumbnail {
  display: block;
  margin: 0 auto 2em;
  max-width: 355px;
  width: 100%;
}

.page-credit-thumbnail {
  margin-bottom: 35px;
}

.main-baselist-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}

.main-baselist li:not(.main-baselist-title) {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.credit-dangertext > h5 {
  font-weight: bold;
  text-transform: uppercase;
  color: #ed1c24;
}

.credit-dangertext {
  font-size: 12px;
  margin-bottom: 1.9em;
}

.tradein-theme .finance-page-info {
  width: 36%;
}

.tradein-futures {
  margin-top: 45px;
}

.tradein-theme .page-finance-thumbnail {
  margin-top: 70px;
}

.tradein-futures-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tradein-futures-item:not(:last-child) {
  margin-bottom: 2em;
}

.finance-page-form-type_01 .tradein-theme  h2:first-child {
  margin-top: 0;
}

.finance-page-form-type_01 .tradein-theme  h2:not(:first-child) {
  margin-top: 40px;
}

.tradein-futures-item > img {
  margin-right: 1em;
}

.tradein-mini-description > h2 {
  font-weight: bold;
  margin-bottom: 1em;
}

.tradein-mini-description > p {
  margin-bottom: 15px;
}

.tradein-mini-description {
  margin-bottom: 40px;
}

.gosapp-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 45px;
}

.gosapp-page-form {
  margin-right: 1.5em;
  width: 30%;
}

.gosapp-page-form > h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.gosapp-page-form > h2:not(:first-child) {
  margin-top: 3em;
}

.gosapp-page-form > .select2-container {
  margin-bottom: 10px;
}

.gosapp-page-form > input[type="text"], .gosapp-page-form > input[type="tel"] {
  margin-bottom: 10px;
  height: 50px;
  border: 1px solid #c1cad8;
}

.gosapp-page-form > button[type="submit"] {
  height: 50px;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
}

.gosapp-page-content .row > .col:first-child img {
  display: block;
  margin: auto;
  margin-top: 35px;
}

.gosapp-tabs, .gosapp-tab-contens {
  max-width: 768px;
  margin: auto;
  display: block;
}

.gosapp-tabs {
  margin-top: 45px;
  background-color: #959595;
  color: #fff;
  position: relative;
  z-index: 1;
}

.gosapp-tabs li {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 48px;
}

.gosapp-tabs li.active {
  border-bottom: 0;
  background-color: #3780b8;
}

.gosapp-tabs li img {
  margin-left: 15px;
}

.gosapp-tabs li:not(:last-child) {
  margin-right: 0;
}

.gosapp-tabs ul {
  margin-bottom: 0;
}

.gosapp-tab-contens {
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.10);
  box-shadow: 0 0 7px 0 rgba(0,0,0,0.10);
}

.gosapp-tab-contens .gt-tab-content:not([data-tab="0"]) {
  padding-top: 0;
}

.gosapp-tab-contens .gt-tab-content {
  padding: 20px !important;
}

.gt-tab-gostitle {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.gt-tab-gostitle span {
  font-size: 24px;
  font-weight: 900;
  color: #d71e1e;
}

.gt-tab-gostitle span > small {
  font-size: 14px;
}

.gostab-lists {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.gostab-lists li span {
  color: #d71e1e;
}

.gostab-lists li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 15px;
  font-size: 14px;
}

.gostab-lists li:before {content: "";background-position: center;height: 9px;width: 7px;display: block;position: absolute;left: 0;top: 4px;}

.gosapp-page-content .tradein-futures {
  margin-top: 0;
}

.cs-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}

.main-baselist li b {
  font-weight: bold;
}

.video-reviews h2 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 5px;
}

.video-reviews .col {margin-bottom: 45px;}

.page-textreviews-wrap .main-catalog-pagination {
  margin-bottom: 1em;
  padding-bottom: 1em;
  text-align: left;
}

.page-textreviews-wrap .main-catalog-pagination span {
  color: #000;
}

.page-textreviews-wrap .main-catalog-pagination a {
  color: #7b7b7b;
}

.page-textreviews-wrap .main-catalog-pagination > * {
  margin-right: 1em;
}

.reviews-page-form {
  margin-top: 35px;
  background-color: #fafafa;
  border: 1px solid #9d9d9d;
  padding: 15px;
  border-radius: 6px;
}

.reviews-page-form h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.rpf-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rpf-grid .rpf-grid-col:nth-of-type(1) {width: 35%;}

.rpf-grid .rpf-grid-col:nth-of-type(2) {
  width: 50%;
}

.rpf-grid .rpf-grid-col:nth-of-type(3) {
  width: 15%;
}

.rpf-grid .rpf-grid-col:not(:last-child) {
  padding-right: 20px;
}

.reviews-page-form input[type="text"], .reviews-page-form input[type="tel"] {
  height: 45px;
  border: 1px solid #9d9d9d;
}

.reviews-page-form textarea {
  border: 1px solid #9d9d9d;
  height: 105px;
}

.reviews-page-form input[type="text"]:not(:last-child), .reviews-page-form input[type="tel"]:not(:last-child) {
  margin-bottom: 15px;
}

.reviews-page-form button[type="submit"] {
  width: 100%;
  height: 105px;
  font-size: 18px;
  font-weight: bold;
}

.service-row {
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.services-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 1em;
  font-weight: bold;
}

.services-item-title img {
  margin-left: 1em;
}

a.mods_tab_link {
  border-top: 10px solid #fafafa !important;
  border-bottom: 10px solid #fafafa !important;
}

.cpl-name > span:first-child .hidden-more {top: 25px !important;border: 1px solid #b5b5b5 !important;z-index: 5 !important;white-space: nowrap !important;line-height: 20px !important;height: 31px !important;}

.complectations-footer > .main-checkbox {
  width: auto;
  font-size: 12px;
  padding-left: 25px;
  margin-left: auto;
}

.complectations-footer > *:not(:last-child) {
  margin-right: 2em;
}

.complectations-footer > .main-checkbox:last-child {
  margin-left: 1em;
}

.beforeform-financeimg > img {
  display: block;
  margin: auto;
}

.beforeform-financeimg {
  margin-bottom: 2em;
  margin-top: 1em;
}

.model-body-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.newdiscount_block {
  display: flex;
}

#discount .base-popup-content,
#kaskogift .base-popup-content{
  padding: 0;
}

#kaskogift span.gifttext {
  font-size: 12px;
  color: #3f3f3f;
}

#kaskogift .ndb-main h2 {
  text-align: center;
  margin-top: 15px;
}

#kaskogift .gifts-logos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: -35px;
  margin-top: -13px;
}

#callback h2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}

#kaskogift .ndb-main {
  background-image: url(../img/giftkasko-bg.png);
}

.ndb-main {
  min-width: 55%;
  background-image: url(../img/disc-form-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 30px;
}

.ndb-main h2 {
  font-size: 30px;
  font-weight: bold;
}

.ndb-formside {
  height: 100%;
  width: 40%;
  min-width: 45%;
  padding: 5px 20px 15px;
}

.ndb-main img {
  max-width: 300px;
  margin: auto;
}

#discount .base-popup-container,
#kaskogift .base-popup-container{
  max-width: 700px;
  width: 100%;
}

.newdiscount_block > * {
}

.ndb-formside > img {
  margin-bottom: 15px;
}

.mobile-nav {
  display: none;
}

button.show-hide-banks {
  display: none;
}

.banks-outer {
  margin: 0 -0.5%;
  padding-top: 15px;
}

.bank-item {
  float: left;
  display: block;
  height: 80px;
  width: 10.1%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
  margin: 0 0.5%;
  margin-bottom: 15px;
  cursor: default;
  pointer-events: none;
}

.mob-enable {
  display: none;
}

.modification_compare {
  overflow: auto;
}

.modification_compare > div {
  min-width: 1180px;
}

.mobile-prices {
  display: none;
}

.desktophide {
  display: none;
}

.showcopy {
  display: none;
}

.small-banner-size .special-offer-block {
  max-width: 885px;
  margin: 10px auto 0;
}

#gift-popup .base-popup-container {
  margin-top: 4%;
  min-width: 675px;
  background-image: url(../img/giftform-bg.png);
  background-color: #eeeded;
  background-position: right center;
  background-repeat: no-repeat;
  max-height: 340px;
}

.base-popup-gift-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gf-animated-corousel {
  position: relative;
  margin-top: -45px;
  margin-left: -120px;
}

.gf-animated-corousel .anim-gift-items {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.gf-formwrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#gift-popup .close {
  background-color: #000;
  color: #fff;
  width: 32px;
  height: 32px;
  top: -15px;
  right: -15px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.79);
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.79);
}

.gf-form h2, .gf-form h3 {
  text-align: center;
}

.gf-form > .mbnc-label {
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  color: #000;
  margin-top: 10px;
}

.gf-form h2 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.gf-form h3:not(.mbnc-label) {
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
}

.gf-form > input[type="text"], .gf-form > input[type="tel"] {
  border: 1px solid #dddddd;
  width: 100%;
  height: 35px;
  padding: 0 20px;
}

.gf-form {
  padding: 38px 20px;
}

.gf-form .btn.btn-accent {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  margin-top: 25px;
  height: 35px;
  line-height: 35px;
  border: none;
  cursor: pointer;
  background: rgba(251,101,104,1);
  background: -moz-linear-gradient(top, rgba(251,101,104,1) 0%, rgba(213,11,38,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,101,104,1)), color-stop(100%, rgba(213,11,38,1)));
  background: -webkit-linear-gradient(top, rgba(251,101,104,1) 0%, rgba(213,11,38,1) 100%);
  background: -o-linear-gradient(top, rgba(251,101,104,1) 0%, rgba(213,11,38,1) 100%);
  background: -ms-linear-gradient(top, rgba(251,101,104,1) 0%, rgba(213,11,38,1) 100%);
  background: linear-gradient(to bottom, rgba(251,101,104,1) 0%, rgba(213,11,38,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb6568', endColorstr='#d50b26', GradientType=0 );
}

.gf-form .btn.btn-accent:after {
  display: none;
}

.gf-animated-corousel.anim-start .anim-sphere {
  -webkit-animation: sphere-rotating cubic-bezier(0.41, 0.41, 0.63, 1.15) 7s;
  animation: sphere-rotating cubic-bezier(0.41, 0.41, 0.63, 1.15) 7s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
}

.gf-animated-corousel.anim-start .anim-gift-items {
  -webkit-animation: gift-items-end ease 8s;
  animation: gift-items-end ease 8s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
}

#new_benefit .base-popup-container {
  max-width: 865px;
  background: none;
  box-shadow: none;
}

#new_benefit .base-popup-content {
  padding: 0;
  background: none;
}

.new-form-wrapper {
  position: relative;
}

.inner-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.new_benefit-form {
  width: 45%;
}

.car-preview {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 29px;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
}

.car-preview h2 {
  text-align: center;
  width: 100%;
  display: block;
}

.new_benefit-form {
  padding: 20px;
  color: #fff;
}

.new_benefit-form h2 {
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 15px;
}

.new_benefit-form p {
  font-size: 14px;
  font-weight: 500;
  margin-top: -10px;
  margin-bottom: 15px;
}

.new_benefit-form input[type="text"], .new_benefit-form input[type="tel"] {
  height: 45px;
  margin-bottom: 15px;
}

.new_benefit-form button[type="submit"] {
  width: 100%;
  height: 45px;
  background: #d61e1e;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.close {
  z-index: 5;
}

#new_freepays .base-popup-container {
  max-width: 870px;
}

#new_freepays .base-popup-content {
  padding: 0;
}

#new_freepays .inner-wrap {align-items: flex-end;}

.new_freepays-form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
}

.new_freepays-form * {
  width: 100%;
}

.new_freepays-form *:not(:last-child) {
  margin-right: 20px;
}

.new_freepays-form input[type="text"], .new_freepays-form input[type="tel"] {
  height: 40px;
  border-radius: 6px;
}

.new_freepays-form button[type="submit"] {
  background: #d71e1e;
  border: 1px solid #fff;
  border-radius: 6px;
  height: 40px;
  font-size: 20px;
  padding: 0 10px;
}

#new_tradein .base-popup-content {
  padding: 20px;
  background: #1d87d5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#new_tradein .base-popup-container {max-width: 980px;}

#new_tradein .close {
  color: #fff;
}

#new_tradein .base-popup-content div:last-child {
  flex: 1;
  margin-left: 20px;
}

#new_tradein h2 {
  font-size: 32px;
  color: #fff;
  margin-top: 0;
  padding-bottom: 20px;
}

#new_tradein h2 span {
  font-weight: bold;
}

.new-tradein-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #eeeeee;
  padding: 20px;
}

.new-tradein-form * {
  width: 100%;
  height: 40px;
}

.new-tradein-form *:not(:last-child) {
  margin-right: 20px;
}

.new-tradein-form button[type="submit"] {
  background: #e43232;
  font-size: 18px;
  font-weight: bold;
}

#new_tradein .base-popup-content div:first-child {
  padding-top: 20px;
}

/*bottom gos banner*/
/*Gos bottom modal by cat*/
.gos_programs {position:fixed;bottom: -250px;left:0;right:0;z-index:10;margin:auto;max-width: 980px;-webkit-box-shadow: 1px 0 70px 15px rgba(17, 17, 17, 0.2);box-shadow: 1px 0 70px 15px rgba(17, 17, 17, 0.2);-webkit-transition:all .5s linear;-o-transition:all .5s linear;transition:all .5s linear;}
.gos_programs.visible {bottom:0;-webkit-transition:all .5s linear;-o-transition:all .5s linear;transition:all .5s linear;}
.gos_programs.not_show {bottom: -305px;}
.gos_programs>div {z-index:10;background: rgba(255, 255, 255, 0.9);color: #000;border-radius:6px 6px 0 0;}
.gos_programs>div>div {border-radius: 6px 6px 0 0;z-index: 11;font-size: 22px;/* height: 120px; */background: #1d87d6;}
.gos_programs>div .before, .gos_programs>div .after {display:block;width:80px;height:80px;position:absolute;top:-28px;z-index: 12;}
.gos_programs>div .before{background-image:url(../img/gos_programs_before.png);background-size:contain;background-position: center; background-repeat: no-repeat;left:-40px;}
.gos_programs>div .after{background-image:url(../img/gos_programs_after.png);background-size: contain;background-position: center;background-repeat: no-repeat;right:-40px;}
.gos_programs .gos_title {text-transform: uppercase;font-family: RobotoBold;line-height: 30px;margin-top: 7px;font-size: 23px;text-align: center;color: #000;}
.gos_programs .btn {font-size:22px;width: 100%;display: inline-block;text-align: center;padding: 5px 25px;font-family: RobotoLight;color: #fff;cursor: pointer;}
.gos_programs .tab>div:nth-child(2){text-align:center; padding: 0 10px;vertical-align: middle;font-family: Arial;}
.gos_programs .form_container .btn {font-size: 15px;padding: 11px 10px;border: none;}
.gos_programs input.form_control {padding: 13px 13px;border: 1px solid #cad2de;background: rgba(255, 255, 255, 0.44);display: block;width: 100%;border-radius: 6px;}
.gos_programs.first .links_container, .gos_programs.gos .links_container  {display:none;}
.gos_programs.first .form_container,  .gos_programs.gos .form_container {display:block;}
.gos_programs.first .btn {background: #007e3c;}
.form_container .container>div { padding: 0 10px; float: left; width: 21.3333%; }
.gos_programs.first>div .after {z-index:10;}
.gos_programs.gos>div .before  {z-index:10;}
.close_gos {position:absolute;    right: 45px; top: -32px;font-size: 22px; color: #2da033;cursor: pointer}
a.btn.btn2.first_link {background: #007f34;}
.gos_programs.first .gos_link {display: none;}
.gos_programs.gos .first_link {display: none;}
span.prev_gos {display: none;}
.gos_programs.first span.prev_gos,
.gos_programs.gos span.prev_gos{display: block;position: absolute;top: 17px;left: 57px;cursor: pointer;border: solid #2da033;border-width: 0 3px 3px 0;display: inline-block;padding: 6px;-ms-transform: rotate(135deg);transform: rotate(135deg);-webkit-transform: rotate(135deg);}
label.checkcontainer.gosappcheck {margin-top: 5px;margin-right: -5px;}
.gos_programs .tab {padding-top: 9px;}
.gos_programs.first .gos_title,
.gos_programs.gos .gos_title {font-size: 20px;margin-bottom: 10px;margin-top: 0;}
label.checkcontainer.gosappcheck .checkmark {height: 16px;width: 16px;border-radius: 3px;top: 0px;left: -10px;}
label.checkcontainer.gosappcheck .checkmark:after {width: 12px;height: 12px;left: 1px;}
.gos_programs.first .close_gos {right: 0;}

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

.form_container h2 {
  font-size: 32px;
  color: #fff;
  margin-top: 0;
  padding-bottom: 20px;
}

.form_container h2 span {
  font-weight: bold;
}

.ptw-item {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-textreviews-wrapper {margin-top: 25px;}

.ptw-item-image {
  width: 33%;
  height: 120px;
  background-position: center;
  background-size: cover;
}

.ptw-item-content {
  width: 67%;
  padding-left: 15px;
}

.ptw-item-content h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.ptw-item-content p {
  font-size: 14px;
}

@-webkit-keyframes sphere-rotating{
  0% {
    -webkit-transform:  rotate(0deg) ;
    transform:  rotate(0deg) ;
  }
  7% {
    -webkit-transform:  rotate(-10deg) ;
    transform:  rotate(-10deg) ;
  }
  100% {
    -webkit-transform:  rotate(3685deg) ;
    transform:  rotate(3685deg) ;
  }
}


@keyframes sphere-rotating{
  0% {
    -webkit-transform:  rotate(0deg) ;
    transform:  rotate(0deg) ;
  }
  7% {
    -webkit-transform:  rotate(-10deg) ;
    transform:  rotate(-10deg) ;
  }
  100% {
    -webkit-transform:  rotate(3685deg) ;
    transform:  rotate(3685deg) ;
  }
}

@-webkit-keyframes gift-items-end{
  0% {
    -webkit-transform:  scaleX(1.00) scaleY(1.00) ;
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
  19% {
    -webkit-transform:  scaleX(0.95) scaleY(0.95) ;
    transform:  scaleX(0.95) scaleY(0.95) ;
  }
  88% {
    -webkit-transform:  scaleX(0.95) scaleY(0.95) ;
    transform:  scaleX(0.95) scaleY(0.95) ;
  }
  100% {
    -webkit-transform:  scaleX(1.00) scaleY(1.00) ;
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@keyframes gift-items-end{
  0% {
    -webkit-transform:  scaleX(1.00) scaleY(1.00) ;
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
  19% {
    -webkit-transform:  scaleX(0.95) scaleY(0.95) ;
    transform:  scaleX(0.95) scaleY(0.95) ;
  }
  88% {
    -webkit-transform:  scaleX(0.95) scaleY(0.95) ;
    transform:  scaleX(0.95) scaleY(0.95) ;
  }
  100% {
    -webkit-transform:  scaleX(1.00) scaleY(1.00) ;
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
}
/*gifts end*/

.giftbtn {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background: #1a9f29;
  color: #fff;
  display: block;
  position: relative;
  padding-right: 45px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.giftbtn:after {content: "";position: absolute;right: 6px;top: 0;bottom: 0;margin: auto;display: block;width: 29px;height: 29px;background-image: url(../img/btn-gift.png);background-position: center;background-repeat: no-repeat;}

.tradein-bottom-form,
.tradein-bottom_form-wrapper {
  -webkit-transition: all 0.28s ease-in-out;
  -o-transition: all 0.28s ease-in-out;
  transition: all 0.28s ease-in-out;
}

.tradein-bottom-form {
  background: #0088da;
  position: fixed;
  bottom: -160px;
  left: 15px;
  z-index: 10;
  max-width: 335px;
  text-align: center;
  max-height: 350px;
  cursor: pointer;
  max-width: 268px;
}

.tradein-bottom-form > h2 {
  color: #fff;
  margin: auto;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: -15px;
}

.tradein-bottom_form-wrapper > input[type="text"], .tradein-bottom_form-wrapper > input[type="tel"] {
  width: 100%;
  border: none;
  border-radius: 3px;
  margin-bottom: 15px;
}

.tradein-bottom_form-wrapper > button {
  width: 100%;
  background: #fe0000;
  background: -webkit-linear-gradient(top, #fe0000 0%,#ac0303 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fe0000),to(#ac0303));
  background: -o-linear-gradient(top, #fe0000 0%,#ac0303 100%);
  background: linear-gradient(to bottom, #fe0000 0%,#ac0303 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe0000', endColorstr='#ac0303',GradientType=0 );
  border-radius: 3px;
  -webkit-box-shadow: -8px 8px 3px -5px rgba(0,0,0,0.19);
  box-shadow: -8px 8px 3px -5px rgba(0,0,0,0.19);
  text-transform: uppercase;
  font-size: 18px;
}

.tradein-bottom-form:not(.active):hover {
  opacity: 0.8;
}

.tradein-bottom-form.active {
  bottom: 0px;
  cursor: default;
}

.tradein-bottom_form-wrapper {
  opacity: 0.1;
}

.tradein-bottom-form.active .tradein-bottom_form-wrapper{
  opacity: 1;
}

img.trdcar {
  margin-top: -105px;
}

.trd-bottom-form {
  padding: 0 20px 20px;
}

.trd-bottom-form input[type="text"], .trd-bottom-form input[type="tel"] {
  height: 32px;
  margin-bottom: 15px;
}

.trd-bottom-form button[type="submit"] {
  width: 100%;
  height: 35px;
  font-weight: 500;
  font-size: 16px;
}

.new_benefit-form > h4 {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.new_benefit-form > h4 b {
  font-weight: 600;
  font-size: 24px;
}

.new_benefit-form > h4 img {
  margin-left: 25px;
}

.complectations-bottominfo {
  padding: 10px 0;
  font-size: 14px;
  color: #717171;
}

.footer-social {
  margin: 20px 0 0;
}

.footer-social a:not(:last-child) {
  margin-right: 10px;
}

.stock-item__image {
  height: 250px;
  background-position: center;
  background-size: cover;
  position: relative;
  margin: 0 -15px 15px;
}

.stock-item__image:after {content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 2px;background: rgb(188,58,58);background: -moz-linear-gradient(90deg, rgba(188,58,58,1) 0%, rgba(229,229,229,1) 50%, rgba(58,132,188,1) 100%);background: -webkit-linear-gradient(90deg, rgba(188,58,58,1) 0%, rgba(229,229,229,1) 50%, rgba(58,132,188,1) 100%);background: linear-gradient(90deg, rgba(188,58,58,1) 0%, rgba(229,229,229,1) 50%, rgba(58,132,188,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bc3a3a",endColorstr="#3a84bc",GradientType=1);}

.stock-item {
  background: #f0f0f0;
  outline: 1px solid #dddddd;
  outline-offset: -1px;
  margin-bottom: 20px;
  padding: 0 15px 15px;
}

.stock-item h2 {
  font-size: 18px;
  font-weight: bold;
}

.stock-item p {
  font-size: 14px;
  margin: 15px 0;
}

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

.stocks-form input {
  margin-right: 15px;
  height: 42px;
  border: 1px solid #dfdfdf !important;
}

.stocks-form button {
  height: 42px;
}

/*Media*/
@media only screen and (max-width: 1201px) {
  .header-top-geo > span,
  .catalog-item-body > h2,
  .main-express-form-inputs > input[type="text"],
  .main-express-form-inputs > input[type="tel"],
  .main-express-form-inputs > button[type="submit"],
  .text-reviews-item > h4,
  .footer-data-callback > a,
  .footer-data-phone > a {
    font-size: 16px;
  }

  .catalog-item-price-newest span,
  .footer-navigation a,
  .main-navigation a, .main-navigation .dropdown-menu {
    font-size: 15px;
  }

  .header-top-button-btn {padding: 0 20px;}
  .main-navigation a, .main-navigation .dropdown-menu {padding: 0 15px;}
  .model-marks-item span {font-size: 13px;}
  .catalog-item-price-newest {font-size: 14px;}
  .main-section-title > h2 {font-size: 24px;}
  .model-body-special-offer-form > h3 {font-size: 12px;}
  .finance-page-info .model-body-price-newest {font-size: 24px;}
  .main-baselist li:not(.main-baselist-title) {font-size: 14px;}
  .cpl-name > span:first-child {font-size: 12px;}
  #mainslider {height: 410px;}
  .catalog-item {
    margin-bottom: 45px;
    border: 1px solid #e4e4e4;
    padding: 10px;
  }
}

/* КОНТАКТЫ НА МОДЕЛИ */
.content-price-block-flex {
  display: flex;
}

.option-tab-content_content-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.option-tab-content_sidebar-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  padding-left: 15px;
  padding-top: 25px;
}

.table-row > .table-cell:first-child {
  width: 35%;
  padding-left: 0;
}

.table-head .table-cell{
  font-size: 12px;
}

.specialoffer-burunov-btn {
  position: fixed;
  bottom: 171px;
  max-width: 144px;
  left: 50px;
  cursor: pointer;
}

#specialoffer-burunov .base-popup-content {
  padding: 0 0 25px;
  overflow: hidden;
  border-radius: 15px;
  background: #f3f3f4;
}

#specialoffer-burunov form {
  margin-top: -163px;
  padding: 0 20px 0;
}

#specialoffer-burunov img, #specialoffer-burunov .base-popup-container {
  max-width: 435px;
  min-width: auto;
  width: 100%;
}

#specialoffer-burunov form input {
  margin-bottom: 10px;
  border: 1px solid #2d2e50;
  border-radius: 6px;
  font-size: 16px;
  padding: 0 20px;
  height: 50px;
  position: relative;
  background: #fff;
}

#specialoffer-burunov form button[type="submit"] {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  width: 100%;
}

@media (max-width: 1181px) {
  .option-tab-content_sidebar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 0 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .content-price-block-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1181px) {
  .sidebar-widget_contacts {
    display: none;
  }
}

@media (max-width: 491px) {
  .table-row > .table-cell:nth-of-type(1) {
    width: auto;
    margin-top: 15px;
  }
}

.wc-block_wrapper {
  border: 1px solid #1d87d6;
  padding-bottom: 20px;
}

.wc-block_wrapper .contact-block {
  padding: 10px 20px 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wc-block_wrapper .contact-block > .contact-block_line:nth-of-type(2) {
  color: #1d87d6;
}

.wc-geoinfo {
  padding: 5px 15px 10px;
  line-height: 15px;
}

.wc-block_wrapper .btn.callmodal {
  width: 100%;
  max-width: 245px;
  margin: auto;
  display: block;
}

.wc-geoinfo > h2 {
  font-size: 14px;
}

.wc-geoinfo span {
  font-size: 12px;
  font-weight: bold;
}

.table-row > .table-cell:nth-of-type(2),.table-row > .table-cell:nth-of-type(3) {
  width: 16%;
}

.contact-block_line {
  font-weight: bold;
  margin-bottom: 10px;
}

.line-type_phone > a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}

.wc-block_wrapper .contact-block > img {max-width: 145px;margin-bottom: 10px;}

.wc-block-button-feedback {
  margin-left: 10px;
  margin-right: 10px;
}

.sales-date-container {
  display: flex;
}

.sales-date-container .name-block {
  width: 35%;
}

.sales-date-container .date-block {
  width: 32%;
  text-align: center;
}

.complectation-title.sales-date-container:not(:nth-child(3)) .date-block {
  display: none;
}

#countdown .flip-clock-divider .flip-clock-label {
  color: #010101;
  font-weight: bold;
  font-size: 13px;
  z-index: 2;
}

#countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.beforeform-financeimg {
  margin-bottom: 1em;
  margin-top: unset;
}

.model-body-special-offer-form > h2 {
  margin-bottom: 0.5em;
}

.model-body-special-offer-form > h3 {
  margin-bottom: unset;
}

.model-body-special-offer-form {
  margin: 10px 0 30px;
  padding: 20px 25px;
}

.main_minibanners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_minibanners.vertical-style {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main_minibanners.vertical-style .mmb_item:not(:last-child) {
  margin-bottom: 10px;
}

.main_minibanners .mmb_item {
  text-decoration: none;
}

.main_minibanners .mmb_item > img {
  display: block;
  width: 100%;
}

.main_minibanners .mmb_item:hover {
  opacity: 0.8;
}

.sidebar-widget_gifts {
  margin-bottom: 20px;
}

.car-preview img {
  max-height: 206px;
}

/* КОНТАКТЫ НА МОДЕЛИ */

#popup_toggle{bottom:25px;right:10px;position:fixed;z-index: 97;cursor:pointer;}
.img-circle{background-color:#3fb350;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #3fb350;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#3fb350;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(../img/mini.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }
  100% {transform: scale(0.9);opacity: 1;}}
@-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}

/*giftstimer css*/
#giftstimer h2 {
  font-size: 29px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

#giftstimer .base-popup-container {
  min-width: auto;
  max-width: 626px;
  background: none;
  margin: 3% auto auto;
  box-shadow: none;
}

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

.giftstimer_item {cursor: pointer;}

.giftstimer_item:not(:last-child) {
  margin-right: 34px;
}

.giftstimer_item img:last-child {
  display: none;
}

.giftstimer_item:hover img:last-child, .giftstimer_item.active img:last-child {
  display: block;
}

.giftstimer_item:hover img:first-child, .giftstimer_item.active img:first-child {
  display: none;
}

.giftstimer_item img {max-height: 132px;}


.clockgifts.flip-clock-wrapper {
  font-family: Roboto;
  margin: 25px 0 21px;
  display: flex;
  justify-content: center;
}

.clockgifts.flip-clock-wrapper .flip-clock-dot {
  display: none;
}

.clockgifts.flip-clock-wrapper .flip {
  box-shadow: 0 2px 12px rgba(0,0,0,.7);
  margin: 0 3px;
  width: 33px;
  border-radius: 6px;
  overflow: hidden;
}

.clockgifts.flip-clock-wrapper ul li a div div.inn {
  color: #fff;
  font-size: 30px;
  background-color: #333333;
}

.clockgifts.flip-clock-wrapper .flip li:after,
.clockgifts.flip-clock-wrapper .flip li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 11px;
  margin: auto;
  z-index: 3;
  display: none;
  box-shadow: inset 1px 0px 2px 0px rgba(0,0,0,.4);
  background: rgb(255,255,255);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 49%, rgba(255,255,255,1) 91%, rgba(0,0,0,1) 95%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 49%, rgba(255,255,255,1) 91%, rgba(0,0,0,1) 95%, rgba(255,255,255,1) 100%);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 49%, rgba(255,255,255,1) 91%, rgba(0,0,0,1) 95%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.clockgifts.flip-clock-wrapper .flip:nth-of-type(1) li:after {
  display: block;
}

.clockgifts.flip-clock-wrapper .flip:nth-of-type(2) li:after {
  right: 0;
  left: auto;
  display: block;
}

.clockgifts.flip-clock-wrapper .flip:nth-of-type(3) li:after {
  display: block;
}

.clockgifts.flip-clock-wrapper .flip:nth-of-type(4) li:after {
  right: 0;
  left: auto;
  display: block;
}

.clockgifts.flip-clock-wrapper .flip:nth-of-type(5) li:after {
  display: block;
}

.clockgifts.flip-clock-wrapper .flip:nth-of-type(6) li:after {
  right: 0;
  left: auto;
  display: block;
}

.clockgifts.flip-clock-wrapper .flip:nth-of-type(7) li:after {
  display: block;
}

.clockgifts.flip-clock-wrapper .flip:nth-of-type(8) li:after {
  right: 0;
  left: auto;
  display: block;
}

.clockgifts.flip-clock-wrapper .flip:nth-of-type(1) li:before {
  display: block;
  left: auto;
  right: 0;
}

.catalog__pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.catalog__pag a {
  text-decoration: none;
  font-size: 18px;
  color: #616060;
}
.catalog__pag a.active {
  color: var(--main-prem);
}
.catalog__pag a:hover {
  color: var(--main-prem);
}

.clockgifts.flip-clock-wrapper .flip:nth-of-type(2) li:before {
  display: block;
  left: auto;
  right: 0;
}

.clockgifts.flip-clock-wrapper .flip:nth-of-type(3) li:before {
  display: block;
  left: auto;
  right: 0;
}

.clockgifts.flip-clock-wrapper .flip:nth-of-type(5) li:before {
  display: block;
  left: auto;
  right: 0;
}

.clockgifts.flip-clock-wrapper .flip:nth-of-type(6) li:before {
  display: block;
  left: auto;
}

.clockgifts.flip-clock-wrapper .flip:nth-of-type(7) li:before {
  display: block;
  left: auto;
  right: 0;
}

.clockgifts.flip-clock-wrapper .flip:nth-of-type(8) li:before {
  display: block;
  left: auto;
  right: 0;
}

.clockgifts.flip-clock-wrapper .flip-clock-divider .flip-clock-label {
  right: -62px;
  bottom: -1px;
  top: auto;
  font-size: 13px;
  font-weight: bold;
  color: #000;
}

.clockgifts.flip-clock-wrapper .flip-clock-divider.minutes .flip-clock-label,
.clockgifts.flip-clock-wrapper .flip-clock-divider.seconds .flip-clock-label {right: -62px;}

.form-popup-giftstimer {display: flex;flex-wrap: wrap;}

.form-popup-giftstimer input {
  width: calc(50% - 10px) !important;
  height: 45px;
  border: 1px solid #285080 !important;
  border-radius: 4px;
}

.form-popup-giftstimer input:not(:last-child) {
  margin-right: 10px;
}

.form-popup-giftstimer button[type="submit"] {
  margin: 16px auto 0;
  background: #62aa43;
  color: #fff;
  border: none;
  height: 45px;
  font-size: 16px;
  text-align: center;
  padding: 0 40px;
  cursor: pointer;
}

#giftstimer .base-popup-content {
  position: relative;
  padding: 0;
}

.giftstimer-wrap {
  position: absolute;
  left: 0;
  top: 183px;
  padding: 0 65px;
}

#giftstimer {
  overflow: auto;
  height: 100%;
}

/*close this on fly btns*/
.close-this {
  background: none;
  border: none;
  z-index: 50;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: auto !important;
}

.close-this:after {content: "\2716";font-size: 21px;}

.close-this:hover {
  color: red;
}

.tradein-bottom-form .close-this {
  right: -20px;
  top: -92px;
}

.cplbtn-red > span {
  display: block;
  line-height: 18px;
}

.cplbtn-red {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cplbtn-red > span:first-child {
  font-size: 10px;
  font-weight: 600;
}

.model-body-price-credit {
  color: #353535;
}

.model-body-price-credit > span {
  color: #1d87d6;
  font-weight: 600;
}

.model-body-collum.model-body-gallerysmall {
  width: 14%;
}

.body-main_gallery-item {
text-decoration: none;
position: relative;
}

.body-main_gallery-item > div {
  height: 97px;
  margin-bottom: 10px;
  background-position: center;
  background-size: cover;
  
}

.model-body-bu-img-item-des {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(248, 248, 248, 0.7);
}

.body-main_gallery-more {
  height: 35px;
  width: 100%;
  font-size: 14px;
  background-color: #e8e8e8;
  border: none;
}

.body-main_gallery-more:hover {
  background-color: #d8d8d8;
}

.cplbtn-red > span:last-child {
  text-transform: none;
  font-weight: normal;
}

.cplbtn-red > span:last-child b {
  font-weight: bold;
}

@media(max-width:560px) {
  div#giftstimer {
    display: none !important;
  }
}

/*NSC Form CSS*/
#nsc-form form > img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.form-popup-new-credit-special * {
  position: relative;
  z-index: 1;
}

.form-popup-new-credit-special {
  padding-right: 280px;
}

.form-popup-new-credit-special h2 {
  font-size: 33px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.nsc-bank-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 310px;
  margin-bottom: 40px;
}

.nsc-bank-logo > *:not(:last-child) {
  margin-right: 10px;
}

.nsc-bank-logo span {
  font-size: 30px;
  font-weight: bold;
  color: red;
}

.form-popup-new-credit-special h3 {
  font-size: 24px;
}

.form-popup-new-credit-special h4 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
}

.form-popup-new-credit-special h4 span {
  color: #d8122d;
  font-size: 36px;
}

.nsc-form {
  background: #d7d7d7;
  box-shadow: 0px 12px 17px rgba(0,0,0,.3);
  border-radius: 5px;
  overflow: hidden;
}

.nsc-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

.nsc-row > input[type="text"], .nsc-row > input[type="tel"] {
  height: 48px;
  border: 1px solid #d2d2d2;
  width: 49%;
}

.nsc-form > button[type="submit"].nsc-button {
  background: #d8122d;
  color: #fff;
  width: 100%;
  border: none;
  font-size: 22px;
  font-weight: 500;
  line-height: 55px;
  height: 55px;
  cursor: pointer;
}

.nsc-form > button[type="submit"].nsc-button:hover {
  opacity: 0.8;
}

.form-popup-new-credit-individual > h2 {
  font-size: 36px;
  font-weight: 500;
}

.form-popup-new-credit-individual > h3 {
  font-size: 36px;
  font-weight: 900;
  color: #d8122d;
  position: relative;
}

.form-popup-new-credit-individual > h3 svg {
  position: absolute;
  left: 192px;
  bottom: -59px;
  width: 43px;
  fill: #d8122d;
  transform: rotate(-24deg);
}

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

.nsc-percent h2 {
  font-size: 24px;
}

.nsc-percent h3 {
  font-size: 72px;
  font-weight: bold;
  color: #00a2e5;
}

.nsc-percent h3 small {
  font-size: 33px;
}

.nsc-car-preview {
  position: relative;
}

.nsc-car-preview__vtb {
  position: absolute;
  right: 0;
  top: 0;
}

.nsc-car-preview svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  fill: #d8122d;
}

.nsc-car-preview__preview {
  position: relative;
  z-index: 1;
  max-width: 419px;
}

.form-popup-new-credit-individual > p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}

.form-popup-new-credit-individual > p span {
  font-weight: 900;
  text-transform: uppercase;
}

.nsc-form-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 625px;
  margin: 10px auto 0;
}

.nsc-button-2[type="submit"] {
  cursor: pointer;
  background: #d8122d;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 47%;
  height: 50px;
  border: none;
  padding: 0 20px;
}

.nsc-input-2[type="tel"] {
  background: #fff;
  border: 1px solid #a8a9ab !important;
  height: 50px;
  max-width: 50%;
}

.nsc-button-2:hover {
  opacity: 0.8;
}

/* Общие стили фильтра */
.filter__form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 12px;
  margin-bottom: 50px;
}

/* Стили для селектов и инпутов */
.filter__form .select,
.filter__form .input {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e1e5e9;
  font-size: 15px;
  font-family: inherit;
  color: #333;
  background: white;
  transition: all 0.3s ease;
  outline: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231d87d6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
}

.filter__form .input {
  background-image: none;
}

.filter__form .select:focus,
.filter__form .input:focus {
  border-color: #1d87d6;
  box-shadow: 0 0 0 3px rgba(29, 135, 214, 0.1);
}

.filter__form .select:hover,
.filter__form .input:hover {
  border-color: #1d87d6;
}

/* Стили для кнопки */
.filter__form .btn {
  grid-column: span 3;
  padding: 14px 24px;
  background: linear-gradient(135deg, #1d87d6 0%, #1973b8 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.filter__form .btn:hover:not(.disabled) {
  background: linear-gradient(135deg, #d71e1e 0%, #c11a1a 100%);
}

.filter__form .btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background: linear-gradient(135deg, #a0a0a0 0%, #808080 100%);
}

.filter__form .btn.disabled:hover {
  transform: none;
  box-shadow: none;
  background: linear-gradient(135deg, #a0a0a0 0%, #808080 100%);
}

/* Стили для опций */
.filter__form option {
  padding: 8px;
  color: #333;
}

.filter__form option[value="0"] {
  color: #999;
  font-style: italic;
}

/* Плейсхолдеры */
.filter__form .input::placeholder {
  color: #999;
}

/* Анимация для активных элементов */
.filter__form .select:focus,
.filter__form .input:focus {
  transform: translateY(-1px);
}

/* Медиа-запрос для планшетов */
@media (max-width: 992px) {
  .filter__form {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
      padding: 16px;
  }
  
  .filter__form .btn {
      grid-column: span 2;
  }
}

/* Медиа-запрос для мобильных устройств */
@media (max-width: 768px) {
  .filter__form {
      grid-template-columns: 1fr;
      gap: 8px;
      padding: 12px;
      border-radius: 8px;
  }
  
  .filter__form .btn {
      grid-column: span 1;
      padding: 12px 20px;
      font-size: 15px;
  }
  
  .filter__form .select,
  .filter__form .input {
      padding: 10px 14px;
      font-size: 14px;
  }
}

/* Стили для выбранных опций */
.filter__form .select option:checked {
  background: linear-gradient(135deg, #1d87d6 0%, #1973b8 100%);
  color: white;
}

/* Кастомный скроллбар для селектов */
.filter__form .select::-webkit-scrollbar {
  width: 8px;
}

.filter__form .select::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.filter__form .select::-webkit-scrollbar-thumb {
  background: #1d87d6;
  border-radius: 4px;
}

.filter__form .select::-webkit-scrollbar-thumb:hover {
  background: #d71e1e;
}

/* Минимальная высота для лучшего UX на мобилках */
@media (max-width: 768px) {
  .filter__form .select,
  .filter__form .input {
      min-height: 44px; /* Для удобства тапа на мобильных */
  }
}

/* Подсветка активных фильтров */
.filter__form .select[name="mark_id"]:not([value="0"]),
.filter__form .select[name="model_id"]:not([value="0"]),
.filter__form .select[name="drive"]:not([value="0"]),
.filter__form .select[name="body"]:not([value="0"]),
.filter__form .input:not(:placeholder-shown) {
  background-color: rgba(29, 135, 214, 0.05);
  border-color: #1d87d6;
}

/* Индикатор количества авто */
.filter__form .btn::after {
  content: attr(data-count);
  background: white;
  color: #d71e1e;
  font-size: 14px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 12px;
  margin-left: 4px;
}

/* Для отключенной кнопки */
.filter__form .btn.disabled::after {
  content: '0';
  background: #e0e0e0;
  color: #999;
}

@media(max-width:980px) {
  .form-popup-new-credit-special {
    padding-right: 0;
  }

  .range__bu-info {
    grid-template-columns: repeat(1, 1fr);
  }

  #nsc-form {
    padding: 20px;
  }

  .form-popup-new-credit-special h2 {
    font-size: 14px;
  }

  .nsc-bank-logo {
    max-width: 100%;
  }

  .nsc-bank-logo img {
    max-width: 102px;
  }

  #nsc-form form > img {display: none;}

  .form-popup-new-credit-special h3 {
    font-size: 17px;
  }

  .form-popup-new-credit-special h4 {
    font-size: 16px;
  }

  .form-popup-new-credit-special h4 span {
    font-size: 20px;
  }

  .nsc-row {
    flex-direction: column;
  }

  .nsc-row > input[type="text"], .nsc-row > input[type="tel"] {
    width: 100%;
    margin-bottom: 15px;
  }

  .form-popup-new-credit-individual > h2 {
    font-size: 15px;
    text-align: center;
  }

  .form-popup-new-credit-individual > h3 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px;
  }

  #nsc-form_2 {
    padding: 30px 15px 15px;
  }

  .nsc-percent h2 {
    font-size: 15px;
  }

  .nsc-percent h3 {
    font-size: 51px;
  }

  .nsc-percent {
    position: absolute;
    top: -7px;
  }

  .form-popup-new-credit-individual > h3 svg {
    display: none;
  }

  .nsc-car-preview__preview {
    width: 100%;
  }

  .nsc-car-preview__vtb {
    top: -51px;
  }

  .form-popup-new-credit-individual > p {
    font-size: 12px;
  }

  .nsc-form-2 {
    flex-direction: column;
  }

  .nsc-input-2[type="tel"] {
    width: 100%;
    max-width: 100%;
  }

  .nsc-button-2[type="submit"] {
    width: 100%;
    margin-top: 10px;
  }

  .nsc-row-row {
    position: relative;
    padding-top: 74px;
  }
}

@media(max-width:741px) {
  .range__bu-info-row,
  .range__bu-row,
  .range__bu-items {
    grid-template-columns: repeat(1, 1fr);
    min-width: auto;
  }

  .range__bu-info-row .form_control {
    width: 100%;
  }
}

.main-section-title > h1 {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 1201px) {
  .main-section-title > h1 {
      font-size: 24px;
  }
}
