

/* Start:/bitrix/templates/landing_paygine/css/style.css?1756469348149803*/
@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;
  --grey-grey-30020: rgba(173, 179, 182, 0.2);
  --coral-coral-300: #e22758;
  --hr-hr-100: #ffbcb8;
  --hr-hr-200: #ff7663;
  --hr-hr-300: #ff523a;
  --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: 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;
}
@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: 700;
  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;
}
*,
*::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);
}
body._about {
  background-color: var(--grey-grey-200);
}

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-only-on-mobile-360 {
  display: none;
}
@media (min-width: 360px) {
  ._show-only-on-mobile-360 {
    display: block;
  }
}
@media (min-width: 1200px) {
  ._show-only-on-mobile-360 {
    display: none;
  }
}

._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: 600;
  font-style: normal;
  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);
  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 {
  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: var(--grey-grey-30020);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.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: 33px;
    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;
    overflow-y: hidden;
  }
}
.nav._footer {
  background-color: transparent;
}
.nav__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nav._header .nav__list {
  gap: var(--spacing-sp-3xxl);
}
@media (min-width: 1200px) {
  .nav._header .nav__list {
    flex-direction: row;
    gap: var(--spacing-sp-2xl);
  }
}
.nav._footer .nav__list {
  gap: var(--spacing-sp-xl);
}
@media (min-width: 1200px) {
  .nav._footer .nav__list {
    flex-direction: row;
  }
}
.nav__link {
  font-family: Onest, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  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: var(--spacing-sp-2xl);
  margin-left: auto;
}
@media (min-width: 1200px) {
  .actions {
    gap: 30px;
    margin-left: unset;
  }
}
.actions__phone, .actions__search, .actions__login {
  display: flex;
  justify-content: center;
  align-items: center;
}
.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-icon, .actions__search-icon, .actions__login-icon {
  width: 20px;
  height: 20px;
  color: var(--paygine-paygine-400);
}
@media (min-width: 1200px) {
  .actions__phone {
    margin-right: 18px;
  }
  .actions__phone._about {
    margin-right: 0;
  }
}
.actions__phone-title {
  font-weight: 500;
}
.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__search-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .actions__search {
    gap: var(--spacing-sp-sm);
  }
}
@media (min-width: 1200px) {
  .actions__login-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .actions__login {
    gap: var(--spacing-sp-md);
    border: 1px solid var(--paygine-paygine-400);
    border-radius: var(--rd-sm);
    padding: 8.5px 16px;
    background-color: var(--paygine-paygine-400);
    color: var(--white-white);
  }
  .actions__login:hover, .actions__login:focus {
    border: 1px solid var(--paygine-paygine-300);
    background-color: var(--paygine-paygine-300);
  }
  .actions__login:active {
    border: 1px solid var(--paygine-paygine-400);
    background-color: 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: var(--paygine-paygine-400);
}
@media (min-width: 1200px) {
  .actions__login-icon {
    color: var(--white-white);
  }
}
@media (min-width: 1200px) {
  .actions__burger {
    display: none;
  }
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo img {
  width: 100%;
}
.logo._header {
  width: 83px;
}
@media (min-width: 1200px) {
  .logo._header {
    width: 118px;
  }
}
.logo._footer {
  width: 146px;
}

.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);
  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: var(--white-white-55);
  -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-size: 14px;
    font-weight: 400;
    line-height: 16px;
  }
}

.overlay {
  position: fixed;
  z-index: 10;
  inset: 0;
  display: none;
  background: var(--grey-grey-30020);
  -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%;
  }
}
.breadcrumbs {
  margin-top: 16px;
  width: 100%;
  display: flex;
  justify-content: left;
}
.breadcrumbs__link {
  display: block;
  font-family: Onest, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: var(--grey-grey-400);
  padding-right: 8px;
}

.usefull-links {
  display: none;
}
.usefull-links__header {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .usefull-links__header {
    margin-bottom: 48px;
  }
}
.usefull-links__header-text {
  font-family: Onest, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
}
@media (min-width: 1200px) {
  .usefull-links__header-text {
    font-family: Onest, Arial, sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 62px;
  }
}
.usefull-links__list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .usefull-links__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--spacing-sp-sm);
  }
}
.usefull-links__item {
  background: var(--white-white);
  padding: 24px 4px 24px 24px;
  height: 320px;
  margin-bottom: 12px;
  position: relative;
}
@media (min-width: 1200px) {
  .usefull-links__item {
    height: 388px;
    padding: 32px;
    width: 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .usefull-links__item {
    height: 262px;
  }
}
.usefull-links__item--wrapper {
  min-height: 324px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1440px) {
  .usefull-links__item--wrapper {
    min-height: 276px;
  }
}
@media (min-width: 1200px) {
  .usefull-links__item--wrapper:hover, .usefull-links__item--wrapper:focus {
    padding: 8px;
  }
}
.usefull-links__item--wrapper:hover > .usefull-links__item, .usefull-links__item--wrapper:focus > .usefull-links__item {
  height: 320px;
}
@media (min-width: 1200px) {
  .usefull-links__item--wrapper:hover > .usefull-links__item, .usefull-links__item--wrapper:focus > .usefull-links__item {
    height: 372px;
  }
}
@media (min-width: 1440px) {
  .usefull-links__item--wrapper:hover > .usefull-links__item, .usefull-links__item--wrapper:focus > .usefull-links__item {
    height: 250px;
  }
}
.usefull-links__item--title {
  font-family: Onest, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  text-align: left;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .usefull-links__item--title {
    font-family: Onest, Arial, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .usefull-links__item--title {
    font-family: Onest, Arial, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
  }
}
.usefull-links__item--text {
  font-family: Onest, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  padding: 14px 10px;
  border-radius: var(--rd-max, 1000px);
  background: var(--grey-grey-100);
  margin-bottom: 24px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1200px) {
  .usefull-links__item--text {
    font-family: Onest, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
  }
}
@media (min-width: 1440px) {
  .usefull-links__item--text {
    margin-bottom: 48px;
  }
}
.usefull-links__item--btn {
  width: 151px;
  height: 51px;
  display: block;
  z-index: 1;
}
.usefull-links__item--btn:active {
  color: var(--paygine-paygine-400);
}
.usefull-links__item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: no-repeat right bottom;
}
.usefull-links__item--wrapper:nth-child(1) > .usefull-links__item::after {
  background-image: url("/bitrix/templates/landing_paygine/assets/vacancy.png");
}
@media (min-width: 360px) {
  .usefull-links__item--wrapper:nth-child(1) > .usefull-links__item::after {
    background-image: url("/bitrix/templates/landing_paygine/assets/vacancy-desktop.png");
  }
}
.usefull-links__item--wrapper:nth-child(2) > .usefull-links__item::after {
  background-image: url("/bitrix/templates/landing_paygine/assets/internship.png");
}
@media (min-width: 360px) {
  .usefull-links__item--wrapper:nth-child(2) > .usefull-links__item::after {
    background-image: url("/bitrix/templates/landing_paygine/assets/internship-desktop.png");
  }
}
.usefull-links__item--wrapper:nth-child(3) > .usefull-links__item::after {
  background-image: url("/bitrix/templates/landing_paygine/assets/cooperation.png");
}
@media (min-width: 360px) {
  .usefull-links__item--wrapper:nth-child(3) > .usefull-links__item::after {
    background-image: url("/bitrix/templates/landing_paygine/assets/cooperation-desktop.png");
  }
}
.usefull-links__item--wrapper:nth-child(1):hover > .usefull-links__item {
  background: radial-gradient(120% 120% at 0% 0%, #fff 0%, #ff7663 100%);
}
.usefull-links__item--wrapper:nth-child(2):hover > .usefull-links__item {
  background: radial-gradient(120% 120% at 0% 0%, #fff 0%, #ff7663 100%);
}
.usefull-links__item--wrapper:nth-child(3):hover > .usefull-links__item {
  background: radial-gradient(130.82% 141.42% at 100% 100%, #37e6e9 0%, #fff 100%), var(--white-white, #fff);
}
.usefull-links__item--wrapper:hover > .usefull-links__item > .btn {
  color: var(--paygine-paygine-200);
}

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

.footer {
  position: relative;
  padding: 96px 0 48px;
  overflow: visible;
}
@media (min-width: 1200px) {
  .footer {
    background: unset;
  }
}
.footer._not-found {
  width: 100%;
  padding-top: 48px;
}
.footer._about {
  padding: 48px 0;
}
.footer._about::after {
  height: auto;
  aspect-ratio: 360/489;
  background-image: url("data:image/svg+xml,%3csvg%20width='1920'%20height='681'%20viewBox='0%200%201920%20681'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_2537_74362'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='1920'%20height='1047'%3e%3cpath%20d='M0%200H960H1920V1046.67H0V0Z'%20fill='%23151616'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_2537_74362)'%3e%3cg%20clip-path='url(%23paint0_diamond_2537_74362_clip_path)'%20data-figma-skip-parse='true'%3e%3cg%20transform='matrix(-1.32424%201.7002%20-1.44632%20-1.12651%201938.66%201046)'%3e%3crect%20x='0'%20y='0'%20width='828.738'%20height='1338'%20fill='url(%23paint0_diamond_2537_74362)'%20opacity='0.7'%20shape-rendering='crispEdges'/%3e%3crect%20x='0'%20y='0'%20width='828.738'%20height='1338'%20transform='scale(1%20-1)'%20fill='url(%23paint0_diamond_2537_74362)'%20opacity='0.7'%20shape-rendering='crispEdges'/%3e%3crect%20x='0'%20y='0'%20width='828.738'%20height='1338'%20transform='scale(-1%201)'%20fill='url(%23paint0_diamond_2537_74362)'%20opacity='0.7'%20shape-rendering='crispEdges'/%3e%3crect%20x='0'%20y='0'%20width='828.738'%20height='1338'%20transform='scale(-1)'%20fill='url(%23paint0_diamond_2537_74362)'%20opacity='0.7'%20shape-rendering='crispEdges'/%3e%3c/g%3e%3c/g%3e%3cellipse%20cx='1013.26'%20cy='1067.94'%20rx='1013.26'%20ry='1067.94'%20transform='matrix(-0.00688628%200.999976%20-0.999992%20-0.00391588%202034.81%20-312.615)'%20data-figma-gradient-fill='{&%2334;type&%2334;:&%2334;GRADIENT_DIAMOND&%2334;,&%2334;stops&%2334;:[{&%2334;color&%2334;:{&%2334;r&%2334;:0.92549020051956177,&%2334;g&%2334;:0.17254902422428131,&%2334;b&%2334;:0.082352943718433380,&%2334;a&%2334;:1.0},&%2334;position&%2334;:0.0093023777008056641},{&%2334;color&%2334;:{&%2334;r&%2334;:1.0,&%2334;g&%2334;:0.92229199409484863,&%2334;b&%2334;:0.91346156597137451,&%2334;a&%2334;:1.0},&%2334;position&%2334;:0.38933199644088745},{&%2334;color&%2334;:{&%2334;r&%2334;:0.59615385532379150,&%2334;g&%2334;:0.99319362640380859,&%2334;b&%2334;:1.0,&%2334;a&%2334;:1.0},&%2334;position&%2334;:0.68269228935241699},{&%2334;color&%2334;:{&%2334;r&%2334;:1.0,&%2334;g&%2334;:0.69711536169052124,&%2334;b&%2334;:0.72019231319427490,&%2334;a&%2334;:1.0},&%2334;position&%2334;:0.85725116729736328}],&%2334;stopsVar&%2334;:[{&%2334;color&%2334;:{&%2334;r&%2334;:0.92549020051956177,&%2334;g&%2334;:0.17254902422428131,&%2334;b&%2334;:0.082352943718433380,&%2334;a&%2334;:1.0},&%2334;position&%2334;:0.0093023777008056641},{&%2334;color&%2334;:{&%2334;r&%2334;:1.0,&%2334;g&%2334;:0.92229199409484863,&%2334;b&%2334;:0.91346156597137451,&%2334;a&%2334;:1.0},&%2334;position&%2334;:0.38933199644088745},{&%2334;color&%2334;:{&%2334;r&%2334;:0.59615385532379150,&%2334;g&%2334;:0.99319362640380859,&%2334;b&%2334;:1.0,&%2334;a&%2334;:1.0},&%2334;position&%2334;:0.68269228935241699},{&%2334;color&%2334;:{&%2334;r&%2334;:1.0,&%2334;g&%2334;:0.69711536169052124,&%2334;b&%2334;:0.72019231319427490,&%2334;a&%2334;:1.0},&%2334;position&%2334;:0.85725116729736328}],&%2334;transform&%2334;:{&%2334;m00&%2334;:-2648.489746093750,&%2334;m01&%2334;:-2892.6418457031250,&%2334;m02&%2334;:4709.22949218750,&%2334;m10&%2334;:3400.396972656250,&%2334;m11&%2334;:-2253.01074218750,&%2334;m12&%2334;:472.30624389648438},&%2334;opacity&%2334;:0.69999998807907104,&%2334;blendMode&%2334;:&%2334;NORMAL&%2334;,&%2334;visible&%2334;:true}'/%3e%3c/g%3e%3crect%20width='1920'%20height='1046.67'%20fill='url(%23paint1_linear_2537_74362)'/%3e%3cdefs%3e%3cclipPath%20id='paint0_diamond_2537_74362_clip_path'%3e%3cellipse%20cx='1013.26'%20cy='1067.94'%20rx='1013.26'%20ry='1067.94'%20transform='matrix(-0.00688628%200.999976%20-0.999992%20-0.00391588%202034.81%20-312.615)'/%3e%3c/clipPath%3e%3clinearGradient%20id='paint0_diamond_2537_74362'%20x1='0'%20y1='0'%20x2='500'%20y2='500'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.00930238'%20stop-color='%23EC2C15'/%3e%3cstop%20offset='0.389332'%20stop-color='%23FFEBE9'/%3e%3cstop%20offset='0.682692'%20stop-color='%2398FDFF'/%3e%3cstop%20offset='0.857251'%20stop-color='%23FFB2B8'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_2537_74362'%20x1='960'%20y1='173.333'%20x2='960'%20y2='1046.67'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23E8ECEE'/%3e%3cstop%20offset='1'%20stop-color='%23E8ECEE'%20stop-opacity='0.36'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}
@media (min-width: 1200px) {
  .footer._about::after {
    aspect-ratio: 1920/681;
  }
}
.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='1440'%20height='866'%20viewBox='0%200%201440%20866'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_3005_82357'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='81'%20width='1440'%20height='785'%3e%3cpath%20d='M0%2081H720H1440V866H0V81Z'%20fill='%23151616'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_3005_82357)'%3e%3cg%20filter='url(%23filter0_f_3005_82357)'%3e%3cellipse%20cx='527.185'%20cy='593.975'%20rx='527.185'%20ry='593.975'%20transform='matrix(-0.00645591%200.999979%20-0.999991%20-0.00417694%201860.75%2049.9629)'%20fill='url(%23paint0_radial_3005_82357)'%20fill-opacity='0.28'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_3005_82357)'%3e%3cellipse%20cx='597.682'%20cy='629.933'%20rx='597.682'%20ry='629.933'%20transform='matrix(-0.00688628%200.999976%20-0.999992%20-0.00391588%201260.09%20157.934)'%20fill='url(%23paint1_radial_3005_82357)'%20fill-opacity='0.54'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_3005_82357'%20x='569.395'%20y='-52.5234'%20width='1387.96'%20height='1254.36'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='0'%20result='effect1_foregroundBlur_3005_82357'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_3005_82357'%20x='-77.0984'%20y='82.2609'%20width='1406.28'%20height='1341.75'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='36.6'%20result='effect1_foregroundBlur_3005_82357'/%3e%3c/filter%3e%3cradialGradient%20id='paint0_radial_3005_82357'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(742.308%20300.456)%20rotate(105.375)%20scale(804.855%20713.526)'%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_3005_82357'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(629.09%20582.866)%20rotate(92.6377)%20scale(637.931%20634.373)'%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%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;
  }
}
@media (min-width: 1440px) {
  .footer::after {
    height: 930px;
  }
}
@media (min-width: 1920px) {
  .footer::after {
    background-position-y: 0;
    background-position-y: 0;
    height: 834px;
  }
}
.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: #26a5e4;
}
.footer__social-item:active {
  color: #1e8ccb;
}
.footer__social-item:nth-child(1):hover, .footer__social-item:nth-child(1):focus {
  color: #0077ff;
}
.footer__social-item:nth-child(1):active {
  color: #005edb;
}
.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__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;
  }
  .footer__copyright-wrapper._about {
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .footer__copyright-wrapper {
    flex-direction: row;
    align-items: center;
    max-width: unset;
    order: 1;
  }
}
.footer__links-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-sp-2xl);
  margin: 0 auto;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .footer__links-wrapper {
    align-items: flex-start;
    margin: auto 0;
  }
  .footer__links-wrapper._about {
    flex-direction: row;
    align-items: center;
    gap: var(--spacing-sp-4xl);
  }
}
@media (min-width: 1440px) {
  .footer__links-wrapper {
    flex-direction: row;
    align-items: center;
    gap: var(--spacing-sp-4xl);
    max-width: unset;
    margin-left: 280px;
  }
}
.footer__method-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 184px;
}
@media (min-width: 1200px) {
  .footer__method-wrapper._about {
    flex-direction: row;
    max-width: 369px;
  }
}
@media (min-width: 1440px) {
  .footer__method-wrapper {
    flex-direction: row;
    max-width: unset;
  }
}
.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__bank-link {
  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;
  margin: 0;
  padding: 0;
  color: var(--black-black);
}
.footer__bank-link:hover, .footer__bank-link:focus {
  color: var(--paygine-paygine-300);
}
.footer__bank-link:active {
  color: var(--paygine-paygine-500);
}
@media (min-width: 1200px) {
  .footer__bank-link {
    justify-content: flex-start;
  }
}
.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;
  }
}

.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: 33px;
    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: 64px;
  }
}
@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, .main._about {
  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: 64px;
    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: 64px;
    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: 64px;
    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);
  }
}
@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;
  transform: translateY(var(--move-y, 0));
  will-change: transform;
  content: "";
}
.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: 35px;
    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 {
    top: 20px;
    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: 50px;
    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 {
    top: 50px;
    width: 127px;
    height: 121px;
  }
}
@media (min-width: 1200px) {
  .cms__item._third .cms__paralax-bg:before {
    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: 33px;
    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: 64px;
  }
}
.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: 64px;
    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-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 8px;
  width: 100%;
}
@media (min-width: 1200px) {
  .solutions__nav-list {
    flex-wrap: nowrap;
    gap: var(--spacing-sp-md);
  }
}
.solutions__nav-item {
  display: flex;
  flex: 1 1 calc((100% - 24px) / 4);
  justify-content: center;
  align-items: center;
}
.solutions__nav-link {
  font-family: Onest, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  width: 100%;
  padding: var(--spacing-sp-md);
  border-radius: var(--rd-sm);
  text-align: center;
  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;
}

.contacts-list__container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .contacts-list__container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.contacts-list__header {
  font-family: Onest, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  color: var(--black-black);
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .contacts-list__header {
    margin-right: 130px;
    font-family: Onest, Arial, sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 62px;
  }
}
.contacts-list__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 784px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .contacts-list__list {
    margin: 0;
    row-gap: var(--spacing-sp-5xl);
  }
}
.contacts-list__item {
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .contacts-list__item {
    width: 40%;
    max-width: 356px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .contacts-list__item:nth-child(even) {
    width: 46%;
  }
}
.contacts-list__item-text {
  margin-bottom: 4px;
  font-family: Onest, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
}
@media (min-width: 1200px) {
  .contacts-list__item-text {
    font-family: Onest, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
  }
}
.contacts-list__item-secondary-text {
  font-family: Onest, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: var(--grey-grey-400);
  text-align: center;
}
@media (min-width: 1200px) {
  .contacts-list__item-secondary-text {
    font-family: Onest, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.contacts-list__item-link {
  display: block;
  margin-top: 8px;
  font-family: Onest, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  color: var(--paygine-paygine-400);
  text-align: center;
}
@media (min-width: 1200px) {
  .contacts-list__item-link {
    margin-top: 16px;
    font-family: Onest, Arial, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
    text-align: left;
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .contacts-list__item-link {
    font-family: Onest, Arial, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
  }
}
.contacts-list__item-link:focus, .contacts-list__item-link:hover {
  color: var(--paygine-paygine-300);
}
.contacts-list__item-link:active {
  color: var(--paygine-paygine-500);
}

.relevant__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .relevant__wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.relevant__btn {
  background-color: transparent;
  padding: 0;
  width: 26px;
  height: 16px;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.relevant__btn:hover > svg > path {
  fill: var(--paygine-paygine-300);
}
.relevant__btn:active > svg > path {
  fill: var(--paygine-paygine-500);
}
@media (min-width: 1200px) {
  .relevant__btn {
    width: 30px;
    height: 20px;
  }
}
.relevant__item {
  background-color: var(--white-white);
  padding: 24px 24px 24px 24px;
  margin-bottom: 16px;
  position: relative;
}
@media (min-width: 1200px) {
  .relevant__item {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .relevant__item:first-child {
    height: 210px;
  }
}
.relevant__item-title {
  font-family: Onest, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  text-align: left;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .relevant__item-title {
    font-family: Onest, Arial, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .relevant__item-title {
    font-family: Onest, Arial, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
  }
}
.relevant__item-text {
  font-family: Onest, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 16px;
}
.relevant__item-text--title {
  font-weight: 500;
}
@media (min-width: 1200px) {
  .relevant__item-text {
    font-family: Onest, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
  }
}
@media (min-width: 1200px) {
  .relevant__item-text--large {
    width: 75%;
  }
}
.relevant__item-span {
  background: var(--gradient-silver, linear-gradient(90deg, #e8ecee 0%, #fff 100%));
  margin-left: 14px;
}
.relevant__item-wrapper {
  max-height: 0;
  overflow: hidden;
  transform: translateY(-20px);
  opacity: 0;
  background-color: var(--white-white);
  transition: max-height 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}
.relevant__item-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.relevant__copy-btn {
  width: 20px;
  height: 24px;
  background: url("data:image/svg+xml,%3csvg%20width='20'%20height='24'%20viewBox='0%200%2020%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%206.97119V6.22119H0.25V6.97119H1ZM14.0288%206.97119H14.7788V6.22119H14.0288V6.97119ZM14.0288%2022.8501V23.6001H14.7788V22.8501H14.0288ZM1%2022.8501H0.25V23.6001H1V22.8501ZM1%206.97119V7.72119H14.0288V6.97119V6.22119H1V6.97119ZM14.0288%206.97119H13.2788V22.8501H14.0288H14.7788V6.97119H14.0288ZM14.0288%2022.8501V22.1001H1V22.8501V23.6001H14.0288V22.8501ZM1%2022.8501H1.75V6.97119H1H0.25V22.8501H1Z'%20fill='%230BB6B9'/%3e%3cpath%20d='M5.97119%204.74827V2H19V9.93943V17.8789H16.5571'%20stroke='%23008486'%20stroke-width='1.5'/%3e%3c/svg%3e");
}
.relevant__copy-btn:hover {
  background: url("data:image/svg+xml,%3csvg%20width='20'%20height='24'%20viewBox='0%200%2020%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%206.97119V6.22119H0.25V6.97119H1ZM14.0288%206.97119H14.7788V6.22119H14.0288V6.97119ZM14.0288%2022.8501V23.6001H14.7788V22.8501H14.0288ZM1%2022.8501H0.25V23.6001H1V22.8501ZM1%206.97119V7.72119H14.0288V6.97119V6.22119H1V6.97119ZM14.0288%206.97119H13.2788V22.8501H14.0288H14.7788V6.97119H14.0288ZM14.0288%2022.8501V22.1001H1V22.8501V23.6001H14.0288V22.8501ZM1%2022.8501H1.75V6.97119H1H0.25V22.8501H1Z'%20fill='%2337E6E9'/%3e%3cpath%20d='M5.97119%204.74827V2H19V9.93943V17.8789H16.5571'%20stroke='%230BB6B9'%20stroke-width='1.5'/%3e%3c/svg%3e");
}
.relevant__copy-btn:active {
  background: url("data:image/svg+xml,%3csvg%20width='20'%20height='24'%20viewBox='0%200%2020%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%206.97119V6.22119H0.25V6.97119H1ZM14.0288%206.97119H14.7788V6.22119H14.0288V6.97119ZM14.0288%2022.8501V23.6001H14.7788V22.8501H14.0288ZM1%2022.8501H0.25V23.6001H1V22.8501ZM1%206.97119V7.72119H14.0288V6.97119V6.22119H1V6.97119ZM14.0288%206.97119H13.2788V22.8501H14.0288H14.7788V6.97119H14.0288ZM14.0288%2022.8501V22.1001H1V22.8501V23.6001H14.0288V22.8501ZM1%2022.8501H1.75V6.97119H1H0.25V22.8501H1Z'%20fill='%23008486'/%3e%3cpath%20d='M5.97119%204.74827V2H19V9.93943V17.8789H16.5571'%20stroke='%23008486'%20stroke-width='1.5'/%3e%3c/svg%3e");
}
.relevant strong {
  font-weight: 600;
}
.relevant__contacts {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding: 0 12px 0 12px;
  gap: var(--spacing-sp-2xl);
}
@media (min-width: 1200px) {
  .relevant__contacts {
    width: 100%;
    flex-direction: row;
    margin-top: 96px;
    gap: var(--spacing-sp-5xl);
  }
}
.relevant__contacts-place {
  margin-bottom: 24px;
  display: flex;
}
@media (min-width: 1200px) {
  .relevant__contacts-place {
    margin-right: 96px;
  }
}
.relevant__contacts-place--img {
  margin-right: 8px;
  width: 12px;
  height: 16px;
  background: url("data:image/svg+xml,%3csvg%20width='14'%20height='16'%20viewBox='0%200%2014%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.40039%200C10.9348%200.00022606%2013.7998%202.80888%2013.7998%206.27344C13.7997%209.72646%207.44326%2015.958%207.40039%2016C7.40039%2016%201.00007%209.73814%201%206.27344C1%202.80874%203.86579%200%207.40039%200ZM7.40137%202.9375C5.49812%202.9375%203.95508%204.47266%203.95508%206.36621C3.95515%208.25969%205.49817%209.79492%207.40137%209.79492C9.3045%209.79484%2010.8476%208.25964%2010.8477%206.36621C10.8477%204.47271%209.30454%202.93758%207.40137%202.9375Z'%20fill='%2337E6E9'/%3e%3c/svg%3e") no-repeat center;
  background-size: contain;
}
@media (min-width: 1200px) {
  .relevant__contacts-place--img {
    width: 32px;
    margin-right: 16px;
    height: 38px;
  }
}
.relevant__contacts-place:last-child {
  margin-bottom: 0;
}
.relevant__contacts-title {
  font-family: Onest, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  text-align: left;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .relevant__contacts-title {
    font-family: Onest, Arial, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .relevant__contacts-title {
    font-family: Onest, Arial, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
  }
}
.relevant__contacts-link {
  font-family: Onest, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: var(--paygine-paygine-400);
  position: relative;
  display: block;
}
.relevant__contacts-link::before {
  content: "";
  height: 11px;
  width: 11px;
  right: -10px;
  position: absolute;
  background: 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") no-repeat center center;
}
@media (min-width: 1200px) {
  .relevant__contacts-link::before {
    right: -15px;
  }
}
.relevant__contacts-link:focus, .relevant__contacts-link:hover {
  color: var(--paygine-paygine-300);
}
.relevant__contacts-link:focus::before, .relevant__contacts-link:hover::before {
  background: 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") no-repeat center center;
}
.relevant__contacts-link:active {
  color: var(--paygine-paygine-500);
}
.relevant__contacts-link:active::before {
  background: 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") no-repeat center center;
}

.active {
  margin-top: 24px;
  padding: 16px;
  max-height: 500px;
  transform: translateY(0);
  opacity: 1;
}

.open {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.has-button {
  display: flex;
  justify-content: space-between;
}

.opened {
  background-color: var(--white-white-55);
}

[data-alert=result] {
  position: absolute;
  width: 185px;
  display: none;
  z-index: 1;
  top: 70px;
  right: 0;
  background: rgba(55, 230, 233, 0.2);
  border-radius: var(--rd-sm);
  color: var(--black-black);
  padding: 8px;
  font-family: Onest, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
@media (min-width: 1200px) {
  [data-alert=result] {
    font-family: Onest, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding: 12px 20px 12px 12px;
    width: 217px;
    line-height: 19px;
    right: 50px;
  }
}
[data-alert=result]::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 3px;
  right: 11px;
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.75%207.01758L10.493%2016.2746C10.3055%2016.462%2010.0512%2016.5674%209.786%2016.5674C9.52084%2016.5674%209.26653%2016.462%209.079%2016.2746L4.25%2011.4456'%20stroke='%23151616'%20stroke-width='1.5'%20stroke-linecap='square'%20stroke-linejoin='round'/%3e%3c/svg%3e");
  background-size: contain;
}
@media (min-width: 1200px) {
  [data-alert=result]::after {
    top: 12px;
  }
}

#drop-down {
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  #drop-down {
    width: 65%;
    height: 100px;
  }
}
#drop-down.opened {
  height: 100%;
}

._moscow > .relevant__contacts-link::before {
  right: -13px;
}

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

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

.about-first {
  position: relative;
  padding-top: 48px;
  overflow: visible;
}
@media (min-width: 1200px) {
  .about-first {
    padding-top: 96px;
  }
}
.about-first::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 320/916;
  background-image: url("data:image/svg+xml,%3csvg%20width='320'%20height='916'%20viewBox='0%200%20320%20916'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='160.044'%20cy='69.955'%20r='845.576'%20transform='rotate(90.2975%20160.044%2069.955)'%20fill='url(%23paint0_radial_1269_2476)'%20fill-opacity='0.7'/%3e%3cdefs%3e%3cradialGradient%20id='paint0_radial_1269_2476'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(160.044%2069.955)%20rotate(90)%20scale(845.576)'%3e%3cstop%20offset='0.00930239'%20stop-color='%23FFBCB8'/%3e%3cstop%20offset='0.682692'%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='%23EAEEF0'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .about-first::before {
    aspect-ratio: 1200/916;
    background-image: url("data:image/svg+xml,%3csvg%20width='1200'%20height='916'%20viewBox='0%200%201200%20916'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='600.044'%20cy='69.955'%20r='845.576'%20transform='rotate(90.2975%20600.044%2069.955)'%20fill='url(%23paint0_radial_1870_24518)'%20fill-opacity='0.7'/%3e%3cdefs%3e%3cradialGradient%20id='paint0_radial_1870_24518'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(600.044%2069.955)%20rotate(90)%20scale(845.576)'%3e%3cstop%20offset='0.00930239'%20stop-color='%23FFBCB8'/%3e%3cstop%20offset='0.682692'%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='%23EAEEF0'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e");
  }
}
@media (min-width: 1920px) {
  .about-first::before {
    left: 50%;
    transform: translateX(-50%);
    max-width: 1692px;
    aspect-ratio: 1692/986;
    background-image: url("data:image/svg+xml,%3csvg%20width='1692'%20height='986'%20viewBox='0%200%201692%20986'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='846.044'%20cy='139.955'%20r='845.576'%20transform='rotate(90.2975%20846.044%20139.955)'%20fill='url(%23paint0_radial_1917_29506)'%20fill-opacity='0.7'/%3e%3cdefs%3e%3cradialGradient%20id='paint0_radial_1917_29506'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(846.044%20139.955)%20rotate(90)%20scale(845.576)'%3e%3cstop%20offset='0.00930239'%20stop-color='%23FFBCB8'/%3e%3cstop%20offset='0.682692'%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='%23EAEEF0'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e");
  }
}
.about-first__top {
  display: flex;
  justify-content: center;
  gap: var(--spacing-sp-md);
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .about-first__top {
    margin-bottom: 48px;
  }
}
.about-first__top-text {
  font-family: Onest, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  border-radius: var(--rd-max);
  padding: 8px 24px;
  background-color: var(--white-white-55);
}
@media (min-width: 1200px) {
  .about-first__top-text {
    font-family: Onest, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding: 16px 32px;
  }
}
.about-first__top-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-color: var(--white-white-55);
}
@media (min-width: 1200px) {
  .about-first__top-logo-wrapper {
    width: 51px;
    height: 51px;
  }
}
.about-first__top-logo {
  max-width: 16px;
}
@media (min-width: 1200px) {
  .about-first__top-logo {
    max-width: 26px;
  }
}
.about-first__title {
  font-family: Onest, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 16px;
  text-align: center;
  text-wrap: balance;
}
@media (min-width: 1200px) {
  .about-first__title {
    font-family: Onest, Arial, sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 62px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1440px) {
  .about-first__title {
    font-family: Onest, Arial, sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 66px;
  }
}
.about-first__title span {
  color: var(--hr-hr-300);
}
.about-first__subtitle {
  font-family: Onest, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 48px;
  text-align: center;
}
@media (min-width: 1200px) {
  .about-first__subtitle {
    font-family: Onest, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 96px;
  }
}
.about-first__figures {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--spacing-sp-xl) var(--spacing-sp-2xl);
  padding-bottom: 48px;
}
@media (min-width: 360px) {
  .about-first__figures {
    padding-inline: 21px;
  }
}
@media (min-width: 1200px) {
  .about-first__figures {
    gap: var(--spacing-sp-3xxl);
    padding-bottom: 96px;
  }
}
@media (min-width: 1440px) {
  .about-first__figures {
    gap: var(--spacing-sp-4xl);
  }
}
.about-first__figures-item {
  width: calc(50% - var(--spacing-sp-2xl) / 2);
  height: auto;
  aspect-ratio: 1;
  background-color: var(--hr-hr-200);
}
@media (min-width: 1200px) {
  .about-first__figures-item {
    width: calc(20% - var(--spacing-sp-3xxl) * 4 / 5);
  }
}
@media (min-width: 1440px) {
  .about-first__figures-item {
    width: calc(20% - var(--spacing-sp-4xl) * 4 / 5);
  }
}
@media (min-width: 1200px) {
  .about-first__figures-item:nth-child(1) {
    order: 3;
  }
}
.about-first__figures-item:nth-child(2) {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg%20width='135'%20height='135'%20viewBox='0%200%20135%20135'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M67.5%200C104.779%200%20135%2030.2208%20135%2067.5C135%20104.779%20104.779%20135%2067.5%20135C30.2208%20135%200%20104.779%200%2067.5C0%2030.2208%2030.2208%200%2067.5%200ZM40%2041V65.5107H60.7422C61.5665%2063.1209%2063.8351%2061.4044%2066.5049%2061.4043C69.871%2061.4043%2072.6006%2064.1329%2072.6006%2067.499C72.6006%2070.8652%2069.871%2073.5938%2066.5049%2073.5938C63.8347%2073.5936%2061.5652%2071.8767%2060.7412%2069.4863H40V94H93V41H40Z'%20fill='%23FF523A'/%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .about-first__figures-item:nth-child(2) {
    order: 4;
  }
}
.about-first__figures-item:nth-child(3) {
  border-radius: 50%;
  background-color: #ffbcb8;
}
@media (min-width: 1200px) {
  .about-first__figures-item:nth-child(3) {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .about-first__figures-item:nth-child(4) {
    order: 5;
  }
}
.about-first__figures-item:nth-child(5) {
  display: none;
  background-color: var(--hr-hr-300);
}
@media (min-width: 1200px) {
  .about-first__figures-item:nth-child(5) {
    display: block;
    order: 1;
  }
}

.about-vacancies__top-text {
  margin: 0 auto 24px 0;
  border-radius: var(--rd-max);
  padding: 32px 46px;
  background-color: var(--white-white);
}
@media (min-width: 1200px) {
  .about-vacancies__top-text {
    font-family: Onest, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
    max-width: 498px;
    padding: 48px 64px;
  }
}
@media (min-width: 1440px) {
  .about-vacancies__top-text {
    max-width: 561px;
    padding: 48px 96px;
  }
}
.about-vacancies__bottom-text {
  text-align: center;
}
@media (min-width: 1200px) {
  .about-vacancies__bottom-text {
    font-family: Onest, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin: -7px 103px 0 auto;
    max-width: 443px;
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .about-vacancies__bottom-text {
    margin: -40px 70px 0 auto;
    max-width: 589px;
  }
}
.about-vacancies__inner {
  margin-top: 48px;
}
@media (min-width: 1200px) {
  .about-vacancies__inner {
    display: flex;
    margin-top: 96px;
  }
}
.about-vacancies__content {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background-color: var(--white-white);
}
@media (min-width: 1200px) {
  .about-vacancies__content {
    align-items: flex-start;
    width: 50%;
    padding: 48px;
  }
}
.about-vacancies__title {
  font-family: Onest, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 8px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .about-vacancies__title {
    font-family: Onest, Arial, sans-serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 64px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1440px) {
  .about-vacancies__title {
    font-family: Onest, Arial, sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 62px;
  }
}
.about-vacancies__subtitle {
  font-family: Onest, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  .about-vacancies__subtitle {
    font-family: Onest, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
  }
}
.about-vacancies__subtitle span {
  color: var(--hr-hr-300);
}
.about-vacancies__btn {
  gap: var(--spacing-sp-md);
}
@media (min-width: 1200px) {
  .about-vacancies__btn {
    margin-top: auto;
    min-width: 149px;
  }
}
.about-vacancies__btn:hover, .about-vacancies__btn:focus {
  background-color: var(--grey-grey-500);
  color: var(--paygine-paygine-200);
}
.about-vacancies__btn:active {
  background-color: var(--black-black);
  color: var(--paygine-paygine-400);
}
.about-vacancies__img-wrapper {
  position: relative;
  overflow: hidden;
  height: 198px;
  background-color: var(--grey-grey-100);
}
@media (min-width: 360px) {
  .about-vacancies__img-wrapper {
    height: 225px;
  }
}
@media (min-width: 1200px) {
  .about-vacancies__img-wrapper {
    width: 50%;
    height: 354px;
  }
}
.about-vacancies__img {
  position: absolute;
  top: -50%;
  right: 0;
  width: 316px;
  height: 310px;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
}
@media (min-width: 360px) {
  .about-vacancies__img {
    width: 358px;
    height: 352px;
  }
}
@media (min-width: 1200px) {
  .about-vacancies__img {
    width: 595px;
    height: 584px;
  }
}

.about-statistics {
  position: relative;
  overflow: hidden;
  padding-block: 92px;
}
@media (min-width: 360px) {
  .about-statistics {
    padding-block: 72px;
  }
}
@media (min-width: 1200px) {
  .about-statistics {
    padding-block: 0;
  }
}
.about-statistics__title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 12px;
  aspect-ratio: 1;
}
@media (min-width: 1200px) {
  .about-statistics__title-wrapper {
    height: 810px;
    aspect-ratio: unset;
  }
}
.about-statistics__title-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 296/313;
  background-image: url("data:image/svg+xml,%3csvg%20width='296'%20height='313'%20viewBox='0%200%20296%20313'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.79'%20filter='url(%23filter0_f_1269_2509)'%3e%3ccircle%20cx='148'%20cy='156.586'%20r='148'%20fill='url(%23paint0_radial_1269_2509)'%20fill-opacity='0.66'/%3e%3c/g%3e%3cg%20opacity='0.74'%20filter='url(%23filter1_f_1269_2509)'%3e%3cellipse%20cx='148.002'%20cy='156.588'%20rx='100.859'%20ry='101.225'%20fill='url(%23paint1_radial_1269_2509)'%20fill-opacity='0.69'/%3e%3c/g%3e%3cg%20opacity='0.82'%20filter='url(%23filter2_f_1269_2509)'%3e%3cellipse%20cx='147.816'%20cy='156.584'%20rx='61.5753'%20ry='62.1235'%20fill='url(%23paint2_radial_1269_2509)'%20fill-opacity='0.84'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_1269_2509'%20x='-8.40369'%20y='0.182245'%20width='312.807'%20height='312.807'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='4.20185'%20result='effect1_foregroundBlur_1269_2509'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_1269_2509'%20x='26.1443'%20y='34.365'%20width='243.715'%20height='244.446'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='10.4992'%20result='effect1_foregroundBlur_1269_2509'/%3e%3c/filter%3e%3cfilter%20id='filter2_f_1269_2509'%20x='63.0834'%20y='71.3041'%20width='169.464'%20height='170.56'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='11.5784'%20result='effect1_foregroundBlur_1269_2509'/%3e%3c/filter%3e%3cradialGradient%20id='paint0_radial_1269_2509'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(148%20156.586)%20rotate(89.9316)%20scale(156.794)'%3e%3cstop%20stop-color='%23FFB5AB'/%3e%3cstop%20offset='0.245'%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.41'/%3e%3c/radialGradient%3e%3cradialGradient%20id='paint1_radial_1269_2509'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(148.002%20156.588)%20rotate(90)%20scale(101.225%20100.859)'%3e%3cstop%20stop-color='%23FFCCC5'%20stop-opacity='0.6'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/radialGradient%3e%3cradialGradient%20id='paint2_radial_1269_2509'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(147.816%20156.584)%20rotate(90)%20scale(62.1235%2061.5753)'%3e%3cstop%20stop-color='%23FFDAD5'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .about-statistics__title-wrapper::before {
    width: 810px;
    aspect-ratio: 828/811;
    background-image: url("data:image/svg+xml,%3csvg%20width='828'%20height='811'%20viewBox='0%200%20828%20811'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.79'%20filter='url(%23filter0_f_1870_24551)'%3e%3ccircle%20cx='414'%20cy='405.625'%20r='405'%20fill='url(%23paint0_radial_1870_24551)'%20fill-opacity='0.66'/%3e%3c/g%3e%3cg%20opacity='0.74'%20filter='url(%23filter1_f_1870_24551)'%3e%3cellipse%20cx='414'%20cy='405.625'%20rx='276'%20ry='277'%20fill='url(%23paint1_radial_1870_24551)'%20fill-opacity='0.69'/%3e%3c/g%3e%3cg%20opacity='0.82'%20filter='url(%23filter2_f_1870_24551)'%3e%3cellipse%20cx='413.5'%20cy='405.625'%20rx='168.5'%20ry='170'%20fill='url(%23paint2_radial_1870_24551)'%20fill-opacity='0.84'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_1870_24551'%20x='0.596308'%20y='-7.77869'%20width='826.807'%20height='826.807'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='4.20185'%20result='effect1_foregroundBlur_1870_24551'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_1870_24551'%20x='117.002'%20y='107.627'%20width='593.997'%20height='595.997'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='10.4992'%20result='effect1_foregroundBlur_1870_24551'/%3e%3c/filter%3e%3cfilter%20id='filter2_f_1870_24551'%20x='221.843'%20y='212.468'%20width='383.314'%20height='386.314'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='11.5784'%20result='effect1_foregroundBlur_1870_24551'/%3e%3c/filter%3e%3cradialGradient%20id='paint0_radial_1870_24551'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(414%20405.625)%20rotate(89.9316)%20scale(429.065)'%3e%3cstop%20stop-color='%23FFB5AB'/%3e%3cstop%20offset='0.245'%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.41'/%3e%3c/radialGradient%3e%3cradialGradient%20id='paint1_radial_1870_24551'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(414%20405.625)%20rotate(90)%20scale(277%20276)'%3e%3cstop%20stop-color='%23FFCCC5'%20stop-opacity='0.6'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/radialGradient%3e%3cradialGradient%20id='paint2_radial_1870_24551'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(413.5%20405.625)%20rotate(90)%20scale(170%20168.5)'%3e%3cstop%20stop-color='%23FFDAD5'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e");
  }
}
.about-statistics__title {
  font-family: Onest, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 1200px) {
  .about-statistics__title {
    font-family: Onest, Arial, sans-serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .about-statistics__title {
    font-family: Onest, Arial, sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 62px;
  }
}
.about-statistics__list {
  position: absolute;
  inset: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--spacing-sp-lg);
}
@media (min-width: 1440px) {
  .about-statistics__list {
    left: 50%;
    transform: translateX(-50%);
    width: 1440px;
  }
}
.about-statistics__item {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-sp-md);
  max-width: 136px;
}
@media (min-width: 360px) {
  .about-statistics__item {
    max-width: 156px;
  }
}
@media (min-width: 1200px) {
  .about-statistics__item {
    align-items: flex-start;
    gap: var(--spacing-sp-xl);
    max-width: 250px;
  }
}
.about-statistics__item:nth-child(1) {
  top: 0;
  left: 24px;
}
@media (min-width: 1200px) {
  .about-statistics__item:nth-child(1) {
    top: 96px;
    left: 22vw;
  }
}
@media (min-width: 1440px) {
  .about-statistics__item:nth-child(1) {
    left: 390px;
  }
}
.about-statistics__item:nth-child(2) {
  top: 55px;
  right: 12px;
}
@media (min-width: 1200px) {
  .about-statistics__item:nth-child(2) {
    top: 190px;
    right: 9vw;
  }
}
@media (min-width: 1440px) {
  .about-statistics__item:nth-child(2) {
    right: 230px;
  }
}
.about-statistics__item:nth-child(3) {
  bottom: 85px;
  left: 24px;
}
@media (min-width: 1200px) {
  .about-statistics__item:nth-child(3) {
    bottom: 208px;
    left: 14vw;
  }
}
@media (min-width: 1440px) {
  .about-statistics__item:nth-child(3) {
    left: 276px;
  }
}
.about-statistics__item:nth-child(3) .about-statistics__item-number {
  background-color: var(--hr-hr-200);
  color: var(--white-white);
}
.about-statistics__item:nth-child(4) {
  right: 12px;
  bottom: 0;
  max-width: 156px;
}
@media (min-width: 1200px) {
  .about-statistics__item:nth-child(4) {
    right: 8vw;
    bottom: 118px;
    max-width: 250px;
  }
}
@media (min-width: 1440px) {
  .about-statistics__item:nth-child(4) {
    right: 230px;
  }
}
.about-statistics__item-number {
  font-family: Onest, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  -webkit-backdrop-filter: blur(6.5px);
          backdrop-filter: blur(6.5px);
  border-radius: var(--rd-max);
  padding: 8px 16px;
  background-color: var(--white-white);
}
@media (min-width: 1200px) {
  .about-statistics__item-number {
    font-family: Onest, Arial, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    padding: 16px 32px;
  }
}
.about-statistics__item-text {
  font-family: Onest, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}
@media (min-width: 1200px) {
  .about-statistics__item-text {
    font-family: Onest, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding-inline: 16px;
    text-align: left;
  }
}

.about-goals__title {
  font-family: Onest, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 24px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 1200px) {
  .about-goals__title {
    font-family: Onest, Arial, sans-serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 64px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1440px) {
  .about-goals__title {
    font-family: Onest, Arial, sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 62px;
  }
}
.about-goals__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-goals__item {
  position: sticky;
  max-width: 514px;
  width: 100%;
  height: 420px;
  padding: 24px;
  background-color: var(--hr-hr-100);
}
@media (min-width: 1200px) {
  .about-goals__item {
    height: 537px;
    padding: 32px;
  }
}
.about-goals__item:nth-child(1) {
  top: 94px;
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  .about-goals__item:nth-child(1) {
    top: 116px;
    margin-bottom: 64px;
  }
}
@media (min-width: 360px) {
  .about-goals__item:nth-child(1) .about-goals__item-text {
    max-width: 272px;
  }
}
@media (min-width: 1200px) {
  .about-goals__item:nth-child(1) .about-goals__item-text {
    max-width: 100%;
  }
}
.about-goals__item:nth-child(2) {
  top: 118px;
  margin-bottom: 24px;
  background-color: var(--hr-hr-200);
}
@media (min-width: 1200px) {
  .about-goals__item:nth-child(2) {
    top: 148px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .about-goals__item:nth-child(2) .about-goals__item-text {
    max-width: 302px;
  }
}
.about-goals__item:nth-child(3) {
  top: 142px;
  background-color: var(--hr-hr-300);
}
@media (min-width: 1200px) {
  .about-goals__item:nth-child(3) {
    top: 174px;
  }
}
@media (min-width: 1200px) {
  .about-goals__item:nth-child(3) .about-goals__item-text {
    max-width: 365px;
  }
}
.about-goals__item-title {
  font-family: Onest, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  margin-bottom: 8px;
  text-align: left;
}
@media (min-width: 1200px) {
  .about-goals__item-title {
    font-family: Onest, Arial, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
    margin-bottom: 24px;
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .about-goals__item-title {
    font-family: Onest, Arial, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
  }
}
.about-goals__item-text {
  font-family: Onest, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .about-goals__item-text {
    font-family: Onest, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
  }
}
.about-goals__item-img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 70%;
}

.about-proposal__container {
  display: flex;
  flex-direction: column;
}
.about-proposal__label {
  font-family: Onest, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: inline-block;
  margin: 0 auto 16px;
  border-radius: var(--rd-max);
  padding: 8px 24px;
  background-color: var(--white-white);
}
@media (min-width: 1200px) {
  .about-proposal__label {
    font-family: Onest, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding: 16px 32px;
  }
}
.about-proposal__title {
  font-family: Onest, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 16px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 1200px) {
  .about-proposal__title {
    font-family: Onest, Arial, sans-serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .about-proposal__title {
    font-family: Onest, Arial, sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 62px;
  }
}
.about-proposal__short-description {
  font-family: Onest, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 1200px) {
  .about-proposal__short-description {
    font-family: Onest, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 auto 48px;
    max-width: 439px;
  }
}
.about-proposal__ldescription-slogan-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp-2xl);
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .about-proposal__ldescription-slogan-wrapper {
    flex-direction: row;
    margin-bottom: 48px;
  }
}
.about-proposal__long-description {
  font-family: Onest, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp-2xl);
  padding: 24px;
  background-color: var(--white-white);
}
@media (min-width: 1200px) {
  .about-proposal__long-description {
    font-family: Onest, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    width: 50%;
    padding: 48px;
  }
}
.about-proposal__slogan-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-sp-xl);
  border-radius: var(--rd-max);
  padding: 24px 24px 24px 32px;
  background-color: var(--white-white);
}
@media (min-width: 1200px) {
  .about-proposal__slogan-wrapper {
    gap: var(--spacing-sp-2xl);
    width: 50%;
    padding: 24px 24px 24px 96px;
  }
}
.about-proposal__slogan-text {
  font-family: Onest, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  text-align: left;
  text-wrap: balance;
}
@media (min-width: 1200px) {
  .about-proposal__slogan-text {
    font-family: Onest, Arial, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
    max-width: 235px;
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .about-proposal__slogan-text {
    font-family: Onest, Arial, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    max-width: 292px;
  }
}
.about-proposal__slogan-logo {
  min-width: 36px;
  height: 36px;
}
@media (min-width: 360px) {
  .about-proposal__slogan-logo {
    min-width: 56px;
    height: 56px;
  }
}
@media (min-width: 1200px) {
  .about-proposal__slogan-logo {
    min-width: 167px;
    height: 167px;
  }
}
.about-proposal__bottom {
  overflow: hidden;
  background-color: var(--white-white);
}
.about-proposal__bottom-header {
  position: relative;
  cursor: none;
}
.about-proposal__flashlight-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp-5xl);
  padding: 48px 12px;
}
@media (min-width: 360px) {
  .about-proposal__flashlight-text-wrapper {
    padding: 48px 24px;
  }
}
@media (min-width: 1200px) {
  .about-proposal__flashlight-text-wrapper {
    gap: var(--spacing-sp-xl);
    padding: 130px 96px 120px;
  }
}
.about-proposal__flashlight-text {
  font-family: Onest, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
  color: var(--hr-hr-300);
}
@media (min-width: 1200px) {
  .about-proposal__flashlight-text {
    font-family: Onest, Arial, sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 62px;
  }
}
@media (min-width: 1200px) {
  .about-proposal__flashlight-text._top {
    padding-left: 70px;
  }
}
@media (min-width: 1440px) {
  .about-proposal__flashlight-text._top {
    padding-left: 184px;
  }
}
.about-proposal__flashlight-text._bottom {
  padding-right: 48px;
  text-align: right;
}
@media (min-width: 1200px) {
  .about-proposal__flashlight-text._bottom {
    padding-right: 75px;
  }
}
@media (min-width: 1440px) {
  .about-proposal__flashlight-text._bottom {
    padding-right: 184px;
  }
}
.about-proposal__flashlight-wrapper {
  position: absolute;
  inset: 0;
  background-color: rgba(232, 236, 238, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-mask-image: radial-gradient(circle 60px at var(--x, 50%) var(--y, 50%), transparent 60px, black 60px);
          mask-image: radial-gradient(circle 60px at var(--x, 50%) var(--y, 50%), transparent 60px, black 60px);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-composite: destination-out;
          mask-composite: destination-out;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .about-proposal__flashlight-wrapper {
    -webkit-mask-image: radial-gradient(circle 120px at var(--x, 20%) var(--y, 50%), transparent 120px, black 60px);
            mask-image: radial-gradient(circle 120px at var(--x, 20%) var(--y, 50%), transparent 120px, black 60px);
  }
}
.about-proposal__flashlight {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 103px;
  height: 103px;
  background-image: url("data:image/svg+xml,%3csvg%20width='103'%20height='103'%20viewBox='0%200%20103%20103'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M-0.00195312%2049.9922C12.0681%2047.9432%2023.6419%2042.261%2032.9579%2032.945C42.2694%2023.6335%2047.9501%2012.0662%2050.0017%200.00236295L59.1126%2034.0015L63.8048%2051.521L57.8855%2059.1045L51.5278%2063.798L34.0082%2059.1045L-0.00195312%2049.9922Z'%20fill='url(%23paint0_linear_1269_2571)'/%3e%3cpath%20d='M67.8267%2054.8021L68.044%2062.3391L62.062%2068.332L57.4773%2068.3701M55.1272%2061.0052C53.5848%2059.4656%2053.5825%2056.9672%2055.1221%2055.4247C56.6617%2053.8823%2059.1602%2053.8801%2060.7026%2055.4197M77.459%2071.5259L68.1497%2062.2336L61.9548%2068.4398L71.2641%2077.7321C72.9779%2079.4428%2075.754%2079.4402%2077.4647%2077.7264M51.4102%2064.7305L64.4194%2051.6975L67.5225%2054.7949L54.5132%2067.8279L51.4102%2064.7305Z'%20stroke='%23151616'%20stroke-width='1.5'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_1269_2571'%20x1='24.5533'%20y1='23.0146'%20x2='100.642'%20y2='101.077'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='%23FF7663'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  will-change: transform;
}
@media (min-width: 1200px) {
  .about-proposal__flashlight {
    width: 234px;
    height: 235px;
  }
}
.about-proposal__bottom-footer {
  position: relative;
  z-index: 2;
  padding: 16px 16px 48px;
}
@media (min-width: 1200px) {
  .about-proposal__bottom-footer {
    padding: 16px 96px 48px;
  }
}
@media (min-width: 1440px) {
  .about-proposal__bottom-footer {
    padding: 16px 48px 72px;
  }
}
.about-proposal__bottom-footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background-color: rgba(232, 236, 238, 0.5);
}
.about-proposal__bottom-text {
  font-family: Onest, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .about-proposal__bottom-text {
    font-family: Onest, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-left: auto;
    max-width: 453px;
  }
}
@media (min-width: 1440px) {
  .about-proposal__bottom-text {
    max-width: 580px;
  }
}

.about-gallery {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: calc(100vh - 46px);
  perspective: 1000px;
  transform-style: preserve-3d;
}
@media (min-width: 1200px) {
  .about-gallery {
    height: calc(100vh - 68px);
  }
}
.about-gallery__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
}
@media (min-width: 1200px) {
  .about-gallery__title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (min-width: 1440px) {
  .about-gallery__title {
    font-size: 120px;
    line-height: 120px;
  }
}
.about-gallery__title span {
  color: var(--hr-hr-200);
}
.about-gallery__list {
  position: absolute;
  inset: 0;
}
.about-gallery__item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-style: preserve-3d;
  will-change: transform, opacity;
}
@media (min-width: 1200px) {
  .about-gallery__item {
    max-width: 33%;
  }
}
.about-gallery__item video {
  max-width: 100%;
}
/* End */


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

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

.card__feature {
	background: #F5F5F5;
}


@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?1756469348149803 */
/* /bitrix/templates/landing_paygine/template_styles.css?1754489851336 */
