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

:root {
  --fg-regular: #2A2A2A;
  --fg-white: #fff;
  --fg-dark: #2A2A2A;
  --fg-dark-secondary: #2B2B2B;
  --fg-gray-dark: #2F3C4F;
  --fg-purple: #2A4FEB;
  --fg-purple-hover: #1c3fd9;
  --fg-purple-dark-hover: #203393;
  --fg-gray: #3D3D3D;
  --bg-body: #F4F5F7;
  --bg-blue: #4C63B5;
  --bg-dark: #292929;
  --bg-light: #fff;
  --bg-gray: #D9D9D9;
  --bg-white: #fff;
  --bg-purple: var(--fg-purple);
  --bg-gradiend: linear-gradient(41deg, #2a4feb 0%, #839bff 100%);
  --bg-button: #2A4FEB;
  --bs-button: inset 7px 7px 29px 0 rgba(255, 255, 255, 0.3), inset -7px -7px 29px 0 rgba(255, 255, 255, 0.3), 0 1px 0 0 rgba(155, 168, 240, 0.5), 0 2px 0 0 rgba(155, 179, 240, 0.2), 0 3px 0 0 rgba(127, 152, 218, 0.1);
  --bg-button-after: #3f5bd1;
  --bs-button-after: 0 10px 2px -10px rgba(0, 0, 0, 0.9), 0 13px 7px -10px rgba(0, 0, 0, 0.25), 0 19px 12px -12px rgba(0, 0, 0, 0.25), inset 0 -21px 3px -21px rgba(0, 0, 0, 0.5), inset -21px -11px 3px -21px #a8badd, inset 21px -11px 3px -21px #a8aedd, 0 2px 23px 0 rgba(118, 154, 225, 0.6);
  --form-shadow: 0 13px 29px 0 rgba(196, 196, 196, 0.05), 0 53px 53px 0 rgba(196, 196, 196, 0.04), 0 120px 72px 0 rgba(196, 196, 196, 0.03), 0 213px 85px 0 rgba(196, 196, 196, 0.01), 0 333px 93px 0 rgba(196, 196, 196, 0);
  --bc-input: #EDEDED;
  --bg-input: #F7F9FC;
  --br-input: 2rem;
  --bg-button-primary: #4C63B5;
  --fg-button-primary: #fff;
  --shadow-card: 0 15px 32px 0 rgba(196, 196, 196, 0.1), 0 58px 58px 0 rgba(196, 196, 196, 0.09), 0 131px 78px 0 rgba(196, 196, 196, 0.05), 0 232px 93px 0 rgba(196, 196, 196, 0.01), 0 363px 102px 0 rgba(196, 196, 196, 0);
  --shadow-regular: 0 18px 41px 0 rgba(0, 0, 0, 0.06), 0 74px 74px 0 rgba(0, 0, 0, 0.05), 0 166px 100px 0 rgba(0, 0, 0, 0.03), 0 295px 118px 0 rgba(0, 0, 0, 0.01), 0 461px 129px 0 rgba(0, 0, 0, 0);
  --shadow-regular-after: 10px 22px 0 rgba(196, 196, 196, 0.1), 0 41px 41px 0 rgba(196, 196, 196, 0.09), 0 92px 55px 0 rgba(196, 196, 196, 0.05), 0 163px 65px 0 rgba(196, 196, 196, 0.01), 0 255px 71px 0 rgba(196, 196, 196, 0);
  --bg-input: #F7F9FC;
  --pl-input: create-rgba(#242729, .7);
  --fg-red: #971414;
}

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

  SCSS ONLY MIXINS

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

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

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

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

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

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

button:active {
  outline: none;
}

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

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

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

a {
  color: inherit;
}

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

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

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

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

img,
svg {
  object-fit: contain;
}

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

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

fieldset {
  padding: 0;
  margin: 0;
}

html {
  overscroll-behavior: none;
  --fz-modifier: 0.520834;
  font-size: calc(var(--fz-modifier) * var(--base-size));
  background-color: var(--bg-app);
}
@media (max-width: 1439px) {
  html {
    --fz-modifier: 0.6949267;
  }
}
@media (max-width: 991px) {
  html {
    --fz-modifier: 1.5;
  }
}
@media (max-width: 575px) {
  html {
    --fz-modifier: 2.666666;
  }
}
@media (max-width: 359px) {
  html {
    --fz-modifier: 2.777777;
  }
}
@media (max-width: 359px) {
  html {
    --fz-modifier: 3.125;
  }
}

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

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

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

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

.section {
  padding: 5rem 0;
}

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

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

h3, .fz-h3 {
  font-size: var(--fz-h3);
  line-height: 114%;
  font-weight: 300;
  letter-spacing: var(--lc-4);
}

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

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

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

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

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

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

.section {
  padding: 5rem 0;
}
.section--dark {
  background: var(--bg-body);
}
.section--full {
  padding: 10rem 0;
}
@media (max-width: 575px) {
  .section--full {
    padding: 5rem 0;
  }
}
.section--light {
  background: var(--bg-white);
}
@media (max-width: 575px) {
  .section {
    padding: 2.5rem 0;
  }
}

strong {
  font-weight: 700;
}

.fz-title {
  font-size: 2.8rem;
  line-height: 113%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._show .b_modal--slide-left {
  transform: translateX(0);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes minipulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.block-header {
  text-align: center;
  max-width: 37.3rem;
  margin: 0 auto 5.8rem;
  --fz: 4.5rem;
}
.block-header--full {
  max-width: 100%;
}
.block-header--left .block-header__title {
  text-align: left;
}
.block-header._dark .block-header__title {
  color: var(--fg-regular);
}
.block-header--small .block-header__title {
  --fz: 3.1rem;
}
.block-header--small .block-header__title span {
  font-size: var(--fz);
}
@media (max-width: 575px) {
  .block-header--small .block-header__title {
    --fz: var(--fz-h2);
  }
  .block-header--small .block-header__title span {
    font-size: 1.4rem !important;
  }
}
.block-header._thin .block-header__title {
  font-weight: 300;
}
@media (max-width: 575px) {
  .block-header {
    --fz: var(--fz-h2);
    margin-bottom: 3rem;
  }
}

.block-header__title {
  font-weight: 200;
  font-size: var(--fz);
  line-height: 100%;
  color: var(--fg-dark-secondary);
  letter-spacing: -0.06rem;
}
.block-header__title span {
  color: var(--fg-purple);
}

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

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

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

.menu {
  display: flex;
  align-items: center;
}
.menu li {
  margin-right: 3rem;
}
.menu li:last-child {
  margin-right: 0;
}
.menu li a {
  display: block;
  font-size: 1.4rem;
  line-height: 140%;
  position: relative;
}
.menu li a:after {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: rgba(0, 88, 220, 0.2);
  transition: width 0.5s;
}
@media (any-hover: hover) {
  .menu li a:hover:after {
    width: 0;
  }
}

.burger {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
  height: 3.7rem;
  border-radius: 0.8rem;
  border: 0.1rem solid var(--fg-white);
  margin-left: 1.5rem;
}
.burger__line {
  display: block;
  background: #454545;
  width: 1.5rem;
  height: 0.155rem;
  border-radius: 0.5rem;
  margin-bottom: 0.3rem;
}
.burger__line:last-child {
  margin-bottom: 0;
}
.burger__line:first-child {
  width: 1.146rem;
  margin-left: auto;
}
.burger__line:last-child {
  width: 0.842rem;
  margin-left: auto;
}

.header {
  padding: 0.8rem 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__menu {
  margin-right: 4.2rem;
}
@media (max-width: 991px) {
  .header__menu {
    display: none;
  }
}
.header__phone {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: var(--fg-dark);
  margin-right: 1.5rem;
}
.header__phone svg {
  margin-right: 1.5rem;
}
@media (any-hover: hover) {
  .header__phone:hover {
    opacity: 0.7;
  }
}
.header__callback {
  display: inline-flex;
  padding: 1.6rem 3.5rem 1.8rem;
  font-size: 1.2rem;
  color: var(--fg-gray);
  font-weight: 500;
  position: relative;
  box-shadow: inset 5px 5px 20px 0 rgba(255, 255, 255, 0.3), inset -5px -5px 20px 0 rgba(255, 255, 255, 0.3), 0 0px 0 0 rgba(255, 255, 255, 0.5), 0 1px 0 0 rgba(255, 255, 255, 0.2), 0 2px 0 0 rgba(249, 249, 249, 0.1);
  background: var(--fg-white);
  border-radius: 0.8rem;
  transition: var(--tr-regular);
}
.header__callback:after {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 4.8rem;
  background: #D9D9D9;
  box-shadow: 0 7px 1px -7px rgba(77, 77, 77, 0.9), 0 9px 4px -6px rgba(77, 77, 77, 0.25), 0 13px 8px -8px rgba(77, 77, 77, 0.25), inset 0 -14px 2px -14px rgba(77, 77, 77, 0.5), inset -14px -7px 2px -14px #fff, inset 14px -7px 2px -14px #fff, 0 1px 15px 0 rgba(248, 248, 248, 0.6);
  z-index: -1;
  transition: var(--tr-regular);
}
@media (any-hover: hover) {
  .header__callback:hover {
    background: var(--fg-purple);
    color: var(--fg-white);
  }
}
@media (max-width: 991px) {
  .header__callback {
    display: none;
  }
}
.header__lang {
  margin-left: 0.7rem;
}
@media (max-width: 991px) {
  .header__lang {
    display: none;
  }
}
.header__burger {
  display: none;
}
@media (max-width: 991px) {
  .header__burger {
    display: flex;
  }
}

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

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

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

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

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

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

.footer__contacts {
  margin-bottom: 1.4rem;
}

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

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

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

.footer__links-link {
  display: inline-block;
  border-bottom: 0.1rem solid var(--fg-white);
  font-size: var(--fz-secondary);
  opacity: 0.6;
  line-height: 140%;
}

.btn-border {
  display: block;
  width: 38.8rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 3rem 0;
  text-transform: uppercase;
  border: 0.1rem solid var(--fg-gray);
  border-radius: 2rem;
  text-align: center;
}
@media (any-hover: hover) {
  .btn-border:hover {
    background: var(--fg-purple);
    border-color: var(--fg-purple);
    color: var(--fg-white);
    opacity: 1;
  }
}

.btn {
  position: relative;
  font-size: var(--fz-regular);
  font-weight: 500;
  color: var(--fg-white);
  z-index: 5;
  width: 34rem;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn__bg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: var(--bg-button);
  box-shadow: var(--bs-button);
  position: relative;
  padding: 2.7rem 2.2rem 2.7rem 3.8rem;
  z-index: 5;
  border-radius: 2rem;
  transition: var(--tr-regular);
}
@media (max-width: 575px) {
  .btn__bg {
    padding: 2.2rem 1.6rem 2.2rem 2.2rem;
  }
}
@media (any-hover: hover) {
  .btn:hover .btn__bg {
    background: var(--fg-purple-hover);
  }
}
.btn:after {
  content: "";
  position: absolute;
  top: 1.7rem;
  left: 0;
  width: 100%;
  height: 6.3rem;
  background: var(--bg-button-after);
  box-shadow: var(--bs-button-after);
  z-index: -1;
  border-radius: 2rem;
}
@media (max-width: 575px) {
  .btn:after {
    height: 100%;
    top: 0.5rem;
  }
}
.btn--100 {
  width: 100%;
}

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

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

.callback__block-header {
  max-width: 51.9rem;
  margin: 0;
}
@media (max-width: 575px) {
  .callback__block-header .block-header__title {
    text-align: center;
  }
}

.callback__form {
  border: 0.1rem solid #F1F1F1;
  background: var(--bg-gradiend);
  box-shadow: var(--form-shadow);
  width: 41.2rem;
  max-width: 100%;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .callback__form {
    width: 100%;
    margin-top: 3rem;
  }
}

.callback__form-card {
  background: var(--fg-white);
  padding: 3rem 3.5rem 8.1rem;
  border-radius: 2rem 10rem;
  box-shadow: var(--form-shadow);
}
@media (max-width: 575px) {
  .callback__form-card {
    padding: 2.6rem 2.5rem 4.2rem;
  }
}

.callback__form-title {
  font-size: 2.2rem;
  letter-spacing: -0.06rem;
  color: #2B2B2B;
  margin-bottom: 0.6rem;
}

.callback__form-text {
  max-width: 27.3rem;
  margin-bottom: 1.6rem;
  color: #2B2B2B;
  opacity: 0.5;
}

.callback__text {
  margin-top: 1.5rem;
}

.callback__right {
  position: relative;
  z-index: 5;
}

.callback__media {
  position: absolute;
  right: 30rem;
  top: -5rem;
  width: 48.6rem;
  z-index: -1;
}
@media (max-width: 991px) {
  .callback__media {
    display: none;
  }
}

.logo {
  display: flex;
  align-items: center;
}
.logo__title {
  color: var(--fg-dark);
  opacity: 0.7;
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
}
@media (max-width: 991px) {
  .logo__title {
    color: #2B2B2B;
    opacity: 1;
  }
}
.logo__text {
  margin-left: 3.5rem;
  font-size: 1rem;
  color: rgba(43, 43, 43, 0.7);
  line-height: 1.3rem;
  position: relative;
}
.logo__text:before {
  content: "";
  position: absolute;
  left: -1.05rem;
  top: 0;
  height: 100%;
  width: 0.1rem;
  background: #D9D9D9;
}
@media (max-width: 991px) {
  .logo__text {
    display: none;
  }
}

.lang__result {
  display: flex;
  align-items: center;
  border: 0.1rem solid var(--fg-white);
  border-radius: 0.8rem;
  line-height: 140%;
  padding: 1.5rem 0.9rem 1.5rem 1.1rem;
  font-weight: 700;
  color: var(--fg-dark-secondary);
}
.lang__result svg {
  margin-left: 0.7rem;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  pointer-events: none;
}
.mobile-menu__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s;
  opacity: 0;
}
.mobile-menu__content {
  position: absolute;
  right: -100%;
  height: 100%;
  top: 0;
  width: 70%;
  background: var(--fg-white);
  z-index: 15;
  padding: 5rem 3rem;
  transition: right 0.3s;
  transition-delay: 0.3s;
}
.mobile-menu__menu {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.mobile-menu__menu li {
  margin-right: 0;
  margin-bottom: 2rem;
}
.mobile-menu__phone {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.mobile-menu__phone svg {
  margin-right: 1.5rem;
}
.mobile-menu__callback {
  display: block;
  margin-top: 2rem;
  text-align: center;
}
.mobile-menu__callback .btn__bg {
  padding: 1.5rem;
  text-align: center;
}
.mobile-menu__close {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.1rem solid var(--fg-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.mobile-menu--active {
  pointer-events: auto;
}
.mobile-menu--active .mobile-menu__bg {
  opacity: 1;
}
.mobile-menu--active .mobile-menu__content {
  right: 0;
}

.swiper__progressbar {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: var(--fg-white);
  margin-top: 2.6rem;
}
.swiper__progressbar span {
  height: 0.5rem;
  background: var(--fg-purple);
}

.form__row {
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .form__row {
    margin-bottom: 1.6rem;
  }
}

.form__policy {
  margin-top: 2.8rem;
}

.form__input {
  position: relative;
}
.form__input:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3.3rem;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.form__input--phone:before {
  background-image: url("../img/icons.ag/icon-phone.svg");
}
.form__input--buisness:before {
  background-image: url("../img/icons.ag/icon-buisness.svg");
}
.form__input input {
  width: 100%;
  height: 8rem;
  border: 0.1rem solid var(--bc-input);
  padding: 0 2rem 0 6.8rem;
  font-size: 1.5rem;
  border-radius: var(--br-input);
  background: var(--bg-input);
}
@media (max-width: 575px) {
  .form__input input {
    height: 6rem;
  }
}
.form__input input._error {
  border-color: var(--fg-red);
}

.checkbox {
  position: relative;
}
.checkbox:has(._error) .checkbox__icon {
  border-color: var(--fg-red);
}

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

.checkbox__label {
  padding-left: 2.9rem;
  display: block;
  font-weight: 300;
  font-size: var(--fz-1-3);
  line-height: 120%;
}
.checkbox__label a {
  border-bottom: 0.1rem solid var(--fg-purple);
  color: var(--fg-purple);
  position: relative;
  z-index: 15;
}
@media (any-hover: hover) {
  .checkbox__label a:hover {
    opacity: 0.7;
  }
}

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

.advantages {
  background: var(--fg-white);
  border-radius: 2rem 2rem 0 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .advantages {
    flex-direction: column;
    border-radius: 0;
  }
}

.advantages-item {
  width: 33.3333%;
  background: var(--fg-purple);
  color: var(--fg-white);
  padding: 3rem 2.4rem 2.9rem;
  position: relative;
}
@media (max-width: 991px) {
  .advantages-item {
    width: 100%;
    border-radius: 2rem;
  }
}
.advantages-item:last-child .advantages-item__media {
  right: 0;
}
.advantages-item--white {
  background: var(--fg-white);
  color: var(--fg-dark);
}
.advantages-item__content {
  max-width: 19.9rem;
}
.advantages-item__title {
  margin-bottom: 1.2rem;
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 991px) {
  .advantages-item__title {
    font-size: 1.8rem;
  }
}
.advantages-item__text {
  line-height: 130%;
}
.advantages-item__media {
  position: absolute;
  right: 1.7rem;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  justify-content: flex-end;
}
.advantages-item__media img {
  width: 50%;
}
@media (max-width: 1599px) {
  .advantages-item__media img {
    width: 40%;
  }
}

.types-item {
  border: 0.1rem solid rgba(255, 255, 255, 0.06);
  border-radius: 3rem;
  padding: 0.7rem;
  position: relative;
  min-height: 18.9rem;
  background: var(--fg-white);
}
@media (max-width: 991px) {
  .types-item {
    border-radius: 1.8rem;
    padding: 0.4rem;
    min-height: auto;
  }
}
.types-item__card {
  border: 0.1rem dashed rgba(42, 42, 42, 0.2);
  border-radius: 2.5rem;
  padding: 3.5rem 3.9rem 6.1rem;
}
@media (max-width: 991px) {
  .types-item__card {
    border-radius: 1.8rem;
    padding: 1.8rem 2.3rem;
  }
}
.types-item__title {
  font-size: 2.5rem;
  font-weight: 300;
  max-width: 31.6rem;
}
@media (max-width: 991px) {
  .types-item__title {
    font-size: 1.6rem;
    max-width: 15rem;
  }
}
.types-item__media {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1599px) {
  .types-item__media-pic {
    width: 84%;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .types-item__media-pic {
    width: 65%;
  }
}
.types-item--dark {
  background: linear-gradient(147deg, #4d4d4d 0%, #393939 100%);
  color: var(--fg-white);
}
.types-item--dark .types-item__card {
  border-color: rgba(255, 255, 255, 0.2);
}

.help-item__media {
  border-radius: 3rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 4rem;
}
.help-item__title {
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 2rem;
  line-height: 113%;
}
@media (max-width: 991px) {
  .help-item__title {
    font-size: 1.8rem;
  }
}
.help-item__text > *:not(:last-child) {
  margin-bottom: 1rem;
}
.help-item__text ul {
  padding-left: 2rem;
}
.help-item__text li {
  list-style: disc;
}
.help-item__btn {
  margin-top: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1.2rem 1.2rem 1.8rem;
  border-radius: 0.8rem;
  background: var(--fg-white);
  max-width: fit-content;
}
.help-item__btn svg {
  margin-left: 1rem;
}
@media (max-width: 991px) {
  .help-item__btn {
    max-width: 100%;
  }
}

.economy-item {
  border-radius: 3rem;
  background: var(--fg-white);
  box-shadow: 0 18px 41px 0 rgba(0, 0, 0, 0.06), 0 74px 74px 0 rgba(0, 0, 0, 0.05), 0 166px 100px 0 rgba(0, 0, 0, 0.03), 0 295px 118px 0 rgba(0, 0, 0, 0.01), 0 461px 129px 0 rgba(0, 0, 0, 0);
  border: 0.01rem solid rgba(0, 0, 0, 0.1);
  padding: 7rem 10rem 7.6rem;
  min-height: 30rem;
  position: relative;
  margin-bottom: 3.7rem;
  --w-after: calc(100% - (3.9rem * 2));
}
@media (max-width: 991px) {
  .economy-item {
    padding: 3rem 2rem 0;
    --w-after: calc(100% - (1.3rem * 2));
    border-radius: 2rem;
  }
}
.economy-item:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.8rem;
  height: 13.4rem;
  border-radius: 2rem;
  width: var(--w-after);
  box-shadow: 0 10px 22px 0 rgba(196, 196, 196, 0.1), 0 41px 41px 0 rgba(196, 196, 196, 0.09), 0 92px 55px 0 rgba(196, 196, 196, 0.05), 0 163px 65px 0 rgba(196, 196, 196, 0.01), 0 255px 71px 0 rgba(196, 196, 196, 0);
  background: var(--fg-purple);
  z-index: -1;
}
.economy-item__media {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1599px) {
  .economy-item__media-img {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .economy-item__media {
    position: relative;
    margin-top: 1rem;
  }
}
.economy-item__title {
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 114%;
}
.economy-item__title span {
  color: rgba(42, 42, 42, 0.1);
}
@media (max-width: 991px) {
  .economy-item__title {
    font-size: 1.8rem;
  }
}
.economy-item__text {
  margin-top: 2.4rem;
  max-width: 42.6rem;
  font-size: 1.9rem;
  line-height: 145%;
}
@media (max-width: 991px) {
  .economy-item__text {
    font-size: 1.5rem;
  }
}
.economy-item--purple {
  background: var(--fg-purple);
  color: var(--fg-white);
}
.economy-item--purple .economy-item__title span {
  color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

.news-item__more {
  display: flex;
  align-items: center;
  color: var(--fg-purple);
  font-weight: 700;
  margin-top: 1.5rem;
  line-height: 140%;
  transition: var(--tr-regular);
}
.news-item__more svg {
  margin-left: 0.8rem;
}
.news-item__more path {
  transition: var(--tr-regular);
}
@media (any-hover: hover) {
  .news-item__more:hover {
    color: var(--fg-purple-dark-hover);
  }
  .news-item__more:hover path {
    fill: var(--fg-purple-dark-hover);
  }
}
@media (max-width: 575px) {
  .news-item__more {
    font-size: var(--fz-third);
  }
}

.team-item__image {
  border-radius: 2rem;
  overflow: hidden;
  height: 36.8rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 575px) {
  .team-item__image {
    margin-bottom: 1.6rem;
    height: 28.6rem;
  }
}

.team-item__name {
  font-size: 2.4rem;
  color: #1D1D1B;
  font-weight: 600;
}

.team-item__post {
  margin-top: 1rem;
  font-size: var(--fz-third);
}

.result-item {
  background: var(--fg-white);
  border-radius: 3rem;
  border: 0.01rem solid rgba(0, 0, 0, 0.1);
  margin-bottom: 3.3rem;
  position: relative;
  box-shadow: 0 18px 41px 0 rgba(0, 0, 0, 0.06), 0 74px 74px 0 rgba(0, 0, 0, 0.05), 0 166px 100px 0 rgba(0, 0, 0, 0.03), 0 295px 118px 0 rgba(0, 0, 0, 0.01), 0 461px 129px 0 rgba(0, 0, 0, 0);
  padding: 5.4rem 2.4rem 0;
  min-height: 30rem;
  --w-after: calc(100% - (3.9rem * 2));
}
.result-item:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.8rem;
  height: 13.4rem;
  border-radius: 2rem;
  width: var(--w-after);
  box-shadow: 0 10px 22px 0 rgba(196, 196, 196, 0.1), 0 41px 41px 0 rgba(196, 196, 196, 0.09), 0 92px 55px 0 rgba(196, 196, 196, 0.05), 0 163px 65px 0 rgba(196, 196, 196, 0.01), 0 255px 71px 0 rgba(196, 196, 196, 0);
  background: var(--fg-purple);
  z-index: -1;
}
.result-item:last-child {
  margin-bottom: 0;
}
.result-item--blue {
  background: var(--fg-purple);
  color: var(--fg-white);
}
.result-item--blue .result-item__icon {
  background: var(--fg-white);
}
.result-item--blue:after {
  background: var(--fg-white);
}
@media (max-width: 575px) {
  .result-item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.result-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fg-purple);
  width: 6rem;
  height: 6rem;
  border-radius: 1rem;
  margin-bottom: 2.6rem;
}
@media (max-width: 991px) {
  .result-item__icon {
    margin: 0 auto 2.6rem;
  }
}
@media (max-width: 575px) {
  .result-item__icon {
    margin: 0 auto 1.5rem;
  }
}

.result-item__content {
  min-width: 53.7rem;
  max-width: 53.7rem;
  margin-left: auto;
}
@media (max-width: 991px) {
  .result-item__content {
    text-align: center;
    min-width: auto;
    margin: 0 auto;
  }
}

.result-item__title {
  font-size: 3.3rem;
}
@media (max-width: 575px) {
  .result-item__title {
    font-size: 1.8rem;
    line-height: 113%;
  }
}

.result-item__media {
  position: absolute;
  left: 3.5rem;
  bottom: 0;
  max-width: 35.7rem;
}
@media (max-width: 991px) {
  .result-item__media {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 3rem;
  }
}
@media (max-width: 575px) {
  .result-item__media {
    max-width: 23rem;
  }
}

.plan {
  padding: 7rem 10rem;
  background: var(--bg-white);
  border: 0.1rem solid rgba(93, 93, 93, 0.06);
  border-radius: 2rem;
  margin-top: 8.5rem;
  box-shadow: var(--shadow-regular);
  position: relative;
}
.plan:after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--fg-purple);
  height: 26.9rem;
  border-radius: 2rem;
  width: calc(100% - 4.6rem);
  z-index: -1;
}
@media (max-width: 991px) {
  .plan {
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .plan {
    padding: 2.7rem 2rem 0;
  }
}

.plan__content {
  max-width: 52rem;
}
@media (max-width: 991px) {
  .plan__content {
    max-width: 100%;
  }
}

.plan__title {
  font-size: 3.3rem;
  line-height: 113.8%;
  margin: 0 0 2.7rem;
}
.plan__title span {
  color: var(--fg-purple);
}
@media (max-width: 575px) {
  .plan__title {
    font-size: 1.8rem;
    line-height: 113%;
  }
}

.plan__text {
  font-weight: 300;
  line-height: 130%;
  font-size: 1.9rem;
}
@media (max-width: 575px) {
  .plan__text {
    font-size: 1.5rem;
  }
}

.plan__btn {
  margin-top: 3rem;
}

.plan__image {
  position: absolute;
  max-width: 50rem;
  top: 0;
  right: 0.5rem;
}
@media (max-width: 991px) {
  .plan__image {
    position: relative;
    right: 0;
    height: 32rem;
    overflow: hidden;
    max-width: 100%;
    margin: 2rem auto 0;
  }
}

.maximum-item {
  border-radius: 2rem;
  background: var(--bg-gradiend);
  box-shadow: var(--shadow-card);
}
.maximum-item:nth-child(even) {
  margin-top: 2.3rem;
}
@media (max-width: 991px) {
  .maximum-item:nth-child(even) {
    margin-top: 0;
  }
}

.maximum-item__media {
  margin-bottom: 2rem;
}

.maximum-item__card {
  background: var(--fg-white);
  border-radius: 2rem 7rem;
  box-shadow: var(--shadow-card);
  padding: 2rem 3.9rem 4rem;
}
@media (max-width: 575px) {
  .maximum-item__card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.maximum-item__title {
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .maximum-item__title {
    padding-right: 2.5rem;
  }
}

.maximum-item__text {
  --m-bottom: .2rem;
}

.pumping-item {
  min-height: 51rem;
  height: 100%;
  position: relative;
}
.pumping-item:after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  width: calc(100% - 3.6rem);
  box-shadow: var(--shadow-regular-after);
  background: var(--fg-purple);
  height: 24rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2rem;
}

.pumping-item__card {
  position: relative;
  padding: 3rem 1.2rem 0 2.8rem;
  background: var(--fg-white);
  border-radius: 2rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.06);
  z-index: 5;
  height: 100%;
}

.pumping-item__title {
  margin-bottom: 2rem;
}

.pumping-item__text {
  font-size: 1.6rem;
  line-height: 145%;
  max-width: 28.6rem;
}

.pumping-item__media {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
.pumping-item__media img {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .pumping-item__media {
    max-width: 60%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 575px) {
  .pumping-item__media {
    max-width: 80%;
  }
}

.attract {
  margin-top: 6.85rem;
  position: relative;
  z-index: 5;
}
.attract__card {
  border-radius: 3rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 41px 0 rgba(0, 0, 0, 0.06), 0 74px 74px 0 rgba(0, 0, 0, 0.05), 0 166px 100px 0 rgba(0, 0, 0, 0.03), 0 295px 118px 0 rgba(0, 0, 0, 0.01), 0 461px 129px 0 rgba(0, 0, 0, 0);
  background: linear-gradient(150deg, #282828 0%, #252525 100%);
  color: var(--fg-white);
  padding: 7rem 10rem;
}
@media (max-width: 991px) {
  .attract__card {
    padding: 7rem;
  }
}
@media (max-width: 575px) {
  .attract__card {
    padding: 2.5rem 2rem 4.1rem;
  }
}
.attract:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(100% - 2.3rem - 3.9rem);
  height: 49.2rem;
  bottom: -1.5rem;
  background: #474747;
  border-radius: 2rem;
  z-index: -1;
}

.attract__main {
  position: relative;
}

.attract__content {
  max-width: 37.5rem;
}

.attract__media {
  position: absolute;
  right: -5rem;
  top: -12rem;
}
@media (max-width: 991px) {
  .attract__media {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 2rem;
  }
}

.attract__block-header {
  margin-bottom: 2rem;
}
.attract__block-header .block-header__title {
  font-size: 3rem;
  color: var(--fg-white);
}

.attract__text {
  max-width: 34.2rem;
  font-size: 1.6rem;
  line-height: 145%;
}

.attract__btn {
  margin-top: 3.5rem;
}

.attract-bonuses {
  margin-top: 6.9rem;
}
@media (max-width: 991px) {
  .attract-bonuses {
    margin-top: 0;
  }
}

.attract-bonuses__title {
  margin-bottom: 3.5rem;
}

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

.attract-bonuses__item {
  font-family: var(--ff-manrope);
}

.attract-bonuses__item-image {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 1rem;
  background: var(--fg-white);
  margin-bottom: 2rem;
}

.attract-bonuses__item-title {
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.attract-bonuses__item-text {
  font-size: var(--fz-third);
  line-height: 125%;
}

.la-item {
  background: var(--fg-purple);
  color: var(--fg-white);
  border-radius: 3rem;
  position: relative;
  min-height: 33rem;
  margin: 0 0 -5.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 9.9rem;
}
.la-item--white {
  color: var(--fg-dark);
  background: var(--fg-white);
}
.la-item--big .la-item__content {
  max-width: 60.1rem;
}
@media (max-width: 991px) {
  .la-item {
    flex-direction: column;
    margin: 0 0 -2.6rem;
    padding: 0 1.1rem;
    text-align: center;
    min-height: auto;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.la-item__content {
  padding: 5.6rem 0 10rem;
  max-width: 44.3rem;
}
@media (max-width: 991px) {
  .la-item__content {
    padding: 2.5rem 0 2.7rem;
  }
}

.la-item__title {
  font-size: 3.3rem;
  line-height: 114%;
}
@media (max-width: 991px) {
  .la-item__title {
    font-size: 1.8rem;
  }
}

.la-item__text {
  font-size: 1.9rem;
  line-height: 145%;
  margin-top: 2.5rem;
}
@media (max-width: 991px) {
  .la-item__text {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
}

@media (max-width: 991px) {
  .la-item__media {
    max-width: 80%;
    margin: 0 auto;
  }
}

.report-item {
  width: 18.2rem;
  max-width: 100%;
}
@media (max-width: 991px) {
  .report-item {
    margin: 0 auto 2.5rem;
    text-align: center;
    width: 100%;
  }
}

.report-item__label {
  display: inline-block;
  padding: 1rem 2.5rem;
  border-radius: 3rem;
  background: linear-gradient(147deg, #4d4d4d 0%, #393939 100%);
  border: 0.1rem solid rgba(255, 255, 255, 0.06);
  color: var(--fg-white);
  font-size: 1.6rem;
  line-height: 145%;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .report-item__label {
    padding: 0.8rem 2.5rem;
    font-size: 1.5rem;
  }
}

.report-item__title {
  font-size: 1.8rem;
  line-height: 130%;
  color: var(--fg-dark-secondary);
  max-width: 28.6rem;
}
@media (max-width: 991px) {
  .report-item__title {
    margin: 0 auto;
  }
}

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

.create-main__item {
  min-height: 46.1rem;
  background: var(--fg-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 333rem;
  position: relative;
}
.create-main__item:nth-child(2) {
  margin-top: 3rem;
}
@media (max-width: 991px) {
  .create-main__item:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .create-main__item {
    border-radius: 6rem;
    min-height: 35rem;
  }
}
@media (max-width: 575px) {
  .create-main__item {
    min-height: 28.7rem;
  }
}

.create-main__title {
  margin-top: 3.5rem;
  font-weight: 400;
  text-align: center;
  font-size: 2.8rem;
  line-height: 113%;
}
@media (max-width: 575px) {
  .create-main__title {
    font-size: 2rem;
  }
}

@media (max-width: 1919px) {
  .create-main__media img {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .create-main__media img {
    max-width: 50%;
  }
}

.create-main__icon {
  width: 6.2rem;
  height: 6.2rem;
  border-radius: 50%;
  background: var(--bg-body);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -3.1rem;
  left: 50%;
  transform: translateX(-50%);
}
.create-main__icon div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  background: var(--fg-purple);
}

.create-which {
  margin-top: 8.1rem;
}

.create-which__title {
  text-align: center;
  margin-bottom: 4rem;
}

.create-which__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3.1rem;
}
@media (max-width: 991px) {
  .create-which__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.create-which__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  background: var(--fg-white);
  min-height: 23.6rem;
  padding: 3.7rem 0 1.7rem;
  text-align: center;
}

.create-which__item-title {
  font-family: var(--ff-manrope);
  font-size: 1.6rem;
  line-height: 125%;
}

.create-which__item-media {
  max-width: 80%;
  margin: 0 auto;
}

.create-it {
  margin-top: 10rem;
}

.create-it__block-header {
  max-width: 46rem;
  margin-bottom: 5.6rem;
}

.create-it__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .create-it__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.create-it__item {
  background: var(--fg-white);
  border-radius: 1.8rem;
  padding: 0.7rem;
}
.create-it__item:nth-child(2) {
  margin-top: 3.5rem;
}
@media (max-width: 991px) {
  .create-it__item:nth-child(2) {
    margin-top: 0;
  }
}

.create-it__item-card {
  padding: 1.5rem 2.3rem 2.8rem;
  border: 0.1rem dashed rgba(16, 16, 16, 0.2);
  border-radius: 1.8rem;
}

.create-it__item-media {
  margin-bottom: 2rem;
}

.create-it__item-title {
  font-size: 2.4rem;
  letter-spacing: -0.06rem;
  margin-bottom: 1.5rem;
}

.create-it__text {
  font-size: 1.6rem;
  line-height: 130%;
}
.create-it__text li {
  padding-left: 1.7rem;
  position: relative;
  margin-bottom: 1.5rem;
}
.create-it__text li:last-child {
  margin-bottom: 0;
}
.create-it__text li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: var(--fg-purple);
}

.create-it__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 0.9rem 1rem 1.8rem;
  border-radius: 0.8rem;
  background: var(--fg-purple);
  font-size: var(--fz-third);
  color: var(--fg-white);
  margin-top: 4rem;
}

.create-callback {
  margin-top: 10rem;
}

.create-callback__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 63.3rem;
  margin-top: 7.5rem;
}
@media (max-width: 575px) {
  .create-callback__grid {
    grid-template-columns: 1fr;
    max-width: 100%;
    margin-top: 2.1rem;
  }
}

.create-callback__item {
  min-height: 17.6rem;
  padding: 5.9rem 2rem 3.3rem;
  background: linear-gradient(90deg, #fff 0%, #eeeff1 100%);
  position: relative;
}
.create-callback__item:first-child {
  border-radius: 2rem 0 0 2rem;
}
.create-callback__item:last-child {
  border-radius: 0 2rem 2rem 0;
}
@media (max-width: 575px) {
  .create-callback__item {
    min-height: auto;
    padding: 0 2rem;
    margin-bottom: 2rem;
    text-align: center;
    background: none;
  }
  .create-callback__item:last-child {
    margin-bottom: 0;
  }
}

.create-callback__item-icon {
  --width: 4.7rem;
  position: absolute;
  top: calc(-1 * var(--width) / 2);
  width: var(--width);
  height: var(--width);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(39deg, #2a4feb 0%, #839bff 100%);
  border-radius: 0.5rem;
}
@media (max-width: 575px) {
  .create-callback__item-icon {
    position: relative;
    top: 0;
    margin: 0 auto 1.2rem;
  }
}

.create-callback__item-text {
  font-size: 1.6rem;
  color: #3A3A3A;
  font-weight: 300;
}
@media (max-width: 575px) {
  .create-callback__item-text {
    max-width: 26.8rem;
    margin: 0 auto;
  }
}

.modal {
  border: 0.1rem solid #F1F1F1;
  background: var(--bg-gradiend);
  box-shadow: var(--form-shadow);
  width: 41.2rem;
  max-width: 100%;
  border-radius: 2rem;
}
.modal__wrapper {
  background: var(--fg-white);
  padding: 3rem 3.5rem 8.1rem;
  border-radius: 2rem 10rem;
  box-shadow: var(--form-shadow);
}

.hero {
  background: url("../img/hero.ag/bg.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 16.5rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero {
    padding-top: 9.6rem;
  }
}

.hero__container {
  position: relative;
}

.hero__content {
  max-width: 46.6rem;
}

.hero__subtitle {
  letter-spacing: var(--lc-4);
  font-size: 3rem;
}
.hero__subtitle span {
  color: var(--fg-purple);
}
@media (max-width: 991px) {
  .hero__subtitle {
    font-size: 1.7rem;
    max-width: 26rem;
    margin-bottom: 1.4rem;
  }
}

.hero__title {
  font-weight: 700;
}
@media (max-width: 991px) {
  .hero__title {
    margin: 0;
    font-size: 3rem;
    line-height: 90%;
  }
}

.hero__advantages {
  margin-top: 36.6rem;
  position: relative;
  z-index: 15;
}
@media (max-width: 991px) {
  .hero__advantages {
    margin-top: 0;
  }
}

.hero__media {
  position: absolute;
  right: -25rem;
  bottom: 0;
  max-width: 111.86rem;
}
@media (max-width: 1599px) {
  .hero__media {
    max-width: 72%;
    right: -10rem;
  }
}
@media (max-width: 991px) {
  .hero__media {
    position: relative;
    right: 0;
    max-width: 100%;
  }
}

.types {
  position: relative;
  z-index: 5;
  padding-bottom: 16.4rem;
}
.types:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 57rem;
  filter: blur(74px);
  background: #f4f5f7;
  top: -20rem;
  z-index: -1;
}
.types__block-header {
  margin-bottom: 5.4rem;
}
@media (max-width: 991px) {
  .types__block-header {
    margin-bottom: 3rem;
  }
}

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

.help {
  margin-top: 5.4rem;
}
.help__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 6rem;
  text-align: center;
}
@media (max-width: 991px) {
  .help__title {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .help {
    margin-top: 2.8rem;
  }
}

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

.help__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem 0;
  max-width: 36rem;
  width: 100%;
  border: 0.1rem solid var(--fg-regular);
  font-size: var(--fz-regular);
  border-radius: 1rem;
  margin: 5rem auto 0;
}

.economy-alert {
  border: 0.2rem solid rgba(255, 255, 255, 0.1);
  background: var(--fg-purple);
  border-radius: 3rem;
  margin-top: -15rem;
  text-align: center;
  padding: 4rem 0 5.6rem;
  position: relative;
  overflow: hidden;
  z-index: 5;
  margin-bottom: 7rem;
}
.economy-alert:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/economy.ag/bg.png");
  z-index: -1;
}
@media (max-width: 991px) {
  .economy-alert {
    padding: 1.5rem 1.2rem 1.6rem;
    margin-bottom: 4rem;
  }
}

.economy-alert__title {
  font-size: 4.5rem;
  letter-spacing: -0.06rem;
  color: var(--fg-white);
  line-height: 120%;
}
.economy-alert__title span {
  display: inline;
  border: 0.1rem solid var(--fg-white);
  border-radius: 2.7rem;
  padding: 0 0.5rem;
}
@media (max-width: 991px) {
  .economy-alert__title {
    font-size: 2.3rem;
  }
  .economy-alert__title br {
    display: none;
  }
}

.economy__block-header {
  margin-bottom: 10rem;
}
@media (max-width: 991px) {
  .economy__block-header {
    margin-bottom: 3.6rem;
  }
}

.economy__callback {
  margin-top: 10rem;
}

.economy-advs {
  margin-top: 3rem;
}
.economy-advs__item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.economy-advs__item:last-child {
  margin-bottom: 0;
}
.economy-advs__icon {
  min-width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(128deg, #7790f8 0%, #2a4feb 100%);
  border-radius: 50%;
}
.economy-advs__icon svg {
  width: 2.4rem;
  height: auto;
}
.economy-advs__text {
  margin-left: 1.7rem;
  font-size: var(--fz-regular);
}

.callback__content {
  position: relative;
  z-index: 15;
}

.create__block-header {
  margin-bottom: 6rem;
}
@media (max-width: 575px) {
  .create__block-header {
    margin-bottom: 3.7rem;
  }
}

.create {
  padding-bottom: 21.4rem;
}
@media (max-width: 991px) {
  .create {
    padding-bottom: 10rem;
  }
}
.create .callback__media {
  width: 114rem;
  right: -17rem;
  top: -14rem;
}

@media (max-width: 991px) {
  .la {
    padding-bottom: 8rem;
  }
}

.report {
  position: relative;
  overflow: hidden;
}

.report__block-header {
  max-width: 71.4rem;
}

.report__rows {
  position: relative;
}

.report__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto 6.4rem;
  position: relative;
}
.report__row:last-child {
  margin-bottom: 0;
}
.report__row--1 {
  text-align: center;
  justify-content: center;
}
.report__row--2 {
  max-width: 101rem;
}
.report__row--5 {
  max-width: 102.5rem;
}
@media (max-width: 991px) {
  .report__row {
    flex-direction: column;
    margin-bottom: 0 !important;
  }
}

.report__rows-media {
  position: absolute;
  bottom: -10rem;
  left: 53%;
  transform: translateX(-50%);
  width: 69.2rem;
  max-width: 100%;
}
@media (max-width: 991px) {
  .report__rows-media {
    position: relative;
    bottom: 0;
    left: 4rem;
    transform: none;
    text-align: center;
  }
}

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

.maximum {
  padding-top: 10rem;
}

.maximum__block-header {
  max-width: 58.8rem;
}

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

.team__block-header {
  margin-bottom: 7rem;
}
@media (max-width: 575px) {
  .team__block-header {
    margin-bottom: 2.2rem;
  }
}

@media (max-width: 575px) {
  .team__slider {
    margin-right: var(--m-m-container);
  }
}

@media (max-width: 575px) {
  .team__swiper {
    padding-right: var(--p-container) !important;
  }
}

.contract__block {
  padding: 7rem 9.9rem 7.5rem;
  box-shadow: 0 18px 41px 0 rgba(0, 0, 0, 0.06), 0 74px 74px 0 rgba(0, 0, 0, 0.05), 0 166px 100px 0 rgba(0, 0, 0, 0.03), 0 295px 118px 0 rgba(0, 0, 0, 0.01), 0 461px 129px 0 rgba(0, 0, 0, 0);
  background: linear-gradient(150deg, #282828 0%, #252525 100%);
  border-radius: 3rem;
  position: relative;
  color: var(--fg-white);
}
@media (max-width: 991px) {
  .contract__block {
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .contract__block {
    padding: 2.5rem 2rem 0;
  }
}
.contract__block:after {
  content: "";
  position: absolute;
  bottom: -1.3rem;
  left: 50%;
  transform: translateX(-50%);
  height: 20rem;
  background: #474747;
  box-shadow: 0 10px 22px 0 rgba(196, 196, 196, 0.1), 0 41px 41px 0 rgba(196, 196, 196, 0.09), 0 92px 55px 0 rgba(196, 196, 196, 0.05), 0 163px 65px 0 rgba(196, 196, 196, 0.01), 0 255px 71px 0 rgba(196, 196, 196, 0);
  border-radius: 2rem;
  width: calc(100% - 7.8rem);
  z-index: -1;
}
@media (max-width: 575px) {
  .contract__block:after {
    width: calc(100% - 2rem);
    bottom: -0.9rem;
  }
}

.contract__block-header {
  max-width: 43.8rem;
  margin: 0 0 2.6rem;
}
.contract__block-header .block-header__title {
  color: var(--fg-white);
}

.contract__text {
  color: var(--fg-white);
}

.contract__btn {
  margin-top: 2.6rem;
}

.contract__media {
  position: absolute;
  bottom: 0;
  right: 5.8rem;
  max-width: 48.5rem;
}
@media (max-width: 991px) {
  .contract__media {
    position: relative;
    right: 0;
    margin: 3rem auto 0;
  }
}

.reserve {
  position: relative;
  overflow: hidden;
}

.reserve__content {
  max-width: 58rem;
}

.reserve__container {
  position: relative;
}

.reserve__text {
  max-width: 36rem;
}
.reserve__text p {
  margin-bottom: 3rem;
  font-size: var(--fz-regular);
  font-weight: 300;
}
.reserve__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .reserve__text p {
    margin-bottom: 2rem;
  }
}

.reserve__block-header {
  margin-bottom: 2rem;
}

.reserve__form {
  border: 0.1rem solid #F1F1F1;
  border-radius: 2rem;
  background: var(--bg-gradiend);
  box-shadow: var(--form-shadow);
  margin-top: 6.5rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 575px) {
  .reserve__form {
    margin-top: 2.8rem;
  }
}
.reserve__form-white {
  background: var(--fg-white);
  border-radius: 2rem 10rem;
  padding: 3.6rem 6rem 4.3rem;
}
@media (max-width: 575px) {
  .reserve__form-white {
    padding: 1.9rem 1.5rem 3.5rem;
    border-radius: 2rem 5rem;
  }
}
.reserve__form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
}
@media (max-width: 991px) {
  .reserve__form-grid {
    grid-template-columns: 1fr;
  }
}
.reserve__form-bottom {
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 1.8rem;
  margin-top: 2.2rem;
}
@media (max-width: 991px) {
  .reserve__form-bottom {
    grid-template-columns: 1fr;
    margin-top: 2.9rem;
  }
}
.reserve__form-alert {
  background: rgba(48, 48, 48, 0.9);
  border-radius: 0.9rem;
  border: 0.1rem solid #EDEDED;
  color: rgba(255, 255, 255, 0.7);
  font-size: var(--fz-third);
  padding: 0.7rem 0 0.9rem;
  text-align: center;
}
@media (max-width: 575px) {
  .reserve__form-alert {
    grid-area: 2;
  }
}
.reserve__form-policy {
  margin-top: 0.4rem;
}
@media (max-width: 575px) {
  .reserve__form-policy {
    grid-area: 1;
  }
}

.reserve__media {
  position: absolute;
  right: -7rem;
  bottom: 18rem;
}
@media (max-width: 1599px) {
  .reserve__media {
    max-width: 80%;
    bottom: 15rem;
  }
}
@media (max-width: 991px) {
  .reserve__media {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    margin-top: 2rem;
  }
  .reserve__media:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5rem;
    width: 100%;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }
}

.news {
  padding-bottom: 10rem;
}

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

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

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

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

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

.is-opaque {
  opacity: 0.5;
}
/*# sourceMappingURL=../maps/style.css.map */
