/*! normalize.css v8.0.0 | 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;
}

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}

ul,
ol {
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

figure {
  margin: 0;
}

input,
textarea {
  background-clip: padding-box;
}

button {
  cursor: pointer;
}
button[disabled] {
  cursor: default;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Actay Wide";
  src: url("../fonts/ActayWide-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Actay Wide";
  src: url("../fonts/ActayWide-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
:root {
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-base: "Montserrat", var(--font);
  --font-accent: "Actay Wide", var(--font);
}

:root {
  font-weight: 400;
  font-size: 4.2666666667vw;
  line-height: 1.2;
  font-family: var(--font-base);
  color: #000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.box {
  --__indent: 1rem;
  box-sizing: border-box;
  width: 100%;
  padding-inline-start: var(--__indent);
  padding-inline-end: var(--__indent);
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.ctrlButton {
  --__button-bg: #fff;
  --__button-color: #202020;
  --__button-icon-bg: #e32636;
  --__button-icon-color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.25rem 1.25rem 0.25rem 0.25rem;
  border: 0;
  border-radius: 1.875rem;
  background-color: var(--__button-bg);
  color: var(--__button-color);
  text-decoration: none;
}
.ctrlButton__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.875rem;
  border-radius: 50%;
  color: var(--__button-icon-color);
  background-color: var(--__button-icon-bg);
}
.ctrlButton__text {
  flex: 1;
  min-width: 0;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}
.ctrlButton_theme_accent {
  --__button-bg: #e32636;
  --__button-color: #fff;
  --__button-icon-bg: #fff;
  --__button-icon-color: #1B1515;
}

.page__container {
  overflow: hidden;
}
.page__container > *:not(:first-child) {
  position: relative;
  margin-top: -3.125rem;
}

.hero {
  position: relative;
  padding-top: 3.75rem;
  padding-bottom: 6.875rem;
  color: #fff;
  background-image: linear-gradient(99.74deg, #000093 3.7%, #0101da 114.67%);
  overflow: hidden;
}
.hero__decor {
  position: absolute;
  top: 3.4375rem;
  left: calc(50% - 10.625rem);
  width: 52.5rem;
  min-height: 1rem;
  height: auto;
  transform: rotate(-71deg);
}
.hero__container {
  position: relative;
}
.hero__title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  font-family: var(--font-accent);
}
.hero__lead {
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  color: #f4f4f6;
}
.hero__price {
  margin-top: 3.75rem;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1;
  font-family: var(--font-accent);
  color: #f4f4f6;
  max-width: 10em;
}
.hero__button {
  margin-top: 2rem;
}
.hero_view_chanel .hero__title {
  word-break: break-all;
}
.hero_view_chanel .hero__price {
  max-width: 12em;
}

.about-item {
  text-align: center;
}
.about-item__value {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  font-family: var(--font-accent);
  color: #000093;
}
.about-item__text {
  margin-top: 0.25rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  color: #202020;
}

.about-item-chanel {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  color: #202020;
  text-align: center;
}
.about-item-chanel__value {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  font-family: var(--font-accent);
}
.about-item-chanel__text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
}

.about {
  padding-top: 2rem;
  padding-bottom: 6.875rem;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  background-color: #fff;
}
.about__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  text-align: center;
}
.about__text {
  margin-top: 2rem;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1;
  color: #B6B6C0;
  font-family: var(--font-accent);
}
.about__text-accent {
  background-color: transparent;
  color: #010b4a;
}

.about-chanel {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 6.875rem;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  background-color: #fff;
}
.about-chanel__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.about-chanel__text {
  margin-top: 2rem;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1;
  color: #b6b6c0;
  font-family: var(--font-accent);
}
.about-chanel__text-accent {
  color: #202020;
}
.about-chanel__picture {
  display: block;
  margin-top: 1.875rem;
  margin-left: -1.875rem;
  width: 26.5625rem;
  height: auto;
  transform: rotate(-5deg);
}
.about-chanel__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.about-chanel__button {
  margin-top: 2.5rem;
}

.card-default {
  box-sizing: border-box;
  width: 20rem;
  min-height: 9.0625rem;
  padding: 1rem;
  border-radius: 1.25rem;
  background-color: #fff;
}
.card-default__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  font-family: var(--font-accent);
  color: #000093;
}
.card-default__text {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  color: #202020;
}

.card-compound {
  --__card-bg: transparent;
  --__card-color: #202020;
  --__card-title-color: #0202da;
  --__card-backdrop: none;
  --__logo-bg: #fff;
  --__logo-color: #202020;
  padding: 1rem;
  border-radius: 1.25rem;
  background-color: var(--__card-bg);
  color: var(--__card-color);
  -webkit-backdrop-filter: var(--__card-backdrop);
          backdrop-filter: var(--__card-backdrop);
}
.card-compound_theme_accent {
  --__card-bg: #0202da;
  --__card-color: #fff;
  --__card-title-color: #fff;
}
.card-compound_theme_muted {
  --__card-bg: rgb(235 235 237 / 40%);
  --__card-color: #202020;
  --__card-title-color: #0202da;
  --__card-backdrop: blur(20px);
}
.card-compound_theme_soft {
  --__card-bg: #f1f1ff;
  --__card-color: #202020;
  --__card-title-color: #0202da;
}
.card-compound_theme_dark {
  --__card-bg: #000093;
  --__card-color: #fff;
  --__card-title-color: #fff;
}
.card-compound__title {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  font-family: var(--font-accent);
  color: var(--__card-title-color);
}
.card-compound__title::before {
  counter-increment: compound-card;
  content: counter(compound-card, decimal-leading-zero);
  flex-shrink: 0;
}
.card-compound__list {
  margin-top: 1rem;
  list-style: none;
}
.card-compound__list-item {
  position: relative;
  padding-left: 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
}
.card-compound__list-item::before {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: currentcolor;
}
.card-compound__list-item + .card-compound__list-item {
  margin-top: 0.25rem;
}
.card-compound__logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.card-compound__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: var(--__logo-bg);
}
.card-compound__logo-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 1rem;
}
.card-compound__logo-text {
  display: block;
}

.reasons {
  padding-top: 2rem;
  padding-bottom: 6.875rem;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  background-color: #f4f4f6;
  overflow: hidden;
}
.reasons__swiper {
  margin-top: 2rem;
  overflow: visible;
}
.reasons__swiper .swiper-slide {
  height: auto;
}
.reasons__pagination {
  position: static;
  display: flex;
  justify-content: center;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  margin-top: 1rem;
}
.reasons__pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.reasons__pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 1.25rem;
  background-color: #b6b6c0;
  opacity: 1;
  transition: width 0.25s ease, background-color 0.25s ease;
}
.reasons__pagination .swiper-pagination-bullet-active {
  width: 1.5rem;
  background-color: #e32636;
}
.reasons__button {
  margin-top: 2rem;
}

.analysis {
  padding-top: 2rem;
  padding-bottom: 6.875rem;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  background-color: #fff;
  overflow: hidden;
}
.analysis__intro {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1;
  font-family: var(--font-accent);
}
.analysis__intro-muted {
  color: #b6b6c0;
}
.analysis__intro-strong {
  color: #202020;
}
.analysis__title {
  margin-top: 2rem;
}
.analysis__table-wrap {
  margin-top: 2rem;
  overflow: visible;
}
.analysis__slide {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
  width: 20rem;
  height: auto;
}
.analysis__cell {
  display: grid;
  align-items: center;
  margin: 0;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  color: #202020;
}
.analysis__cell_color_light {
  background-color: #f4f4f6;
}
.analysis__cell_color_accent {
  background-color: #eeeef9;
}
.analysis__cell_type_header {
  display: grid;
  align-items: stretch;
}
.analysis__cell-content-original, .analysis__cell-content-second {
  grid-column-start: 1;
  grid-row-start: 1;
}
.analysis__cell-content-second {
  visibility: hidden;
}
.analysis__cell-content-original, .analysis__cell-content-second {
  margin: 0;
  display: block;
  font-weight: 500;
}
.analysis__cell_type_header .analysis__cell-content-original, .analysis__cell_type_header .analysis__cell-content-second {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  font-family: var(--font-accent);
}
.analysis__pagination {
  position: static;
  display: flex;
  justify-content: center;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  margin-top: 1rem;
}
.analysis__pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.analysis__pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 1.25rem;
  background-color: #b6b6c0;
  opacity: 1;
  transition: width 0.25s ease, background-color 0.25s ease;
}
.analysis__pagination .swiper-pagination-bullet-active {
  width: 1.5rem;
  background-color: #e32636;
}

.analysis-header-link {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  font-family: var(--font-accent);
  color: inherit;
  text-decoration: none;
}
.analysis-header-link[href] {
  text-decoration: underline;
}
.analysis-header-link__icon {
  flex-shrink: 0;
  color: #202020;
}

.title-arrow {
  --__icon-bg: #fff;
  --__icon-color: #1b1515;
  --__title-color: #000093;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.title-arrow__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 1.125rem;
  border-radius: 50%;
  background-color: var(--__icon-bg);
  color: var(--__icon-color);
}
.title-arrow__title {
  max-width: 17.1875rem;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1;
  font-family: var(--font-accent);
  color: var(--__title-color);
}
.title-arrow_color_second {
  --__icon-bg: #f4f4f6;
}

.compound {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 6.875rem;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  background-color: #fff;
  overflow: hidden;
}
.compound__decor {
  position: absolute;
  top: 12.125rem;
  left: calc(50% - 35.4375rem);
  width: 53.375rem;
  height: 75.875rem;
  transform: rotate(-5deg);
}
.compound__container {
  position: relative;
}
.compound__cards {
  display: grid;
  gap: 0.25rem;
  margin-top: 2rem;
  counter-reset: compound-card;
}
.compound_view_chanel {
  background-color: #f4f4f6;
}
.compound_view_chanel .card-compound_theme_muted {
  --__card-bg: rgba(255, 255, 255, .5);
}
.compound_view_chanel .card-compound_theme_soft {
  --__card-bg: #dbdbf2;
}

.card-process {
  --__text-color: #202020;
  --__accent-color: #000093;
  --__subheading-bg: #f4f4f6;
  --__body-bg: #fff;
  display: grid;
  gap: 0.25rem;
  grid-template-rows: 1fr 1fr;
  color: var(--__text-color);
}
.card-process__part {
  --__part-color: var(--__text-color);
  display: inherit;
  gap: inherit;
  grid-template-rows: auto 1fr;
}
.card-process__part_end {
  --__part-color: var(--__accent-color);
}
.card-process__subheading {
  margin: 0;
  padding: 1.5rem;
  border-radius: 1.25rem;
  background-color: var(--__subheading-bg);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  font-family: var(--font-accent);
  color: var(--__part-color);
}
.card-process__body {
  padding: 1.5rem;
  border-radius: 1.25rem;
  background-color: var(--__body-bg);
}
.card-process__text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  color: var(--__text-color);
}
.card-process__text strong {
  font-weight: 700;
  color: var(--__part-color);
}

.process {
  --__header-bg: #f4f4f6;
  --__header-color: #202020;
  --__header-color-accent: #000093;
  padding-top: 2rem;
  padding-bottom: 6.875rem;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  background-image: linear-gradient(-66.18deg, #0202da 6.19%, #000093 78.15%);
  overflow: hidden;
}
.process__swiper {
  overflow: visible;
}
.process__header {
  display: none;
}
.process__heading {
  --__heading-color: var(--__header-color);
  padding: 1.5rem;
  border-radius: 1.25rem;
  background-color: var(--__header-bg);
}
.process__heading_color_accent {
  --__heading-color: var(--__header-color-accent);
}
.process__heading-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  font-family: var(--font-accent);
  color: var(--__heading-color);
}
.process__slide {
  height: auto;
}
.process__slide .card-process {
  height: 100%;
}
.process__pagination {
  position: static;
  display: flex;
  justify-content: center;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  margin-top: 1rem;
}
.process__pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.process__pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 1.25rem;
  background-color: #f4f4f6;
  opacity: 1;
  transition: width 0.25s ease, background-color 0.25s ease;
}
.process__pagination .swiper-pagination-bullet-active {
  width: 1.5rem;
  background-color: #e32636;
}

.card-steps {
  padding: 1rem;
  border-radius: 1.25rem;
  background-color: rgba(182, 182, 205, 0.1);
  -webkit-backdrop-filter: blur(0.3125rem);
          backdrop-filter: blur(0.3125rem);
}
.card-steps__head {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.card-steps__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #000093;
  color: #fff;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.1;
}
.card-steps__label {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.125rem;
  border: 0.0625rem solid #000093;
  border-radius: 6.25rem;
  color: #000093;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.1;
}
.card-steps__list {
  margin-top: 1.5rem;
  list-style: none;
}
.card-steps__item {
  position: relative;
  padding-left: 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  color: #202020;
}
.card-steps__item::before {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #000093;
}
.card-steps__item + .card-steps__item {
  margin-top: 0.25rem;
}

.steps {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 6.875rem;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  background-color: #fff;
  overflow: hidden;
}
.steps__decor {
  position: absolute;
  top: -2.5rem;
  left: calc(50% - 39.1875rem);
  width: 82.625rem;
  min-height: 1rem;
  height: auto;
  transform: rotate(131deg);
}
.steps__container {
  position: relative;
}
.steps__cards {
  display: grid;
  gap: 0.25rem;
  margin-top: 2rem;
}

.info-default {
  --__bg-color: #f4f4f6;
  --__text-color: #b6b6c0;
  --__accent-color: #010b4a;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 6.875rem;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  background-color: var(--__bg-color);
  overflow: hidden;
}
.info-default__text {
  margin-top: 2rem;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1;
  font-family: var(--font-accent);
  color: var(--__text-color);
}
.info-default__accent {
  color: var(--__accent-color);
}
.info-default__button {
  margin-top: 2rem;
}

.additional {
  padding-top: 2rem;
  padding-bottom: 6.875rem;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  background-color: #fff;
}
.additional__table {
  width: 100%;
  margin-top: 2rem;
  border-collapse: separate;
  border-spacing: 0 0.25rem;
}
.additional__caption {
  padding: 1.5rem;
  border-radius: 1.25rem;
  background-color: #000093;
  text-align: left;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  font-family: var(--font-accent);
  color: #fff;
}
.additional__thead {
  display: none;
}
.additional__head-cell {
  padding: 1.5rem;
  border-radius: 1.25rem;
  background-color: #000093;
  text-align: left;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  font-family: var(--font-accent);
  color: #fff;
}
.additional__head-cell_type_option {
  box-sizing: border-box;
  width: 51.125rem;
}
.additional__row:nth-child(odd) .additional__name, .additional__row:nth-child(odd) .additional__price {
  background-color: #f4f4f6;
}
.additional__row:nth-child(even) .additional__name, .additional__row:nth-child(even) .additional__price {
  background-color: #fff;
}
.additional__name, .additional__price {
  padding: 0.5rem 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  color: #202020;
}
.additional__name {
  width: 12.5rem;
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}
.additional__price {
  width: 7.5rem;
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}
.additional_view_chanel {
  background-color: #f4f4f6;
}

.card-faq {
  padding: 0.25rem;
  border-radius: 1.25rem;
  background-color: #fff;
}
.card-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem;
  border: 0;
  background: transparent;
  text-align: left;
}
.card-faq__question-text {
  flex: 1;
  min-width: 0;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  font-family: var(--font-accent);
  color: #202020;
}
.card-faq__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  margin-left: 0.5rem;
  border-radius: 50%;
  background-color: #f4f4f6;
}
.card-faq__icon-svg {
  color: #202020;
  transition: transform 0.2s ease;
}
.card-faq__answer {
  padding: 1rem;
  border-radius: 0 0 1.25rem 1.25rem;
  background-color: #f4f4f6;
}
.card-faq__answer-text {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #303030;
}
.card-faq.is-open .card-faq__icon-svg {
  transform: rotate(180deg);
}

.faq {
  padding-top: 2rem;
  padding-bottom: 6.875rem;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  background-image: linear-gradient(-72.43deg, #0202da 6.19%, #000093 78.15%);
}
.faq__title-arrow .title-arrow__title {
  color: #fff;
}
.faq__list {
  display: grid;
  gap: 0.25rem;
  margin-top: 2rem;
}

.form-contacts {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 6.875rem;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  background-color: #fff;
  overflow: hidden;
}
.form-contacts__decor {
  position: absolute;
  top: 22.5rem;
  left: calc(50% - 19rem);
  width: 35.3125rem;
  min-height: 1rem;
  height: auto;
  transform: rotate(-103deg);
}
.form-contacts__title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  font-family: var(--font-accent);
  text-align: center;
  color: #202020;
}
.form-contacts__lead {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  color: #3b3b3b;
}
.form-contacts__form {
  position: relative;
  margin-top: 2rem;
  background-color: #fff;
  border-radius: 1.25rem 1.25rem 1.875rem 1.875rem;
  overflow: hidden;
}
.form-contacts__inputs {
  display: grid;
  gap: 1rem;
}
.form-contacts__agree {
  margin-top: 2rem;
}
.form-contacts__button {
  margin-top: 2rem;
}

.footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  background-color: #f4f4f6;
}
.footer__container {
  display: grid;
  justify-items: center;
  row-gap: 1rem;
}
.footer__contacts {
  display: grid;
  justify-items: center;
  row-gap: 1rem;
}
.footer__phone {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1;
  font-family: var(--font-accent);
  color: #202020;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.footer__email {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1;
  font-family: var(--font-accent);
  color: #202020;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.footer__address {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  color: #202020;
}
.footer__legal {
  display: grid;
  justify-items: center;
  row-gap: 1rem;
}
.footer__legal-link, .footer__copyright {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #202020;
  text-align: center;
}
.footer__legal-link {
  text-decoration: none;
}

.icon {
  display: inline-block;
}
.icon_color_fill {
  fill: currentcolor;
}
.icon_color_stroke {
  fill: none;
  stroke: currentcolor;
}

.ctrl-button {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.ctrl-button_icon-only .ctrl-button__text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.ctrl-button.is-disabled {
  cursor: default;
  pointer-events: none;
}

.ctrl-check {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: start;
  width: 100%;
  cursor: pointer;
}
.ctrl-check__field {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.ctrl-check__field:checked ~ .ctrl-check__visual-box {
  background-color: #000093;
  border-color: #000093;
}
.ctrl-check__field:checked ~ .ctrl-check__visual-box .ctrl-check__icon {
  opacity: 1;
}
.ctrl-check__visual-box {
  box-sizing: border-box;
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  flex-shrink: 0;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #cfced3;
  border-radius: var(--__field-bdrs, 0.25rem);
  background-color: transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.ctrl-check__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #fff;
  transition: opacity 0.2s ease;
}
.ctrl-check__label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #202020;
}
.ctrl-check .form-control__validation {
  grid-column-end: span 2;
}
.ctrl-check_type_radio {
  --__field-bdrs: 50%;
}
.ctrl-check_type_radio.ctrl-check_view_switcher {
  --__field-bdrs: calc(5 / 16 * 1rem);
  --__switcher-bdrs: 50%;
}
.ctrl-check_view_switcher {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
.ctrl-check_view_switcher .ctrl-check__field:checked ~ .ctrl-check__visual-box {
  background-color: transparent;
}
.ctrl-check_view_switcher .ctrl-check__field:checked ~ .ctrl-check__visual-box::after {
  left: 0.8125rem;
}
.ctrl-check_view_switcher .ctrl-check__visual-box {
  width: 1.5rem;
  height: 0.75rem;
  margin-top: 0;
  position: relative;
}
.ctrl-check_view_switcher .ctrl-check__visual-box::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: var(--__switcher-bdrs, 0);
  background-color: tomato;
  border: 0;
  transform: none;
  opacity: 1;
}

.ctrl-textfield {
  --__bg-default: #f4f4f6;
  --__text-default: #1b1515;
  --__placeholder-default: rgb(32 32 32 / 50%);
  --__border-focus: #939393;
  --__border-error: #fa1c32;
  --__placeholder-error: #939393;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 1rem;
  border: 0.0625rem solid transparent;
  border-radius: 1.25rem;
  background-color: var(--__bg-default);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4;
  color: var(--__text-default);
  transition: border-color 0.2s ease;
}
.ctrl-textfield::-moz-placeholder {
  color: var(--__placeholder-default);
}
.ctrl-textfield::placeholder {
  color: var(--__placeholder-default);
}
.ctrl-textfield:focus {
  outline: none;
}
.ctrl-textfield:focus-visible {
  border-color: var(--__border-focus);
}
.form-control_validation .ctrl-textfield {
  border-color: var(--__border-error);
}
.form-control_validation .ctrl-textfield::-moz-placeholder {
  color: var(--__placeholder-error);
}
.form-control_validation .ctrl-textfield::placeholder {
  color: var(--__placeholder-error);
}
.ctrl-textfield_type_textarea {
  min-height: 6.25rem;
  height: auto;
  resize: vertical;
}

.form-control {
  display: block;
  width: 100%;
}
.form-control_label-hidden .form-control__label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.form-control__label {
  display: block;
  margin-bottom: 0.5rem;
}
.form-control__body {
  width: 100%;
}
.form-control__validation {
  display: block;
  margin-top: 0.5rem;
}
.form-control__validation_error {
  color: #e32636;
}

.form-message {
  display: flex;
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 2rem 1.25rem;
  border-radius: inherit;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}
.form-message__title {
  font-family: var(--font-accent);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  color: #202020;
}
.form-message__text {
  max-width: 40.625rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  color: #202020;
  text-wrap: balance;
}
.form-message__progress {
  width: 100%;
  max-width: 20rem;
  height: 0.25rem;
  margin-top: 1.5rem;
  border-radius: 0.125rem;
  background-color: #f0f0f0;
  overflow: hidden;
}
.form-message__progress-bar {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-image: linear-gradient(-37.4deg, #0202da 6.19%, #000093 78.15%);
  transform-origin: left center;
  transform: scaleX(1);
  transition: transform linear 0s;
}
.form-message.isActive .form-message__progress-bar {
  transform: scaleX(0);
}
.form-message.isHidden {
  display: none;
}

.ctrl-breadcrumbs__item:last-child .ctrl-breadcrumbs__link {
  pointer-events: none;
  cursor: default;
}
.logo {
  display: block;
  width: 50px;
  height: 50px;
}
.logo__image {
  display: block;
  width: 100%;
  height: 100%;
}
.logo__name {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.social {
  display: flex;
  align-items: center;
  gap: 0.5625rem;
  padding-left: 0;
  list-style: none;
}
.social__item {
  display: flex;
}
.social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  color: #000093;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.social__link:hover, .social__link:focus-visible {
  opacity: 0.85;
}
.social__icon {
  display: block;
  width: 3rem;
  height: 3rem;
}
@media (min-width: 420px) {
  :root {
    font-size: 17.92px;
  }
  .box {
    max-width: 420px;
  }
}
@media (min-width: 768px) {
  :root {
    font-size: 1.1111111111vw;
  }
  .box {
    --__indent: 2.5rem;
    box-sizing: content-box;
    max-width: 82.5rem;
  }
  .ctrlButton__text {
    font-size: 1.125rem;
  }
  .page__container > *:not(:first-child) {
    margin-top: -6.25rem;
  }
  .hero {
    padding-top: 6.25rem;
    padding-bottom: 12.5rem;
    background-image: linear-gradient(140.75deg, #000093 23.59%, #2929c5 52.31%, #0101da 82.16%);
  }
  .hero__decor {
    top: -4.5rem;
    left: calc(50% - 1.875rem);
  }
  .hero__title {
    font-size: 5rem;
  }
  .hero__lead {
    max-width: 34.75rem;
    font-size: 1.125rem;
  }
  .hero__price {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 0;
    font-size: 2rem;
    line-height: 1.2;
    text-align: right;
  }
  .hero__button {
    width: -moz-fit-content;
    width: fit-content;
  }
  .hero_view_chanel .hero__title {
    word-break: normal;
    max-width: 11em;
  }
  .hero_view_chanel .hero__lead {
    max-width: 40em;
  }
  .about-item {
    text-align: left;
  }
  .about-item__value {
    font-size: 3.75rem;
  }
  .about-item__text {
    margin-top: 0;
    font-size: 1.125rem;
    max-width: 12em;
  }
  .about-item-chanel {
    text-align: left;
  }
  .about-item-chanel__text {
    font-size: 1.125rem;
  }
  .about {
    padding-top: 3.75rem;
    padding-bottom: 12.5rem;
    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;
  }
  .about__stats {
    grid-template-columns: repeat(3, 19.6875rem);
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    text-align: left;
  }
  .about__text {
    margin-top: 3.75rem;
    width: 61.5625rem;
    font-size: 2rem;
    line-height: 1.2;
  }
  .about-chanel {
    padding-top: 3.75rem;
    padding-bottom: 12.5rem;
    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;
  }
  .about-chanel__box {
    overflow-x: hidden;
  }
  .about-chanel__container {
    width: 33.125rem;
  }
  .about-chanel__stats {
    grid-template-columns: repeat(2, 15.625rem);
    gap: 1.875rem;
  }
  .about-chanel__text {
    margin-top: 3.75rem;
    font-size: 2rem;
    line-height: 1.2;
    color: rgba(27, 21, 21, 0.3);
  }
  .about-chanel__text-accent {
    color: #1b1515;
  }
  .about-chanel__picture {
    position: absolute;
    top: -5.8125rem;
    left: calc(50% - 9.5625rem);
    margin-top: 0;
    width: 60rem;
    height: auto;
    min-height: 1rem;
  }
  .about-chanel__button {
    margin-top: 3.75rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .card-default {
    padding: 1.5rem;
    min-height: 9.625rem;
  }
  .card-default__title {
    font-size: 1.5rem;
  }
  .card-default__text {
    font-size: 1.125rem;
  }
  .card-compound {
    padding: 1.5rem;
    box-sizing: border-box;
  }
  .card-compound__title {
    font-size: 1.5rem;
  }
  .card-compound__list-item {
    font-size: 1.125rem;
  }
  .card-compound__logos {
    grid-template-columns: repeat(4, 1fr);
  }
  .reasons {
    padding-top: 3.75rem;
    padding-bottom: 12.5rem;
    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;
  }
  .reasons__swiper {
    margin-top: 3.75rem;
  }
  .reasons__swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.25rem;
    transform: none !important;
  }
  .reasons__swiper .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
  }
  .reasons__pagination {
    display: none;
  }
  .reasons__button {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 3.75rem;
    margin-right: auto;
    margin-left: auto;
  }
  .analysis {
    padding-top: 3.75rem;
    padding-bottom: 12.5rem;
    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;
  }
  .analysis__intro {
    width: 75.125rem;
    font-size: 2rem;
    line-height: 1.2;
  }
  .analysis__intro-muted {
    color: #b8b8b8;
  }
  .analysis__title {
    margin-top: 6.25rem;
  }
  .analysis__table-wrap {
    margin-top: 3.75rem;
  }
  .analysis__table {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
    transform: none !important;
  }
  .analysis__slide {
    width: auto !important;
    margin-right: 0 !important;
  }
  .analysis__cell {
    padding: 1.5rem;
    border-radius: 1.25rem;
    font-size: 1.125rem;
  }
  .analysis__cell_type_header {
    align-items: stretch;
  }
  .analysis__cell_type_header .analysis__cell-content-original, .analysis__cell_type_header .analysis__cell-content-second {
    font-size: 1.5rem;
  }
  .analysis__pagination {
    display: none;
  }
  .title-arrow {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .title-arrow__title {
    max-width: none;
    font-size: 2rem;
  }
  .compound {
    padding-top: 3.75rem;
    padding-bottom: 12.5rem;
    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;
  }
  .compound__decor {
    top: 16rem;
    left: calc(50% - 38rem);
    width: 75.125rem;
    height: 44.5rem;
  }
  .compound__cards {
    margin-top: 3.75rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .compound__card:nth-child(1) {
    margin-top: 1.875rem;
    width: 30.125rem;
  }
  .compound__card:nth-child(2) {
    margin-left: auto;
    width: 41.875rem;
  }
  .compound__card:nth-child(3) {
    margin-top: 1.25rem;
    margin-left: 25.8125rem;
    width: 42.1875rem;
  }
  .compound__card:nth-child(4) {
    margin-top: 2.8125rem;
    width: 41.25rem;
  }
  .compound__card:nth-child(5) {
    margin-top: 7.5rem;
    margin-left: auto;
    width: 25.1875rem;
  }
  .compound_view_chanel .compound__decor {
    width: 74.375rem;
    top: 16rem;
    transform: rotate(-2deg);
  }
  .compound_view_chanel .compound__card:nth-child(2) {
    margin-left: 10.5rem;
    width: 29.625rem;
    margin-top: 0.75rem;
  }
  .compound_view_chanel .compound__card:nth-child(3) {
    margin-top: 0.75rem;
    margin-left: 30.125rem;
    width: 37.875rem;
  }
  .compound_view_chanel .compound__card:nth-child(4) {
    margin-top: 1.5rem;
    margin-left: 3.375rem;
    width: 32.5rem;
  }
  .compound_view_chanel .compound__card:nth-child(5) {
    margin-top: 9.25rem;
    width: 25.25rem;
  }
  .card-process {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: initial;
    gap: 0;
  }
  .card-process__part {
    grid-template-rows: initial;
  }
  .card-process__part_start .card-process__body {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-process__part_end .card-process__body {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-process__subheading {
    display: none;
  }
  .card-process__text {
    font-size: 1.125rem;
  }
  .process {
    padding-top: 3.75rem;
    padding-bottom: 12.5rem;
    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;
    background-image: linear-gradient(-37.43deg, #0202da 6.19%, #000093 78.15%);
  }
  .process__header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .process__swiper .swiper-wrapper {
    display: grid;
    gap: 0.25rem;
    transform: none !important;
  }
  .process__slide {
    width: auto !important;
    margin-right: 0 !important;
  }
  .process__slide:nth-child(odd) .card-process {
    --__body-bg: #fff;
  }
  .process__slide:nth-child(even) .card-process {
    --__body-bg: #f4f4f6;
  }
  .process__pagination {
    display: none;
  }
  .card-steps {
    padding: 1.5rem;
  }
  .card-steps__item {
    font-size: 1.125rem;
  }
  .steps {
    padding-top: 3.75rem;
    padding-bottom: 12.5rem;
    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;
  }
  .steps__decor {
    top: -10.5rem;
    left: calc(50% - 51.5rem);
    width: 114.625rem;
    height: 125.75rem;
  }
  .steps__cards {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 3.75rem;
    gap: 0;
  }
  .steps__cards > .card-steps {
    box-sizing: border-box;
  }
  .steps__cards > .card-steps:nth-child(1) {
    width: 29.0625rem;
  }
  .steps__cards > .card-steps:nth-child(2) {
    margin-left: 11.0625rem;
    width: 27.75rem;
  }
  .steps__cards > .card-steps:nth-child(3) {
    margin-top: 5rem;
    margin-left: 16.875rem;
    width: 27.75rem;
  }
  .steps__cards > .card-steps:nth-child(4) {
    margin-top: 5rem;
    margin-left: auto;
    width: 27.75rem;
  }
  .info-default {
    padding-top: 3.75rem;
    padding-bottom: 12.5rem;
    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;
  }
  .info-default__text {
    margin-top: 1.875rem;
    width: 61.5rem;
    font-size: 2.5rem;
  }
  .info-default__button {
    margin-top: 3.75rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .additional {
    padding-top: 3.75rem;
    padding-bottom: 12.5rem;
    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;
  }
  .additional__table {
    margin-top: 3.75rem;
    table-layout: fixed;
    border-spacing: 0.25rem;
  }
  .additional__caption {
    display: none;
  }
  .additional__thead {
    display: table-header-group;
  }
  .additional__name, .additional__price {
    padding: 1.5rem;
    border-radius: 1.25rem;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
  }
  .additional__name {
    width: 51.125rem;
  }
  .card-faq__question {
    padding: 1.25rem;
  }
  .card-faq__question-text {
    font-size: 1.5rem;
  }
  .card-faq__answer {
    padding: 1.25rem;
  }
  .faq {
    padding-top: 3.75rem;
    padding-bottom: 12.5rem;
    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;
    background-image: linear-gradient(-37.4deg, #0202da 6.19%, #000093 78.15%);
  }
  .faq__list {
    margin-top: 3.75rem;
  }
  .form-contacts {
    padding-top: 6.25rem;
    padding-bottom: 12.5rem;
    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;
  }
  .form-contacts__decor {
    top: 20.25rem;
    left: calc(50% - 46.875rem);
    width: 57.375rem;
    transform: rotate(-63.75deg);
  }
  .form-contacts__container {
    width: 65.375rem;
    margin-right: auto;
    margin-left: auto;
    display: grid;
    justify-items: center;
  }
  .form-contacts__title {
    font-size: 3.75rem;
  }
  .form-contacts__lead {
    width: 40.625rem;
    margin-top: 0.5rem;
    font-size: 1.125rem;
  }
  .form-contacts__form {
    width: 40.625rem;
    margin-top: 3.75rem;
  }
  .footer {
    padding-top: 3.75rem;
    padding-bottom: 1.875rem;
    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;
  }
  .footer__container {
    grid-template-columns: 1fr auto;
    row-gap: 3.125rem;
    justify-items: start;
    align-items: end;
  }
  .footer__contacts {
    justify-items: start;
    width: 27.75rem;
  }
  .footer__phone {
    font-size: 2rem;
    line-height: 1.2;
  }
  .footer__email {
    font-family: var(--font-base);
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.1;
  }
  .footer__address {
    font-size: 1.125rem;
    text-align: left;
  }
  .footer__legal {
    grid-column-end: span 2;
    display: flex;
    width: 100%;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .footer__legal-link, .footer__copyright {
    text-align: left;
  }
  .footer__legal-link {
    text-align: right;
  }
  .footer__copyright {
    margin-right: auto;
    order: -42;
  }
  .form-message__text {
    font-size: 1.125rem;
  }
}
@media (min-width: 1440px) {
  :root {
    font-size: 16px;
  }
}
@media (any-hover: hover) {
  .footer__phone:hover {
    opacity: 0.75;
  }
  .footer__email:hover {
    opacity: 0.75;
  }
  .footer__legal-link:hover {
    text-decoration: underline;
  }
}