

*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --font-family: "Roboto", sans-serif;
  --textColor: #000;
  --mainBgColor: #fff;
  --colorPlaceholder: #000;
  --main-prem: linear-gradient(315deg, #fece0a 0%, #ff943a 100%);
  --main-item: #ff943a;
  --container: 1220px;
}

body {
  font-family: var(--font-family);
  line-height: 1.2;
  font-size: 16px;
  color: var(--textColor);
  font-weight: 400;
  background: var(--mainBgColor);
  position: relative;
  overflow-x: hidden;
}
body.active {
  overflow: hidden;
}

input,
button,
textarea {
  font-family: var(--font-family);
}

a {
  color: var(--textColor);
}

section {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.btn {
  font-family: var(--font-family);
  cursor: pointer;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  padding: 0px 20px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 1;
  border-radius: 10px;
  gap: 15px;
}

.container {
  max-width: var(--container);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
}

.btn__prem {
  color: #fff;
  background: var(--main-prem);
}
.btn__prem:hover {
  background: -o-linear-gradient(135deg, #ff943a 0%, #fece0a 100%);
  background: linear-gradient(315deg, #ff943a 0%, #fece0a 100%);
}

.btn__item {
  color: #fff;
  background: #000;
}
.btn__item:hover {
  background: -o-linear-gradient(135deg, #ff943a 0%, #fece0a 100%);
  background: linear-gradient(315deg, #ff943a 0%, #fece0a 100%);
}

.input__prem {
  outline: none;
  background: #fff;
  border-radius: 10px;
  border: none;
  font-weight: 400;
  font-size: 14px;
  height: 35px;
  padding: 0px 10px;
  color: var(--textColor);
  width: 100%;
  border: 1px solid #e1e1e1;
}
.input__prem::-moz-placeholder {
  color: var(--colorPlaceholder);
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 400;
}
.input__prem::-webkit-input-placeholder {
  color: var(--colorPlaceholder);
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 400;
}
.input__prem:-ms-input-placeholder {
  color: var(--colorPlaceholder);
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 400;
}
.input__prem::-ms-input-placeholder {
  color: var(--colorPlaceholder);
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 400;
}
.input__prem::placeholder {
  color: var(--colorPlaceholder);
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 400;
}
.input__prem:focus {
  border: 1px solid var(--main-item);
}

.header__logo-img-two {
  display: none;
}

.header.active__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  color: #000 !important;
  background: #fff;
}
.header.active__header .header__contact-adress-time, .header.active__header .header__contact-adress-inner, .header.active__header .header__phone, .header.active__header .header__nav-item {
  color: #000 !important;
}
.header.active__header .header__logo-img-two {
  display: block;
}
.header.active__header .header__logo-img-one {
  display: none;
}
.header__mobil {
  display: none;
}
.header__contact {
  padding: 14px 0px 20px 0px;
  border-bottom: 1px solid #DADADA;
}
.header__contact-inner {
  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__contact-adress-time {
  margin-bottom: 5px;
  font-size: 12px;
  color: #363636;
}
.header__contact-adress-inner {
  font-size: 14px;
  font-weight: 600;
  color: #363636;
}
.header__contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header__contact-row .btn {
  min-width: 170px;
}
.header__phone {
  font-weight: 700;
  text-decoration: none;
}
.header__phone:hover {
  color: var(--main-item);
}
.header__nav {
  padding: 15px 0px;
}
.header__nav-inner {
  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__nav-item {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  padding: 5px 0px;
  display: block;
  position: relative;
}
.header__nav-item::after {
  content: "";
  bottom: 0px;
  left: 0;
  position: absolute;
  z-index: 1;
  width: 0px;
  height: 3px;
  border-radius: 2px;
  background: var(--main-prem);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header__nav-item.active::after {
  width: 100%;
}
.header__nav-item:hover::after {
  width: 100%;
}
.header__index {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
}
.header__index .header__contact-adress-time,
.header__index .header__contact-adress-inner,
.header__index .header__phone,
.header__index .header__nav-item {
  color: #fff;
}

.intro {
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}
.intro__swiper-item {
  height: 600px;
  padding: 124px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  background-size: cover;
  background-repeat: no-repeat;
}
.intro__swiper-item-title {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 5px;
}
.intro__swiper-item-des {
  font-size: 20px;
  font-weight: 400;
}
.intro__swiper-pag {
  width: auto !important;
  position: static;
  -moz-text-align-last: left;
       text-align-last: left;
}
.intro__swiper-pag-box {
  position: absolute;
  z-index: 9999;
  bottom: 60px;
  left: 0;
  width: 100%;
}
.intro__swiper-pag .swiper-pagination-bullet {
  margin-right: 30px !important;
}
.intro__swiper-pag .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: var(--main-item);
}

.model__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px 30px;
  margin-bottom: 40px;
}
.model__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 6px 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
}
.model__list-item span {
  color: var(--main-item);
  font-weight: 700;
}
.model__list-item:hover {
  color: var(--main-item);
}

.present__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 55px 1fr 55px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 55px;
  margin-bottom: 50px;
}
.present__list-item {
  position: relative;
  background: var(--main-prem);
  padding: 20px;
  border-radius: 15px;
}
.present__list-item-img {
  position: absolute;
  bottom: 0;
  z-index: 0;
  right: -20px;
}
.present__list-item-text {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 160px;
}
.present__list-item-text-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.present__list-item-text-title span {
  font-size: 25px;
  color: #fff;
}
.present__list-item-text-ins {
  display: block;
  padding: 10px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  font-size: 25px;
  font-weight: 700;
}
.present__list-item-text-ins span {
  color: var(--main-item);
}

.section__title {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.section__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 25%;
  height: 4px;
  background: var(--main-prem);
}

.special__car {
  margin-bottom: 100px;
  position: relative;
}
.special__car .swiper-wrapper {
  padding-bottom: 10px;
}
.special__car-slider-pag {
  bottom: -40px !important;
}
.special__car-slider-pag .swiper-pagination-bullet {
  -webkit-box-shadow: inset 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
}

.car__item {
  padding: 15px 20px;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(102, 102, 102, 0.15);
          box-shadow: 2px 2px 6px 0 rgba(102, 102, 102, 0.15);
  background: -o-linear-gradient(314deg, #f6f6f6 0%, #fff 66.68%);
  background: linear-gradient(136deg, #f6f6f6 0%, #fff 66.68%);
  border-radius: 15px;
  text-align: center;
}
.car__item-name {
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
  max-width: 235px;
}
.car__item-ins {
  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;
}
.car__item-ins div {
  padding: 2px 14px;
  background: #dedede;
  border-radius: 24px;
  position: relative;
  font-size: 13px;
}
.car__item-ins img {
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.car__item-img {
  padding-bottom: 5px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 5px;
  display: block;
}
.car__item-img img {
  width: 100%;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
.car__item-des {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 12px;
  color: #4b4b4b;
}
.car__item-price {
  font-size: 14px;
  color: #b8b8b8;
  margin-bottom: 10px;
}
.car__item-price span {
  font-weight: 600;
  font-size: 22px;
  color: var(--main-item);
}
.car__item-credit {
  color: #fff;
  background: #000;
  font-size: 15px;
  margin-bottom: 15px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.car__item-credit span {
  font-size: 14px;
  font-weight: 600;
}
.car__item .btn {
  width: 100%;
}

.present__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 55px 1fr 55px 1fr 55px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 55px;
  margin-bottom: 100px;
}
.present__row .present__list-item-text-title {
  text-transform: uppercase;
}
.present__row .present__list-item-img {
  border-radius: 20px;
}

.present__list-item-text-ins {
  text-decoration: none;
}

.main-form-checkbox {
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

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

.main-form-checkbox-checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 1px solid #e8e8e8;
}

.main-form-checkbox-input:checked ~ .main-form-checkbox-checkmark::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5L3.4 6L7 1' stroke='black' stroke-width='1.5' stroke-linecap='round' /%3E%3C/svg%3E ");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-form-checkbox-text {
  font-size: 10px;
  color: #828282;
}

.main-form-checkbox-text a {
  display: inline;
  text-decoration: underline;
}

.present__box-prem {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 30px 475px;
  grid-template-columns: auto 475px;
  gap: 30px;
}

.present__prem-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.present__form .main-form-checkbox-text {
  color: #fff;
}

.present__form,
.present__prem-item {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
}

.present__section {
  margin-bottom: 60px;
}

.present__prem-item {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 10px;
  color: #fff;
  height: 246px;
}
.present__prem-item-ins {
  background: var(--main-prem);
  padding: 10px 20px;
  color: #Fff;
  font-size: 24px;
  font-weight: 700;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  border-radius: 10px;
}

.present__form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 530px;
  color: #fff;
}
.present__form-ins {
  background: var(--main-prem);
  margin-top: 40px;
  padding: 10px 20px;
  color: #fff;
  border-radius: 0 10px 10px 0;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}
.present__form-content {
  padding: 30px 25px;
}
.present__form-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.present__form-title span {
  font-size: 36px;
}
.present__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  gap: 15px;
}
.present__form-item {
  max-width: 210px;
}
.present__form .btn {
  width: 270px;
  margin-bottom: 10px;
}

.cars__list-form {
  padding: 20px 35px;
  background: var(--main-prem);
  margin-bottom: 80px;
  border-radius: 15px;
}
.cars__list-form .main-form-checkbox-text {
  color: #000;
}
.cars__list-form-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.cars__list-form-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
.cars__list-form-item {
  max-width: 195px;
}
.cars__list-form-item:last-child {
  text-align: center;
  width: 270px;
  max-width: 270px;
}
.cars__list-form-item .btn {
  width: 100%;
  margin-bottom: 10px;
}
.cars__list-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  line-height: 35px;
  padding-left: 10px;
}

.select2-container--default .select2-selection--single {
  height: 35px;
  border-radius: 10px;
  border: 1px solid #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
  right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: 100%;
  height: 20px;
  background: url(../images/arrow-select.svg) center no-repeat;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border: none;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
      -ms-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}

.feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feedback__contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.feedback__contact-row a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.feedback__content {
  padding: 30px;
  background: var(--main-prem);
  border-radius: 15px;
  color: #fff;
  margin-left: -40px;
  text-align: center;
  min-width: 370px;
}
.feedback__content > img {
  margin-bottom: 20px;
}
.feedback__adress {
  font-size: 12px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.map {
  width: 75%;
}

.footer {
  color: #fff;
  background: #000;
}
.footer__contact {
  padding: 20px 0px;
  border-bottom: 1px solid #fff;
}
.footer__contact-inner {
  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__contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.footer__contact-des {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.footer__contact-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.footer__contact-phone a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.footer__contact .btn {
  width: 170px;
}
.footer__nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0px 30px 0px;
}
.footer__nav .header__nav-item {
  color: #fff;
}

.copyright {
  font-size: 12px;
  padding-bottom: 20px;
}

.crumbs {
  padding: 30px 20px;
}
.crumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.crumbs ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #000;
}
.crumbs ul a::after {
  content: "/";
  padding: 0px 5px;
}
.crumbs ul span {
  color: var(--main-item);
}

.main__catalog .section__title::after {
  width: 15%;
}
.main__catalog .cars__list-form {
  margin-bottom: 30px;
}
.main__catalog .cars__list .section__title {
  margin-bottom: 30px;
}
.main__catalog .present__row {
  margin-bottom: 50px;
}

.present__prem {
  margin-bottom: 50px;
}

.cars__list {
  margin-bottom: 30px;
}
.callmodal-section {
  margin-bottom: 65px;
  margin-top: 120px;
}

.callmodal {
  margin-bottom: 65px;
  margin-top: 120px;
}
.callmodal__inner {
  position: relative;
  border: 1px solid #dedede;
  border-radius: 24px;
  padding: 30px 55px;
}
.callmodal__content {
  position: relative;
  z-index: 1;
}
.callmodal__content > p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 40px;
}
.callmodal__img {
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 0;
  max-width: 350px;
}
.callmodal__title {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 10px;
}
.callmodal__form {
  max-width: 435px;
}
.callmodal__form-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 15px;
}
.callmodal__form-row .input__prem {
  width: 100%;
}
.callmodal__form .btn {
  width: 100%;
  margin-bottom: 10px;
}

.model .section__title {
  margin-bottom: 10px;
}
.model__quantitq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 30px;
}
.model__quantitq span {
  color: var(--main-item);
  gap: 10px;
}
.model__inner {
  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;
  gap: 10px;
}
.model__price {
  padding: 12px 24px;
  border-radius: 10px;
  background: var(--main-prem);
  color: #fff;
  margin-bottom: 55px;
}
.model__price p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.model__price div {
  font-size: 28px;
  font-weight: 700;
}
.model__offer {
  margin-bottom: 45px;
}
.model__offer b {
  font-size: 14px;
  margin-bottom: 5px;
}
.model__offer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 24px;
  font-weight: 700;
  color: var(--main-item);
}
.model__offer p {
  font-size: 12px;
}
.model__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.model__info-item {
  padding: 6px 12px;
  background: #f6f7f8;
  border-radius: 6px;
}
.model__info-item h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
}
.model__info-item p {
  font-size: 12px;
}
.model__img {
  text-align: center;
}
.model__img-inner {
  max-width: 475px;
  width: 100%;
  height: 310px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 5px;
}
.model__color-des {
  font-weight: 300;
  margin-bottom: 10px;
}
.model__color-list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.model__color-item {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  cursor: pointer;
}
.model__color-item.active {
  position: relative;
}
.model__color-item.active::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid #000;
}
.model__form {
  padding: 20px;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(102, 102, 102, 0.15);
          box-shadow: 2px 2px 6px 0 rgba(102, 102, 102, 0.15);
  border: 1px solid var(--main-item);
  border-radius: 15px;
}
.model__form h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 5px;
}
.model__form-credit {
  font-size: 20px;
  font-weight: 700;
  background: #000;
  margin-bottom: 10px;
  display: inline-block;
  color: #fff;
}
.model__form-range {
  margin-bottom: 15px;
}
.model__form-range p {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 8px;
}
.model__form-feedback-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}
.model__form .main-form-checkbox {
  margin-bottom: 10px;
}
.model__form .btn {
  width: 100%;
}

.range__price-input {
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.irs-max,
.irs-min,
.irs-single {
  display: none;
}

.irs--flat {
  height: 15px;
}

.irs--flat .irs-line,
.irs--flat .irs-bar {
  top: 0;
}

.irs--flat .irs-handle {
  top: -6px;
}

.irs--flat .irs-line,
.irs--flat .irs-bar {
  height: 3px;
}

.irs--flat .irs-handle {
  height: 14px;
  width: 14px;
}

.irs--flat .irs-bar {
  background: #000;
}

.irs--flat .irs-handle > i:first-child {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.irs--flat .irs-handle > i:first-child {
  background: #000;
}
.irs--flat .irs-handle > i:first-child:hover {
  background: #000;
}

.model__form-feedback-title {
  font-size: 16px;
  font-weight: 600;
  color: #D40707;
  margin-bottom: 10px;
}

.packaging__modal-info, .packaging__modal-price {
  display: none;
  padding-top: 20px;
}

.packaging__modal-info.active {
  display: block;
}

.packaging__modal-price.active{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.packaging__modal-price.active .packaging__modal-price-content {
  display: flex;
  padding-top: 20px;
}

.packaging__modal-price-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.packaging__modal-price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: 15px;
  font-weight: 300;
}
.packaging__modal-price-item span {
  font-size: 14px;
  font-weight: 700;
  padding-left: 10px;
}

.packaging {
  margin-bottom: 20px;
}
.packaging__box {
  margin-bottom: 40px;
}
.packaging__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.packaging__item {
  padding: 20px 0px;
  border-bottom: 1px solid #d0d0d0;
}
.packaging__item-inner {
  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;
}
.packaging__item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.packaging__item-name .main-form-checkbox {
  width: 25px;
  height: 25px;
}
.packaging__item-name .main-form-checkbox-checkmark {
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 3px;
}
.packaging__item-name .main-form-checkbox-input:checked ~ .main-form-checkbox-checkmark::after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.375 1.31989C12.375 1.53446 12.2815 1.73999 12.1211 1.94553L5.65391 9.75026C5.56712 9.85488 5.45258 9.9425 5.31864 10.0067C5.1847 10.071 5.03474 10.1102 4.8797 10.1216C4.72466 10.1329 4.56844 10.1161 4.42244 10.0724C4.27643 10.0287 4.14431 9.95914 4.03572 9.86883L0.279 6.7361C0.107373 6.58139 0.00858608 6.38266 0 6.17483C0 5.73214 0.439424 5.30074 1.02532 5.30074C1.39779 5.30074 1.69213 5.5266 1.94602 5.73214L4.73601 7.95464L10.4136 0.985608C10.641 0.704407 10.9354 0.5 11.3483 0.5C11.9202 0.5 12.375 0.867029 12.375 1.31989Z' fill='%238B8B8B' /%3E%3C/svg%3E");
  width: 15px;
  height: 13px;
  top: 3px;
  left: 4px;
}
.packaging__item-name-inner {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  cursor: pointer;
}
.packaging__item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.packaging__item-price-new {
  font-weight: 700;
}
.packaging__item-price-old {
  color: var(--main-item);
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  cursor: pointer;
}
.packaging__item-price-credit {
  color: #fff;
  background: #000;
  font-weight: 700;
}
.packaging__item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.packaging__item-btn .btn__prem {
  width: 182px;
}
.packaging__item-btn .btn__item {
  width: 116px;
}

.tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  margin-bottom: 40px;
}
.tabs-nav a {
  text-decoration: none;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 4px;
  position: relative;
}
.tabs-nav a.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--main-prem);
}

.packaging__modal-special-checkbox {
  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;
  margin-right: 8px;
}

.packaging__modal-special-checkbox .checkmark {
  height: 11px;
  width: 30px;
  background: #9e9e9e;
  border-radius: 16px;
  position: relative;
  cursor: pointer;
}

.packaging__modal-special-checkbox .checkmark::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0px;
  width: 16px;
  height: 16px;
  background-color: #000;
  border-radius: 100%;
}

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

.packaging__modal-special-checkbox input:checked ~ .checkmark {
  background: #ffd6bc;
}

.packaging__modal-special-checkbox input:checked ~ .checkmark::after {
  left: auto;
  right: 0px;
  background: var(--main-prem);
}

.packaging__btn .btn {
  width: 276px;
}

.gallery {
  margin-bottom: 70px;
}
.gallery__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.gallery__item {
  height: 240px;
}
.gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.credit .section__title {
  text-align: left;
}
.credit .section__title::after {
  left: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.credit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.credit__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 34px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 40px;
  border-radius: 15px;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(102, 102, 102, 0.15);
          box-shadow: 2px 2px 6px 0 rgba(102, 102, 102, 0.15);
  border: 1px solid var(--main-item);
}
.credit__form {
  min-width: 331px;
}
.credit__form h2 {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.credit__form-item {
  margin-bottom: 15px;
}
.credit__form-item .select2-container--default .select2-selection--single {
  border: 1px solid #e1e1e1;
}
.credit__form .btn {
  margin-top: 15px;
  width: 100%;
}
.credit__img {
  max-width: 374px;
  height: 230px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 30px;
}
.credit__price-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 5px;
}
.credit__price-inner {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #000;
  margin-bottom: 22px;
  display: inline-block;
}
.credit__price-des {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.credit__price-new {
  font-size: 28px;
  font-weight: 700;
}
.credit__list h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 13px;
}
.credit__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 30px;
}
.credit__list ul span {
  font-weight: 700;
}

.bank__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 25px;
}
.bank__item {
  padding: 0px 50px;
  border: 1px solid #d2d2d2;
  border-radius: 16px;
  height: 70px;
  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;
}
.bank__item img {
  width: 100%;
}

.credit__info-mobil {
  display: none;
}

.stock__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.stock__item h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.stock__item p {
  margin-bottom: 20px;
}

.stock__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 65px;
}

.contact__title h1 {
  -moz-text-align-last: left;
       text-align-last: left;
}
.contact__title::after {
  left: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}


.popup {
  position: relative;
  border-radius: 15px;
  padding: 20px 30px;
}

.popup__main h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.popup__main p {
  text-align: center;
  margin-bottom: 15px;
  font-size: 14px;
}

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

.intro__title {
  font-size: 64px;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.intro__suptitle {
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.intro__suptitle span,
.intro__title span {
  color: #ffa62b;
}

.intro__des {
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.intro__title-big {
  font-size: 86px;
  font-weight: 900;
  color: #ffa62b;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (max-width: 1220px) {
  .container {
    max-width: 1040px;
  }
  .car__item-name {
    max-width: 180px;
  }
  .car__item-credit {
    font-size: 13px;
  }
  .model__list {
    gap: 10px;
  }
  .model__list-item {
    font-size: 12px;
  }
  .tabs-nav {
    gap: 30px;
  }
  .packaging__item-price {
    gap: 20px;
  }
  .model__price div {
    font-size: 22px;
  }
  .model__img-inner {
    max-width: 400px;
  }
  .credit__form {
    min-width: 280px;
  }
  .credit__img {
    max-width: 260px;
    height: 150px;
  }
  .stock__item {
    gap: 30px;
  }
  .stock__item > img {
    max-width: 570px;
  }
}
@media (max-width: 1040px) {
  .container {
    max-width: 740px;
  }
  .header__desktop {
    display: none;
  }
  .header__index .header__mobil {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  .main {
    margin-top: 70px;
  }
  .intro__suptitle {
    font-size: 20px;
  }
  .intro__des {
    font-size: 18px;
  }
  .intro__title-big {
    font-size: 32px;
  }
  .intro__title {
    font-size: 32px;
  }
  .active__header {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  .header__mobil {
    display: block;
    background: #FFF;
    padding: 10px 0px;
    -webkit-box-shadow: 0 0 20px -10px #4c5865;
            box-shadow: 0 0 20px -10px #4c5865;
  }
  .header__mobil-inner {
    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__burger {
    width: 30px;
    height: 20px;
    position: relative;
  }
  .header__burger-line {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header__burger.active .header__burger-line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
  }
  .header__burger.active .header__burger-line:nth-child(2) {
    opacity: 0;
  }
  .header__burger.active .header__burger-line:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
        -ms-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
  .header__burger-line:nth-child(1) {
    top: 0;
  }
  .header__burger-line:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .header__burger-line:nth-child(3) {
    bottom: 0;
  }
  .header__mobil-list {
    position: fixed;
    z-index: 9999;
    left: -70%;
    width: 70%;
    top: 70px;
    background-color: var(--main-item);
    padding: 20px;
    height: 100vh;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 15px;
  }
  .header__mobil-list .header__nav-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .header__mobil-list.active {
    left: 0;
  }
  .header__contact-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .intro__swiper-item {
    height: 340px;
    padding: 70px 0px;
  }
  .intro__swiper-item-title {
    font-size: 32px;
  }
  .intro__swiper-item-des {
    font-size: 16px;
  }
  .intro__swiper-pag-box {
    bottom: 20px;
  }
  .model__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .present__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .car__item {
    padding: 10px 15px;
  }
  .car__item-price span {
    font-size: 18px;
  }
  .car__item-credit span {
    font-size: 13px;
  }
  .special__car {
    margin-bottom: 40px;
  }
  .section__title {
    font-size: 24px;
  }
  .present__row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .present__box-prem {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .present__prem-col {
    gap: 20px;
  }
  .cars__list-form-row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .cars__list-form-item {
    max-width: 100%;
  }
  .cars__list-form-item:last-child {
    max-width: 100%;
    width: 100%;
  }
  .cars__list-inner {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .feedback {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .map {
    width: 100%;
  }
  .feedback__content {
    margin-left: 0;
    margin-top: -40px;
  }
  .footer__contact-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .footer__nav-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .callmodal__img {
    max-width: 250px;
    display: none;
  }
  .callmodal__title {
    font-size: 32px;
  }
  .callmodal__content > p {
    font-size: 16px;
  }
  .callmodal__form {
    width: 100%;
    max-width: 100%;
  }
  .model__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .model__form {
    width: 100%;
  }
  .packaging__item-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
  .packaging__item-btn {
    width: 100%;
  }
  .packaging__item-btn .btn {
    width: 100%;
  }
  .gallery__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery__item {
    height: 180px;
  }
  .credit__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bank__inner {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .credit__info-mobil {
    display: block;
  }
  .credit__info {
    display: none;
  }
  .credit__content {
    display: block;
    width: 100%;
  }
  .credit__img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .stock__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .stock__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .stock__item > img {
    width: 100%;
  }
  .stock__content {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .container {
    max-width: 375px;
  }
  .header__mobil-list.active {
    left: 0;
    width: 100%;
    padding: 30px;
  }
  .intro__swiper-item {
    height: 270px;
  }
  .model__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .car__item-name {
    max-width: -moz-fit-content;
    max-width: -webkit-fit-content;
    max-width: fit-content;
    white-space: wrap;
  }
  .special__car-slider-pag {
    bottom: -20px !important;
  }
  .present__list-item-img {
    max-width: 100px;
  }
  .present__list-item-text-title span,
  .present__list-item-text-title {
    font-size: 16px;
  }
  .present__list-item-text {
    height: auto;
  }
  .present__list-item-text-ins {
    font-size: 18px;
  }
  .present__form-title {
    font-size: 20px;
  }
  .present__form-title span {
    font-size: 24px;
  }
  .present__form {
    height: 380px;
  }
  .cars__list-form-row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .cars__list-inner {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .footer__contact-row {
    gap: 20px;
  }
  .footer__contact-des {
    font-size: 12px;
  }
  .footer__nav-inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 10px;
  }
  .callmodal__inner {
    padding: 20px;
  }
  .callmodal__title {
    font-size: 22px;
  }
  .model__img-inner {
    height: auto;
  }
  .model__price,
  .model__offer {
    margin-bottom: 20px;
  }
  .tabs-nav {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .packaging__item-price {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .packaging__modal-price {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gallery__item {
    height: 90px;
  }
  .present__row {
    margin-bottom: 50px;
  }
  .bank__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .credit__content {
    padding: 20px;
  }
  .bank__item {
    padding: 0px 30px;
  }
  .stock__item h2 {
    font-size: 24px;
  }
  .intro__title {
    font-size: 26px;
  }

  .intro__suptitle {
    font-size: 18px;
  }

  .intro__des {
    font-size: 14px;
  }

  .intro__des svg {
    width: 100px;
  }

  .intro__title-big {
    font-size: 26px;
  }

  .intro__swiper-item {
    background-position: center;
  }

  .intro__swiper-item {
    padding: 50px 0px;
  }

}

.popup__box {
  position: relative;
}

.popup__box > img {
  position: absolute;
  z-index: 0;
  bottom: -20px;
  right: 0px;
}

.popup__inner {
  position: relative;
  z-index: 1;
}

.popup__inner .price__feedback-form {
  max-width: 330px;
}

.popup__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.popup__bank {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 24px;
}

.popup__title-big {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.popup__title-big span {
  color: #ffa72b;
}

.popup__des {
  margin-bottom: 15px;
}

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

.popup__row div {
  background: #000;
  color: #fff;
  padding: 0px 4px;
  font-weight: 500;
}

.popup__form-row {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 16px;
}

.popup__form-row img {
  height: 140px;
  object-fit: contain;
  object-position: center;
  max-width: 230px;
}

.popup__des span {
  color: #ffa929;
}


@media (Max-width: 990px) {
  .popup__form-row {
    flex-direction: column-reverse;
  }
}