:root {
  --color-primary: #111111;
  --color-secondary: #E1251B;
  --font-base-desktop: calc(10px);
  --font-base-mobile: calc(10 / 320 * 100vw);
}

@font-face {
  font-family: "Noto Sans";
  src: url("/static/fonts/changanunitypekz-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: url("/static/fonts/changanunitypekz-Regular.woff2") format("woff2");
  font-weight: 250;
  font-style: normal;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: var(--font-base-desktop);
  overflow-x: hidden;
  font-family: "Noto Sans", sans-serif;
  width: 100%;
  height: 100%;
}

body {
  font-size: 1rem;
  font-family: "Noto Sans", sans-serif;
  display: flex;
  font-weight: 400;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: var(--color-primary);
  overflow-x: hidden;
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 15rem;
}

main {
  flex: 1 0 0;
}

a:-webkit-any-link {
  text-decoration: none;
}

.container {
  max-width: 144rem;
  padding: 0 5rem;
  margin: 0 auto;
  position: relative;
}

.header {
  position: sticky;
  top: -4.6rem;
  left: 0;
  background: #fff;
  width: 100%;
  color: var(--color-primary);
  font-size: 1.4rem;
  z-index: 999;
  font-weight: 500;
}

.header_panel {
  background: #F6F6F6;
  padding: 1.4rem 0;
}

.company_logos {
  display: flex;
  align-items: center;
  column-gap: 3.5rem;
}

.phone__button:before {
  content: "";
  display: block;
  width: 1.7rem;
  margin-right: 0.3rem;
  height: 1.7rem;
  background: url('/static/img/phone.svg') no-repeat;
  background-size: cover;
}

.facebook__button:before {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  background: url('/static/img/facebook.svg') no-repeat;
  background-size: cover;
}

.whatsapp__button:before {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  background: url('/static/img/whatsapp.svg') no-repeat;
  background-size: cover;
}

.lang_select {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

.lang_select__item {
  position: relative;
  display: flex;
  align-items: center;
  color: #66727D;

}

.lang_select__item:after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 1rem;
  background: #000;
  margin-left: 1rem;
}

.lang_select__item:last-child::after {
  display: none;
}

.lang_select__item.active {
  color: var(--color-primary);
}


.main_header {
  padding-top: 1.8rem;
  padding-bottom: 1.9rem;
}

.header_panel .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_right {
  align-items: center;
  column-gap: 1rem;
}


.header__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__item {
  display: flex;
  column-gap: 3rem;
  align-items: center;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #002169;
  padding: 1.4rem 3.4rem;
  font-weight: 500;
  cursor: pointer;
  border-radius: 0.5rem;
  font-size: 1.4rem;
}

.btn__container {
  display: flex;
  column-gap: 2rem;
}

.btn__blue {
  border: none;
  background: var(--color-primary);
  color: #fff;
}


.social_btn {
  display: flex;
  align-items: center;
  color: var(--color-primary);
  gap: 0.5rem;
}

.mail__button::before {
  content: "";
  display: block;
  width: 2rem;
  height: 1.6rem;
  background: url('/static/img/mail.svg') no-repeat;
  background-size: contain;
  margin-right: 1.5rem;
  font-weight: 550;
}



.location_button::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: url('/static/img/location.svg') no-repeat;
  background-size: contain;
  font-weight: 550;
}




.instagram__button::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: url('/static/img/instagram.svg') no-repeat;
  background-size: contain;
  font-weight: 550;
}

.modal {
  display: none;
  opacity: 0;
  transition: 0.4s ease;
}

.bg-wrapper {
  position: absolute;
  inset: 0;
  z-index: -1;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.bg-wrapper img {
  width: 100%;
  height: 100%;
}

section {
  position: relative;
}

[bg="red"] {
  background: #C30C0E;
  color: #fff;
}

[bg="blue"] {
  background: var(--color-primary);
  color: #fff;
}

[bg="gray"] {
  background: #F5F7FA;
}

.banner {
  min-height: 65.5rem;
  position: relative;
  color: #fff;
  padding: 14.6rem 0 13rem;
}

.banner .text-xxl {
  margin: 1rem 0 3rem;
}

.model__panel {
  position: sticky;
  top: 5.5rem;
  z-index: 50;
  padding: 1.3rem 0;
  box-shadow: 0px 1px 8.9px 0px #5C548940;
  background: #fff;
}

.section__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  padding-top: 5.5rem;
  text-align: center;
  margin-bottom: 5.5rem;
}

.model__panel .container {
  display: flex;
  align-items: center;

}

.model__panel .nav {
  display: flex;
  column-gap: 2.5rem;
  font-size: 1.7rem;
  margin-right: 3.7rem;
  align-items: center;
  margin-left: 4.5rem;
}


.model__panel .nav a {
  color: #111111;
}

.download__button:after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: url('/static/img/download.svg') no-repeat;
  background-size: contain;
  margin-left: 0.5rem;
}


.model__panel .btn__container {
  margin-left: auto;
}

.specs_banner {
  height: 72rem;
  margin-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.specs_banner .container {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}

.specs_banner .section__title {
  margin: 0 0 3rem;
}

.specs__item-separator {
  width: 0.05rem;
  height: 4.7rem;
  background: #000;
}

#showcase .container {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 7.2rem;
  z-index: 2;
  position: relative;
}

.text-sm {
  font-size: 1.4rem;
  line-height: 1.2;
}

.text-xs {
  font-size: 1.2rem;
}

.text-md {
  font-size: 1.6rem;
  line-height: 1.2;
}

.text-lg {
  font-size: 1.8rem;
}

h4 {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}

.text-xl {
  font-size: 2.3rem;
  line-height: 1.1;
}

.flex {
  display: flex;
}

.header_panel__img {
  object-fit: contain;
}

.title-lg {
  font-size: 8rem;
  line-height: 0.875;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.title-sm {
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

h3 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

.text-xxl {
  font-size: 2.5rem;
  line-height: 1.2;
}

.btn__transparent {
  background: none;
  border: #fff 1px solid;
  color: #fff;
}

.btn__black {
  background: var(--color-primary);
  color: #fff;
}


.col {
  display: flex;
  flex-direction: column;
}

.btn.btn__white {
  background: #fff;
  border: none;
  color: #111111;
}


.mob {
  display: none;
}

.specs {
  display: flex;
  column-gap: 5.8rem;
  justify-content: space-between;
  align-items: center;
}

.specs__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.specs__item-title {
  font-weight: 600;
}

.specs__item-text {
  font-size: 2.5rem;
  font-weight: 250;
  margin-top: 1rem;
}


#color_picker {
  color: #fff;
  width: 100%;
  aspect-ratio: 1440 / 700;
  position: relative;
  display: flex;
  padding-bottom: 5.5rem;
  transition: 0.4s ease;
}

.color-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

#color_picker .container {
  display: flex;
  flex-direction: column;
  height: 100%;
}


#color_picker .specs__item-separator {
  background: #fff;
}

.color-picker {
  display: flex;
  column-gap: 2.5rem;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  margin-bottom: 5.5rem;
  flex-wrap: wrap;
  row-gap: 1rem;
}

.color-picker__item {
  display: block;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  cursor: pointer;
  position: relative;
}


.color-picker__item.active::after {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  background: transparent;
  border-radius: 50%;
  border: 1px #fff solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.color_names {
  width: 100%;
}

.color_name {
  font-weight: 600;
  text-align: center;
  display: none;
  transition: 0.4s ease;
  opacity: 0;
}

.color_name.active {
  display: block;
  opacity: 1;
}



#color_picker.white .specs__item-separator,
#color_picker.yellow .specs__item-separator {
  background: #000;
}

#color_picker.inverted.white {
  background: #B9BABC;
  color: #111111;
}

#color_picker.black {
  background: #1C2839;
}

#color_picker.green {
  background: #8BA7AB;
}

#color_picker.gray {
  background: #55616E;
}

#color_picker.yellow {
  background: #FFFF8F;
  color: #111111;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  transition: 0.4s ease;
}

.swiper-button-next {
  right: 6rem;
}

.swiper-button-prev {
  left: 6rem;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.8rem;
  font-weight: bold;
}

.inverted .swiper-button-next,
.inverted .swiper-button-prev {
  border-color: #000;
  color: #000;
}

.design {
  color: #fff;
  height: 61.6rem;
}

.design::after {
  content: "";
  background: linear-gradient(173.02deg, rgba(0, 0, 0, 0) -9.65%, rgba(2, 4, 7, 0.176263) 29.98%, rgba(10, 20, 34, 0.879808) 98.62%, #0B1727 340.03%);
  width: 100%;
  height: 22.9rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.design .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 5.5rem;
}

.row {
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.row .text-sm {
  max-width: 63rem;
}

.exterior,
.interior {
  margin-bottom: 8rem;
}

.exterior-row {
  display: flex;
  column-gap: 3.3rem;
  flex-flow: wrap;
  row-gap: 5.5rem;
}

.exterior-row__item {
  display: flex;
  width: 63rem;
  flex-grow: 1;
  flex-direction: column;
}

.exterior-row__item:first-child {
  width: 100%;
}

.exterior-row__item img {
  flex-basis: 100%;
  width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  margin-bottom: 2rem;
}

.exterior-row__item-title,
.gallery__item-title {
  font-weight: 700;
}

.exterior-row__item:first-child {
  flex-direction: row;
  flex-wrap: wrap;
}

.exterior-row__item:first-child .text-sm {
  max-width: 65.4rem;
  margin-left: auto;
  margin-top: 0;
}

.exterior-row__item .text-sm {
  margin-top: 1rem;
}

.interior .flex {
  justify-content: space-between;
  gap: 2.4rem;
  align-items: stretch;
}

.interior .flex img {
  max-height: 27rem;
  width: 43rem;
}


.interior .flex .col {
  flex: 1;
}

.interior h4 {
  margin: 2.5rem 0 1rem;
}

.gallery {
  position: relative;
  color: #fff;
  width: 100%;
  aspect-ratio: 1440 / 620;
}

.gallery .section__title {
  position: absolute;
  top: 5.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  padding: 0;
  margin-bottom: 0;
}

.gallery .bg-wrapper {
  z-index: -1;
}

.gallery .swiper-slide {
  display: flex;
  align-items: flex-end;
  padding-bottom: 12.7rem;
}

.gallery .swiper-slide .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
}


.gallery .swiper-slide .text-sm {
  max-width: 64rem;
}


.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 6rem;
  top: auto;
}


.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 1rem;
  height: 1rem;
  position: relative;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.75rem;
}

.swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #fff;
}

.fw-700 {
  font-weight: 700;
}

#power .specs {
  z-index: 3;
  gap: 3rem;
}

#power .specs__item-title {
  margin-bottom: 0.5rem;
}

#power .specs__item-separator,
#benefits .specs__item-separator {
  background: #fff;
  height: 100%;
}

#safety {
  padding-bottom: 5.5rem;
}

#safety .safety__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3.9rem;
  row-gap: 3rem;
  align-items: stretch;
}

#safety .safety__row video {
  aspect-ratio: 420 / 270;
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.safety__poster {
  position: relative;
}

#safety .safety__row .safety__poster::after {
  content: "";
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('/static/img/Play.svg') no-repeat center center;
  background-size: cover;
}

.safety__item-title {
  margin: 2.5rem 0 1.2rem;
}

.benefits {
  padding-bottom: 5.5rem;
  width: 100%;
  height: 107.4rem;
  color: #fff;
}

.benefits__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.7rem;
  row-gap: 3rem;
  align-items: stretch;
}

.benefits__item:nth-child(2) {
  padding: 0 2.7rem;
  border-left: 1px solid #ffffff57;
  border-right: 1px solid #ffffff57;
}

.benefits__item-separator {
  width: 0.05rem;
  height: 100%;
  min-height: 20rem;
  background: #fff;
}

.benefits::before {
  content: "";
  display: block;
  width: 100%;
  height: 57.9rem;
  background: linear-gradient(360deg, rgba(117, 175, 213, 0) 0%, rgba(117, 175, 213, 0.6) 18.54%, rgba(117, 175, 213, 0.972488) 43.1%, rgba(117, 175, 213, 0.9) 43.37%, #75AFD5 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.specs-list {
  list-style-position: inside;
  margin-top: 1.5rem;
}

.specs-list-item {
  margin-bottom: 1.8rem;
}

.specs-list-item:last-child {
  margin-bottom: 0;
}

.benefits__item-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.contacts {
  padding-bottom: 5.5rem;
}

.contacts__container {
  display: flex;

  height: 40.8rem;
}


.contacts__container .col {
  background: #F4F5F3;
  padding: 8.5rem 4rem;
}

.contacts__container .col h4 {
  margin-bottom: 2rem;
}

.contacts__container .col .social_btn {
  margin-bottom: 1.5rem;
}


#map {
  width: 50%;
  height: 100%;
  flex: 1;
}

.footer__wrapper {
  background: #66727D;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer__wrapper .container a {
  filter: brightness(0) invert(1);
}

.footer__wrapper .header__item {
  gap: 1.1rem;
}

.copyright {
  font-size: 1.3rem;
  text-align: center;
  padding: 1.4rem 0 1.5rem;
}


modal.active {
  display: block;
  opacity: 1;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
}

.modal::after {
  content: "";
  background: #1F2126BF;
  opacity: 0.95;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.noscroll {
  overflow: hidden;
}

.modal__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.modal_container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  background: #fff;
  transform: translate(-50%, -50%);
  padding: 2.1rem 4.5rem 3.9rem;
}

.modal-close {
  position: absolute;
  right: 0;
  top: -6rem;
  width: 4rem;
  background: url('/static/img/x.svg') no-repeat;
  background-size: cover;
  height: 4rem;
  cursor: pointer;
}

.form__field {
  width: 100%;
  padding: 1.7rem 2.3rem;
  outline: none;
  border: 1px solid var(--color-primary);
  font-size: 2rem;
  border-radius: 0.5rem;
}

.form__group {
  margin-bottom: 2rem;
}

.wrapper {
  margin-top: 3.1rem;
}

.form__group:last-child {
  margin-bottom: 0;
}

.errorMessage {
  color: var(--color-secondary);
}

.modal .btn {
  width: 100%;
}

.form__select {
  width: 100%;
  padding: 1.7rem 2.3rem;
  outline: none;
  border: 1px solid var(--color-primary);
  background-color: #fff;
  color: var(--color-primary);
  font-size: 2rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('/static/img/arrow-down.svg');
  background-repeat: no-repeat;
  background-position: right 2.3rem center;
  background-size: 1.2rem;
  cursor: pointer;
}

.form__select option {
  font-size: 1.6rem;
  padding: 1rem;
}

.form__select:focus {
  border-color: var(--color-secondary);
}

.form__select option[value=""] {
  color: #999;
}

@supports not (background-image: url('/static/img/arrow-down.svg')) {
  .form__select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23002169' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  }
}

@supports not (background-image: url('/static/img/arrow-down.svg')) {
  .form__select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23002169' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  }
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0 3.1rem;
}

.form__checkbox {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  accent-color: var(--color-primary);
}

.checkbox-label {
  font-size: 1.4rem;
  font-weight: 550;
  color: var(--color-primary);
  cursor: pointer;
}

.checkbox-group .errorMessage {
  margin-top: 0.5rem;
  font-size: 1.4rem;
}

.success-message {
  font-size: 2rem;
}

.modal.active {
  display: block;
  opacity: 1;
}

.mob {
  display: none;
}

@media screen and (max-width: 1000px) {
  html {
    font-size: var(--font-base-mobile);
  }

  .container {
    max-width: 100%;
    padding: 0 1rem;
  }

  .pc {
    display: none;
  }

  .header .container {
    padding: 1rem 1.4rem;
  }

  .header_panel {
    padding: 0;

  }

  .header_panel .container .flex {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1rem;
  }

  .header_panel .container {
    padding: 1.5rem 1rem;

  }

  .header {
    top: -6.1rem;
  }

  .model__panel {
    top: 3rem;
    box-shadow: none;
    padding: 0;
    padding-bottom: 1.5rem;
  }

  .company_logos {
    gap: 1rem;
  }

  .model__panel .nav {
    margin-left: 0;
    font-size: 1rem;
    column-gap: .95rem;
    overflow-x: scroll;
    margin-right: 0.45rem;
    padding: 1.75rem 1rem;
    width: 100%;
    box-shadow: 0px 1px 8.9px 0px #5C548940;
  }

  .model__panel .container {
    row-gap: 1.5rem;
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
  }

  .color-picker__item {
    width: 2.2rem;
    height: 2.2rem;
  }

  .color-picker__item.active::after {
    width: 3rem;
    height: 3rem;
  }

  .model__panel .btn {
    text-wrap: nowrap;
    max-width: 14.5rem;
  }

  .model__panel .btn__container {
    margin-left: 0;
    gap: 1rem;
    align-self: center;
  }

  .btn {
    font-size: 1.1rem;
    padding: 1.2rem 2.3rem;
  }

  .download__button {
    padding: 0.8rem 0.9rem;
  }

  .download__button:after {
    margin-left: 0;
    width: 1.6rem;
    height: 1.6rem;
  }

  .gallery .bg-wrapper {
    position: static;
    aspect-ratio: 320 / 209;
  }

  .model__panel .nav a {
    flex-shrink: 0;
  }

  .banner {
    min-height: 51.4rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .banner .text-xxl {
    margin: 0 0 2.5rem;
  }


  .text-xxl {
    font-size: 1.7rem;
  }

  .title-sm {
    font-size: 3rem;
  }

  .banner .col {
    align-items: center;
    text-align: center;
    height: 100%;
  }

  .banner .btn__container {
    margin-top: 0.5rem;
  }

  .banner .btn__transparent {
    color: #111111;
    border-color: #111111;
  }

  .section__title {
    font-size: 2rem;
    padding-top: 3rem;
    z-index: 1;
    margin-bottom: 3rem;
  }

  .text-xl {
    font-size: 1.4rem;
  }

  .specs_banner {
    height: revert;
    margin-top: 3rem;
    padding-bottom: 3rem;
    background: #ECBFAC;
  }

  .specs_banner .bg-wrapper {
    position: static;
    height: 24.3rem;
    margin-bottom: -3rem;
  }

  .specs {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    gap: 2rem;
  }

  .specs_banner .specs::before {
    content: "";
    width: calc(100% + 2rem);
    height: 4.3rem;
    background: #DDA487;
    position: absolute;
    top: -8.5rem;
    left: -1rem;
    z-index: 0;
    backdrop-filter: blur(21px);
  }

  .specs_banner .section__title {
    padding-top: 0;
  }

  .specs__item-text {
    font-size: 1.6rem;
    margin-top: 0;
  }

  .specs__item-separator {
    display: none;
  }

  .specs__item-title {
    font-size: 1.3rem;
  }

  .specs__item {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }


  #color_picker {
    aspect-ratio: 320 / 504;
    height: revert;
    flex-direction: column;
  }

  .color-slider {
    height: 24.7rem;
    inset: revert;
    top: 5.9rem;
    left: 0;
    width: 100%;

  }

  #color_picker .swiper-button-next,
  #color_picker .swiper-button-prev {
    display: none;
    z-index: 0;
  }

  .color-picker {
    column-gap: 2rem;
    row-gap: 2rem;
    margin-top: 13.6rem;
    margin-bottom: 2.5rem;
  }

  h4 {
    font-size: 1.4rem;
  }

  .design {
    height: 38.9rem;
  }

  .design .row {
    flex-direction: column;
  }

  .design .container {
    padding-bottom: 3rem;
  }

  .text-lg {
    font-size: 1.4rem;
  }

  .exterior-row,
  .interior .flex {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 3rem;
  }

  .exterior-row__item {
    width: 100%;
  }

  .exterior-row__item img {
    aspect-ratio: 300 / 224;
    flex-grow: revert;
    flex-shrink: revert;
    margin-bottom: 1.5rem;
  }

  .exterior-row__item-title {
    margin-bottom: 0.5rem;
  }

  .exterior,
  .interior {
    margin-bottom: 3rem;
  }

  .interior h4 {
    margin: 1.5rem 0 0.5rem;
  }

  .gallery {
    aspect-ratio: 320/496;
    color: #111111;
  }



  .gallery .swiper-button-next,
  .gallery .swiper-button-prev {
    display: none;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 3rem;
  }

  .gallery .swiper-slide .container {
    flex-direction: column;
    row-gap: 1.5rem;
  }

  .gallery .section__title {
    top: 3rem;
    color: #fff;
  }

  .gallery .swiper-slide {
    flex-direction: column;
    padding-bottom: 7.7rem;
    gap: 2.9rem;
  }

  #power .specs__item {
    flex-direction: column;
    align-items: flex-start;
    text-align: start;
  }

  #power .specs {
    gap: 1.5rem;
  }

  #power {
    height: 59.6rem;
  }


  #safety .swiper-horizontal>.swiper-pagination-bullets,
  #safety .swiper-pagination-bullets.swiper-pagination-horizontal,
  #safety .swiper-pagination-custom,
  #safety .swiper-pagination-fraction {
    bottom: 3rem;
    filter: invert();
  }

  .gallery .swiper-horizontal>.swiper-pagination-bullets,
  .gallery .swiper-pagination-bullets.swiper-pagination-horizontal,
  .gallery .swiper-pagination-custom,
  .gallery .swiper-pagination-fraction {
    bottom: 3rem;
    filter: invert();
  }

  #safety {
    padding-bottom: 9.5rem;
  }

  #safety .text-sm {
    font-size: 1.2rem;
  }

  .benefits__row {
    grid-template-columns: repeat(1, 1fr);
  }

  .benefits__item {
    width: 100%;
  }

  .benefits__item-title {
    font-size: 1.5rem;
  }

  .benefits__item-text {
    font-size: 1.2rem;
  }

  .benefits__item:nth-child(2) {
    padding: 0;
    border: none;
  }

  #benefits .bg-wrapper {
    position: static;
    aspect-ratio: 320/255;
  }


  .benefits::before {
    height: 88%;
    background: linear-gradient(360deg, rgba(117, 175, 213, 0) -6.78%, rgba(117, 175, 213, 0.6) 15.52%, rgba(117, 175, 213, 0.972488) 32.01%, #75AFD5 100%, rgba(117, 175, 213, 0.9) 100%);
  }

  .benefits {
    height: revert;
    padding-bottom: revert;
  }

  .benefits .container {
    padding-bottom: 3rem;
    background: rgba(117, 175, 213, 1);
  }

  .modal_container {
    width: calc(100% - 2rem);
    padding: 3.9rem 1rem;
  }

  .form__field {
    padding: 1.2rem 1.5rem;
    width: 100%;
    font-size: 1.2rem;
  }

  .modal-close {
    width: 2.4rem;
    height: 2.4rem;
    top: -3.4rem;
  }

  .checkbox-label {
    font-size: 1rem;
  }

  .contacts__container {
    height: revert;
    flex-direction: column;
  }

  .contacts__container .col {
    padding: 2rem 1.5rem;
  }

  #map {
    height: 35.3rem;
    width: 100%;
    flex: revert;
  }

  .contacts__container .col h4 {
    margin-bottom: 1rem;
  }

  .contacts__container .col .social_btn {
    margin-bottom: 0.5rem;
  }

  .contacts {
    padding-bottom: 2rem;
  }

  .contacts .text-lg {
    font-size: 1.2rem;
  }

  .phone__button:before {
    margin-right: 0;
    width: 1.4rem;
    height: 1.4rem;
  }

  .location_button:before {
    width: 1.4rem;
    height: 1.4rem;
  }
}