

/* Start:/bitrix/templates/landing_paygine/css/style.css?175146084096816*/
@charset "UTF-8";
/*! 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 */
}

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

:root {
  --font-family: "Onest", sans-serif;
  --content-width: 1344px;
  --container-offset: 12px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  /* colors */
  --paygine-paygine-100: #b8feff;
  --paygine-paygine-200: #89f7f9;
  --paygine-paygine-300: #37e6e9;
  --paygine-paygine-400: #0bb6b9;
  --paygine-paygine-500: #008486;
  --black-black: #151616;
  --black: #30313d;
  --white-white: #fff;
  --white-white-55: rgba(255, 255, 255, 0.55);
  --white-white-70: #ffffffb2;
  --grey-grey-100: #f5f5f5;
  --grey-grey-200: #e8ecee;
  --grey-grey-300: #adb3b6;
  --grey-grey-400: #707679;
  --grey-grey-500: #424546;
  --coral-coral-300: #e22758;
  --rd-max: 1000px;
  --rd-sm: 4px;
  --stroke-stroke: 1px;
  --spacing-sp-extra-sm: 2px;
  --spacing-sp-sm: 4px;
  --spacing-sp-lg: 12px;
  --spacing-sp-xl: 16px;
  --spacing-sp-2xl: 24px;
  --spacing-sp-3xxl: 32px;
  --spacing-sp-4xl: 36px;
  --spacing-sp-5xl: 48px;
  --spacing-sp-6xl: 96px;
  --spacing-sp-vxl: 48px;
  --spacing-sp-md: 8px;
}
@media (min-width: 1200px) {
  :root {
    --container-offset: 42px;
  }
}

@font-face {
  font-family: Onest;
  font-weight: normal;
  font-style: normal;
  src: url("/bitrix/templates/landing_paygine/fonts/Onest-Regular.woff2") format("woff2"), url("/bitrix/templates/landing_paygine/fonts/Onest-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Onest;
  font-weight: bold;
  font-style: normal;
  src: url("/bitrix/templates/landing_paygine/fonts/Onest-Bold.woff2") format("woff2"), url("/bitrix/templates/landing_paygine/fonts/Onest-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Onest;
  font-weight: 600;
  font-style: normal;
  src: url("/bitrix/templates/landing_paygine/fonts/Onest-SemiBold.woff2") format("woff2"), url("/bitrix/templates/landing_paygine/fonts/Onest-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Onest;
  font-weight: 500;
  font-style: normal;
  src: url("/bitrix/templates/landing_paygine/fonts/Onest-Medium.woff2") format("woff2"), url("/bitrix/templates/landing_paygine/fonts/Onest-Medium.woff") format("woff");
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  height: 100%;
  font-family: var(--font-family);
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  display: flex;
  flex-direction: column;
  color: var(--black-black);
  background-color: var(--grey-grey-100);
}

p {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
  background-color: transparent;
}

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

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

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

strong {
  font-weight: 700;
}

.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-offset);
}
@media (min-width: 1440px) {
  .container {
    max-width: 1344px;
    padding: 0;
  }
}

/* COMPONENTS */
._visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

._show-on-desktop {
  display: none;
}
@media (min-width: 1200px) {
  ._show-on-desktop {
    display: block;
  }
}

._show-on-desktop-1200 {
  display: none;
}
@media (min-width: 1200px) {
  ._show-on-desktop-1200 {
    display: block;
  }
}
@media (min-width: 1440px) {
  ._show-on-desktop-1200 {
    display: none;
  }
}

._show-on-desktop-1440 {
  display: none;
}
@media (min-width: 1440px) {
  ._show-on-desktop-1440 {
    display: block;
  }
}

._hide-on-desktop {
  display: block;
}
@media (min-width: 1200px) {
  ._hide-on-desktop {
    display: none;
  }
}

._hide-on-desktop-1200 {
  display: block;
}
@media (min-width: 1200px) {
  ._hide-on-desktop-1200 {
    display: none;
  }
}
@media (min-width: 1440px) {
  ._hide-on-desktop-1200 {
    display: block;
  }
}

._hide-on-mobile {
  display: none;
}
@media (min-width: 1200px) {
  ._hide-on-mobile {
    display: block;
  }
}

._hide-on-mobile-360 {
  display: block;
}
@media (min-width: 360px) {
  ._hide-on-mobile-360 {
    display: none;
  }
}

._show-on-mobile-360 {
  display: none;
}
@media (min-width: 360px) {
  ._show-on-mobile-360 {
    display: block;
  }
}

._hide-only-on-mobile-360 {
  display: block;
}
@media (min-width: 360px) {
  ._hide-only-on-mobile-360 {
    display: none;
  }
}
@media (min-width: 1200px) {
  ._hide-only-on-mobile-360 {
    display: block;
  }
}

._show-on-mobile {
  display: none;
}
@media (min-width: 360px) {
  ._show-on-mobile {
    display: block;
  }
}

.btn {
  font-family: Onest, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  position: relative;
  border: unset;
  border-radius: var(--rd-sm);
  cursor: pointer;
}
.btn__label {
  position: relative;
  display: flex;
  flex-direction: column;
}
.btn__label span:first-of-type {
  position: absolute;
}
.btn__label span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.btn__arrow-left {
  position: absolute;
  bottom: 10.5px;
  left: 10.5px;
  display: block;
  width: 10px;
  height: 10px;
}
.btn__arrow-right {
  position: absolute;
  top: 10.5px;
  right: 10.5px;
  display: block;
  width: 10px;
  height: 10px;
}
.btn__arrow-right-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-color: var(--white-white);
  border-top: 2px solid var(--white-white);
  border-right: 2px solid var(--white-white);
  content: "";
}
.btn__arrow-left-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-color: var(--white-white);
  border-bottom: 2px solid var(--white-white);
  border-left: 2px solid var(--white-white);
  content: "";
}
.btn._stroke {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-sp-md);
  padding: 15.5px 31px;
  border: 1px solid var(--paygine-paygine-400);
  font-weight: 500;
  color: var(--paygine-paygine-400);
  background: var(--white-white-55);
}
.btn._stroke:hover, .btn._stroke:focus {
  border-color: var(--paygine-paygine-300);
  color: var(--white-white);
  background: var(--paygine-paygine-300);
}
.btn._stroke:active {
  color: var(--paygine-paygine-500);
  background: var(--paygine-paygine-400);
}
.btn._fill:active .btn__arrow-right-child, .btn._fill:active .btn__arrow-left-child {
  border-color: var(--paygine-paygine-400);
}
.btn._dark {
  font-family: Onest, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-sp-md);
  padding: var(--spacing-sp-md) var(--spacing-sp-xl);
  color: var(--white-white);
  background-color: var(--black-black);
}
.btn._fill {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16.5px;
  color: var(--white-white);
  background-color: var(--black-black);
}
.btn._fill:active {
  color: var(--paygine-paygine-400);
}
.btn._fill._hide-on-desktop {
  display: flex;
}
@media (min-width: 1200px) {
  .btn._fill._hide-on-desktop {
    display: none;
  }
}
.btn._fill._hide-on-mobile {
  display: none;
}
@media (min-width: 1200px) {
  .btn._fill._hide-on-mobile {
    display: flex;
  }
}

.burger {
  position: relative;
  width: 20px;
  height: 16px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.burger__line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--black-black);
  transition: opacity 0.3s ease-in-out;
  transform: translateY(-50%);
}
.burger::before, .burger::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--black-black);
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out, bottom 0.2s ease-in-out;
  content: "";
}
.burger::before {
  top: 0;
}
.burger::after {
  bottom: 0;
}
.burger._active .burger__line {
  background-color: var(--paygine-paygine-400);
  opacity: 0;
}
.burger._active::before {
  top: 50%;
  background-color: var(--paygine-paygine-400);
  transform: rotate(45deg);
}
.burger._active::after {
  top: 50%;
  bottom: auto;
  background-color: var(--paygine-paygine-400);
  transform: rotate(-45deg);
}

.field {
  position: relative;
  display: flex;
  flex-direction: column;
}
.field__input, .field__textarea {
  font-family: Onest, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  width: 100%;
  padding: var(--spacing-sp-xl);
  border: var(--stroke-stroke) solid var(--grey-grey-200);
  border-radius: var(--rd-sm);
  color: var(--black-black);
  caret-color: var(--paygine-paygine-400);
  background-color: var(--white-white);
}
.field__input::-moz-placeholder, .field__textarea::-moz-placeholder {
  font-family: Onest, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: var(--grey-grey-300);
}
.field__input::placeholder, .field__textarea::placeholder {
  font-family: Onest, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: var(--grey-grey-300);
}
.field__input:focus, .field__input:active, .field__textarea:focus, .field__textarea:active {
  border: 1px solid var(--paygine-paygine-400);
  outline: none;
}
.field__input:hover, .field__textarea:hover {
  border: 1px solid transparent;
  background: rgba(184, 254, 255, 0.2);
}
.field__input:hover::-moz-placeholder, .field__textarea:hover::-moz-placeholder {
  color: var(--paygine-paygine-400);
}
.field__input:hover::placeholder, .field__textarea:hover::placeholder {
  color: var(--paygine-paygine-400);
}
.field__input {
  min-height: 56px;
}
.field__input._error {
  border-color: var(--coral-coral-300);
}
.field__error {
  position: absolute;
  bottom: -16px;
}
.field__error-text {
  font-family: Onest, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 4px;
  color: var(--coral-coral-300);
}
.field__input._error ~ .field__icon {
  color: var(--coral-coral-300) !important;
}
.field._cleanable .field__icon {
  position: absolute;
  top: 50%;
  right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--grey-grey-300);
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: all;
}
.field._cleanable .field__icon:hover, .field._cleanable .field__icon:focus {
  color: var(--paygine-paygine-300);
}
.field._cleanable .field__icon:active {
  color: var(--paygine-paygine-500);
}
.field._cleanable .field__input:-moz-placeholder ~ .field__icon {
  display: none;
}
.field._cleanable .field__input:placeholder-shown ~ .field__icon {
  display: none;
}

.chip {
  font-family: Onest, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding: var(--spacing-sp-lg) var(--spacing-sp-2xl);
  border-radius: var(--rd-max);
  background: var(--white-white-55);
  -webkit-backdrop-filter: blur(3.25px);
          backdrop-filter: blur(3.25px);
}
@media (min-width: 1200px) {
  .chip {
    font-family: Onest, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
  }
}

.modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(11, 182, 185, 0.2);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.modal__container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp-xl);
  width: 100%;
  max-width: 296px;
  padding: var(--spacing-sp-3xxl) var(--spacing-sp-xl);
  background: var(--white-white);
}
@media (min-width: 360px) {
  .modal__container {
    max-width: 336px;
  }
}
@media (min-width: 1200px) {
  .modal__container {
    gap: var(--spacing-sp-3xxl);
    max-width: 556px;
    padding: var(--spacing-sp-vxl);
  }
}
.modal._success .modal__container {
  gap: var(--spacing-sp-2xl);
  min-height: 283px;
  padding: 68px 24px 24px;
  background-image: url("data:image/svg+xml,%3csvg%20width='342'%20height='397'%20viewBox='0%200%20342%20397'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M170.66%200C264.913%20-8.23985e-06%20341.32%2076.3546%20341.32%20170.543C341.32%20245.265%20293.232%20308.763%20226.296%20331.818V396.188H114.996V331.809C48.0745%20308.745%205.415e-05%20245.254%200%20170.543C-8.2342e-06%2076.3547%2076.4074%200.000195966%20170.66%200Z'%20fill='%23B8FEFF'/%3e%3cellipse%20cx='171.205'%20cy='171.621'%20rx='166.775'%20ry='163.342'%20transform='rotate(90.2975%20171.205%20171.621)'%20fill='url(%23paint0_radial_824_25800)'%20fill-opacity='0.8'/%3e%3cdefs%3e%3cradialGradient%20id='paint0_radial_824_25800'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(171.205%20171.621)%20rotate(90)%20scale(163.342%20166.775)'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='0.990698'%20stop-color='white'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e");
  background-position: center 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .modal._success .modal__container {
    max-width: 670px;
    min-height: 440px;
  }
}
.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.modal__close:hover .modal__close-icon, .modal__close:focus .modal__close-icon {
  color: var(--paygine-paygine-300);
}
.modal__close:active .modal__close-icon {
  color: var(--paygine-paygine-500);
}
@media (min-width: 1200px) {
  .modal__close {
    top: 16px;
    right: 16px;
  }
}
.modal__close-icon {
  width: 20px;
  height: 20px;
  color: var(--grey-grey-300);
}
.modal._success .modal__close {
  top: 16px;
  right: 16px;
}
.modal__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp-md);
  padding-top: 24px;
}
@media (min-width: 1200px) {
  .modal__text-wrapper {
    gap: var(--spacing-sp-2xl);
    padding-top: 48px;
    padding-bottom: 24px;
  }
}
.modal__title {
  font-family: Onest, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
}
@media (min-width: 1200px) {
  .modal__title {
    font-family: Onest, Arial, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.6px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .modal._success .modal__title {
    font-family: Onest, Arial, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
  }
}
.modal__text {
  font-family: Onest, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: var(--grey-grey-500);
}
@media (min-width: 1200px) {
  .modal__text {
    font-family: Onest, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
  }
}
.modal._success .modal__btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.modal._visible {
  display: flex;
}

.nav {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background-color: var(--white-white);
}
.nav._header {
  position: absolute;
  z-index: 99999;
  top: 46px;
  left: 0;
  display: none;
  padding: 48px;
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .nav._header {
    position: static;
    display: flex;
    padding: 0;
  }
}
.nav._footer {
  background-color: transparent;
}
.nav__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nav._header .nav__list {
  gap: 32px;
}
@media (min-width: 1200px) {
  .nav._header .nav__list {
    flex-direction: row;
    gap: 24px;
  }
}
.nav._footer .nav__list {
  gap: 16px;
}
@media (min-width: 1200px) {
  .nav._footer .nav__list {
    flex-direction: row;
  }
}
.nav__link {
  font-size: 16px;
  line-height: 19px;
  color: var(--black-black);
}
.nav__link:hover, .nav__link:focus {
  color: var(--paygine-paygine-300);
}
.nav__link:active {
  color: var(--paygine-paygine-500);
}
.nav._visible {
  display: flex;
}
@media (min-width: 1200px) {
  .nav {
    position: static;
    display: flex;
    width: auto;
    padding: 0;
    background-color: transparent;
  }
}

.actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}
.actions__phone-title, .actions__search-title, .actions__login-title {
  display: none;
}
@media (min-width: 1200px) {
  .actions__phone-title, .actions__search-title, .actions__login-title {
    display: inline;
  }
}
.actions__phone, .actions__search, .actions__login {
  display: flex;
  justify-content: center;
  align-items: center;
}
.actions__phone-icon, .actions__search-icon, .actions__login-icon {
  width: 20px;
  height: 20px;
  color: var(--paygine-paygine-400);
}
.actions__phone-title:hover, .actions__phone-title:focus {
  color: var(--paygine-paygine-300);
}
.actions__phone-title:active {
  color: var(--paygine-paygine-500);
}
@media (min-width: 1200px) {
  .actions__phone-title {
    color: var(--black-black);
  }
}
@media (min-width: 1200px) {
  .actions__phone-icon {
    display: none;
  }
}
@media (min-width: 1200px) {
  .actions__phone {
    margin-right: 18px;
  }
}
@media (min-width: 1200px) {
  .actions__search-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .actions__search {
    gap: 4px;
  }
}
.actions__login {
  color: white;
  background: var(--paygine-paygine-400);
}
@media (min-width: 1200px) {
  .actions__login-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .actions__login {
    gap: 8px;
    padding: 8.5px 16px;
    border: 1px solid var(--paygine-paygine-400);
    border-radius: var(--rd-sm);
  }
  .actions__login:hover, .actions__login:focus {
    border: 1px solid var(--paygine-paygine-300);
    background: var(--paygine-paygine-300);
  }
  .actions__login:active {
    border: 1px solid var(--paygine-paygine-400);
    background: var(--paygine-paygine-400);
  }
  .actions__login:hover .actions__login-icon, .actions__login:focus .actions__login-icon, .actions__login:hover .actions__login-title, .actions__login:focus .actions__login-title {
    color: var(--white-white);
  }
  .actions__login:active .actions__login-icon, .actions__login:active .actions__login-title {
    color: var(--paygine-paygine-500);
  }
}
.actions__login-icon {
  color: white;
}
@media (min-width: 1200px) {
  .actions__burger {
    display: none;
  }
}
@media (min-width: 1200px) {
  .actions {
    gap: 30px;
    margin-left: unset;
  }
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo img {
  width: 100%;
  height: 100%;
}
.logo._header {
  height: 22px;
}
@media (min-width: 1200px) {
  .logo._header {
    height: 32px;
  }
}
.logo._footer {
  height: 39px;
}

.contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contacts__place {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.contacts__place._moscow {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .contacts__place._moscow {
    margin-bottom: 0;
  }
}
.contacts__place._spb {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .contacts__place._spb {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .contacts__place {
    align-items: flex-start;
    gap: 24px;
    padding: 32px;
    background: var(--white-white-55);
  }
}
@media (min-width: 1440px) {
  .contacts__place {
    width: 100%;
    max-width: 309px;
    padding: 31px;
  }
}
.contacts__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: var(--grey-grey-500);
}
.contacts__link {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--paygine-paygine-400);
}
@media (min-width: 1200px) {
  .contacts__link::before {
    position: absolute;
    top: 0;
    right: -16px;
    width: 11px;
    height: 11px;
    background-image: url("data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%200%2011%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_560_6592)'%3e%3cpath%20d='M1.22266%201.22266H9.77821M9.77821%201.22266V9.77821M9.77821%201.22266L1.22266%209.77821'%20stroke='%230BB6B9'%20stroke-width='1.5'%20/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_560_6592'%3e%3crect%20width='11'%20height='11'%20fill='white'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
    background-position: center;
    background-size: contain;
    content: "";
  }
}
.contacts__link:hover, .contacts__link:focus {
  color: var(--paygine-paygine-300);
}
@media (min-width: 1200px) {
  .contacts__link:hover::before, .contacts__link:focus::before {
    background-image: url("data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%200%2011%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_560_6592)'%3e%3cpath%20d='M1.22266%201.22266H9.77821M9.77821%201.22266V9.77821M9.77821%201.22266L1.22266%209.77821'%20stroke='%2337e6e9'%20stroke-width='1.5'%20/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_560_6592'%3e%3crect%20width='11'%20height='11'%20fill='white'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  }
}
.contacts__link:active {
  color: var(--paygine-paygine-500);
}
@media (min-width: 1200px) {
  .contacts__link:active::before {
    background-image: url("data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%200%2011%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_560_6592)'%3e%3cpath%20d='M1.22266%201.22266H9.77821M9.77821%201.22266V9.77821M9.77821%201.22266L1.22266%209.77821'%20stroke='%23008486'%20stroke-width='1.5'%20/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_560_6592'%3e%3crect%20width='11'%20height='11'%20fill='white'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  }
}
@media (min-width: 1200px) {
  .contacts__link {
    position: relative;
    text-align: left;
  }
}
.contacts__mail-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  margin-bottom: 32px;
  padding: 24px 54.5px;
  background: var(--white-white-55);
}
@media (min-width: 1200px) {
  .contacts__mail-wrapper {
    display: grid;
    gap: 66px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column: 1/3;
    margin-bottom: 0;
    padding: 32px;
  }
}
@media (min-width: 1440px) {
  .contacts__mail-wrapper {
    flex: 1;
    gap: unset;
    grid-column: unset;
    width: auto;
  }
}
.contacts__mail-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1200px) {
  .contacts__mail-item {
    max-width: unset;
  }
}
.contacts__mail-item .contacts__mail-link {
  display: flex;
  justify-content: center;
  padding: 7px 16px;
  border-radius: var(--rd-max);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: var(--paygine-paygine-400);
  background-color: var(--white-white);
}
.contacts__mail-item .contacts__mail-link:hover, .contacts__mail-item .contacts__mail-link:focus {
  color: var(--white-white);
  background: var(--paygine-paygine-300);
}
.contacts__mail-item .contacts__mail-link:active {
  color: var(--paygine-paygine-500);
  background: var(--paygine-paygine-400);
}
.contacts__mail-text {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: var(--grey-grey-400);
}
@media (min-width: 1200px) {
  .contacts {
    display: grid;
    flex: 1;
    gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1440px) {
  .contacts {
    display: flex;
    flex-direction: row;
    align-items: unset;
  }
}

.callback-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-sp-2xl);
  padding: var(--spacing-sp-2xl) var(--spacing-sp-xl);
  background: var(--white-white-70);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
@media (min-width: 1200px) {
  .callback-form {
    flex-direction: row;
    justify-content: space-between;
    gap: var(--spacing-sp-5xl);
    padding: var(--spacing-sp-2xl);
  }
}
.callback-form__controls-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp-xl);
  width: 100%;
}
@media (min-width: 1200px) {
  .callback-form__controls-wrapper {
    flex: 1;
    flex-direction: row;
    width: auto;
  }
}
.callback-form__contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-sp-sm);
}
@media (min-width: 1200px) {
  .callback-form__contacts {
    align-items: flex-start;
  }
}
.callback-form__phone-link {
  font-family: Onest, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  color: var(--black-black);
}
.callback-form__phone-link:hover, .callback-form__phone-link:focus {
  color: var(--paygine-paygine-300);
}
.callback-form__phone-link:active {
  color: var(--paygine-paygine-500);
}
.callback-form__phone-text {
  font-family: Onest, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  color: var(--grey-grey-300);
}
.callback-form__link {
  font-family: Onest, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: var(--paygine-paygine-400);
}
.callback-form__link:hover, .callback-form__link:focus {
  color: var(--paygine-paygine-300);
}
.callback-form__link:active {
  color: var(--paygine-paygine-500);
}
@media (min-width: 1200px) {
  .callback-form__phone-field, .callback-form__email-field {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .callback-form__logo-wrapper {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .callback-form__btn {
    width: 100%;
    max-width: 196px;
    padding: 14.5px 0 !important;
  }
}

.card {
  display: flex;
  flex-direction: column;
  padding: var(--spacing-sp-2xl);
  background-color: var(--white-white);
}
.card__wrapper {
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .card__wrapper {
    min-height: 432px;
  }
}
@media (min-width: 1200px) {
  .card__wrapper:hover, .card__wrapper:focus {
    padding: 8px;
  }
}
.card__wrapper:focus .card, .card__wrapper:hover .card {
  background: linear-gradient(180deg, #06dce0 15.89%, #ffffff 116.47%);
}
.card__wrapper._method:hover .card, .card__wrapper._method:focus .card {
  background: linear-gradient(180deg, #8557ff 0%, #ffffff 105.61%);
}
.card__wrapper:hover .card__title, .card__wrapper:hover .card__description, .card__wrapper:focus .card__title, .card__wrapper:focus .card__description {
  color: var(--white-white);
}
.card__feature {
  background-color: var(--grey-grey-100);
  -webkit-backdrop-filter: blur(3.25px);
          backdrop-filter: blur(3.25px);
}
.card__wrapper:hover .card__feature, .card__wrapper:focus .card__feature {
  background: var(--white-white-55);
}
.card__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.card__title {
  font-family: Onest, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  text-align: left;
}
@media (min-width: 1200px) {
  .card__title {
    font-family: Onest, Arial, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
  }
}
@media (min-width: 1440px) {
  .card__title {
    max-width: 80%;
  }
}
.card__description {
  font-family: Onest, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: var(--grey-grey-500);
}
@media (min-width: 1200px) {
  .card__description {
    font-family: Onest, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
  }
}
.card__features-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: var(--spacing-sp-extra-sm);
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .card__features-wrapper {
    margin-top: 0;
  }
}
.card__footer {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .card__footer {
    min-height: 35px;
  }
}
@media (min-width: 1200px) {
  ._method .card__features-wrapper {
    max-width: 98%;
  }
}
@media (min-width: 1440px) {
  ._method .card__features-wrapper {
    max-width: unset;
  }
}
@media (min-width: 1200px) {
  .card {
    justify-content: space-between;
    gap: unset;
    height: 100%;
  }
}

.slider {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media (min-width: 1200px) {
  .slider {
    display: block;
    gap: unset;
    overflow: hidden;
  }
}
.slider__container {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media (min-width: 1200px) {
  .slider__container {
    display: flex;
    flex-direction: row;
    gap: unset;
    width: 700% !important; /*  тут надо указывать кол-во слайдов * 100 */
    padding-left: 42px;
    overflow: visible;
  }
}
@media (min-width: 1440px) {
  .slider__container {
    padding-left: calc((100vw - 1344px) / 2);
  }
}
.slider__description {
  font-family: Onest, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .slider__description {
    font-family: Onest, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }
}
.slider__item {
  display: flex;
  flex-direction: column;
  padding: var(--spacing-sp-5xl) var(--spacing-sp-lg);
}
@media (min-width: 1200px) {
  .slider__item {
    position: relative;
    width: 100%;
    max-width: calc(100vw - 42px);
    height: calc(100vh - 73px);
    padding: var(--spacing-sp-6xl) var(--spacing-sp-5xl) 86px;
    overflow: hidden;
  }
}
@media (min-width: 1440px) {
  .slider__item {
    max-width: calc(100vw - (100vw - 1344px) / 2);
  }
}
.slider__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp-2xl);
}
@media (min-width: 1200px) {
  .slider__content {
    max-width: 1344px;
    margin: 0 auto;
  }
}
.slider__item._first {
  padding-top: 136px;
  background: linear-gradient(180deg, #bfedfb 0%, #93cbff 59.32%, #f9e4ff 115.32%);
}
@media (min-width: 1200px) {
  .slider__item._first {
    gap: 32px;
    padding-top: 182px;
    background: url("/bitrix/templates/landing_paygine/assets/cube-left-icon.png") right center/contain no-repeat, linear-gradient(90deg, #bfedfb 0%, #93cbff 49.83%, #f9e4ff 100%);
  }
}
@media (min-width: 1200px) {
  .slider__item._first .slider__content {
    max-width: 1234px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .slider__item._first .slider__title-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .slider__item._first .slider__btn {
    width: 100%;
    max-width: 173px;
    margin-top: 16px;
    margin-left: auto;
  }
}
.slider__item._second {
  scroll-margin-top: 85px;
  background: linear-gradient(180deg, #f9e4ff 0%, #93cbff 143.75%);
}
@media (min-width: 1200px) {
  .slider__item._second {
    scroll-margin-top: unset;
    gap: var(--spacing-sp-5xl);
    margin-left: -1px;
    padding: 211px 152px 115px 338px;
    background: url("/bitrix/templates/landing_paygine/assets/cube-right-icon.png") left 1px/contain no-repeat, url("/bitrix/templates/landing_paygine/assets/circle-left-icon.png") right bottom/contain no-repeat, linear-gradient(267.71deg, #93cbff 1.4%, #f9e4ff 98.08%);
  }
}
@media (min-width: 1440px) {
  .slider__item._second {
    padding-left: 538px;
  }
}
.slider__item._second .slider__content {
  max-width: 654px;
}
@media (min-width: 1200px) {
  .slider__item._second .chip {
    font-family: Onest, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding: var(--spacing-sp-lg) var(--spacing-sp-2xl);
  }
}
@media (min-width: 1200px) {
  .slider__item._second .btn {
    width: 100%;
    max-width: 173px;
    margin-right: auto;
  }
}
.slider__item._third {
  scroll-margin-top: 85px;
  background: linear-gradient(180deg, #93cbff 0%, #b8feff 129.45%);
}
@media (min-width: 1200px) {
  .slider__item._third {
    scroll-margin-top: unset;
    margin-left: -1px;
    padding: 228px 48px 132px;
    background: url("/bitrix/templates/landing_paygine/assets/circle-right-icon.png") left bottom/contain no-repeat, linear-gradient(270deg, #b8feff 0%, #95cbff 100%);
  }
}
.slider__item._third .slider__content {
  width: 100%;
  max-width: 1138px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .slider__item._third .slider__title-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .slider__item._third .slider__list-wrapper {
    max-width: 1138px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .slider__item._third .slider__btn {
    width: 100%;
    max-width: 173px;
    margin-top: 16px;
    margin-left: auto;
  }
}
.slider__item._fourth {
  scroll-margin-top: 85px;
  background: linear-gradient(180deg, #b8feff 0%, #93cbff 125.22%);
}
@media (min-width: 1200px) {
  .slider__item._fourth {
    scroll-margin-top: unset;
    margin-left: -1px;
    padding: 176.5px 48px 80.5px;
    background: url("/bitrix/templates/landing_paygine/assets/bubbles-left-icon.png") right bottom/contain no-repeat, linear-gradient(90deg, #b8feff 0%, #93cbff 100%);
  }
}
.slider__item._fourth .slider__content {
  max-width: 1248px;
}
@media (min-width: 1200px) {
  .slider__item._fourth .slider__title-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .slider__item._fourth .slider__footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 16px;
  }
}
@media (min-width: 1200px) {
  .slider__item._fourth .slider__btn {
    width: 100%;
    max-width: 173px;
  }
}
@media (min-width: 1200px) {
  .slider__item._fourth .slider__list-container {
    padding: var(--spacing-sp-3xxl);
  }
}
@media (min-width: 1200px) {
  .slider__item._fourth .slider__chip {
    font-family: Onest, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    padding: var(--spacing-sp-lg) var(--spacing-sp-2xl);
  }
}
.slider__item._fifth {
  scroll-margin-top: 85px;
  background: linear-gradient(0deg, #f9e4ff -39.26%, #93cbff 100%);
}
@media (min-width: 1200px) {
  .slider__item._fifth {
    scroll-margin-top: unset;
    margin-left: -1px;
    padding: 234px 48px 138px;
    background: url("/bitrix/templates/landing_paygine/assets/bubbles-right-icon.png") left bottom/contain no-repeat, url("/bitrix/templates/landing_paygine/assets/spiral-left-icon.png") right bottom/contain no-repeat, linear-gradient(90deg, #93cbff 0%, #f9e4ff 100%);
  }
}
@media (min-width: 1200px) {
  .slider__item._fifth .slider__content {
    gap: var(--spacing-sp-3xxl);
    width: 100%;
    max-width: 1234px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .slider__item._fifth .slider__title-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .slider__item._fifth .slider__list-container {
    padding: var(--spacing-sp-3xxl);
  }
}
@media (min-width: 1200px) {
  .slider__item._fifth .slider__btn {
    width: 100%;
    max-width: 173px;
    margin-top: 16px;
    margin-left: auto;
  }
}
.slider__item._sixth {
  scroll-margin-top: 85px;
  background: linear-gradient(180deg, #f9e4ff 0%, #99f0f5 102.12%);
}
@media (min-width: 1200px) {
  .slider__item._sixth {
    scroll-margin-top: unset;
    margin-left: -1px;
    padding: 231px 69.5px 135px;
    background: url("/bitrix/templates/landing_paygine/assets/spiral-right-icon.png") left bottom/contain no-repeat, linear-gradient(90deg, #f9e4ff 31.73%, #99f0f5 100%);
  }
}
@media (min-width: 1200px) {
  .slider__item._sixth .slider__content {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1205px;
  }
}
@media (min-width: 1200px) {
  .slider__item._sixth .slider__title-wrapper {
    gap: var(--spacing-sp-2xl);
    width: 100%;
    max-width: 517px;
  }
}
@media (min-width: 1200px) {
  .slider__item._sixth .slider__list-wrapper {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 640px;
  }
}
@media (min-width: 1200px) {
  .slider__item._sixth .slider__btn {
    width: 100%;
    max-width: 173px;
    margin-top: 16px;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .slider__item._sixth .slider__chip {
    font-family: Onest, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding: var(--spacing-sp-lg) var(--spacing-sp-2xl);
  }
}
.slider__title-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp-xl);
}
.slider__title {
  font-family: Onest, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  text-align: left;
}
@media (min-width: 1200px) {
  .slider__title {
    font-family: Onest, Arial, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
  }
}
.slider__list-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp-md);
}
@media (min-width: 1200px) {
  .slider__list-wrapper {
    display: grid;
    flex-direction: row;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.slider__list-container {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp-2xl);
  padding: var(--spacing-sp-2xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
@media (min-width: 1200px) {
  .slider__list-container {
    padding: var(--spacing-sp-3xxl) var(--spacing-sp-2xl) var(--spacing-sp-3xxl);
  }
}
.slider__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.slider__list-item {
  font-family: Onest, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
  padding-left: 14px;
}
.slider__list-item b {
  font-family: Onest, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
@media (min-width: 1200px) {
  .slider__list-item b {
    font-family: Onest, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
  }
}
.slider__list-item::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 1px;
  height: 1px;
  border: 1px solid var(--black-black);
  content: "";
}
@media (min-width: 1200px) {
  .slider__list-item {
    font-family: Onest, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
  }
}
.slider__chips-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--spacing-sp-extra-sm);
}
.slider__chip {
  font-family: Onest, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  align-self: flex-start;
  padding: var(--spacing-sp-md) var(--spacing-sp-xl);
}
.slider__hint {
  font-family: Onest, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  position: relative;
  padding-left: 12px;
}
.slider__hint::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 19px;
  border-left: 1px solid var(--black-black);
  content: "";
}
.slider__btn {
  text-align: center;
}
.slider__text {
  font-family: Onest, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
@media (min-width: 1200px) {
  .slider__text {
    font-family: Onest, Arial, sans-serif;
    font-family: Onest;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
  }
}

.overlay {
  position: fixed;
  z-index: 10;
  inset: 0;
  display: none;
  background: rgba(11, 182, 185, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.overlay._visible {
  display: block;
}

.cookie {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 859px;
  background: var(--white-white-55);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  transform: translateX(-50%);
}
.cookie__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  padding-bottom: 12px;
}
@media (min-width: 1200px) {
  .cookie__container {
    flex-direction: row;
    padding: 26px 32px;
  }
}
.cookie__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  width: 48px;
  height: 48px;
}
.cookie__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sp-2xl);
}
@media (min-width: 1200px) {
  .cookie__wrapper {
    align-items: center;
  }
}
.cookie__text {
  font-family: Onest, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  flex: 1;
}
.cookie__text b {
  font-weight: 600;
}
.cookie__text a {
  text-decoration: underline;
  color: var(--paygine-paygine-400);
}
@media (min-width: 1200px) {
  .cookie__text {
    font-family: Onest, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
  }
}
.cookie__btn {
  background: var(--white-white-55);
}

.feedback-form {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp-xl);
}
.feedback-form__agreement {
  font-family: Onest, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  margin: 0 auto;
  color: var(--grey-grey-500);
}
.feedback-form__agreement-link {
  font-weight: 600;
  color: inherit;
}
.feedback-form__agreement-link:hover, .feedback-form__agreement-link:focus {
  color: var(--paygine-paygine-300);
}
.feedback-form__agreement-link:active {
  color: var(--paygine-paygine-500);
}
.feedback-form__message-field {
  min-height: 112px;
}
.feedback-form__message-field textarea {
  height: 100%;
  min-height: 112px;
}
.feedback-form__email-field, .feedback-form__message-field, .feedback-form__captcha, .feedback-form__btn, .feedback-form__agreement {
  grid-column: span 2;
}
@media (min-width: 1200px) {
  .feedback-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

._gradient {
  display: inline-flex;
  background: linear-gradient(90deg, #ffffff, #e8ecee, #ffffff);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  transform: translate3d(0, 0, 0);
}
._gradient._backwards {
  background: linear-gradient(90deg, #ffffff, #e8ecee, #ffffff);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite reverse;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* SECTIONS */
.header {
  position: sticky;
  z-index: 1000;
  top: 0;
  display: flex;
  align-self: flex-start;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--grey-grey-100);
  background: var(--white-white-70);
  box-shadow: 0px -10px 22px 0px rgba(255, 255, 255, 0.6980392157) inset;
  box-shadow: 0 -10px 22px 0 var(--white-white-70) inset;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.header__container {
  display: flex;
  width: 100%;
}
@media (min-width: 1200px) {
  .header__container {
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .header {
    padding-top: 18px;
    padding-bottom: 17px;
  }
}

.footer {
  position: relative;
  padding: 96px 0 48px;
  overflow: visible;
}
.footer::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 780px;
  overflow: hidden;
  background-image: url("data:image/svg+xml,%3csvg%20width='360'%20height='780'%20viewBox='0%200%20360%20780'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_370_22161'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='-419'%20y='0'%20width='1200'%20height='785'%3e%3cpath%20d='M-419%200H181H781V785H-419V0Z'%20fill='%23151616'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_370_22161)'%3e%3cellipse%20cx='935.678'%20cy='729.883'%20rx='935.678'%20ry='729.883'%20transform='matrix(-0.00537996%200.999986%20-0.999987%20-0.0050123%201460.11%20-343.111)'%20fill='url(%23paint0_radial_370_22161)'%20fill-opacity='0.32'/%3e%3cellipse%20cx='759.942'%20cy='667.464'%20rx='759.942'%20ry='667.464'%20transform='matrix(-0.00573861%200.999984%20-0.999989%20-0.00469904%20852.76%20-234.461)'%20fill='url(%23paint1_radial_370_22161)'%20fill-opacity='0.6'/%3e%3c/g%3e%3crect%20x='-419'%20width='1200'%20height='785'%20fill='url(%23paint2_linear_370_22161)'/%3e%3cdefs%3e%3cradialGradient%20id='paint0_radial_370_22161'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(934.275%20429.089)%20rotate(89.7128)%20scale(893.748%201145.76)'%3e%3cstop%20stop-color='%23FF7CF2'%20stop-opacity='0'/%3e%3cstop%20offset='0.431253'%20stop-color='%2347A6FF'%20stop-opacity='0.52'/%3e%3cstop%20offset='0.604998'%20stop-color='%230037FF'%20stop-opacity='0.28'/%3e%3cstop%20offset='1'%20stop-color='%2300FCFF'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3cradialGradient%20id='paint1_radial_370_22161'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(799.876%20617.593)%20rotate(93.1642)%20scale(676.253%20806.217)'%3e%3cstop%20offset='0.00930239'%20stop-color='%2300FCFF'%20stop-opacity='0.47'/%3e%3cstop%20offset='0.389332'%20stop-color='%2300FCFF'%20stop-opacity='0.28'/%3e%3cstop%20offset='0.682692'%20stop-color='%2347A6FF'%20stop-opacity='0.16'/%3e%3cstop%20offset='0.857251'%20stop-color='%23FF7CF2'%20stop-opacity='0.1'/%3e%3c/radialGradient%3e%3clinearGradient%20id='paint2_linear_370_22161'%20x1='181'%20y1='0'%20x2='181'%20y2='785'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F5F5F5'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  pointer-events: none;
  content: "";
}
@media (min-width: 1200px) {
  .footer::after {
    height: 920px;
    background-image: url("data:image/svg+xml,%3csvg%20width='1200'%20height='920'%20viewBox='0%200%201200%20920'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_327_19349'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='5'%20width='1200'%20height='915'%3e%3cpath%20d='M0%205H600H1200V920H0V5Z'%20fill='%23151616'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_327_19349)'%3e%3cellipse%20cx='1090.63'%20cy='729.886'%20rx='1090.63'%20ry='729.886'%20transform='matrix(-0.00461561%200.999989%20-0.999983%20-0.00584234%201879.11%20-394.932)'%20fill='url(%23paint0_radial_327_19349)'%20fill-opacity='0.32'/%3e%3cellipse%20cx='885.788'%20cy='667.466'%20rx='885.788'%20ry='667.466'%20transform='matrix(-0.00492331%200.999988%20-0.999985%20-0.0054772%201271.76%20-268.288)'%20fill='url(%23paint1_radial_327_19349)'%20fill-opacity='0.6'/%3e%3c/g%3e%3crect%20y='5'%20width='1200'%20height='915'%20fill='url(%23paint2_linear_327_19349)'/%3e%3cdefs%3e%3cradialGradient%20id='paint0_radial_327_19349'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(1088.99%20429.091)%20rotate(89.6653)%20scale(893.756%201335.49)'%3e%3cstop%20stop-color='%23FF7CF2'%20stop-opacity='0'/%3e%3cstop%20offset='0.431253'%20stop-color='%2347A6FF'%20stop-opacity='0.52'/%3e%3cstop%20offset='0.604998'%20stop-color='%230037FF'%20stop-opacity='0.28'/%3e%3cstop%20offset='1'%20stop-color='%2300FCFF'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3cradialGradient%20id='paint1_radial_327_19349'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(932.335%20617.595)%20rotate(93.6868)%20scale(676.625%20939.214)'%3e%3cstop%20offset='0.00930239'%20stop-color='%2300FCFF'%20stop-opacity='0.47'/%3e%3cstop%20offset='0.389332'%20stop-color='%2300FCFF'%20stop-opacity='0.28'/%3e%3cstop%20offset='0.682692'%20stop-color='%2347A6FF'%20stop-opacity='0.16'/%3e%3cstop%20offset='0.857251'%20stop-color='%23FF7CF2'%20stop-opacity='0.1'/%3e%3c/radialGradient%3e%3clinearGradient%20id='paint2_linear_327_19349'%20x1='600'%20y1='5'%20x2='600'%20y2='920'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F5F5F5'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
  }
}
@media (min-width: 1440px) {
  .footer::after {
    height: 780px;
    background-image: url("data:image/svg+xml,%3csvg%20width='1440'%20height='780'%20viewBox='0%200%201440%20780'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_272_19716'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='1440'%20height='785'%3e%3cpath%20d='M0%200H720H1440V785H0V0Z'%20fill='%23151616'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_272_19716)'%3e%3cellipse%20cx='935.684'%20cy='875.856'%20rx='935.684'%20ry='875.856'%20transform='matrix(-0.00645591%200.999979%20-0.999991%20-0.00417694%202254.93%20-343.111)'%20fill='url(%23paint0_radial_272_19716)'%20fill-opacity='0.32'/%3e%3cellipse%20cx='759.947'%20cy='800.954'%20rx='759.947'%20ry='800.954'%20transform='matrix(-0.00688628%200.999976%20-0.999992%20-0.00391588%201526.11%20-234.46)'%20fill='url(%23paint1_radial_272_19716)'%20fill-opacity='0.6'/%3e%3c/g%3e%3crect%20width='1440'%20height='785'%20fill='url(%23paint2_linear_272_19716)'/%3e%3cdefs%3e%3cradialGradient%20id='paint0_radial_272_19716'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(934.281%20514.904)%20rotate(89.7607)%20scale(1072.49%201145.77)'%3e%3cstop%20stop-color='%23FF7CF2'%20stop-opacity='0'/%3e%3cstop%20offset='0.431253'%20stop-color='%2347A6FF'%20stop-opacity='0.52'/%3e%3cstop%20offset='0.604998'%20stop-color='%230037FF'%20stop-opacity='0.28'/%3e%3cstop%20offset='1'%20stop-color='%2300FCFF'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3cradialGradient%20id='paint1_radial_272_19716'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(799.881%20741.109)%20rotate(92.6377)%20scale(811.123%20806.599)'%3e%3cstop%20offset='0.00930239'%20stop-color='%2300FCFF'%20stop-opacity='0.47'/%3e%3cstop%20offset='0.389332'%20stop-color='%2300FCFF'%20stop-opacity='0.28'/%3e%3cstop%20offset='0.682692'%20stop-color='%2347A6FF'%20stop-opacity='0.16'/%3e%3cstop%20offset='0.857251'%20stop-color='%23FF7CF2'%20stop-opacity='0.1'/%3e%3c/radialGradient%3e%3clinearGradient%20id='paint2_linear_272_19716'%20x1='720'%20y1='0'%20x2='720'%20y2='785'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F5F5F5'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
  }
}
@media (min-width: 1920px) {
  .footer::after {
    height: 834px;
    background-image: url("data:image/svg+xml,%3csvg%20width='1920'%20height='834'%20viewBox='0%200%201920%20834'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_327_15416'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='1920'%20height='834'%3e%3cpath%20d='M0%200H960H1920V834H0V0Z'%20fill='%23151616'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_327_15416)'%3e%3cellipse%20cx='994.102'%20cy='1167.8'%20rx='994.102'%20ry='1167.8'%20transform='matrix(-0.00810204%200.999967%20-0.999994%20-0.00332826%203006.58%20-364.528)'%20fill='url(%23paint0_radial_327_15416)'%20fill-opacity='0.32'/%3e%3cellipse%20cx='807.394'%20cy='1067.94'%20rx='807.394'%20ry='1067.94'%20transform='matrix(-0.00864214%200.999963%20-0.999995%20-0.00312024%202034.82%20-249.096)'%20fill='url(%23paint1_radial_327_15416)'%20fill-opacity='0.6'/%3e%3c/g%3e%3crect%20width='1920'%20height='834'%20fill='url(%23paint2_linear_327_15416)'/%3e%3cdefs%3e%3cradialGradient%20id='paint0_radial_327_15416'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(992.611%20686.537)%20rotate(89.8093)%20scale(1429.98%201217.31)'%3e%3cstop%20stop-color='%23FF7CF2'%20stop-opacity='0'/%3e%3cstop%20offset='0.431253'%20stop-color='%2347A6FF'%20stop-opacity='0.52'/%3e%3cstop%20offset='0.604998'%20stop-color='%230037FF'%20stop-opacity='0.28'/%3e%3cstop%20offset='1'%20stop-color='%2300FCFF'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3cradialGradient%20id='paint1_radial_327_15416'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(849.822%20988.142)%20rotate(92.1023)%20scale(1081.08%20857.29)'%3e%3cstop%20offset='0.00930239'%20stop-color='%2300FCFF'%20stop-opacity='0.47'/%3e%3cstop%20offset='0.389332'%20stop-color='%2300FCFF'%20stop-opacity='0.28'/%3e%3cstop%20offset='0.682692'%20stop-color='%2347A6FF'%20stop-opacity='0.16'/%3e%3cstop%20offset='0.857251'%20stop-color='%23FF7CF2'%20stop-opacity='0.1'/%3e%3c/radialGradient%3e%3clinearGradient%20id='paint2_linear_327_15416'%20x1='960'%20y1='0'%20x2='960'%20y2='834'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F5F5F5'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
  }
}
.footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  .footer__container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.footer__top-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  .footer__top-wrapper {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 48px;
  }
}
.footer__logo {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .footer__logo {
    margin-bottom: 0;
  }
}
.footer__social {
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .footer__social._top {
    display: none;
  }
}
.footer__social._bottom {
  display: none;
}
@media (min-width: 1200px) {
  .footer__social._bottom {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .footer__social {
    margin: 0;
  }
}
.footer__social-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  color: var(--black-black);
}
.footer__social-item:hover, .footer__social-item:focus {
  color: var(--paygine-paygine-300);
}
.footer__social-item:active {
  color: var(--paygine-paygine-500);
}
.footer__nav {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .footer__nav {
    margin-bottom: 0;
  }
}
.footer__phone {
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .footer__phone {
    margin-bottom: 0;
  }
}
.footer__phone-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: var(--black-black);
}
.footer__phone-title:focus, .footer__phone-title:hover {
  color: var(--paygine-paygine-300);
}
.footer__phone-title:active {
  color: var(--paygine-paygine-500);
}
.footer__phone-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: var(--paygine-paygine-400);
}
.footer__method-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 184px;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .footer__method-wrapper {
    align-items: flex-start;
    margin: auto 0;
  }
}
@media (min-width: 1440px) {
  .footer__method-wrapper {
    flex-direction: row;
    max-width: unset;
    margin-left: 280px;
  }
}
.footer__method-logo {
  width: 173px;
  height: 31px;
}
.footer__method-text {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--grey-grey-500);
}
@media (min-width: 1200px) {
  .footer__method-text {
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .footer__method-text {
    max-width: 184px;
  }
}
.footer__copyright {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: var(--black-black);
}
@media (min-width: 1200px) {
  .footer__copyright {
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .footer__copyright {
    margin-left: auto;
  }
}
.footer__bottom-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1200px) {
  .footer__bottom-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 48px;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .footer__bottom-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .footer__copyright-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 327px;
    order: -1;
  }
}
@media (min-width: 1440px) {
  .footer__copyright-wrapper {
    flex-direction: row;
    align-items: center;
    max-width: unset;
    order: 1;
  }
}
.footer._not-found {
  width: 100%;
  padding-top: 48px;
}
@media (min-width: 1200px) {
  .footer {
    background: unset;
  }
}

.feedback__container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .feedback__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.feedback__title {
  font-family: Onest, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  margin-bottom: 16px;
  color: var(--black);
}
@media (min-width: 1200px) {
  .feedback__title {
    font-family: Onest, Arial, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.6px;
    text-align: center;
    margin-bottom: 32px;
  }
}
.feedback__form-wrapper {
  display: flex;
  flex-direction: column;
  padding: 32px 16px;
  background-color: var(--white-white);
}
@media (min-width: 1200px) {
  .feedback__form-wrapper {
    padding: var(--spacing-sp-vxl);
  }
}
.feedback__slogan {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: var(--spacing-sp-2xl);
  background-color: var(--white-white);
}
@media (min-width: 1200px) {
  .feedback__slogan {
    order: -1;
    align-items: flex-start;
    gap: 16px;
    padding: var(--spacing-sp-vxl);
  }
}
.feedback__slogan-text {
  font-family: Onest, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
}
@media (min-width: 1200px) {
  .feedback__slogan-text {
    font-family: Onest, Arial, sans-serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 64.8px;
  }
}
@media (min-width: 1440px) {
  .feedback__slogan-text {
    font-family: Onest, Arial, sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 62px;
  }
}

.main {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp-5xl);
  padding-bottom: 48px;
}
.main._not-found {
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .main {
    gap: var(--spacing-sp-6xl);
    padding-bottom: 96px;
  }
}

.about-us__container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .about-us__container {
    display: grid;
    gap: var(--spacing-sp-3xxl);
    grid-template-columns: 480px 1fr;
    padding-bottom: 48px;
  }
}
@media (min-width: 1440px) {
  .about-us__container {
    gap: 171px;
    grid-template-columns: 265px 1fr;
  }
}
.about-us__title {
  font-family: Onest, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 16px;
  color: var(--black-black);
}
@media (min-width: 1200px) {
  .about-us__title {
    font-family: Onest, Arial, sans-serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 64.8px;
    margin-bottom: 33px;
  }
}
@media (min-width: 1440px) {
  .about-us__title {
    font-family: Onest, Arial, sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 62px;
  }
}
.about-us__text {
  font-family: Onest, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 32px;
  color: var(--grey-grey-500);
}
@media (min-width: 1200px) {
  .about-us__text {
    font-family: Onest, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }
}
@media (min-width: 1440px) {
  .about-us__text {
    margin-top: 92px;
    margin-bottom: 0;
  }
}
.about-us__text._hide-on-mobile {
  display: none;
}
@media (min-width: 1440px) {
  .about-us__text._hide-on-mobile {
    display: block;
  }
}
.about-us__text._hide-on-desktop {
  display: block;
}
@media (min-width: 1440px) {
  .about-us__text._hide-on-desktop {
    display: none;
  }
}
.about-us__features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1200px) {
  .about-us__features {
    display: grid;
    gap: var(--spacing-sp-sm);
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1440px) {
  .about-us__features {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.about-us__feature {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 102px;
  padding: 24px;
  color: var(--black-black);
  background-color: var(--white-white);
}
@media (min-width: 1200px) {
  .about-us__feature {
    flex-direction: column;
    align-items: flex-start;
    min-height: 269px;
  }
}
@media (min-width: 1440px) {
  .about-us__feature {
    width: 100%;
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .about-us__feature-icon {
    order: 1;
  }
}
.about-us__feature-text {
  font-family: Onest, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  flex: 1;
  align-self: flex-start;
  color: var(--black-black);
}
@media (min-width: 1200px) {
  .about-us__feature-text {
    font-family: Onest, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    align-self: unset;
  }
}
.about-us__feature._first .about-us__feature-icon {
  width: 56px;
  height: 56px;
}
@media (min-width: 1200px) {
  .about-us__feature._first .about-us__feature-icon {
    width: 108px;
    height: 108px;
    margin-left: 24px;
  }
}
.about-us__feature._second .about-us__feature-icon {
  width: 54px;
  height: 54px;
}
@media (min-width: 1200px) {
  .about-us__feature._second .about-us__feature-icon {
    width: 102px;
    height: 102px;
    margin-left: 24px;
  }
}
@media (min-width: 360px) {
  .about-us__feature._second .about-us__feature-text {
    max-width: 65%;
  }
}
@media (min-width: 1200px) {
  .about-us__feature._second .about-us__feature-text {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .about-us__feature._third {
    grid-column: 2;
  }
}
.about-us__feature._third .about-us__feature-text {
  max-width: 44%;
}
@media (min-width: 360px) {
  .about-us__feature._third .about-us__feature-text {
    max-width: 100%;
  }
}
.about-us__feature._third .about-us__feature-icon {
  width: 67px;
  height: 48px;
}
@media (min-width: 1200px) {
  .about-us__feature._third .about-us__feature-icon {
    width: 130px;
    height: 94px;
    margin-left: 24px;
  }
}

.frod {
  color: var(--white-white);
  background-color: #151616;
  background-image: url("/bitrix/templates/landing_paygine/assets/frod-bg-mobile.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.frod__container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp-xl);
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 1200px) {
  .frod__container {
    display: grid;
    grid-template-columns: 422px 422px 1fr;
  }
}
@media (min-width: 1200px) {
  .frod__title-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 69px;
    order: 1;
  }
}
@media (min-width: 1440px) {
  .frod__title-wrapper {
    margin-left: 14px;
  }
}
.frod__title {
  font-family: Onest, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
}
@media (min-width: 1200px) {
  .frod__title {
    font-family: Onest, Arial, sans-serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 64.8px;
    margin-bottom: 190px;
  }
}
@media (min-width: 1440px) {
  .frod__title {
    font-family: Onest, Arial, sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 62px;
  }
}
.frod__features-wrapper-one, .frod__features-wrapper-two {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp-xl);
}
.frod__feature {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp-5xl);
  min-height: 280px;
  padding: 32px 24px;
  background: rgba(0, 0, 0, 0.0509803922);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
@media (min-width: 1200px) {
  .frod__feature {
    gap: 72px;
    min-height: 320px;
  }
}
.frod__feature-title {
  font-family: Onest, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .frod__feature-title {
    font-family: Onest, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
  }
}
.frod__feature-text {
  font-family: Onest, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding-left: 39px;
  color: var(--grey-grey-200);
}
@media (min-width: 360px) {
  .frod__feature-text {
    padding-left: 79px;
  }
}
@media (min-width: 1200px) {
  .frod__feature-text {
    font-family: Onest, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding-left: 65px;
  }
}
.frod__pci-text {
  font-family: Onest, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-left: 12px;
  border-left: 1px solid var(--white-white);
}
@media (min-width: 1200px) {
  .frod__pci-text {
    font-family: Onest, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 171px;
  }
}
.frod__pci-text._hide-on-desktop {
  display: block;
}
@media (min-width: 1200px) {
  .frod__pci-text._hide-on-desktop {
    display: none;
  }
}
@media (min-width: 1200px) {
  .frod {
    background-image: url("/bitrix/templates/landing_paygine/assets/frod-bg-desktop.svg");
    background-position: 30% center;
    background-size: auto;
  }
}
@media (min-width: 1440px) {
  .frod {
    background-position: 0% center;
    background-size: cover;
  }
}

.about-product {
  margin-top: -48px;
  /*   background-image: url('/bitrix/templates/landing_paygine/css/@/assets/img/about-product-bg-mobile.svg');
  background-position: center 48px;
  background-size: cover;
  background-repeat: no-repeat; */
  padding-top: 48px;
  padding-bottom: 48px;
  background: linear-gradient(180deg, rgba(232, 236, 238, 0) 0%, #fff 100%);
}
.about-product__container {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp-5xl);
}
@media (min-width: 1200px) {
  .about-product__container {
    gap: var(--spacing-sp-6xl);
    /* 
    background-image: url('/bitrix/templates/landing_paygine/css/@/assets/img/ellipse-icon.svg');
    background-position: 68% 54%;
    background-size: 494px 494px;
    background-repeat: no-repeat; */
  }
}
@media (min-width: 1440px) {
  .about-product__container {
    background-position: 78% 54%;
  }
}
.about-product__title-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp-xl);
}
@media (min-width: 1200px) {
  .about-product__title-wrapper {
    gap: var(--spacing-sp-5xl);
    padding: 0 48px 48px;
    background: linear-gradient(180deg, rgba(232, 236, 238, 0) 0%, #fff 100%);
  }
}
.about-product__title {
  font-family: Onest, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  z-index: 1;
  text-align: left;
  color: var(--black-black);
}
@media (min-width: 360px) {
  .about-product__title {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .about-product__title {
    font-family: Onest, Arial, sans-serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 64.8px;
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .about-product__title {
    font-family: Onest, Arial, sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 62px;
  }
}
.about-product__title ._gradient {
  display: inline;
}
@media (min-width: 1200px) {
  .about-product__title ._gradient {
    display: inline-flex;
  }
}
.about-product__title .br-1 {
  display: none;
}
@media (min-width: 1200px) {
  .about-product__title .br-1 {
    display: block;
  }
}
@media (min-width: 360px) {
  .about-product__title .br-2 {
    display: none;
  }
}
@media (min-width: 1200px) {
  .about-product__title .br-2 {
    display: block;
  }
}
.about-product__text {
  font-family: Onest, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  z-index: 1;
  color: var(--grey-grey-500);
}
@media (min-width: 1200px) {
  .about-product__text {
    font-family: Onest, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    max-width: 471px;
    margin-right: 96px;
    margin-left: auto;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .about-product {
    padding-bottom: 0;
    background-image: unset;
  }
}

.hero-section {
  position: relative;
  padding-top: 46px;
  overflow: visible;
}
.hero-section::before {
  position: absolute;
  z-index: -1;
  top: -46px;
  left: 0;
  width: 100%;
  height: 861px;
  background-image: url("data:image/svg+xml,%3csvg%20width='360'%20height='901'%20viewBox='0%200%20360%20901'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='180.164'%20cy='445.519'%20r='455.283'%20transform='rotate(90.2975%20180.164%20445.519)'%20fill='url(%23paint0_radial_331_21907)'%20fill-opacity='0.7'%20/%3e%3cdefs%3e%3cradialGradient%20id='paint0_radial_331_21907'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(180.164%20445.519)%20rotate(90)%20scale(455.283)'%20%3e%3cstop%20offset='0.00930239'%20stop-color='%2344E8EA'%20stop-opacity='0.18'%20/%3e%3cstop%20offset='0.259615'%20stop-color='%2344E8EA'%20stop-opacity='0.38'%20/%3e%3cstop%20offset='0.682692'%20stop-color='%2347A6FF'%20stop-opacity='0.36'%20/%3e%3cstop%20offset='1'%20stop-color='%23FF7CF2'%20stop-opacity='0'%20/%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media (min-width: 1200px) {
  .hero-section::before {
    top: -68px;
    height: 956px;
    background-image: url("data:image/svg+xml,%3csvg%20width='1200'%20height='956'%20viewBox='0%200%201200%20956'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20%3e%3ccircle%20cx='600.417'%20cy='133.417'%20r='812.21'%20transform='rotate(90.2975%20600.417%20133.417)'%20fill='url(%23paint0_radial_503_22688)'%20fill-opacity='0.7'%20/%3e%3cdefs%3e%3cradialGradient%20id='paint0_radial_503_22688'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(600.417%20133.417)%20rotate(90)%20scale(812.21)'%20%3e%3cstop%20offset='0.00930239'%20stop-color='%2344E8EA'%20stop-opacity='0.18'%20/%3e%3cstop%20offset='0.259615'%20stop-color='%2344E8EA'%20stop-opacity='0.38'%20/%3e%3cstop%20offset='0.682692'%20stop-color='%2347A6FF'%20stop-opacity='0.36'%20/%3e%3cstop%20offset='1'%20stop-color='%23FF7CF2'%20stop-opacity='0'%20/%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e");
  }
}
@media (min-width: 1440px) {
  .hero-section::before {
    background-position-y: 100%;
    height: 950px;
    background-image: url("data:image/svg+xml,%3csvg%20width='1440'%20height='980'%20viewBox='0%200%201440%20980'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='720.417'%20cy='133.417'%20r='812.21'%20transform='rotate(90.2975%20720.417%20133.417)'%20fill='url(%23paint0_radial_272_20157)'%20fill-opacity='0.7'/%3e%3cdefs%3e%3cradialGradient%20id='paint0_radial_272_20157'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(720.417%20133.417)%20rotate(90)%20scale(812.21)'%3e%3cstop%20offset='0.00930239'%20stop-color='%2344E8EA'%20stop-opacity='0.18'/%3e%3cstop%20offset='0.259615'%20stop-color='%2344E8EA'%20stop-opacity='0.38'/%3e%3cstop%20offset='0.682692'%20stop-color='%2347A6FF'%20stop-opacity='0.36'/%3e%3cstop%20offset='1'%20stop-color='%23FF7CF2'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e");
  }
}
@media (min-width: 1920px) {
  .hero-section::before {
    height: 940px;
    background-image: url("data:image/svg+xml,%3csvg%20width='1920'%20height='948'%20viewBox='0%200%201920%20948'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='982.041'%20cy='-26'%20r='973.996'%20transform='rotate(90.2975%20982.041%20-26)'%20fill='url(%23paint0_radial_503_22687)'%20fill-opacity='0.7'/%3e%3cdefs%3e%3cradialGradient%20id='paint0_radial_503_22687'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(982.041%20-26)%20rotate(90)%20scale(973.996)'%3e%3cstop%20offset='0.00930239'%20stop-color='%2344E8EA'%20stop-opacity='0.18'/%3e%3cstop%20offset='0.259615'%20stop-color='%2344E8EA'%20stop-opacity='0.38'/%3e%3cstop%20offset='0.682692'%20stop-color='%2347A6FF'%20stop-opacity='0.36'/%3e%3cstop%20offset='1'%20stop-color='%23FF7CF2'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e");
  }
}
.hero-section__container {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp-3xxl);
}
@media (min-width: 1200px) {
  .hero-section__container {
    gap: var(--spacing-sp-4xl);
  }
}
.hero-section__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1200px) {
  .hero-section__wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.hero-section__title {
  font-family: Onest, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
}
@media (min-width: 1200px) {
  .hero-section__title {
    font-family: Onest, Arial, sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 62px;
    max-width: 481px;
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .hero-section__title {
    font-family: Onest, Arial, sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 66px;
    max-width: 515px;
  }
}
.hero-section__plates-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--spacing-sp-extra-sm);
}
@media (min-width: 1200px) {
  .hero-section__plates-wrapper {
    justify-content: flex-start;
    align-self: flex-start;
    max-width: 539px;
  }
}
@media (min-width: 1440px) {
  .hero-section__plates-wrapper {
    max-width: 709px;
  }
}
.hero-section__plate {
  font-family: Onest, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  z-index: 1;
  align-self: flex-start;
  padding: var(--spacing-sp-md) var(--spacing-sp-2xl);
  background: var(--white-white-55);
  -webkit-backdrop-filter: blur(3.25px);
          backdrop-filter: blur(3.25px);
}
@media (min-width: 360px) {
  .hero-section__plate:nth-child(1) {
    order: 1;
  }
}
@media (min-width: 1440px) {
  .hero-section__plate:nth-child(1) {
    order: unset;
  }
}
@media (min-width: 360px) {
  .hero-section__plate:nth-child(2) {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .hero-section__plate:nth-child(2) {
    order: 4;
  }
}
@media (min-width: 1440px) {
  .hero-section__plate:nth-child(2) {
    order: unset;
  }
}
@media (min-width: 360px) {
  .hero-section__plate:nth-child(3) {
    order: 3;
  }
}
@media (min-width: 1200px) {
  .hero-section__plate:nth-child(3) {
    order: 3;
  }
}
@media (min-width: 1440px) {
  .hero-section__plate:nth-child(3) {
    order: unset;
  }
}
@media (min-width: 360px) {
  .hero-section__plate:nth-child(4) {
    order: 5;
  }
}
@media (min-width: 1200px) {
  .hero-section__plate:nth-child(4) {
    order: 8;
  }
}
@media (min-width: 1440px) {
  .hero-section__plate:nth-child(4) {
    order: unset;
  }
}
@media (min-width: 360px) {
  .hero-section__plate:nth-child(5) {
    order: 4;
  }
}
@media (min-width: 1200px) {
  .hero-section__plate:nth-child(5) {
    order: 7;
  }
}
@media (min-width: 1440px) {
  .hero-section__plate:nth-child(5) {
    order: unset;
  }
}
@media (min-width: 360px) {
  .hero-section__plate:nth-child(6) {
    order: 6;
  }
}
@media (min-width: 1440px) {
  .hero-section__plate:nth-child(6) {
    order: unset;
  }
}
@media (min-width: 360px) {
  .hero-section__plate:nth-child(7) {
    width: 100%;
    max-width: 131px;
    order: 7;
  }
}
@media (min-width: 1200px) {
  .hero-section__plate:nth-child(7) {
    width: auto;
    max-width: unset;
    order: 2;
  }
}
@media (min-width: 1440px) {
  .hero-section__plate:nth-child(7) {
    order: unset;
  }
}
@media (min-width: 360px) {
  .hero-section__plate:nth-child(8) {
    order: 8;
  }
}
@media (min-width: 1200px) {
  .hero-section__plate:nth-child(8) {
    order: 5;
  }
}
@media (min-width: 1440px) {
  .hero-section__plate:nth-child(8) {
    order: unset;
  }
}
@media (min-width: 1200px) {
  .hero-section__plate {
    font-family: Onest, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding: var(--spacing-sp-xl) var(--spacing-sp-3xxl);
  }
}
.hero-section__btn {
  font-weight: 500;
}
@media (min-width: 1200px) {
  .hero-section__btn {
    max-width: 173px;
  }
}
.hero-section__form {
  margin-top: 16px;
}
@media (min-width: 1200px) {
  .hero-section__form {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .hero-section {
    padding-top: 96px;
  }
}

.cms {
  scroll-margin-top: 46px;
}
.cms__container {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp-5xl);
}
@media (min-width: 1200px) {
  .cms__container {
    gap: unset;
  }
}
.cms__item {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp-2xl);
}
@media (min-width: 1200px) {
  .cms__item {
    flex-direction: row;
    justify-content: space-between;
    gap: unset;
  }
}
.cms__paralax-bg {
  position: relative;
  width: 100%;
  min-height: 52px;
  overflow: hidden;
  border-radius: 363px;
  background: linear-gradient(90deg, #f4f4f4 0%, #e8ecee 100%);
}
@media (min-width: 360px) {
  .cms__paralax-bg {
    min-height: 60px;
    border-radius: 419px;
  }
}
@media (min-width: 1200px) {
  .cms__paralax-bg {
    min-height: 144px;
  }
}
.cms__item .cms__paralax-bg:before {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}
@media (min-width: 1200px) {
  .cms__item .cms__paralax-bg:before {
    transform: translateY(var(--move-y, 0));
    will-change: transform;
  }
}
.cms__item._first .cms__paralax-bg:before {
  top: -20px;
  right: 20px;
  width: 115px;
  height: 115px;
  background-image: url("/bitrix/templates/landing_paygine/assets/cube-icon.png");
  background-size: 115px 115px;
}
@media (min-width: 360px) {
  .cms__item._first .cms__paralax-bg:before {
    top: -24px;
    right: 24px;
    width: 134px;
    height: 133px;
    background-size: 134px 133px;
  }
}
@media (min-width: 1200px) {
  .cms__item._first .cms__paralax-bg:before {
    top: 55px;
    right: 57px;
    width: 319px;
    height: 317px;
    background-size: 319px 317px;
  }
}
.cms__item._second .cms__paralax-bg:before {
  top: 0;
  right: 61px;
  width: 86px;
  height: 75px;
  background-image: url("/bitrix/templates/landing_paygine/assets/coin-logo-2.png");
  background-size: 86px 75px;
}
@media (min-width: 360px) {
  .cms__item._second .cms__paralax-bg:before {
    right: 71px;
    width: 99px;
    height: 87px;
    background-size: 99px 87px;
  }
}
@media (min-width: 1200px) {
  .cms__item._second .cms__paralax-bg:before {
    top: 140px;
    right: 210px;
    width: 237px;
    height: 208px;
    background-size: 237px 208px;
  }
}
.cms__item._second .cms__paralax-bg:after {
  position: absolute;
  top: -18px;
  right: 12px;
  width: 62px;
  height: 53px;
  background-image: url("/bitrix/templates/landing_paygine/assets/coin-logo-1.png");
  background-position: center;
  background-size: 62px 53px;
  background-repeat: no-repeat;
  transform: translateY(var(--move-y, 0));
  will-change: transform;
  content: "";
}
@media (min-width: 360px) {
  .cms__item._second .cms__paralax-bg:after {
    top: -21px;
    right: 14px;
    width: 72px;
    height: 62px;
    background-size: 72px 62px;
  }
}
@media (min-width: 1200px) {
  .cms__item._second .cms__paralax-bg:after {
    top: 70px;
    right: 34px;
    width: 171px;
    height: 146px;
    background-size: 171px 146px;
  }
}
.cms__item._third .cms__paralax-bg:before {
  top: -8px;
  right: 17px;
  width: 109px;
  height: 104px;
  background-image: url("/bitrix/templates/landing_paygine/assets/spiral-logo.png");
  background-size: 109px 104px;
}
@media (min-width: 360px) {
  .cms__item._third .cms__paralax-bg:before {
    width: 127px;
    height: 121px;
  }
}
@media (min-width: 1200px) {
  .cms__item._third .cms__paralax-bg:before {
    top: 50px;
    right: 46px;
    width: 302px;
    height: 288px;
    background-size: 302px 288px;
  }
}
.cms__title-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp-xl);
}
@media (min-width: 1200px) {
  .cms__title-wrapper {
    width: 100%;
    max-width: 294px;
    margin-top: 24px;
  }
}
@media (min-width: 1440px) {
  .cms__title-wrapper {
    max-width: 570px;
  }
}
.cms__title {
  font-family: Onest, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  text-align: left;
}
@media (min-width: 1200px) {
  .cms__title {
    font-family: Onest, Arial, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.6px;
    text-align: center;
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .cms__title {
    font-family: Onest, Arial, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .cms__item._third .cms__title {
    max-width: 60%;
  }
}
@media (min-width: 1440px) {
  .cms__item._third .cms__title {
    max-width: 40%;
  }
}
.cms__description {
  font-family: Onest, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: var(--grey-grey-500);
}
@media (min-width: 1200px) {
  .cms__description {
    font-family: Onest, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
  }
}
@media (min-width: 360px) {
  .cms__item._second .cms__description {
    max-width: 85%;
  }
}
.cms__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp-3xxl);
  padding: var(--spacing-sp-2xl) var(--spacing-sp-xl) var(--spacing-sp-5xl);
  background-color: var(--white-white);
}
@media (min-width: 1200px) {
  .cms__content-wrapper {
    gap: var(--spacing-sp-5xl);
    width: 100%;
    max-width: 774px;
    padding: var(--spacing-sp-2xl) var(--spacing-sp-2xl) var(--spacing-sp-5xl);
  }
}
.cms__item._third .cms__content-wrapper {
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.cms__icons-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-sp-3xxl) var(--spacing-sp-2xl);
}
@media (min-width: 1200px) {
  .cms__icons-wrapper {
    padding: 0 35px;
  }
}
@media (min-width: 1200px) {
  .cms__item._third .cms__icons-wrapper {
    padding: 0;
  }
}
.cms__logo {
  height: 100%;
}
.cms__logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cms__item .cms__logo-wrapper {
  height: 24px;
}
@media (min-width: 1200px) {
  .cms__item .cms__logo-wrapper {
    height: 28px;
  }
}
.cms__item._second .cms__logo-wrapper {
  height: 44px;
}
@media (min-width: 360px) {
  .cms ._retailcrm {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cms ._retailcrm {
    width: auto;
  }
}
.cms ._moguta {
  width: 100%;
}
@media (min-width: 360px) {
  .cms ._moguta {
    width: auto;
  }
}
.cms ._wp {
  width: 100%;
}
@media (min-width: 360px) {
  .cms ._wp {
    width: auto;
  }
}
@media (min-width: 360px) {
  .cms ._simpla {
    width: 60px;
  }
}
.cms__item._third ._bitrix {
  width: 100%;
}
@media (min-width: 360px) {
  .cms__item._third ._bitrix {
    width: auto;
  }
}
@media (min-width: 360px) {
  .cms ._iiko {
    width: 65px;
  }
}
@media (min-width: 1200px) {
  .cms ._iiko {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .cms {
    scroll-margin-top: 73px;
  }
}

.products__container {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp-2xl);
}
@media (min-width: 1200px) {
  .products__container {
    gap: var(--spacing-sp-5xl);
  }
}
.products__title {
  font-family: Onest, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
}
@media (min-width: 1200px) {
  .products__title {
    font-family: Onest, Arial, sans-serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 64.8px;
  }
}
.products__wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp-sm);
}
@media (min-width: 1200px) {
  .products__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1440px) {
  .products__wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.products__btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
  margin-left: auto;
}
.products__btn:hover, .products__btn:focus {
  color: var(--paygine-paygine-200);
  background: var(--grey-grey-500);
}
.products__btn:active {
  color: var(--paygine-paygine-400);
  background: var(--black-black);
}
.products ._ivr {
  margin-right: -2px;
}

.solutions {
  scroll-margin-top: 46px;
}
.solutions__container {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp-2xl);
  padding: 0;
}
@media (min-width: 1200px) {
  .solutions__container {
    position: relative;
    gap: var(--spacing-sp-5xl);
  }
}
@media (min-width: 1440px) {
  .solutions__container {
    max-width: unset;
  }
}
@media (min-width: 1200px) {
  .solutions__container::before {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 42px;
    height: 100%;
    background: var(--grey-grey-100); /* или тот же фон, что и у страницы */
    pointer-events: none;
  }
}
@media (min-width: 1440px) {
  .solutions__container::before {
    width: calc((100vw - 1344px) / 2);
  }
}
.solutions__title {
  font-family: Onest, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
  max-width: 90%;
  padding: 0 var(--spacing-sp-lg);
}
@media (min-width: 1200px) {
  .solutions__title {
    font-family: Onest, Arial, sans-serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 64.8px;
    padding-right: 0;
    padding-left: 42px;
  }
}
@media (min-width: 1440px) {
  .solutions__title {
    padding-left: calc((100vw - 1344px) / 2);
  }
}
@media (min-width: 1200px) {
  .solutions__wrapper {
    position: relative;
    overflow: hidden;
  }
}
.solutions__nav {
  position: sticky;
  z-index: 9;
  top: 46px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sp-md);
  margin-bottom: -106px;
  padding: var(--spacing-sp-md);
  background: var(--white-white-55);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (min-width: 1200px) {
  .solutions__nav {
    position: absolute;
    z-index: 999;
    top: 196px;
    left: 50%;
    margin-bottom: 0;
    white-space: nowrap;
    transform: translateX(-50%);
  }
}
.solutions__nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.solutions__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 8px;
}
@media (min-width: 1200px) {
  .solutions__nav-list {
    flex-wrap: nowrap;
    gap: var(--spacing-sp-md);
  }
}
.solutions__nav-link {
  font-family: Onest, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding: var(--spacing-sp-md);
  border-radius: var(--rd-sm);
  color: var(--black-black);
}
.solutions__nav-link:hover, .solutions__nav-link:focus {
  color: var(--white-white);
  background-color: var(--paygine-paygine-300);
}
@media (min-width: 1200px) {
  .solutions__nav-link {
    font-family: Onest, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding: var(--spacing-sp-xl) var(--spacing-sp-3xxl);
  }
}
.solutions__nav-link._active {
  color: var(--black-black);
  background-color: var(--white-white);
}
.solutions__nav-link._active:hover, .solutions__nav-link._active:focus {
  color: var(--white-white);
  background-color: var(--paygine-paygine-300);
}
.solutions__progress-container {
  position: absolute;
  z-index: 1000;
  top: 870px;
  left: 50%;
  display: none;
  width: 100%;
  max-width: 253px;
  height: 16px;
  background: url("/bitrix/templates/landing_paygine/assets/progress-bar.svg");
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
.solutions__progress-bar {
  width: 0;
  height: 100%;
  background: var(--white-white);
  transition: width 0.1s ease-out;
}
@media (min-width: 1200px) {
  .solutions {
    scroll-margin-top: 300px;
  }
}

.not-found__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.not-found__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 94px;
}
.not-found__icon img {
  height: 100%;
}
@media (min-width: 1200px) {
  .not-found__icon {
    height: 190px;
  }
}
.not-found__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.not-found__text {
  font-family: Onest, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: var(--black);
}
@media (min-width: 1200px) {
  .not-found__text {
    font-family: Onest, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }
}
@media (min-width: 1440px) {
  .not-found__text {
    font-family: Onest, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }
}
.not-found__btn {
  font-family: Onest, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  width: 100%;
  max-width: 336px;
}
@media (min-width: 1200px) {
  .not-found__btn {
    width: auto;
    max-width: unset;
  }
}

[data-field=not-found-body] {
  justify-content: space-between;
  align-items: center;
  gap: 162px;
  min-height: 100vh;
}
/* End */


/* Start:/bitrix/templates/landing_paygine/template_styles.css?1751294047294*/
.hero-section__btn {
	text-align: center;
}

.nav._header {
	overflow-y: hidden;
}


@media only screen and (max-width: 1200px) {
	.solutions .solutions__title {
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 434px) {
	.solutions .solutions__title {
		padding-bottom: 0;
	}
}

/* End */
/* /bitrix/templates/landing_paygine/css/style.css?175146084096816 */
/* /bitrix/templates/landing_paygine/template_styles.css?1751294047294 */
