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

.footer__logo, .footer__texts a, .footer__social, .header__btn, .header__social, .header__logo, .mobile-menu__close, .mobile-menu__logo {
  transition: all 0.1s ease-in;
  cursor: pointer;
}
@media (any-hover: hover) {
  .footer__logo:hover, .footer__texts a:hover, .footer__social:hover, .header__btn:hover, .header__social:hover, .header__logo:hover, .mobile-menu__close:hover, .mobile-menu__logo:hover {
    opacity: 0.8;
  }
}

.footer__item a, .steps__policy a, .header__list a, .mobile-menu__list a {
  transition: all 0.1s;
  cursor: pointer;
}
@media (any-hover: hover) {
  .footer__item a:hover, .steps__policy a:hover, .header__list a:hover, .mobile-menu__list a:hover {
    color: #396bff;
  }
}

.btn, .accordion__number, .accordion__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__item a, .steps__policy a, .header__list a, .mobile-menu__list a {
  transition: color 0.1s;
}
@media (any-hover: hover) {
  .footer__item a:hover, .steps__policy a:hover, .header__list a:hover, .mobile-menu__list a:hover {
    color: #396bff;
  }
}

input[type=date] {
  position: relative;
  padding: 10px;
}

input[type=date]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

input[type=date]:before {
  content: "";
  color: transparent;
  background: none;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: 16px;
  background-image: url("../images/arrow-downs.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

input[type=checkbox] {
  position: relative;
  cursor: pointer;
  height: 22px;
  width: 22px;
  border-radius: 4px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  flex-shrink: 0;
}
input[type=checkbox]::after {
  content: "";
  height: 100%;
  border-radius: inherit;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  position: absolute;
  background-color: #396bff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(32, 37, 58, 0.6);
  transition: all 0.1s ease-in;
}
input[type=checkbox]:checked::after {
  background-color: #396bff;
  background-image: url("../images/check-icon.svg");
}

input[type=radio] {
  position: relative;
  cursor: pointer;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  flex-shrink: 0;
}
input[type=radio]::after {
  content: "";
  height: 100%;
  border-radius: inherit;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
  position: absolute;
  background-color: #396bff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(32, 37, 58, 0.6);
  transition: all 0.1s ease-in;
}
input[type=radio]:checked::after {
  background-color: #396bff;
  background-image: url("../images/radio-icon.svg");
}

.range .ui-slider-horizontal {
  background: rgba(32, 37, 58, 0.06);
  height: 12px;
  border-radius: 8px;
}

.range .ui-slider-range {
  background: linear-gradient(90deg, #2dd0e5 0%, #4e37ff 100%);
  border-radius: 8px;
}

.range .ui-slider-handle {
  background: #396bff;
  border: 2px solid #fff;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 2px solid #fefeff;
}

.vanilla-calendar-years__year_selected,
.vanilla-calendar-months__month_selected,
.vanilla-calendar-day__btn_selected {
  background-color: #396bff !important;
  color: #fff !important;
}

.u-AhunterSuggestions {
  background: #fff;
  margin-top: 8px;
  padding: 13.5px 16px;
  border: 1px solid rgba(254, 254, 255, 0.04);
  border-radius: 12px;
  overflow: auto;
  font-weight: 300;
}

.u-AhunterSuggestions strong {
  color: #396bff;
}

.u-AhunterSuggestion {
  padding: 4px 6px;
  white-space: nowrap;
  overflow: hidden;
  color: #20253A;
}

.u-AhunterEmptySuggestion {
  padding: 4px 6px;
  color: #d23636;
}

.u-AhunterSelectedSuggestion {
  background: rgba(254, 254, 255, 0.1);
  border-radius: 4px;
}

/* rubik-300*/
@font-face {
  font-display: swap;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-300.woff2") format("woff2"), url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-300.ttf") format("truetype");
}
/* rubik-regular*/
@font-face {
  font-display: swap;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2") format("woff2"), url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-regular.ttf") format("truetype");
}
/* rubik-500*/
@font-face {
  font-display: swap;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2") format("woff2"), url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-500.ttf") format("truetype");
}
/* rubik-600*/
@font-face {
  font-display: swap;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2") format("woff2"), url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-600.ttf") format("truetype");
}
/* rubik-700*/
@font-face {
  font-display: swap;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2") format("woff2"), url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-700.ttf") format("truetype");
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  font: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
header,
main,
footer,
hgroup,
menu,
nav,
section {
  display: block;
}

::-webkit-scrollbar {
  background-color: rgba(57, 107, 255, 0.1);
  height: 10px;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: radial-gradient(234.32% 88.9% at 21.32% 26.87%, rgba(0, 101, 255, 0.5) 0%, rgba(0, 61, 153, 0.7) 100%);
  border-radius: 2px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 92%;
}

p {
  line-height: 140%;
}

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

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
a img {
  width: inherit;
  height: inherit;
  object-fit: contain;
}

textarea {
  height: 120px;
  overflow: auto;
  vertical-align: top;
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  display: inline-block;
  padding: 0;
}

a {
  display: inline-block;
}

button,
input,
select,
textarea {
  outline: none;
  border: none;
}

iframe {
  border: none;
}

select {
  background-color: transparent;
}

address {
  font-style: normal;
}

picture,
svg,
video,
img {
  max-width: 100%;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.wpcf7-not-valid-tip {
  margin-top: 8px;
  display: block;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  flex: 1;
}

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

.text-white {
  color: #fff;
}

.fslightbox-source {
  border-radius: 6px;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  gap: 0px;
}

.swiper-pagination-bullet-active {
  background-color: #396bff;
  opacity: 1;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=password],
input[type=search],
input[type=url],
textarea {
  padding: 0 16px;
  width: 100%;
  border: 2px solid transparent;
  transition: all 0.2s;
  background: rgba(32, 37, 58, 0.06);
}
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=date]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  color: rgba(32, 37, 58, 0.2);
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=password],
input[type=search],
input[type=url],
select,
.btn,
textarea {
  border-radius: 12px;
}

.mb {
  margin-bottom: 60px;
}

body {
  font-family: "Rubik";
  font-weight: 400;
  color: #20253A;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f5f8ff;
}

.container {
  margin: auto;
  max-width: 1360px;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=password],
input[type=search],
input[type=url],
select,
.btn {
  height: 48px;
}

.footer__logo, .footer__texts a, .footer__social, .header__btn, .header__social, .header__logo, .mobile-menu__close, .mobile-menu__logo {
  transition: all 0.1s ease-in;
  cursor: pointer;
}
@media (any-hover: hover) {
  .footer__logo:hover, .footer__texts a:hover, .footer__social:hover, .header__btn:hover, .header__social:hover, .header__logo:hover, .mobile-menu__close:hover, .mobile-menu__logo:hover {
    opacity: 0.8;
  }
}

.footer__item a, .steps__policy a, .header__list a, .mobile-menu__list a {
  transition: all 0.1s;
  cursor: pointer;
}
@media (any-hover: hover) {
  .footer__item a:hover, .steps__policy a:hover, .header__list a:hover, .mobile-menu__list a:hover {
    color: #396bff;
  }
}

.btn, .accordion__number, .accordion__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__item a, .steps__policy a, .header__list a, .mobile-menu__list a {
  transition: color 0.1s;
}
@media (any-hover: hover) {
  .footer__item a:hover, .steps__policy a:hover, .header__list a:hover, .mobile-menu__list a:hover {
    color: #396bff;
  }
}

input[type=date] {
  position: relative;
  padding: 10px;
}

input[type=date]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

input[type=date]:before {
  content: "";
  color: transparent;
  background: none;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: 16px;
  background-image: url("../images/arrow-downs.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

input[type=checkbox] {
  position: relative;
  cursor: pointer;
  height: 22px;
  width: 22px;
  border-radius: 4px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  flex-shrink: 0;
}
input[type=checkbox]::after {
  content: "";
  height: 100%;
  border-radius: inherit;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  position: absolute;
  background-color: #396bff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(32, 37, 58, 0.6);
  transition: all 0.1s ease-in;
}
input[type=checkbox]:checked::after {
  background-color: #396bff;
  background-image: url("../images/check-icon.svg");
}

input[type=radio] {
  position: relative;
  cursor: pointer;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  flex-shrink: 0;
}
input[type=radio]::after {
  content: "";
  height: 100%;
  border-radius: inherit;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
  position: absolute;
  background-color: #396bff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(32, 37, 58, 0.6);
  transition: all 0.1s ease-in;
}
input[type=radio]:checked::after {
  background-color: #396bff;
  background-image: url("../images/radio-icon.svg");
}

.range .ui-slider-horizontal {
  background: rgba(32, 37, 58, 0.06);
  height: 12px;
  border-radius: 8px;
}

.range .ui-slider-range {
  background: linear-gradient(90deg, #2dd0e5 0%, #4e37ff 100%);
  border-radius: 8px;
}

.range .ui-slider-handle {
  background: #396bff;
  border: 2px solid #fff;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 2px solid #fefeff;
}

.vanilla-calendar-years__year_selected,
.vanilla-calendar-months__month_selected,
.vanilla-calendar-day__btn_selected {
  background-color: #396bff !important;
  color: #fff !important;
}

.u-AhunterSuggestions {
  background: #fff;
  margin-top: 8px;
  padding: 13.5px 16px;
  border: 1px solid rgba(254, 254, 255, 0.04);
  border-radius: 12px;
  overflow: auto;
  font-weight: 300;
}

.u-AhunterSuggestions strong {
  color: #396bff;
}

.u-AhunterSuggestion {
  padding: 4px 6px;
  white-space: nowrap;
  overflow: hidden;
  color: #20253A;
}

.u-AhunterEmptySuggestion {
  padding: 4px 6px;
  color: #d23636;
}

.u-AhunterSelectedSuggestion {
  background: rgba(254, 254, 255, 0.1);
  border-radius: 4px;
}

/* rubik-300*/
@font-face {
  font-display: swap;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-300.woff2") format("woff2"), url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-300.ttf") format("truetype");
}
/* rubik-regular*/
@font-face {
  font-display: swap;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2") format("woff2"), url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-regular.ttf") format("truetype");
}
/* rubik-500*/
@font-face {
  font-display: swap;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2") format("woff2"), url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-500.ttf") format("truetype");
}
/* rubik-600*/
@font-face {
  font-display: swap;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2") format("woff2"), url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-600.ttf") format("truetype");
}
/* rubik-700*/
@font-face {
  font-display: swap;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2") format("woff2"), url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-700.ttf") format("truetype");
}
.footer__logo, .footer__texts a, .footer__social, .header__btn, .header__social, .header__logo, .mobile-menu__close, .mobile-menu__logo {
  transition: all 0.1s ease-in;
  cursor: pointer;
}
@media (any-hover: hover) {
  .footer__logo:hover, .footer__texts a:hover, .footer__social:hover, .header__btn:hover, .header__social:hover, .header__logo:hover, .mobile-menu__close:hover, .mobile-menu__logo:hover {
    opacity: 0.8;
  }
}

.footer__item a, .steps__policy a, .header__list a, .mobile-menu__list a {
  transition: all 0.1s;
  cursor: pointer;
}
@media (any-hover: hover) {
  .footer__item a:hover, .steps__policy a:hover, .header__list a:hover, .mobile-menu__list a:hover {
    color: #396bff;
  }
}

.btn, .accordion__number, .accordion__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__item a, .steps__policy a, .header__list a, .mobile-menu__list a {
  transition: color 0.1s;
}
@media (any-hover: hover) {
  .footer__item a:hover, .steps__policy a:hover, .header__list a:hover, .mobile-menu__list a:hover {
    color: #396bff;
  }
}

input[type=date] {
  position: relative;
  padding: 10px;
}

input[type=date]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

input[type=date]:before {
  content: "";
  color: transparent;
  background: none;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: 16px;
  background-image: url("../images/arrow-downs.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

input[type=checkbox] {
  position: relative;
  cursor: pointer;
  height: 22px;
  width: 22px;
  border-radius: 4px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  flex-shrink: 0;
}
input[type=checkbox]::after {
  content: "";
  height: 100%;
  border-radius: inherit;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  position: absolute;
  background-color: #396bff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(32, 37, 58, 0.6);
  transition: all 0.1s ease-in;
}
input[type=checkbox]:checked::after {
  background-color: #396bff;
  background-image: url("../images/check-icon.svg");
}

input[type=radio] {
  position: relative;
  cursor: pointer;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  flex-shrink: 0;
}
input[type=radio]::after {
  content: "";
  height: 100%;
  border-radius: inherit;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
  position: absolute;
  background-color: #396bff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(32, 37, 58, 0.6);
  transition: all 0.1s ease-in;
}
input[type=radio]:checked::after {
  background-color: #396bff;
  background-image: url("../images/radio-icon.svg");
}

.range .ui-slider-horizontal {
  background: rgba(32, 37, 58, 0.06);
  height: 12px;
  border-radius: 8px;
}

.range .ui-slider-range {
  background: linear-gradient(90deg, #2dd0e5 0%, #4e37ff 100%);
  border-radius: 8px;
}

.range .ui-slider-handle {
  background: #396bff;
  border: 2px solid #fff;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 2px solid #fefeff;
}

.vanilla-calendar-years__year_selected,
.vanilla-calendar-months__month_selected,
.vanilla-calendar-day__btn_selected {
  background-color: #396bff !important;
  color: #fff !important;
}

.u-AhunterSuggestions {
  background: #fff;
  margin-top: 8px;
  padding: 13.5px 16px;
  border: 1px solid rgba(254, 254, 255, 0.04);
  border-radius: 12px;
  overflow: auto;
  font-weight: 300;
}

.u-AhunterSuggestions strong {
  color: #396bff;
}

.u-AhunterSuggestion {
  padding: 4px 6px;
  white-space: nowrap;
  overflow: hidden;
  color: #20253A;
}

.u-AhunterEmptySuggestion {
  padding: 4px 6px;
  color: #d23636;
}

.u-AhunterSelectedSuggestion {
  background: rgba(254, 254, 255, 0.1);
  border-radius: 4px;
}

/* rubik-300*/
@font-face {
  font-display: swap;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-300.woff2") format("woff2"), url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-300.ttf") format("truetype");
}
/* rubik-regular*/
@font-face {
  font-display: swap;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2") format("woff2"), url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-regular.ttf") format("truetype");
}
/* rubik-500*/
@font-face {
  font-display: swap;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2") format("woff2"), url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-500.ttf") format("truetype");
}
/* rubik-600*/
@font-face {
  font-display: swap;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2") format("woff2"), url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-600.ttf") format("truetype");
}
/* rubik-700*/
@font-face {
  font-display: swap;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2") format("woff2"), url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-700.ttf") format("truetype");
}
/*! 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;
}

.footer__logo, .footer__texts a, .footer__social, .header__btn, .header__social, .header__logo, .mobile-menu__close, .mobile-menu__logo {
  transition: all 0.1s ease-in;
  cursor: pointer;
}
@media (any-hover: hover) {
  .footer__logo:hover, .footer__texts a:hover, .footer__social:hover, .header__btn:hover, .header__social:hover, .header__logo:hover, .mobile-menu__close:hover, .mobile-menu__logo:hover {
    opacity: 0.8;
  }
}

.footer__item a, .steps__policy a, .header__list a, .mobile-menu__list a {
  transition: all 0.1s;
  cursor: pointer;
}
@media (any-hover: hover) {
  .footer__item a:hover, .steps__policy a:hover, .header__list a:hover, .mobile-menu__list a:hover {
    color: #396bff;
  }
}

.btn, .accordion__number, .accordion__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__item a, .steps__policy a, .header__list a, .mobile-menu__list a {
  transition: color 0.1s;
}
@media (any-hover: hover) {
  .footer__item a:hover, .steps__policy a:hover, .header__list a:hover, .mobile-menu__list a:hover {
    color: #396bff;
  }
}

input[type=date] {
  position: relative;
  padding: 10px;
}

input[type=date]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

input[type=date]:before {
  content: "";
  color: transparent;
  background: none;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: 16px;
  background-image: url("../images/arrow-downs.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

input[type=checkbox] {
  position: relative;
  cursor: pointer;
  height: 22px;
  width: 22px;
  border-radius: 4px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  flex-shrink: 0;
}
input[type=checkbox]::after {
  content: "";
  height: 100%;
  border-radius: inherit;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  position: absolute;
  background-color: #396bff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(32, 37, 58, 0.6);
  transition: all 0.1s ease-in;
}
input[type=checkbox]:checked::after {
  background-color: #396bff;
  background-image: url("../images/check-icon.svg");
}

input[type=radio] {
  position: relative;
  cursor: pointer;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  flex-shrink: 0;
}
input[type=radio]::after {
  content: "";
  height: 100%;
  border-radius: inherit;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
  position: absolute;
  background-color: #396bff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(32, 37, 58, 0.6);
  transition: all 0.1s ease-in;
}
input[type=radio]:checked::after {
  background-color: #396bff;
  background-image: url("../images/radio-icon.svg");
}

.range .ui-slider-horizontal {
  background: rgba(32, 37, 58, 0.06);
  height: 12px;
  border-radius: 8px;
}

.range .ui-slider-range {
  background: linear-gradient(90deg, #2dd0e5 0%, #4e37ff 100%);
  border-radius: 8px;
}

.range .ui-slider-handle {
  background: #396bff;
  border: 2px solid #fff;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 2px solid #fefeff;
}

.vanilla-calendar-years__year_selected,
.vanilla-calendar-months__month_selected,
.vanilla-calendar-day__btn_selected {
  background-color: #396bff !important;
  color: #fff !important;
}

.u-AhunterSuggestions {
  background: #fff;
  margin-top: 8px;
  padding: 13.5px 16px;
  border: 1px solid rgba(254, 254, 255, 0.04);
  border-radius: 12px;
  overflow: auto;
  font-weight: 300;
}

.u-AhunterSuggestions strong {
  color: #396bff;
}

.u-AhunterSuggestion {
  padding: 4px 6px;
  white-space: nowrap;
  overflow: hidden;
  color: #20253A;
}

.u-AhunterEmptySuggestion {
  padding: 4px 6px;
  color: #d23636;
}

.u-AhunterSelectedSuggestion {
  background: rgba(254, 254, 255, 0.1);
  border-radius: 4px;
}

/* rubik-300*/
@font-face {
  font-display: swap;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-300.woff2") format("woff2"), url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-300.ttf") format("truetype");
}
/* rubik-regular*/
@font-face {
  font-display: swap;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2") format("woff2"), url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-regular.ttf") format("truetype");
}
/* rubik-500*/
@font-face {
  font-display: swap;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2") format("woff2"), url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-500.ttf") format("truetype");
}
/* rubik-600*/
@font-face {
  font-display: swap;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2") format("woff2"), url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-600.ttf") format("truetype");
}
/* rubik-700*/
@font-face {
  font-display: swap;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2") format("woff2"), url("../fonts/rubik-v28-cyrillic_cyrillic-ext_latin_latin-ext-700.ttf") format("truetype");
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  font: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
header,
main,
footer,
hgroup,
menu,
nav,
section {
  display: block;
}

::-webkit-scrollbar {
  background-color: rgba(57, 107, 255, 0.1);
  height: 10px;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: radial-gradient(234.32% 88.9% at 21.32% 26.87%, rgba(0, 101, 255, 0.5) 0%, rgba(0, 61, 153, 0.7) 100%);
  border-radius: 2px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 92%;
}

p {
  line-height: 140%;
}

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

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
a img {
  width: inherit;
  height: inherit;
  object-fit: contain;
}

textarea {
  height: 120px;
  overflow: auto;
  vertical-align: top;
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  display: inline-block;
  padding: 0;
}

a {
  display: inline-block;
}

button,
input,
select,
textarea {
  outline: none;
  border: none;
}

iframe {
  border: none;
}

select {
  background-color: transparent;
}

address {
  font-style: normal;
}

picture,
svg,
video,
img {
  max-width: 100%;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.wpcf7-not-valid-tip {
  margin-top: 8px;
  display: block;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  flex: 1;
}

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

.text-white {
  color: #fff;
}

.fslightbox-source {
  border-radius: 6px;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  gap: 0px;
}

.swiper-pagination-bullet-active {
  background-color: #396bff;
  opacity: 1;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=password],
input[type=search],
input[type=url],
textarea {
  padding: 0 16px;
  width: 100%;
  border: 2px solid transparent;
  transition: all 0.2s;
  background: rgba(32, 37, 58, 0.06);
}
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=date]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  color: rgba(32, 37, 58, 0.2);
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=password],
input[type=search],
input[type=url],
select,
.btn,
textarea {
  border-radius: 12px;
}

.mb {
  margin-bottom: 60px;
}

body {
  font-family: "Rubik";
  font-weight: 400;
  color: #20253A;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f5f8ff;
}

.container {
  margin: auto;
  max-width: 1360px;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=password],
input[type=search],
input[type=url],
select,
.btn {
  height: 48px;
}

.title {
  font-size: 62px;
}

.minititle {
  font-size: 32px;
  font-weight: 500;
}

.text {
  font-size: 20px;
  color: rgba(32, 37, 58, 0.6);
}

.minitext {
  font-size: 18px;
  color: rgba(32, 37, 58, 0.6);
}

.head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 60%;
}
.head .text {
  width: 80%;
}

.spacing {
  padding: 90px 0;
}

.accordion {
  display: flex;
  flex-direction: column;
}
.accordion__wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s linear;
  overflow: hidden;
}
.accordion__head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
}
.accordion__item {
  padding: 40px 0;
  transition: border-color 0.2s;
  border-bottom: 1px solid rgba(32, 37, 58, 0.12);
}
.accordion__item:first-child {
  border-top: 1px solid rgba(32, 37, 58, 0.12);
}
.accordion__item.active {
  border-color: rgba(32, 37, 58, 0.42);
}
.accordion__item.active .accordion__wrapper {
  grid-template-rows: 1fr;
  padding-top: 16px;
}
.accordion__item.active .accordion__btn {
  transform: rotateX(-180deg);
}
.accordion__item.active .accordion__btn path {
  stroke: #4e37ff;
}
.accordion__btn {
  height: 40px;
  width: 40px;
  padding: 10px;
  transition: all 0.2s;
}
.accordion__content {
  min-height: 0;
  line-height: 160%;
}
.accordion__name {
  display: flex;
  align-items: center;
  gap: 24px;
}
.accordion__number {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  border-radius: 50%;
  border: 1px solid #20253A;
  height: 45px;
  width: 45px;
}

.btn {
  transition: all 0.1s ease-in;
  text-align: center;
  position: relative;
  color: #fff;
  overflow: hidden;
  width: fit-content;
  display: inline-flex;
  justify-content: center;
  border-radius: 16px;
  align-items: center;
  font-weight: 500;
  padding: 6px 6px 6px 24px;
}
.btn:has(img) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.btn:has(img) img {
  height: 40px;
  width: 40px;
}
.btn--main {
  color: #fff;
  background: linear-gradient(90deg, #2dd0e5 0%, #4e37ff 100%);
}
.btn--white {
  color: #396bff;
  background: #fff;
}
.btn--outline {
  border: 1px solid #396bff;
  color: #396bff;
  background: #fff;
}
.btn::before, .btn::after {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100px) skewX(-15deg);
  content: "";
}
.btn::before {
  width: 60px;
  background: rgba(255, 255, 255, 0.5);
  filter: blur(30px);
  opacity: 0.5;
}
.btn::after {
  width: 30px;
  left: 30px;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(5px);
}
.btn:active::before {
  opacity: 1;
}
.btn:active::before, .btn:active::after {
  transform: translateX(400px) skewX(-15deg);
  transition: all 1s ease;
}
@media (any-hover: hover) {
  .btn:hover::before {
    opacity: 1;
  }
  .btn:hover::before, .btn:hover::after {
    transform: translateX(400px) skewX(-15deg);
    transition: all 1s ease;
  }
}
.btn:disabled {
  background: #d3d3d7;
  color: #717585;
  cursor: not-allowed;
}
@media (any-hover: hover) {
  .btn:disabled:hover {
    background-color: rgba(32, 37, 58, 0.6);
  }
  .btn:disabled:hover::after, .btn:disabled:hover::before {
    display: none;
  }
}

.mobile-menu {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s;
}
.mobile-menu__inner {
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  width: 540px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #f5f8ff;
  padding: 40px;
  overflow-y: auto;
  transition: all 0.2s linear;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.mobile-menu.active {
  visibility: visible;
  opacity: 1;
}
.mobile-menu.active .mobile-menu__inner {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.mobile-menu__logo {
  height: 40px;
}
.mobile-menu__close {
  height: 40px;
  width: 40px;
}
.mobile-menu__close img {
  height: 100%;
  width: 100%;
}
.mobile-menu__bottom {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mobile-menu__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.mobile-menu__grey {
  color: rgba(32, 37, 58, 0.6);
  margin-bottom: 24px;
}
.mobile-menu__social {
  display: block;
  width: 30px;
}
.mobile-menu__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
  font-size: 26px;
}
.mobile-menu__list ul {
  font-size: 16px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 16px;
  padding-bottom: 10px;
}
.mobile-menu__list img {
  transition: all 0.1s linear;
  height: 16px;
  width: 16px;
  margin-left: 5px;
  cursor: pointer;
}
.mobile-menu__list img.active {
  rotate: 180deg;
}
.mobile-menu__head {
  display: flex;
  justify-content: space-between;
}
.mobile-menu .btn {
  width: 100%;
}

.header {
  padding: 24px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  height: 50px;
  width: auto;
  object-fit: contain;
}
.header__list {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header__end {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header__btn {
  display: none;
}
.header__btn img {
  height: 45px;
  width: 45px;
  object-fit: contain;
}

.wrapping {
  background-image: url("../images/view-bg.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  padding-top: 200px;
}
.wrapping--normal {
  min-height: 150vh;
}

.heading {
  font-size: 35px;
}

.view {
  min-height: 100vh;
  padding-bottom: 300px;
}
.view__inner {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 64px;
  align-items: center;
}
.view__card {
  background-color: #fff;
  border-radius: 32px;
  padding: 12px;
}
.view__blue {
  background: #f3f6ff;
  border-radius: 24px;
  padding: 24px;
}
.view__blue .btn {
  margin-top: 32px;
  width: 100%;
}
.view__main {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.view__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}
.view__price {
  font-size: 18px;
  color: rgba(32, 37, 58, 0.7);
}
.view__sum {
  font-weight: 600;
  font-size: 18px;
}
.view__grey {
  font-size: 14px;
  color: rgba(32, 37, 58, 0.4);
}
.view__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 16px;
}
.view__lines {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.view__line {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.view__mini {
  opacity: 0.4;
  font-size: 12px;
  margin-top: 12px;
  color: #20253a;
}
.view__text {
  font-size: 24px;
  margin-top: 24px;
}
.view__boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 120px;
}
.view__box {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 24px;
  gap: 12px;
  line-height: 120%;
  border-right: 1px solid rgba(32, 37, 58, 0.12);
  padding-right: 10px;
  margin-right: 30px;
}
.view__box:last-child {
  margin-right: 0;
  border: none;
  padding-right: 0;
}
.view__box img {
  height: 32px;
  width: 32px;
  object-fit: contain;
}

.credit__icon {
  width: 264px;
  height: 324px;
  object-fit: contain;
  border-radius: 32px;
  box-shadow: 20px 24px 60px 0 rgba(32, 37, 58, 0.12);
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%) rotate(12deg);
  transition: all 0.1s;
  visibility: hidden;
  opacity: 0;
}
.credit .btn {
  width: auto;
  display: inline-flex;
  margin-top: 20px;
}
.credit .accordion__content {
  padding-left: 70px;
}
.credit .accordion__item {
  position: relative;
}
.credit .accordion__item.active .credit__icon {
  visibility: visible;
  opacity: 1;
  transform: translateY(-50%) rotate(12deg);
}
.credit .accordion__name, .credit .accordion__content {
  padding-right: 400px;
}

.why {
  background-color: #fff;
  border-radius: 84px;
  margin-top: -200px;
  background-image: url("../images/why-stars.webp");
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: right 5% top 25%;
}
.why__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.why__item {
  border: 2px solid #e8edfc;
  border-radius: 32px;
  padding: 12px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 80px;
}
.why__item--blue {
  background: radial-gradient(234.32% 88.9% at 21.32% 26.87%, rgb(0, 101, 255) 0%, rgb(0, 61, 153) 100%);
}
.why__item--blue .why__wrapper {
  background: rgba(243, 246, 255, 0.12);
  color: #fff;
}
.why__item--blue .minitext {
  color: #fff;
}
.why__icon {
  height: 70px;
  width: 70px;
  object-fit: contain;
  margin: 20px;
}
.why__wrapper {
  border-radius: 24px;
  background: #f3f6ff;
  padding: 24px;
}
.why .minitext {
  margin-top: 20px;
}

.about {
  position: relative;
}
.about__content {
  width: 70%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.about__img {
  width: 35%;
  height: 120%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  object-fit: contain;
  object-position: left;
}
.about .text {
  margin-top: 48px;
}

.request {
  position: relative;
  z-index: 1;
  border-radius: 62px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.request .text {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 24px;
}
.request__inner {
  display: flex;
}
.request__inner--reverse .request__img {
  right: unset;
  left: 0%;
}
.request__inner--reverse .request__content {
  margin-left: auto;
}
.request__content {
  width: 65%;
  position: relative;
  z-index: 1;
}
.request__img {
  position: absolute;
  height: 100%;
  bottom: 0;
  right: 5%;
}
.request__coins {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 62px;
}
.request .btn {
  margin-top: 48px;
}
.request__coin {
  position: absolute;
  top: -70px;
  right: 5%;
  height: 160px;
  width: 160px;
}

.guarantee__inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.guarantee__item {
  border: 2px solid #e8edfc;
  border-radius: 32px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-column-start: span 2;
  gap: 40px;
}
.guarantee__item--huge {
  grid-column-start: span 3;
}
.guarantee__item img {
  height: 70px;
  width: 70px;
  object-fit: contain;
  margin: 20px;
}
.guarantee__item--blue {
  background: radial-gradient(234.32% 88.9% at 21.32% 26.87%, rgb(0, 101, 255) 0%, rgb(0, 61, 153) 100%);
  color: #fff;
}
.guarantee__item--blue .guarantee__white {
  background: rgba(243, 246, 255, 0.12);
}
.guarantee__item--blue .minitext {
  color: rgba(255, 255, 255, 0.7);
}
.guarantee .minitext {
  margin-top: 20px;
}
.guarantee__white {
  border-radius: 24px;
  padding: 24px;
  background-color: #fff;
}

.reviews {
  background-color: #fff;
}
.reviews__wrapper {
  padding-top: 70px;
  border-radius: 0 0 84px 84px;
  background: #f5f8ff;
  padding-bottom: 30px;
}
.reviews__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
}
.reviews__inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 190px;
  background: linear-gradient(180deg, rgba(245, 248, 255, 0) 0%, #f5f8ff 100%);
}
.reviews__col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.reviews__col:nth-child(2) {
  margin-top: 50px;
}
.reviews__col:last-child {
  margin-top: -30px;
}
.reviews__item {
  background: linear-gradient(180deg, #ebeffa 0%, #ebeffa 100%);
  border-radius: 24px;
  padding: 32px;
}
.reviews__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}
.reviews__name {
  font-size: 24px;
  font-weight: 500;
}
.reviews .minitext {
  border-top: 1px solid rgba(32, 37, 58, 0.12);
  padding-top: 24px;
  margin-top: 24px;
}
.reviews__rating {
  font-size: 24px;
  font-weight: 500;
  color: #f28500;
  display: flex;
  align-items: center;
  gap: 4px;
}
.reviews__rating img {
  height: 24px;
  width: 24px;
  object-fit: contain;
}
.reviews__date {
  margin-top: 4px;
  font-size: 18px;
  color: rgba(32, 37, 58, 0.4);
}
.reviews__main {
  display: flex;
  gap: 16px;
  align-items: center;
}
.reviews__main img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.questions {
  background-color: #fff;
}
.questions__inner {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 60px;
  padding-bottom: 80px;
}
.questions__content .text {
  margin-top: 24px;
}
.questions .btn {
  margin-top: 32px;
}
.questions .accordion__content {
  padding-right: 50px;
}

.minus-top {
  margin-top: -80px;
}

.done {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.done__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.done__inner--four {
  grid-template-columns: repeat(4, 1fr);
}
.done__text {
  font-size: 24px;
  margin-top: 32px;
}
.done__item {
  border-radius: 32px;
  background-color: #fff;
  padding: 12px;
}
.done__blue {
  background: #f3f6ff;
  border-radius: 24px;
  padding: 24px;
}
.done__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.done__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.done__boxes {
  border-top: 1px solid rgba(32, 37, 58, 0.08);
  margin-top: 12px;
  padding-top: 12px;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.done__box {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-right: 1px solid rgba(32, 37, 58, 0.08);
  padding-right: 12px;
  margin-right: 20px;
}
.done__box:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.done__bold {
  font-weight: 500;
}
.done .btn {
  width: 100%;
}
.done__grey {
  font-size: 16px;
  color: rgba(32, 37, 58, 0.6);
}
.done__logo {
  height: 60px;
  width: auto;
  object-fit: contain;
}
.done__badge {
  background: rgba(242, 133, 0, 0.08);
  padding: 6px 12px;
  font-weight: 500;
  font-size: 14px;
  color: #f28500;
  border-radius: 8px;
}

.checking {
  min-height: 110vh;
  background-image: url("../images/checking.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 150px 0;
  display: flex;
  flex-direction: column;
}
.checking .container {
  display: flex;
  flex: 1;
  height: 100%;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
.checking__inner {
  width: 70%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  position: relative;
  z-index: 1;
}
.checking__main {
  flex: 1;
}
.checking__text {
  font-size: 24px;
  margin-top: 24px;
}
.checking__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
}
.checking__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-right: 1px solid rgba(32, 37, 58, 0.12);
  padding-right: 30px;
  margin-right: 30px;
}
.checking__item:last-child {
  margin-right: 0;
  border: none;
  padding-right: 0;
}
.checking__item img {
  height: 32px;
  width: 32px;
  object-fit: contain;
}
.checking__bold {
  font-size: 24px;
  font-weight: 500;
}
.checking__grey {
  font-size: 18px;
  color: rgba(32, 37, 58, 0.6);
  margin-top: 6px;
}
.checking__greys {
  border-radius: 16px;
  background-color: #e9ebf3;
  height: 16px;
  width: 100%;
}
.checking__blue {
  background: linear-gradient(90deg, #2dd0e5 0%, #4e37ff 100%);
  border-radius: 16px;
  width: 100%;
  height: 16px;
}
.checking__line {
  position: relative;
}
.checking__percentage {
  position: absolute;
  top: -50px;
  right: -20px;
  border-radius: 12px;
  background: #396bff;
  color: #fff;
  padding: 8px 12px;
}
.checking__percentage::after {
  content: "";
  position: absolute;
  bottom: -6px;
  height: 8px;
  background-image: url("../images/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 14px;
  left: 50%;
  transform: translateX(-50%);
}

.steps {
  background-image: url("../images/steps-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 100vh;
  padding-bottom: 60px;
}
.steps__logo {
  padding: 24px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.steps__main {
  margin: auto;
  margin-top: 64px;
  width: 900px;
}
.steps__outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.steps__lines {
  display: flex;
  align-items: center;
  gap: 24px;
}
.steps__line {
  font-weight: 500;
}
.steps__line span {
  font-weight: 400;
}
.steps__minititle {
  font-weight: 500;
  font-size: 24px;
}
.steps__card {
  padding: 12px;
  border-radius: 32px;
  background-color: #fff;
}
.steps__data {
  padding: 20px;
}
.steps__blue {
  background: #f3f6ff;
  border-radius: 24px;
  padding: 32px;
  margin-top: 32px;
}
.steps__label {
  color: rgba(32, 37, 58, 0.6);
  margin-bottom: 8px;
  display: inline-block;
}
.steps__center {
  text-align: center;
  margin-top: 48px;
}
.steps__icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.1s;
  visibility: hidden;
  opacity: 0;
}
.steps__wrap {
  position: relative;
}
.steps__wrap input {
  padding-right: 40px;
}
.steps__dates {
  position: relative;
}
.steps__dates img {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.steps__cols {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.steps__whole.valid .steps__icon--correct {
  visibility: visible;
  opacity: 1;
}
.steps__whole.valid input {
  border-color: rgba(57, 107, 255, 0.24);
  background: rgba(57, 107, 255, 0.04);
}
.steps__whole.invalid .steps__icon--incorrect {
  visibility: visible;
  opacity: 1;
}
.steps__whole.invalid .steps__warning {
  display: inline-block;
}
.steps__whole.invalid input {
  border-color: rgba(255, 57, 57, 0.24);
  background: rgba(255, 57, 57, 0.04);
}
.steps__bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  margin-top: 16px;
}
.steps__confirm {
  display: flex;
  gap: 8px;
}
.steps__btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.steps__policy {
  font-size: 14px;
  color: rgba(32, 37, 58, 0.5);
}
.steps__policy a {
  display: inline;
  color: #20253A;
}
.steps__plusing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}
.steps__blues {
  font-size: 14px;
  color: #396bff;
}
.steps__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 16px;
}
.steps__warning {
  margin-top: 4px;
  font-size: 12px;
  color: #ff3939;
  opacity: 0.7;
  /*display: none;*/
}
.steps__stage {
  color: rgba(32, 37, 58, 0.6);
}
.steps__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}
.steps__left {
  color: rgba(32, 37, 58, 0.6);
}
.steps__left span {
  color: #20253A;
}
.steps__right span {
  color: #396bff;
}
.steps__title {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.steps__progress {
  border-radius: 16px;
  overflow: hidden;
  background-color: rgba(32, 37, 58, 0.06);
  width: 100%;
  height: 16px;
}
.steps__progressbar {
  border-radius: 16px;
  background: linear-gradient(90deg, #2dd0e5 0%, #4e37ff 100%);
  height: 100%;
}

.footer {
  padding-top: 120px;
}
.footer__main {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  padding-bottom: 64px;
}
.footer__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__grey {
  font-size: 18px;
  color: rgba(32, 37, 58, 0.6);
  margin-bottom: 24px;
}
.footer__social {
  display: block;
  width: 28px;
  object-fit: contain;
}
.footer__whole {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  padding: 32px 0;
  border-top: 1px solid rgba(32, 37, 58, 0.12);
}
.footer__age {
  height: 86px;
  width: 86px;
  object-fit: contain;
}
.footer__texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  color: rgba(32, 37, 58, 0.5);
  font-size: 14px;
}
.footer__texts a,
.footer__texts span {
  color: #396bff;
}
.footer__logo {
  height: 75px;
  width: auto;
  object-fit: contain;
}
.footer__bottom {
  padding: 16px 0 32px;
  border-top: 1px solid rgba(32, 37, 58, 0.12);
  font-size: 14px;
  color: rgba(32, 37, 58, 0.3);
  text-align: center;
}

.steps__item input.error {
  background-color: rgba(255, 57, 57, 0.04);
  background-image: url('../images/incorrect.svg');
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: right 16px center;
  border: 2px solid rgba(255, 57, 57, 0.24) !important;
  z-index: 1;
}

.steps__item input.valid {
  background-color: rgba(57, 107, 255, 0.04);
  background-image: url('../images/correct.svg');
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: right 16px center;
  border: 2px solid rgba(57, 107, 255, 0.24) !important;
  z-index: 1;
}

#dateissue.valid + img, #birth_day.valid + img {
    display: none;
}

@media (max-width: 1400px) {
  .spacing {
    padding: 70px 0;
  }
  .title {
    font-size: 52px;
  }
  .container {
    padding: 0 40px;
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .wrapping {
    padding-top: 120px;
    background-image: url("../images/view-tablet.webp");
  }
  .heading {
    font-size: 60px;
  }
  .view__inner {
    grid-template-columns: 1fr;
  }
  .view__content {
    order: -1;
  }
  .done__inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .why__inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .head {
    width: 80%;
  }
  .head .text {
    width: 100%;
  }
  .accordion__item {
    padding: 32px 0;
  }
  .credit__icon {
    width: 165px;
    height: 190px;
    transform: translateY(-50%) rotate(0) !important;
    border-radius: 18px;
    object-fit: cover;
    right: 0;
    visibility: visible;
    opacity: 1;
  }
  .credit .accordion__btn {
    display: none;
  }
  .credit .accordion__wrapper {
    overflow: visible;
    padding-top: 16px;
    grid-template-rows: 1fr;
  }
  .credit .accordion__name, .credit .accordion__content {
    padding-right: 200px;
  }
  .about__img {
    display: none;
  }
  .about__content {
    width: 100%;
  }
  .request {
    border-radius: 48px;
    overflow: hidden;
  }
  .request__img {
    right: -5%;
    height: 50%;
    bottom: -6%;
  }
  .request__inner--reverse .request__img {
    left: unset;
    right: -5%;
    height: 50%;
    bottom: -6%;
  }
  .request__inner--reverse .request__content {
    margin-left: unset;
  }
  .request__content {
    width: 90%;
  }
  .request__coins {
    left: -20px;
  }
  .guarantee__inner {
    grid-template-columns: 1fr;
  }
  .guarantee__item {
    grid-column-start: span 1;
  }
  .guarantee__item--huge {
    grid-column-start: span 1;
  }
  .reviews__inner {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .reviews__col {
    gap: 20px;
  }
  .reviews__col:nth-child(2) {
    display: none;
  }
  .reviews__col:last-child {
    margin-top: 30px;
  }
  .questions__inner {
    grid-template-columns: 1fr;
  }
  .footer__main {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 30px;
  }
  .footer__linklogo {
    grid-column-start: span 2;
  }
  .footer__age {
    height: 60px;
    width: 60px;
  }
  .checking {
    background-image: url("../images/checking-2.webp");
    min-height: 100vh;
    padding-bottom: 60px;
    background-position: center bottom;
  }
  .checking__inner {
    width: 100%;
  }
  .checking__main {
    padding-bottom: 450px;
  }
  .steps__main {
    width: 100%;
  }
  input[type=date]::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
  .title {
    font-size: 48px;
  }
  .spacing {
    padding: 60px 0;
  }
  .done__inner {
    grid-template-columns: 1fr;
  }
  .done__inner--four {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .done__inner--four .done__head {
    flex-direction: column;
  }
  .done__inner--four .done__boxes {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .done__inner--four .done__blue {
    padding: 8px;
  }
  .done__inner--four .done__badge {
    text-align: center;
  }
  .done__inner--four .done__item {
    padding: 4px;
  }
  .done__inner--four .done__box {
    margin: 0;
    padding-right: 0;
    text-align: center;
    border-bottom: 1px solid rgba(32, 37, 58, 0.08);
  }
  .done__inner--four .done__top {
    flex-direction: column;
  }
  .done__inner--four .btn {
    padding: 0 12px;
    font-size: 12px;
    text-align: center;
    gap: 0;
    justify-content: center;
  }
  .done__inner--four .btn img {
    display: none;
  }
  .done__grey {
    font-size: 16px;
  }
  .done__item {
    border-radius: 16px;
  }
  .done__blue {
    border-radius: 10px;
    padding: 16px;
  }
  .header__list {
    display: none;
  }
  .header__btn {
    display: block;
  }
  .view__boxes {
    margin-top: 32px;
  }
  .view__box {
    display: flex;
  }
  .view__box img {
    flex-shrink: 0;
  }
  .reviews__item {
    padding: 16px;
  }
  .reviews__name {
    font-size: 20px;
  }
  .reviews__date {
    font-size: 16px;
  }
  .reviews__rating {
    font-size: 18px;
  }
  .reviews__main {
    gap: 12px;
  }
  .reviews__main img {
    height: 60px;
    width: 60px;
  }
  .why {
    border-radius: 48px;
  }
  .why__inner {
    grid-template-columns: 1fr;
  }
  .why__item {
    gap: 16px;
  }
  .head {
    width: 100%;
  }
  .checking {
    min-height: auto;
    padding-top: 100px;
    background-image: url("../images/checking-3.webp");
    background-size: cover;
  }
  .checking__items {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .checking__main {
    padding-bottom: 200px;
  }
  .checking__item {
    padding: 0;
    margin: 0;
    border: none;
  }
  .steps__bottom {
    grid-template-columns: 1fr;
  }
  .steps .btn {
    width: 100%;
  }
  .steps__card {
    border-radius: 24px;
  }
  .steps__outer {
    flex-direction: column;
  }
  .steps__items {
    grid-template-columns: 1fr;
  }
  .steps__btns {
    display: grid;
    grid-template-columns: 1fr;
  }
  .steps__btns .btn--main {
    order: -1;
  }
}
@media (max-width: 620px) {
  input[type=checkbox],
  input[type=radio] {
    height: 16px;
    width: 16px;
  }
  .mobile-menu__inner {
    width: 100%;
    padding: 24px 16px 40px;
  }
  .mobile-menu__list {
    text-align: center;
  }
  .mobile-menu .btn {
    width: 220px;
    margin: auto;
  }
  .mobile-menu__info {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .spacing {
    padding: 30px 0;
  }
  .footer {
    padding-top: 64px;
  }
  .footer__main {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
    gap: 45px;
    padding-bottom: 48px;
  }
  .footer__social {
    margin: auto;
  }
  .footer__logo {
    height: 45px;
  }
  .footer__whole {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .footer__text {
    text-align: justify;
  }
  .footer__linklogo {
    grid-column-start: span 1;
  }
  .reviews__inner {
    grid-template-columns: 1fr;
  }
  .reviews__inner::after {
    height: 80px;
  }
  .reviews__item {
    border-radius: 16px;
  }
  .reviews .minitext {
    padding-top: 16px;
    margin-top: 16px;
  }
  .header__logo {
    height: 35px;
  }
  .header__end {
    gap: 24px;
  }
  .about .text {
    margin-top: 20px;
  }
  .wrapping {
    background-image: url("../images/view-mobile.webp");
  }
  .request {
    border-radius: 24px;
    padding: 48px 16px;
  }
  .request .text {
    margin-top: 12px;
  }
  .request .container {
    padding: 0;
  }
  .request__content {
    width: 100%;
  }
  .request__img {
    right: -12%;
  }
  .request__inner--reverse .request__img {
    right: -12%;
  }
  .request__inner {
    padding: 0;
  }
  .request .btn {
    margin-top: 24px;
  }
  .wrapping {
    padding-top: 100px;
  }
  .heading {
    font-size: 25px;
  }
  .done__text {
    font-size: 20px;	  
  }
  .view {
    padding-bottom: 250px;
  }
  .view__card {
    border-radius: 24px;
  }
  .view__main {
    padding: 8px 4px;
  }
  .view__sum, .view__price {
    font-size: 15px;
  }
  .view__inner {
    gap: 32px;
  }
  .view__text {
    font-size: 16px;
    margin-top: 12px;
  }
  .view__boxes {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .view__boxes br {
    display: none;
  }
  .view__box {
    font-size: 18px;
    align-items: center;
    border: none;
    padding-right: 0;
    margin-right: 0;
  }
  .view__lines {
    flex-direction: column;
    align-items: flex-start;
  }
  .view__line {
    flex-direction: row;
    gap: 8px;
    width: 100%;
    justify-content: space-between;
  }
  .view__blue {
    padding: 16px;
  }
  .why__icon {
    height: 50px;
    width: 50px;
    margin: 0;
  }
  .why__wrapper {
    border-radius: 16px;
  }
  .why__item {
    border-radius: 24px;
    gap: 24px;
  }
  .credit .accordion__name {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }
  .credit .accordion__content {
    padding-left: 0;
    padding-right: 0;
  }
  .credit__icon {
    position: unset;
    transform: unset !important;
    margin-top: 24px;
  }
  .guarantee__item {
    border-radius: 24px;
    gap: 24px;
  }
  .guarantee__item img {
    height: 50px;
    width: 50px;
    margin: 0;
  }
  .guarantee__white {
    border-radius: 16px;
    padding: 16px;
  }
  .guarantee .minitext {
    margin-top: 12px;
  }
  .accordion__item {
    padding: 24px 0;
  }
  .questions__content .text {
    margin-top: 16px;
  }
  .mb {
    margin-bottom: 32px;
  }
  .title {
    font-size: 26px;
  }
  .text {
    font-size: 16px;
  }
  .minititle {
    font-size: 20px;
  }
  .steps__title {
    font-size: 32px;
  }
  .steps__data {
    padding: 0;
  }
  .steps__top {
    flex-direction: column;
    margin-bottom: 16px;
    text-align: center;
  }
  .steps__main {
    margin-top: 16px;
  }
  .steps__card {
    border-radius: 16px;
    padding-top: 20px;
  }
  .steps__lines {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .steps__center {
    margin-top: 32px;
  }
  .steps__blue {
    border-radius: 16px;
    padding: 16px;
  }
  .steps__policy {
    font-size: 12px;
  }
  .minitext {
    font-size: 16px;
  }
  .btn {
    font-size: 14px;
  }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}


.modal {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 1000px;
    width: 100%;
	max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1001;
}

.modal a {
  color: #396bff;
}

.modal a:hover {
  color: #4639FFFF;
}

.modal h1 {
  margin-bottom: 20px;
}

.modal p {
  margin-bottom: 5px;
}

.agreement a {
  color: #396bff;
}

.agreement a:hover {
  color: #4639FFFF;
}

.agreement h1 {
  margin-bottom: 20px;
}

.agreement p {
  margin-bottom: 5px;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

@keyframes modalOpen {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal {
    animation: modalOpen 0.3s ease;
}

.main-offer {margin: 0 auto; margin-bottom: 30px; width:50%;}
.showcase__mainoffer .done__item {width:50%;}

.main-offer .btn {width:60%;}
.showcase__mainoffer .done__item .btn {width:60%;}

@media (max-width: 1200px) {
	.main-offer .btn {width:100%;}
	.showcase__mainoffer .done__item .btn {width:100%;}
}

@media (max-width: 768px) {
	.main-offer {width:100%;}
	.showcase__mainoffer .done__item {width:100%;}
}

.notificate-wrapper{bottom:15px;right:15px;position:fixed;z-index:999}.notice-block{color:#000;display:none;position:relative;padding:20px;padding-top:30px;overflow:hidden;border-radius:0;border:1px solid #ccc;background:#fff;margin-top:15px;-webkit-box-shadow:1px 1px 10px 0 rgba(50,50,50,0.75);-moz-box-shadow:1px 1px 10px 0 rgba(50,50,50,0.75);box-shadow:1px 1px 10px 0 rgba(50,50,50,0.75)}.notice-close{background:url('../images/icons/close-x.png');background-size:24px;height:24px;width:24px;position:absolute;top:7px;right:7px;font-size:12px;cursor:pointer;color:#999;text-decoration:underline}.not_block_inner,.not_block_innerTwo{display:inline-block;vertical-align:bottom}.not_block_inner{margin-right:30px}.cr_pzag{color:#888;display:inline-block;font-weight:400;padding-bottom:5px;width:30px;text-align:left}.cr_pzag img{vertical-align:middle}.not_block .block_top{display:inline-block;width:100%}.not_block_inner{margin-right:30px;float:left;width:calc(50% - 40px)}.not_block_inner,.not_block_innerTwo{display:inline-block;vertical-align:bottom}.not_block_inner img{width:100%}.not_block_innerTwo{float:right;width:50%}.not_block_inner,.not_block_innerTwo{display:inline-block;vertical-align:bottom}.cr_pzag_cont_not{display:flex;align-items:center;justify-content:left}.cr_pzag_cont_not{display:flex;margin-bottom:9px;font-size:17px}.cr_pzag{color:#888;display:inline-block;font-weight:400;background:url(../images/russia-ruble.svg) no-repeat 0 0;font-size:0;height:25px;padding:0;align-self:center;width:30px;text-align:left}.cr_pzag_cont_not span.price{max-width:170px;overflow:hidden;height:25px;line-height:24px;font-size:15px}.cr_pzag.icon2{background:url(../images/discount.svg) no-repeat 0 0}.notificate-wrapper .btn {max-width:100% !important;align-items: center; gap: 10px;}.notificate-wrapper .btn:hover {color: #000;background:transparent;border:1px solid #FF6700;}

.fa {
  display: inline-block;
  width: 16px;
  height: 16px;
  transition: all 0.3s ease;
  opacity: 0;
  position: relative;
}

.fa svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

/* Анимация для каждой стрелки */
.fa1 {
  animation: fadeInOut 2s infinite;
}
.fa2 {
  animation: fadeInOut 2s infinite 0.5s;
}
.fa3 {
  animation: fadeInOut 2s infinite 1s;
}
.fa4 {
  animation: fadeInOut 2s infinite 1.5s;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  20% {
    opacity: 1;
    transform: translateX(0);
  }
  80% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(10px);
  }
}

/* Эффект при наведении */
.btn.card__btn:hover .fa {
  animation-play-state: paused;
  opacity: 1;
}

@media (max-width: 768px) {
  .notificate-wrapper {
    width: 94%;
	left: 15px;
  }
}

.pages-offers .showcase__block {
  display: none;
}

.pagination {
  text-align: center;
  margin: 20px;
}

.page-number {
  display: inline-block;
  margin: 0 5px;
  padding: 10px 15px;
  background: #ccc;
  color: #000;
  cursor: pointer;
  border-radius: 4px;
  font-size: 16px;
}

.page-number.active {
  background: linear-gradient(90deg, #2dd0e5 0%, #4e37ff 100%);
  color: #fff;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: rgba(245,249,238,1);
  color: white;
  z-index: 1000;
}

.header-container {
  max-width: 1140px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

.header-left img {
  height: 60px; /* можно подстроить под нужный размер */
}

.header-right button {
  padding: 8px 16px;
  cursor: pointer;
  background:#74B01F;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  color: #fff;
  position: relative;
  transition: all ease-in-out 300ms 0;
  cursor: pointer;
  border:1px solid #74B01F;
}

.header-right button:hover {
	color: #000;
	background:#fff;
	border:1px solid #74B01F;
}

@media (max-width: 768px) {
  .header-container {
    max-width: 100%;
  }
}
