@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: 'NotoSans', sans-serif;
  font-weight: 900;
  font-style: normal;
  src: url('../fonts/NotoSans-Black.woff2');
  src: url('../fonts/NotoSans-Black.woff2') format('woff2'),
    url('../fonts/NotoSans-Black.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'NotoSans', sans-serif;
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/NotoSans-Bold.woff2');
  src: url('../fonts/NotoSans-Bold.woff2') format('woff2'),
    url('../fonts/NotoSans-Bold.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'NotoSans', sans-serif;
  font-weight: 800;
  font-style: normal;
  src: url('../fonts/NotoSans-ExtraBold.woff2');
  src: url('../fonts/NotoSans-ExtraBold.woff2') format('woff2'),
    url('../fonts/NotoSans-ExtraBold.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'NotoSans', sans-serif;
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/NotoSans-Regular.woff2');
  src: url('../fonts/NotoSans-Regular.woff2') format('woff2'),
    url('../fonts/NotoSans-Regular.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'NotoSans', sans-serif;
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/NotoSans-Medium.woff2');
  src: url('../fonts/NotoSans-Medium.woff2') format('woff2'),
    url('../fonts/NotoSans-Medium.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'NotoSans', sans-serif;
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/NotoSans-Light.woff2');
  src: url('../fonts/NotoSans-Light.woff2') format('woff2'),
    url('../fonts/NotoSans-Light.woff') format('woff');
}
* {
  font-family: 'NotoSans', sans-serif;
}
body {
  background: #ffffff;
  font-family: 'NotoSans', sans-serif;
  font-size: 19px;
  color: #130b04;
  min-width: 360px;
  line-height: 1em;
}

/* =========header========= */
.mob-menu {
  display: none;
}

.header {
  padding: 15px 0;
  position: relative;
  z-index: 2;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 500;
}

.header-desc {
  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;
}
.header-logo {
  display: inline-block;
  max-width: 134px;
  width: 100%;
}
.header__logos {
  display: flex;
  align-items: center;
}
.header-logo img {
  display: inline-block;
  width: 100%;
}
.header-desc-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-desc-col1 {
  margin-right: 25px;
}
.header-desc__text1 {
  color: #130b04;
  font-family: 'NotoSans', sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
}
.header-desc__text2 {
  font-size: 14px;
  max-width: 100%;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.header-desc__logo-text2 {
  flex-shrink: 0;
  font-size: 14px;
  max-width: 100%;
  margin-right: 5px;
  margin-left: 30px;
  line-height: 1.2;
}
.header-desc__logo-text2 b {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
}
.header__tel {
  display: inline-block;
  color: #2b2c2d;
  font-family: 'NotoSans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.header__tel:hover {
  color: #130b04;
}
@media (pointer: coarse) {
  .header__tel:hover {
    color: #0064a4;
  }
}

.header-desc-menu {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
}
.sticky .header-desc-menu {
  color: #000;
}
.sticky .header-desc-menu-list li a {
  color: #000;
}
.header-desc-menu-list li ul {
  display: none;
}
.header-desc-menu-list > li {
  height: 42px;
}
.header-desc-menu-list li {
  position: relative;
}
.header-desc-menu-list li:hover > ul {
  display: inline-block;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  padding: 0;
}
.header-desc-menu-list li > ul > li > ul {
  position: absolute;
  top: 0;
  left: 100%;
}
.header-desc-menu-list ul {
  opacity: 0.8;
}
.header-desc-menu-list ul:hover {
  opacity: 1;
}
.header-desc-menu-list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e2e4e4;
}
.header-desc-menu-list li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid transparent;
}
.header-desc-menu-list li:last-child {
  border: none;
}
.header-desc-menu-list li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
  font-family: 'NotoSans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  padding: 14px 5px;
  background: transparent;
  position: relative;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.header-desc-menu-list li a:hover {
  opacity: 0.8;
  background-color: #333;
  color: #fff;
}
@media (pointer: coarse) {
  .header-desc-menu-list li a:hover {
    background-color: #414344;
    color: #fff;
  }
}
/* =========special-offer========= */
.special-offer {
  background: url(../img/banner.jpg) no-repeat center top / cover;
  height: 650px;
  position: relative;
  width: 100%;
}
.special-offer__bg2 {
  background: url(../img/s5__bg.jpg) no-repeat center center / cover;
  display: none;
}
.special-offer__bg3 {
  background: url(../img/s5gt__bg.jpg) no-repeat center center / cover;
  display: none;
}
.flickity-enabled .special-offer__bg2 {
  display: block;
}
.special-offer::after {
  display: block;
  content: '';
  padding-top: 36.14%;
}
.special-offer .container {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.special-offer__title {
  color: #000;
  font-family: 'NotoSans', sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 25px;
  text-align: left;
}
.special-offer__model {
  color: #fff;
  font-family: 'NotoSans', sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1.2em;
  text-align: left;
}
.special-offer__text {
  color: #000;
  font-family: 'NotoSans', sans-serif;
  font-size: 26px;
  font-weight: 100;
  line-height: 1.2em;
  margin-bottom: 50px;
}
.special-offer__bg2 .special-offer__title {
  color: #fff;
}
.special-offer__bg2 .special-offer__model {
  color: #fff;
}
.btn_special-offer {
  padding: 15px 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn_special-offer:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn_special-offer img {
  display: inline-block;
  width: 10px;
  margin-right: 25px;
}
@media (max-width: 1600px) {
  .special-offer .container {
    top: 100px;
  }
  .special-offer__title {
    font-size: 36px;
    margin-bottom: 0;
  }
  .special-offer__model {
    font-size: 24px;
  }
  .special-offer__text {
    font-size: 26px;
  }
  .btn_special-offer {
    padding: 12px 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
  }
}
/* =========benefits========= */
.benefits {
  margin-top: -60px;
}
.benefits-wr {
  margin-right: -10px;
  margin-left: -10px;
}
.benefits-wr > div {
  padding-right: 10px;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.benefit {
  width: 100%;
  background: #fefefe;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}
.benefit-icon {
  width: 114px;
  height: 125px;
  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;
  border-radius: 5px 0 0 5px;
  background: url('../img/benefit-icon_bg.png') no-repeat center / 100% 100%;
}
.benefit-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 25px;
  color: #130b04;
  font-family: 'NotoSans', sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2em;
}
.benefit-right span {
  font-family: 'NotoSans', sans-serif;
  display: inline-block;
  color: #eb0a1e;
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .benefit-right {
    font-size: 17px;
  }
  .benefit-right span {
    font-size: 18px;
  }
}
/* =========spoiler========= */
.forum-post {
  margin: 14px;
}
.spoiler-content {
  font-style: italic;
  text-align: left;
  font-size: 14px;
  margin: 14px;
}
.spoiler {
  display: none;
}

.spoiler-1 {
  color: #000;
  text-decoration: underline dotted black;
  -webkit-text-decoration: underline dotted black;
}
.show {
  display: none;
}

.hide:target + .show {
  display: inline;
}

.hide:target {
  display: none;
}

.hide:target ~ .spoiler {
  display: inline;
}
.mobile-spoiler {
  margin: 14px;
  display: none;
}
.mobile-spoiler-link {
  margin: 14px;
  color: #000;
  text-decoration: underline dotted black;
  -webkit-text-decoration: underline dotted black;
}

/* =========get-price========= */
.get-price {
  /* padding: 0 0 45px; */
  width: 45%;
}
.get-price__wrap {
  background: url('../img/get-price_bg.jpg') no-repeat center / cover;
  max-width: 1185px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 85px;
  -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 30px 20px rgba(0, 0, 0, 0.1);
  margin-top: -150px;
  padding: 25px 20px 45px;
}
.get-price__wrap .wrap {
  max-width: 905px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.get-price__zag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.get-price__zag .item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 25px;
}
.get-price__zag .item:last-child {
  margin-right: 0;
}
.get-price__zag .item img {
  display: inline-block;
  width: 27px;
  margin-right: 20px;
  margin-top: 5px;
}
.get-price__zag .item span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
  color: #000002;
  font-family: 'NotoSans', sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2em;
}
.get-price__form {
  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;
}
.get-price__form > div {
  width: 480px;
}
.get-price__input {
  width: 100%;
  height: 65px;
  background: #fff;
  border: 1.6px solid #c1c1c0;
  border-radius: 45px;
  color: #494643;
  font-family: 'NotoSans', sans-serif;
  font-size: 21px;
  font-weight: 400;
  padding-left: 40px;
}
.get-price__input::-webkit-input-placeholder {
  color: #494643;
  opacity: 1;
}
.get-price__input::-moz-placeholder {
  color: #494643;
  opacity: 1;
}
.get-price__input:-moz-placeholder {
  color: #494643;
  opacity: 1;
}
.get-price__input:-ms-input-placeholder {
  color: #494643;
  opacity: 1;
}
.get-price__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}
.get-price__checkbox .jq-checkbox {
  width: 17px;
  height: 17px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1.6px solid #a9a8a8 !important;
  border-radius: 0 !important;
  margin-right: 15px;
  background: transparent !important;
}
.get-price__checkbox .jq-checkbox .jq-checkbox__div {
  display: none;
}
.get-price__checkbox .jq-checkbox.checked {
  background: transparent url('../img/checkbox_bg.png') no-repeat center !important;
}
.get-price__checkbox label {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
  color: #5d5a59;
  font-family: 'NotoSans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
}
.btn_get-price {
  padding: 22px 50px;
}
.btn_get-price img {
  display: inline-block;
  width: 14px;
  margin-right: 28px;
}
.btn_get-price span {
  display: inline-block;
  font-size: 19px;
}
.get-price__text {
  /* margin-top: 45px; */
  text-align: center;
  /* color: #000002; */
  font-family: 'NotoSans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6em;
  text-transform: uppercase;
  background-color: #30363a;
  color: #fff;
  padding: 30px 10px;
}
/* =========action========= */
.action__title {
  text-align: center;
  font-weight: 500;
  font-size: 36px;
  text-transform: uppercase;
  margin-top: 40px;
}
.timer #tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.timer .minutes {
  margin-right: 15px;
  position: relative;
}
.timer .minutes::after {
  display: block;
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  left: calc(100% + 4px);
  top: 17px;
}
.timer .minutes::before {
  display: block;
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  left: calc(100% + 4px);
  bottom: 17px;
}
.timer #tiles > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.timer #tiles > div span {
  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;
  width: 50px;
  height: 73px;
  color: #130b04;
  font-family: 'NotoSans', sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  background: url('../img/timer_bg.png') no-repeat center / 100% 100%;
  margin-right: 2px;
}
.timer #tiles > div span:last-child {
  margin-right: 0;
}
.flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 40px;
}
.timer-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.action {
  /* padding-bottom: 90px; */
  display: flex;
  align-items: center;
  width: 100%;
}
.action-zag {
  text-align: center;
  color: #130b04;
  font-family: 'NotoSans', sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 35px;
}
.timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* margin-bottom: 40px; */
}
.timer #tiles > div {
  margin-right: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 105px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.timer #tiles > div.days_single {
  max-width: 52px;
}
.timer #tiles > div:last-child {
  margin-right: 0;
}
.timer__text {
  width: 100%;
  text-align: center;
  color: #130b04;
  font-family: 'NotoSans', sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  margin-top: 10px;
}
.action-form {
  max-width: 250px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.action-form-wr1 {
  /* 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; */
}
.action-form-wr1 .global-input {
  /* margin-right: 20px; */
}
.action-form-wr1 .btn {
  width: 100%;
  margin-top: 15px;
}
.global-input {
  height: 50px;
  border: none;
  background: #fff;
  color: #30363a;
  border: 1px solid #30363a;
  font-family: 'NotoSans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 20px;
  width: 100%;
}
.global-input::-webkit-input-placeholder {
  color: #130b04;
  opacity: 1;
}
.global-input::-moz-placeholder {
  color: #130b04;
  opacity: 1;
}
.global-input:-moz-placeholder {
  color: #130b04;
  opacity: 1;
}
.global-input:-ms-input-placeholder {
  color: #130b04;
  opacity: 1;
}
.btn_action {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  line-height: 1;
  font-family: 'Noto Sans', sans-serif;
  text-decoration: none;
  padding: 17px 32px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.action-form-wr2 {
  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-top: 20px;
}
.global-ch-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  margin: 0;
}
.action-form-wr2 .global-ch {
  margin-right: 25px;
}
.action-form-wr2 .global-ch:last-child {
  margin-right: 0;
}
.global-ch-input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.global-ch-label span {
  color: #5d5a59;
  font-family: 'NotoSans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.2em;
}
.global-ch-icon {
  width: 16px;
  height: 16px;
  margin-right: 15px;
  border: 1.6px solid #676767;
  border-radius: 3px;
  margin-top: 2px;
}
.global-ch-label .global-ch-input:checked + .global-ch-icon {
  background: url('../img/svg/check.svg') no-repeat center / 10px;
}
/* =========models-nav========= */
.models-nav {
  margin-bottom: 125px;
}
.models-nav-zag {
  color: #130b04;
  font-family: 'NotoSans', sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 0;
}
.models-nav-row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  padding-bottom: 15px;
}
.model-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
  width: 99.6%;
}
.model-nav:hover {
  background-color: #f4f5f5;
}
@media (pointer: coarse) {
  .model-nav:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.model-nav-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 128px;
}
.model-nav-thumb img {
  display: inline-block;
  max-width: 100%;
}
.model-nav-bottom {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* margin-top: 35px; */
  width: 100%;
}
.model-nav__title {
  color: #130b04;
  font-family: 'NotoSans', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: #30363a;
}
.model-nav__stock {
  font-family: 'NotoSans', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  font-weight: 300;
  color: #a6b7be;
}
.model-nav__stock span {
  color: #eb0a1e;
}
/* =========models========= */
.models {
  position: relative;
  padding-bottom: 115px;
}
/* .models::after {
  display: block;
  position: absolute;
  z-index: 0;
  content: '';
  width: 100%;
  height: calc(100% - 75px);
  bottom: 0;
  left: 0;
  background: url('../img/models_bg.png') repeat;
} */
.models .container {
  position: relative;
  z-index: 1;
}
.models-row {
  margin-bottom: 75px;
  border: 1.6px solid #d9dee3;
  border-radius: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.models-row:last-child {
  margin-bottom: 0;
}
.models-left {
  width: 44%;
  padding-bottom: 50px;
  padding-top: 85px;
}
.models-row2 .models-left {
  padding-top: 0;
}
.models-thumb {
  text-align: center;
}
.models-thumb img {
  display: inline-block;
  max-width: 100%;
}
.models-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 45px;
  padding-left: 60px;
}
.models-colors span {
  display: inline-block;
  color: #130b04;
  font-family: 'NotoSans', sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2em;
  margin-right: 25px;
}
.models-colors-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.models-color {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.6px solid #dbdfe3;
  margin-right: 15px;
}
.models-color:last-child {
  margin-right: 0;
}
.models-color_silver {
  background: rgb(109, 118, 123);
}
.models-color_green {
  background: rgb(72, 120, 133);
}
.models-color_red {
  background: rgb(215, 36, 31);
}
.models-color_cyan {
  background: rgb(69, 90, 133);
}
.models-color_grey {
  background: rgb(64, 72, 83);
}
.models-color_grey-700 {
  background: rgb(28, 44, 59);
}
.models-color_black {
  background: rgb(0, 0, 0);
}
.models-color_white {
  background: rgb(248, 248, 247);
}
.models-color_blue {
  background: rgb(146, 159, 181);
}
.models-right {
  width: 56%;
  padding-bottom: 45px;
}
.models-top {
  margin-bottom: 35px;
  padding: 10px 15px 10px 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 10px 0 0;
  background: url('../img/models-top_bg.png') no-repeat center / 100% 100%;
}
.models__title {
  color: white;
  font-family: 'NotoSans', sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.2em;
  margin: 0;
  padding-right: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.models-peice {
  width: 45%;
  color: white;
  font-family: 'NotoSans', sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2em;
}
.models-peice span {
  display: block;
  color: #fff;
  font-family: 'NotoSans', sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2em;
}
.models-peice span mark {
  background: transparent;
  padding: 0;
  font-size: 19px;
  color: #fff;
}
.models-right-wr {
  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-left: 60px;
  padding-right: 40px;
}
.models-benefit {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.models-benefit-icon {
  width: 47px;
  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-right: 25px;
}
.models-benefit-icon img {
  display: inline-block;
  max-width: 100%;
}
.models-benefit:last-child {
  margin-bottom: 0;
}
.models-benefit__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #130b04;
  font-family: 'NotoSans', sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2em;
}
.models-benefit__text mark {
  display: inline-block;
  padding: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1em;
  position: relative;
  top: -4px;
}
.models-benefit__text strong {
  font-weight: 500;
}
.models-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 35px;
}
.models-right-col2 {
  padding-top: 20px;
}
.models-am {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.models-am__number {
  width: 45px;
  height: 45px;
  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;
  text-align: center;
  color: #130b04;
  font-family: 'NotoSans', sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  border: 1.6px solid #959493;
  border-radius: 50%;
  margin-right: 10px;
}
.models-am__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #130b04;
  font-family: 'NotoSans', sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
}
.models_btn {
  width: 250px;
  margin-bottom: 15px;
  height: 50px;
}
.models_btn:last-child {
  margin-bottom: 0;
}
/* =========action2========= */
.action2 {
  background: #fff;
  padding: 30px 0 25px;
}
.action2-zag {
  text-align: center;
  color: #2b2c2d;
  font-family: 'NotoSans', sans-serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 25px;
}
.action2 .action-form {
  max-width: 900px;
}
/* .action2 .global-input {
  background: #dee4e8;
}
.action2 .btn_action {
  background: rgb(229 0 0);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(229 0 0)),
    to(rgba(199 0 0))
  );
  background: -o-linear-gradient(left, rgba(229 0 0) 0%, rgba(199 0 0) 100%);
  background: linear-gradient(to right, rgb(229 0 0) 0%, rgb(199 0 0) 100%);
  padding: 5px 55px;
}
.action2 .btn_action:hover {
  background: rgb(199 0 0);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(199 0 0)),
    to(rgb(143, 0, 0))
  );
  background: -o-linear-gradient(left, rgba(199 0 0) 0%, rgba(143, 0, 0) 100%);
  background: linear-gradient(to right, rgba(199 0 0) 0%, rgb(143, 0, 0) 100%);
} */
.action2 .action-form-wr2 {
  margin-top: 15px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.action2 .global-ch-label span {
  color: #2b2c2d;
}

.action2 .global-ch-label .global-ch-input:checked + .global-ch-icon {
  background: url('../img/svg/check.svg') no-repeat center / 10px;
}
/* =========choose-car========= */
.choose-car {
  padding: 85px 0 160px;
}
.choose-car-nav {
  margin-bottom: 65px;
}
.select2 {
  width: 100% !important;
}
.select2-selection {
  border: 1.6px solid #d2dae0 !important;
  border-radius: 45px !important;
  height: 60px !important;
}
.select2-selection__rendered {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100% !important;
  color: #130b04 !important;
  font-family: 'NotoSans' !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  padding-right: 45px !important;
  padding-left: 30px !important;
}
.select2-selection__arrow {
  width: 40px !important;
  height: 100% !important;
}
.select2-selection__arrow::after {
  display: block;
  position: absolute;
  content: '';
  width: 13px;
  height: 9px;
  background: url('../img/svg/select-arrow.svg') no-repeat center / 100% 100%;
  left: 0;
  top: 50%;
  margin-top: -4.5px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.select2-selection__arrow b {
  display: none !important;
}
.select2.select2-container--open .select2-selection__arrow::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.select2.select2-container--open .select2-selection {
  border-radius: 15px 15px 0 0 !important;
  border-bottom: none !important;
}
.global-select-parent {
  position: relative;
}
.global-select-drop {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
}
.global-select-drop .select2-container {
  position: static !important;
}
.global-select-drop .select2-dropdown {
  position: static !important;
  border: 1.6px solid #ced7dd !important;
  border-top: none !important;
  border-radius: 0 0 15px 15px !important;
  overflow: hidden;
}
.select2-results__options li {
  color: #130b04 !important;
  font-family: 'NotoSans' !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 1.2em !important;
  padding-left: 30px !important;
  padding-right: 5px !important;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white !important;
}
.choose-car-row {
  margin-top: 25px;
  border: 1.6px solid #d6dde2;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  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;
}
.choose-car-row:first-child {
  margin-top: 0;
}
.choose-car-thumb {
  width: 26%;
}
.choose-car-thumb img {
  display: inline-block;
  width: 100%;
  border-radius: 10px 0 0 10px;
}
.choose-car-center {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 50px;
  padding-right: 15px;
}
.choose-car__title {
  color: #130b04;
  font-family: 'NotoSans', sans-serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.2em;
}
.choose-car-list {
  padding: 0;
  margin: 20px 0 0;
}
.choose-car-list li {
  margin-bottom: 10px;
  color: #130b04;
  font-family: 'NotoSans', sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2em;
  padding-left: 20px;
  position: relative;
}
.choose-car-list li::before {
  display: block;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #0065ac;
  border-radius: 50%;
  left: 0;
  top: 7px;
}
.choose-car-list li:last-child {
  margin-bottom: 0;
}
.choose-car-right {
  width: 38%;
  padding-right: 40px;
}
.choose-car-price {
  text-align: right;
  font-family: 'NotoSans', sans-serif;
  color: #130b04;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2em;
}
.choose-car-price span {
  color: #0064a4;
  font-size: 25px;
  font-weight: 500;
}
.choose-car-btns {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.btn_choose-car1,
.btn_choose-car2 {
  height: 50px;
  padding: 5px;
  width: 205px;
}
.btn_choose-car1 {
  margin-right: 10px;
}
.choose-car-show {
  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;
  background-color: #edf0f1;
  border-radius: 5px;
  padding: 20px 5px;
  color: #130b04;
  font-family: 'NotoSans', sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  margin-top: 50px;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.choose-car-show img {
  display: inline-block;
  width: 12px;
  margin-left: 20px;
}
.choose-car-show:hover {
  background-color: #cad5d9;
}
.choose-car-collapse {
  display: none;
}
.choose-car-collapse.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* =========service========= */
.service {
  padding-bottom: 160px;
  margin-top: 100px;
  position: relative;
}
.service-thumb {
  position: absolute;
  z-index: 0;
  width: 62.2%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px 0 0 10px;
  right: 0;
  top: -60px;
  max-height: 626px;
  background-image: url('../img/service-thumb_bg.webp');
}
.service-thumb::after {
  display: block;
  content: '';
  padding-top: 52%;
}
.service-wr {
  width: 575px;
  padding: 90px 15px 110px 0;
  position: relative;
  z-index: 2;
}
.service-wr::before {
  display: block;
  position: absolute;
  content: '';
  z-index: 1;
  width: calc(100% + ((100vw - 1220px) / 2));
  right: 0;
  height: 100%;
  top: 0;
  background: url('../img/credit-wr_bg.jpg') no-repeat right center / cover;
  border-radius: 0 10px 10px 0;
}
.service-cont {
  position: relative;
  z-index: 1;
}
.service__title {
  color: #2b2c2d;
  font-family: 'NotoSans', sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.7em;
  margin-bottom: 50px;
}
.service__list {
  padding: 0;
  margin-bottom: 70px;
}
.service__list li {
  margin-bottom: 15px;
  padding-left: 50px;
  font-family: 'NotoSans', sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2em;
  color: #2b2c2d;
  position: relative;
}
.service__list li::before {
  display: block;
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  background: url('../img/svg/checkmark.svg') no-repeat center / 100% 100%;
  left: 0;
  top: 3px;
}
.service__list li span {
  color: #365cab;
}
.service__list li:last-child {
  margin-bottom: 0;
}
.service__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-family: 'NotoSans', sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 60px;
  background: linear-gradient(to right, rgb(229 0 0) 0%, rgb(199 0 0) 100%);
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}
.service__link svg {
  display: inline-block;
  width: 11px;
  margin-right: 24px;
}
.service__link:hover {
  color: #fff;
  background: linear-gradient(to right, rgba(199 0 0) 0%, rgb(143, 0, 0) 100%);
}
@media (pointer: coarse) {
  .service__link:hover {
    color: #365cab;
    background-color: #d2d3eb;
  }
}
.btn_service {
  padding: 20px 90px;
  margin-top: 160px;
}
.btn_service img {
  margin-right: 20px;
}

/* =========credit========= */
.credit {
  padding-bottom: 160px;
  margin-top: 60px;
  position: relative;
}
.credit-thumb {
  position: absolute;
  z-index: 0;
  width: 62.2%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px 0 0 10px;
  right: 0;
  top: 55px;
  max-height: 626px;
  background-image: url('../img/credit.png');
}
.credit-thumb::after {
  display: block;
  content: '';
  padding-top: 52%;
}
.credit-wr {
  width: 575px;
  padding: 90px 15px 110px 0;
  position: relative;
  z-index: 2;
}
.credit-wr::before {
  display: block;
  position: absolute;
  content: '';
  z-index: 1;
  width: calc(100% + ((100vw - 1220px) / 2));
  right: 0;
  height: 100%;
  top: 0;
  background: url('../img/credit-wr_bg.jpg') no-repeat right center / cover;
  border-radius: 0 10px 10px 0;
}
.credit-cont {
  position: relative;
  z-index: 1;
}
.credit__title {
  color: #2b2c2d;
  font-family: 'NotoSans', sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.7em;
  margin-bottom: 50px;
}
.credit__list {
  padding: 0;
  margin-bottom: 70px;
}
.credit__list li {
  margin-bottom: 15px;
  padding-left: 50px;
  font-family: 'NotoSans', sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2em;
  color: #2b2c2d;
  position: relative;
}
.credit__list li::before {
  display: block;
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  background: url('../img/svg/checkmark.svg') no-repeat center / 100% 100%;
  left: 0;
  top: 3px;
}
.credit__list li span {
  color: #eb0a1e;
}
.credit__list li:last-child {
  margin-bottom: 0;
}
.credit__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  color: #eb0a1e;
  font-family: 'NotoSans', sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 60px;
  background-color: #fff;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.credit__link svg {
  display: inline-block;
  width: 11px;
  margin-right: 24px;
}
.credit__link:hover {
  color: #365cab;
  background-color: #d2d3eb;
}
@media (pointer: coarse) {
  .credit__link:hover {
    color: #365cab;
    background-color: #d2d3eb;
  }
}
.btn_credit {
  padding: 20px 90px;
  margin-top: 160px;
}
.btn_credit img {
  margin-right: 20px;
}
/* =========map========= */
.map {
  background: #2a2c2e;
  padding: 85px 0 100px;
  position: relative;
}
.map-wr {
  width: 55%;
  position: absolute !important;
  left: 0;
  top: 0;
  height: 100%;
}
.labels_map {
  background: #fff;
  border-radius: 5px;
  padding: 2px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.map-right {
  margin-left: auto;
  max-width: 370px;
  width: 100%;
}
.map-logo {
  margin-bottom: 45px;
}
.map-logo img {
  display: inline-block;
  width: 280px;
}
.map-firma {
  margin-bottom: 50px;
}
.map__title {
  color: white;
  font-family: 'NotoSans', sans-serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
.map__text {
  color: white;
  font-family: 'NotoSans', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}
.map-list {
  padding: 0;
  margin-bottom: 45px;
}
.map-list li {
  margin-bottom: 20px;
}
.map-list li:last-child {
  margin-bottom: 0;
}
.map-list-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.map-list-icon {
  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;
  width: 17px;
  margin-right: 25px;
}
.map-list-icon img {
  display: inline-block;
  max-width: 100%;
}
.map-list-item span {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: white;
  font-family: 'NotoSans', sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5em;
  margin-top: -5px;
}
.map__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px 35px;
  background: rgb(229 0 0);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(229 0 0)),
    to(rgba(199 0 0))
  );
  background: -o-linear-gradient(left, rgba(229 0 0) 0%, rgba(199 0 0) 100%);
  background: linear-gradient(to right, rgb(229 0 0) 0%, rgb(199 0 0) 100%);
  color: white;
  font-family: 'NotoSans', sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}
.map__link img {
  display: inline-block;
  width: 18px;
  margin-right: 20px;
}
.map__link:hover {
  background: rgb(199 0 0);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(199 0 0)),
    to(rgb(143, 0, 0))
  );
  background: -o-linear-gradient(left, rgba(199 0 0) 0%, rgba(143, 0, 0) 100%);
  background: linear-gradient(to right, rgba(199 0 0) 0%, rgb(143, 0, 0) 100%);
  color: #fff;
}
/* =========under-map========= */
.under-map {
  margin-top: 110px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.under-map .item {
  width: 16.1%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.under-map .item::after {
  display: block;
  content: '';
  padding-top: 56%;
}
/* =========footer========= */
.footer {
  padding: 60px 0;
  margin-top: 60px;
  background-color: #2a2c2e;
}
.footer-wr {
  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-text {
  color: #fff;
  font-family: 'NotoSans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

.page_content {
  margin-top: 50px;
}

@media (max-width: 1400px) {
  .special-offer__title {
    font-size: 32px;
  }
  .special-offer__model {
    font-size: 22px;
  }
  .special-offer__text {
    font-size: 26px;
  }
  .models-nav-zag {
    font-size: 33px;
  }
  .model-nav__title {
    font-size: 25px;
  }
  .model-nav__stock {
    font-size: 17px;
  }
  /* =========choose-car========= */
  .choose-car__title {
    font-size: 21px;
  }
  /* =========credit========= */
  .credit__title {
    font-size: 21px;
    margin-bottom: 25px;
  }
  .credit__list {
    margin-bottom: 35px;
  }
  .credit__list li {
    font-size: 15px;
    padding-left: 30px;
  }
  .credit__list li::before {
    top: 1px;
  }
  .credit__link {
    font-size: 15px;
  }
  .btn_credit {
    margin-top: 80px;
  }
  @media (max-width: 1249.5px) {
    .credit-wr::before {
      width: calc(100% + 15px);
    }
  }
  .choose-car {
    padding-bottom: 100px;
  }
  /* =========service========= */
  .service__title {
    font-size: 21px;
    margin-bottom: 25px;
  }
  .service__list {
    margin-bottom: 35px;
  }
  .service__list li {
    font-size: 15px;
    padding-left: 30px;
  }
  .service__list li::before {
    top: 1px;
  }
  .service__link {
    font-size: 15px;
  }
  .btn_service {
    margin-top: 80px;
  }
  @media (max-width: 1249.5px) {
    .service-wr::before {
      width: calc(100% + 15px);
    }
  }
  .choose-car {
    padding-bottom: 100px;
  }

  /* =========footer========= */
}

/*Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  /* =========header========= */
  .header-desc-menu {
    display: none;
  }
  .header-desc-col1 {
    display: none;
    margin-right: 15px;
  }
  .btn_header-order {
    display: none;
  }
  .header {
    padding: 25px 0;
  }
  .header-logo {
    max-width: 240px;
  }
  .header__tel {
    font-size: 18px;
  }
  .header-desc__text2 {
    font-size: 15px;
  }
  .header-gumb {
    width: 35px;
    margin-top: 15px;
  }
  .header-gumb img {
    display: inline-block;
    width: 100%;
  }
  .header-desc-center {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 25px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .body-hidden {
    overflow: hidden;
  }
  .mob-menu {
    position: fixed;
    z-index: 1500;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #2b2c2d;
    overflow: auto;
  }
  .mob-menu-body {
    position: relative;
    padding: 25px 15px;
  }
  .mob-menu-close {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 15px;
    top: 32px;
    width: 35px;
  }
  .mob-menu-close img {
    display: inline-block;
    width: 100%;
  }
  .mob-menu-logo {
    display: inline-block;
    width: 320px;
    margin-bottom: 60px;
  }
  .mob-menu-logo img {
    display: inline-block;
    width: 100%;
  }
  .mob-menu-center {
    margin-bottom: 70px;
  }
  .mob-menu-item {
    margin-bottom: 40px;
  }
  .mob-menu-item:last-child {
    margin-bottom: 0;
  }
  .mob-menu-item__title {
    color: white;
    font-family: 'NotoSans', sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    margin-bottom: 15px;
  }
  .mob-menu-item__title:hover {
    color: #fff;
  }
  .mob-menu-item__text {
    color: white;
    font-family: 'NotoSans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
  }
  .mob-menu .btn_header-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 70px;
    background: #365cab;
    padding: 20px 5px;
    font-size: 20px;
  }
  .mob-menu .btn_header-order:hover {
    background: #ca233c;
    color: #fff;
  }
  .mob-menu-list {
    padding: 0;
    margin: 0;
  }
  .mob-menu-list li {
    margin-bottom: 30px;
  }
  .mob-menu-list li:last-child {
    margin-bottom: 0;
  }
  .mob-menu-list li a {
    color: white;
    font-family: 'NotoSans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
  }
  .mob-menu-list li a:hover {
    color: white;
  }
  .mob-menu-list li ul {
    display: none;
    margin-top: 15px;
  }
  .mob-menu-list li:hover > ul {
    display: block;
  }
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 500;
  }
  .header-fixed {
    padding-top: 90.15px;
  }
  /* =========special-offer========= */
  .special-offer__text {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .special-offer__model {
    font-size: 22px;
  }
  .special-offer__title {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .btn_special-offer {
    font-size: 14px;
  }
  .btn_special-offer img {
    width: 8px;
    margin-right: 15px;
  }
  .special-offer::after {
    padding-top: 40.14%;
  }
  .btn_offers {
    padding: 10px 30px;
  }
  .btn_offers span {
    font-size: 14px;
  }
  /* =========benefits========= */
  .benefit-right {
    font-size: 15px;
  }
  .benefit-right span {
    font-size: 17px;
  }
  .benefit-icon {
    width: 75px;
    height: 90px;
  }
  .benefit-icon img {
    display: inline-block;
    max-width: 55%;
    width: 100%;
  }
  .benefit-right {
    padding-left: 5px;
    padding-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .benefit-right div {
    max-width: 90%;
    width: 100%;
  }
  .benefits-wr > div {
    padding-right: 5px;
    padding-left: 5px;
  }
  .benefits-wr {
    margin-right: -5px;
    margin-left: -5px;
  }
  .benefits {
    margin-top: -25px;
  }
  .mobile-spoiler {
    margin: 14px;
    display: none;
  }
  /* =========action========= */
  .action {
    padding: 20px 0;
  }
  .action-zag {
    font-size: 21px;
    margin-bottom: 25px;
  }
  .timer #tiles > div {
    max-width: 85px;
  }
  .timer #tiles > div span {
    width: 40px;
    height: 55px;
    font-size: 33px;
  }
  .timer__text {
    font-size: 17px;
    margin-top: 5px;
  }
  .timer #tiles > div.days_single {
    max-width: 42px;
  }
  .timer {
    margin-bottom: 25px;
  }
  .btn_action {
    font-size: 15px;
    padding: 5px 30px;
    height: 45px;
  }
  .btn_action img {
    width: 15px;
    margin-right: 15px;
  }
  .global-input {
    height: 45px;
    font-size: 15px;
    padding-left: 25px;
  }
  .global-ch-label span {
    font-size: 14px;
  }
  .action-form-wr2 {
    margin-top: 15px;
  }
  /* =========models-nav========= */
  .models-nav-zag {
    font-size: 28px;
  }
  .models-nav {
    margin-bottom: 80px;
  }
  .models-nav-row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .model-nav {
    padding: 5px 5px 20px;
  }
  .model-nav-thumb {
    min-height: 120px;
  }
  .model-nav-bottom {
    margin-top: 25px;
  }
  .model-nav__title {
    font-size: 21px;
  }
  .model-nav__stock {
    font-size: 13px;
  }
  /* =========models========= */
  .models {
    padding-bottom: 80px;
  }
  .models-row {
    margin-bottom: 50px;
  }
  .models-colors {
    margin-top: 35px;
    padding-left: 15px;
  }
  .models-colors span {
    font-size: 15px;
    margin-right: 15px;
  }
  .models-color {
    width: 17px;
    height: 17px;
    margin-right: 5px;
  }
  .models-top {
    margin-bottom: 20px;
    padding: 10px 15px 10px 30px;
  }
  .models__title {
    font-size: 21px;
  }
  .models-peice {
    font-size: 15px;
  }
  .models-peice span {
    font-size: 21px;
  }
  .models-peice span mark {
    font-size: 15px;
    line-height: 1;
  }
  .models-right-wr {
    padding-left: 30px;
    padding-right: 15px;
  }
  .models-benefit-icon {
    width: 30px;
    margin-right: 10px;
  }
  .models-benefit__text {
    font-size: 13px;
  }
  .models-benefit__text mark {
    font-size: 10px;
  }
  .models-benefit {
    margin-bottom: 10px;
  }
  .models-am__number {
    width: 35px;
    height: 35px;
    font-size: 17px;
  }
  .models-am__text {
    font-size: 15px;
  }
  .models_btn {
    width: 160px;
    margin-bottom: 10px;
    height: 40px;
    font-size: 12px;
  }
  .models-btns {
    margin-top: 20px;
  }
  .models-left {
    padding-bottom: 30px;
    padding-top: 65px;
  }
  .models-right {
    padding-bottom: 35px;
  }
  .models-row2 .models-left {
    padding-top: 15px;
  }
  .models-right-col2 {
    width: 45%;
  }
  /* =========action2========= */
  .action2-zag {
    font-size: 21px;
  }
  /* =========choose-car========= */
  .choose-car {
    padding: 50px 0 100px;
  }
  .choose-car__title {
    font-size: 18px;
  }
  .choose-car-list {
    margin-top: 10px;
  }
  .choose-car-list li {
    font-size: 14px;
  }
  .choose-car-price {
    font-size: 14px;
  }
  .choose-car-price span {
    font-size: 18px;
  }
  .choose-car-btns {
    margin-top: 10px;
  }
  .btn_choose-car1,
  .btn_choose-car2 {
    height: 35px;
    padding: 5px;
    width: 140px;
    font-size: 12px;
  }
  .btn_choose-car1 {
    margin-right: 5px;
  }
  .choose-car-right {
    padding-right: 15px;
    width: 42%;
  }
  .choose-car-center {
    padding-left: 10px;
  }
  .choose-car-show {
    font-size: 14px;
    padding: 15px 5px;
    margin-top: 25px;
  }
  .choose-car-nav {
    margin-bottom: 30px;
  }
  .choose-car-nav {
    margin-right: -5px;
    margin-left: -5px;
  }
  .choose-car-nav > div {
    padding-right: 5px;
    padding-left: 5px;
  }
  .select2-selection {
    height: 50px !important;
  }
  .select2-selection__rendered {
    font-size: 15px !important;
    padding-left: 15px !important;
    padding-right: 20px !important;
  }
  .select2-selection__arrow {
    width: 20px !important;
  }
  .select2-selection__arrow::after {
    width: 10px;
    height: 6px;
    margin-top: -3px;
  }
  .select2-results__options li {
    font-size: 15px !important;
    padding-left: 15px !important;
  }
  /* =========credit========= */
  .credit-thumb {
    position: static;
    width: 100%;
    border-radius: 0;
  }
  .credit-wr {
    max-width: calc(100% + 30px);
    margin-left: -15px;
    width: calc(100% + 30px);
    background: url('../img/credit-wr_bg.jpg') no-repeat right center / cover;
    padding: 30px 15px 50px;
  }
  .credit-wr::before {
    display: none;
  }
  .btn_credit {
    padding: 15px 60px;
    margin-top: 50px;
  }
  .credit {
    padding-bottom: 100px;
  }
  /* =========service========= */
  .service-thumb {
    position: static;
    width: 100%;
    border-radius: 0;
  }
  .service-wr {
    max-width: calc(100% + 30px);
    margin-left: -15px;
    width: calc(100% + 30px);
    background: url('../img/credit-wr_bg.jpg') no-repeat right center / cover;
    padding: 30px 15px 50px;
  }
  .service-wr::before {
    display: none;
  }
  .btn_service {
    padding: 15px 60px;
    margin-top: 50px;
  }
  .service {
    padding-bottom: 100px;
  }
  /* =========map========= */
  .map-wr {
    position: relative !important;
    width: 100%;
    height: auto;
  }
  .map-wr::after {
    display: block;
    content: '';
    padding-top: 65%;
  }
  .map {
    padding: 0;
  }
  .map-right {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding: 40px 0;
  }
  .map-logo img {
    width: 250px;
  }
  .map-logo {
    margin-bottom: 35px;
  }
  .map__title {
    font-size: 21px;
  }
  .map__text {
    font-size: 15px;
  }
  .map-firma {
    margin-bottom: 30px;
  }
  .map-list-item span {
    font-size: 17px;
  }
  .map-list-icon {
    margin-right: 15px;
  }
  .map-list {
    margin-bottom: 30px;
  }
  .map__link {
    font-size: 15px;
  }
  /* =========under-map========= */
  .under-map {
    margin-bottom: 40px;
  }
  /* =========footer========= */
  .footer {
    padding: 40px 0;
  }
  .footer-wr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-text {
    width: 100%;
    text-align: left !important;
    margin-bottom: 15px;
  }
  .footer-text:last-child {
    margin-bottom: 0;
  }
  .special-offer .container {
    top: 50px;
  }
}
@media (max-width: 1000px) {
  .special-offer__model {
    font-size: 22px;
  }
  .special-offer__title {
    font-size: 22px;
  }
  .special-offer__text {
    font-size: 16px;
  }
  .flex-wrapper {
    flex-wrap: wrap;
  }
  .get-price {
    width: 100%;
  }
}
/*Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
  /* =========header========= */
  .header {
    padding: 15px 0;
  }
  .header-logo {
    max-width: 150px;
  }
  .header-desc-center {
    padding-right: 15px;
  }
  .header__tel {
    font-size: 14px;
  }
  .header-desc__text2 {
    font-size: 10px;
    margin-top: 3px;
  }
  .header-gumb {
    width: 25px;
  }
  .header-fixed {
    padding-top: 62px;
  }
  .mob-menu-body {
    padding: 15px;
  }
  .mob-menu-logo {
    width: 194px;
    margin-bottom: 25px;
  }
  .mob-menu-close {
    width: 24px;
    right: 15px;
    top: 19px;
  }
  .mob-menu-center {
    margin-bottom: 35px;
  }
  .mob-menu-item {
    margin-bottom: 15px;
  }
  .mob-menu-item__title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .mob-menu-item__text {
    font-size: 14px;
  }
  .btn {
    font-size: 14px;
  }
  .mob-menu .btn_header-order {
    font-size: 14px;
    padding: 14px 5px;
    margin-bottom: 35px;
  }
  .mob-menu .btn_header-order img {
    width: 16px;
    margin-right: 20px;
  }
  .mob-menu-list li a {
    font-size: 16px;
  }
  .mob-menu-list li {
    margin-bottom: 25px;
  }
  .mob-menu-list li:last-child {
    margin-bottom: 0;
  }
  /* =========special-offer========= */
  .special-offer::after {
    padding-top: 120%;
  }
  .special-offer {
    /* background: url(../img/bg.jpg) no-repeat 77% top / cover; */
    height: 550px;
  }
  .special-offer__bg2 {
    background: url(../img/bg2.jpg) no-repeat 35% top / cover;
    height: 550px;
  }
  .special-offer__bg2 .special-offer__title,
  .special-offer__bg2 .special-offer__model {
    color: #000;
  }

  .special-offer .container {
    position: absolute;
    top: 25px;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .special-offer__title {
    font-size: 18px;
    margin-bottom: 0px;
    text-align: center;
  }
  .special-offer__model {
    font-size: 16px;
    margin-bottom: 0px;
    text-align: center;
    line-height: 1.4;
  }
  .special-offer__text {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 400;
  }
  .special-offer {
    max-height: inherit;
  }
  /* =========benefits========= */
  .benefits {
    margin-top: -55px;
  }
  .benefits-wr > div {
    margin-bottom: 20px;
  }
  .benefits-wr > div:last-child {
    margin-bottom: 0;
  }
  .benefit-icon {
    width: 88px;
    height: 97px;
    background: url('../img/benefit-icon_bg.png') no-repeat center / 100% 100%;
  }
  .benefit-right {
    font-size: 14px;
  }
  .benefit-right span {
    font-size: 19px;
  }
  .benefit-right div {
    max-width: 80%;
  }
  .mobile-spoiler {
    display: block;
    margin: 14px;
  }
  .forum-post {
    margin: 14px;
    display: none;
  }
  .get-price {
    padding: 0 0 30px;
  }
  /* .get-price__text {
    text-align: left;
    font-size: 15px;
  } */
  /* =========action========= */
  .action {
    padding: 0 0 55px 0;
  }
  .action-zag {
    font-size: 19px;
    font-weight: 500;
  }
  .timer #tiles > div {
    margin-right: 15px;
  }
  .timer #tiles > div span {
    width: 30px;
    height: 40px;
    font-size: 24px;
  }
  .timer__text {
    font-size: 12px;
  }
  .timer #tiles > div {
    max-width: 65px;
  }
  .timer #tiles > div.days_single {
    max-width: 32px;
  }
  .action-form-wr1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .global-input {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: 100%;
    font-size: 14px;
  }
  .header-desc {
    flex-wrap: wrap;
    align-items: center;
  }
  .btn_action {
    padding: 5px;
    width: 90%;
    margin-left: 0;
    margin-top: 20px;
  }
  .action-form-wr2 {
    margin-top: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .action-form-wr2 .global-ch {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .action-form-wr2 .global-ch:last-child {
    margin-bottom: 0;
  }
  .global-ch {
    width: 100%;
  }
  .global-ch-icon {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    margin-top: 0;
  }
  .global-ch-label .global-ch-input:checked + .global-ch-icon {
    background-size: 8px;
  }
  .global-ch-label span {
    font-size: 12px;
  }
  /* =========models-nav========= */
  .models-nav {
    margin-bottom: 50px;
  }
  .models-nav-zag {
    font-size: 19px;
    text-align: center;
    margin-bottom: 30px;
  }
  .models-nav-row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .model-nav {
    padding: 0 10px;
    text-align: center;
    margin-bottom: 30px;
  }
  .model-nav-thumb {
    min-height: inherit;
  }
  .model-nav-bottom {
    margin-top: 20px;
  }
  .model-nav__title {
    font-size: 19px;
  }
  .model-nav__stock {
    font-size: 14px;
    margin-top: 4px;
  }
  .model-nav__stock span {
    display: block;
  }
  /* =========models========= */
  .models {
    padding-bottom: 45px;
  }
  .models-row {
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .models-left {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .models-right {
    width: 100%;
    padding-bottom: 0;
  }
  .models-top {
    padding: 0 10px 0 0;
    margin-bottom: 30px;
    background: transparent;
  }
  .models__title {
    width: 58%;
    background: url('../img/models__title_bg.png') no-repeat center / 100% 100%;
    padding: 15px 15px 15px 5px;
    text-align: center;
    font-size: 14px;
    border-radius: 10px 0 0 0;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }
  .models-peice span {
    color: #2b2c2d;
  }
  .models-row2 .models-left {
    padding-top: 0;
  }
  .models-peice {
    font-size: 12px;
    color: #2b2c2d;
  }
  .models-peice span mark {
    color: #2b2c2d;
  }
  .models-peice span {
    font-size: 18px;
  }
  .models-peice span mark {
    font-size: 14px;
  }
  .models-peice {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 15px;
  }
  .models-colors {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
  }
  .models-colors span {
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 14px;
  }
  .models-color {
    margin-right: 10px;
  }
  .models-right-wr {
    padding: 0 25px 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .models-am {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
  }
  .models-am__text {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }
  .models-am__number {
    font-size: 16px;
    margin-right: 10px;
  }
  .models-am__text {
    font-size: 14px;
  }
  .models-benefits {
    width: 100%;
  }
  .models-benefit {
    margin-bottom: 10px;
  }
  .models-benefit-icon {
    width: 27px;
    margin-right: 15px;
  }
  .models-benefit__text {
    font-size: 14px;
  }
  .models-benefit__text br {
    display: none;
  }
  .models-right-col2 {
    padding-top: 0;
    margin-top: 30px;
    width: 100%;
  }
  .models-btns {
    margin-top: 0;
  }
  .models_btn {
    width: 100%;
    font-size: 14px;
    border-radius: 5px;
    height: 42px;
    margin-bottom: 15px;
  }
  .models-row2 .models-top {
    margin-bottom: 0;
  }
  .models::after {
    display: none;
  }
  /* =========action2========= */
  .action2 {
    padding: 30px 0 40px;
    background: #fff;
  }
  .action2-zag {
    font-size: 19px;
    margin-bottom: 25px;
  }
  .action2 .action-form-wr2 {
    margin-top: 25px;
  }
  .action2 .global-ch-icon {
    background: #fff;
  }
  .action2 .global-ch-label .global-ch-input:checked + .global-ch-icon {
    background: #fff url('../img/svg/check.svg') no-repeat center / 10px;
  }
  .action2 .global-ch-label span {
    color: #2b2c2d;
  }
  .action2 .btn_action {
    padding: 5px;
  }
  .special-offer .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .benefits .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .action-form {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* =========choose-car========= */
  .choose-car {
    padding: 25px 0 100px;
  }
  .choose-car-nav {
    margin-bottom: 30px;
    margin-right: 0;
    margin-left: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
  .choose-car-nav > div {
    margin-bottom: 10px;
    padding: 0;
  }
  .choose-car-nav > div:last-child {
    margin-bottom: 0;
  }
  .select2-selection__rendered {
    font-size: 13px !important;
    padding-left: 20px !important;
    padding-right: 30px !important;
  }
  .select2-selection {
    height: 40px !important;
  }
  .select2-selection__arrow {
    width: 30px !important;
  }
  .select2-results__options li {
    font-size: 13px !important;
    padding-left: 20px !important;
  }
  .choose-car-row {
    margin-top: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .choose-car-thumb {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .choose-car-thumb img {
    display: inline-block;
    width: 58%;
  }
  .choose-car-center {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .choose-car__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    padding-left: 25px;
  }
  .choose-car-list {
    margin-top: 0;
  }
  .choose-car-list li {
    padding-left: 15px;
  }
  .choose-car-list li::before {
    width: 7px;
    height: 7px;
    top: 5px;
  }
  .choose-car-right {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .choose-car-row {
    padding-bottom: 30px;
  }
  .choose-car-price {
    text-align: left;
    font-size: 14px;
  }
  .choose-car-price span {
    font-size: 19px;
  }
  .choose-car-btns {
    margin-top: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .btn_choose-car1,
  .btn_choose-car2 {
    width: 48%;
    font-size: 12px;
    height: 35px;
  }
  /* =========credit========= */
  .credit {
    margin-top: 40px;
    padding-bottom: 55px;
  }
  .credit-wr {
    background: url('../img/credit-wr_bg2.jpg') no-repeat center bottom / cover;
    padding: 55px 30px 85px;
  }
  .credit__title {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .credit__list {
    margin-bottom: 35px;
  }
  .credit__list li {
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 30px;
  }
  .credit__list li::before {
    width: 14px;
    height: 14px;
  }
  .credit__link {
    padding: 12px 45px;
    font-size: 14px;
  }
  .credit__link svg {
    width: 9px;
    margin-right: 20px;
  }
  .btn_credit {
    margin-top: 50px;
  }
  .btn_credit img {
    width: 14px;
    margin-right: 15px;
  }
  /* =========service========= */
  .service {
    margin-top: 40px;
    padding-bottom: 55px;
  }
  .service-wr {
    background: url('../img/credit-wr_bg2.jpg') no-repeat center bottom / cover;
    padding: 55px 30px 85px;
  }
  .service__title {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .service__list {
    margin-bottom: 35px;
  }
  .service__list li {
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 30px;
  }
  .service__list li::before {
    width: 14px;
    height: 14px;
  }
  .service__link {
    padding: 12px 45px;
    font-size: 14px;
  }
  .service__link svg {
    width: 9px;
    margin-right: 20px;
  }
  .btn_service {
    margin-top: 50px;
  }
  .btn_service img {
    width: 14px;
    margin-right: 15px;
  }
  /* =========map========= */
  .map-wr::after {
    padding-top: 85%;
  }
  .map-right {
    padding: 55px 15px 60px;
  }
  .map-logo {
    margin-bottom: 30px;
  }
  .map-logo img {
    width: 215px;
  }
  .map-firma {
    margin-bottom: 30px;
  }
  .map__title {
    font-size: 23px;
  }
  .map__text {
    font-size: 13px;
  }
  .map-list {
    margin-bottom: 35px;
  }
  .map-list li {
    font-size: 14px;
  }
  .map-list-icon {
    width: 14px;
    margin-right: 20px;
  }
  .map-list-item span {
    font-size: 14px;
  }
  .map__link {
    padding: 10px 30px;
    font-size: 14px;
  }
  .map__link img {
    width: 16px;
    margin-right: 15px;
  }
  /* =========under-map========= */
  .under-map {
    margin-bottom: 30px;
  }
  .under-map .item {
    width: 49.5%;
    margin-bottom: 4px;
  }
  /* =========footer========= */
  .footer {
    padding: 50px 0;
  }
  .footer-text {
    font-size: 10px;
    margin-bottom: 15px;
  }
  .footer-text br {
    display: none;
  }
  .footer-text:last-child {
    margin-bottom: 0;
  }
}
/* =========new-map========= */
.ymaps-2-1-79-ground-pane {
  -webkit-filter: grayscale(100%);
}
.button-map {
  background: linear-gradient(
    to right,
    rgba(0, 102, 173, 1) 0%,
    rgba(0, 149, 219, 1) 100%
  );
  border: none;
  border-radius: 10px;
  color: #fff;
  padding: 18px 45px 18px 45px;
}
.balloon {
  position: relative;
  width: 400px;
  height: 230px;
  background: #fff;
}
.ballon-info {
  margin-top: 15px;
  width: 100%;
}
.ballon-line {
  width: 100%;
  display: inline-flex;
  margin-top: 10px;
  margin-left: 10px;
}
.ballon-title {
  margin-left: 20px;
  font-family: 'NotoSans', sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: #130b04;
  line-height: 1.2em;
  text-transform: uppercase;
}
.balloon_text {
  font-family: 'NotoSans', sans-serif;
  font-size: 18px;
  width: 350px;
}
.ballon-ico {
  text-align: center;
  width: 40px;
}
.ballon-button {
  margin-top: 15px;
  margin-left: 20px;
}

.ballon-marsh {
  color: #0064a4 !important;
  margin-top: 15px;
  margin-left: 20px;
  font-family: 'NotoSans', sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.btn_offers {
  padding: 13px 52px;
}
.btn_offers span {
  font-size: 17px;
}
.btn_offers::before {
  display: block;
  position: absolute;
  content: '';
  z-index: 0;
  width: calc(100% + 17px);
  left: -8.5px;
  height: calc(100% + 17px);
  top: 0;
  background: url('../img/btn_offers_shadow.png') no-repeat center / 100% 100%;
}
@media (max-width: 768px) {
  .balloon {
    position: relative;
    width: 300px;
    height: 260px;
    background: #fff;
  }
  .balloon_text {
    font-family: 'NotoSans', sans-serif;
    font-size: 18px;
    width: 250px;
  }
  .ballon-info {
    margin-top: 15px;
    margin-left: 0px;
    width: 100%;
  }
  .ballon-line {
    width: 100%;
    display: inline-flex;
    margin-top: 10px;
    margin-left: 0px;
  }
  .ballon-title {
    margin-left: 5px;
  }
  .ballon-title-text {
    font-family: 'NotoSans', sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #130b04;
    line-height: 1.2em;
    text-transform: uppercase;
  }
  .balloon_text {
    font-family: 'NotoSans', sans-serif;
    font-size: 16px;
    width: 350px;
  }
  .ballon-ico {
    text-align: center;
    width: 40px;
  }
  .ballon-button {
    margin-top: 15px;
    margin-left: 5px;
  }
  .ballon-marsh {
    margin-top: 15px;
    margin-left: 5px;
    font-family: 'NotoSans', sans-serif;
    font-weight: 600;
    font-size: 14px;
  }
  .action {
    flex-wrap: wrap;
    padding-bottom: 0px;
  }
}
