@import url('../font/tactic/font.css');

html {
  font-size: 16px;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  height: 100%;
}

body,
html {
  min-height: 100%;
}

body {
  margin: 0;
  background: #fff;
  color: #0c121c;
  font-weight: 400;
  font-family: 'TacticSans', sans-serif;
  overflow-x: hidden;
}

p {
  margin: 10px 0 15px;
}

p:first-child {
  margin-top: 0;
}

* {
  box-sizing: border-box;
}

.focus,
:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

a {
  color: #000;
  transition: 0.2s;
}

a,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}

.wrapper {
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .wrapper {
  }
}
.container {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

img {
  max-width: 100%;
}

.hidden {
  display: none !important;
}

[role='button'] {
  cursor: pointer;
}

.header {
  padding: 0;
  background-color: #000;
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

.header__row {
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 60px;
}

.header__contact,
.header__contacts,
.header__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header__contact {
  color: #fff;
}

.header__contact:not(:first-child) {
  margin-left: 50px;
}

.header__address {
  font-size: 14px;
  opacity: 0.7;
}

.header__phone {
  color: #fff !important;
  font-size: 18px;
  margin-left: 15px;
}
.header__phone a {
  color: #fff !important;
}

.header__slogan {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
}

.header__slogan-arrow {
  border-left: 11px solid #333;
  width: 29px;
  height: 60px;
  background-color: #d62424;
  transform: skewX(-25deg);
  will-change: transform;
  margin-right: 30px;
  margin-left: 50px;
}

.header__slogan-ico {
  width: 25px;
  height: 25px;
  stroke: hsla(0, 0%, 100%, 0.5);
}

.header__slogan-text {
  margin-left: 15px;
  font-size: 14px;
  color: #fff;
}

.footer {
  background: #252525;
  padding: 40px 0 0;
}

.footer__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.footer__col {
  color: #fff;
}

.footer__col-title {
  font-size: 16px;
  margin-bottom: 20px;
}

.footer__social {
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.footer__social-item {
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.6);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 0.2s;
}

.footer__social-item svg {
  width: 28px;
  height: 28px;
  fill: hsla(0, 0%, 100%, 0.3);
  transition: 0.2s;
}

.footer__social-item:not(:last-child) {
  margin-right: 10px;
}

.footer__social-item:hover {
  background-color: #000;
}

.footer__social-item:hover svg {
  fill: #fff;
}

.footer__logo {
  display: block;
  max-width: 155px;
}

.footer__link {
  margin-top: 10px;
}

.footer__link-item {
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  opacity: 0.7;
  border-bottom: 1px solid transparent;
  transition: 0.2s;
}

.footer__link-item:hover {
  border-color: #fff;
  opacity: 1;
}

.footer__bottom {
  display: none;
  background: #333;
  padding: 40px 0;
  margin-top: 40px;
}

.disclaimer{
  cursor: pointer;
  color: white;
}
.active_disclaimer{
  display: block;
}
.footer__bottom-action{
  color: white !important;
  opacity: 0.7;
  text-align: center;
}

.modal__text-action{
  font-size: 14px;
  line-height: 150%;
  color: #fff;
}
@media (max-width: 767px){
  .modal__text-action{
    text-align: center;
  }
}

.footer__bottom-col {
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  opacity: 0.7;
  margin-bottom: -15px;
  margin-top: 20px;
  text-align: center;
}

.footer__bottom-col a {
  color: #fff;
  opacity: 0.7;
}

.footer__bottom-col:first-child {
  padding-right: 35px;
}

.footer__bottom-col:nth-child(2) {
  padding-left: 35px;
}

.modal {
  width: 100%;
  max-width: 480px;
  background: #fff;
  padding: 60px;
  text-align: center;
  display: none;
}

.modal__title {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.modal__text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 150%;
  color: #0c121c;
}
#rassrochka.modal {
  max-width: 50%;
}
#rassrochka.modal .modal__text {
  text-align: justify;
}

.modal__form {
  margin-top: 30px;
  text-align: left;
}

.modal__form label.form__checkbox {
  margin: 0;
}

.modal__form .form__text {
  border-color: #dfe1f0;
}

.modal .jq-selectbox__dropdown {
  top: 100% !important;
}

.form__row:not(:first-child) {
  margin-top: 20px;
}

.button {
  display: inline-block;
  outline: none;
  border: 1px solid #d62424;
  -webkit-appearance: none;
  background-color: #d62424;
  font-family: 'TacticSans', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  padding: 19px 15px;
  border-radius: 0;
  line-height: 1;
  transition: 0.2s;
  cursor: pointer;
  white-space: nowrap;
  min-width: 180px;
  text-align: center;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button:hover {
  border-color: #0c121c;
  background-color: #0c121c;
}

.button_block {
  width: 100%;
  display: block;
}

.button_big {
  font-size: 20px;
  padding: 29px 15px;
}

.button_clear {
  background-color: transparent;
  border-color: #fff;
  min-width: 230px;
}

.button_black {
  border-color: #0c121c;
  background-color: #0c121c;
}

.button_black:hover {
  background-color: #d62424;
  border-color: #d62424;
}

.form__text {
  width: 100%;
  display: block;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #fff;
  outline: none;
  font-family: 'TacticSans', sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  transition: 0.2s;
  border-radius: 0;
  -webkit-appearance: none;
}

.form__text:hover {
  border-color: #ddd;
}

.form__text:focus {
  border-color: #0c121c;
}

.form__text.has-error {
  border-color: #d62424;
}

.jq-selectbox {
  width: 100%;
  max-width: 100%;
}

.jq-selectbox__select {
  height: 50px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0;
  text-shadow: none;
  box-shadow: none;
  font-size: 16px;
  padding-left: 20px;
  text-align: left;
  color: #000;
  transition: border-color 0.2s;
  font-family: 'TacticSans', sans-serif;
  -webkit-appearance: none;
}

.jq-selectbox__select-text {
  line-height: 48px;
  font-family: 'TacticSans', sans-serif;
}

.jq-selectbox__select-text.placeholder {
  color: #000;
}

.jq-selectbox__select:active {
  box-shadow: none;
}

.jq-selectbox__select:hover {
  background: #fff;
  border-color: #000;
}

.jq-selectbox__trigger {
  border-left: none;
  width: 55px;
}

.jq-selectbox__trigger-arrow {
  border: none;
  width: 16px;
  height: 9px;
  right: 20px;
  top: 20px;
  background: url(../img/style/select_arr.svg) no-repeat 50%;
  transition: 0.2s;
}

.jq-selectbox.focused .jq-selectbox__select {
  border-color: #000;
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
  transform: rotate(180deg);
}

.jq-selectbox__dropdown {
  border: 1px solid #000;
  border-radius: 0;
  text-align: left;
  box-shadow: none;
  margin-top: 0;
  border-top: none;
  overflow: hidden;
}

.jq-selectbox ul {
  max-height: 120px;
  padding-left: 0 !important;
}

.jq-selectbox ul::-webkit-scrollbar {
  width: 4px;
}

.jq-selectbox ul::-webkit-scrollbar-track {
  background: transparent;
}

.jq-selectbox ul::-webkit-scrollbar-thumb,
.jq-selectbox ul::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 9px 20px;
  font-size: 16px;
  color: #000;
  font-family: 'TacticSans', sans-serif;
}

.jq-selectbox li.selected,
.jq-selectbox li:hover {
  background-color: #e6e6e6;
  color: #0c121c;
}

.jq-select-multiple select,
.jq-selectbox select {
  font-size: 16px;
}

label.form__checkbox {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 0;
  font-weight: 400;
  cursor: pointer;
  -ms-flex-align: center;
  align-items: center;
  min-height: 22px;
  top: auto;
  left: auto;
  transform: none;
  font-size: 14px;
  line-height: 150%;
  margin: 10px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label.form__checkbox span {
  color: currentColor;
}

label.form__checkbox span a {
  color: currentColor;
  border-bottom: 1px dashed #787878;
}

label.form__checkbox span a:hover {
  border-color: transparent;
}

label.form__checkbox input[type='checkbox'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label.form__checkbox input[type='checkbox'] + span {
  padding-left: 42px;
  display: inline-block;
}

label.form__checkbox input[type='checkbox'] + span:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  transition: 0.2s;
  border: 1px solid #d62424;
  background: transparent;
}

label.form__checkbox input[type='checkbox'] + span:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 22px;
  height: 22px;
  background: url(../img/style/ico_checkbox.svg) no-repeat 50%;
  transition: 0.2s;
  opacity: 0;
}

label.form__checkbox input[type='checkbox']:checked + span:before {
  border-color: #d62424;
  background: #d62424;
}

label.form__checkbox input[type='checkbox']:checked + span:after {
  opacity: 1;
}

label.form__checkbox input[type='checkbox'].has-error + span:before {
  background: #d62424;
}

.irs--round {
  margin-top: -15px;
  margin-bottom: 5px;
}

.irs--round.irs-with-grid {
  height: 74px;
}

.irs--round .irs-bar,
.irs--round .irs-line {
  background-color: #d62424;
}

.irs--round .irs-grid-pol {
  display: none;
}

.irs--round .irs-grid-text {
  color: #555a61;
  font-size: 14px;
}

.irs--round .irs-handle {
  width: 30px;
  height: 30px;
  border: 4px solid #d62424;
  top: 21px;
}

.irs--round .irs-max,
.irs--round .irs-min,
.irs--round .irs-single {
  display: none;
}

.top {
  background: #333;
  color: #fff;
  overflow: hidden;
}

.top__row {
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 70px;
}

.top__row,
.top__year {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.top__year-num {
  font-size: 50px;
  margin-right: 10px;
  font-weight: 300;
}

.top__year-text {
  font-size: 16px;
  line-height: 130%;
}

.top__block {
  transform: skewX(-19deg);
  line-height: 70px;
  position: relative;
  background-color: #d62424;
}

.top__block:before {
  width: 105px;
  height: 55px;
  border: 15px solid #543030;
  transform: rotate(-155deg) skew(19deg, 25deg);
  right: -55px;
  top: -23px;
  will-change: transform border;
}

.top__block:after,
.top__block:before {
  content: '';
  display: block;
  background: #d62424;
  position: absolute;
}

.top__block:after {
  width: 90px;
  height: 100%;
  transform: skewX(19deg);
  right: 0;
  top: 0;
  will-change: transform;
}

.top__block-wrap {
  transform: skewX(19deg);
  padding-left: 55px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}

.top__link {
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
}

.top__link img {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  transition: 0.2s;
  will-change: transform;
}

.top__link:hover img {
  transform: translateX(5px);
}

.main__row {
  display: -ms-flexbox;
  display: flex;
}

.main__col {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.main__col_text {
  -ms-flex: 0 0 390px;
  flex: 0 0 390px;
  background-color: #efefef;
  padding: 50px 50px 50px 0;
  position: relative;
}

.main__col_text:before {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 99%;
  z-index: -1;
  background-color: #efefef;
}

.main__col_img {
  padding-top: 40px;
  margin-left: 30px;
}

.main__title,
.main__title_seo_h1 h1 {
  margin: 0;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 20px;
}

.main__price {
  font-weight: 300;
  font-size: 40px;
  line-height: 130%;
  margin-bottom: 10px;
}

.main__text {
  font-size: 16px;
}

.main__form {
  margin-top: 30px;
}

.main__garantie {
  transform: skewX(-18deg);
  background: #efefef;
  border-left: 11px solid #d62424;
  padding-left: 20px;
  padding-right: 25px;
  width: 180px;
  float: right;
  will-change: transform;
}

.main__garantie-wrap {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  transform: skewX(18deg);
  will-change: transform;
}

.main__garantie-num {
  font-size: 50px;
  line-height: 1;
  font-weight: 300;
  margin-right: 10px;
}

.main__garantie-text {
  font-size: 16px;
  line-height: 130%;
}

.main__car {
  width: 610px;
  height: 321px;
  position: relative;
  margin: 30px auto 0;
  transform: translateX(35px);
}

.main__car:before {
  content: '';
  width: 790px;
  height: 154px;
  background: url(../img/style/ellipse_bg.svg) no-repeat top;
  background-size: contain;
  position: absolute;
  bottom: -20px;
  left: -90px;
}

.main__car img {
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*transition: .2s;*/
  opacity: 1;
  /*height: 317px;*/
  height: auto;
}
.main__car .slick-track {
  height: 317px;
}
@media (max-width: 767px) {
  .main__car .slick-track {
    height: unset;
  }
}

.main__car .slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 40px auto 0;
  left: -25px;
}
.main__car .slick-dots li {
  display: block;
  margin: 0 10px;
  transition: 0.2s;
  padding-bottom: 7px;
  border-bottom: 2px solid transparent;
  width: 69px;
  height: 33px;
}
.main__car .slick-dots li button {
  display: block;
  width: 69px;
  height: 25px;
}
.main__car .slick-dots li.slick-active {
  border-bottom: 2px solid #d62424;
}
.main__car .slick-dots li:first-child button {
  background: url('../img/style/main_color_1.jpg');
}
.main__car .slick-dots li:nth-child(2) button {
  background: url('../img/style/Frame_10.jpg');
}
.main__car .slick-dots li:nth-child(3) button {
  background: url('../img/style/main_color_3.jpg');
}
.main__car .slick-dots li:nth-child(4) button {
  background: url('../img/style/main_color_4.jpg');
}
.main__car .slick-dots li button::before {
  content: unset;
}
/*.main__car img.active {*/
/*    opacity: 1*/
/*}*/

.main__car-colors {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

.main__car-colors-text {
  text-align: center;
  font-size: 16px;
  /*margin-top: 30px*/
  margin-top: 120px;
}

.main__car-color {
  margin: 0 10px;
  transition: 0.2s;
  padding-bottom: 7px;
  border-bottom: 2px solid transparent;
}

.main__car-color img {
  display: block;
}

.main__car-color.active,
.main__car-color:hover {
  border-color: #d62424;
}

.advantages {
  padding: 50px 0 0;
}

.advantages__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.advantages__item {
  -ms-flex: 1;
  /* flex: 1;*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.advantages__item:not(:last-child) {
  margin-right: 35px;
}

.advantages__ico {
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  margin-right: 20px;
}

.advantages__ico svg {
  width: 40px;
  height: 40px;
  fill: transparent;
  stroke: #0c121c;
}

.testdrive {
  position: relative;
}

.testdrive__bg img {
  display: block;
  min-height: 440px;
  -o-object-fit: cover;
  object-fit: cover;
}

.testdrive__bg-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: 0.2s;
}

.testdrive__bg-hover.active {
  opacity: 1;
}

.testdrive__content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.testdrive__block {
  width: 100%;
  max-width: 560px;
  color: #fff;
}

.testdrive__title,
.testdrive__block_seo_h2 h2 {
  margin: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.testdrive__text {
  font-size: 20px;
  line-height: 150%;
  margin: 0 0 40px;
}

.testdrive__button:hover {
  border-color: #d62424;
  background-color: #d62424;
}

.cars {
  padding: 60px 0 50px;
}

.cars__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.cars__title,
.cars__title_seo_h2_t h2 {
  margin: 0;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
}

.cars__tabs {
  display: -ms-flexbox;
  display: flex;
}

.cars__tab {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-width: 130px;
  border: 1px solid #000;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  padding: 17px 20px;
  transition: 0.2s;
}

.cars__tab:not(:first-child) {
  margin-left: 20px;
}

.cars__tab.active,
.cars__tab:hover {
  border-color: #0c121c;
  background-color: #0c121c;
  color: #fff;
}

.cars__list {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
}

.cars__list.active,
.cars__list.autolist__list {
  display: -ms-flexbox;
  display: flex;
}

.cars__list .card {
  margin-top: 30px;
  margin-right: 30px;
}

.cars__list .card:nth-child(3n) {
  margin-right: 0;
}

.cars__list-more {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 50px;
  text-align: center;
}

.cars__more {
  width: 100%;
  max-width: 300px;
  background-color: #fff;
  border-color: #0c121c;
  color: #0c121c;
}

.cars__more:hover {
  color: #fff;
}

.card {
  width: 100%;
  max-width: 360px;
  cursor: pointer;
  transition: 0.2s;
}

.card:hover .card__name {
  color: #0670eb;
}

.card:hover .card__img img {
  transform: scale(1.05);
}

.card__img {
  position: relative;
  overflow: hidden;
}
.card__img.showotherscarrs_img {
  max-height: 185px;
}

.card__img img {
  display: block;
  transform: scale(1);
  transition: 0.2s;
}

.card__plash {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #0c121c;
  padding: 5px 8px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 2px;
}

.card__wrap {
  border: 1px solid #e4e8e8;
  border-top: none;
  padding: 20px;
}

.card__wrap_clear {
  border: none;
}

.card__name {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  color: #0c121c;
  line-height: 130%;
  cursor: pointer;
  transition: 0.2s;
}

.card__name_big {
  font-size: 25px;
}

.card__info {
  margin-top: 10px;
}

.card__info span {
  font-size: 14px;
  line-height: 150%;
  display: inline-block;
  margin-right: 16px;
}

.card__info_big {
  font-size: 22px;
}

.card__table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 15px;
}

.card__table tr td {
  font-size: 14px;
  line-height: 150%;
  padding: 2px 0;
}

.card__table tr td:first-child {
  color: #555a61;
  padding-right: 20px;
  max-width: 60px;
}

.card__table tr td .green {
  color: #005a2b;
}

.card__prices {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
}

.card__price {
  color: #d62424;
  font-size: 25px;
}

.card__price_old {
  -ms-flex: 0 0 115px;
  flex: 0 0 115px;
  color: #888c91;
  font-size: 14px;
  text-decoration: line-through;
}

.card__count {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}

.calc__row {
  display: -ms-flexbox;
  display: flex;
}

.calc__col {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.calc__col_text {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  background-color: #0c121c;
  padding: 60px 50px 60px 0;
  position: relative;
  color: #fff;
}

.calc__col_text:before {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 99%;
  z-index: -1;
  background-color: #0c121c;
}

.calc__col_text:after {
  content: '';
  border: 45px solid transparent;
  border-left: 30px solid #0c121c;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}

.calc__col_img {
  padding-top: 60px;
  margin-left: 80px;
  padding-bottom: 30px;
}

.calc__title,
.calc__title_h2_seo h2 {
  margin: 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.calc__block {
  background-color: #fff;
  padding: 17px 20px;
  margin-right: 50px;
  color: #0c121c;
}

.calc__block-title {
  font-size: 18px;
  font-weight: 700;
}

.calc__block-title-small {
  font-size: 14px;
  font-weight: 400;
}

.calc__block:not(:last-child) {
  margin-bottom: 20px;
}

.calc__block_percent .irs--round .irs-grid-text:after {
  content: '%';
}

.calc__models {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}

.calc__models,
.calc__models-pagination {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calc__models-pagination {
  -ms-flex: 0 0 172px;
  flex: 0 0 172px;
  max-width: 172px;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}

.calc__models-arrow {
  -ms-flex: 0 0 46px;
  flex: 0 0 46px;
  height: 46px;
  max-width: 46px;
  border: 1px solid #0c121c;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.calc__models-arrow:first-child {
  transform: rotate(180deg);
}

.calc__models-arrow svg {
  width: 10px;
  height: 18px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: transparent;
  stroke: rgba(0, 0, 0, 0.5);
  transition: 0.2s;
}

.calc__models-arrow:hover {
  background-color: #0c121c;
}

.calc__models-arrow:hover svg {
  stroke: #fff;
}

.calc__models-count {
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  text-align: center;
}

.calc__model {
  display: none;
}

.calc__model-price {
  font-size: 20px;
  line-height: 150%;
  margin-top: 10px;
}

.calc__model.active {
  display: block;
}

.calc__stavka {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 40px 0 30px;
}
.calc__vigoda_text {
  margin: 0;
}

.calc__stavka span {
  line-height: 50px;
  letter-spacing: 0.05em;
  font-size: 16px;
  background-color: #0c121c;
  color: #fff;
  padding: 0 20px;
  margin-right: 20px;
}

.calc__stavka b {
  font-weight: 700;
  margin-left: 4px;
}

.calc__total {
  font-size: 38px;
  line-height: 130%;
  margin-bottom: 30px;
}

.calc__total span {
  color: #d62424;
}

.calc__info {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

.calc__text {
  font-size: 20px;
  line-height: 150%;
  margin-top: 10px;
}

.calc__cars {
  position: relative;
  padding-top: 61%;
}

.calc__cars img {
  transition: 0.2s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 569px;
}

.calc__cars img.active {
  opacity: 1;
}

.leasing {
  background: #efefef;
}

.leasing__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.leasing__col {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.leasing__col_text {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  background-color: #242932;
  padding: 60px 100px 60px 0;
  position: relative;
  color: #fff;
}

.leasing__col_text:before {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 99%;
  z-index: 0;
  background-color: #242932;
}

.leasing__col_img {
  margin-left: 80px;
}

.leasing__title,
.leasing__title_h2 h2 {
  margin: 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}

.leasing__text {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 40px;
}

.leasing .button,
.leasing__text {
  position: relative;
}

.leasing__items {
  padding: 30px 40px;
  background-color: #fff;
}

.leasing__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.leasing__item-ico {
  -ms-flex: 0 0 57px;
  flex: 0 0 57px;
  max-width: 57px;
  margin-right: 30px;
}

.leasing__item-ico svg {
  width: 57px;
  height: 50px;
  fill: transparent;
  stroke: #0c121c;
  stroke-width: 1px;
}

.leasing__item-text {
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
}

.leasing__item:not(:last-child) {
  margin-bottom: 36px;
}

.moreauto__bg {
  background: url(../img/style/moreauto_bg.jpg) no-repeat top;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  padding: 50px;
  color: #fff;
}

.moreauto__title,
.moreauto__title_h2 h2 {
  text-transform: uppercase;
  margin: 0;
  font-size: 30px;
  margin-bottom: 15px;
}

.moreauto__text {
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
}

.moreauto__text b {
  font-size: 1.5rem;
}

.moreauto__form {
  margin-top: 30px;
}

.moreauto__row {
  display: -ms-flexbox;
  display: flex;
}

.moreauto__col {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.moreauto__col .form__text {
  height: 70px;
}

.moreauto__col .form__text:focus {
  border-color: #fff;
}

.moreauto__col .button {
  font-size: 20px;
  padding: 24px 20px;
  max-width: 250px;
}

.moreauto__col:first-child {
  -ms-flex: 0 0 340px;
  flex: 0 0 340px;
}

.vigoda2 {
  margin-top: 60px;
  background: #ffffff;
  padding: 60px 0;
}

.vigoda {
  /*margin-top: 60px;*/
  background: #efefef;
  padding: 60px 0;
}
.moreauto {
  margin-bottom: 60px;
}
.vigoda__title {
  text-transform: uppercase;
  margin: 0;
  font-size: 40px;
}

.vigoda__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 10px 0 40px;
}

.vigoda__item {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 360px;
  margin-right: 30px;
  margin-top: 30px;
  background-color: #fff;
  padding: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
}

.vigoda__item:nth-child(3n) {
  margin-right: 0;
}

.vigoda__item input {
  display: none;
}

.vigoda__item input:checked ~ .vigoda__button {
  background-color: #d62424;
  border-color: #d62424;
  color: transparent;
}

.vigoda__item input:checked ~ .vigoda__button:before {
  opacity: 1;
}

.vigoda__item:hover .vigoda__button {
  background-color: #d62424;
  border-color: #d62424;
  color: #fff;
}

.vigoda__item:hover .vigoda__button:before {
  opacity: 0;
}

.vigoda__ico {
  position: absolute;
  top: 30px;
  right: 20px;
}

.vigoda__ico img {
  display: block;
  opacity: 0.5;
  transition: 0.2s;
}

.vigoda__ico:hover img {
  opacity: 1;
}

.vigoda__price {
  font-size: 25px;
  display: block;
}

.vigoda__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 150%;
  display: block;
}

.vigoda__button {
  width: 100%;
  max-width: 160px;
  min-width: 0;
  background-color: #fff;
  border-color: #0c121c;
  color: #0c121c;
  margin-top: 20px;
  position: relative;
}

.vigoda__button:before {
  content: '';
  width: 34px;
  height: 25px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
  margin: 0 auto;
  background: url(../img/style/ico_vigoda_checked.svg) no-repeat;
  opacity: 0;
  transition: 0.2s;
}

.vigoda__button:hover {
  background-color: #d62424;
  border-color: #d62424;
  color: transparent;
}

.vigoda__button:hover:before {
  opacity: 1;
}

.vigoda__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.vigoda__col {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.vigoda__col:first-child {
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
  max-width: 360px;
  margin-right: 30px;
}

.vigoda__total {
  font-size: 25px;
}

.vigoda__total-price {
  color: #d62424;
}

.vigoda__inform {
  font-size: 16px;
  color: #555a61;
}

.vigoda__info {
  font-size: 16px;
  line-height: 150%;
}

.gallery {
  padding-top: 30px;
  max-width: 1903px;
  margin: 0 auto;
}

.gallery__title,
.gallery__title_h2seo h2 {
  margin: 0;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
}

.gallery__row {
  margin-top: 40px;
}

.gallery__col,
.gallery__row {
  display: -ms-flexbox;
  display: flex;
}

.gallery__col {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.gallery__img {
  display: block;
  padding: 2px;
  position: relative;
  overflow: hidden;
}

.gallery__img img {
  display: block;
}

.gallery__img_big {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.gallery__img_small {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.gallery__img:hover .gallery__play {
  border-color: #d62424;
  background-color: #d62424;
}

.gallery__img:hover .gallery__play-ico {
  fill: #fff;
}

.gallery__play {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 34px;
  transition: 0.2s;
}

.gallery__play-ico {
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke: #fff;
  stroke-width: 2px;
  transition: 0.2s;
}

.about {
  margin: 60px 0 0;
  background: url(../img/content/new-bg-features.webp) no-repeat;
  position: relative;
  background-position: bottom;
  background-size: auto;
  min-height: 750px;
}

.about__row {
  /* display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch*/
}

.about__col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  position: relative;
  /*min-height: 660px*/
}

.about__bg {
  max-width: none;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: -1;
  max-height: 100%;
}

.about__title,
.about__title_seo_h2 h2 {
  text-align: center;
  position: relative;
  margin: 0;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 60px;
}

.about__slider {
  max-width: 40%;
  /* background: #ffffffe8;
    padding: 10px;
    margin-top: 65px;*/
  margin: 0 auto;
}

.about__slider-next {
  width: 60px;
  height: 60px;
  border: 2px solid rgb(255 255 255 / 50%);
  position: absolute;
  bottom: 0;
  right: -90px;
  cursor: pointer;
  transition: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: rotate(0deg);
}

.about__slider-next svg {
  width: 12px;
  height: 22px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: white;
  stroke: rgb(255 255 255 / 50%);
  transition: 0.2s;
}

.about__slider-next:hover {
  background-color: #0c121c;
  border-color: #0c121c;
}

.about__slider-next:hover svg {
  stroke: #fff;
}

.about__slider-next_prev {
  transform: rotate(180deg);
  bottom: 80px;
}

.about__slide {
  outline: none;
  margin-top: 18px;
}

.about__slide-wrap {
  height: 200px;
  position: relative;
  padding-right: 20px;
  padding-top: 20px;
  text-align: center;
}

.about__slide-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 196px;
  z-index: -1;
}

.about__slide-num {
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
}

.about__slide-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 20px 0;
}

.about__slide-text {
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: #fff;
}

.partners {
  margin-bottom: 60px;
}

.partners__title,
.partners__title_seo_h2_pg h2 {
  margin: 0;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
}

.partners__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.partners__item {
  margin-right: 46px;
  margin-top: 30px;
}

.partners__item:last-child {
  margin-right: 0;
}

.partners__item img {
  display: block;
  opacity: 0.5;
  transition: 0.2s;
}

.partners__item:hover img {
  opacity: 1;
}

.contacts {
  position: relative;
}

.contacts__map {
  width: 100%;
  height: 736px;
  background-color: #ccc;
}

.contacts__map [class*='ymaps-2'][class*='-ground-pane'] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
}

.contacts .container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.contacts__blocks {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  max-width: 360px;
}

.contacts__item {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 40px;
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: 0.2s;
}

.contacts__item:not(:last-child) {
  margin-bottom: 20px;
}

.contacts__item:before {
  content: '';
  border: 45px solid transparent;
  border-left: 0 solid rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}

.contacts__item:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.contacts__item.active {
  background-color: rgba(0, 0, 0, 0.8);
}

.contacts__item.active:before {
  border-left: 30px solid rgba(0, 0, 0, 0.8);
}

.contacts__wrap {
  border-left: 1px solid #fff;
  padding-left: 20px;
}

.contacts__name {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.contacts__count {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 150%;
}

.contacts__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.contacts__row-ico {
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  max-width: 20px;
  margin-right: 20px;
}

.contacts__row-ico svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.contacts__row-text {
  color: #fff;
}
.contacts__row-text a {
  color: #fff;
}

.contacts__button {
  margin-top: 32px;
  width: 100%;
  /*max-width: 238px;*/
  padding: 17px 15px;
}

.contacts__button:hover {
  border-color: #d62424;
  background-color: #d62424;
}

@media (min-width: 1171px) {
  .jq-selectbox__select {
    height: 42px;
  }

  .jq-selectbox__select-text {
    line-height: 40px;
  }

  .jq-selectbox__trigger-arrow {
    right: 16px;
    top: 16px;
  }
}

@media (max-width: 1360px) {
  .about__slider {
    max-width: 455px;
  }

  .about__slider-next {
    right: -10px;
  }
}

@media (max-width: 1170px) {
  .container {
    max-width: 990px;
  }

  .header__slogan-arrow {
    margin-left: 30px;
  }

  .header__contact {
    display: block;
    text-align: center;
  }

  .footer__social {
    margin-top: 20px;
  }

  .footer__social-item {
    width: 40px;
    height: 40px;
  }

  .footer__social-item svg {
    width: 26px;
    height: 26px;
  }

  .footer__bottom-col {
    font-size: 13px;
  }

  .footer__bottom-col:first-child {
    padding-right: 25px;
  }

  .footer__bottom-col:nth-child(2) {
    padding-left: 25px;
  }

  .button {
    padding: 15px;
  }

  .button_big {
    font-size: 18px;
    padding: 22px 15px;
  }

  .top__row {
    height: 50px;
  }

  .top__year-num {
    font-size: 40px;
  }

  .top__year-text {
    font-size: 13px;
    line-height: 130%;
  }

  .top__block-wrap {
    line-height: 50px;
    padding-left: 30px;
    padding-right: 0;
    font-size: 14px;
  }

  .top__block:before {
    top: -31px;
  }

  .top__link {
    font-size: 14px;
    letter-spacing: inherit;
  }

  .main__col_text {
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
    max-width: 360px;
    padding: 40px 30px 40px 0;
  }

  .main__title {
    font-size: 50px;
    margin-bottom: 10px;
  }

  .main__price {
    font-size: 34px;
  }

  .main__car {
    transform: none;
    width: 510px;
    height: 268px;
  }

  .main__car:before {
    width: 600px;
    height: 117px;
    left: -40px;
  }

  .main__garantie {
    width: 150px;
    border-left-width: 6px;
  }

  .main__garantie-wrap {
    height: 54px;
  }

  .main__garantie-num {
    font-size: 40px;
  }

  .main__garantie-text {
    font-size: 14px;
    line-height: 120%;
  }

  .advantages__item:not(:last-child) {
    margin-right: 20px;
  }

  .advantages__ico {
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    max-width: 36px;
    margin-right: 15px;
  }

  .advantages__ico svg {
    width: 36px;
    height: 36px;
  }

  .advantages__text {
    font-size: 16px;
  }

  .testdrive__bg img {
    min-height: 380px;
  }

  .testdrive__title {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .testdrive__block {
    max-width: 450px;
  }

  .testdrive__text {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .testdrive .button {
    width: 100%;
    max-width: 260px;
  }

  .cars__title {
    font-size: 34px;
  }

  .cars__tab {
    padding: 13px 15px;
  }

  .cars__tab:not(:first-child) {
    margin-left: 15px;
  }

  .cars__list .card {
    margin-top: 21px;
    margin-right: 21px;
    max-width: 305px;
  }

  .card__plash {
    font-size: 13px;
  }

  .card__table {
    margin-top: 15px;
  }

  .card__table tr td:first-child {
    max-width: 90px;
  }

  .card__prices {
    margin: 15px 0;
  }

  .card__price {
    font-size: 18px;
  }

  .card__price_old {
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    color: #888c91;
    font-size: 14px;
    text-decoration: line-through;
  }

  .card__name_big {
    font-size: 22px;
  }

  .card__info_big {
    font-size: 20px;
  }

  .calc__title,
  .calc__title_h2_seo h2 {
    font-size: 34px;
  }

  .calc__col_text {
    padding: 30px 50px 40px 0;
  }

  .calc__col_img {
    margin-left: 40px;
  }

  .calc__block {
    margin-right: 20px;
  }

  .calc__cars {
    padding-top: 56%;
  }

  .calc__cars img {
    max-width: 470px;
  }

  .calc__stavka span {
    line-height: 40px;
  }

  .calc__total {
    font-size: 34px;
  }

  .calc__text {
    font-size: 16px;
  }

  .leasing__title,
  .leasing__title_h2 h2 {
    font-size: 34px;
  }

  .leasing__text {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .leasing__col_img {
    margin-left: 40px;
  }

  .leasing__item:not(:last-child) {
    margin-bottom: 26px;
  }

  .moreauto__title {
    font-size: 34px;
  }

  .moreauto__text {
    font-size: 18px;
  }

  .moreauto__col .form__text {
    height: 60px;
  }

  .moreauto__col .button {
    font-size: 18px;
    padding: 20px;
    max-width: 220px;
  }

  .moreauto__col:first-child {
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
  }

  .vigoda__title {
    font-size: 34px;
  }

  .vigoda__list {
    margin-bottom: 30px;
  }

  .vigoda__item {
    max-width: 305px;
    margin-right: 20px;
    margin-top: 20px;
  }

  .vigoda__total {
    font-size: 22px;
  }

  .vigoda__col:first-child {
    -ms-flex: 0 0 305px;
    flex: 0 0 305px;
    max-width: 305px;
    margin-right: 20px;
  }

  .vigoda__info {
    font-size: 14px;
  }

  .gallery__title,
  .gallery__title_h2seo h2 {
    font-size: 34px;
  }

  .gallery__img {
    padding: 1px;
  }

  .gallery__play {
    width: 80px;
    height: 80px;
    padding: 25px;
  }

  .about__title {
    font-size: 34px;
  }

  .about__col {
    min-height: 540px;
  }

  .about__slider {
    max-width: 380px;
    margin-left: 30px;
  }

  .about__slider-next {
    right: 0;
    width: 50px;
    height: 50px;
  }

  .about__slide {
    margin-top: 18px;
  }

  .about__slide-wrap {
    height: 160px;
    padding-right: 0;
    padding-top: 25px;
  }

  .about__slide-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 157px;
    z-index: -1;
  }

  .about__slide-num {
    font-size: 36px;
    font-weight: 300;
    line-height: 1;
  }

  .about__slide-line {
    margin: 15px 0;
  }

  .about__slide-text {
    font-size: 13px;
    line-height: 160%;
    text-align: center;
  }

  .partners__title,
  .partners__title_seo_h2_pg h2 {
    font-size: 34px;
  }
}

@media (max-width: 989px) {
  .moreauto__title,
  .moreauto__title_h2 h2 {
    font-size: 24px;
  }
  .n-products_wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .header {
    position: relative;
  }
  .container {
    max-width: 768px;
  }

  .header__slogan {
    margin-left: 20px;
  }

  .header__slogan-arrow {
    margin-left: 20px;
    margin-right: 30px;
    width: 18px;
    border-left-width: 7px;
  }

  .header__slogan-text {
    max-width: 100px;
  }

  .header__contacts {
    margin-left: auto;
  }

  .header__contact {
    text-align: left;
  }

  .header__contact:not(:first-child) {
    margin-left: 40px;
  }

  .header__address {
    font-size: 12px;
    margin-bottom: 2px;
    display: none !important;
  }

  .header__phone {
    margin-left: 0;
    font-size: 16px;
  }

  .footer__social {
    margin-top: 20px;
  }

  .footer__social-item {
    width: 32px;
    height: 32px;
  }

  .footer__social-item svg {
    width: 20px;
    height: 20px;
  }

  .footer__logo {
    max-width: 200px;
  }

  .footer__col-title {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .footer__link {
    margin-top: 7px;
  }

  .footer__bottom-col,
  .footer__link-item {
    font-size: 13px;
  }

  .footer__bottom-col:first-child {
    padding-right: 15px;
  }

  .footer__bottom-col:nth-child(2) {
    padding-left: 15px;
  }

  .form__row:not(:first-child) {
    margin-top: 15px;
  }

  .button,
  .button_big {
    padding: 18px 15px;
  }

  .button_big {
    font-size: 16px;
  }

  .form__text {
    height: 54px;
  }

  label.form__checkbox {
    font-size: 13px;
  }

  label.form__checkbox input[type='checkbox'] + span {
    padding-left: 37px;
  }

  .top__link {
    margin-left: 30px;
  }

  .top__link span {
    display: none;
  }

  .main__col_text {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
    padding: 20px 20px 20px 0;
  }

  .main__title {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .main__price {
    font-size: 28px;
  }

  .main__car {
    width: 390px;
    height: 205px;
  }

  .main__car:before {
    width: 449px;
    height: 88px;
    left: -40px;
    z-index: -1;
    left: -29px;
  }

  .main__car-color {
    margin: 0 6px;
  }
  .main__car .slick-dots {
    margin: -40px auto 0;
    left: 0;
  }
  .main__car-colors-text {
    font-size: 15px;
    margin-top: 40px;
  }

  .main__form {
    margin-top: 20px;
  }

  .main__garantie {
    width: 140px;
    border-left-width: 4px;
    margin-right: 10px;
    padding-right: 20px;
  }

  .main__garantie-wrap {
    height: 54px;
  }

  .main__garantie-num {
    font-size: 40px;
  }

  .main__garantie-text {
    font-size: 14px;
    line-height: 120%;
  }

  .advantages {
    padding: 40px 0;
  }

  .advantages__item {
    display: block;
  }

  .advantages__ico {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .advantages__text {
    font-size: 15px;
    line-height: 20px;
  }

  .testdrive__bg img {
    min-height: 340px;
  }

  .testdrive__title,
  .testdrive__block_seo_h2 h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .testdrive__block {
    max-width: 380px;
  }

  .testdrive__text {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .testdrive .button {
    width: 100%;
    max-width: 260px;
  }

  .cars {
    padding: 40px 0;
  }

  .cars__top {
    display: block;
  }

  .cars__title {
    font-size: 30px;
  }

  .cars__tabs {
    margin-top: 20px;
  }

  .cars__list {
    margin-top: 10px;
  }

  .cars__list .card {
    margin-top: 20px;
    margin-right: 20px;
    max-width: 358px;
  }

  .cars__list .card:nth-child(3n) {
    margin-right: 20px;
  }

  .cars__list .card:nth-child(2n) {
    margin-right: 0;
  }

  .cars__list-more {
    margin-top: 30px;
  }

  .card__wrap {
    padding: 15px;
  }

  .card__img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 230px;
    width: 100%;
  }

  .card__table {
    margin-top: 10px;
  }

  .card__table tr td:first-child {
    max-width: 90px;
  }

  .card__prices {
    margin: 15px 0;
  }

  .card__price {
    font-size: 18px;
  }

  .card__price_old {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    color: #888c91;
    font-size: 14px;
    text-decoration: line-through;
  }

  .card__count {
    margin-top: 15px;
  }

  .card__name_big {
    font-size: 18px;
  }

  .card__info_big {
    font-size: 16px;
  }

  .calc__title,
  .calc__title_h2_seo h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .calc__col_text {
    padding: 30px 30px 40px 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }

  .calc__col_text:after {
    border: 35px solid transparent;
    border-left: 20px solid #0c121c;
  }

  .calc__col_img {
    padding-top: 130px;
  }

  .calc__block {
    margin-right: 0;
  }

  .calc__block-title {
    font-size: 17px;
  }

  .calc__models {
    display: block;
  }

  .calc__models-pagination {
    margin-top: 10px;
    max-width: 100%;
  }

  .calc__models-arrow {
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    height: 36px;
    max-width: 36px;
  }

  .calc__models-arrow svg {
    width: 7px;
    height: 13px;
  }

  .calc__model-price {
    font-size: 18px;
    line-height: 140%;
    margin-top: 5px;
  }

  .calc__cars {
    padding-top: 51%;
  }

  .calc__cars img {
    max-width: 360px;
  }

  .calc__stavka {
    font-size: 12px;
    letter-spacing: inherit;
  }

  .calc__stavka span {
    line-height: 30px;
    padding: 0 10px;
    letter-spacing: inherit;
    font-size: 14px;
  }

  .calc__total {
    font-size: 28px;
  }

  .calc__text {
    font-size: 16px;
  }

  .leasing__title,
  .leasing__title_h2 h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .leasing__text {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .leasing__col_text {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    padding: 30px 30px 40px 0;
  }

  .leasing__col_img {
    margin-left: 40px;
  }

  .leasing__item:not(:last-child) {
    margin-bottom: 15px;
  }

  .leasing__item-ico {
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    margin-right: 20px;
  }

  .leasing__item-ico svg {
    width: 40px;
    height: 37px;
  }

  .leasing__item-text {
    font-size: 16px;
    line-height: 130%;
  }

  .moreauto .container {
    padding: 0;
  }

  .moreauto__title {
    font-size: 30px;
  }

  .moreauto__text {
    font-size: 16px;
  }

  .moreauto__col .form__text {
    height: 54px;
  }

  .moreauto__col .button {
    font-size: 16px;
    padding: 18px 15px;
    max-width: 200px;
  }

  .moreauto__col:first-child {
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
  }

  .moreauto__form {
    margin-top: 20px;
  }

  .moreauto__bg {
    padding: 40px 30px;
  }

  .vigoda {
    margin-top: 0;
    padding: 40px 0;
  }

  .vigoda__title {
    font-size: 30px;
  }

  .vigoda__list {
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .vigoda__item {
    max-width: 232px;
    padding: 30px;
  }

  .vigoda__item input {
    display: none;
  }

  .vigoda__item input:checked ~ .vigoda__button {
    background-color: #d62424;
    border-color: #d62424;
    color: transparent;
  }

  .vigoda__item input:checked ~ .vigoda__button:before {
    opacity: 1;
  }

  .vigoda__item:hover .vigoda__button {
    background-color: #fff;
    border-color: #0c121c;
    color: #0c121c;
  }

  .vigoda__item:hover .vigoda__button:before {
    opacity: 0;
  }

  .vigoda__text {
    min-height: 42px;
  }

  .vigoda__ico {
    top: 15px;
    right: 15px;
  }

  .vigoda__button {
    margin-top: 15px;
    padding: 13px 15px;
    max-width: 100%;
  }

  .vigoda__button:before {
    background-size: contain;
    width: 24px;
  }

  .vigoda__info {
    font-size: 13px;
  }

  .vigoda__row {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .vigoda__row_bottom .button {
    width: 232px;
  }

  .vigoda__col,
  .vigoda__col:first-child {
    -ms-flex: inherit;
    flex: inherit;
  }

  .vigoda__col:first-child {
    max-width: inherit;
  }

  .gallery {
    padding-top: 0;
  }

  .gallery__title,
  .gallery__title_h2seo h2 {
    font-size: 30px;
  }

  .gallery__img {
    padding: 1px;
  }

  .gallery__play {
    width: 60px;
    height: 60px;
    padding: 18px;
  }

  .gallery__row {
    margin-top: 30px;
  }

  .gallery__col:nth-child(3) {
    display: none;
  }

  .about__title,
  .about__title_seo_h2 h2 {
    font-size: 30px;
  }

  .about__col {
    min-height: 430px;
  }

  .about__slider-next_prev {
    display: block !important;
    right: auto;
    left: 30px;
    bottom: 0;
    transform: rotate(-90deg);
  }

  .about__slider-next:hover {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.5);
  }

  .about__slider-next:hover svg {
    stroke: rgba(0, 0, 0, 0.5);
  }

  .contacts .container {
    right: inherit;
    padding: 0;
  }

  .contacts .container,
  .contacts__blocks {
    position: inherit;
    top: inherit;
    left: inherit;
  }

  .contacts__blocks {
    transform: none;
    display: -ms-flexbox;
    display: flex;
    max-width: inherit;
  }

  .contacts__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    background-color: #292929;
  }

  .contacts__item:not(:last-child) {
    margin-bottom: 0;
  }

  .contacts__item:before {
    border: 45px solid transparent;
    border-top: 0 solid #292929;
    width: 0;
    left: 0;
    right: 0;
    top: 100%;
    transform: none;
    margin: 0 auto;
  }

  .contacts__item.active {
    background-color: #0c121c;
  }

  .contacts__item.active:before {
    border: 45px solid transparent;
    border-top: 20px solid #0c121c;
  }

  .contacts__button {
    max-width: 100%;
  }

  .contacts__map {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 375px;
    padding: 0 10px;
  }

  .header__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: inherit;
  }

  .header__logo {
    max-width: 130px;
  }

  .header__slogan {
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    margin: 0;
  }

  .header__slogan-arrow {
    width: 8px;
    border-left-width: 4px;
    margin: 0 20px;
    height: 46px;
  }

  .header__slogan-text {
    font-size: 12px;
    margin-left: 10px;
  }

  .header__contacts {
    padding: 10px 0;
    margin-left: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-top: 1px solid #333;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer {
    padding-top: 30px;
  }

  .footer__row {
    display: flex;
  }

  .footer__col-title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .footer__col:not(:last-child) {
    margin-bottom: 30px;
  }
  .disclaimer{
    margin-bottom: 30px;
  }

  .footer__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__link {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 10px;
  }

  .footer__social {
    float: right;
    margin-top: -5px;
  }

  .footer__bottom {
    padding: 20px 0 0;
    margin-top: 30px;
  }

  .footer__bottom-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__bottom-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .footer__bottom-col:first-child {
    padding-right: 0;
  }

  .footer__bottom-col:nth-child(2) {
    padding-left: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .modal {
    padding: 30px;
  }

  .modal__title {
    font-size: 26px;
  }

  .modal__text {
    margin-top: 15px;
    font-size: 14px;
  }

  .modal__form {
    margin-top: 20px;
  }

  .button,
  .button_big {
    padding: 15px;
  }

  .button_big {
    font-size: 16px;
  }

  .form__text {
    height: 48px;
  }

  .top {
    display: none;
  }

  .main {
    padding-top: 20px;
  }

  .main__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main .container {
    position: relative;
    padding: 0;
  }
  .page_general_main.main .container {
    padding: 0 10px;
  }
  .page_general_main.main .container.container-f7xban {
    padding: 0;
    max-width: unset;
  }
  .main.page_general_main {
    padding-top: 0px;
  }
  .main__col_text {
    -ms-flex-order: 2;
    order: 2;
    position: inherit;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: inherit;
    padding: 15px;
    margin-top: -10px;
  }

  .main__col_text:before {
    display: none;
  }

  .main__col_img {
    padding-top: 0;
    margin-left: 0;
  }

  .main__title {
    font-size: 30px;
    top: -5px;
  }

  .main__price,
  .main__title {
    position: absolute;
    width: 100%;
    left: 0;
    padding-left: 10px;
    padding-right: 150px;
  }

  .main__price {
    top: 30px;
    font-size: 19px;
    margin: 0;
  }

  .main__text {
    font-size: 15px;
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0;
    margin: 0;
    padding: 0 10px;
  }

  .main__car {
    width: 290px;
    height: 152px;
    margin: 60px auto 0;
  }

  .main__car:before {
    width: 330px;
    height: 65px;
    left: -20px;
    bottom: -13px;
  }
  .main__car .slick-dots {
    display: none !important;
  }
  .main__car-colors-text {
    position: relative;
    top: -85px;
    font-size: 14px;
    display: none;
  }

  .main__garantie {
    width: 110px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main__garantie-wrap {
    height: 44px;
  }

  .main__garantie-num {
    font-size: 30px;
    margin-right: 7px;
  }

  .main__garantie-text {
    font-size: 13px;
  }

  .main__form {
    margin-top: 0;
  }

  .main__form label.form__checkbox {
    margin: 0;
  }

  .advantages {
    padding: 0;
  }

  .advantages__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-top: 30px;
  }

  .advantages__item:not(:last-child) {
    margin-right: 0;
  }

  .advantages__text {
    font-size: 15px;
    line-height: 20px;
    padding-right: 20px;
  }

  .advantages__text br {
    display: none;
  }

  .testdrive__bg img {
    min-height: 300px;
  }

  .testdrive__title,
  .testdrive__block_seo_h2 h2 {
    font-size: 26px;
  }

  .testdrive__block {
    max-width: 290px;
  }

  .testdrive__text {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .testdrive .button {
    width: 100%;
    max-width: 260px;
  }

  .cars__title {
    font-size: 26px;
    text-align: center;
  }

  .cars__list {
    margin-top: 10px;
  }

  .cars__list .card {
    margin-right: 0;
    max-width: 100%;
  }

  .cars__list .card:nth-child(2n),
  .cars__list .card:nth-child(3n) {
    margin-right: 0;
  }

  .cars__more {
    max-width: 100%;
  }

  .cars__tabs {
    margin-top: 20px;
  }

  .cars__tab {
    min-width: inherit;
  }

  .calc {
    background-color: #0c121c;
    padding: 20px 0;
  }

  .calc__title,
  .calc__title_h2_seo h2 {
    font-size: 26px;
    margin-bottom: 30px;
    text-align: center;
  }

  .calc__row {
    display: block;
  }

  .calc__col,
  .calc__col_text {
    padding: 0;
  }

  .calc__col_text:after {
    display: none;
  }

  .calc__col_img {
    padding: 0;
    margin-left: 0;
  }

  .calc__cars {
    display: none;
  }

  .calc__stavka {
    color: #fff;
    margin: 20px 0;
  }

  .calc__stavka span {
    background-color: #fff;
    color: #0c121c;
    font-size: 12px;
    padding: 0 6px;
    line-height: 26px;
    margin-right: 10px;
  }

  .calc__total {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 20px 0;
  }

  .calc__total span {
    display: block;
    font-size: 40px;
    font-weight: 700;
    margin: 10px 0;
  }

  .calc__text {
    font-size: 16px;
  }

  .calc__info {
    color: #fff;
    margin-top: 10px;
  }

  .leasing {
    background-color: #242932;
    padding: 30px 0;
  }

  .leasing__title,
  .leasing__title_h2 h2 {
    font-size: 26px;
    text-align: center;
  }

  .leasing__text {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
  }

  .leasing__row {
    display: block;
  }

  .leasing__col_text {
    padding: 0;
  }

  .leasing__col_img {
    margin: 0;
    padding: 0;
    margin-top: 20px;
  }

  .leasing__items {
    padding: 30px 20px;
  }

  .moreauto__title {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .moreauto__bg {
    padding: 20px 10px;
  }

  .moreauto__text br {
    display: none;
  }

  .moreauto__form {
    margin-top: 20px;
  }

  .moreauto__row {
    display: block;
  }

  .moreauto__col .button {
    max-width: 100%;
    margin-top: 15px;
  }

  .moreauto label.form__checkbox {
    margin: 0;
  }

  .vigoda {
    padding: 30px 0;
  }

  .vigoda__title {
    font-size: 26px;
    text-align: center;
  }

  .vigoda__list {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .vigoda__item {
    margin-top: 14px;
    padding: 10px;
    max-width: calc(50% - 7px);
  }

  .vigoda__item,
  .vigoda__item:nth-child(3n) {
    margin-right: 14px;
  }

  .vigoda__item:nth-child(2n) {
    margin-right: 0;
  }

  .vigoda__price {
    font-size: 18px;
  }

  .vigoda__text {
    font-size: 13px;
    line-height: 130%;
    min-height: 32px;
  }

  span.vigoda__button {
    padding: 11px;
    font-size: 13px;
    min-width: unset;
  }

  .vigoda__button:before {
    top: 7px;
  }

  .vigoda__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .vigoda__col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 5px;
  }

  .vigoda__col:first-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-right: 0;
  }

  .vigoda__col .button {
    width: 100%;
    margin-bottom: 10px;
  }

  .about__title,
  .gallery__title,
  .gallery__title_h2seo h2,
  .about__title_seo_h2 h2 {
    font-size: 26px;
    text-align: center;
  }
  .gallery__title_h2seo h2 {
    padding-top: 20px !important;
  }

  .about__title,
  .about__title_seo_h2 h2 {
    color: #fff;
    margin-bottom: 20px;
  }

  .about__row {
    display: block;
  }

  .about__col {
    min-height: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }

  .about__bg {
    position: inherit;
    top: inherit;
    right: inherit;
    max-height: inherit;
    z-index: inherit;
    max-width: 100%;
    display: block;
  }

  .about__slider {
    margin-left: 0;
    margin-top: 20px;
    padding-bottom: 60px;
  }

  .about__slider-next {
    width: 40px;
    height: 40px;
    transform: rotate(0deg);
  }

  .about__slider-next svg {
    height: 18px;
  }

  .about__slider-next_prev {
    left: 0;
    transform: rotate(180deg);
  }

  .about__slide {
    margin-top: 0;
  }

  .about__slide-img {
    right: 1px;
  }

  .partners__title,
  .partners__title_seo_h2_pg h2 {
    font-size: 30px;
  }

  .contacts .container {
    padding: 0 10px;
  }

  .contacts__blocks {
    display: block;
  }

  .contacts__item {
    padding: 20px;
  }

  .contacts__item:before {
    display: none;
  }

  .contacts__item.active {
    background-color: #292929;
  }

  .contacts__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .contacts__map {
    height: 300px;
    margin-top: 10px;
  }
  .header__slogan {
    display: none;
  }
  .header__contacts {
    flex: initial;
  }
}

@media (max-width: 350px) {
  .vigoda__text {
    min-height: 48px;
  }
}
