@charset "UTF-8";
/* stylelint-disable no-invalid-position-at-import-rule */
:root {
  --base-size: 1vw;
  --tr: 0.3s;
  --tr-regular: all var(--tr) ease;
  --p-container: 1.5rem;
  --m-m-container: calc( -1 * var(--p-container) );
  --w-container: 116.1rem;
  --fz-regular: 1.6rem;
  --fz-secondary: 1.4rem;
  --fz-third: 1.5rem;
  --fz-1-3: 1.3rem;
  --fz-1-2: 1.2rem;
  --fz-h1: 6rem;
  --fz-h2: 3.5rem;
  --fz-h2-2: 3.2rem;
  --fz-h3: 2.5rem;
  --fz-h4: 2rem;
  --fz-h5: 1.6rem;
  --br-regular: 2rem;
}
@media (max-width: 991px) {
  :root {
    --p-container: 1rem;
  }
}
@media (max-width: 991px) {
  :root {
    --w-container: 100%;
  }
}
@media (max-width: 575px) {
  :root {
    --fz-h2: 2.5rem;
    --fz-regular: 1.5rem;
    --fz-secondary: 1.3rem;
    --fz-third: 1.4rem;
  }
}

:root {
  --fg-regular: #212121;
  --fg-white: #fff;
  --fg-gray: #545454;
  --fg-gray-2: #424242;
  --fg-gray-dark: #2F3C4F;
  --fg-secondary: #464646;
  --bg-body: #F6F6F6;
  --bg-blue: #4C63B5;
  --bg-dark: #292929;
  --bg-light: #fff;
  --bg-gray: #D9D9D9;
  --bg-white: #fff;
  --bg-purple: #6473C6;
  --bg-button-primary: #4C63B5;
  --fg-button-primary: #fff;
  --shadow-card: 0 25px 54px 0 rgba(112, 112, 112, 0.1), 0 99px 99px 0 rgba(112, 112, 112, 0.09), 0 222px 133px 0 rgba(112, 112, 112, 0.05), 0 395px 158px 0 rgba(112, 112, 112, 0.01), 0 618px 173px 0 rgba(112, 112, 112, 0);
  --bg-input: #F7F9FC;
  --pl-input: create-rgba(#242729, .7);
}

/* stylelint-disable scss/operator-no-newline-after */
/*
  Подключает шфрит
  @include font('Inter', normal, 400, '../resources/fonts/Inter/Inter-Regular');
 */
/*
  Создает грид
 */
/*
  Делает маску из svg
 */
/*

  SCSS ONLY MIXINS

 */
/*
  Генерирует цвет по указанной яркости
*/
/*
  Создать цвет rgba из hex
*/
/*
 Кастомизирует скроллбар
*/
@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url("../fonts/sf-pro-display/SFProDisplay-Light.woff2") format("woff2"), url("../fonts/sf-pro-display/SFProDisplay-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url("../fonts/sf-pro-display/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/sf-pro-display/SFProDisplay-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  src: url("../fonts/sf-pro-display/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/sf-pro-display/SFProDisplay-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url("../fonts/sf-pro-display/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/sf-pro-display/SFProDisplay-Semibold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url("../fonts/sf-pro-display/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/sf-pro-display/SFProDisplay-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url("../fonts/gilroy/Gilroy-Regular.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  src: url("../fonts/gilroy/Gilroy-Medium.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url("../fonts/gilroy/Gilroy-Bold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url("../fonts/inter/Inter-Regular.woff2") format("woff2"), url("../fonts/inter/Inter-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url("../fonts/inter/Inter-Bold.woff2") format("woff2"), url("../fonts/inter/Inter-Bold.woff") format("woff");
  font-display: swap;
}
:root {
  --ff-regular: "SF Pro Display", sans-serif;
  --ff-gilroy: "Gilroy", sans-serif;
  --ff-inter: "Inter", sans-serif;
}

/*
    1. Use a more-intuitive box-sizing model.
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

/*
    2. Remove default margin
 */
* {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
}

/*
    3. Allow percentage-based heights in the application
*/
html,
body {
  width: 100%;
  height: 100%;
}

/*
    Typographic tweaks!
    4. Add accessible line-height
    5. Improve text rendering
 */
body {
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
7. Remove built-in form typography styles
*/
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button:active {
  outline: none;
}

input[type=submit] {
  cursor: pointer;
}

button {
  color: inherit;
  cursor: pointer;
  background: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  color: inherit;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

ul li {
  list-style: none;
  list-style-position: inside;
}

ol li {
  list-style-position: inside;
}

/*
    6. Improve media defaults
 */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

img,
svg {
  object-fit: contain;
}

/*
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
*/
/*
  8. Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/*
  9. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

/*! 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;
}

fieldset {
  padding: 0;
  margin: 0;
}

html {
  overscroll-behavior: none;
  --fz-modifier: 0.520834;
  font-size: calc(var(--fz-modifier) * var(--base-size));
}
@media (max-width: 1919px) {
  html {
    --fz-modifier: 0.625;
  }
}
@media (max-width: 991px) {
  html {
    --fz-modifier: 1.323894;
  }
}
@media (max-width: 575px) {
  html {
    --fz-modifier: 2.666666;
  }
}
@media (max-width: 359px) {
  html {
    --fz-modifier: 2.777777;
  }
}
@media (max-width: 359px) {
  html {
    --fz-modifier: 3.125;
  }
}

body {
  color: var(--fg-regular);
  font-family: var(--ff-regular);
  font-size: var(--fz-regular);
  font-weight: 400;
  line-height: 140%;
  background: inherit;
  overscroll-behavior: none;
  background-color: var(--bg-body);
}

body._lock {
  overflow: hidden;
  touch-action: none;
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}

.container {
  max-width: calc(var(--w-container) + 2 * var(--p-container));
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--p-container);
  padding-right: var(--p-container);
}

.section {
  padding: 5rem 0;
}

h1 {
  font-size: var(--fz-h1);
  font-weight: 300;
  line-height: var(--fz-h1);
}

h2, .fz-h2 {
  font-size: var(--fz-h2);
  font-weight: 300;
  line-height: var(--fz-h2);
}

h3, .fz-h3 {
  font-size: var(--fz-h3);
  line-height: 87%;
  font-weight: 600;
}

h4, .fz-h4 {
  font-size: var(--fz-h4);
  line-height: 110%;
  font-weight: 400;
}

p {
  font-size: var(--fz-regular);
  color: var(--fg-regular-85);
  line-height: 140%;
}

.page-padding {
  padding-bottom: 7rem;
}
@media (max-width: 575px) {
  .page-padding {
    padding-bottom: 5rem;
  }
}

.item--cover {
  position: relative;
}
.item--cover > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.item--center {
  position: relative;
}
.item--center > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a, button {
  transition: var(--tr-regular);
}

.section {
  padding: 5rem 0;
}
@media (max-width: 575px) {
  .section {
    padding: 2.5rem 0;
  }
}

.section-full {
  padding: 10rem 0;
}
@media (max-width: 575px) {
  .section-full {
    padding: 5rem 0;
  }
}

strong {
  font-weight: 700;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes minipulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.menu {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu__item {
  position: relative;
  border-right: 0.1rem solid #D9D9D9;
}
.menu__item:first-child {
  border-left: 0.1rem solid #D9D9D9;
}

.menu__link {
  display: block;
  padding: 1.8rem 2rem 2.4rem;
  font-weight: 300;
  font-size: 1.4rem;
  opacity: 0.7;
}

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

.socials__item:not(:last-child) {
  margin-right: 0.7rem;
}

.socials__link {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: var(--bg-light);
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.1rem solid #D9D9D9;
}
@media (max-width: 991px) {
  .header__flex {
    padding: 1.3rem 0;
    border: none;
  }
}

.header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__call {
  font-size: var(--fz-secondary);
  border-radius: 3rem;
  padding: 1.3rem 2.8rem 1.4rem;
  color: rgba(33, 33, 33, 0.8);
  background-color: var(--bg-light);
}

.header__socials {
  border-radius: 3rem;
  background-color: var(--bg-light);
  padding: 1.5rem 1.8rem 1.4rem;
  margin-left: 2.4rem;
}
.header__socials._mobile {
  display: none;
}
.header__socials .socials__item {
  margin-right: 0 !important;
  padding: 0 1.2rem;
  position: relative;
}
.header__socials .socials__item:first-child {
  padding-left: 0;
}
.header__socials .socials__item:last-child {
  padding-right: 0;
}
.header__socials .socials__item:after {
  content: "";
  position: absolute;
  right: -0.12rem;
  top: 0;
  width: 0.1rem;
  height: 0.24rem;
  background-color: rgba(217, 217, 217, 0.3);
}
.header__socials .socials__link {
  width: auto;
  height: auto;
}
@media (max-width: 575px) {
  .header__socials {
    display: none;
  }
  .header__socials._mobile {
    display: flex;
    margin-left: 0;
    margin-top: 2rem;
    max-width: fit-content;
  }
}

@media (max-width: 991px) {
  .header__middle {
    position: fixed;
    left: 0;
    transform: translateX(-100%);
    height: calc(100% - 6.7rem);
    width: 100%;
    opacity: 0;
    bottom: 0;
    background: var(--bg-body);
    padding: 2rem;
    z-index: 999;
    transition: var(--tr-regular);
  }
  .header__middle._active {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .admin-bar .header__middle {
    height: calc(100% - 6.7rem - 4.6rem);
  }
}
@media (max-width: 991px) {
  .header__menu {
    flex-direction: column;
    align-items: flex-start;
  }
  .header__menu .menu__item {
    border: none !important;
    margin-bottom: 1rem;
  }
  .header__menu .menu__item:last-child {
    margin-bottom: 0;
  }
  .header__menu .menu__link {
    padding: 0 !important;
  }
}
.logo {
  font-size: 1.2rem;
  color: var(--fg-regular);
  opacity: 0.2;
  line-height: normal;
  max-width: 13rem;
}

.footer {
  padding: 2.1rem 0 3.7rem;
  background-color: #242729;
  color: var(--fg-white);
}

.footer__container {
  display: grid;
  align-items: flex-end;
  grid-template-columns: 5fr 2fr 5fr;
}
@media (max-width: 575px) {
  .footer__container {
    grid-template-columns: 1fr;
  }
}

.footer__logo {
  display: inline-block;
  color: var(--fg-white);
  opacity: 1;
}
@media (max-width: 575px) {
  .footer__logo {
    display: block;
    max-width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .footer__logo br {
    display: none;
  }
}

.footer__info {
  margin-top: 2.3rem;
  line-height: 150%;
  font-size: var(--fz-1-3);
  opacity: 0.6;
}
.footer__info._mobile {
  display: none;
}
.footer__info p:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .footer__info {
    display: none;
  }
  .footer__info._mobile {
    display: block;
  }
}

.footer__save {
  text-align: center;
  font-size: var(--fz-1-3);
  opacity: 0.6;
}
@media (max-width: 575px) {
  .footer__save {
    grid-area: 3;
    margin-top: 2rem;
  }
}

.footer__last {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 575px) {
  .footer__last {
    align-items: center;
    text-align: center;
  }
}

.footer__contacts {
  margin-bottom: 1.4rem;
}

.footer__contacts-link {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-family: var(--ff-gilroy);
}
.footer__contacts-link svg {
  margin-right: 0.4rem;
}

.footer__links {
  margin-top: 2.5rem;
  text-align: right;
}
@media (max-width: 575px) {
  .footer__links {
    text-align: center;
  }
}

.footer__links-item:not(:last-child) {
  margin-bottom: 0.7rem;
}

.footer__links-link {
  display: inline-block;
  text-decoration: underline !important;
  font-size: var(--fz-secondary);
  opacity: 0.6;
  line-height: 150%;
}

.block-header {
  text-align: center;
  max-width: 37.3rem;
  margin: 0 auto 6rem;
  --fz: 4.5rem;
}
.block-header._full {
  max-width: 100%;
}
.block-header:has(span) .block-header__title {
  line-height: 85%;
}
.block-header._dark .block-header__title {
  color: var(--fg-regular);
}
.block-header._small .block-header__title {
  --fz: 3.8rem;
}
.block-header._small .block-header__title span {
  font-size: var(--fz);
}
@media (max-width: 575px) {
  .block-header._small .block-header__title {
    --fz: var(--fz-h2);
  }
  .block-header._small .block-header__title span {
    font-size: 1.4rem !important;
  }
}
.block-header._thin .block-header__title {
  font-weight: 300;
}
@media (max-width: 575px) {
  .block-header {
    --fz: var(--fz-h2);
    margin-bottom: 3rem;
  }
}

.block-header__title {
  font-weight: 700;
  font-size: var(--fz);
  line-height: 110%;
  color: var(--fg-gray);
}
.block-header__title span {
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 110%;
}

.text__content {
  --m-bottom: 1.5rem;
}
.text__content *:not(h1, h2, h3, h4, h5, h6) {
  font-size: var(--fz-regular);
}
.text__content > * {
  margin-bottom: var(--m-bottom);
}
.text__content > *:last-child {
  margin-bottom: 0;
}
.text__content * {
  color: var(--fg-gray);
}
.text__content ol li, .text__content ul li {
  margin-bottom: var(--m-bottom);
}
.text__content ol li:last-child, .text__content ul li:last-child {
  margin-bottom: 0;
}
.text__content ul {
  padding-left: 1.8rem;
}
.text__content ul li {
  list-style: disc;
}
.text__content img {
  border-radius: 2rem;
}
.text__content p:has(img) {
  margin: 4rem 0;
}
.text__content h2, .text__content h3, .text__content h4, .text__content h5, .text__content h6 {
  margin: 4rem 0 1.5rem;
}

.btn {
  display: block;
  width: 34.2rem;
  text-align: center;
  max-width: 100%;
  padding: 2.5rem 1rem;
  font-weight: 600;
  color: var(--fg-button-primary);
  border: 0.1rem solid var(--bg-purple);
  background-color: var(--bg-button-primary);
  border-radius: 10rem;
}
.btn._100 {
  width: 100%;
}
.btn._border {
  background: none;
  color: var(--bg-button-primary);
  font-weight: 400;
}
.btn._white {
  background: var(--bg-white);
  border-color: var(--bg-white);
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}
.btn._small {
  font-size: var(--fz-secondary);
}
.btn._blue {
  font-weight: 600;
  color: var(--bg-blue);
}
.btn._light {
  background: #F6F6F6;
  border-color: #F6F6F6;
  color: #949494;
}
@media (max-width: 575px) {
  .btn {
    padding: 1.7rem 0;
    font-size: var(--fz-1-3);
    line-height: 160%;
  }
}

.swiper__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background: var(--bg-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper__arrow--next {
  left: auto;
  right: 0;
}
.swiper__arrow path {
  transition: var(--tr-regular);
}
@media (any-hover: hover) {
  .swiper__arrow:hover {
    background: var(--bg-blue);
  }
  .swiper__arrow:hover path {
    fill: var(--bg-white);
  }
}
@media (max-width: 991px) {
  .swiper__arrow {
    top: auto;
    bottom: -10rem;
  }
}

.swiper__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
  min-height: 1.2rem;
}
.swiper__dots .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: rgba(76, 99, 181, 0.2);
  opacity: 1;
  transition: var(--tr-regular);
}
.swiper__dots .swiper-pagination-bullet-active {
  width: 1.2rem;
  height: 1.2rem;
  border: 0.2rem solid #4C63B5;
  background: none;
}
.swiper__dots._light .swiper-pagination-bullet {
  background: rgba(76, 99, 181, 0.2);
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
}
.swiper__dots._light .swiper-pagination-bullet-active {
  background: none;
  border-color: var(--fg-white);
}

.swiper__scroll {
  position: relative !important;
  margin-top: 10rem;
  height: 0.1rem !important;
  width: 100%;
  background: rgba(100, 115, 198, 0.3) !important;
}
.swiper__scroll span {
  --swiper-pagination-color: var(--bg-purple);
  height: 0.3rem !important;
  top: auto !important;
  bottom: 0;
}

.page-title {
  font-size: 3rem;
  line-height: 120%;
  font-weight: 700;
  margin: 0 auto 3.2rem;
  text-align: center;
}
.page-title._big {
  font-size: 4.5rem;
}

.breadcrumbs {
  padding: 2rem 0 2.3rem;
}
@media (max-width: 991px) {
  .breadcrumbs {
    padding: 0 0 1rem;
  }
}

.breadcrumbs__list {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #7B8990;
}

.breadcrumb__home {
  min-width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-white);
}

.breadcrumbs__sep {
  margin: 0 0.9rem;
  color: var(--fg-white);
}

.breadcrumbs__link {
  color: #545454;
  font-weight: 500;
}

.burger {
  display: none !important;
  flex-direction: column;
}
@media (max-width: 991px) {
  .burger {
    display: flex !important;
  }
}
.burger._active .burger__line {
  width: 0;
}
.burger._active .burger__icon:after, .burger._active .burger__icon:before {
  transition-delay: 0.5s;
  width: 100%;
}

.burger__icon {
  --width: 2.2rem;
  --height: .225rem;
  --margin: .41rem;
  position: relative;
  width: var(--width);
  height: calc(var(--height) * 3 + var(--margin) * 2);
}
.burger__icon:after, .burger__icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0.1rem;
  background: #5D5D5D;
  transition: var(--tr-regular);
  transform-origin: center center;
}
.burger__icon:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.burger__icon:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.burger__line {
  display: block;
  width: var(--width);
  height: var(--height);
  background: #5D5D5D;
  margin-bottom: var(--margin);
  transition: var(--tr-regular);
  border-radius: 0.2rem;
}
.burger__line:first-child {
  width: 1.6rem;
  margin-left: auto;
}
.burger__line:last-child {
  width: 1.2rem;
  margin-left: auto;
}
.burger__line:last-child {
  margin-bottom: 0;
}

.form__row {
  position: relative;
  margin-bottom: 1.7rem;
}

.form__policy {
  margin-top: 2.5rem;
}
.form__policy .checkbox__label {
  max-width: 26.3rem;
}
.form__policy._white .checkbox__icon {
  background: var(--fg-white);
  border-color: var(--fg-white);
}
.form__policy._white .checkbox__icon path {
  fill: var(--fg-regular);
}
@media (max-width: 575px) {
  .form__policy {
    margin-top: 1rem;
  }
}

.form__input {
  width: 100%;
  height: 5.8rem;
  border-radius: 5rem;
  background: var(--bg-input);
  border: 0.1rem solid var(--bg-input);
  padding: 0 1.8rem;
  font-size: var(--fz-1-3);
}
.form__input::placeholder {
  color: var(--pl-input);
}
.form__input._big {
  height: 7rem;
  font-size: var(--fz-third);
  padding: 0 3.4rem;
}
@media (max-width: 575px) {
  .form__input._big {
    height: 5.5rem;
    padding: 0 1.7rem;
    font-size: 1.4rem;
  }
}
.form__input._white {
  background: rgba(247, 249, 252, 0.1);
}
.form__input._white::placeholder {
  color: var(--fg-white);
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  margin: 0;
  cursor: pointer;
}
.checkbox__input:checked + .checkbox__icon svg {
  opacity: 1;
}

.checkbox__label {
  padding-left: 2.9rem;
  display: block;
  font-weight: 300;
  font-size: var(--fz-1-3);
  line-height: 120%;
}
.checkbox__label a {
  text-decoration: underline;
}

.checkbox__icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.2rem;
  border: 0.1rem solid var(--fg-regular);
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkbox__icon svg {
  opacity: 0;
  transition: var(--tr-regular);
}

.form__messengers {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .form__messengers {
    flex-direction: column;
  }
}

.form__messengers-list {
  display: flex;
  align-items: center;
}

.form__messengers-title {
  font-family: var(--ff-inter);
  font-size: 1.1rem;
  color: #292929;
  opacity: 0.5;
  line-height: 130%;
}
@media (max-width: 575px) {
  .form__messengers-title {
    margin-bottom: 1rem;
  }
}

.form__messengers-item {
  position: relative;
  margin-right: 0.527rem;
}
.form__messengers-item:last-child {
  margin-right: 0;
}

.form__messengers-item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  margin: 0;
  cursor: pointer;
}
.form__messengers-item input:checked + label {
  background: var(--bg-purple);
}
.form__messengers-item input:checked + label path {
  fill: var(--bg-white);
}

.form__messengers-item label {
  min-width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: #F7F9FC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form__messengers-item label path {
  transition: var(--tr-regular);
}

.form-country {
  display: flex;
  align-items: center;
}

.form-country__select {
  min-width: 9.8rem;
  height: 5.8rem;
  border-radius: 5rem;
  background: var(--bg-input);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.8rem 1.6rem;
  margin-right: 0.9rem;
}
.form-country__select select {
  background: none;
}

.form-country__select-list {
  font-size: 1.3rem;
}

.form-country__select-title {
  font-size: 1.2rem;
  color: #242729;
  opacity: 0.3;
}

.modal {
  width: 44rem;
  border-radius: 2rem;
  background: var(--bg-white);
  padding: 4.3rem 6.7rem 4.1rem;
}

.modal__ntitle {
  text-align: center;
  font-size: 3rem;
  line-height: 120%;
  margin-bottom: 0.8rem;
}
.modal__ntitle._29 {
  margin-bottom: 2.9rem;
}

.modal__text {
  font-weight: 300;
  font-size: var(--fz-third);
  text-align: center;
  margin-bottom: 2.8rem;
  line-height: 120%;
}

.modal__form {
  max-width: 29.5rem;
  margin: 0 auto;
}
.modal__form .form__policy .checkbox {
  margin-bottom: 1.3rem;
}
.modal__form .form__policy .checkbox:last-child {
  margin-bottom: 0;
}
.modal__form .form__policy .checkbox__label {
  max-width: 100%;
  font-size: var(--fz-1-2);
}
.modal__form .form__policy .checkbox__label a {
  color: var(--bg-blue);
}

.b_modal__closer {
  width: 3.9rem !important;
  height: 3.9rem !important;
  border-radius: 0.6rem !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

.b_modal__closer::before, .b_modal__closer::after {
  top: 50% !important;
  height: 5% !important;
  width: 40% !important;
  background: rgba(255, 255, 255, 0.3) !important;
}

.modal-callback {
  padding: 4.3rem 2.8rem 4.7rem;
}

.modal-success__icon {
  margin: 0 auto 1.7rem;
  max-width: 4.1rem;
}

.modal-success .modal__text {
  max-width: 19.4rem;
  margin: 0 auto;
  font-size: var(--fz-third);
}

.advantages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.3rem;
}
@media (max-width: 991px) {
  .advantages {
    grid-template-columns: 1fr;
    gap: 2.1rem;
  }
}

.advantages-item {
  --br: 2rem;
  padding: 4.4rem 1.8rem 2.5rem 13.7rem;
  background: var(--bg-white);
  border-radius: var(--br);
  box-shadow: var(--shadow-card);
  position: relative;
  min-height: 15.3rem;
}
.advantages-item:after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bg-blue);
  border-radius: var(--br);
  width: calc(100% - 3.6rem);
  height: 100%;
  z-index: -1;
}
.advantages-item:first-child .advantages-item__media {
  bottom: 0;
  left: 0;
  top: auto;
  transform: none;
}
@media (max-width: 575px) {
  .advantages-item:first-child .advantages-item__media {
    left: auto;
    right: 1.6rem;
  }
}
@media (max-width: 575px) {
  .advantages-item {
    padding: 1.5rem 1.5rem 1.8rem;
    min-height: 13.1rem;
  }
}

.advantages-item__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 120%;
}
@media (max-width: 575px) {
  .advantages-item__title {
    max-width: 13.5rem;
  }
}

.advantages-item__text {
  max-width: 18.6rem;
  line-height: 120%;
  opacity: 0.8;
}
@media (max-width: 575px) {
  .advantages-item__text {
    max-width: 15.7rem;
  }
}

.advantages-item__media {
  position: absolute;
  left: 2.7rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .advantages-item__media {
    left: auto;
    right: 1.6rem;
  }
  .advantages-item__media img {
    max-height: 10.8rem;
  }
}

.hero-slider {
  position: absolute;
  right: 2.4rem;
  bottom: 0;
  width: 70.4rem;
  max-width: 100%;
  --bg: rgba(0, 0, 0, 0.3);
  --blur: blur(34px);
}
@media (max-width: 991px) {
  .hero-slider {
    position: relative;
    bottom: 0;
    right: auto;
    left: 0;
    width: 100%;
  }
}

.hero-slider__item {
  width: 100%;
  height: 46.8rem;
}
@media (max-width: 575px) {
  .hero-slider__item {
    height: 32rem;
  }
}

.hero-slider__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 42.9rem;
  max-width: 100%;
  padding: 1rem 1.3rem 1rem 2rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.4);
  backdrop-filter: var(--blur);
  background: var(--bg);
  border-radius: 2.8rem;
  position: absolute;
  bottom: 8rem;
  left: 12.6rem;
}
@media (max-width: 575px) {
  .hero-slider__info {
    bottom: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    max-width: 23.4rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.hero-slider__main {
  width: calc(100% - 21.3rem);
  padding-right: 2.4rem;
}
@media (max-width: 575px) {
  .hero-slider__main {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.5rem;
  }
}

.hero-slider__white {
  width: 21.3rem;
  max-width: 100%;
  background: var(--bg-white);
  color: var(--fg-regular);
  border-radius: 2.1rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.5);
  padding: 0.8rem 1.8rem 0.9rem 1.4rem;
}
@media (max-width: 575px) {
  .hero-slider__white {
    width: 100%;
  }
}

.hero-slider__head {
  display: flex;
  align-items: center;
}

.hero-slider__flag {
  min-width: 2.9rem;
  height: 2.9rem;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 0.9rem;
}
.hero-slider__flag img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.hero-slider__title {
  font-weight: 600;
  line-height: 160%;
  font-size: var(--fz-regular);
}

.hero-slider__year {
  margin-left: 1rem;
  opacity: 0.5;
}

.hero-slider__features {
  margin-top: 0.8rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .hero-slider__features {
    justify-content: flex-start;
  }
}

.hero-slider__features-item {
  margin-right: 1.6rem;
}
.hero-slider__features-item:last-child {
  margin-right: 0;
}

.hero-slider__features-title {
  font-size: 0.8rem;
  opacity: 0.4;
  line-height: 160%;
}

.hero-slider__features-value {
  font-size: 1.5rem;
  line-height: 160%;
}
.hero-slider__features-value span {
  font-size: 1rem;
}

.hero-slider__prices {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .hero-slider__prices {
    justify-content: flex-start;
  }
}

.hero-slider__price._old .hero-slider__price-title {
  font-size: 1rem;
  opacity: 0.9;
}
.hero-slider__price._old .hero-slider__price-value {
  font-size: 1.8rem;
  opacity: 0.7;
  text-decoration: line-through;
}
@media (max-width: 575px) {
  .hero-slider__price._old .hero-slider__price-value {
    font-size: 1.4rem;
  }
}
@media (max-width: 575px) {
  .hero-slider__price {
    margin-right: 2.7rem;
  }
  .hero-slider__price:last-child {
    margin-right: 0;
  }
}

.hero-slider__price-title {
  font-size: 1.2rem;
}
@media (max-width: 575px) {
  .hero-slider__price-title {
    font-size: 1rem;
  }
}

.hero-slider__price-value {
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 575px) {
  .hero-slider__price-value {
    font-size: 1.8rem;
  }
}

.hero-slider__order {
  width: 100%;
  padding: 0.3rem 0 0.4rem;
  text-align: center;
  background: #1D1918;
  font-size: 1.1rem;
  line-height: 160%;
  color: var(--fg-white);
  font-weight: 600;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
}

.hero-slider__media {
  position: absolute;
  left: 0;
  bottom: 1rem;
}
@media (max-width: 575px) {
  .hero-slider__media {
    margin-left: -1rem;
    margin-right: -1rem;
    bottom: 8rem;
  }
}

.hero-slider__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .hero-slider__nav {
    max-width: 23.4rem;
    margin: 0.8rem auto 0;
  }
}

.hero-slider__dots {
  display: none;
}
@media (max-width: 575px) {
  .hero-slider__dots {
    display: flex;
    margin-top: 0;
  }
}

.hero-slider__arrow {
  position: absolute;
  left: 6.8rem;
  bottom: 8rem;
  height: 11rem;
  width: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg);
  border: 0.1rem solid rgba(255, 255, 255, 0.4);
  backdrop-filter: var(--blur);
  border-radius: 3.4rem;
  z-index: 15;
}
.hero-slider__arrow svg {
  transition: var(--tr-regular);
}
.hero-slider__arrow.swiper-button-disabled svg {
  opacity: 0.3;
}
@media (max-width: 575px) {
  .hero-slider__arrow {
    position: relative;
    left: 0;
    bottom: 0;
    min-width: 4rem;
    height: 4rem;
  }
}

.hero-slider__next {
  left: auto;
  right: 9.1rem;
}
@media (max-width: 575px) {
  .hero-slider__next {
    right: 0;
  }
}

.cases-item {
  padding: 3.5rem 3rem 3.5rem 4rem;
  border-radius: 3rem;
  background: var(--bg-white);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cases-item {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .cases-item {
    padding: 1.3rem 1.5rem 1.9rem;
  }
}

.cases-item__content {
  width: 42.6rem;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cases-item__content {
    order: 2;
  }
}

.cases-item__title {
  font-size: var(--fz-h2);
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  .cases-item__title {
    --fz-h2: 2rem;
  }
}

.cases-item__features {
  display: flex;
  align-items: center;
  margin-bottom: 2.3rem;
}

.cases-item__features-item {
  margin-right: 1.4rem;
  padding: 1.1rem 1.4rem;
  font-size: var(--fz-secondary);
  line-height: 93%;
  color: #3E3E3E;
  border-radius: 4rem;
  border: 0.1rem solid rgba(62, 62, 62, 0.15);
}
.cases-item__features-item:last-child {
  margin-right: 0;
}
@media (max-width: 575px) {
  .cases-item__features-item {
    margin-right: 1rem;
    padding: 1rem;
  }
}

.cases-item__list {
  margin-bottom: 2rem;
  max-width: 36.9rem;
}

.cases-item__list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.2rem;
}
.cases-item__list-item:last-child {
  margin-bottom: 0;
}
.cases-item__list-item svg {
  min-width: 1.8rem;
  margin-top: 0.5rem;
}
.cases-item__list-item p {
  margin-left: 1.5rem;
}
@media (max-width: 575px) {
  .cases-item__list-item {
    margin-bottom: 1rem;
    --fz-regular: var(--fz-secondary);
  }
}

.cases-item__price {
  --bg: #212121;
  padding: 1.9rem 3.1rem 2.4rem 2.5rem;
  border-radius: 2rem;
  background: var(--bg);
  color: var(--fg-white);
}
@media (max-width: 575px) {
  .cases-item__price {
    padding: 1.5rem;
    border-radius: 1.5rem;
  }
}

.cases-item__price-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  position: relative;
}
.cases-item__price-item:last-child {
  margin-bottom: 0;
}
.cases-item__price-item:after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  border-bottom: 0.1rem dashed var(--bg-white);
}
.cases-item__price-item span {
  position: relative;
  z-index: 5;
  background: var(--bg);
  padding-right: 0.2rem;
}
.cases-item__price-item span:last-child {
  padding-right: 0;
  padding-left: 0.2rem;
}
@media (max-width: 575px) {
  .cases-item__price-item {
    margin-bottom: 0.6rem;
  }
}

.cases-item__price-old {
  font-weight: 500;
  opacity: 0.3;
}
@media (max-width: 575px) {
  .cases-item__price-old {
    font-size: 1.2rem;
  }
}

.cases-item__price-new {
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 575px) {
  .cases-item__price-new {
    font-size: 1.4rem;
  }
}

.cases-item__btn {
  margin-top: 1.5rem;
}

.cases-item__gallery {
  width: calc(100% - 42.6rem);
  margin-left: 1.5rem;
  --br-image: 3rem;
}
@media (max-width: 991px) {
  .cases-item__gallery {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1.7rem;
    order: 1;
  }
}

.cases-item__gallery-main {
  min-height: 33.6rem;
}
.cases-item__gallery-main img {
  border-radius: var(--br-image);
}
@media (max-width: 575px) {
  .cases-item__gallery-main {
    min-height: auto;
    padding-bottom: 56%;
    --br-image: 1.5rem;
  }
}

.cases-item__gallery-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
  margin-top: 1.9rem;
}

.cases-item__gallery-item {
  min-height: 9.9rem;
  cursor: pointer;
  transition: var(--tr-regular);
}
.cases-item__gallery-item._active {
  opacity: 0.5;
}
.cases-item__gallery-item img {
  border-radius: var(--br-image);
}
@media (max-width: 575px) {
  .cases-item__gallery-item {
    min-height: auto;
    padding-bottom: 56%;
    --br-image: 1.2rem;
  }
}

.steps-item {
  margin-bottom: 3.8rem;
  border-radius: 3.5rem;
  position: relative;
}
.steps-item:last-child {
  margin-bottom: 0;
}
.steps-item:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.8rem;
  transform: translateX(-50%);
  width: calc(100% - 4.4rem);
  height: 13.4rem;
  background: var(--bg-blue);
  box-shadow: var(--shadow-card);
  z-index: -1;
  border-radius: 2rem;
}
@media (max-width: 575px) {
  .steps-item:after {
    display: none;
  }
}

.steps-item__card {
  padding: 5rem 8rem 6.2rem;
  background: var(--bg-white);
  border-radius: 3.5rem;
  position: relative;
  color: #101210;
  overflow: hidden;
}
@media (max-width: 991px) {
  .steps-item__card {
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .steps-item__card {
    text-align: center;
    padding: 2rem 1rem 0 1rem;
    border-radius: 2rem;
  }
}

.steps-item__counter {
  margin-bottom: 1.1rem;
  line-height: 125%;
  font-size: 2.5rem;
  color: #3D3D3D;
  opacity: 0.3;
}
@media (max-width: 575px) {
  .steps-item__counter {
    display: none;
  }
}

.steps-item__counter-mobile {
  display: none;
}
@media (max-width: 575px) {
  .steps-item__counter-mobile {
    display: flex;
    justify-content: center;
    padding: 0.9rem 1.6rem;
    background: var(--fg-regular);
    color: var(--fg-white);
    border-radius: 1rem;
    width: fit-content;
    margin: 0 auto 1rem;
  }
}

.steps-item__title {
  --fz: 3.2rem;
  line-height: 120%;
  font-weight: 300;
  margin-bottom: 2.4rem;
  font-size: var(--fz);
  max-width: 60rem;
}
@media (max-width: 575px) {
  .steps-item__title {
    --fz: 2rem;
    max-width: 28.4rem;
    margin: 0 auto 1.6rem;
  }
}

.steps-item__text {
  padding: 2rem 2.2rem 2.8rem 2.9rem;
  max-width: 69rem;
  border-radius: 2.4rem;
  background: #F6F6F6;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .steps-item__text {
    padding: 1.5rem 0.9rem;
    border-radius: 1.5rem;
    flex-direction: column;
  }
}

.steps-item__text-item {
  position: relative;
}
.steps-item__text-item:first-child {
  padding-right: 3rem;
}
@media (max-width: 575px) {
  .steps-item__text-item:first-child {
    padding-right: 0;
  }
}
.steps-item__text-item:last-child {
  padding-left: 2.2rem;
}
.steps-item__text-item:last-child:before {
  display: none;
}
@media (max-width: 575px) {
  .steps-item__text-item:last-child {
    padding-left: 0;
  }
}
.steps-item__text-item:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 5.4rem;
  background: rgba(0, 0, 0, 0.09);
}
@media (max-width: 575px) {
  .steps-item__text-item:before {
    top: auto;
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
    width: 5.4rem;
    height: 0.1rem;
  }
}
@media (max-width: 575px) {
  .steps-item__text-item {
    padding: 1.5rem 0;
  }
  .steps-item__text-item:first-child {
    padding-top: 0;
  }
  .steps-item__text-item:last-child {
    padding-bottom: 0;
  }
}

.steps-item__btn {
  min-width: 36rem;
  margin-top: 3.6rem;
  font-size: var(--fz-secondary);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (max-width: 575px) {
  .steps-item__btn {
    min-width: auto;
    width: 100%;
    margin-top: 2rem;
  }
}

.steps-item__media {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .steps-item__media {
    top: auto;
    bottom: 0;
    transform: translateY(0);
    position: relative;
    margin: 3.5rem auto 0;
  }
  .steps-item__media img {
    margin: 0 auto;
  }
}

.steps-item__content {
  position: relative;
  z-index: 5;
}

.steps-item__6 .steps-item__media {
  right: -8rem;
}
@media (max-width: 991px) {
  .steps-item__6 .steps-item__media {
    right: 0;
  }
}

.modal-steps {
  width: 84rem;
  max-width: 100%;
  padding: 5.1rem 4rem 5.1rem;
}
@media (max-width: 575px) {
  .modal-steps {
    padding: 2rem 1rem 4.4rem;
  }
}

.modal-steps__title {
  text-align: center;
  font-size: var(--fz-h2-2);
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 4.5rem;
}
@media (max-width: 575px) {
  .modal-steps__title {
    font-size: 2.2rem;
    max-width: 28rem;
    margin: 0 auto 3.3rem;
  }
}

.modal-steps__subtitle {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2.9rem;
}
@media (max-width: 575px) {
  .modal-steps__subtitle {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

.modal-steps__block {
  margin-bottom: 6.6rem;
}
.modal-steps__block:last-child {
  margin-bottom: 0;
}

.steps-form {
  display: flex;
  justify-content: space-between;
  margin: 5.8rem 0 7.8rem;
}
.steps-form:first-child {
  margin-top: 0;
}
@media (max-width: 991px) {
  .steps-form {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .steps-form {
    margin: 3rem 0;
  }
}

.steps-form__content {
  width: 70rem;
  max-width: 100%;
  padding: 4.7rem 5.8rem;
  background: var(--bg-white);
  border-radius: 8rem;
  min-height: 43.2rem;
  position: relative;
}
@media (max-width: 991px) {
  .steps-form__content {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .steps-form__content {
    min-height: auto;
    padding: 1.5rem 1rem 0 1rem;
    border-radius: 2rem;
  }
}

.steps-form__title {
  font-size: 2.9rem;
  font-weight: 700;
  margin-bottom: 3.3rem;
}
.steps-form__title span {
  color: var(--bg-blue);
}
@media (max-width: 575px) {
  .steps-form__title {
    font-size: 2rem;
  }
}

.steps-form__media {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 62.4rem;
}
@media (max-width: 575px) {
  .steps-form__media {
    position: relative;
    margin-top: 1.5rem;
  }
}

.steps-form__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 575px) {
  .steps-form__list {
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }
}

.steps-form__item {
  display: flex;
  align-items: center;
}

.steps-form__item-icon {
  min-width: 2rem;
}

.steps-form__item-text {
  line-height: 130%;
  margin-left: 1.3rem;
}

.steps-form__block {
  width: 44.2rem;
  max-width: 100%;
  margin-left: 1.7rem;
  padding: 6.2rem 3.4rem 6.9rem;
  background: var(--bg-blue);
  color: var(--fg-white);
  border-radius: 8rem;
}
@media (max-width: 991px) {
  .steps-form__block {
    width: 100%;
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
@media (max-width: 575px) {
  .steps-form__block {
    border-radius: 2rem;
    padding: 2rem 1.3rem 2rem 1.5rem;
  }
}

.steps-form__block-title {
  max-width: 26.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
@media (max-width: 575px) {
  .steps-form__block-title {
    font-size: 2rem;
  }
}

.steps__video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40.2rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 575px) {
  .steps__video {
    min-height: auto;
    padding-bottom: 56%;
  }
}

.steps__video-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.steps__video-play {
  position: relative;
  z-index: 5;
}
@media (max-width: 575px) {
  .steps__video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.modal-steps:has(.steps__gallery-slider) {
  width: 115.8rem;
}

.steps__gallery-image img {
  width: 100%;
  height: auto;
  border-radius: 2rem;
}

.steps__gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.steps__gallery-grid .steps__gallery-image img {
  border-radius: 0;
}
.steps__gallery-grid .steps__gallery-image:first-child img {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.steps__gallery-grid .steps__gallery-image:last-child img {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
@media (max-width: 575px) {
  .steps__gallery-grid {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }
  .steps__gallery-grid .steps__gallery-image img {
    border-radius: 1.5rem !important;
  }
}

.steps__gallery-wrapper {
  position: relative;
  padding: 0 9.9rem;
}
.steps__gallery-wrapper .swiper__arrow {
  background-color: #F5F5F5;
}
.steps__gallery-wrapper .swiper__arrow:hover {
  background: var(--bg-blue);
}
@media (max-width: 575px) {
  .steps__gallery-wrapper {
    padding: 0;
  }
}

.steps__table {
  border-radius: 2.5rem;
  border: 0.1rem solid #8F97A3;
  overflow: hidden;
}
@media (max-width: 575px) {
  .steps__table {
    border-radius: 2rem;
  }
}

.steps__table-row {
  display: flex;
  align-items: center;
}
.steps__table-row._result .steps__table-item {
  background: var(--bg-blue);
  color: var(--fg-white);
  font-weight: 700;
}
.steps__table-row._result .steps__table-value {
  font-size: 2rem;
}
@media (max-width: 575px) {
  .steps__table-row._result .steps__table-value {
    font-size: 1.4rem;
  }
}

.steps__table-item {
  padding: 1.4rem 1.7rem;
  font-weight: 300;
  font-size: 1.7rem;
  color: #454B54;
}
@media (max-width: 575px) {
  .steps__table-item {
    font-size: 1.4rem;
    padding: 1.2rem 1.7rem;
  }
}

.steps__table-title {
  width: 45.7rem;
  max-width: 100%;
}
@media (max-width: 575px) {
  .steps__table-title {
    width: 60%;
  }
}

.steps__table-value {
  width: calc(100% - 45.7rem);
  max-width: 100%;
}
@media (max-width: 575px) {
  .steps__table-value {
    width: 40%;
  }
}

.steps__compare {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
@media (max-width: 575px) {
  .steps__compare {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.steps__documents {
  max-width: 64.5rem;
  margin: 0 auto;
}

.steps__documents-item {
  margin-bottom: 4rem;
  display: flex;
  align-items: flex-start;
}
.steps__documents-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .steps__documents-item {
    margin-bottom: 2rem;
    flex-direction: column;
  }
}

.steps__documents-number {
  font-size: var(--fz-h2-2);
  color: var(--bg-blue);
  line-height: 120%;
  min-width: 14rem;
  font-weight: 700;
}
@media (max-width: 575px) {
  .steps__documents-number {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}

.steps__documents-content {
  max-width: 44.3rem;
}

.steps__documents-title {
  font-size: var(--fz-h4);
  margin-bottom: 1rem;
  line-height: 110%;
  font-weight: 600;
}
@media (max-width: 575px) {
  .steps__documents-title {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
}

.steps__documents-text {
  font-weight: 300;
  line-height: 130%;
}

.modal-steps:has(.steps__documents) .modal-steps__title {
  text-align: left;
  max-width: 65.4rem;
  margin: 0 auto 5rem;
}
@media (max-width: 575px) {
  .modal-steps:has(.steps__documents) .modal-steps__title {
    margin-bottom: 2rem;
  }
}

.free-item {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
  font-size: var(--ff-inter);
}
.free-item:last-child {
  margin-bottom: 0;
}

.free-item__icon {
  min-width: 5.9rem;
  max-width: 5.9rem;
}

.free-item__text {
  padding-left: 1.4rem;
  line-height: 130%;
  font-size: 1.7rem;
}

.free__form {
  --width: 40rem;
  max-width: var(--width);
  border-radius: 2rem;
  width: var(--width);
  position: relative;
  z-index: 5;
  margin-top: 2rem;
}
.free__form:after {
  content: "";
  position: absolute;
  width: 33.5rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  height: 9.1rem;
  background: var(--bg-blue);
  bottom: -0.8rem;
  box-shadow: 0 10px 22px 0 rgba(196, 196, 196, 0.1), 0 41px 41px 0 rgba(196, 196, 196, 0.09), 0 92px 55px 0 rgba(196, 196, 196, 0.05), 0 163px 65px 0 rgba(196, 196, 196, 0.01), 0 255px 71px 0 rgba(196, 196, 196, 0);
  border-radius: 2rem;
  z-index: -1;
}

.free__form-block {
  padding: 5.2rem 3rem 4.5rem 2.8rem;
  background: var(--bg-white);
  box-shadow: var(--shadow-card);
  border-radius: 2rem;
}
@media (max-width: 575px) {
  .free__form-block {
    padding: 3rem 1.5rem 2.3rem;
  }
}

.reviews-item {
  padding: 2rem;
  border-radius: 2.2rem;
  background: var(--bg-body);
}
.reviews-item._big .reviews-item__video {
  min-width: 22.5rem;
}
@media (max-width: 575px) {
  .reviews-item._big .reviews-item__video {
    min-width: 10.5rem;
  }
}
.reviews-item._big .reviews-item__body {
  padding: 0;
}
@media (max-width: 575px) {
  .reviews-item {
    border-radius: 1.5rem;
    padding: 1rem;
  }
}

.reviews-item__body {
  padding: 0.7rem 3rem;
  background: var(--bg-white);
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 575px) {
  .reviews-item__body {
    border-radius: 1rem;
  }
}

.reviews-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem 0.5rem 0.7rem;
  border-radius: 1.7rem;
  background: var(--fg-white);
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  .reviews-item__head {
    border-radius: 1rem;
  }
}

.reviews-item__video {
  min-width: 10.5rem;
  height: 10.4rem;
  position: relative;
  border-radius: 1.3rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews-item__video-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.reviews-item__video-button {
  position: relative;
  z-index: 5;
}

.reviews-item__title {
  line-height: 160%;
  font-size: var(--fz-secondary);
  color: #393939;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.reviews-item__title span {
  opacity: 0.5;
  font-weight: 400;
  margin-left: 0.3rem;
}

.reviews-item__features {
  display: flex;
  align-items: center;
}

.reviews-item__features-item {
  margin-right: 1.5rem;
}
.reviews-item__features-item:last-child {
  margin-right: 0;
}

.reviews-item__features-label {
  font-size: 0.7rem;
  color: #393939;
  opacity: 0.4;
  line-height: 160%;
}

.reviews-item__features-value {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 160%;
}

.reviews-item__price {
  font-size: 1.8rem;
  margin-top: 0.1rem;
  color: #393939;
  font-weight: 600;
}

@media (max-width: 575px) {
  .points-item {
    max-width: 18rem;
    margin: 0 auto;
  }
}

.points-item__media {
  height: 16.9rem;
  border-radius: 2rem;
  background: #3E3E3E;
  margin-bottom: 1.6rem;
}
.points-item__media img {
  height: 80%;
  width: auto;
}
@media (max-width: 575px) {
  .points-item__media {
    height: 10rem;
    margin-bottom: 1.5rem;
  }
}

.points-item__title {
  font-size: 1.8rem;
  font-weight: 300;
  font-family: var(--ff-inter);
  padding-left: 2.1rem;
  position: relative;
}
.points-item__title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--bg-white);
  opacity: 0.2;
}
@media (max-width: 575px) {
  .points-item__title {
    padding-left: 0;
    text-align: center;
    font-size: 1.6rem;
  }
  .points-item__title:before {
    display: none;
  }
}

.cars-menu {
  display: flex;
  align-items: center;
  background-color: #EFF1F9;
  margin-bottom: 8rem;
}
@media (max-width: 991px) {
  .cars-menu {
    white-space: nowrap;
    overflow-y: auto;
  }
}
@media (max-width: 575px) {
  .cars-menu {
    margin-bottom: 3rem;
  }
}

.cars-menu__link {
  padding: 2.4rem 2.1rem;
  line-height: 110%;
  color: #1D1D1B;
  transition: var(--tr-regular);
}
.cars-menu__link._active {
  background-color: var(--bg-blue);
  color: var(--fg-white);
}
.cars-menu__link:first-child {
  border-radius: 1rem 0 0 1rem;
}
.cars-menu__link:last-child {
  border-radius: 0 1rem 1rem 0;
}
@media (max-width: 575px) {
  .cars-menu__link {
    padding: 1.7rem 1.5rem;
    font-size: var(--fz-secondary);
  }
}

.cars-item__media {
  height: 10.1rem;
  border-radius: 2rem;
  background-color: rgba(100, 115, 198, 0.1);
  position: relative;
}
@media (max-width: 575px) {
  .cars-item__media {
    height: 5.5rem;
  }
}

.cars-item__media-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  .cars-item__media-img {
    max-width: 70%;
  }
}

.cars-item {
  text-align: center;
}

.cars-item__title {
  margin: 2.5rem 0 0.7rem;
}
@media (max-width: 575px) {
  .cars-item__title {
    font-size: var(--fz-third);
    margin: 2rem 0 0.3rem;
  }
}

.cars-item__link {
  text-decoration: underline;
  color: var(--bg-purple);
  font-size: var(--fz-third);
  line-height: 110%;
}
@media (max-width: 575px) {
  .cars-item__link {
    font-size: 1.2rem;
  }
}

.why-item {
  text-align: center;
}

.why-item__title {
  font-weight: 600;
  max-width: 26rem;
  margin: 0 auto 0.8rem;
}

.why-item__media-img {
  margin: 0 auto 0.5rem;
}

.why-item__text {
  font-weight: 300;
  line-height: 130%;
}

.why-item:nth-child(3n+2) {
  padding-top: 2.7rem;
}

.tariffs-item {
  border-radius: 2.5rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
  padding: 2.5rem 3.5rem 3.2rem;
  box-shadow: var(--shadow-card);
  min-height: 57.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--bg-white);
}
@media (max-width: 575px) {
  .tariffs-item {
    min-height: auto;
    border-radius: 1rem;
    padding: 1.8rem 1.5rem 2.5rem;
  }
}

.tariffs-item__head {
  display: flex;
  align-items: center;
  margin-bottom: 1.7rem;
}
@media (max-width: 575px) {
  .tariffs-item__head {
    justify-content: space-between;
    margin-bottom: 1.5rem;
  }
}

.tariffs-item__title {
  font-size: 2rem;
  color: var(--fg-gray);
  line-height: 98%;
  font-weight: 700;
}
@media (max-width: 575px) {
  .tariffs-item__title {
    font-size: 1.6rem;
  }
}

.tariffs-item__popular {
  margin-left: 1.7rem;
  padding: 0.5rem 1.1rem 0.5rem 1.2rem;
  background-color: var(--bg-purple);
  border-radius: 4rem;
  font-family: var(--ff-gilroy);
  line-height: 98%;
  font-weight: 700;
  font-size: var(--fz-secondary);
  color: var(--fg-white);
  display: flex;
  align-items: center;
}
.tariffs-item__popular span {
  margin-left: 0.1rem;
  font-size: 2rem;
  line-height: 100%;
}
@media (max-width: 575px) {
  .tariffs-item__popular {
    font-size: 1rem;
  }
}

.tariffs-item__text {
  color: var(--fg-secondary);
}
.tariffs-item__text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tariffs-item__text ul li {
  padding-left: 2.2rem;
  position: relative;
  margin-bottom: 1.5rem;
}
.tariffs-item__text ul li:after {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--bg-purple);
}
@media (max-width: 575px) {
  .tariffs-item__text ul li {
    margin-bottom: 1.2rem;
  }
}
.tariffs-item__text ul li:last-child {
  margin-bottom: 0;
}

.tariffs-item__bottom {
  margin-top: 2.4rem;
}
@media (max-width: 575px) {
  .tariffs-item__bottom {
    margin-top: 2rem;
  }
}

.tariffs-item__price {
  margin-bottom: 1.5rem;
  font-family: var(--ff-gilroy);
  text-align: center;
  color: #575757;
}
.tariffs-item__price-old {
  opacity: 0.4;
  text-decoration: line-through;
  margin-bottom: 0.5rem;
  line-height: 100%;
}
@media (max-width: 575px) {
  .tariffs-item__price-old {
    font-size: 1.4rem;
  }
}
.tariffs-item__price-new {
  font-size: 3.5rem;
  line-height: 100%;
}
@media (max-width: 575px) {
  .tariffs-item__price-new {
    font-size: 2.6rem;
  }
}
@media (max-width: 575px) {
  .tariffs-item__price {
    margin-top: 2rem;
  }
}

.additional-item {
  font-family: var(--ff-inter);
  position: relative;
}
.additional-item:after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  width: calc(100% - 2.6rem);
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bg-blue);
  height: 21rem;
  box-shadow: 0 10px 22px 0 rgba(196, 196, 196, 0.1), 0 41px 41px 0 rgba(196, 196, 196, 0.09), 0 92px 55px 0 rgba(196, 196, 196, 0.05), 0 163px 65px 0 rgba(196, 196, 196, 0.01), 0 255px 71px 0 rgba(196, 196, 196, 0);
  border-radius: 2rem;
}
@media (max-width: 575px) {
  .additional-item {
    border-radius: 1.6rem;
  }
}

.additional-item__block {
  box-shadow: var(--shadow-card);
  padding: 0.7rem 0.5rem;
  border-radius: 2rem;
  background-color: var(--fg-white);
  position: relative;
  z-index: 5;
  height: 100%;
}

.additional-item__card {
  border-radius: 2rem;
  border: 0.1rem solid #F6F6F6;
  padding: 0 3rem 2.1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.additional-item__title {
  font-size: 2.1rem;
  color: #292929;
  line-height: 130%;
  margin-bottom: 1.1rem;
  font-weight: 400;
  max-width: 26rem;
}
@media (max-width: 575px) {
  .additional-item__title {
    border-radius: 1.6rem;
  }
}

.additional-item__text {
  color: #2D2D2D;
  font-size: var(--fz-secondary);
  line-height: 2rem;
}
.additional-item__text ul {
  padding: 0 0 0 1.5rem;
  margin: 0;
  list-style: none;
}
.additional-item__text ul li {
  list-style: disc;
  margin-bottom: 1.6rem;
}
.additional-item__text ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .additional-item__text {
    font-size: var(--fz-third);
  }
}

.additional-item__bottom {
  margin-top: 3.5rem;
}

.additional-item__price {
  font-size: 2.1rem;
  line-height: 130%;
  color: #292929;
  font-weight: 700;
}

.additional-item__btn {
  margin-top: 1.8rem;
}

.additional-item__media {
  height: 14.5rem;
  margin-bottom: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.news-item__media {
  display: block;
  min-height: 25.1rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 575px) {
  .news-item__media {
    min-height: auto;
    padding-bottom: 56%;
  }
}

.news-item__content {
  padding-top: 2rem;
}
@media (max-width: 575px) {
  .news-item__content {
    padding-top: 1.5rem;
  }
}

.news-item__date {
  font-size: var(--fz-secondary);
  color: var(--fg-gray-dark);
  opacity: 0.3;
  margin-bottom: 0.9rem;
  line-height: 140%;
}

.news-item__title {
  display: block;
  color: var(--fg-gray-dark);
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  .news-item__title {
    font-size: 1.8rem;
    margin-bottom: 0.9rem;
  }
}

.news-item__text {
  color: rgba(47, 60, 79, 0.85);
  font-size: var(--fz-third);
  line-height: 140%;
}

.news-item__more {
  display: flex;
  align-items: center;
  color: #6473C6;
  font-weight: 700;
  margin-top: 1.5rem;
  line-height: 140%;
}
.news-item__more svg {
  margin-left: 0.8rem;
}
@media (max-width: 575px) {
  .news-item__more {
    font-size: var(--fz-third);
  }
}

.exclusive-item {
  border-radius: 8rem;
  background: var(--bg-white);
  padding: 5.4rem 6rem 7.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--fg-gray);
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.exclusive-item:first-child {
  min-width: 76rem;
}
@media (max-width: 991px) {
  .exclusive-item:first-child {
    min-width: auto;
  }
}
.exclusive-item:last-child {
  min-width: 56rem;
  margin-left: -16rem;
}
.exclusive-item:last-child .exclusive-item__media {
  right: -25rem;
  max-width: 51.2rem;
}
@media (max-width: 991px) {
  .exclusive-item:last-child .exclusive-item__media {
    right: -10rem;
  }
}
@media (max-width: 575px) {
  .exclusive-item:last-child .exclusive-item__media {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (max-width: 991px) {
  .exclusive-item:last-child {
    margin-left: 0;
    min-width: auto;
    margin-top: 1.7rem;
  }
}
.exclusive-item._blue {
  background: var(--bg-blue);
  color: var(--fg-white);
}
.exclusive-item._blue .exclusive-item__text {
  --fg-gray: var(--fg-white);
}
.exclusive-item._blue .exclusive-item__button {
  font-weight: 700 !important;
  color: var(--bg-blue) !important;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 575px) {
  .exclusive-item {
    padding: 2rem 2rem 0 1.5rem;
    border-radius: 2rem;
    min-height: auto;
  }
}

.exclusive-item__title {
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 2.4rem;
}
@media (max-width: 575px) {
  .exclusive-item__title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

.exclusive-item__text {
  max-width: 32rem;
}

.exclusive-item__button {
  margin-top: 2.5rem;
  width: 37rem;
}
@media (max-width: 575px) {
  .exclusive-item__button {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    line-height: 104%;
  }
}

.exclusive-item__media {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 575px) {
  .exclusive-item__media {
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: none;
  }
  .exclusive-item__media img {
    margin: 0 auto;
  }
}

.faq-item {
  border-radius: 1rem;
  background: var(--fg-white);
  margin-bottom: 1rem;
  --closer-width: 1.5rem !important;
  --closer-height: 1.5rem !important;
  --toggler-line-height: .2rem !important;
  --toggler-color: #323232;
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-item.bayan--opened .faq-item__title {
  color: var(--fg-gray);
  font-weight: 700;
}

.faq-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 2.75rem;
}
@media (max-width: 575px) {
  .faq-item__head {
    padding: 1.6rem 2rem 1.4rem 1.5rem;
  }
}

.faq-item__title {
  font-size: 1.8rem;
  transition: var(--tr-regular);
  color: var(--fg-gray-2);
}
@media (max-width: 575px) {
  .faq-item__title {
    font-size: 1.5rem;
  }
}

.faq-item__body {
  padding: 2.5rem 3.4rem 3rem 2.7rem;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
  --fz-regular: 1.8rem;
}
@media (max-width: 575px) {
  .faq-item__body {
    --fz-regular: 1.4rem;
    padding: 1.4rem 0.8rem 2.4rem 1.5rem;
  }
}

.catalog-menu {
  display: flex;
  align-items: center;
  background-color: var(--bg-white);
  margin-bottom: 2.3rem;
  justify-content: space-between;
  border-radius: 1rem;
}
@media (max-width: 991px) {
  .catalog-menu {
    white-space: nowrap;
    overflow-x: auto;
  }
}

.catalog-menu__link {
  padding: 2.4rem 2.1rem;
  line-height: 110%;
  color: #1D1D1B;
  transition: var(--tr-regular);
}
.catalog-menu__link._active {
  background-color: var(--bg-blue);
  color: var(--fg-white);
  font-weight: 700;
}
.catalog-menu__link:first-child {
  border-radius: 1rem 0 0 1rem;
}
.catalog-menu__link:last-child {
  border-radius: 0 1rem 1rem 0;
}

.catalog-item {
  background: #FBFBFB;
  border-radius: 2rem;
  max-width: 36rem;
}

.catalog-item__media {
  height: 16rem;
  border-radius: 1.5rem;
  overflow: hidden;
}

.catalog-item__content {
  padding: 1.5rem 1.5rem 2rem;
}

.catalog-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 143.5%;
}

.catalog-item__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.7rem;
}
.catalog-item__actions .btn {
  padding: 1.2rem 1rem;
  font-size: 1.3rem;
  line-height: 160%;
}

.catalog-item__btn {
  max-width: 16.5rem;
}

.catalog-item__more {
  max-width: 11rem;
}

.catalog-item__features {
  padding: 1.5rem 0.9rem 2.4rem 1.5rem;
  border-top: 0.1rem solid rgba(217, 217, 217, 0.4);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1.5rem;
}

.catalog-item__features-title {
  font-size: 1.2rem;
  line-height: 120%;
  opacity: 0.5;
  margin-bottom: 0.3rem;
}

.catalog-item__features-value {
  opacity: 0.8;
  font-size: var(--fz-secondary);
}

.catalog-models {
  width: 16rem;
  max-width: 100%;
}
@media (max-width: 991px) {
  .catalog-models {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
    width: 100%;
  }
}

.catalog-models__main {
  border-radius: 1rem;
  background: var(--bg-white);
}
@media (max-width: 991px) {
  .catalog-models__main {
    background: none;
  }
}

.catalog-models__title {
  padding: 1.4rem 2.5rem;
  font-weight: 700;
  font-size: 2.2rem;
  border-bottom: 0.1rem solid rgba(217, 217, 217, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.catalog-models__title svg {
  display: none;
}
@media (max-width: 991px) {
  .catalog-models__title {
    padding: 1.4rem 1.4rem 1.4rem 1.1rem;
    align-items: center;
    justify-content: space-between;
    background: var(--fg-white);
    border-radius: 1rem;
    font-size: var(--fz-1-3);
    font-weight: 400;
    border-bottom: none;
    height: 3.8rem;
  }
  .catalog-models__title svg {
    display: block;
  }
}

.catalog-models__list {
  padding: 1.7rem 1.7rem 4rem 2.5rem;
}
@media (max-width: 991px) {
  .catalog-models__list {
    display: none;
  }
}

.catalog-models__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 110%;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.catalog-models__item:last-child {
  margin-bottom: 0;
}

.catalog-models__filters {
  padding: 0 1.4rem 0 1.1rem;
  align-items: center;
  justify-content: space-between;
  background: var(--fg-white);
  border-radius: 1rem;
  display: none;
  font-size: var(--fz-1-3);
}
@media (max-width: 991px) {
  .catalog-models__filters {
    display: flex;
  }
}

.catalog-filter__close {
  display: none;
}
@media (max-width: 991px) {
  .catalog-filter__close {
    display: flex;
    justify-content: flex-end;
  }
}

.filter__select {
  position: relative;
}
.filter__select._active .filter__select-list {
  opacity: 1;
  z-index: 99;
}

.filter__select-value {
  position: relative;
  padding: 1.6rem 3rem 1.6rem 1rem;
  border-radius: 1rem;
  background: var(--bg-white);
  color: #1D1D1B;
  cursor: pointer;
  font-size: 1.5rem;
}
.filter__select-value:after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 0.6rem;
  background: url("../img/icons.car/icon-select.svg") center center no-repeat;
  background-size: contain;
}

.filter__select-list {
  background: var(--bg-white);
  padding: 2rem;
  border-radius: 1rem;
  position: absolute;
  left: 0;
  width: fit-content;
  z-index: -1;
  opacity: 0;
  min-height: 0;
  transition: var(--tr-regular);
  min-width: 100%;
}

.filter__select-item {
  margin-bottom: 1rem;
}
.filter__select-item:last-child {
  margin-bottom: 0;
}

.filter__between {
  display: flex;
  background: var(--bg-white);
  border-radius: 1rem;
  overflow: hidden;
}

.filter__between-item {
  width: 50%;
}
.filter__between-item:last-child {
  border-right: 0;
}
.filter__between-item:last-child .filter__between-input {
  border-right: 0;
}

.filter__between-input {
  max-width: 100%;
  width: 100%;
  height: 5.2rem;
  padding: 0 1rem;
  border-right: 0.1rem solid #D9D9D9;
  font-size: 1.4rem;
}

.quiz__alert {
  width: 30rem;
  max-width: 100%;
  padding: 4.3rem 3.4rem 3rem 4rem;
  background: var(--bg-white);
  box-shadow: -5px 0 10px 0 rgba(0, 0, 0, 0.03), -19px 0 19px 0 rgba(0, 0, 0, 0.03), -43px 0 26px 0 rgba(0, 0, 0, 0.02), -76px 0 30px 0 rgba(0, 0, 0, 0), -118px 0 33px 0 rgba(0, 0, 0, 0);
  border-top-right-radius: var(--br);
  border-bottom-right-radius: var(--br);
}
@media (max-width: 991px) {
  .quiz__alert {
    width: 100%;
    order: 1;
    border-top-left-radius: var(--br);
    border-top-right-radius: var(--br);
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 575px) {
  .quiz__alert {
    padding: 2.7rem 0.8rem 1.6rem 1.3rem;
    --br: 2rem;
  }
}

.quiz__alert-text {
  font-size: var(--fz-secondary);
  color: var(--fg-gray);
  margin-bottom: 2.9rem;
}

.quiz__alert-item {
  display: flex;
  align-content: center;
  margin-bottom: 1.5rem;
}
.quiz__alert-item:last-child {
  margin-bottom: 0;
}

.quiz__alert-item__icon {
  min-width: 4.7rem;
  max-width: 4.7rem;
  display: flex;
  align-content: center;
  justify-content: center;
}

.quiz__alert-item__text {
  padding-left: 1.1rem;
  font-family: var(--ff-inter);
  font-size: var(--fz-1-3);
  line-height: 130%;
}

.quiz__progress {
  margin-bottom: 3.4rem;
}
.quiz__progress._hide {
  display: none;
}

.quiz__progress-title {
  font-weight: 700;
  color: var(--fg-gray);
  margin-bottom: 1.7rem;
}
@media (max-width: 575px) {
  .quiz__progress-title {
    font-size: 1.2rem;
    line-height: 110%;
    margin-bottom: 1.2rem;
  }
}

.quiz__progress-line {
  display: flex;
  align-content: center;
}

.quiz__progress-dot {
  background: #F8F8F8;
  width: 6.5rem;
  height: 1.8rem;
  border-radius: 2rem;
  margin-right: 1rem;
}
.quiz__progress-dot:last-child {
  margin-right: 0;
}
.quiz__progress-dot._active {
  background: #6473C6;
}
@media (max-width: 575px) {
  .quiz__progress-dot {
    width: 4.9rem;
    height: 1rem;
  }
}

.quiz-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 5;
}

.quiz-checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
}

.quiz-checkbox__label {
  display: flex;
  align-items: center;
  position: relative;
  padding: 2.5rem 9.5rem 2.5rem 1.8rem;
  border-radius: 1.5rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 15px 15px 0 rgba(0, 0, 0, 0.02), 0 34px 20px 0 rgba(0, 0, 0, 0.01), 0 60px 24px 0 rgba(0, 0, 0, 0), 0 94px 26px 0 rgba(0, 0, 0, 0);
  height: 7.5rem;
  width: 100%;
  background: var(--bg-white);
}
@media (max-width: 575px) {
  .quiz-checkbox__label {
    height: auto;
    padding: 1.6rem 9rem 1.6rem 1.5rem;
  }
}

.quiz-checkbox__icon {
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--tr-regular);
}
.quiz-checkbox__icon svg {
  opacity: 0;
  transition: var(--tr-regular);
}

.quiz-checkbox__title {
  color: rgba(47, 60, 79, 0.85);
  font-size: var(--fz-third);
  margin-left: 1.5rem;
  line-height: 110%;
}

.quiz-checkbox__media {
  position: absolute;
  right: 1.5rem;
  bottom: 0;
  min-width: 7.5rem;
  height: 7.5rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
.quiz-checkbox__media._right {
  height: auto;
  width: auto;
  max-width: 7.1rem;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  right: 0;
}
.quiz-checkbox__media._icon {
  right: 0;
}
@media (max-width: 575px) {
  .quiz-checkbox__media {
    height: 100%;
  }
}

.quiz-checkbox__input:checked + .quiz-checkbox__label .quiz-checkbox__icon {
  border-color: var(--bg-blue);
  background: var(--bg-blue);
}
.quiz-checkbox__input:checked + .quiz-checkbox__label .quiz-checkbox__icon svg {
  opacity: 1;
}

.quiz-item {
  display: none;
}
.quiz-item._active {
  display: block;
}

.quiz-item__title {
  font-size: 3rem !important;
}
@media (max-width: 575px) {
  .quiz-item__title {
    font-size: 2rem !important;
  }
}

.quiz-item__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1.8rem;
  column-gap: 4.9rem;
}
.quiz-item__grid._3 {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.8rem;
}
.quiz-item__grid._3 .quiz-checkbox__media {
  min-width: 5rem;
}
.quiz-item__grid._3 .quiz-checkbox__label {
  padding-right: 1.8rem;
}
@media (max-width: 991px) {
  .quiz-item__grid {
    column-gap: 3rem;
  }
}
@media (max-width: 575px) {
  .quiz-item__grid {
    grid-template-columns: 1fr !important;
    row-gap: 1.5rem;
  }
}

.quiz-item__other {
  margin-top: 0.8rem;
}
@media (max-width: 575px) {
  .quiz-item__other {
    margin-top: 1.5rem;
  }
  .quiz-item__other .quiz-checkbox__label {
    padding-right: 2rem;
  }
}

.quiz-form {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .quiz-form {
    flex-direction: column;
  }
}

.quiz-form__content {
  padding-right: 3.1rem;
  max-width: 40.7rem;
}

.quiz-form__title {
  font-size: 3.5rem;
  margin-bottom: 3.1rem;
}

.quiz-form__list {
  max-width: 32.4rem;
}

.quiz-form__item {
  display: flex;
  margin-bottom: 1.5rem;
}
.quiz-form__item:last-child {
  margin-bottom: 0;
}

.quiz-form__item-icon {
  min-width: 4.4rem;
  max-width: 4.4rem;
  margin-right: 1.1rem;
}

.quiz-form__item-text {
  font-size: var(--fz-third);
}

.quiz-form__form {
  --box-shadow: 0 8px 18px 0 rgba(196, 196, 196, 0.1), 0 34px 34px 0 rgba(196, 196, 196, 0.09), 0 76px 46px 0 rgba(196, 196, 196, 0.05), 0 135px 54px 0 rgba(196, 196, 196, 0.01), 0 211px 59px 0 rgba(196, 196, 196, 0);
  min-width: 33.1rem;
  padding: 2.3rem 2.5rem 3.3rem 2.3rem;
  background: var(--bg-white);
  border-radius: 1.7rem;
  box-shadow: var(--box-shadow);
  position: relative;
}
.quiz-form__form:after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  width: calc(100% - 5.4rem);
  left: 50%;
  transform: translateX(-50%);
  height: 12.3rem;
  background: var(--bg-blue);
  box-shadow: var(--box-shadow);
  z-index: -1;
  border-radius: 1.7rem;
}
@media (max-width: 575px) {
  .quiz-form__form {
    box-shadow: none;
  }
}

.quiz-form__button {
  font-size: 1.2rem;
  padding: 1.75rem;
  margin-top: 3rem;
  line-height: 160%;
}

.quiz-form__form .checkbox:not(:last-child) {
  margin-bottom: 1.3rem;
}

.quiz-form__form .checkbox__label {
  font-size: 1.1rem;
  line-height: 120%;
  max-width: 100%;
}

.quiz-form__form .checkbox__label a {
  color: var(--bg-blue);
}

.quiz__success {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-white);
  z-index: 99;
  border-radius: var(--br);
  align-items: flex-start;
  justify-content: space-between;
  padding: 3.9rem 3.3rem 8.4rem 6rem;
  display: none;
}
.quiz__success._active {
  display: flex;
}
@media (max-width: 575px) {
  .quiz__success {
    padding: 3rem 1.5rem;
    flex-direction: column;
  }
}

.quiz__success-content {
  max-width: 35.5rem;
}
@media (max-width: 575px) {
  .quiz__success-content {
    max-width: 100%;
  }
}

.quiz__success-title {
  font-weight: 400 !important;
}
@media (max-width: 575px) {
  .quiz__success-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.quiz__success-text {
  font-size: var(--fz-third);
  color: rgba(47, 60, 79, 0.85);
  line-height: 140%;
  margin-bottom: 2rem;
}

.quiz__success-alert {
  display: flex;
  align-items: center;
  box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.05), 0 39px 39px 0 rgba(0, 0, 0, 0.04), 0 88px 53px 0 rgba(0, 0, 0, 0.03), 0 156px 62px 0 rgba(0, 0, 0, 0.01), 0 244px 68px 0 rgba(0, 0, 0, 0);
  background: var(--bg-white);
  border-radius: 1.2rem;
  padding: 1rem;
}

.quiz__success-alert__icon {
  min-width: 5rem;
  min-height: 6.6rem;
  background: rgba(100, 115, 198, 0.3);
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quiz__success-alert__text {
  padding-left: 0.9rem;
  max-width: 21.4rem;
  font-size: var(--fz-third);
  line-height: 140%;
}

.quiz__success-btn {
  margin-top: 2.8rem;
}

.quiz__success-media {
  max-width: 67.4rem;
  padding-top: 4.5rem;
}

.hero {
  padding-top: 5.8rem;
}
@media (max-width: 575px) {
  .hero {
    padding-top: 0.7rem;
  }
}

.hero__advantages {
  margin-top: 3.2rem;
}

.hero__main {
  background-image: url("../img/hero.car/bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3rem;
  padding: 5.6rem 6.3rem 7.2rem;
  color: var(--fg-white);
  position: relative;
}
@media (max-width: 991px) {
  .hero__main {
    padding: 1.5rem 1rem 2.5rem;
  }
}
@media (max-width: 575px) {
  .hero__main {
    background-image: url("../img/hero.car/bg-mobile.webp");
    padding: 1.5rem 1rem 2.5rem;
  }
}

.hero__title {
  max-width: 42.6rem;
  font-size: var(--fz-h2);
  line-height: 120%;
  font-weight: 300;
}
.hero__title > span {
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  .hero__title-slashes,
  .hero__title-icon {
    display: none;
  }
}
.hero__title-icon {
  margin: 0 1.5rem 0 0.6rem;
}

.hero__text {
  max-width: 33.6rem;
  --fz-regular: 1.8rem;
  line-height: 140%;
  font-weight: 300;
}
@media (max-width: 575px) {
  .hero__text {
    --fz-regular: var(--fz-regular);
  }
}

.hero__buttons {
  max-width: 30.8rem;
  margin-top: 2.5rem;
}
.hero__buttons .btn:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  .hero__buttons {
    max-width: 100%;
    margin-top: 2rem;
  }
}

.cases__slider {
  position: relative;
}

.cases__swiper {
  max-width: 96rem;
  margin: 0 auto;
}

.steps__block-header {
  max-width: 74.8rem;
  margin-bottom: 3.6rem;
}
.steps__block-header span {
  display: block;
  font-size: 2.4rem !important;
}
.steps__block-header .block-header__title {
  line-height: 120% !important;
}

.free {
  position: relative;
}

.free__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.free__container {
  position: relative;
  padding-bottom: 13rem;
  padding-top: 5rem;
  z-index: 5;
}
@media (max-width: 991px) {
  .free__container {
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .free__container {
    padding-bottom: 13rem;
  }
}

.free__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .free__flex {
    flex-wrap: wrap;
  }
}

.free__content {
  max-width: 57.4rem;
}
@media (max-width: 991px) {
  .free__content {
    margin-bottom: 4rem;
  }
}

.free__block-header {
  text-align: left;
  margin-bottom: 2.7rem;
}
.free__block-header .block-header__title {
  line-height: 120%;
}

.free__list {
  max-width: 27.9rem;
}

.free__media {
  position: absolute;
  bottom: 0;
  right: 1.5rem;
  max-width: 100.7rem;
  z-index: -1;
}
@media (max-width: 991px) {
  .free__media {
    position: relative;
    right: 0;
  }
}
@media (max-width: 575px) {
  .free__media {
    margin-left: var(--m-m-container);
    margin-right: var(--m-m-container);
    margin-bottom: -45rem;
  }
  .free__media img {
    width: 100%;
  }
}

.reviews {
  padding-bottom: 20.2rem;
  background: var(--bg-white);
}
@media (max-width: 575px) {
  .reviews {
    padding-bottom: 5rem;
  }
}

.reviews .swiper-slide {
  width: 30rem;
}

.reviews .swiper-slide:has(.reviews-item._big) {
  width: 53rem;
}

@media (max-width: 575px) {
  .reviews__swiper {
    position: relative;
    z-index: 10 !important;
  }
}

@media (max-width: 575px) {
  .reviews__scroll {
    display: none;
  }
}

.reviews__nav {
  display: none;
}
@media (max-width: 575px) {
  .reviews__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
  }
}
.reviews__nav .swiper__arrow {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: none;
  background: #F6F6F6;
  min-width: 4.5rem;
  width: 4.5rem;
  height: 4.5rem;
}
.reviews__nav .reviews__dots {
  margin-top: 0;
}

.points {
  background-color: var(--bg-dark);
  color: var(--fg-white);
  position: relative;
  z-index: 5;
}

.point__media {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.points__block-header .block-header__title {
  display: inline-block;
  color: var(--fg-white);
  position: relative;
}
.points__block-header .block-header__title:after {
  content: "";
  position: absolute;
  right: -1.5rem;
  top: 0.9rem;
  width: 2.9rem;
  height: 2.9rem;
  background: url("../img/icons.car/icon-key.svg") center center no-repeat;
  background-size: contain;
}
@media (max-width: 575px) {
  .points__block-header .block-header__title:after {
    display: none;
  }
}
@media (max-width: 575px) {
  .points__block-header .block-header__title._small span {
    font-size: 2.5rem !important;
  }
}

.points__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 2.9rem;
  column-gap: 3rem;
}
@media (max-width: 575px) {
  .points__grid {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }
}

.point__low {
  padding: 7.9rem 10rem 9.4rem;
  margin-top: 7rem;
  background: var(--bg-white);
  border-radius: 24rem;
  color: var(--fg-regular);
  position: relative;
}
@media (max-width: 991px) {
  .point__low {
    border-radius: 10rem;
  }
}
@media (max-width: 575px) {
  .point__low {
    padding: 1.5rem;
    border-radius: 2rem;
    text-align: center;
  }
}

.point__low-content {
  max-width: 42.9rem;
}

.point__low-title {
  margin-bottom: 1.5rem;
}

.point__low-text {
  font-size: 2.2rem;
  font-weight: 300;
}
@media (max-width: 575px) {
  .point__low-text {
    font-size: var(--fz-regular);
  }
}

.point__low-btn {
  margin-top: 3.5rem;
}
@media (max-width: 575px) {
  .point__low-btn {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}

.point__low-media {
  position: absolute;
  right: 0;
  top: -6rem;
  max-width: 64.5rem;
}
@media (max-width: 991px) {
  .point__low-media {
    position: relative;
    top: 0;
    margin-top: -6rem;
  }
}

.cars {
  background: var(--bg-white);
}

.cars__block-header {
  margin-bottom: 5rem;
}

.cars__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 6.5rem;
  column-gap: 4rem;
}
@media (max-width: 575px) {
  .cars__grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    row-gap: 2.5rem;
  }
}

.why {
  background-color: #f6f8fa;
  padding: 14.3rem 0 10rem;
}
@media (max-width: 575px) {
  .why {
    padding: 5rem 0;
  }
}

.why__block-header {
  margin-bottom: 0;
}
.why__block-header .block-header__title {
  color: var(--fg-regular);
}
@media (max-width: 575px) {
  .why__block-header {
    margin-bottom: 3rem;
  }
}

.why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 3rem;
  column-gap: 4rem;
}
@media (max-width: 575px) {
  .why__grid {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
}

.tariffs {
  padding-top: 10rem;
  background-color: var(--bg-white);
  position: relative;
}
@media (max-width: 575px) {
  .tariffs {
    padding-top: 5rem;
  }
}

.tariffs__grid {
  max-width: 84rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.2rem;
}
@media (max-width: 575px) {
  .tariffs__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.additional {
  background-color: var(--bg-white);
  padding-bottom: 10rem;
}

.additional__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.3rem;
}
@media (max-width: 991px) {
  .additional__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

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

.exclusive__grid {
  display: flex;
}
@media (max-width: 991px) {
  .exclusive__grid {
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .exclusive {
    padding: 5rem 0;
  }
}

.faq {
  background: #DDE5EA;
}

.faq__container {
  max-width: 84rem;
}

.news__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.7rem;
  row-gap: 2.5rem;
}
@media (max-width: 575px) {
  .news__grid {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
}

.news__btn {
  margin: 4rem auto 0;
}
@media (max-width: 575px) {
  .news__btn {
    margin: 2rem auto 0;
  }
}

.quiz {
  padding-bottom: 10rem;
}

.quiz__block {
  --br: 3.5rem;
  position: relative;
  background: var(--bg-white);
  border-radius: var(--br);
  display: flex;
  justify-content: space-between;
}
.quiz__block:after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 4.4rem);
  box-shadow: var(--shadow-card);
  background: var(--bg-blue);
  height: 13.4rem;
  z-index: -1;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .quiz__block {
    flex-direction: column;
  }
}

.quiz__title {
  font-size: 2.5rem;
  color: var(--fg-gray);
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 1.9rem;
}
@media (max-width: 575px) {
  .quiz__title {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}

.quiz__content {
  padding: 3.9rem 6rem 4.9rem;
  width: calc(100% - 30rem);
}
@media (max-width: 991px) {
  .quiz__content {
    width: 100%;
    order: 2;
  }
}
@media (max-width: 575px) {
  .quiz__content {
    padding: 3rem 1.5rem 2.2rem;
  }
}

.quiz__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.7rem;
}
.quiz__actions._hide {
  display: none;
}

.quiz__prev {
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F6F6;
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  transition: var(--tr-regular);
}
.quiz__prev._active {
  opacity: 1;
  z-index: 5;
}
@media (max-width: 575px) {
  .quiz__prev {
    width: 5.5rem;
    height: 5.5rem;
  }
}

.quiz__next {
  width: 20rem;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  transition: var(--tr-regular);
}
.quiz__next:disabled {
  cursor: default;
  opacity: 0.7;
}
@media (max-width: 575px) {
  .quiz__next {
    font-size: 1.3rem;
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
  }
}

.quiz__content {
  position: relative;
}

.quiz__form {
  display: none;
}
.quiz__form._active {
  display: flex;
}

.catalog {
  padding-bottom: 10rem;
}

.catalog__page-title {
  max-width: 46.7rem;
}

.catalog__grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .catalog__grid {
    flex-direction: column;
  }
}

.catalog__main {
  width: calc(100% - 16rem);
  margin-left: 1.5rem;
}
@media (max-width: 991px) {
  .catalog__main {
    width: 100%;
    margin-left: 0;
  }
}

.catalog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 991px) {
  .catalog__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .catalog__list {
    grid-template-columns: 1fr;
  }
}

.catalog-filter__flex {
  display: flex;
}
@media (max-width: 991px) {
  .catalog-filter__flex {
    flex-direction: column;
  }
}

.catalog-filter {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .catalog-filter {
    position: fixed;
    right: 0;
    padding: 5rem 3rem 3rem;
    overflow-y: auto;
    transform: translateX(100%);
    opacity: 0;
    background: var(--bg-body);
    transition: var(--tr-regular);
    z-index: 999;
    top: 0;
    height: 100%;
    width: 30rem;
  }
  .catalog-filter._active {
    opacity: 1;
    transform: translateX(0);
  }
}

.catalog-filter__item {
  margin-right: 1rem;
}
.catalog-filter__item.filter__between {
  max-width: 12.9rem;
}
.catalog-filter__item:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .catalog-filter__item {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .catalog-filter__item:last-child {
    margin-bottom: 0;
  }
}

.catalog-filter__price {
  min-width: 15rem;
  max-width: 15rem;
}

.catalog-filter__mileage {
  min-width: 17.7rem;
  max-width: 17.7rem;
}

.catalog-filter__button {
  display: none;
}
@media (max-width: 991px) {
  .catalog-filter__button {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: block;
    margin-top: 1.5rem;
  }
}

.catalog__more {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-archive {
  padding: 0 0 10rem;
}

.news-archive__container {
  padding-top: 4.5rem;
}

.news__more {
  display: flex;
  justify-content: center;
  margin-top: 4.1rem;
}

.news__back {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.news-single {
  padding-bottom: 10rem;
}

.news-single__block {
  padding: 5.3rem 6rem 6.1rem 5.9rem;
  background: var(--bg-white);
  border-radius: 6rem;
}

.news-single__page-title {
  text-align: left;
  font-size: 3.5rem;
  margin-bottom: 2.8rem;
}

.news-single__text {
  --fg-gray: #1D1D1B;
  line-height: 150%;
}
.news-single__text ul li, .news-single__text ol li {
  margin-bottom: 0.3rem;
}

.product {
  padding: 3.3rem 0 0;
}

.product__main {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 3.8rem;
}
@media (max-width: 991px) {
  .product__main {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media (max-width: 575px) {
  .product__main {
    display: block;
  }
}

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

.product__title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 120%;
  margin: 0;
  font-family: var(--ff-regular);
}
@media (max-width: 575px) {
  .product__title {
    font-size: 2rem;
  }
}

.product__price {
  font-size: 3rem;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 575px) {
  .product__price {
    font-size: 2rem;
  }
}

.product__features {
  margin-bottom: 2.6rem;
}

.product__features-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1.5rem;
}
.product__features-item:last-child {
  margin-bottom: 0;
}
.product__features-item span {
  position: relative;
  z-index: 5;
  background: var(--bg-body);
  padding-right: 0.5rem;
}
.product__features-item span:last-child {
  padding-left: 0.5rem;
  padding-right: 0;
}
.product__features-item:after {
  content: "";
  position: absolute;
  bottom: 0.6rem;
  left: 0;
  border-bottom: 0.1rem dashed rgba(33, 33, 33, 0.85);
  width: 100%;
}

.product__text {
  max-width: 34.9rem;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 120%;
  margin-bottom: 2.6rem;
}
@media (max-width: 575px) {
  .product__text {
    text-align: center;
    margin-bottom: 1.3rem;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .product__btn {
    width: 100%;
  }
}

.product-gallery__main {
  min-height: 53rem;
  border-radius: var(--br-regular);
  overflow: hidden;
}
@media (max-width: 575px) {
  .product-gallery__main {
    padding-bottom: 56%;
    min-height: auto;
  }
}

.product-gallery__list {
  display: flex;
  margin-top: 1.8rem;
}
@media (max-width: 575px) {
  .product-gallery__list {
    margin-top: 1rem;
  }
}

.product-gallery__item {
  width: 11rem;
  height: 11rem;
  margin-right: 0.7rem;
  border-radius: 1rem;
  overflow: hidden;
  transition: var(--tr-regular);
}
.product-gallery__item._hide {
  display: none;
}
.product-gallery__item._active {
  opacity: 0.4;
}
@media (max-width: 575px) {
  .product-gallery__item {
    width: 7.2rem;
    height: 6.5rem;
  }
}

.product-gallery__counter {
  height: 11rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #E9E9E9;
  color: #E9E9E9;
  font-size: 1.4rem;
  width: 6.8rem;
  border-radius: 0.5rem;
}
@media (max-width: 575px) {
  .product-gallery__counter {
    width: 5rem;
    height: 6.5rem;
    font-size: 1.2rem;
  }
}

@media (max-width: 575px) {
  .product__gallery {
    margin-bottom: 1.5rem;
  }
}

.product-advantages {
  margin: 10rem 0 8rem;
}
@media (max-width: 575px) {
  .product-advantages {
    margin: 5rem 0 2.5rem;
  }
}

.product-advantages__title {
  max-width: 50.3rem;
  font-weight: 700;
  margin: 0 auto 8rem;
  text-align: center;
  font-size: 3.8rem;
}
@media (max-width: 575px) {
  .product-advantages__title {
    font-size: 2.5rem;
    line-height: 120%;
    margin: 0 auto 6rem;
  }
}

.product-advantages__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media (max-width: 991px) {
  .product-advantages__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .product-advantages__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.product-advantages__item-media {
  background: var(--bg-button-primary);
  height: 13rem;
  border-radius: 2rem;
  overflow: hidden;
}

.product-advantages__item-title {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.1rem;
}

.product-advantages__item-text {
  padding-left: 1.9rem;
  position: relative;
  font-size: 1.4rem;
  line-height: 130%;
}
.product-advantages__item-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #4C63B5;
}

.related {
  background: var(--bg-white);
  padding-bottom: 10rem;
}

.related__title {
  max-width: 54.7rem;
  margin: 0 auto 4.5rem;
  text-align: center;
  font-size: 3.8rem;
  line-height: 120%;
}

.related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 991px) {
  .related__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.is-hidden {
  visibility: hidden !important;
  display: none !important;
}

@media (min-width: 450px) {
  .only-mobile {
    display: none;
  }
}

.is-transparent {
  opacity: 0 !important;
  pointer-events: none !important;
}

.is-opaque {
  opacity: 0.5;
}

/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.bayan {
  overflow: hidden;
  transition: all 0.4s;
  --toggler-line-width: 100%;
  --toggler-line-height: 0.4rem;
  --closer-width: 3rem;
  --closer-height: 3rem;
}
@media (max-width: 991px) {
  .bayan {
    --closer-width: 1.6rem;
    --closer-height: 1.6rem;
    --toggler-line-height: 0.2rem;
  }
}

.bayan__top {
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.bayan__bottom {
  transition: all 0.4s;
  opacity: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  grid-template-rows: 0fr;
  display: grid;
}

.bayan__bottom > * {
  min-height: 0;
  transition: var(--tr-regular);
}

.bayan:not(.bayan--opened) .bayan__bottom > * {
  padding-top: 0;
  padding-bottom: 0;
}

.bayan__bottom--absolute {
  position: absolute;
}

.bayan--opened > .bayan__bottom {
  opacity: 1;
  grid-template-rows: 1fr;
}

.bayan__toggler {
  position: relative;
  width: var(--closer-width, 3rem);
  min-width: var(--closer-width, 3rem);
  height: var(--closer-height, 3rem);
  transition: var(--tr);
  transform-origin: center;
}

.bayan__toggler:before,
.bayan__toggler:after {
  content: "";
  position: relative;
  top: 50%;
  left: 50%;
  display: block;
  background: var(--toggler-color, #000);
  transition: var(--tr);
  border-radius: 2rem;
}

.bayan__toggler:before {
  width: var(--toggler-line-width, 40%);
  min-width: var(--toggler-line-width, 40%);
  height: var(--toggler-line-height, 0.2rem);
}

.bayan__toggler:after {
  width: var(--toggler-line-height, 0.2rem);
  min-width: var(--toggler-line-height, 0.2rem);
  height: var(--toggler-line-width, 40%);
}

.bayan__toggler:before {
  transform: translate(-50%, -50%);
}

.bayan__toggler:after {
  transform: translate(-50%, -60%);
}

.bayan--opened .bayan__toggler:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.bayan--opened .bayan__toggler:after {
  transform: translate(-50%, -60%) rotate(45deg);
}

.bayan--closer-minus.bayan--opened .bayan__toggler:before {
  transform: translate(-50%, -50%);
}

.bayan--closer-minus.bayan--opened .bayan__toggler:after {
  transform: translate(-50%, -62%) rotate(90deg);
}

.bayan--toggler-triangle .bayan__toggler {
  transform-origin: center;
}

.bayan--toggler-triangle .bayan__toggler::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 1.4rem 0 1.4rem;
  border-color: #000 transparent transparent transparent;
  transform: none;
  background: transparent;
}
@media (max-width: 413px) {
  .bayan--toggler-triangle .bayan__toggler::before {
    border-width: 1.5rem 0.9rem 0px 0.9rem;
  }
}

.bayan--toggler-triangle .bayan__toggler::after {
  display: none;
}

.bayan--opened > .bayan__top .bayan__toggler {
  transform: rotate(180deg);
}

.bayan--toggler-triangle .bayan--opened .bayan__toggler::before {
  top: 0.7rem;
}
@media (max-width: 449px) {
  .bayan--toggler-triangle .bayan--opened .bayan__toggler::before {
    top: -1.3rem;
  }
}
@media (max-width: 413px) {
  .bayan--toggler-triangle .bayan--opened .bayan__toggler::before {
    left: 1.4rem;
    top: 2.2rem;
  }
}

:root {
  --tr-jolly-enter: cubic-bezier(0.5, 0, 0.5, 1);
  --tr-jolly-leave: cubic-bezier(0.5, 0, 0.5, 1);
  --c-b_modal-closer-hover: #ff3b30;
  --z-b_modal: 1234567890;
  --bg-overlay: rgba(0, 0, 0, 0);
  --bg-overlay-visible: rgba(0, 0, 0, 0.8);
  --bg-b_modal-closer: rgba(222,222,222, 0.5);
}

.b_modal__storage {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-b_modal);
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.b_modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: var(--bg-overlay);
  transition: all 0.5s var(--tr-jolly-leave);
}

.b_modal__overlay._show {
  pointer-events: initial;
  background-color: var(--bg-overlay-visible);
  transition: all 0.5s var(--tr-jolly-enter);
}

.b_modal__aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1em;
}

.b_modal__content {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.3s ease;
  transition: all 0.5s var(--tr-jolly-enter);
  transform: scale(0.86);
}

.b_modal {
  transition: var(--tr-regular);
  opacity: 0;
  transform: translateY(25rem) scale(0.8);
  transition: all 0.5s var(--tr-jolly-leave), opacity 0.3s var(--tr-jolly-leave);
}

._show .b_modal {
  transform: translateY(0) scale(1);
  opacity: 1;
  transition: all 0.5s var(--tr-jolly-enter), opacity 0.3s var(--tr-jolly-leave);
}

.b_modal__closer {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: block;
  width: 2.5em;
  height: 2.5em;
  font-size: 1.4rem;
  color: transparent;
  transition: all 0.3s ease;
  background-color: var(--bg-b_modal-closer);
  border-radius: 1rem;
  transform: scale(0);
}

._show .b_modal__closer {
  transform: scale(1);
}

.b_modal__closer::before,
.b_modal__closer::after {
  --closer-color: rgba(0,0,0, 1);
  content: "";
  position: absolute;
  top: 44%;
  right: 0;
  left: 0;
  display: block;
  width: 80%;
  height: 13%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1em;
  background-color: var(--closer-color);
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .b_modal__closer::before,
  .b_modal__closer::after {
    top: 46%;
    width: 70%;
  }
}

.b_modal__closer::before {
  transform: rotate(45deg);
}

.b_modal__closer::after {
  transform: rotate(-45deg);
}

@media (any-hover: hover) {
  .b_modal__closer:hover::before,
  .b_modal__closer:hover::after {
    --closer-color: var(--c-b_modal-closer-hover);
  }
}

.b_modal--scrollable {
  padding-bottom: 0;
}

.b_modal--scrollable._show .b_modal__aligner {
  align-items: flex-start;
  overflow-x: hidden;
  overflow-y: auto;
}

.b_modal--slide-left {
  transform: translateX(100%);
  opacity: 1;
}

._show .b_modal--slide-left {
  transform: translateX(0);
}
/*# sourceMappingURL=../maps/style.css.map */
