/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: 'Dopis';
  src: local("Dopis Light"), local("Dopis-Light"), url("../fonts/Dopis/Dopis-Light.woff2") format("woff2"), url("../fonts/Dopis/Dopis-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dopis';
  src: local("Dopis Regular"), local("Dopis-Regular"), url("../fonts/Dopis/Dopis-Regular.woff2") format("woff2"), url("../fonts/Dopis/Dopis-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dopis';
  src: local("Dopis Bold"), local("Dopis-Bold"), url("../fonts/Dopis/Dopis-Bold.woff2") format("woff2"), url("../fonts/Dopis/Dopis-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: "Dopis", sans-serif;
  font-size: 0.520835vw;
  font-style: normal;
  font-weight: normal;
  -webkit-animation: bugfix infinite 1s;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

body {
  font-style: normal;
  font-weight: normal;
  -webkit-animation: bugfix infinite 1s;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  padding-top: 11.2rem;
  color: #ffffff;
  background-color: #0D171A;
}

input,
textarea {
  -webkit-animation: bugfix infinite 1s;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: unset;
}

a,
a:hover {
  text-decoration: none;
}

button,
input,
a,
textarea {
  outline: none;
  cursor: pointer;
  font: inherit;
}

button:focus,
button:active,
input:focus,
input:active,
a:focus,
a:active,
textarea:focus,
textarea:active {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul li,
ol li {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 144rem;
  margin: 0 auto;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

:focus {
  outline-style: none;
  outline-width: 0 !important;
  outline-color: none !important;
}

.mobile {
  display: none !important;
}

.o-hidden {
  overflow: hidden;
}

.d-none {
  display: none !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header .container {
  max-width: 100%;
}

.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 4rem;
  transition: all 0.25s;
  background-color: #0D171A;
}

.header__block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
}

.header .nav {
  margin: 0 auto;
}

.header__info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header__phone {
  display: inline-block;
  font-size: 2.4rem;
}

.header__phone.mob {
  display: none;
}

.logo {
  display: inline-block;
  text-align: center;
}

.logo__img {
  width: 18.7rem;
  margin-bottom: 1.3rem;
}

.logo__text {
  font-size: 1.5rem;
  font-weight: 700;
}

.nav__link {
  cursor: pointer;
}

.nav__list {
  display: flex;
  align-items: center;
}

.nav__list li {
  position: relative;
  font-size: 1.5rem;
}

.nav__list li:not(:last-child) {
  margin-right: 5rem;
}

.nav__list li ul {
  display: none;
  background: #000;
  position: absolute;
  top: 100%;
  left: 0;
  width: 140px;
  z-index: 10;
  padding: 10px 0;
}

.nav__list li ul li {
  font-size: 15px;
  padding: 0 15px;
  margin-right: 0 !important;
}

.nav__list li:hover ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.link {
  display: inline-block;
  font-size: 1.5rem;
  position: relative;
  padding-left: 1.4rem;
}

.link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background-color: #CED7D9;
}

.burger {
  display: none;
}

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

.hero__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero__img img {
  height: 100%;
  object-fit: cover;
}

.hero__content {
  min-height: 95rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 14rem;
  color: #fff;
}

.hero__content--center {
  justify-content: center;
}

.hero__title {
  margin-bottom: 1.4rem;
  text-shadow: 1px 1px 10px black;
}

.hero__title small {
  text-transform: uppercase;
}

.hero__subtitle {
  font-size: 3.2rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  text-shadow: -1px 1px 10px black;
}

.hero__disclaimer {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  text-shadow: -1px 1px 10px black;
}

.hero__swiper-container {
  width: 100%;
}

.hero__swiper-container .swiper-button-next,
.hero__swiper-container .swiper-button-prev {
  width: unset;
}

.hero__swiper-container .swiper-button-next::after,
.hero__swiper-container .swiper-button-prev::after {
  content: "";
}

.hero__swiper-container .swiper-pagination {
  bottom: 70px;
  text-align: left !important;
}

.hero__swiper-container .swiper-pagination-bullet {
  position: relative;
  width: 90px;
  height: auto;
  text-align: left;
  opacity: 1;
  margin-right: 20px;
}

.hero__swiper-container .swiper-pagination-bullet i {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 3px;
  background-color: #ccc;
  opacity: .5;
  border-radius: 5px;
}

.hero__swiper-container .swiper-pagination-bullet b {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 3px;
  background-color: #fff;
  border-radius: 5px;
}

.hero__swiper-container .swiper-pagination-bullet-active {
  background-color: transparent;
}

.hero__swiper-container .swiper-pagination-bullet-active b {
  animation-name: countingBar;
  animation-duration: 5s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

@keyframes countingBar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.hero__swiper-pagination {
  position: relative;
}

.hero__swiper-pagination .swiper-buttons {
  position: absolute;
  bottom: 72px;
  left: 400px;
}

.title {
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

.title_2 {
  font-size: 4rem;
  text-transform: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 5.6rem;
  padding: 0 2.1rem 0 2.8rem;
  border: none;
  background-color: #00657B;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  transition: all 0.25s;
}

.button svg {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  margin-left: .7rem;
}

.button_border {
  border: 1px solid #ffffff;
  background-color: transparent;
}

.side-nav {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
}

.side-nav__link {
  display: flex;
  align-items: center;
  width: 8.2rem;
  height: 5.6rem;
  padding-right: 1.2rem;
  background-color: rgba(0, 0, 0, 0.8);
}

.side-nav__link:not(:last-child) .side-nav__img {
  border-bottom: 1px solid #30363A;
}

.side-nav__link:hover {
  width: auto;
}

.side-nav__link:hover .side-nav__text {
  width: auto;
  opacity: 1;
  transform: scale(1);
}

.side-nav__img {
  width: 6.2rem;
  height: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1rem;
  font-size: 2.4rem;
}

.side-nav__img svg {
  width: 3.2rem;
  height: 3.2rem;
}

.side-nav__text {
  position: relative;
  font-size: 1.6rem;
  white-space: nowrap;
  opacity: 0;
  transform: scale(0);
  transform-origin: left;
  transition: all 0.25s;
}

.test-drive {
  padding: 7rem 0;
  background-color: #000000;
}

.test-drive__content {
  display: flex;
  justify-content: space-between;
}

.test-drive__text {
  margin-right: 2rem;
}

.test-drive__title {
  margin-bottom: 1.7rem;
}

.test-drive__subtitle {
  font-size: 2.4rem;
  line-height: 1.3;
}

.test-drive .form {
  width: 61rem;
  flex-shrink: 0;
}

.test-drive_quiz .test-drive__text {
  width: 62rem;
}

.test-drive_quiz .form__content {
  margin-bottom: 0;
}

.test-drive_quiz .form__content input {
  border: 1px solid #fff;
}

.test-drive_quiz .form__content input[type="date"] {
  width: 100%;
  position: relative;
}

.test-drive_quiz .form__content input[type="date"]::-webkit-calendar-picker-indicator {
  width: calc(100% - 0.25em);
  left: -1.5em;
  background-position: 100% 0;
  position: absolute;
}

.test-drive_result .test-drive__text {
  width: 62rem;
}

.form__heading {
  margin-bottom: 4rem;
}

.form__title {
  margin-bottom: 1.7rem;
}

.form__subtitle {
  font-size: 2.4rem;
  line-height: 1.3;
}

.form__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  margin-bottom: 2rem;
}

.form__privacy {
  font-size: 1.2rem;
  color: #CED7D9;
}

.form__button {
  grid-column: span 2;
}

.form__button:disabled {
  opacity: .45;
}

input {
  width: 100%;
  height: 5.6rem;
  border: 1px solid #30363A;
  background-color: transparent;
  padding: 0 1.9rem;
  appearance: none;
  font-size: 1.6rem;
  color: #ffffff;
}

input:checked ~ .label__box {
  background-color: #00657B;
}

input:checked ~ .label__box::after {
  inset: .2rem .2rem .2rem auto;
}

input::placeholder {
  color: #ffffff;
}

input.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

textarea {
  width: 100%;
  height: 3.3rem;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.25;
  color: #CED7D9;
  border: none;
  border-bottom: 1px solid #30363A;
  background-color: transparent;
  padding: 0 0 1rem;
  appearance: none;
  resize: none;
  overflow: hidden;
}

textarea::placeholder {
  color: #CED7D9;
}

.label {
  cursor: pointer;
}

.label_textarea {
  display: flex;
}

.label.span-2 {
  grid-column: span 2;
}

.label_checkbox {
  display: flex;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}

.label__box {
  width: 3.6rem;
  height: 2.2rem;
  flex-shrink: 0;
  border-radius: 3rem;
  background-color: #E3E3E5;
  margin-right: 1.2rem;
  position: relative;
  transition: all 0.25s;
}

.label__box::after {
  content: '';
  position: absolute;
  inset: .2rem auto .2rem .2rem;
  width: 1.8rem;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, 0.25);
}

.is-error {
  outline: 1px solid darkred;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

.checkbox + .checkbox {
  margin-top: 5px;
}

.checkbox__input {
  width: 22px;
  height: 22px;
  position: absolute;
  opacity: 0;
  margin: 1px 10px 0 0;
}

.checkbox__input:checked + .checkbox__text::after {
  background-image: url('data:image/svg+xml,<svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 1L3.5 6.5L1 4" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.checkbox__text {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 12px;
  line-height: normal;
  color: #ffffff;
}

.checkbox__text::before {
  box-sizing: border-box;
  flex-shrink: 0;
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  margin-top: 0;
  margin-right: 16px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(60px);
  border-radius: 4px;
  transition: 0.35s background-color;
  border: 1px solid transparent;
}

.checkbox__text::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background-size: 10px 8px;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
}

.checkbox__text a {
  color: inherit;
  transition: 0.35s opacity;
  text-decoration: underline;
}

.checkbox__text a:hover {
  opacity: 0.7;
  transition: 0.35s opacity;
}

.checkbox.error .checkbox__text::before {
  border-color: rgba(var(--color_red), 1);
}

.checkbox.error .checkbox__text span {
  color: rgba(var(--color_red), 1);
}

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

.model__item {
  display: none;
}

.model__item-active {
  display: block;
}

.model__btn {
  cursor: pointer;
  display: block;
  width: 60px;
  height: 60px;
  margin-top: 30rem;
}

.model__btn-left {
  float: left;
  margin-left: -70px;
}

.model__btn-right {
  float: right;
  margin-right: -60px;
}

.model__btn svg {
  width: 60px;
}

.model__content {
  min-height: 95rem;
  padding: 6rem 0 3rem;
  display: flex;
  flex-direction: column;
}

.model__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
}

.model__body {
  flex-grow: 1;
}

.model__text {
  width: 22rem;
  margin-bottom: 5rem;
}

.model__title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 2.1rem;
}

.model__title span {
  display: block;
  margin-top: 2rem;
  font-size: 9rem;
}

.model__description {
  font-size: 1.3rem;
  line-height: 1.23;
}

.model__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.model__img img {
  height: 100%;
  object-fit: cover;
}

.model__characteristics {
  display: flex;
  justify-content: space-between;
}

.model__characteristics-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.model__characteristics-group:last-child {
  transform: translateY(-28.3rem);
}

.model__characteristics-group:last-child .model__characteristics-item::after {
  width: 32.9rem;
  left: auto;
  right: 0;
}

.model__characteristics-group:last-child .model__characteristics-item:last-child::after {
  width: 20.4rem;
}

.model__characteristics-item {
  display: flex;
  align-items: center;
  padding: .6rem 0;
  opacity: 0.6;
  transition: opacity 0.25s;
  position: relative;
}

.model__characteristics-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 27.9rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

.model__characteristics-item:not(:last-child) {
  margin-bottom: 1.6rem;
}

.model__characteristics-item:last-child::after {
  width: 58.7rem;
}

.model__characteristics-item:hover {
  opacity: 1;
}

.model__characteristics-value {
  font-size: 4rem;
  font-weight: 700;
  margin-right: 1.2rem;
}

.model__characteristics-text {
  font-size: 1.2rem;
  text-transform: uppercase;
}

.model__media {
  width: 22rem;
  flex-shrink: 0;
  margin: auto 2rem auto 4rem;
  padding: 5.4rem 0;
  position: relative;
}

.model__slider {
  width: 100%;
  height: 38rem;
  margin: 0 auto 0 0;
  position: unset;
}

.model__slider-wrapper {
  height: auto;
}

.model__slider-item {
  width: 100%;
  height: 12rem;
  cursor: pointer;
}

.model__slider-item:not(:last-child) {
  margin-bottom: 1rem;
}

.model__slider-item img {
  height: 100%;
  object-fit: cover;
}

.model__bottom {
  margin-top: auto;
}

.model__info {
  display: flex;
  justify-content: space-between;
  padding: 2rem 3.2rem;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(1rem);
  margin-bottom: 1rem;
}

.model__info-item {
  display: flex;
  flex-direction: column;
}

.model__info-title {
  font-size: 1.4rem;
  color: #CED7D9;
  text-transform: uppercase;
  flex-grow: 1;
  margin-bottom: .5rem;
}

.model__info-value {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.05;
  color: #e51717;
}

.model__buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}

.model__buttons .button {
  font-size: 2.4rem;
}

.slider-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.4rem;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(1rem);
  outline: none;
  margin: 0;
}

.slider-button.swiper-button-disabled {
  opacity: 0.5;
}

.slider-button::after {
  content: none;
}

.slider-button svg {
  width: 2.4rem;
  height: 2.4rem;
}

.slider-button-prev {
  top: 0;
  left: 0;
}

.slider-button-prev svg {
  transform: rotate(-90deg);
}

.slider-button-next {
  top: auto;
  right: 0;
  bottom: 0;
}

.slider-button-next svg {
  transform: rotate(90deg);
}

.fancybox__footer {
  background: none !important;
}

.fancybox__caption {
  position: absolute;
  bottom: 16rem !important;
  left: 38rem;
  width: 45rem !important;
  padding: 0 !important;
  background: none;
  z-index: 20;
}

.fancybox__caption span {
  display: inline-block;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 2.4rem;
}

.fancybox__caption p {
  font-size: 1.6rem;
  line-height: 1.25;
}

.available {
  padding: 12rem 0 24rem;
}

.available__title {
  margin-bottom: 6rem;
}

.tab {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 6rem;
}

.tab__item {
  height: 5.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  font-size: 2rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s;
}

.tab__item.active {
  background-color: #ffffff;
  color: #000000;
}

.tab-body {
  display: none;
}

.tab-body_active {
  display: block;
}

.card {
  display: flex;
  padding: 1.9rem 3.9rem 3.9rem 1.9rem;
  border: 1px solid #30363A;
  transition: background-color 0.25s;
}

.card:hover {
  background-color: #000000;
}

.card:not(:last-child) {
  margin-bottom: 2rem;
}

.card__img {
  width: 44.5rem;
  height: 25rem;
  flex-shrink: 0;
}

.card__img img {
  height: 100%;
  object-fit: contain;
}

.card__text {
  flex-grow: 1;
  padding: 2rem 8rem 1.6rem 11.5rem;
}

.card__heading {
  line-height: 1.05;
  margin-bottom: 5.6rem;
}

.card__title {
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

.card__subtitle {
  font-size: 2rem;
}

.card__characteristics-item {
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
  color: #CED7D9;
}

.card__characteristics-item:not(:last-child) {
  margin-bottom: 1.2rem;
}

.card__characteristics-line {
  flex-grow: 1;
  height: 1px;
  background-color: #30363A;
  align-self: flex-end;
  margin: 0 1rem .6rem;
}

.card__bottom {
  display: flex;
  flex-direction: column;
  width: 45rem;
  flex-shrink: 0;
  padding: 2rem 0 0;
}

.card__bonus {
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.card__bonus-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #e51717;
}

.card__bonus-item:not(:last-child) {
  margin-bottom: 1.2rem;
}

.card__button:not(:last-child) {
  margin-bottom: 1rem;
}

.card__buttons {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.stock__show-more-btn {
  margin: 15px auto;
  display: flex;
  width: 250px;
}

.trade-in {
  padding: 7rem 0;
  position: relative;
  z-index: 1;
}

.trade-in__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.trade-in__img img {
  height: 100%;
  object-fit: cover;
}

.trade-in__content {
  display: flex;
  justify-content: flex-end;
}

.trade-in__block {
  width: 69rem;
  padding: 4rem 4rem 3.6rem;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(1rem);
}

.trade-in__block input {
  border-color: #ffffff;
}

.trade-in__block .checkbox__text:before {
  background-color: rgba(63, 63, 63, 0.5);
}

.select2-container {
  font-size: 1.6rem !important;
}

.select2-search {
  display: none !important;
}

.select2-selection {
  width: 100% !important;
  height: 5.6rem !important;
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
  border-radius: 0 !important;
}

.select2-selection__placeholder {
  color: #ffffff !important;
}

.select2-selection__rendered {
  color: #ffffff !important;
  padding: 0 1.9rem !important;
  line-height: 5.6rem !important;
}

.select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%);
  right: 1.5rem !important;
  width: 2.4rem !important;
  height: 2.4rem !important;
  background: url(../img/svg/arrow-dropdown.svg) 50%/contain no-repeat;
  transition: all 0.25s;
}

.select2-selection__arrow b {
  display: none !important;
}

.select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(-180deg) !important;
}

.select2-results__option {
  display: flex;
  align-items: center;
  height: 5.6rem !important;
  padding: 0 1.9rem !important;
  font-size: 1.4rem !important;
}

.select2-results__option--highlighted {
  background: transparent !important;
}

.select2-results__option[aria-selected="true"] {
  background: #00657B !important;
}

.select2-dropdown {
  top: .4rem;
  background: rgba(0, 0, 0, 0.2) !important;
  backdrop-filter: blur(1rem);
  border: 1px solid #ffffff !important;
  border-radius: 0 !important;
  z-index: 99 !important;
  overflow: hidden;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px;
}

.contacts__content {
  padding: 5rem 0 4.5rem;
  background-color: #000000;
}

.contacts__info {
  display: flex;
  justify-content: space-between;
}

.contacts__title {
  margin-bottom: 2.5rem;
}

.contacts__address {
  font-size: 2rem;
  color: #CED7D9;
  line-height: 1.4;
}

.contacts__regim {
  font-size: 2.3rem;
  display: inline-block;
  margin-bottom: 5px;
}

.contacts__right {
  display: flex;
  flex-direction: column;
}

.contacts__phone {
  display: inline-block;
  font-size: 4rem;
  margin-bottom: 1.4rem;
}

.contacts__map {
  width: 100%;
  height: 60rem;
}

.contacts__map [class*=-ground-pane] {
  filter: grayscale(1);
}

.contacts__map-hint {
  padding: 1.2rem;
  font-size: 1.4rem;
}

.contacts__map-address {
  margin-bottom: .6rem;
}

.contacts__map-phone {
  font-weight: 700;
}

.footer {
  padding: 4rem;
}

.footer .container {
  max-width: 176rem;
}

.footer__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.1rem;
}

.footer__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer__phone {
  font-size: 2.4rem;
}

.footer__body {
  padding: 3.2rem 0;
  border-top: 1px solid #CED7D9;
  border-bottom: 1px solid #CED7D9;
  margin-bottom: 2.9rem;
}

.footer__info {
  padding-right: 6rem;
  font-size: 1.27rem;
  opacity: 0.6;
  margin-bottom: 3.7rem;
}

.footer__info p:not(:last-child) {
  margin-bottom: 2rem;
}

.footer__privacy {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}

.footer__privacy-link {
  text-decoration: underline;
}

.footer__privacy-link:not(:last-child) {
  margin-right: 2.7rem;
}

.footer__copy {
  opacity: 0.4;
  text-transform: uppercase;
  margin-right: 2.7rem;
}

.footer__captcha {
  margin-top: 20px;
  font-size: 1.4rem;
  opacity: 0.4;
}

.grecaptcha-badge {
  visibility: hidden;
}

.drive-hero {
  position: relative;
  z-index: 1;
}

.drive-hero__img {
  width: 100%;
  height: 60rem;
  z-index: -1;
}

.drive-hero__img img {
  height: 100%;
  object-fit: cover;
}

.quiz {
  padding: 11rem 0 7rem;
}

.quiz__heading {
  margin-bottom: 6rem;
}

.quiz__title {
  margin-bottom: 1.5rem;
}

.quiz__description {
  font-size: 2.4rem;
  line-height: 1.3;
}

.quiz__question {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.9rem;
  border: 1px solid #30363A;
}

.quiz__question:not(:last-child) {
  margin-bottom: 2.5rem;
}

.quiz__question-title {
  width: 97rem;
  min-height: 4.6rem;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.25;
}

.quiz__question-action {
  width: 33rem;
}

.quiz__question-grade {
  height: 5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2rem;
}

.quiz__question-grade_final {
  height: 5.5rem;
  grid-template-columns: repeat(2, 1fr);
}

.quiz__question .label {
  position: relative;
}

.quiz__question .label__box {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: none;
  border: 1px solid #30363A;
}

.quiz__question .label__box::after {
  content: none;
}

.quiz__question .label__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.2rem;
  line-height: 1;
}

.quiz__question input:checked ~ .label__box {
  border-color: #00657B;
}

.service {
  color: #FFF;
  padding-top: 11.5rem;
}

.service__crumbs {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 2.4rem;
}

.service__text-wrapper + .service__text-wrapper {
  margin-top: 12rem;
}

.service__text-wrapper h2 {
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  margin-bottom: 3.2rem;
}

.service__text-wrapper p {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  margin-bottom: 3.2rem;
}

.service__text-wrapper ul {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-left: 2.4rem;
}

.service__text-wrapper ul li {
  list-style: disc;
}

.service__content {
  display: flex;
  margin-top: 7rem;
  justify-content: space-between;
  align-items: center;
}

.service__block {
  width: 61rem;
}

.service__block input {
  border-color: #ffffff;
}

.service__block .label_wide {
  grid-column: 1 / 3;
}

.service__form-img {
  width: 72rem;
}

.service__form-img img {
  display: block;
  width: 100%;
  height: auto;
}

.service .form__heading p {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 3.2rem;
}

.service__benefits {
  margin-top: 12rem;
}

.service__benefits h2 {
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  margin-bottom: 5.2rem;
}

.service__benefits-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.5rem;
}

.service__benefits-item {
  padding: 2.2rem;
  background-color: #30363A;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.service__benefits-item svg {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
}

.form-block {
  padding: 7rem 0;
  position: relative;
  z-index: 1;
  margin-top: 10rem;
}

.form-block__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.form-block__img img {
  height: 100%;
  object-fit: cover;
}

.form-block__content {
  display: flex;
  justify-content: flex-end;
}

.form-block__block {
  width: 72rem;
  padding: 4rem 4rem 3.6rem;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(1rem);
}

.form-block__block input {
  border-color: #ffffff;
}

.form-block .title_2 {
  font-size: 3.9rem;
}

.cookie {
  display: none;
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background-color: #0D171A;
  padding: 40px;
  z-index: 999;
  transition: bottom 1s;
}

.cookie.show {
  bottom: 0;
}

.cookie__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1920px;
  margin: 0 auto;
}

.cookie__inner p {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #ffffff;
}

.cookie__inner p a {
  color: #ffffff;
  transition: color 0.5s;
  text-decoration: underline;
}

.cookie__inner p a:hover {
  color: rgba(0, 168, 155, 0.7);
}

.cookie__btn {
  background: #00657B;
  color: #ffffff;
  padding: 12px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  max-width: 345px;
  width: 100%;
  border: none;
  height: auto;
}

.cookie__btn:hover {
  background: rgba(0, 101, 123, 0.8);
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 54, 58, 0.5);
  z-index: 110;
  overflow-y: auto;
  overflow-x: hidden;
}

.popup_active {
  display: block;
}

.popup__wrap {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem;
}

.popup__content {
  width: 73rem;
  padding: 6rem 6rem 2rem;
  background-color: #0D171A;
  position: relative;
  z-index: 1;
}

.popup .form {
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.popup .form__heading {
  text-align: center;
  margin-bottom: 3.2rem;
}

.popup .form__title {
  margin-bottom: 3.2rem;
}

.popup__bottom {
  margin-top: 2rem;
  text-align: center;
}

.popup__close {
  background: none;
  cursor: pointer;
}

.popup_results .popup__bottom {
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

@media (min-width: 1921px) {
  html {
    font-size: 10px;
  }
}

@media (max-width: 1400px) {
  .model__btn {
    width: 40px;
    height: 40px;
  }

  .model__btn-left {
    margin-left: -50px;
  }

  .model__btn-right {
    margin-right: -40px;
  }

  .model__btn svg {
    width: 40px;
    height: 40px;
  }

  .model__content {
    padding: 6rem 30px 3rem 30px;
  }
}

@media (max-width: 86em) {
  html {
    font-size: 0.65vw;
  }

  .side-nav {
    display: none;
  }

  .fancybox__caption {
    left: 10rem !important;
    bottom: 10rem !important;
  }

  .drive-hero__img img {
    object-position: -6rem;
  }
}

@media (max-width: 64em) {
  .card:hover {
    background-color: transparent;
  }
}

@media (max-width: 1024px) {
  .cookie__inner p {
    font-size: 15px;
  }

  .cookie__btn {
    font-size: 15px !important;
    padding: 15px 24px !important;
    height: auto !important;
  }
}

@media (max-width: 48em) {
  html {
    font-size: 5px;
    font-size: 1.5625vw;
    font-size: 1.33333vw;
    -webkit-text-size-adjust: none;
  }

  body {
    -webkit-text-size-adjust: none;
    padding-top: 14.6rem;
  }

  .container {
    width: 100%;
    padding: 0 3rem;
  }

  .desktop {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .header_active .header__content {
    border-color: rgba(255, 255, 255, 0.5);
  }

  .header .container {
    padding: 0;
  }

  .header__content {
    padding: 3rem 3rem;
    border-bottom: 1px solid transparent;
  }

  .header__block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: initial;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 26.8rem 3rem 15rem;
    background-color: #0D171A;
    transition: all 0.4s ease;
    transform: translateY(-150%);
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .header__block_active {
    transform: translateY(0%);
  }

  .header .nav {
    margin: 0 0 16rem;
  }

  .header__info {
    display: block;
    margin-top: auto;
  }

  .header__phone.mob {
    display: block;
    font-size: 2.8rem;
    margin-bottom: 0;
    font-weight: 700;
  }

  .header__phone {
    font-size: 4.8rem;
    margin-bottom: 4rem;
  }

  .header__button {
    display: flex !important;
  }

  .logo__img {
    width: 28.4rem;
    margin-bottom: 2.4rem;
  }

  .logo__text {
    font-size: 2.4rem;
  }

  .nav__list {
    display: block;
  }

  .nav__list li {
    font-size: 3.6rem;
  }

  .nav__list li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 8.3rem;
  }

  .link {
    font-size: 3rem;
    padding-left: 3rem;
  }

  .link::before {
    width: 1.2rem;
    height: 1.2rem;
  }

  .burger {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 8rem;
    height: 8rem;
    padding: 0.8rem;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    transition: all 0.25s;
  }

  .burger span {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.25s;
  }

  .burger span:first-child {
    margin-bottom: 1.6rem;
  }

  .burger span:last-child {
    width: 75%;
    margin-left: auto;
  }

  .burger_active span {
    width: 90%;
  }

  .burger_active span:first-child {
    transform: rotate(45deg);
    margin-bottom: -2px;
  }

  .burger_active span:last-child {
    width: 90%;
    margin: 0;
    transform: rotate(-45deg);
  }

  .hero__swiper-container .swiper-pagination {
    bottom: 20px;
    text-align: center !important;
  }

  .hero__swiper-pagination .swiper-buttons {
    display: none;
  }

  .hero__img {
    position: static;
    height: 64rem;
  }

  .hero__content {
    min-height: auto;
    display: block;
    padding: 5rem 0 10rem;
    color: #ffffff;
  }

  .hero__content .button {
    font-size: 3rem;
  }

  .hero__title {
    margin-bottom: 2.8rem;
  }

  .hero__title br {
    display: none;
  }

  .hero__subtitle,
  .hero__disclaimer {
    margin-bottom: 2.2rem;
  }

  .title {
    font-size: 6.4rem;
  }

  .title_2 {
    font-size: 6.4rem;
  }

  .button {
    width: 100%;
    height: 11.2rem;
    padding: 0 4.2rem 0 5.6rem;
    font-size: 3.2rem;
  }

  .button svg {
    width: 4.8rem;
    height: 4.8rem;
    margin-left: 1.4rem;
  }

  .test-drive {
    padding: 6.8rem 0 6.4rem;
  }

  .test-drive__content {
    display: block;
  }

  .test-drive__text {
    margin-right: 0;
    margin-bottom: 3.8rem;
  }

  .test-drive__title {
    margin-bottom: 2.6rem;
  }

  .test-drive__subtitle {
    font-size: 3.2rem;
  }

  .test-drive .form {
    width: 100%;
  }

  .form__title {
    margin-bottom: 2.5rem;
  }

  .form__subtitle {
    font-size: 3.2rem;
  }

  .form__content {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
  }

  .form__privacy {
    font-size: 2.4rem;
  }

  .form__button {
    grid-column: span 1;
  }

  input {
    height: 11.2rem;
    padding: 0 3.8rem;
    font-size: 3.2rem;
    color: #ffffff;
  }

  input:checked ~ .label__box::after {
    inset: .4rem .4rem .4rem auto;
  }

  textarea {
    height: 4.8rem;
    font-size: 2.6rem;
    padding: 0 0 1.6rem;
  }

  .label.span-2 {
    grid-column: span 1;
  }

  .label__box {
    width: 7.2rem;
    height: 4.4rem;
    margin-right: 2.4rem;
  }

  .label__box::after {
    inset: .4rem auto .4rem .4rem;
    width: 3.6rem;
  }

  .model__item {
    position: relative;
  }

  .model__btn {
    width: 40px;
    height: 40px;
    position: absolute;
    margin-top: 60rem;
  }

  .model__btn-left {
    left: 40px;
    top: 60px;
  }

  .model__btn-right {
    right: 40px;
    top: 60px;
  }

  .model {
    overflow: hidden;
  }

  .model__content {
    min-height: auto;
    padding: 12rem 0 0;
    display: block;
  }

  .model__inner {
    display: block;
    margin-bottom: 6.4rem;
  }

  .model__body {
    margin-bottom: 6.4rem;
  }

  .model__text {
    width: 100%;
    margin-bottom: 3.8rem;
  }

  .model__title {
    font-size: 6.4rem;
    margin-bottom: 4rem;
  }

  .model__title span {
    display: inline;
    margin: 0;
    font-size: inherit;
  }

  .model__description {
    font-size: 2.6rem;
  }

  .model__img {
    position: static;
    width: auto;
    height: 64rem;
    margin: 0 -3rem 3.8rem;
  }

  .model__characteristics-group {
    flex-grow: 1;
    flex-direction: row;
    justify-content: space-between;
  }

  .model__characteristics-group:not(:last-child) {
    margin-right: 8.8rem;
  }

  .model__characteristics-group:last-child {
    transform: none;
  }

  .model__characteristics-group:last-child .model__characteristics-item::after {
    width: 1px;
    left: 37%;
    right: auto;
  }

  .model__characteristics-group:last-child .model__characteristics-item:last-child::after {
    width: 1px;
  }

  .model__characteristics-item {
    display: block;
    padding: 0;
    opacity: 1;
  }

  .model__characteristics-item::after {
    top: auto;
    bottom: calc(100% + 2rem);
    left: 37%;
    transform: translateX(-50%);
    width: 1px;
    height: 8rem;
  }

  .model__characteristics-item:not(:last-child) {
    margin-bottom: 0;
  }

  .model__characteristics-item:last-child::after {
    width: 1px;
  }

  .model__characteristics-value {
    font-size: 4.8rem;
    margin-right: 0;
  }

  .model__characteristics-text {
    font-size: 1.6rem;
  }

  .model__media {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .model__slider {
    height: auto;
    margin: 0;
    overflow: visible;
  }

  .model__slider_end .model__slider-item:last-child {
    opacity: 1;
  }

  .model__slider-item {
    width: 44rem;
    height: 24rem;
    opacity: 0.4;
    transition: opacity 0.25s;
  }

  .model__slider-item.swiper-slide-active {
    opacity: 1;
  }

  .model__slider-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 2rem;
  }

  .model__info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5.4rem 8.5rem;
    padding: 5rem 3rem;
    background-color: black;
    backdrop-filter: none;
    margin: 0 -3rem 6.4rem;
  }

  .model__info-title {
    min-height: 4rem;
    font-size: 1.6rem;
    margin-bottom: .6rem;
  }

  .model__info-value {
    font-size: 4rem;
  }

  .model__buttons {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
  }

  .slider-button {
    display: none;
  }

  .fancybox__footer {
    position: static !important;
  }

  .fancybox__caption {
    position: static;
    width: auto !important;
    padding: 3rem !important;
  }

  .fancybox__caption span {
    font-size: 4.8rem;
    margin-bottom: 4.8rem;
  }

  .fancybox__caption p {
    font-size: 3.2rem;
  }

  .available {
    padding: 12rem 0;
  }

  .available__title {
    margin-bottom: 4rem;
  }

  .tab {
    margin-bottom: 8rem;
  }

  .tab__item {
    height: 10.4rem;
    font-size: 2.8rem;
  }

  .card {
    display: block;
    padding: 3.8rem 3.8rem;
  }

  .card__img {
    width: 100%;
    height: 34.2rem;
    margin-bottom: 6rem;
  }

  .card__text {
    padding: 0;
    margin-bottom: 6.4rem;
  }

  .card__heading {
    margin-bottom: 4.8rem;
  }

  .card__title {
    font-size: 4.4rem;
    margin-bottom: 2rem;
  }

  .card__subtitle {
    font-size: 2.8rem;
  }

  .card__characteristics-item {
    font-size: 2.8rem;
  }

  .card__characteristics-item:not(:last-child) {
    margin-bottom: 1.3rem;
  }

  .card__characteristics-line {
    margin: 0 2rem 1rem;
  }

  .card__bottom {
    width: 100%;
    padding: 0;
  }

  .card__bonus {
    margin-bottom: 5.2rem;
    font-size: 2.4rem;
  }

  .card__bonus-item:not(:last-child) {
    margin-bottom: 2.4rem;
  }

  .card__button:not(:last-child) {
    margin-bottom: 2rem;
  }

  .trade-in {
    padding: 6.8rem 0 66.4rem;
    background-color: #000000;
  }

  .trade-in__img {
    position: absolute;
    top: auto;
    bottom: 0;
    height: 64rem;
  }

  .trade-in__content {
    display: flex;
    justify-content: flex-end;
  }

  .trade-in__block {
    width: 100%;
    padding: 0;
    background: none;
    backdrop-filter: none;
  }

  .trade-in__block input {
    border-color: #30363A;
  }

  .select2-container {
    font-size: 3.2rem !important;
  }

  .select2-selection {
    height: 11.2rem !important;
    border-color: #30363A !important;
  }

  .select2-selection__placeholder {
    color: #ffffff !important;
  }

  .select2-selection__rendered {
    padding: 0 3.8rem !important;
    line-height: 11.2rem !important;
  }

  .select2-selection__arrow {
    right: 3rem !important;
    width: 4.8rem !important;
    height: 4.8rem !important;
  }

  .select2-results__option {
    height: 11.2rem !important;
    padding: 0 3.8rem !important;
    font-size: 2.8rem !important;
  }

  .select2-dropdown {
    top: .8rem;
    background: #000000 !important;
    backdrop-filter: none;
    border-color: #30363A !important;
  }

  .contacts__content {
    padding: 6.2rem 0 3rem;
  }

  .contacts__info {
    display: block;
  }

  .contacts__text {
    margin-bottom: 10.6rem;
  }

  .contacts__title {
    margin-bottom: 2.8rem;
  }

  .contacts__address {
    font-size: 3.6rem;
  }

  .contacts__right {
    display: block;
  }

  .contacts__phone {
    font-size: 6.4rem;
    margin-bottom: 2.5rem;
  }

  .contacts__map {
    height: 64rem;
  }

  .contacts__map-hint {
    padding: 2.4rem;
    font-size: 2.8rem;
  }

  .contacts__map-address {
    margin-bottom: 1.2rem;
  }

  .footer {
    padding: 8rem 0 4rem;
  }

  .footer .container {
    max-width: 100%;
  }

  .footer__heading {
    margin-bottom: 3.8rem;
  }

  .footer .logo__img {
    width: 21.2rem;
  }

  .footer .logo__text {
    font-size: 2rem;
  }

  .footer__phone {
    font-size: 4rem;
  }

  .footer__body {
    padding: 4rem 0;
    margin-bottom: 3.2rem;
  }

  .footer .nav__list li {
    font-size: 3rem;
  }

  .footer .nav__list li:not(:last-child) {
    margin-bottom: 2.6rem;
  }

  .footer__info {
    padding-right: 2.6rem;
    font-size: 2.53rem;
    line-height: 1.27;
    margin-bottom: 4rem;
  }

  .footer__info p:not(:last-child) {
    margin-bottom: 3.5rem;
  }

  .footer__privacy {
    flex-direction: column;
    align-items: flex-start;
    font-size: 2.4rem;
  }

  .footer__privacy-link:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .footer__copy {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .footer__captcha {
    font-size: 2.5rem;
  }

  .drive-hero__img {
    height: 40.2rem;
  }

  .drive-hero__img img {
    object-position: center;
  }

  .quiz {
    padding: 12rem 0;
  }

  .quiz__heading {
    margin-bottom: 8rem;
  }

  .quiz__title {
    margin-bottom: 4.5rem;
  }

  .quiz__description {
    font-size: 3.2rem;
    line-height: 1.35;
  }

  .quiz__question {
    display: block;
    padding: 2.6rem;
  }

  .quiz__question:not(:last-child) {
    margin-bottom: 8rem;
  }

  .quiz__question-title {
    width: 100%;
    min-height: auto;
    font-size: 2.6rem;
    line-height: 1.4;
    margin-bottom: 4rem;
  }

  .quiz__question-title br {
    display: none;
  }

  .quiz__question-action {
    width: 100%;
  }

  .quiz__question-grade {
    height: 9.2rem;
    grid-gap: 4.3rem;
  }

  .quiz__question-grade_final {
    height: 8rem;
  }

  .quiz__question .label__text {
    font-size: 4rem;
  }

  .service {
    padding-top: 8rem;
  }

  .service__crumbs {
    font-size: 4rem;
  }

  .service__text-wrapper + .service__text-wrapper {
    margin-top: 12rem;
  }

  .service__text-wrapper h2 {
    font-size: 6.4rem;
    margin-bottom: 6.2rem;
  }

  .service__text-wrapper p {
    font-size: 3.2rem;
    margin-bottom: 6.2rem;
  }

  .service__text-wrapper ul {
    font-size: 3rem;
    padding-left: 4rem;
  }

  .service__content {
    flex-direction: column-reverse;
  }

  .service .form__heading p {
    font-size: 3.2rem;
    margin-bottom: 6.2rem;
  }

  .service .form__content {
    grid-gap: 4rem;
  }

  .service__block {
    width: 100%;
    padding: 0;
    background: none;
    backdrop-filter: none;
    margin-top: 5rem;
  }

  .service__block input {
    border-color: #30363A;
  }

  .service__block .form__content {
    grid-template-columns: 1fr;
  }

  .service__block .label_wide {
    grid-column: 1 / 2;
  }

  .service__benefits {
    margin-top: 12rem;
  }

  .service__benefits h2 {
    font-size: 6.4rem;
    margin-bottom: 6.2rem;
  }

  .service__benefits-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
  }

  .service__benefits-item {
    padding: 5rem;
    gap: 3.8rem;
    font-size: 3.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }

  .service__benefits-item svg {
    display: block;
    width: 9.5rem;
    height: 9.5rem;
  }

  .form-block {
    padding: 8rem 0;
    background-image: url("../img/content/form/form-bg-xs.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .form-block .form {
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(1rem);
    padding: 8rem 4rem;
  }

  .form-block .form__heading {
    margin-bottom: 6rem;
  }

  .form-block .form__content {
    grid-gap: 4rem;
  }

  .form-block__img {
    display: none;
  }

  .form-block__content {
    display: flex;
    justify-content: flex-end;
  }

  .form-block__block {
    width: 100%;
    padding: 0;
    background: none;
    backdrop-filter: none;
  }

  .form-block__block input {
    border-color: #ffffff;
  }

  .form-block .title_2 {
    font-size: 5.9rem;
    margin-bottom: 3.5rem;
  }

  .popup__wrap {
    padding: 6rem 3rem;
  }

  .popup__content {
    width: 100%;
    padding: 4rem 4rem;
  }

  .popup .form {
    padding-bottom: 7.6rem;
  }

  .popup .form__content {
    margin-bottom: 4rem;
  }

  .popup .form__heading {
    margin-bottom: 4rem;
  }

  .popup .form__title {
    margin-bottom: 2.8rem;
  }

  .popup__bottom {
    margin-top: 4rem;
  }

  .popup_results .popup__bottom {
    margin-top: 6rem;
    padding-top: 4rem;
  }
}

@media (max-width: 48em) and (orientation: landscape) {
  html {
    font-size: 4px;
  }
}

@media (max-width: 768px) {
  .cookie {
    padding: 32px 15px;
  }

  .cookie__inner {
    flex-direction: column;
    gap: 20px;
  }
}
/*# sourceMappingURL=maps/main.css.map */
