@charset "UTF-8";
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/**
* Селекторы для таргетинга на конкретные браузеры без влияния на специфику или
* ограничение использования в медиа-запросах
*
* Плюсы:
* - Работает с медиа-запросами
*
* Минусы:
* - Не может использоваться с @extend, так как это приведет к недействительности других селекторов
*/
/**
* Целевой Internet Explorer, но не Edge
*
* @demo
*	div {
*		@include browser-ie () {
*			// ...
*		}
*	}
*/
/**
* Target IE-Edge
*/
/**
* Target Firefox
*/
/**
* Target Safari
*/
/**
* Target all WebKit browsers
*/
/**
* Remove the unit of a length
*
* @param {Number} $number - Number to remove unit from
* @return {Number} - Unitless number
*/
/**
* Returns nth property from css property list
*
* @property {map} $list List
* @property {number} $index Item index
*
* @example
*	$bottom-margin: css-nth(10px 20px 30px 40px, 3); // 30px
*	$bottom-margin: css-nth(10px 20px, 3); // 10px
*/
/**
* Remove nth elements from the list
*
* @property {map} $list List
* @property {number} $index Item index
*
* @example
*	$list: remove-nth(10px 20px 30px 40px, 3); // 10px 20px 40px
*/
/**
* In each $list pair of $breakpoint: $value replaces all values with 'inherit'
* except for one in $index position
*
* 'inherit' value when used with 'margins' or 'paddings' mixin will not produce any output
*
* @example
*	$spacer: (xs: 10px 11px 12px 13px, md: 20px 0);
*
*	$spacer-top-only: breakpointPickCssNth($spacer, 1);
* => (xs: 10px inherit inherit inherit, md: 20px inherit inherit inherit)
*	@include margins($spacer-top-only);
*
*	$spacer-bottom-only: breakpointPickCssNth($spacer, 3);
* => (xs: inherit inherit 12px inherit, md: inherit inherit 20px inherit)
*	@include paddings($spacer-bottom-only);
*/
/**
* In each $list pair of $breakpoint: $value replaces all values with 'inherit'
* except for top (first) and bottom (third) properties
*
* @example
*	$spacer: (xs: 10px 11px 12px 13px, md: 20px 0);
*
*	$spacer-top-bottom: breakpoint-pick-top-bottom($spacer);
* => (xs: 10px inherit 12px inherit, md: 20px inherit 20px inherit)
*	@include margins($spacer-top-bottom);
*/
/**
* In each $list pair of $breakpoint: $value replaces all values with 'inherit'
* except for right (second) and left (fourth) properties
*
* @example
*	$spacer: (xs: 10px 11px 12px 13px, md: 20px 0);
*
*	$spacer-left-right: breakpoint-pick-top-bottom($spacer);
* => (xs: inherit 11px inherit 13px, md: inherit 0 inherit 0)
*	@include margins($spacer-left-right);
*/
/**
* In each $list pair of $breakpoint: $value merges all values skipping 'inherit'
*
* @example
*	$list-a: (xs: 10px inherit 20px inherit, md: 30px inherit);
*	$list-b: (xs: 40px inherit inherit inherit, md: inherit 50px);
*
*	$list-result: breakpointMapMerge($list-a, $list-b);
*	// (xs: 40px inherit 20px inherit, md: 30px 50px);
*/
/**
* Returns deeply nested property from a map
*
* @function mapGetDeep Deep get for sass maps
* @author https://css-tricks.com/snippets/sass/deep-getset-maps/
* @param {Map} $map - Map
* @param {Arglist} $keys - Key chain
*
* @example
*	$paddings: mapGetDeep($grid-containers, default, paddings, xs);
*/
/**
* Mixin for object-fit plugin
*
* @see https://github.com/bfred-it/object-fit-images
* @see components/_background.scss
* @example
*	@include object-fit(contain);
*	@include object-fit(cover, top);
*/
/**
* Split string into a list
*
* @property {string} $string String
* @property {string} $separator Separator
*
* @example
*	$list: str-split("hello+world", "+"); // (hello, world)
*/
/**
* Converts SVG into data url so that this SVG could be used as a
* background image
*
* @example
*	background-image: svgtodataurl("<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100">...</svg>");
*/
/**
* Remove keys from the map
*
* @param {Map} $map - Map from which to remove items
* @param {List} $keys - List of keys which to remove
* @return {Map} - Map without the specified keys
*/
/**
* Качество рендеринга изображений
* В Chrome качество фонового изображения не самое лучшее при использовании background-size
*/
@font-face {
  src: local("Montserrat"), url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: local("Montserrat"), url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: local("Montserrat"), url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: local("Montserrat"), url("../fonts/Montserrat/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-ExtraBold.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

/*! 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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 {
  --width-base: 360;
  --width-current: 100vmin;
  --width-multiplier: var(--width-current) / var(--width-base); }
  @media (min-width: 768px) and (max-width: 1024px) {
    :root {
      --width-base: 834; } }
  @media (min-width: 1025px) {
    :root {
      --width-base: 1440;
      --width-current: 100vw; } }

@media (min-width: 1025px) and (min-aspect-ratio: 2 / 1) {
  :root {
    --width-base: 760;
    --width-current: 100vh; } }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

*::-moz-selection {
  color: #fff;
  background-color: rgba(255, 121, 130, 0.7); }

*::selection {
  color: #fff;
  background-color: rgba(255, 121, 130, 0.7); }

html {
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  position: relative;
  min-height: 100vh;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  background-color: #000; }

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

a,
button {
  outline: none;
  text-decoration: none;
  color: currentColor;
  cursor: pointer; }

a {
  color: currentColor; }

button {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none; }

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: cover; object-position: center center"; }

svg {
  display: block;
  width: 100%;
  height: 100%; }

.select2-selection:focus,
.select2-selection:visited,
.select2-selection:active,
.select2-selection:hover,
a:focus,
a:visited,
a:active,
a:hover,
textarea:focus,
textarea:visited,
textarea:active,
textarea:hover,
input:focus,
input:visited,
input:active,
input:hover,
select:focus,
select:visited,
select:active,
select:hover,
button:focus,
button:visited,
button:active,
button:hover {
  outline: 0;
  outline-style: none; }

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

.is-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.is-block {
  display: block !important; }

.is-hide {
  opacity: 0; }

@media (min-width: 768px) and (max-width: 1024px) {
  .for-desktop {
    display: none !important; } }

@media (max-width: 767px) {
  .for-desktop {
    display: none !important; } }

@media (min-width: 1025px) {
  .for-tablet {
    display: none !important; } }

@media (max-width: 767px) {
  .for-tablet {
    display: none !important; } }

@media (min-width: 1025px) {
  .for-mobile {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .for-mobile {
    display: none !important; } }

.clearfix {
  overflow: auto; }
  .clearfix::after {
    content: "";
    display: table;
    clear: both; }

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0); }

/* stylelint-disable */
.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto; }

/* stylelint-enable */
.home {
  overflow: hidden;
  min-height: 100vh; }

[data-animate="fade-up"]:not(.is-animate) {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px); }

[data-animate="fade-left"]:not(.is-animate) {
  opacity: 0;
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px); }

[data-animate="fade-up"],
[data-animate="fade-left"] {
  will-change: transform, opacity; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10; }
  .header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: calc(24 * var(--width-multiplier));
    padding: calc(6 * var(--width-multiplier)) calc(12 * var(--width-multiplier)); }
    @media (min-width: 768px) and (max-width: 1024px) {
      .header__content {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        gap: calc(32 * var(--width-multiplier));
        padding: calc(22 * var(--width-multiplier)) calc(32 * var(--width-multiplier)); } }
    @media (min-width: 1025px) {
      .header__content {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        gap: calc(32 * var(--width-multiplier));
        margin: 0 auto;
        padding: calc(31 * var(--width-multiplier)) calc(36 * var(--width-multiplier)) 0 calc(32 * var(--width-multiplier));
        max-width: calc(1440 * var(--width-multiplier)); } }
  .header__logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 auto 0 0;
    width: calc(32 * var(--width-multiplier));
    height: calc(24 * var(--width-multiplier)); }
    @media (min-width: 768px) and (max-width: 1024px) {
      .header__logo {
        width: calc(72 * var(--width-multiplier));
        height: calc(54 * var(--width-multiplier)); } }
    @media (min-width: 1025px) {
      .header__logo {
        width: calc(72 * var(--width-multiplier));
        height: calc(54 * var(--width-multiplier)); } }
  .header__support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 2px solid #3f3f3f;
    border-radius: calc(34 * var(--width-multiplier));
    padding: calc(5 * var(--width-multiplier)) calc(10 * var(--width-multiplier));
    font-weight: 800;
    font-size: calc(16 * var(--width-multiplier));
    color: #3f3f3f;
    -webkit-transition: border-color 0.15s, color 0.15s;
    transition: border-color 0.15s, color 0.15s; }
    .header__support:active {
      border-color: #ff7982;
      color: #ff7982; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .header__support {
        padding: calc(10 * var(--width-multiplier));
        font-size: calc(16 * var(--width-multiplier)); } }
    @media (min-width: 1025px) {
      .header__support {
        padding: calc(10 * var(--width-multiplier));
        font-size: calc(16 * var(--width-multiplier)); }
        .header__support:hover {
          border-color: #ff7982;
          color: #ff7982; } }
  .header__get {
    font-weight: 800;
    font-size: calc(14 * var(--width-multiplier));
    line-height: 1.21429;
    text-transform: uppercase;
    color: #3f3f3f;
    -webkit-transition: color 0.15s;
    transition: color 0.15s; }
    .header__get:active {
      color: #ff7982; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .header__get {
        font-size: calc(20 * var(--width-multiplier));
        line-height: 1.2;
        letter-spacing: 0.1em; } }
    @media (min-width: 1025px) {
      .header__get {
        font-size: calc(20 * var(--width-multiplier));
        line-height: 1.2;
        letter-spacing: 0.1em; }
        .header__get:hover {
          color: #ff7982; } }
  @media (max-width: 767px) {
    .header {
      backdrop-filter: blur(calc(10 * var(--width-multiplier)));
      background: -webkit-gradient(linear, left top, left bottom, color-stop(-20%, #000), to(rgba(0, 0, 0, 0)));
      background: linear-gradient(180deg, #000 -20%, rgba(0, 0, 0, 0) 100%); } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .header {
      backdrop-filter: blur(calc(10 * var(--width-multiplier)));
      background: -webkit-gradient(linear, left top, left bottom, color-stop(-20%, #000), to(rgba(0, 0, 0, 0)));
      background: linear-gradient(180deg, #000 -20%, rgba(0, 0, 0, 0) 100%); } }

.footer {
  position: relative;
  z-index: 3;
  width: 100%; }
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #4b4b4b;
    padding: calc(20 * var(--width-multiplier)) calc(40 * var(--width-multiplier)); }
    @media (min-width: 768px) and (max-width: 1024px) {
      .footer__container {
        gap: calc(40 * var(--width-multiplier));
        padding: calc(12 * var(--width-multiplier)) 0 calc(30 * var(--width-multiplier)); }
        .footer__container::before {
          content: "";
          display: block; } }
    @media (min-width: 1025px) {
      .footer__container {
        gap: calc(40 * var(--width-multiplier));
        margin: 0 auto;
        padding: calc(12 * var(--width-multiplier)) 0 calc(38 * var(--width-multiplier));
        max-width: calc(1440 * var(--width-multiplier)); }
        .footer__container::before {
          content: "";
          display: block; } }
  .footer__link, .footer__copyright {
    font-size: calc(15 * var(--width-multiplier));
    line-height: 1.2;
    color: #4b4b4b; }
  .footer__link {
    -webkit-transition: color 0.15s;
    transition: color 0.15s; }
    .footer__link:active {
      color: #ff7982; }
    @media (min-width: 1025px) {
      .footer__link:hover {
        color: #ff7982; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .footer {
      padding: 0 calc(24 * var(--width-multiplier)); } }
  @media (min-width: 1025px) {
    .footer {
      padding: 0 calc(36 * var(--width-multiplier)); } }

.intro {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: calc(80 * var(--width-multiplier)) calc(20 * var(--width-multiplier)) 0;
  min-height: calc(538 * var(--width-multiplier)); }
  .intro__logo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    pointer-events: none; }
    @media (max-width: 767px) {
      .intro__logo::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(40%, #000), to(rgba(83, 69, 55, 0)));
        background: linear-gradient(0deg, #000 0%, #000 40%, rgba(83, 69, 55, 0) 100%);
        -webkit-filter: blur(calc(36.5 * var(--width-multiplier)));
                filter: blur(calc(36.5 * var(--width-multiplier))); } }
  .intro__logo-n {
    position: absolute;
    left: calc(50% - calc(138.5 * var(--width-multiplier)));
    top: calc(50% - calc(211 * var(--width-multiplier)));
    z-index: 1;
    width: calc(277 * var(--width-multiplier));
    height: calc(256 * var(--width-multiplier)); }
    @media (min-width: 768px) and (max-width: 1024px) {
      .intro__logo-n {
        left: calc(50% - calc(229.5 * var(--width-multiplier)));
        top: calc(50% - calc(203 * var(--width-multiplier)));
        width: calc(459 * var(--width-multiplier));
        height: calc(422 * var(--width-multiplier)); } }
    @media (min-width: 1025px) {
      .intro__logo-n {
        left: calc(50% - calc(350 * var(--width-multiplier)));
        top: calc(50% - calc(334 * var(--width-multiplier)));
        width: calc(700 * var(--width-multiplier));
        height: calc(644 * var(--width-multiplier)); } }
  .intro__logo-vpn {
    position: absolute;
    left: calc(50% - calc(185 * var(--width-multiplier)));
    top: calc(50% - calc(129.5 * var(--width-multiplier)));
    z-index: 2;
    width: calc(370 * var(--width-multiplier));
    height: calc(135 * var(--width-multiplier)); }
    @media (min-width: 768px) and (max-width: 1024px) {
      .intro__logo-vpn {
        left: calc(50% - calc(349 * var(--width-multiplier)));
        top: calc(50% - calc(159 * var(--width-multiplier)));
        width: calc(766 * var(--width-multiplier));
        height: calc(312 * var(--width-multiplier)); } }
    @media (min-width: 1025px) {
      .intro__logo-vpn {
        left: calc(50% - calc(576 * var(--width-multiplier)));
        top: calc(50% - calc(265 * var(--width-multiplier)));
        width: calc(1252 * var(--width-multiplier));
        height: calc(510 * var(--width-multiplier)); } }
  .intro__container {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .intro__title {
    position: relative;
    z-index: 2;
    margin: 0 0 calc(32 * var(--width-multiplier));
    font-weight: 700;
    font-size: calc(44 * var(--width-multiplier));
    line-height: 1;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .intro__title {
        margin: 0 0 calc(24 * var(--width-multiplier));
        font-size: calc(52 * var(--width-multiplier)); } }
    @media (min-width: 1025px) {
      .intro__title {
        margin: 0 0 calc(24 * var(--width-multiplier));
        font-size: calc(72 * var(--width-multiplier)); } }
  .intro__text {
    position: relative;
    z-index: 2;
    margin: 0 0 calc(44 * var(--width-multiplier));
    font-weight: 500;
    font-size: calc(18 * var(--width-multiplier));
    line-height: 1.27273;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .intro__text {
        margin: 0 0 calc(80 * var(--width-multiplier));
        font-size: calc(22 * var(--width-multiplier)); } }
    @media (min-width: 1025px) {
      .intro__text {
        margin: 0 0 calc(60 * var(--width-multiplier));
        font-size: calc(22 * var(--width-multiplier)); } }
  .intro__button {
    position: relative;
    z-index: 1;
    width: calc(280 * var(--width-multiplier));
    height: calc(72 * var(--width-multiplier));
    font-weight: 800;
    font-size: calc(20 * var(--width-multiplier));
    line-height: 1.09091;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    -webkit-transition: border-color 0.15s;
    transition: border-color 0.15s; }
    .intro__button:active::before {
      opacity: 1; }
    .intro__button:active span::before {
      opacity: 0; }
    .intro__button:active span::after {
      opacity: 0.5; }
    .intro__button:active p {
      border-color: rgba(255, 255, 255, 0); }
    .intro__button::before {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1;
      border-radius: calc(12 * var(--width-multiplier));
      width: 100%;
      height: 100%;
      opacity: 0;
      background: -webkit-gradient(linear, left top, right top, from(#ff8565), to(#ff49f8));
      background: linear-gradient(90deg, #ff8565 0%, #ff49f8 100%);
      -webkit-transition: opacity 0.15s;
      transition: opacity 0.15s; }
    .intro__button span {
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: -1;
      overflow: hidden;
      border-radius: 50%;
      width: calc(2266 * var(--width-multiplier));
      height: calc(266 * var(--width-multiplier));
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-filter: blur(calc(194 * var(--width-multiplier)));
              filter: blur(calc(194 * var(--width-multiplier)));
      pointer-events: none; }
      .intro__button span::before, .intro__button span::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        will-change: opacity; }
      .intro__button span::before {
        background-color: #000; }
      .intro__button span::after {
        opacity: 0;
        background-color: #ff7b9b; }
    .intro__button p {
      position: relative;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 1px solid #fff;
      border-radius: calc(12 * var(--width-multiplier));
      width: 100%;
      height: 100%; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .intro__button {
        width: calc(290 * var(--width-multiplier));
        height: calc(70 * var(--width-multiplier)); }
        .intro__button span {
          height: calc(527 * var(--width-multiplier)); } }
    @media (min-width: 1025px) {
      .intro__button {
        width: calc(290 * var(--width-multiplier));
        height: calc(70 * var(--width-multiplier)); }
        .intro__button:hover::before {
          opacity: 1; }
        .intro__button:hover span::before {
          opacity: 0; }
        .intro__button:hover span::after {
          opacity: 0.5; }
        .intro__button:hover p {
          border-color: rgba(255, 255, 255, 0); }
        .intro__button span {
          height: calc(527 * var(--width-multiplier)); } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .intro {
      padding: calc(166 * var(--width-multiplier)) calc(40 * var(--width-multiplier)) 0;
      min-height: calc(600 * var(--width-multiplier)); } }
  @media (min-width: 1025px) {
    .intro {
      margin: 0 auto;
      padding: calc(60 * var(--width-multiplier)) calc(40 * var(--width-multiplier)) 0;
      max-width: calc(1440 * var(--width-multiplier));
      min-height: calc(726 * var(--width-multiplier)); } }

.info {
  position: relative;
  z-index: 2;
  border-radius: calc(30 * var(--width-multiplier)) calc(30 * var(--width-multiplier)) 0 0;
  color: #0c0b0d;
  background-color: #fff; }
  .info__views {
    padding: calc(13 * var(--width-multiplier)) calc(10 * var(--width-multiplier)) 0; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .info__views {
        padding: calc(16 * var(--width-multiplier)) calc(16 * var(--width-multiplier)) 0; } }
    @media (min-width: 1025px) {
      .info__views {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: calc(80 * var(--width-multiplier));
        padding: calc(36 * var(--width-multiplier)) calc(36 * var(--width-multiplier)) 0; } }
  .info__view {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto calc(52 * var(--width-multiplier));
    border-radius: calc(20 * var(--width-multiplier));
    width: 100%;
    height: calc(200 * var(--width-multiplier));
    max-width: calc(340 * var(--width-multiplier));
    background-color: #26252a; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .info__view {
        margin: 0 auto calc(69 * var(--width-multiplier));
        border-radius: calc(32 * var(--width-multiplier));
        height: calc(480 * var(--width-multiplier));
        max-width: calc(802 * var(--width-multiplier)); } }
    @media (min-width: 1025px) {
      .info__view {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin: 0;
        border-radius: calc(32 * var(--width-multiplier));
        width: calc(824 * var(--width-multiplier));
        height: calc(500 * var(--width-multiplier));
        max-width: none; } }
  .info__video {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%; }
    .info__video:not(:-webkit-full-screen) {
      object-fit: cover;
      object-position: center; }
    .info__video:not(:-ms-fullscreen) {
      object-fit: cover;
      object-position: center; }
    .info__video:not(:fullscreen) {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .info__poster {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%; }
  .info__play {
    position: absolute;
    left: calc(50% - calc(19 * var(--width-multiplier)));
    top: calc(50% - calc(19 * var(--width-multiplier)));
    z-index: 2;
    display: block;
    border-radius: 50%;
    width: calc(38 * var(--width-multiplier));
    height: calc(38 * var(--width-multiplier));
    color: #4b4b4b;
    -webkit-transition: color 0.15s;
    transition: color 0.15s; }
    .info__play:active {
      color: #fe3058; }
    @media (min-width: 1025px) {
      .info__play {
        left: calc(50% - calc(39 * var(--width-multiplier)));
        top: calc(50% - calc(39 * var(--width-multiplier)));
        width: calc(78 * var(--width-multiplier));
        height: calc(78 * var(--width-multiplier)); }
        .info__play:hover {
          color: #fe3058; } }
  .info__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(32 * var(--width-multiplier)); }
    @media (min-width: 768px) and (max-width: 1024px) {
      .info__items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: calc(44 * var(--width-multiplier));
        margin: 0 auto;
        max-width: calc(600 * var(--width-multiplier)); } }
    @media (min-width: 1025px) {
      .info__items {
        gap: calc(44 * var(--width-multiplier)); } }
  .info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(4 * var(--width-multiplier)); }
    @media (min-width: 1025px) {
      .info__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
  .info__item-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(64 * var(--width-multiplier));
    height: calc(64 * var(--width-multiplier)); }
  .info__item-text {
    width: calc(192 * var(--width-multiplier));
    font-weight: 500;
    font-size: calc(18 * var(--width-multiplier));
    line-height: 1.33333;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .info__item-text {
        font-size: calc(22 * var(--width-multiplier));
        line-height: 1.27273; } }
    @media (min-width: 1025px) {
      .info__item-text {
        font-size: calc(22 * var(--width-multiplier));
        line-height: 1.27273; } }
  .info__tariff {
    padding: calc(60 * var(--width-multiplier)) calc(4 * var(--width-multiplier)) 0; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .info__tariff {
        padding: calc(60 * var(--width-multiplier)) calc(60 * var(--width-multiplier)) 0; } }
    @media (min-width: 1025px) {
      .info__tariff {
        padding: calc(110 * var(--width-multiplier)) calc(110 * var(--width-multiplier)) 0; } }
  .info__title {
    margin: 0 0 calc(20 * var(--width-multiplier));
    font-weight: 700;
    font-size: calc(32 * var(--width-multiplier));
    line-height: 1.125;
    color: #3f3f3f;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .info__title {
        margin: 0 0 calc(24 * var(--width-multiplier));
        font-size: calc(54 * var(--width-multiplier));
        line-height: 1; } }
    @media (min-width: 1025px) {
      .info__title {
        margin: 0 0 calc(24 * var(--width-multiplier));
        font-size: calc(54 * var(--width-multiplier));
        line-height: 1; } }
  .info__text {
    margin: 0 0 calc(44 * var(--width-multiplier));
    font-weight: 500;
    font-size: calc(18 * var(--width-multiplier));
    line-height: 1.27273;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .info__text {
        margin: 0 0 calc(59 * var(--width-multiplier));
        font-size: calc(22 * var(--width-multiplier)); } }
    @media (min-width: 1025px) {
      .info__text {
        margin: 0 auto calc(60 * var(--width-multiplier));
        max-width: calc(660 * var(--width-multiplier));
        font-size: calc(22 * var(--width-multiplier)); } }
  .info__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: calc(24 * var(--width-multiplier));
    -webkit-column-gap: calc(8 * var(--width-multiplier));
       -moz-column-gap: calc(8 * var(--width-multiplier));
            column-gap: calc(8 * var(--width-multiplier));
    margin: 0 auto;
    width: 100%; }
    @media (min-width: 1025px) {
      .info__cards {
        row-gap: calc(44 * var(--width-multiplier));
        -webkit-column-gap: calc(20 * var(--width-multiplier));
           -moz-column-gap: calc(20 * var(--width-multiplier));
                column-gap: calc(20 * var(--width-multiplier));
        width: calc(914 * var(--width-multiplier)); } }
  .info__card {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border: 1px solid #000;
    border-radius: calc(12 * var(--width-multiplier));
    width: 100%;
    font-weight: 800;
    font-size: calc(20 * var(--width-multiplier));
    line-height: 1.2;
    color: #26252a;
    background-color: #fff;
    -webkit-transition: color 0.15s;
    transition: color 0.15s; }
    .info__card-wrapper {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: calc(12 * var(--width-multiplier));
      padding: calc(24 * var(--width-multiplier)) calc(16 * var(--width-multiplier));
      height: 100%;
      width: 100%;
      position: relative;
      overflow: hidden; }
    .info__card::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      z-index: -1; }
    .info__card:active {
      color: #ff7982; }
      .info__card:active .info__card-price span {
        opacity: 0.7; }
      .info__card:active ~ .info__card-button {
        border-color: rgba(255, 255, 255, 0); }
        .info__card:active ~ .info__card-button span {
          opacity: 1; }
    .info__card--1 {
      z-index: 3; }
    .info__card--2 {
      z-index: 3; }
    .info__card--3 {
      z-index: 1; }
    @media (min-width: 1025px) {
      .info__card {
        width: calc(290 * var(--width-multiplier));
        height: calc(230 * var(--width-multiplier));
        font-size: calc(30 * var(--width-multiplier));
        line-height: 1.23333; }
        .info__card-wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding: calc(37 * var(--width-multiplier)) calc(34 * var(--width-multiplier)); }
        .info__card::before {
          height: calc(114 * var(--width-multiplier)); }
        .info__card:hover {
          color: #ff7982; }
          .info__card:hover .info__card-price span {
            opacity: 0.7; }
          .info__card:hover ~ .info__card-button {
            border-color: rgba(255, 255, 255, 0); }
            .info__card:hover ~ .info__card-button span {
              opacity: 1; }
        .info__card--1:hover ~ .info__card-button {
          -webkit-transform: translateX(calc(-310 * var(--width-multiplier)));
              -ms-transform: translateX(calc(-310 * var(--width-multiplier)));
                  transform: translateX(calc(-310 * var(--width-multiplier))); }
        .info__card--1:active ~ .info__card-button {
          -webkit-transform: translateX(calc(-310 * var(--width-multiplier)));
              -ms-transform: translateX(calc(-310 * var(--width-multiplier)));
                  transform: translateX(calc(-310 * var(--width-multiplier))); }
        .info__card--2:hover ~ .info__card-button {
          -webkit-transform: translateX(calc(0 * var(--width-multiplier)));
              -ms-transform: translateX(calc(0 * var(--width-multiplier)));
                  transform: translateX(calc(0 * var(--width-multiplier))); }
        .info__card--2:active ~ .info__card-button {
          -webkit-transform: translateX(calc(0 * var(--width-multiplier)));
              -ms-transform: translateX(calc(0 * var(--width-multiplier)));
                  transform: translateX(calc(0 * var(--width-multiplier))); }
        .info__card--3:hover ~ .info__card-button {
          -webkit-transform: translateX(calc(312 * var(--width-multiplier)));
              -ms-transform: translateX(calc(312 * var(--width-multiplier)));
                  transform: translateX(calc(312 * var(--width-multiplier))); }
        .info__card--3:active ~ .info__card-button {
          -webkit-transform: translateX(calc(312 * var(--width-multiplier)));
              -ms-transform: translateX(calc(312 * var(--width-multiplier)));
                  transform: translateX(calc(312 * var(--width-multiplier))); } }
  .info__card-title {
    width: calc(110 * var(--width-multiplier));
    text-align: left; }
    @media (min-width: 1025px) {
      .info__card-title {
        text-align: center;
        width: auto; } }
  .info__card-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .info__card-price span {
      font-size: calc(12 * var(--width-multiplier));
      text-decoration: line-through;
      color: #fe3058; }
    @media (min-width: 1025px) {
      .info__card-price {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: calc(8 * var(--width-multiplier)); }
        .info__card-price span {
          font-size: calc(16 * var(--width-multiplier)); } }
  .info__card-picture {
    height: calc(86 * var(--width-multiplier));
    width: calc(106 * var(--width-multiplier));
    margin: calc(-24 * var(--width-multiplier)) 0; }
    @media (min-width: 1025px) {
      .info__card-picture {
        height: calc(148 * var(--width-multiplier));
        width: calc(182 * var(--width-multiplier));
        position: absolute;
        right: calc(-55 * var(--width-multiplier));
        bottom: calc(-12 * var(--width-multiplier));
        opacity: 0.6; } }
  .info__card-button {
    position: relative;
    z-index: -1;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border: 1px solid #000;
    border-radius: calc(12 * var(--width-multiplier));
    width: calc(328 * var(--width-multiplier));
    height: calc(70 * var(--width-multiplier));
    font-weight: 800;
    font-size: calc(20 * var(--width-multiplier));
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    -webkit-transition: color 0.15s, border-color 0.15s, -webkit-transform 0.15s;
    transition: color 0.15s, border-color 0.15s, -webkit-transform 0.15s;
    transition: color 0.15s, border-color 0.15s, transform 0.15s;
    transition: color 0.15s, border-color 0.15s, transform 0.15s, -webkit-transform 0.15s; }
    .info__card-button span {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 100%;
      color: #fff;
      opacity: 0;
      background: -webkit-gradient(linear, left top, right top, from(#ff8565), to(#ff49f8));
      background: linear-gradient(90deg, #ff8565 0%, #ff49f8 100%);
      -webkit-transition: opacity 0.15s;
      transition: opacity 0.15s; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .info__card-button {
        width: calc(290 * var(--width-multiplier));
        letter-spacing: 0.04em; } }
    @media (min-width: 1025px) {
      .info__card-button {
        width: calc(290 * var(--width-multiplier));
        letter-spacing: 0.04em;
        cursor: pointer; }
        .info__card-button:hover {
          border-color: #ff7982;
          color: #ff7982; } }
  .info__card-line {
    position: absolute;
    left: calc(50% - calc(180 * var(--width-multiplier)));
    top: calc(310 * var(--width-multiplier));
    z-index: 2;
    width: calc(360 * var(--width-multiplier));
    height: calc(107 * var(--width-multiplier));
    pointer-events: none; }
    .info__card-line .is-desktop {
      display: none; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .info__card-line {
        width: calc(834 * var(--width-multiplier));
        height: calc(160 * var(--width-multiplier));
        top: calc(290 * var(--width-multiplier));
        left: calc(50% - calc(417 * var(--width-multiplier))); } }
    @media (min-width: 1025px) {
      .info__card-line {
        left: calc(50% - calc(720 * var(--width-multiplier)));
        top: 0;
        width: calc(1440 * var(--width-multiplier));
        height: calc(651 * var(--width-multiplier)); }
        .info__card-line .is-gadget {
          display: none; }
        .info__card-line .is-desktop {
          display: block; } }
  .info__faq {
    position: relative;
    z-index: 1;
    padding: calc(60 * var(--width-multiplier)) calc(32 * var(--width-multiplier)) calc(20 * var(--width-multiplier)); }
    @media (min-width: 768px) and (max-width: 1024px) {
      .info__faq {
        padding: calc(60 * var(--width-multiplier)) calc(94 * var(--width-multiplier)) calc(73 * var(--width-multiplier)); } }
    @media (min-width: 1025px) {
      .info__faq {
        padding: calc(98 * var(--width-multiplier)) calc(36 * var(--width-multiplier)) calc(140 * var(--width-multiplier)); } }
  .info__accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(36 * var(--width-multiplier));
    padding: calc(16 * var(--width-multiplier)) 0 0; }
    @media (min-width: 1025px) {
      .info__accordion {
        margin: 0 0 0 calc(543 * var(--width-multiplier));
        padding: calc(36 * var(--width-multiplier)) 0 0 0; }
        .info__accordion:hover ~ .info__author .info__autor-brow {
          -webkit-transform: translate(calc(-2 * var(--width-multiplier)), calc(-3 * var(--width-multiplier))) rotate(3deg);
              -ms-transform: translate(calc(-2 * var(--width-multiplier)), calc(-3 * var(--width-multiplier))) rotate(3deg);
                  transform: translate(calc(-2 * var(--width-multiplier)), calc(-3 * var(--width-multiplier))) rotate(3deg); }
        .info__accordion:hover ~ .info__author .info__autor-mustache {
          -webkit-transform: translateY(calc(-1 * var(--width-multiplier))) skewY(-2deg);
              -ms-transform: translateY(calc(-1 * var(--width-multiplier))) skewY(-2deg);
                  transform: translateY(calc(-1 * var(--width-multiplier))) skewY(-2deg); } }
  .info__query {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 700;
    font-size: calc(20 * var(--width-multiplier));
    line-height: 1.2;
    -webkit-transition: color 0.15s;
    transition: color 0.15s; }
    .info__query:active {
      color: #cf0958; }
    @media (min-width: 1025px) {
      .info__query {
        cursor: pointer; }
        .info__query:hover {
          color: #cf0958; }
          .info__query:hover .info__query-plus {
            background-color: rgba(211, 68, 118, 0.1); }
            .info__query:hover .info__query-plus::before, .info__query:hover .info__query-plus::after {
              background-color: #cf0958; } }
  .info__query-plus {
    position: relative;
    z-index: 1;
    display: none;
    border-radius: 50%;
    width: calc(36 * var(--width-multiplier));
    height: calc(36 * var(--width-multiplier));
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s; }
    .info__query-plus::before, .info__query-plus::after {
      content: "";
      position: absolute;
      z-index: 1;
      background-color: #263238;
      -webkit-transition: background-color 0.15s;
      transition: background-color 0.15s; }
    .info__query-plus::before {
      left: calc(50% - 1px);
      bottom: calc(8 * var(--width-multiplier));
      width: 2px;
      height: calc(20 * var(--width-multiplier));
      -webkit-transition: height 0.15s;
      transition: height 0.15s; }
    .info__query-plus::after {
      left: calc(8 * var(--width-multiplier));
      top: calc(50% - 1px);
      width: calc(20 * var(--width-multiplier));
      height: 2px; }
    .info__point.is-active .info__query-plus::before {
      height: 0; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .info__query-plus {
        display: block; } }
    @media (min-width: 1025px) {
      .info__query-plus {
        display: block; } }
  .info__answer {
    overflow: hidden;
    height: 0;
    font-size: calc(12 * var(--width-multiplier));
    line-height: 1.66667;
    color: #cf0958;
    -webkit-transition: height 0.15s linear;
    transition: height 0.15s linear; }
    @media (min-width: 1025px) {
      .info__answer {
        font-size: calc(16 * var(--width-multiplier)); } }
  .info__answer-content {
    padding: calc(12 * var(--width-multiplier)) 0 calc(8 * var(--width-multiplier)); }
    .info__answer-content a {
      -webkit-transition: color 0.15s;
      transition: color 0.15s; }
      .info__answer-content a:active {
        color: #ff7982; }
    @media (min-width: 1025px) {
      .info__answer-content a:hover {
        color: #ff7982; } }
  .info__author {
    position: absolute;
    left: calc(185 * var(--width-multiplier));
    bottom: calc(-18 * var(--width-multiplier));
    z-index: -1;
    display: none;
    width: calc(744 * var(--width-multiplier));
    height: calc(468 * var(--width-multiplier)); }
    @media (min-width: 1025px) {
      .info__author {
        display: block; } }
  .info__autor-brow {
    -webkit-transform-origin: calc(210 * var(--width-multiplier)) calc(208 * var(--width-multiplier));
        -ms-transform-origin: calc(210 * var(--width-multiplier)) calc(208 * var(--width-multiplier));
            transform-origin: calc(210 * var(--width-multiplier)) calc(208 * var(--width-multiplier));
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear; }
  .info__autor-mustache {
    -webkit-transform-origin: calc(135 * var(--width-multiplier)) calc(352 * var(--width-multiplier));
        -ms-transform-origin: calc(135 * var(--width-multiplier)) calc(352 * var(--width-multiplier));
            transform-origin: calc(135 * var(--width-multiplier)) calc(352 * var(--width-multiplier));
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear; }
  @media (min-width: 1025px) {
    .info {
      margin: 0 auto;
      max-width: calc(1440 * var(--width-multiplier)); } }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: calc(16 * var(--width-multiplier));
  overflow-y: auto; }
  .modal.is-hidden {
    display: none; }
  @media (max-width: 767px) {
    .modal {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: calc(16 * var(--width-multiplier)) calc(8 * var(--width-multiplier)); } }
  .modal__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.66); }
  .modal__close {
    position: absolute;
    top: calc(8 * var(--width-multiplier));
    right: calc(8 * var(--width-multiplier));
    height: calc(30 * var(--width-multiplier));
    width: calc(30 * var(--width-multiplier)); }
    .modal__close svg {
      height: 100%;
      width: 100%; }
    @media (max-width: 767px) {
      .modal__close {
        top: calc(4 * var(--width-multiplier));
        right: calc(4 * var(--width-multiplier)); } }
  .modal__block-wrapper {
    position: relative;
    max-width: calc(800 * var(--width-multiplier));
    width: 100%;
    border-radius: calc(28 * var(--width-multiplier));
    overflow: hidden;
    -webkit-box-shadow: 0px 73px 14.28px 0px rgba(0, 0, 0, 0.25), 38.75px -38.75px 99.55px 0px rgba(255, 76, 173, 0.2);
            box-shadow: 0px 73px 14.28px 0px rgba(0, 0, 0, 0.25), 38.75px -38.75px 99.55px 0px rgba(255, 76, 173, 0.2); }
    @media (max-width: 767px) {
      .modal__block-wrapper {
        border-radius: calc(18 * var(--width-multiplier));
        margin: auto 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
  .modal__block {
    position: relative;
    padding: calc(32 * var(--width-multiplier));
    background-color: #fff;
    border: calc(26 * var(--width-multiplier)) solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, #8527FD 0%, #EF2CD3 25%, #FF3048 50%, #FF5A3A 75%, #FFB424 100%); }
    @media (max-width: 767px) {
      .modal__block {
        padding: calc(32 * var(--width-multiplier)) calc(16 * var(--width-multiplier));
        border: calc(16 * var(--width-multiplier)) solid;
        border-image-slice: 1;
        border-image-source: linear-gradient(90deg, #8527FD 0%, #EF2CD3 25%, #FF3048 50%, #FF5A3A 75%, #FFB424 100%); } }
  .modal__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #0c0b0d;
    font-weight: 500;
    font-size: calc(16 * var(--width-multiplier));
    line-height: 150%;
    text-align: center; }
    @media (max-width: 767px) {
      .modal__content {
        font-size: calc(12 * var(--width-multiplier));
        line-height: 142%; } }
  .modal__block-border {
    position: absolute;
    top: calc(-4 * var(--width-multiplier));
    right: calc(-4 * var(--width-multiplier));
    bottom: calc(-4 * var(--width-multiplier));
    left: calc(-4 * var(--width-multiplier));
    border: calc(22 * var(--width-multiplier)) solid #fff;
    border-radius: calc(12 * var(--width-multiplier)); }
    @media (max-width: 767px) {
      .modal__block-border {
        border: calc(10 * var(--width-multiplier)) solid #fff; } }
  .modal__title {
    font-weight: 700;
    font-size: calc(22 * var(--width-multiplier));
    line-height: 127%; }
    @media (max-width: 767px) {
      .modal__title {
        font-size: calc(14 * var(--width-multiplier));
        line-height: 143%;
        margin-bottom: calc(4 * var(--width-multiplier)); } }
  .modal__desc {
    margin-bottom: calc(24 * var(--width-multiplier)); }
    @media (max-width: 767px) {
      .modal__desc {
        margin-bottom: calc(16 * var(--width-multiplier)); }
        .modal__desc.top {
          display: none; } }
  .modal__desc-mobile {
    margin-bottom: calc(16 * var(--width-multiplier)); }
  .modal__steps-title {
    margin-bottom: calc(8 * var(--width-multiplier)); }
    @media (max-width: 767px) {
      .modal__steps-title {
        display: none; } }
  .modal__steps-info {
    margin-bottom: calc(30 * var(--width-multiplier)); }
    .modal__steps-info a {
      color: #ff7253; }
    @media (max-width: 767px) {
      .modal__steps-info {
        display: none; }
        .modal__steps-info a {
          color: inherit; } }
  .modal__steps-info-mobile {
    margin-bottom: calc(20 * var(--width-multiplier)); }
  .modal__button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: calc(1 * var(--width-multiplier)) solid #000;
    border-radius: calc(12 * var(--width-multiplier));
    width: calc(384 * var(--width-multiplier));
    height: calc(52 * var(--width-multiplier));
    font-weight: 800;
    font-size: calc(20 * var(--width-multiplier));
    line-height: 1.2;
    letter-spacing: 0.01em; }
    @media (max-width: 767px) {
      .modal__button {
        height: calc(39 * var(--width-multiplier));
        width: calc(269 * var(--width-multiplier));
        font-size: calc(12 * var(--width-multiplier));
        letter-spacing: 0.17em; } }
  .modal__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(4 * var(--width-multiplier));
    margin-bottom: calc(16 * var(--width-multiplier)); }
  .modal__step {
    width: calc(110 * var(--width-multiplier));
    height: calc(110 * var(--width-multiplier));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: calc(2 * var(--width-multiplier)) solid #000;
    border-radius: calc(18 * var(--width-multiplier));
    font-size: calc(14 * var(--width-multiplier));
    line-height: 129%; }
    @media (max-width: 767px) {
      .modal__step {
        height: calc(90 * var(--width-multiplier));
        width: calc(90 * var(--width-multiplier));
        font-size: calc(12 * var(--width-multiplier));
        line-height: 125%; } }
  .modal__step-icon {
    height: calc(40 * var(--width-multiplier));
    width: calc(40 * var(--width-multiplier)); }
    .modal__step-icon svg {
      height: 100%;
      width: 100%; }
    @media (max-width: 767px) {
      .modal__step-icon {
        height: calc(32 * var(--width-multiplier));
        width: calc(32 * var(--width-multiplier)); } }
  .modal__arrow {
    width: calc(64 * var(--width-multiplier));
    height: calc(16 * var(--width-multiplier)); }
    .modal__arrow svg {
      height: 100%;
      width: 100%; }
    @media (max-width: 767px) {
      .modal__arrow {
        display: none; } }
  .modal__arrow-mobile {
    display: none;
    width: calc(6 * var(--width-multiplier));
    height: calc(8 * var(--width-multiplier)); }
    .modal__arrow-mobile svg {
      height: 100%;
      width: 100%; }
    @media (max-width: 767px) {
      .modal__arrow-mobile {
        display: block; } }
  .modal.payment .modal__block-wrapper {
    max-width: calc(600 * var(--width-multiplier)); }
  .modal.payment .modal__block {
    padding: calc(40 * var(--width-multiplier)) calc(32 * var(--width-multiplier)); }
    @media (max-width: 767px) {
      .modal.payment .modal__block {
        padding: calc(32 * var(--width-multiplier)) calc(16 * var(--width-multiplier)); } }
  .modal.payment .modal__title {
    margin-bottom: calc(32 * var(--width-multiplier));
    font-size: calc(26 * var(--width-multiplier)); }
    @media (max-width: 767px) {
      .modal.payment .modal__title {
        font-size: calc(18 * var(--width-multiplier));
        margin-bottom: calc(24 * var(--width-multiplier)); } }
  .modal__payment-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(20 * var(--width-multiplier));
    width: 100%; }
    @media (max-width: 767px) {
      .modal__payment-cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: calc(16 * var(--width-multiplier)); } }
  .modal__payment-card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: calc(24 * var(--width-multiplier)) calc(20 * var(--width-multiplier));
    border: calc(2 * var(--width-multiplier)) solid #000;
    border-radius: calc(16 * var(--width-multiplier));
    background-color: #fff;
    -webkit-transition: border-color 0.15s, -webkit-transform 0.15s;
    transition: border-color 0.15s, -webkit-transform 0.15s;
    transition: border-color 0.15s, transform 0.15s;
    transition: border-color 0.15s, transform 0.15s, -webkit-transform 0.15s;
    cursor: pointer; }
    .modal__payment-card:hover {
      border-color: #ff7982;
      -webkit-transform: translateY(calc(-4 * var(--width-multiplier)));
          -ms-transform: translateY(calc(-4 * var(--width-multiplier)));
              transform: translateY(calc(-4 * var(--width-multiplier))); }
    .modal__payment-card:active {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    @media (max-width: 767px) {
      .modal__payment-card {
        padding: calc(20 * var(--width-multiplier)) calc(16 * var(--width-multiplier)); } }
  .modal__payment-card-icon {
    width: calc(48 * var(--width-multiplier));
    height: calc(48 * var(--width-multiplier));
    margin-bottom: calc(16 * var(--width-multiplier)); }
    .modal__payment-card-icon svg {
      width: 100%;
      height: 100%; }
    @media (max-width: 767px) {
      .modal__payment-card-icon {
        width: calc(40 * var(--width-multiplier));
        height: calc(40 * var(--width-multiplier));
        margin-bottom: calc(12 * var(--width-multiplier)); } }
  .modal__payment-card-title {
    font-weight: 700;
    font-size: calc(18 * var(--width-multiplier));
    line-height: 1.3;
    text-align: center;
    color: #0c0b0d;
    margin-bottom: calc(20 * var(--width-multiplier)); }
    @media (max-width: 767px) {
      .modal__payment-card-title {
        font-size: calc(14 * var(--width-multiplier));
        margin-bottom: calc(16 * var(--width-multiplier)); } }
  .modal__payment-card-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: calc(48 * var(--width-multiplier));
    border: calc(1 * var(--width-multiplier)) solid #000;
    border-radius: calc(10 * var(--width-multiplier));
    font-weight: 800;
    font-size: calc(14 * var(--width-multiplier));
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0c0b0d;
    background: transparent;
    -webkit-transition: background 0.15s, color 0.15s, border-color 0.15s;
    transition: background 0.15s, color 0.15s, border-color 0.15s; }
    .modal__payment-card:hover .modal__payment-card-button {
      background: -webkit-gradient(linear, left top, right top, from(#ff8565), to(#ff49f8));
      background: linear-gradient(90deg, #ff8565 0%, #ff49f8 100%);
      color: #fff;
      border-color: transparent; }
    @media (max-width: 767px) {
      .modal__payment-card-button {
        height: calc(40 * var(--width-multiplier));
        font-size: calc(12 * var(--width-multiplier)); } }

/*# sourceMappingURL=main.css.map */
