*,
*::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 {
  --fontPrem: "Pliant", sans-serif;
  --textColor: #0f172a;
  --mainBgColor: linear-gradient(270deg, #cdd9e0 0%, #eaf1f4 50%, #cdd9e0 100%);
  --colorPlaceholder: #0f172a;
  --colorPrem: #5ab5f8;
  --colorItem: #fff;
  --container: 1446px;
}

html {
  font-size: 16px;
}

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

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

a {
  color: var(--textColor);
  text-decoration: none;
}

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

.btn__item, .btn__prem {
  font-family: var(--fontPrem);
  cursor: pointer;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 0px 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease;
  line-height: 1;
  border-radius: 23px;
}

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

.btn__prem {
  background: var(--colorPrem);
  color: #fff;
}
.btn__prem:hover {
  background: #3dacfe;
}

.btn__item {
  color: var(--textColor);
  background: var(--colorItem);
  box-shadow: 0 2px 6px 0 rgba(15, 23, 42, 0.2);
  border: 2px solid #fff;
}
.btn__item:hover {
  box-shadow: none;
  border: 2px solid var(--colorPrem);
}

.input__prem {
  outline: none;
  border-radius: 7px;
  background: #FFF;
  font-weight: 400;
  height: 45px;
  padding: 0px 20px;
  font-size: 16px;
  color: var(--textColor);
  width: 100%;
  border: none;
}
.input__prem::placeholder {
  color: var(--colorPlaceholder);
  font-family: var(--fontPrem);
  font-size: 16px;
}
.input__prem:focus {
  box-shadow: 0 2px 4px 0 rgba(32, 168, 206, 0.6);
}

.main-form-checkbox {
  display: block;
  position: relative;
  padding-left: 18px;
  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: 5px;
  left: 0;
  height: 10px;
  width: 10px;
  background: #fff;
  border: 2px solid #000;
}

.main-form-checkbox-input:checked ~ .main-form-checkbox-checkmark::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0.5px;
  width: 5px;
  height: 5px;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 3.15637L2.84375 5.50012L5.5 0.500122' stroke='%230F172A' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}

.main-form-checkbox-text {
  font-size: 12px;
  font-weight: 500;
  color: #000;
}

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

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding: 0px 20px;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 7px;
  height: 45px;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.0174 1.10217L7.5174 7.10217L14.0174 1.10217' stroke='%235AB5F8' stroke-width='3' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 13px;
  height: 13px;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.swiper-button-next, .swiper-button-prev {
  width: 37px;
  height: 37px;
  background: #fff;
  border-radius: 100%;
  border: 1px solid var(--colorPrem);
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 16px;
  font-weight: 700;
  color: var(--colorPrem);
}

.header__mobil {
  display: none;
}
.header__desktop {
  display: block;
}
.header__desktop-inner {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
}
.header__desktop-nav {
  padding: 30px 50px 30px 20px;
  border: 2px solid #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 60px;
  min-height: 95px;
}
.header__desktop-contact {
  min-height: 95px;
  border: 2px solid #fff;
  border-radius: 15px;
  padding: 17px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.header__desktop-contact-des {
  font-size: 14px;
  font-weight: 400;
}
.header__desktop-contact-des > div {
  margin-bottom: 5px;
}
.header__desktop-contact-des span {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
.header__phone {
  font-size: 16px;
  font-weight: 700;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 35px;
}
.header__nav-item {
  text-decoration: none;
  color: var(--textColor);
  position: relative;
  font-size: 16px;
}
.header__nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 8;
  width: 0;
  height: 2px;
  background: var(--colorPrem);
  transition: all 0.4s ease;
}
.header__nav-item:hover::after {
  width: 100%;
}
.header .btn__prem {
  padding: 0px 30px;
}

.header__mobil-list {
  display: none;
}

.intro__slider {
  padding-top: 30px;
}
.intro__slider-item {
  text-decoration: none;
}
.intro__slider-item img {
  border-radius: 12px;
}
.intro__slider .swiper-pagination-bullet {
  border-radius: 0px;
  width: 23px;
  height: 6px;
  opacity: 1;
  background-color: #fff;
}
.intro__slider .swiper-pagination-bullet-active {
  background-color: #000;
}

.mark__list-inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px 30px;
}
.mark__list-btn {
  display: none;
}
.mark__list-item {
  position: relative;
  transition: all 0.4s ease;
}
.mark__list-item-img {
  width: 100%;
  height: 54px;
  background: #fff;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  transition: all 0.4s ease;
}
.mark__list-item-img img {
  max-width: 45px;
}
.mark__list-item-name {
  font-size: 14px;
  text-align: center;
}
.mark__list-item:hover {
  transform: translate(0, -4px);
}
.mark__list-item:hover .mark__list-item-name {
  color: var(--colorPrem);
}
.mark__list-item:hover .mark__list-item-img {
  box-shadow: 0 2px 6px 0 rgba(15, 23, 42, 0.2);
}

.select__car-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding-bottom: 50px;
  border-bottom: 2px solid #fff;
}
.select__car-content {
  padding-top: 40px;
  border-top: 2px solid #fff;
}
.select__car-title {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 34px;
}
.select__car-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
  margin-bottom: 20px;
}
.select__car-btn {
  display: flex;
  justify-content: center;
}
.select__car-btn .btn__prem {
  width: 340px;
}
.select__car-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.select__car-list-item {
  position: relative;
  transition: all 0.4s ease;
}
.select__car-list-item img {
  width: 100%;
  height: 136px;
  object-fit: contain;
  border-radius: 12px 12px 0px 0px;
}
.select__car-list-item:hover {
  transform: translate(0, -10px);
}
.select__car-list-name {
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='216' height='88' viewBox='0 0 216 88' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12.0033C0 4.53335 6.75165 -1.12129 14.1057 0.189504L206.106 34.4117C211.831 35.4321 216 40.4104 216 46.2255V75.6753C216 82.3027 210.627 87.6753 204 87.6753H12C5.37259 87.6753 0 82.3027 0 75.6753V12.0033Z' fill='white' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  font-size: 22px;
  font-weight: 600;
}

.section__title {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
}

.car__list-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}
.car__list-inner:last-child {
  margin-bottom: 30px;
}
.car__list-item {
  border-radius: 12px;
  background: #fff;
  position: relative;
  padding: 20px;
  transition: all 0.4s ease;
}
.car__list-item:hover {
  box-shadow: 0 5px 12px 0 rgba(15, 23, 42, 0.2);
  transform: translate(0, -10px);
}
.car__list-item > div,
.car__list-item > .car__list-item-img {
  position: relative;
  z-index: 2;
}
.car__list-item::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  border-radius: 12px;
  background: radial-gradient(47.87% 46.31% at 85.99% 50%, #d2ebff 0%, #fff 100%);
}
.car__list-item-name a {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.car__list-item-number {
  padding: 8px 10px;
  background: #ebf4ff;
  display: inline-flex;
  border-radius: 7px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 400;
  color: var(--colorPrem);
}
.car__list-item-number span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.car__list-item-number span::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: var(--colorPrem);
}
.car__list-item-img {
  margin-bottom: 10px;
}
.car__list-item-img img {
  width: 100%;
  height: 180px;
  object-fit: contain;
}
.car__list-item-price {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ebf4ff;
}
.car__list-item-price-col {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.car__list-item-price-old {
  font-size: 16px;
  font-weight: 300;
  text-decoration: line-through;
}
.car__list-item-price-new {
  font-size: 24px;
  font-weight: 600;
}
.car__list-item-price-des {
  font-size: 14px;
  font-weight: 300;
  padding-left: 10px;
}
.car__list-item-price-credit {
  font-size: 18px;
  font-weight: 600;
  color: var(--colorPrem);
  background: #ebf4ff;
  border-radius: 6px;
  padding: 6px 10px;
}
.car__list-item-offer-des {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}
.car__list-item-offer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.car__list-item-offer-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
}
.car__list-item .btn__prem {
  width: 100%;
}
.car__list-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.car__list-btn .btn__item {
  width: 460px;
}

.banner__offer {
  position: relative;
  border: 2px solid #fff;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 50px;
}
.banner__offer-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.banner__offer-img-mobil {
  display: none;
}
.banner__offer-content {
  position: relative;
  z-index: 1;
  width: 68%;
  margin-left: auto;
  padding: 30px 30px 30px 265px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 31.25%);
}
.banner__offer-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
.banner__offer-des {
  font-size: 22px;
  margin-bottom: 30px;
}
.banner__offer-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
}
.banner__offer-list-item {
  background: var(--colorPrem);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.banner__offer-list-item-img {
  height: 100%;
  padding: 17px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner__offer-list-item-content {
  padding: 9px 20px;
  border-radius: 12px;
  background: #ebf4ff;
  height: 100%;
  flex: 1;
}
.banner__offer-list-item-des {
  font-size: 18px;
  font-weight: 300;
}
.banner__offer-list-item-des span {
  font-size: 20px;
  font-weight: 600;
  color: var(--colorPrem);
}

.gos__list {
  margin-bottom: 110px;
}
.gos__list-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.gos__list-item {
  position: relative;
}
.gos__list-img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}
.gos__list-content {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 140px;
  background-image: url("data:image/svg+xml,%3Csvg width='339' height='138' viewBox='0 0 339 138' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12.002C0 4.73331 6.41089 -0.866414 13.6135 0.110936L328.614 42.8543C334.563 43.6616 339 48.7415 339 54.7453V125.264C339 131.891 333.627 137.264 327 137.264H12C5.37259 137.264 0 131.891 0 125.264V12.002Z' fill='white' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 5px;
  padding: 20px;
}
.gos__list-des {
  font-size: 18px;
  font-weight: 300;
}
.gos__list-name {
  font-size: 22px;
  font-weight: 600;
}

.contact__inner {
  display: flex;
  align-items: start;
  gap: 220px;
}
.contact__form {
  position: relative;
}
.contact__form-img {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: -400px;
}
.contact__form-inner {
  position: relative;
  z-index: 1;
}
.contact__form-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
.contact__form-des {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 50px;
}
.contact__form-col {
  max-width: 340px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact__form-col .btn__prem {
  width: 100%;
}
.contact__content {
  flex: 1;
  position: relative;
  z-index: 1;
}
.contact__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}
.contact__item {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
}
.contact__item-title {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}
.contact__item-des {
  font-size: 22px;
}
.contact__phone {
  font-size: 22px;
  font-weight: 600;
}

.map {
  width: 100%;
  border: 2px solid #fff;
  overflow: hidden;
  border-radius: 12px;
  height: 311px;
}

.footer-des {
  margin-top: 30px;
  border-radius: 12px 12px 0 0;
  color: #fff;
  background: var(--textColor);
  font-size: 12px;
  font-weight: 400;
  padding: 20px;
}
.footer-des a {
  text-decoration: underline;
  color: #fff;
}

.crumbs {
  margin-top: 30px;
  margin-bottom: 30px;
}
.crumbs ul {
  display: flex;
  align-items: center;
}
.crumbs ul a {
  display: flex;
  align-items: center;
}
.crumbs ul a::after {
  content: "-";
  margin: 0px 5px;
}
.crumbs ul span {
  text-decoration: underline;
}

.car__list-name {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.car__list-name > div {
  padding: 15px 30px;
  border: 2px solid var(--colorPrem);
  border-radius: 12px;
  font-size: 22px;
  font-weight: 600;
}

.car__list .gos__list-inner {
  margin-bottom: 110px;
}
.car__list-pag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.car__list-pag-link {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--colorPrem);
  background: #fff;
}
.car__list-pag-list {
  display: flex;
  align-items: end;
  gap: 10px;
}
.car__list-pag-list-item {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 5px;
  font-size: 18px;
}
.car__list-pag-list-item-active {
  border: 1px solid var(--colorPrem);
}

.catalog__banner-inner {
  display: flex;
  align-items: start;
  gap: 30px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.catalog__banner-img {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  height: 100%;
}
.catalog__banner-img-mobil {
  display: none;
}
.catalog__banner-content {
  position: relative;
  flex: 1;
}
.catalog__banner-text {
  position: relative;
  border-radius: 12px;
  z-index: 1;
  max-width: 60%;
  flex: 1;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 31.25%);
  padding: 20px 30px;
}
.catalog__banner-day {
  border-bottom: 1px solid var(--colorPrem);
  font-size: 18px;
  margin-bottom: 20px;
  display: inline-block;
}
.catalog__banner-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}
.catalog__banner-suptitle {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
.catalog__banner-suptitle span {
  color: var(--colorPrem);
}
.catalog__banner-ins {
  padding: 10px 35px;
  font-size: 20px;
  font-weight: 600;
  color: var(--colorPrem);
  background: #ebf4ff;
  border-radius: 6px;
  display: inline-block;
}
.catalog__banner-contact-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}
.catalog__banner-contact-title span {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
.catalog__banner-contact .btn__prem {
  width: 340px;
}
.catalog__banner-phone {
  font-size: 26px;
  font-weight: 500;
  color: var(--colorPrem);
  display: block;
  margin-bottom: 44px;
}
.catalog__banner-phone + * {
  margin-top: auto;
}

.credit__inner {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
.credit__form {
  width: 340px;
}
.credit__form-item {
  max-width: 300px;
}
.credit__form-slider .swiper-pagination {
  position: static;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
}
.credit__form-slider .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  text-align: center;
  width: 100%;
  font-size: 22px;
  font-weight: 400;
  opacity: 1;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid var(--textColor);
}
.credit__form-slider .swiper-pagination .swiper-pagination-bullet-active {
  color: var(--colorPrem);
  font-weight: 500;
  border-bottom: 2px solid var(--colorPrem);
  position: relative;
}
.credit__form-slider .swiper-pagination .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  border: 3px solid var(--colorPrem);
  width: 38px;
  height: 38px;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
.credit__form-slider-item {
  padding: 20px;
  border: 2px solid #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  min-height: 350px;
}
.credit__form-slider-item.credit__form-slider-item-first .credit__form-slider-item-btn {
  justify-content: end;
}
.credit__form-slider-item-title {
  font-size: 22px;
  font-weight: 500;
}
.credit__form-slider-item-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.credit__form-slider-item-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.credit__form-slider-item-btn .btn__prem {
  min-width: 200px;
}
.credit__form-slider-item-btn .swiper-button-next,
.credit__form-slider-item-btn .swiper-button-prev {
  position: static;
  margin: 0;
  background: none;
  border-radius: 0;
  border: none;
  color: var(--textColor);
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.credit__form-slider-item-btn .swiper-button-next::after,
.credit__form-slider-item-btn .swiper-button-prev::after {
  display: none;
}
.credit__form-slider-item-btn .swiper-button-next svg,
.credit__form-slider-item-btn .swiper-button-prev svg {
  min-width: 25px;
}
.credit__form-slider-item-btn .swiper-button-next {
  justify-content: end;
}
.credit__form-slider-item-btn .swiper-button-prev {
  justify-content: start;
}
.credit__img {
  width: 460px;
}
.credit__content {
  flex: 1;
}
.credit__img {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: stretch;
  padding-bottom: 20px;
}
.credit__img-img {
  width: 100%;
  height: 280px;
  object-fit: contain;
}
.credit__img-name {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
.credit__img-comp {
  font-size: 24px;
  font-weight: 300;
}
.credit__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: stretch;
  padding-bottom: 12px;
}
.credit__content-ins {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 3px solid #fff;
  border-radius: 12px;
  padding: 20px;
}
.credit__content-ins-text {
  font-size: 27px;
  font-weight: 500;
}
.credit__content-ins-procent {
  padding: 20px 35px;
  color: var(--colorPrem);
  font-size: 24px;
  font-weight: 600;
  background-color: #fff;
  border-radius: 6px;
}
.credit__price {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
}
.credit__price-item-title {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 12px;
}
.credit__price-item-inner {
  font-size: 32px;
  font-weight: 600;
  color: var(--colorPrem);
}
.credit__row {
  display: flex;
  align-items: start;
  gap: 30px;
}
.credit__list {
  flex: 1;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: start;
  gap: 70px;
  min-height: 224px;
}
.credit__list-col ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.credit__list-col ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.credit__list-col ul li::before {
  content: "";
  width: 7px;
  min-width: 7px;
  height: 7px;
  min-height: 7px;
  border-radius: 100%;
  background: var(--colorPrem);
}
.credit__list-title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}
.credit__offer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 30px;
}
.credit__offer-item {
  background-color: #fff;
  padding: 20px 30px 20px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.credit__offer-item-content {
  font-size: 18px;
  font-weight: 300;
}
.credit__offer-item-content span {
  font-weight: 600;
  color: var(--colorPrem);
}

.car__list-slider-box .section__title {
  margin-bottom: 0;
}

.car__list-slider {
  padding: 50px 0px;
}

.car__list-slider-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.car__list-slider-btn .swiper-button-prev,
.car__list-slider-btn .swiper-button-next,
.car__list-slider-btn .swiper-pagination {
  position: static;
  margin: 0;
}
.car__list-slider-btn .swiper-pagination {
  width: auto;
}
.car__list-slider-btn .swiper-pagination .swiper-pagination-bullet {
  width: 23px;
  height: 6px;
  opacity: 1;
  background-color: #fff;
  border-radius: 0;
}
.car__list-slider-btn .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}

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

.model__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.model__color {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.model__color-des {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}
.model__color-item {
  width: 45px;
  height: 34px;
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
}
.model__color-item.active {
  position: relative;
}
.model__color-item.active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4685 0.116982C10.9561 0.376055 11.1415 0.980846 10.8825 1.46854L6.10128 10.4685C5.95258 10.7485 5.68034 10.942 5.3669 10.9891C5.0533 11.036 4.73565 10.931 4.51144 10.7068L0.292686 6.48808C-0.0978377 6.09755 -0.0978386 5.46454 0.292686 5.07401C0.68321 4.68349 1.31622 4.68349 1.70675 5.07401L4.97042 8.33671L9.1169 0.531044C9.37598 0.0433762 9.98077 -0.141976 10.4685 0.116982Z' fill='%230F172A' /%3E%3C/svg%3E");
}
.model__img-row {
  display: flex;
  align-items: start;
  gap: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.model__img-row::after {
  content: "";
  background: radial-gradient(36.32% 53.39% at 55.77% 50%, #d2ebff 0%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(-180deg);
  z-index: 0;
  width: 585px;
  height: 425px;
  position: absolute;
  right: -200px;
  top: 0;
}
.model__img-inner {
  width: 100%;
  height: 350px;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
.model__img-link {
  display: flex;
  align-items: center;
  gap: 75px;
}
.model__img-link-item {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 16px;
}
.model__content {
  position: relative;
  z-index: 2;
}
.model__name {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
.model .model__price {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  gap: 64px;
  margin-bottom: 24px;
}
.model .model__price-row {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 10px;
}
.model .model__price-old {
  font-size: 24px;
  font-weight: 300;
  text-decoration: line-through;
}
.model .model__price-sale {
  padding: 6px 24px;
  background: #fff;
  color: var(--colorPrem);
  background: #fff;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
}
.model .model__price-new {
  font-size: 41px;
  font-weight: 600;
}
.model .model__price-des {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}
.model .model__price-credit-inner {
  font-size: 32px;
  font-weight: 600;
  color: var(--colorPrem);
}
.model__form {
  padding: 20px;
  border: 3px solid #fff;
  border-radius: 12px;
}
.model__form-row {
  display: flex;
  align-items: start;
  gap: 30px;
  margin-bottom: 20px;
}
.model__form-title {
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 10px;
}
.model__form-suptitle {
  font-size: 22px;
  font-weight: 400;
}
.model__form-sale {
  padding: 10px 25px;
  font-size: 24px;
  font-weight: 600;
  color: var(--colorPrem);
  border-radius: 6px;
  background: #Fff;
}
.model__form-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.model__form-inner .btn__prem {
  width: 100%;
}
.model__char {
  padding: 20px;
  background: #fff;
  border-radius: 12px;
}
.model__char-title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}
.model__char-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.model__char-item {
  display: flex;
  align-items: start;
  gap: 10px;
}
.model__char-item-img {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: #ebf4ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.model__char-item-content {
  font-size: 14px;
}
.model__char-item-content span {
  font-weight: 600;
  color: var(--colorPrem);
}
.model__offer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.model__offer-item {
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.model__offer-item-content {
  font-size: 18px;
  font-weight: 300;
}
.model__offer-item-content span {
  font-weight: 600;
  color: var(--colorPrem);
}

.tabs-nav {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 44px;
}
.tabs-nav a {
  font-size: 27px;
  font-weight: 500;
  padding-bottom: 3px;
}
.tabs-nav a.active {
  color: var(--colorPrem);
  border-bottom: 2px solid var(--colorPrem);
}

.packaging__col {
  margin-bottom: 30px;
}
.packaging__title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
.packaging__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
}
.packaging__header-price-mobil {
  display: none;
}
.packaging__header > div:first-child {
  padding-left: 20px;
}
.packaging__header > div:last-child {
  min-width: 345px;
  text-align: center;
}
.packaging__header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 40%;
  gap: 10px;
}
.packaging__header-row > div {
  width: 160px;
}
.packaging__header-row > div:nth-child(3) {
  width: 100px;
}
.packaging__item {
  padding: 20px;
  border: 3px solid #fff;
  border-radius: 12px;
  margin-bottom: 20px;
}
.packaging__item:last-child {
  margin-bottom: 0;
}
.packaging__item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.packaging__item-name .main-form-checkbox-checkmark {
  width: 31px;
  height: 31px;
  border-radius: 4px;
  background: transparent;
  top: 50%;
  transform: translate(0, -14%);
}
.packaging__item-name .main-form-checkbox-input:checked ~ .main-form-checkbox-checkmark::after {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36914 6.77241L8.13997 13.1311L16.3691 1.1311' stroke='%235AB5F8' stroke-width='4' stroke-miterlimit='10' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 6px;
  left: 5px;
}
.packaging__item-name-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  padding-left: 40px;
}
.packaging__item-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 45%;
}
.packaging__item-price-old {
  font-weight: 400;
  font-size: 20px;
  text-decoration: line-through;
  opacity: 0.5;
}
.packaging__item-price-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
}
.packaging__item-price-credit {
  font-size: 22px;
}
.packaging__item-btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
.packaging__item-btn a {
  width: 170px;
}

.packaging__modal-info, .packaging__modal-price {
  display: none;
}
.packaging__modal-info.active, .packaging__modal-price.active {
  display: block;
}

.compare-description {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.compare-description__block:not(:last-child) {
  margin-bottom: 30px;
}

.compare-description__block {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
}

.compare-description__heading {
  font-size: 18px;
  font-weight: bold;
}

.compare-description__list-item {
  list-style: none;
  position: relative;
  z-index: 1;
  padding-left: 15px;
  font-size: 14px;
}

.compare-description__list-item:after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  border-radius: 100%;
  top: 6px;
  left: 0;
  background: var(--colorPrem);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.compare-description__list {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
}

.packaging__modal-info,
.packaging__modal-price {
  padding: 30px 40px;
}

.packaging__modal-price-des {
  font-size: 18px;
  margin-bottom: 20px;
}
.packaging__modal-price-des:last-child {
  margin-bottom: 0;
}
.packaging__modal-price-des span {
  font-weight: 700;
}

.packaging__modal-price-row {
  display: flex;
  align-items: start;
  gap: 90px;
  margin-bottom: 20px;
}

.packaging__modal-price-item {
  display: flex;
  align-items: start;
  gap: 10px;
}
.packaging__modal-price-item-content {
  font-size: 18px;
}
.packaging__modal-price-item-content span {
  color: var(--colorPrem);
  font-size: 22px;
  font-weight: 700;
  display: block;
  margin-top: 10px;
}

.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;
}

.model__name-mobil,
.model__price-mobil {
  display: none !important;
}

.packaging__modal-special-checkbox .checkmark {
  height: 16px;
  width: 32px;
  background: #EDF6FA;
  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: 3px;
  width: 11px;
  height: 11px;
  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: var(--colorPrem);
}

.packaging__modal-special-checkbox input:checked ~ .checkmark::after {
  left: auto;
  right: 3px;
  background-color: #fff;
}

.packaging__col-btn .btn__prem {
  width: 340px;
}

.packaging__item-stock-mobil {
  display: none;
}

.gallery__title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.gallery__title-inner {
  font-size: 32px;
  font-weight: 500;
}
.gallery__title-btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
.gallery__title-btn > div {
  cursor: pointer;
}
.gallery__slider {
  padding-bottom: 40px;
}
.gallery__slider .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  width: 24px;
  height: 6px;
  border-radius: 0;
}
.gallery__slider .swiper-pagination-bullet-active {
  background: #000;
}

.stock__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.stock__col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.stock__item {
  height: max-content;
}
.stock__item-inner {
  display: flex;
  align-items: start;
  position: relative;
  height: 134px;
}
.stock__item-img {
  border-radius: 12px 0 0 12px;
  position: absolute;
  left: 0;
  z-index: 0;
  top: 0;
  height: 100%;
  width: 43%;
  object-fit: cover;
}
.stock__item-content {
  background: #fff;
  border-radius: 12px;
  padding: 28px 30px;
  width: 60%;
  margin-left: auto;
  position: relative;
  z-index: 2;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 30px;
  height: 100%;
}
.stock__item-text {
  font-size: 22px;
  font-weight: 300;
}
.stock__item-text span {
  color: var(--colorPrem);
  font-weight: 600;
}
.stock__item-btn {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
}
.stock__item-form {
  display: none;
  margin-top: 20px;
}
.stock__item-form.active {
  display: block;
}
.stock__item-form-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 20px;
}
.stock__item-form-row .btn__prem {
  width: 100%;
}

.gos__item-img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 12px 12px 0px 0px;
}
.gos__item-content {
  padding: 60px 20px 20px 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='339' height='274' viewBox='0 0 339 274' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12.0021C0 4.73342 6.41089 -0.866292 13.6135 0.111058L328.614 42.8544C334.563 43.6617 339 48.7416 339 54.7454V261.264C339 267.891 333.627 273.264 327 273.264H12C5.37259 273.264 0 267.891 0 261.264V12.0021Z' fill='white' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  margin-top: -60px;
  border-radius: 12px;
  margin-bottom: 20px;
  min-height: 275px;
}
.gos__item-title {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebf4ff;
}
.gos__item-text {
  font-size: 22px;
  font-weight: 300;
}
.gos__item-text span {
  font-weight: 600;
  color: var(--colorPrem);
}
.gos__item-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.gos__item-form .btn__prem {
  width: 100%;
}

.popup {
  padding: 0;
  border-radius: 12px;
  overflow: visible;
}
.popup__feedback-sale {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 100%;
  height: 45px;
  background: #ebf4ff;
  color: var(--colorPrem);
  margin-bottom: 20px;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 600;
}
.popup__feedback-content {
  padding: 60px 20px 20px 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='339' height='495' viewBox='0 0 339 495' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12.0021C0 4.7334 6.41089 -0.866323 13.6135 0.111027L328.614 42.8544C334.563 43.6617 339 48.7416 339 54.7454V482.264C339 488.891 333.627 494.264 327 494.264H12C5.37259 494.264 0 488.891 0 482.264V12.0021Z' fill='white' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -60px;
  position: relative;
  z-index: 2;
  border-radius: 12px;
}
.popup__feedback-text {
  text-align: center;
}
.popup__feedback-img {
  width: 100%;
  height: 170px;
  border-radius: 12px 12px 0px 0px;
  object-fit: cover;
  background: #EBF4FF;
  position: relative;
}
.popup__feedback-img-car {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
  object-fit: contain;
}
.popup__feedback-title {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebf4ff;
}
.popup__feedback-des {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 40px;
}
.popup__feedback-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popup__feedback-form .input__prem {
  border: 1px solid #ebf4ff;
}
.popup__feedback-form .btn__prem {
  width: 100%;
}
.popup__feedback-offer {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}
.popup__feedback-offer-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.popup__feedback-offer-item-img {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ebf4ff;
}
.popup__feedback-offer-item-content {
  font-size: 14px;
  font-weight: 400;
}
.popup__feedback-offer-item-content span {
  font-weight: 600;
  color: var(--colorPrem);
}
.popup__hot-title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebf4ff;
}
.popup__hot-title span {
  text-transform: uppercase;
  font-size: 27px;
  color: var(--colorPrem);
}
.popup__hot-des {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
}
.popup__hot-des span {
  color: var(--colorPrem);
  font-size: 22px;
  font-weight: 600;
}
.popup.popup-car .popup__feedback-des {
  text-align: center;
  margin-bottom: 3px;
}
.popup.popup-car .popup__feedback-title {
  text-align: center;
}
.popup.popup-car .model__price {
  gap: 20px;
  display: flex;
  align-items: start;
  margin-bottom: 30px;
}
.popup.popup-car .model__price-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.popup.popup-car .model__price-old {
  font-size: 14px;
  font-weight: 300;
}
.popup.popup-car .model__price-sale {
  font-size: 14px;
  font-weight: 600;
  padding: 2px;
  background: #ebf4ff;
  color: var(--colorPrem);
  border-radius: 12px;
}
.popup.popup-car .model__price-new {
  font-size: 22px;
}
.popup.popup-car .model__price-des {
  font-size: 14px;
}
.popup.popup-car .model__price-credit-inner {
  font-size: 22px;
  color: var(--colorPrem);
}
.popup__gos-title {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
.popup__gos .popup__gos-des {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebf4ff;
  text-align: center;
}
.popup__gos-ins {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
}
.popup__gos-ins span {
  font-weight: 600;
  font-size: 20px;
  color: var(--colorPrem);
}

@media (max-width: 1446px) {
  :root {
    --container: 1280px;
  }
  .intro__slider-item img {
    width: 100%;
  }
  .select__car-list-name {
    font-size: 16px;
  }
  .car__list-item-price-new {
    font-size: 18px;
  }
  .car__list-item-price-credit {
    font-size: 16px;
  }
  .car__list-item-price-old {
    margin-bottom: 5px;
  }
  .banner__offer-list-item-des span {
    font-size: 16px;
  }
  .banner__offer-title {
    font-size: 26px;
  }
  .banner__offer-des {
    font-size: 16px;
  }
  .gos__list-name {
    font-size: 16px;
  }
  .gos__list-des {
    font-size: 14px;
  }
  .contact__item-des,
  .contact__phone {
    font-size: 18px;
  }
  .model .model__price-old {
    font-size: 18px;
  }
  .model .model__price-new {
    font-size: 38px;
  }
  .model__form-sale {
    font-size: 18px;
  }
  .model__form-title {
    font-size: 20px;
  }
  .model__form-suptitle {
    font-size: 16px;
  }
  .credit__content-ins-text {
    font-size: 18px;
  }
  .credit__content-ins-procent {
    font-size: 16px;
    padding: 20px;
  }
  .credit__price-item-title {
    font-size: 16px;
  }
  .credit__price-item-inner {
    font-size: 22px;
  }
  .credit__img-name {
    font-size: 22px;
  }
  .credit__img-comp {
    font-size: 22px;
  }
}
@media (max-width: 1280px) {
  :root {
    --container: 1140px;
  }
  .header__nav {
    gap: 15px;
  }
  .header__desktop-nav {
    padding: 26px 30px 26px 20px;
    gap: 30px;
  }
  .header__desktop-contact-des,
  .header__phone {
    font-size: 12px;
  }
  .header__nav-item {
    font-size: 14px;
  }
  .header__desktop-inner {
    gap: 10px;
  }
  .mark__list-inner {
    grid-template-columns: repeat(8, 1fr);
  }
  .select__car-list-name,
  .gos__list-content {
    border-radius: 12px;
  }
  .car__list-inner {
    grid-template-columns: repeat(3, 1fr);
  }
  .banner__offer-content {
    padding: 30px 30px 30px 170px;
  }
  .contact__inner {
    gap: 110px;
  }
  .contact__item-des, .contact__phone {
    font-size: 16px;
  }
  .catalog__banner-text {
    max-width: 70%;
  }
  .catalog__banner-img {
    max-width: 500px;
    object-fit: cover;
    border-radius: 12px;
    right: 2px;
  }
  .model__img-inner {
    height: 270px;
  }
  .model .model__price-old,
  .model .model__price-sale {
    font-size: 16px;
  }
  .model .model__price-sale {
    padding: 6px 14px;
  }
  .model .model__price {
    gap: 20px;
  }
  .stock__item-text {
    font-size: 18px;
  }
  .stock__item-content {
    padding: 15px 20px;
    gap: 10px;
  }
  .stock__item-btn {
    bottom: 15px;
  }
}
@media (max-width: 1140px) {
  :root {
    --container: 970px;
  }
  .header__logo {
    width: 100px;
  }
  .header__logo img {
    width: 100%;
  }
  .select__car-list-name {
    font-size: 12px;
    height: 75px;
    bottom: 13px;
  }
  .select__car-list {
    gap: 10px 20px;
  }
  .contact__inner {
    gap: 20px;
  }
  .contact__item-des, .contact__phone {
    font-size: 14px;
  }
  .catalog__banner-ins {
    font-size: 16px;
  }
  .catalog__banner-title {
    font-size: 22px;
  }
  .catalog__banner-suptitle {
    font-size: 16px;
  }
  .catalog__banner-text {
    max-width: 53%;
  }
  .model__inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .packaging__item-price-old,
  .packaging__item-price-inner,
  .packaging__item-price-credit {
    font-size: 16px;
  }
  .packaging__item-btn a {
    width: 130px;
  }
  .credit__img {
    width: 320px;
  }
  .credit__content-ins {
    flex-direction: column;
    gap: 10px;
  }
  .credit__content-ins-text {
    text-align: center;
  }
  .credit__img {
    width: 250px;
  }
}
@media (max-width: 970px) {
  :root {
    --container: 741px;
  }
  .header__desktop {
    display: none;
  }
  .header {
    position: relative;
  }
  .header__logo {
    width: 150px;
  }
  .header__mobil {
    display: block;
  }
  .header__mobil-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .header__mobil .header__desktop-nav,
  .header__mobil .header__desktop-contact {
    max-height: 64px;
    min-height: auto;
  }
  .header__mobil .header__desktop-nav {
    flex: 1;
    padding: 20px 10px;
    justify-content: space-between;
  }
  .header__mobil .header__desktop-contact {
    flex: 0;
    padding: 13px 18px;
  }
  .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__white .header__burger-line {
    background-color: #fff;
  }
  .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;
  }
  .footer .header__desktop-contact-des {
    padding-top: 20px;
    border-top: 0;
  }
  .header__mobil-btn {
    padding: 10px;
    border-radius: 6px;
    background: var(--colorPrem);
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__mobil-list {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: none;
  }
  .header__mobil-list .container {
    height: 100%;
  }
  .header__mobil-list-inner {
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .header__nav {
    flex-direction: column;
    gap: 30px;
  }
  .header__nav-item {
    font-size: 18px;
  }
  .header__desktop-contact-des {
    padding-top: 30px;
    border-top: 2px solid var(--colorPrem);
  }
  .header__desktop-contact-des span {
    font-size: 14px;
  }
  .header__desktop-contact-des, .header__phone {
    font-size: 16px;
  }
  .mark__list-inner {
    grid-template-columns: repeat(4, 1fr);
  }
  .mark__list-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .mark__list-btn .btn__prem {
    width: 355px;
  }
  .select__car-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .select__car-list-name {
    background-size: cover;
    bottom: 0;
  }
  .car__list-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .banner__offer-content {
    padding: 220px 30px 30px 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 31.25%);
    width: 100%;
  }
  .banner__offer-img {
    width: 100%;
    height: 250px;
  }
  .gos__list-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 20px;
  }
  .gos__list-content {
    background-size: cover;
  }
  .contact__inner {
    flex-direction: column;
  }
  .contact__form-img {
    top: 0;
    bottom: auto;
    right: 0;
    max-width: 200px;
  }
  .contact__form {
    width: 100%;
  }
  .contact__form-col {
    max-width: 100%;
  }
  .catalog__banner-inner {
    flex-direction: column;
  }
  .catalog__banner-content,
  .catalog__banner-contact {
    width: 100%;
  }
  .catalog__banner-contact-title,
  .catalog__banner-phone {
    text-align: center;
  }
  .catalog__banner-contact .btn__prem {
    width: 100%;
  }
  .packaging__item-inner {
    flex-wrap: wrap;
    gap: 10px;
  }
  .packaging__header-price {
    display: none;
  }
  .packaging__header-row > div {
    width: auto;
  }
  .packaging__header-price-mobil {
    display: block;
  }
  .packaging__header {
    flex-wrap: wrap;
  }
  .packaging__header > div:first-child {
    padding-left: 0;
    width: 100%;
  }
  .packaging__header-stock {
    display: none;
  }
  .packaging__item-name {
    width: 100%;
  }
  .packaging__item-price {
    width: 100%;
  }
  .packaging__item-stock-mobil {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
  }
  .packaging__item-stock-mobil span {
    font-weight: 500;
    color: var(--colorPrem);
  }
  .packaging__item-btn {
    width: 100%;
  }
  .packaging__item-btn a {
    width: 50%;
  }
  .packaging__item-price {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
  }
  .packaging__item-price .packaging__item-stock-mobil {
    width: auto;
    text-align: left;
  }
  .credit__inner {
    flex-direction: column;
    gap: 10px;
  }
  .credit__form {
    width: 100%;
  }
  .credit__form-item {
    max-width: 100%;
  }
  .credit__img {
    width: 100%;
  }
  .credit__row {
    flex-direction: column;
  }
  .credit__offer {
    width: 100%;
  }
  .credit__list {
    width: 100%;
  }
  .stock__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 740px) {
  :root {
    --container: 375px;
  }
  .mark__list-inner {
    gap: 20px;
  }
  section {
    margin-bottom: 40px;
  }
  .select__car-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .select__car-content {
    padding-top: 20px;
  }
  .select__car-inner {
    gap: 0;
  }
  .select__car-list-name {
    padding: 10px 10px 10px 10px;
    height: 70px;
    bottom: 0px;
    font-size: 16px;
  }
  .select__car-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .select__car-inner {
    padding-bottom: 30px;
  }
  .section__title {
    font-size: 22px;
  }
  .car__list-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .banner__offer-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .banner__offer-img {
    display: none;
  }
  .banner__offer-img-mobil {
    display: block;
  }
  .banner__offer-content {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 30.79%);
  }
  .banner__offer-title {
    font-size: 22px;
  }
  .banner__offer-des {
    margin-bottom: 20px;
  }
  .gos__list-content {
    padding: 10px;
    height: 110px;
  }
  .gos__list-img {
    height: 84px;
  }
  .contact__form-title {
    font-size: 22px;
  }
  .contact__form-des {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .contact__form-img {
    max-width: 170px;
  }
  .contact__row {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact__content {
    width: 100%;
  }
  .catalog__banner-text {
    max-width: 100%;
    text-align: center;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #fff 17.31%);
  }
  .catalog__banner-content {
    padding-bottom: 150px;
  }
  .catalog__banner-img {
    width: 100%;
    max-width: 100%;
    height: 200px;
    bottom: 0;
    top: auto;
    display: none;
  }
  .catalog__banner-img-mobil {
    display: block;
  }
  .catalog__banner-content {
    border: 2px solid #fff;
    border-radius: 12px;
  }
  .catalog__banner-inner {
    gap: 20px;
  }
  .catalog__banner-contact-title {
    margin-bottom: 20px;
  }
  .catalog__banner-phone {
    margin-bottom: 20px;
  }
  .model__name,
  .model__price {
    display: none !important;
  }
  .model__name-mobil {
    display: block !important;
    font-size: 22px;
    margin-bottom: 15px;
  }
  .model__price-mobil {
    display: flex !important;
  }
  .model .model__price-sale {
    font-size: 12px;
  }
  .model .model__price-des {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .model .model__price-new {
    font-size: 28px;
  }
  .model .model__price-credit-inner {
    font-size: 22px;
  }
  .model__img-row {
    flex-direction: column-reverse;
  }
  .model__color-des {
    font-size: 16px;
  }
  .model__color {
    grid-template-columns: repeat(6, 1fr);
  }
  .model__img-link-item {
    font-size: 16px;
  }
  .model__img-link {
    flex-direction: column;
    gap: 10px;
    align-items: start;
  }
  .model__form-row {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .model__form-text {
    text-align: center;
  }
  .model__form-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .model__offer {
    grid-template-columns: repeat(1, 1fr);
  }
  .model__char-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .model__char-item-content {
    font-size: 12px;
  }
  .model__img-inner {
    height: 200px;
  }
  .model__color-des {
    margin-bottom: 0;
  }
  .model__img-row::after {
    width: 350px;
    height: 250px;
  }
  .tabs-nav {
    gap: 20px;
  }
  .tabs-nav a {
    font-size: 20px;
  }
  .packaging__header > div:last-child {
    min-width: auto;
  }
  .packaging__header > div {
    font-size: 14px;
  }
  .packaging__title {
    font-size: 18px;
  }
  .packaging__item-price .packaging__item-stock-mobil {
    margin-top: 0;
  }
  .packaging__modal-info, .packaging__modal-price {
    padding: 20px 0px;
  }
  .compare-description {
    -moz-column-count: 1;
    column-count: 1;
  }
  .packaging__modal-price-des {
    font-size: 18px;
  }
  .packaging__modal-price-row {
    flex-direction: column;
    gap: 20px;
  }
  .credit__img-img {
    height: 210px;
  }
  .credit__content-ins {
    margin-bottom: 10px;
  }
  .credit__list {
    flex-direction: column;
    gap: 20px;
  }
  .credit__offer {
    grid-template-columns: repeat(1, 1fr);
  }
  .stock__item-inner {
    height: auto;
  }
  .stock__item-img {
    position: static;
    height: auto;
    width: 100%;
    height: 155px;
    border-radius: 12px;
  }
  .stock__item-inner {
    flex-direction: column;
  }
  .stock__item-content {
    width: 100%;
    margin-top: -20px;
  }
  .stock__item-form-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
@media (max-width: 375px) {
  :root {
    --contaoner: 100%;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mark__list-inner {
    gap: 10px;
  }
}
/* Keep the model background glow inside its row so it cannot cover the controls below. */
.model__img-row::after {
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}

/*# sourceMappingURL=style.css.map */
