/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root {
    --ff: "Atyp Display";
    --container-width: 1408px;
    --container-padding: 16px;
    --accent-color: #44EEEE;
    --color-dark: #1F1F1F;
    --body-color: #16191A;
    --main-gradient: radial-gradient(96.4% 96.4% at 7.14% 3.6%, rgba(35, 54, 53, 0.7) 0%, rgba(35, 54, 53, 0.7) 0.01%, rgba(35, 54, 53, 0.1) 100%);
    --t: 300ms linear
}

@font-face {
    font-family: "Atyp Display";
    src: url(/aad754bc52b2a5c7cc47.woff2) format("woff2"), url(/82c15a467b70cff83ccf.woff) format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Atyp Display";
    src: url(/aad754bc52b2a5c7cc47.woff2) format("woff2"), url(/82c15a467b70cff83ccf.woff) format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Atyp Display";
    src: url(/aad754bc52b2a5c7cc47.woff2) format("woff2"), url(/82c15a467b70cff83ccf.woff) format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Atyp Display";
    src: url(/0f5b7aa97ac33a87304b.woff2) format("woff2"), url(/6a3c95f0249ea2e0e2cf.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Atyp Display";
    src: url(/0f5b7aa97ac33a87304b.woff2) format("woff2"), url(/6a3c95f0249ea2e0e2cf.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Atyp Display";
    src: url(/0f5b7aa97ac33a87304b.woff2) format("woff2"), url(/6a3c95f0249ea2e0e2cf.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Atyp Display";
    src: url(/f813ff1109f1d9f197f3.woff2) format("woff2"), url(/50ab62b764e03e1fa792.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Atyp Display";
    src: url(/f813ff1109f1d9f197f3.woff2) format("woff2"), url(/50ab62b764e03e1fa792.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Atyp Display";
    src: url(/f813ff1109f1d9f197f3.woff2) format("woff2"), url(/50ab62b764e03e1fa792.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Atyp Display";
    src: url(/025b6624209a9baf04fc.woff2) format("woff2"), url(/ccef585ee099a5def56b.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Atyp Display";
    src: url(/025b6624209a9baf04fc.woff2) format("woff2"), url(/ccef585ee099a5def56b.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Atyp Display";
    src: url(/025b6624209a9baf04fc.woff2) format("woff2"), url(/ccef585ee099a5def56b.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

html {
    box-sizing: border-box
}

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

ul[class],
ol[class] {
    padding: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0
}

ul[class] {
    list-style: none
}

img {
    max-width: 100%;
    display: block
}

input,
button,
textarea,
select {
    font: inherit
}

a {
    text-decoration: none
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html,
body {
    height: 100%
}

button,
a {
    cursor: pointer
}

button {
    border: none;
    outline: none
}

body {
    font-family: var(--ff);
    color: #fff;
    font-weight: 400;
    font-size: 19px;
    line-height: 125%;
    background-color: var(--body-color)
}

.wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

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

.main-title {
    font-weight: 400;
    font-size: 35px;
    line-height: 125%;
    letter-spacing: 0%;
    text-transform: uppercase
}

.btn {
    font-weight: 400;
    font-size: 21px;
    line-height: 125%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: color var(--t), background var(--t), opacity var(--t);
    transition: color var(--t), background var(--t), opacity var(--t)
}

.btn_accent {
    background: var(--accent-color);
    color: #000
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

@media(hover: hover) {

    .header__nav-link:hover,
    .footer__nav-link:hover {
        color: var(--accent-color)
    }

    .btn.btn_accent:hover {
        background: rgba(0, 0, 0, 0);
        color: var(--accent-color);
        border: 1px solid var(--accent-color)
    }

    .footer__links-item:hover {
        opacity: 1
    }

    .btn:hover {
        background: rgba(0, 0, 0, 0);
        color: #16171a;
        border: 1px solid #16171a
    }

    .header__lk-link:hover::before,
    .form__register-link:hover::before {
        opacity: 0
    }

    .header__lk-link:hover::after,
    .form__register-link:hover::after {
        opacity: 1
    }

    .form__link:hover {
        color: var(--accent-color)
    }

    .auth__btn:hover {
        color: var(--accent-color)
    }
}

.btn:active,
.btn.btn_accent:active {
    opacity: .8
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: var(--t) background, var(--t) transform;
    transition: var(--t) background, var(--t) transform
}

.header.is-bg {
    background: #16171a
}

.header.is-scroll {
    -webkit-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    transform: translateY(-300px)
}

.header__inner {
    max-width: calc(1368px + var(--container-padding)*2);
    width: 100%;
    padding-inline: var(--container-padding);
    padding-block: 29px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__nav {
    margin-left: 40px
}

.header__nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 2.6vw
}

.header__nav-link {
    color: #fff;
    -webkit-transition: var(--t) color;
    transition: var(--t) color
}

.header__lk-link {
    font-size: 19px;
    padding: 16px 34px;
    border: 1px solid rgba(190, 190, 190, .231372549);
    border-radius: 9px;
    line-height: 116%;
    color: #fff;
    position: relative
}

.header__lk-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    z-index: -1;
    background: var(--main-gradient);
    opacity: 1;
    -webkit-transition: var(--t) opacity;
    transition: var(--t) opacity
}

.header__lk-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: var(--t) opacity;
    transition: var(--t) opacity;
    background: -webkit-radial-gradient(7.14% 3.6%, 96.4% 96.4%, rgba(35, 54, 53, 0.7) 6.73%, rgba(35, 54, 53, 0.7) 62.5%, rgba(35, 54, 53, 0.1) 100%);
    background: radial-gradient(96.4% 96.4% at 7.14% 3.6%, rgba(35, 54, 53, 0.7) 6.73%, rgba(35, 54, 53, 0.7) 62.5%, rgba(35, 54, 53, 0.1) 100%)
}

.main {
    padding-top: calc(var(--height-header) + 46px)
}

.hero_mb {
    margin-bottom: 125px
}

.hero__title {
    font-weight: 400;
    font-size: 48px;
    line-height: 125%;
    letter-spacing: 0%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 37px 0;
    letter-spacing: .01em
}

.hero__title mark {
    background: none;
    color: var(--accent-color)
}

.hero__btn {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    margin: 0 auto 108px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 23px;
    text-transform: uppercase;
    padding: 23px 48px;
    line-height: 122%
}

.hero-person {
    position: absolute;
    position: absolute;
    right: 195px;
    top: -218px
}

.hero-person::before {
    content: attr(data-content);
    position: absolute;
    top: -6px;
    right: -38%;
    background: url(/assets/alert.svg);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 20px 20px 20px 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: var(--accent-color);
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: 600ms linear transform, 600ms linear opacity;
    transition: 600ms linear transform, 600ms linear opacity
}

.hero-person.is-animate::before {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1
}

.hero__content {
    position: relative;
    border-radius: 46px;
    padding: 48px 20px 20px 20px;
    background-color: #1f2323
}

.hero__content::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/bg.svg);
    position: center;
    pointer-events: none
}

.hero__content-title {
    font-weight: 400;
    font-size: 35px;
    line-height: 125%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .01em;
    margin-bottom: 30px
}

.hero__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 21px
}

.hero__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: -webkit-radial-gradient(7.14% 3.6%, 96.4% 96.4%, rgba(35, 54, 53, 0.7) 0%, rgba(35, 54, 53, 0.7) 0.01%, rgba(35, 54, 53, 0.1) 100%);
    background: radial-gradient(96.4% 96.4% at 7.14% 3.6%, rgba(35, 54, 53, 0.7) 0%, rgba(35, 54, 53, 0.7) 0.01%, rgba(35, 54, 53, 0.1) 100%);
    border: 1px solid rgba(190, 190, 190, .231372549);
    border-radius: 25px
}

.hero__item.hero__item_stars {
    position: relative
}

.hero__item.hero__item_stars::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-image: url(/assets/stars.png);
    background-repeat: no-repeat;
    background-position: 100% 75%
}

.hero__item-name {
    font-weight: 400;
    font-size: 25px;
    line-height: 125%;
    text-transform: uppercase;
    color: #fff;
    padding: 33px 0px 0px 35px
}

.hero__item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    padding-top: 24px;
    margin-top: auto;
    margin-bottom: 0
}

.hero__item-percent {
    font-weight: 700;
    font-size: 70px;
    line-height: 125%;
    text-transform: uppercase;
    color: var(--accent-color);
    padding-bottom: 20px;
    padding-left: 33px
}

picture:has(.hero__item-img) {
    display: block
}

picture:has(.hero__item-img) img,
picture:has(.hero__item-img) source {
    border-bottom-right-radius: 25px;
    object-position: top right;
    object-fit: contain
}

.crm_mb {
    margin-bottom: 130px
}

.crm__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3.54vw;
    margin-bottom: 44px
}

.crm__item {
    opacity: 20%
}

.crm__content {
    max-width: 994px;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    background-color: var(--accent-color);
    padding: 37px 0px 37px 0px
}

.crm__title {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 23px
}

.crm__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #16171a;
    padding: 18px 34px
}

.relevance__inner {
    max-width: calc(1368px + var(--container-padding)*2);
    width: 100%;
    padding-inline: var(--container-padding);
    margin: 0 auto
}

.relevance_mb {
    margin-bottom: 160px
}

.relevance__title {
    text-align: center;
    margin-bottom: 7px
}

.relevance__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 21px
}

.relevance__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    border-radius: 25px;
    background: var(--main-gradient);
    min-height: 280px;
    padding: 30px 25px 30px 30px;
    border: 1px solid rgba(190, 190, 190, .231372549)
}

.relevance__item:nth-child(3n+2) {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

.relevance__item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 13px;
    right: 0px;
    height: 2px;
    width: calc(100% - 26px);
    background: -webkit-linear-gradient(left, rgba(68, 238, 238, 0) 0%, rgba(68, 238, 238, 0.2) 50%, rgba(68, 238, 238, 0) 100%);
    background: linear-gradient(90deg, rgba(68, 238, 238, 0) 0%, rgba(68, 238, 238, 0.2) 50%, rgba(68, 238, 238, 0) 100%)
}

.about_mb {
    margin-bottom: 130px
}

.about__inner {
    border-radius: 25px;
    background: var(--main-gradient);
    border: 1px solid rgba(190, 190, 190, .231372549);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 53px;
    justify-items: self-end;
    padding: 58px 0px 60px 70px
}

.about__content {
    overflow-wrap: break-word;
    padding-right: 25px;
    padding-top: 11px
}

.about__content p:not(:last-child) {
    margin-bottom: 27px
}

.about__title {
    margin-bottom: 20px
}

.about__text {
    margin-bottom: 36px
}

.about__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    text-transform: uppercase;
    padding: 20px 38px;
    color: #000
}

.about__picture {
    display: block;
    width: 100%;
    height: 100%;
    border: 11px solid rgba(255, 255, 255, .1019607843);
    border-right: 0px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px
}

.about__picture img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px
}

.how-work_mb {
    margin-bottom: 132px
}

.how-work__title {
    text-align: center;
    margin-bottom: 30px
}

.how-work__list {
    max-width: calc(1368px + var(--container-padding)*2);
    width: 100%;
    padding-inline: var(--container-padding);
    margin: 0 auto;
    counter-reset: item 0
}

.how-work__item {
    max-width: 1368px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 22px;
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: 0%;
    text-transform: uppercase;
    padding: 23px 23px 81px 23px;
    background: var(--main-gradient);
    border-radius: 25px;
    position: relative;
    counter-increment: item 1
}

.how-work__item:not(:first-child) {
    margin-top: -50px
}

.how-work__item:nth-child(odd) {
    left: 40px
}

.how-work__item:nth-child(1) {
    left: 20px
}

.how-work__item.how-work__item_accent {
    background: var(--accent-color);
    padding-bottom: 20px;
    color: #000
}

.how-work__item.how-work__item_accent .how-work__item-count {
    background: #1f1f1f;
    color: var(--accent-color)
}

.how-work__item-count {
    display: block;
    min-width: 66px;
    min-height: 66px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    border-radius: 9px;
    background-color: var(--accent-color);
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    position: relative;
    color: #1f1f1f
}

.how-work__item-count::before {
    content: counter(item);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-top: 6px
}

.how-work__item-link {
    margin-left: auto;
    margin-right: 0;
    padding: 20px 34px;
    color: #000
}

.demonstration {
    max-width: calc(1368px + var(--container-padding)*2);
    width: 100%;
    padding-inline: var(--container-padding);
    margin-inline: auto
}

.demonstration_mb {
    margin-bottom: 130px
}

.demonstration__inner {
    border-radius: 25px;
    margin: 0 auto;
    padding: 60px 0px 70px 0px;
    background-image: url(/assets/1.png), url(/assets/2.png), var(--main-gradient);
    background-position: left bottom, right bottom, center;
    background-repeat: no-repeat, no-repeat, no-repeat
}

.demonstration__title {
    text-align: center;
    margin-bottom: 30px
}

.demonstration__form {
    max-width: 935px;
    width: 100%;
    margin: 0 auto
}

.demonstration__form .form__label {
    margin-bottom: 0px !important
}

.form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 263px;
    grid-template-columns: 1fr 1fr 263px;
    gap: 16px
}

.form__label {
    width: 100%;
    max-width: 100%
}

.form__input {
    width: 100%;
    max-width: 100%;
    background: #16171a;
    color: #fff;
    font-weight: 400;
    font-size: 21px;
    line-height: 125%;
    padding: 18px;
    border-radius: 12px;
    border: 1px solid rgba(190, 190, 190, .231372549);
    outline: none
}

.form__input::-webkit-input-placeholder {
    color: #656565
}

.form__input::-moz-placeholder {
    color: #656565
}

.form__input:-ms-input-placeholder {
    color: #656565
}

.form__input::-ms-input-placeholder {
    color: #656565
}

.form__input::placeholder {
    color: #656565
}

.footer {
    background: var(--main-gradient);
    padding-top: 74px
}

.footer__inner {
    margin-bottom: 64px
}

.footer__title {
    text-align: center;
    letter-spacing: .01em;
    margin-bottom: 33px
}

.footer__link {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 23px;
    text-transform: uppercase;
    padding: 23px 45px;
    text-transform: uppercase;
    letter-spacing: .01em;
    margin-bottom: 63px
}

.footer__nav {
    margin-bottom: 74px
}

.footer__nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2.6vw
}

.footer__nav-item {
    font-weight: 400;
    font-size: 19px;
    line-height: 125%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff
}

.footer__nav-link {
    color: currentColor;
    -webkit-transition: var(--t) color;
    transition: var(--t) color
}

.footer__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 52px
}

.footer__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__links-item {
    font-weight: 400;
    font-size: 19px;
    leading-trim: NONE;
    line-height: 125%;
    letter-spacing: 0%;
    opacity: 50%;
    -webkit-transition: var(--t) opacity;
    transition: var(--t) opacity
}

.footer__links-item-link {
    color: currentColor
}

.auth_mb {
    margin-bottom: 130px
}

.auth__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    max-width: calc(1004px + var(--container-padding)*2);
    width: 100%;
    padding-inline: var(--container-padding);
    margin: 0 auto
}

.auth__main {
    padding-top: 7px
}

.auth__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 32px;
    margin-inline: auto
}

.auth__buttons {
    max-width: 316px;
    width: 100%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid rgba(190, 190, 190, .231372549);
    border-radius: 10px;
    padding: 4px;
    margin-bottom: 30px;
    position: relative;
    --left: 4px
}

.auth__buttons::before {
    content: "";
    position: absolute;
    width: 50%;
    height: calc(100% - 8px);
    top: 4px;
    left: var(--left);
    background: var(--accent-color);
    border-radius: 8px;
    z-index: -1;
    pointer-events: none;
    -webkit-transition: var(--t) left;
    transition: var(--t) left
}

.auth__btn {
    font-weight: 400;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(255, 255, 255, .3137254902);
    background: rgba(0, 0, 0, 0);
    border: 0;
    outline: none;
    padding: 13.5px;
    -webkit-transition: var(--t) color;
    transition: var(--t) color
}

.auth__btn.is-active {
    color: #000
}

.auth__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    border-radius: 20px;
    border: 1px solid rgba(190, 190, 190, .231372549);
    background: var(--main-gradient);
    padding: 40px 30px
}

.auth__form-title {
    text-align: center;
    text-transform: unset;
    margin-bottom: 13px
}

.form__label {
    margin-bottom: 20px
}

.form__label:last-child {
    margin-bottom: 0
}

.form__label-name {
    display: block;
    padding-bottom: 6px
}

.form__row {
    margin-top: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px
}

.form__checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 9px;
    cursor: pointer
}

.form__checkbox input[type=checkbox] {
    display: none
}

.form__checkbox:has(input[type=checkbox]:checked) .form__checkbox-decor {
    border-color: var(--accent-color)
}

.form__checkbox:has(input[type=checkbox]:checked) .form__checkbox-decor::after {
    opacity: 1
}

.form__checkbox-decor {
    display: block;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(190, 190, 190, .231372549);
    border-radius: 5px;
    background: #16171a;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: border var(--t);
    transition: border var(--t);
    position: relative
}

.form__checkbox-decor::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    opacity: 0;
    -webkit-transition: var(--t) opacity;
    transition: var(--t) opacity
}

.form__checkbox-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff
}

.form__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    color: #fff;
    -webkit-transition: var(--t) color;
    transition: var(--t) color
}

.form__btn {
    font-size: 19px;
    text-transform: uppercase;
    padding: 20px;
    color: #000
}

.auth__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--accent-color);
    border-radius: 20px;
    padding-top: 48px;
    padding-bottom: 34px
}

.auth__info-title {
    font-weight: 400;
    font-style: Medium;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #000
}

.auth__info-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 6px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: var(--t) opacity, var(--t) height;
    transition: var(--t) opacity, var(--t) height
}

.auth__info-hero.is-active {
    opacity: 1;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.auth__info-hero img {
    width: 320px;
    margin: 0 auto
}

.auth__info-text {
    max-width: 83%;
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 17px;
    line-height: 125%;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
    text-align: center;
    margin-bottom: 26px
}

.auth__info-btn {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    margin: 0 auto;
    font-size: 19px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #16191a;
    color: var(--accent-color);
    padding: 20px 53px
}

.form__register-link {
    font-weight: 400;
    font-style: Medium;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid rgba(190, 190, 190, .231372549);
    position: relative;
    padding: 23px 48px;
    border-radius: 12px;
    margin-top: 16px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    display: none;
    -webkit-transition: var(--t) opacity, var(--t) height;
    transition: var(--t) opacity, var(--t) height
}

.form__register-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    z-index: -1;
    background: var(--main-gradient);
    opacity: 1;
    -webkit-transition: var(--t) opacity;
    transition: var(--t) opacity
}

.form__register-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: var(--t) opacity;
    transition: var(--t) opacity;
    background: -webkit-radial-gradient(7.14% 3.6%, 96.4% 96.4%, rgba(35, 54, 53, 0.7) 6.73%, rgba(35, 54, 53, 0.7) 62.5%, rgba(35, 54, 53, 0.1) 100%);
    background: radial-gradient(96.4% 96.4% at 7.14% 3.6%, rgba(35, 54, 53, 0.7) 6.73%, rgba(35, 54, 53, 0.7) 62.5%, rgba(35, 54, 53, 0.1) 100%)
}

.form__register-link.is-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.footer__image img {
    margin: 0 auto
}

.header__burger {
    display: none
}

.header__nav-close {
    display: none
}

.br-medium,
.br-mobile {
    display: none
}
@media(max-width: 1440px) {

    .header__nav-list,
    .footer__nav-list {
        gap: 3.47vw
    }

    .crm__list {
        gap: 4.72vw
    }
}

@media(max-width: 1400px) {
    .hero__item-percent {
        font-size: 50px;
        padding-left: 20px
    }
}

@media(max-width: 1280px) {
    .header__nav {
        margin-left: 0
    }

    .header__nav-list,
    .footer__nav-list {
        gap: 2.47vw
    }

    .header__nav-item {
        font-size: 16px
    }

    .hero-person {
        right: 120px;
        top: -218px
    }
}

@media(max-width: 1150px) {
    .hero__list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }

    .about__content {
        padding-right: 0
    }

    .about__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding-inline: 35px
    }

    .about__picture {
        border-radius: 25px;
        border: 11px solid rgba(255, 255, 255, 0.1019607843)
    }

    .about__picture img {
        border-radius: 10px
    }

    .how-work__item:has(.how-work__item-link) {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .how-work__item-link {
        margin-left: 0
    }

    .hero-person {
        right: 60px;
        top: -218px
    }

    .hero-person::before {
        right: -24%
    }
}

@media(max-width: 992px) {
    .header__burger {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        outline: none;
        background: none
    }

    .header__nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: fixed;
        top: 0;
        max-width: 100vw;
        width: 100%;
        height: 100dvh;
        background: var(--body-color);
        z-index: 200;
        overflow-y: scroll;
        padding-block: 40px;
        -webkit-transform: translateX(200vw);
        -ms-transform: translateX(200vw);
        transform: translateX(200vw);
        -webkit-transition: var(--t) transform;
        transition: var(--t) transform
    }

    .header__nav::-webkit-scrollbar {
        display: none
    }

    .header__nav.is-open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .header__nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 25px
    }

    .header__nav-close {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 20px;
        right: 40px;
        background: none;
        padding: 0;
        outline: none;
        border: none
    }

    .header__lk-link {
        margin-left: auto;
        margin-right: 20px
    }

    .hero__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .hero__item-percent {
        font-size: 70px
    }

    .relevance__list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }

    .relevance__item:nth-child(3n+2) {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .relevance__title {
        margin-bottom: 30px
    }

    .demonstration__form {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr)
    }

    .auth__inner {
        max-width: 518px;
        width: 100%;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-row-gap: 25px
    }

    .hero__btn {
        margin: 0 auto 200px auto
    }
}

@media(max-width: 768px) {
    .header__lk-link {
        font-size: 19px;
        padding: 15px 26px
    }

    .header__logo {
        margin-left: 5px
    }

    .header__logo img {
        width: 158px;
        height: 38px
    }

    .header__inner {
        padding-block: 18px
    }

    .hero__title {
        font-size: 32px;
        margin: 0 0 30px 0
    }

    .main {
        padding-top: calc(var(--height-header) + 60px)
    }

    .hero__btn {
        font-size: 19px;
        padding: 19px 33px;
        margin: 0 auto 157px auto
    }

    .hero__content-title {
        font-size: 28px;
        max-width: 59%;
        width: 100%;
        margin-inline: auto
    }

    .hero__content-title {
        margin-bottom: 25px
    }

    .hero__content {
        padding: 41px 20px 20px 20px
    }

    .hero__item-content {
        padding-top: 0;
        margin-top: -16px
    }

    .hero__item-percent {
        padding-left: 36px
    }

    .hero__item-name {
        font-size: 22px
    }

    .br-medium {
        display: block
    }

    .hero__item.hero__item_stars::before {
        content: "";
        position: absolute;
        width: 64%;
        height: 95%;
        bottom: 0;
        right: 40px;
        background-repeat: no-repeat;
        background-position: 92% 1px;
        background-size: contain
    }

    .hero_mb {
        margin-bottom: 85px
    }

    .crm__list {
        max-width: 90%;
        width: 100%;
        margin-inline: auto;
        gap: 6.27vw;
        margin-bottom: 32px
    }

    .crm__title {
        font-size: 28px;
        margin-bottom: 15px
    }

    .crm__btn {
        font-size: 13px;
        padding: 22px 65px
    }

    .crm_mb {
        margin-bottom: 80px
    }

    .relevance__title {
        font-size: 28px;
        margin-bottom: 25px
    }

    .relevance__item-text {
        font-size: 19px
    }

    .relevance__item {
        min-height: 266px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 30px
    }

    .relevance_mb {
        margin-bottom: 52px
    }

    .about__title {
        font-size: 28px;
        margin-bottom: 16px
    }

    .about__inner {
        padding: 22px 35px 60px 35px
    }

    .about__text {
        font-size: 17px;
        line-height: 125%;
        margin-bottom: 30px
    }

    .about__content p:not(:last-child) {
        margin-bottom: 21px
    }

    .about__link {
        font-size: 19px
    }

    .about__picture {
        max-height: 405px
    }

    .how-work__title {
        font-size: 28px;
        margin-bottom: 25px
    }

    .about_mb {
        margin-bottom: 46px
    }

    .how-work__item:nth-child(1) {
        left: 4px
    }

    .how-work__item-count {
        min-width: 54px;
        min-height: 54px
    }

    .how-work__item-count::before {
        font-size: 30px
    }

    .how-work__item-text {
        font-size: 20px
    }

    .how-work__item {
        gap: 19px
    }

    .how-work__item-link {
        font-size: 19px;
        padding: 17px 22px
    }

    .how-work__item:nth-child(odd) {
        left: 4px
    }

    .how-work__item:nth-child(even) {
        margin-left: 21px
    }

    .how-work__item:not(:first-child) {
        margin-top: -60px
    }

    .how-work__item.how-work__item_accent {
        max-width: 96%;
        width: 100%
    }

    .how-work_mb {
        margin-bottom: 70px
    }

    .demonstration__title {
        font-size: 28px
    }

    .demonstration__inner {
        padding: 50px 0px 50px 0px
    }

    .demonstration__form {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        max-width: calc(552px + var(--container-padding)*2);
        padding: 0 var(--container-padding);
        width: 100%;
        gap: 14px
    }

    .demonstration__title {
        margin-bottom: 20px
    }

    .demonstration_mb {
        margin-bottom: 80px
    }

    .footer__title {
        font-size: 28px;
        max-width: 72%;
        width: 100%;
        margin-inline: auto;
        margin-bottom: 26px
    }

    .footer__title br {
        display: none
    }

    .footer {
        padding-top: 60px
    }

    .footer__link {
        font-size: 19px;
        padding: 20px 36px;
        margin-bottom: 50px
    }

    .footer__nav-item {
        font-size: 17px
    }

    .footer__nav-list {
        gap: 5.47vw
    }

    .footer__nav {
        margin-bottom: 67px
    }

    .footer__logo img {
        max-width: 158px;
        width: 100%
    }

    .footer__links-item {
        font-size: 16px
    }

    .footer__inner {
        margin-bottom: 38px
    }

    body:has(.auth) .main {
        padding-top: calc(var(--height-header) + 44px)
    }

    .auth_mb {
        margin-bottom: 80px
    }

    .hero-person {
        right: 60px;
        top: -180px
    }

    .hero-person img {
        max-width: 85%
    }

    .hero-person::before {
        top: -32px;
        right: -23%
    }
}

@media(max-width: 700px) {
    .relevance__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .footer__nav-list,
    .footer__links {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px
    }

    .hero-person {
        right: 60px;
        top: -180px
    }

    .hero-person::before {
        top: 55px;
        left: -45%;
        right: unset;
        background: url(/assets/alert_revert.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }
}

@media(max-width: 480px) {
    :root {
        --container-padding: 10px
    }

    .header__logo {
        margin-left: 0px
    }

    .header__logo img {
        width: 106px;
        height: 25px
    }

    .header__lk-link {
        font-size: 11px;
        padding: 9px 14px
    }

    .header__burger svg {
        width: 20px;
        height: 12px
    }

    .header__inner {
        padding-block: 14px;
        padding-inline: 7px
    }

    .header__lk-link {
        margin-right: 14px
    }

    .hero__title {
        font-size: 18px
    }

    .hero__btn {
        font-size: 13px;
        padding: 12px 20px;
        margin: 0 auto 103px auto
    }

    .main {
        padding-top: calc(var(--height-header) + 12px)
    }

    .hero__title br {
        display: none
    }

    .hero__title {
        margin: 0 0 19px 0
    }

    .br-mobile {
        display: block !important
    }

    .btn {
        border-radius: 8px
    }

    .hero__content-title {
        font-size: 18px
    }

    .hero__content {
        border-radius: 20px;
        padding: 26px 14px 20px
    }

    .hero__content-title {
        max-width: 100%;
        width: 100%
    }

    .hero__content-title {
        margin-bottom: 17px
    }

    .hero__item {
        border-radius: 16px;
        overflow: hidden
    }

    .hero__item-name {
        font-size: 16px
    }

    .hero__item-name {
        padding: 17px 0px 0px 20px
    }

    .hero__item-percent {
        font-size: 35px;
        padding-left: 20px;
        padding-bottom: 13px
    }

    picture:has(.hero__item-img) {
        display: block;
        max-width: 134px;
        position: relative;
        left: 9px
    }

    .hero__item-content {
        margin-top: -5px
    }

    .hero__list {
        grid-gap: 9px
    }

    .hero__item.hero__item_stars::before {
        right: 4px
    }

    .hero_mb {
        margin-bottom: 60px
    }

    .crm__list {
        max-width: 100%;
        margin-bottom: 22px
    }

    .crm__title {
        font-size: 18px
    }

    .crm__content {
        padding: 27px 0px 27px 0px
    }

    .crm__title br {
        display: none
    }

    .crm__btn {
        padding: 12px 33px
    }

    .crm_mb {
        margin-bottom: 60px
    }

    .relevance__title {
        font-size: 18px;
        margin-bottom: 17px
    }

    .relevance__item {
        border-radius: 20px;
        padding: 17px 40px 17px 17px;
        gap: 18px;
        min-height: 162px
    }

    .relevance__item-img {
        width: 50px;
        height: 50px
    }

    .relevance__item-text {
        font-size: 12px;
        line-height: 120%
    }

    .relevance__list {
        gap: 8px
    }

    .relevance_mb {
        margin-bottom: 59px
    }

    .about__inner {
        padding: 22px 19px 22px 17px;
        border-radius: 20px
    }

    .about__title {
        font-size: 18px
    }

    .about__content {
        padding-top: 0
    }

    .about__text {
        font-size: 11px
    }

    .about__title {
        margin-bottom: 14px
    }

    .about__content p:not(:last-child) {
        margin-bottom: 15px
    }

    .about__text {
        margin-bottom: 22px
    }

    .about__link {
        font-size: 13px;
        padding: 13px 20px
    }

    .about__inner {
        gap: 25px
    }

    .about__picture {
        border-radius: 14px;
        border: 4px solid rgba(255, 255, 255, 0.1019607843);
        max-height: 202px;
        max-width: 100%;
        width: 100%
    }

    .about__content {
        padding-left: 5px
    }

    .how-work__title {
        font-size: 18px
    }

    .about_mb {
        margin-bottom: 57px
    }

    .how-work__title {
        margin-bottom: 15px
    }

    .how-work__item:nth-child(odd) {
        left: 0
    }

    .how-work__item:nth-child(even) {
        margin-left: 0px
    }

    .how-work__item-count {
        min-width: 43px;
        min-height: 43px
    }

    .how-work__item-count::before {
        font-size: 24px;
        line-height: 100%
    }

    .how-work__item-text {
        font-size: 12px;
        line-height: 125%
    }

    .how-work__item {
        -webkit-column-gap: 14px;
        -moz-column-gap: 14px;
        column-gap: 14px;
        row-gap: 21px;
        padding: 18px 15px 81px 18px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-radius: 20px
    }

    .how-work__item-link {
        font-size: 13px;
        padding: 13px 19px
    }

    .how-work__item:nth-child(1) .how-work__item-text {
        max-width: 70%
    }

    .how-work__item-text {
        letter-spacing: .08em
    }

    .how-work__item-text:has(.br-mobile) br {
        display: none
    }

    .how-work__item.how-work__item_accent {
        max-width: 100%;
        width: 100%
    }

    .how-work__item.how-work__item_accent br {
        display: none
    }

    .how-work_mb {
        margin-bottom: 60px
    }

    .demonstration__title {
        font-size: 18px
    }

    .demonstration__inner {
        padding: 30px 0px 30px 0px
    }

    .demonstration__title {
        margin-bottom: 10px
    }

    .demonstration__form {
        max-width: 95%
    }

    .form__input {
        font-size: 14px
    }

    .demonstration__form {
        gap: 7px
    }

    .form__btn,
    .form__register-link {
        font-size: 14px;
        padding: 17px;
        border-radius: 12px
    }

    .demonstration__inner {
        background-image: url(/assets/bg-form-mobile.svg);
        background-size: cover;
        background-position: top
    }

    .demonstration_mb {
        margin-bottom: 60px
    }

    .footer__title {
        font-size: 16px;
        max-width: 100%;
        width: 100%;
        margin-bottom: 18px
    }

    .footer {
        padding-top: 40px
    }

    .footer__link {
        font-size: 13px;
        padding: 12px 20px;
        margin-bottom: 27px
    }

    .footer__nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__nav-item {
        font-size: 12px
    }

    .footer__nav-list {
        gap: 9px
    }

    .footer__logo img {
        max-width: 106px;
        width: 100%
    }

    .footer__logo {
        margin-bottom: 26px
    }

    .footer__nav {
        margin-bottom: 36px
    }

    .footer__links-item {
        font-size: 11px;
        line-height: 110%
    }

    .footer__links {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 27px
    }

    .footer__links-item:nth-child(2) {
        -ms-grid-column-span: 2;
        grid-column: span 2;
        -ms-grid-row: 1;
        grid-row: 1;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__links-item:nth-child(3) {
        text-align: right
    }

    .footer__inner {
        margin-bottom: 21px
    }

    .auth__logo {
        margin-bottom: 17px
    }

    .auth__logo img {
        max-width: 118px
    }

    body:has(.auth) .main {
        padding-top: calc(var(--height-header) + 18px)
    }

    .auth__buttons {
        max-width: 190px;
        width: 100%;
        border-radius: 8px
    }

    .auth__btn {
        font-size: 12px;
        padding: 8.5px;
        border-radius: 6px
    }

    .auth__buttons::before {
        border-radius: 6px
    }

    .auth__buttons {
        margin-bottom: 18px
    }

    .auth__form-title {
        font-size: 24px
    }

    .auth__form {
        padding: 26px 18px 18px 18px
    }

    .form__label-name {
        font-size: 14px
    }

    .form__label {
        margin-bottom: 8px
    }

    .form__checkbox-decor {
        width: 21px;
        height: 21px
    }

    .form__checkbox-text {
        font-size: 12px
    }

    .form__link {
        font-size: 12px
    }

    .form__row {
        margin-bottom: 20px
    }

    .auth__inner {
        grid-row-gap: 14px
    }

    .auth__info-title {
        font-size: 18px
    }

    .auth__info {
        padding-top: 27px;
        padding-bottom: 26px
    }

    .auth__info-hero {
        max-width: 68%;
        margin: 0 auto;
        margin-bottom: 10px
    }

    .auth__info-text {
        font-size: 12px
    }

    .auth__info-text {
        margin-bottom: 17px
    }

    .auth__info-btn {
        font-size: 14px;
        padding: 17px 38px;
        border-radius: 12px
    }

    .auth_mb {
        margin-bottom: 60px
    }

    .hero-person {
        right: -30px;
        top: -116px;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .hero-person img {
        max-width: 55%
    }

    .hero-person::before {
        top: 26px;
        left: 10%;
        font-size: 14px;
        padding: 16px
    }

    .hero__inner {
        overflow: hidden
    }
}
@media(max-width: 1440px){.header__nav-list,.footer__nav-list{gap:3.47vw}.crm__list{gap:4.72vw}}@media(max-width: 1400px){.hero__item-percent{font-size:50px;padding-left:20px}}@media(max-width: 1280px){.header__nav{margin-left:0}.header__nav-list,.footer__nav-list{gap:2.47vw}.header__nav-item{font-size:16px}.hero-person{right:120px;top:-218px}}@media(max-width: 1150px){.hero__list{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}.about__content{padding-right:0}.about__inner{-ms-grid-columns:1fr;grid-template-columns:1fr;padding-inline:35px}.about__picture{border-radius:25px;border:11px solid rgba(255,255,255,0.1019607843)}.about__picture img{border-radius:10px}.how-work__item:has(.how-work__item-link){-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.how-work__item-link{margin-left:0}.hero-person{right:60px;top:-218px}.hero-person::before{right:-24%}}@media(max-width: 992px){.header__burger{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0;outline:none;background:none}.header__nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:fixed;top:0;max-width:100vw;width:100%;height:100dvh;background:var(--body-color);z-index:200;overflow-y:scroll;padding-block:40px;-webkit-transform:translateX(200vw);-ms-transform:translateX(200vw);transform:translateX(200vw);-webkit-transition:var(--t) transform;transition:var(--t) transform}.header__nav::-webkit-scrollbar{display:none}.header__nav.is-open{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.header__nav-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:25px}.header__nav-close{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;top:20px;right:40px;background:none;padding:0;outline:none;border:none}.header__lk-link{margin-left:auto;margin-right:20px}.hero__list{-ms-grid-columns:1fr;grid-template-columns:1fr}.hero__item-percent{font-size:70px}.relevance__list{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2, 1fr)}.relevance__item:nth-child(3n+2){-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.relevance__title{margin-bottom:30px}.demonstration__form{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3, 1fr)}.auth__inner{max-width:518px;width:100%;-ms-grid-columns:1fr;grid-template-columns:1fr;grid-row-gap:25px}.hero__btn{margin:0 auto 200px auto}}@media(max-width: 768px){.header__lk-link{font-size:19px;padding:15px 26px}.header__logo{margin-left:5px}.header__logo img{width:158px;height:38px}.header__inner{padding-block:18px}.hero__title{font-size:32px;margin:0 0 30px 0}.main{padding-top:calc(var(--height-header) + 60px)}.hero__btn{font-size:19px;padding:19px 33px;margin:0 auto 157px auto}.hero__content-title{font-size:28px;max-width:59%;width:100%;margin-inline:auto}.hero__content-title{margin-bottom:25px}.hero__content{padding:41px 20px 20px 20px}.hero__item-content{padding-top:0;margin-top:-16px}.hero__item-percent{padding-left:36px}.hero__item-name{font-size:22px}.br-medium{display:block}.hero__item.hero__item_stars::before{content:"";position:absolute;width:64%;height:95%;bottom:0;right:40px;background-repeat:no-repeat;background-position:92% 1px;background-size:contain}.hero_mb{margin-bottom:85px}.crm__list{max-width:90%;width:100%;margin-inline:auto;gap:6.27vw;margin-bottom:32px}.crm__title{font-size:28px;margin-bottom:15px}.crm__btn{font-size:13px;padding:22px 65px}.crm_mb{margin-bottom:80px}.relevance__title{font-size:28px;margin-bottom:25px}.relevance__item-text{font-size:19px}.relevance__item{min-height:266px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;gap:30px}.relevance_mb{margin-bottom:52px}.about__title{font-size:28px;margin-bottom:16px}.about__inner{padding:22px 35px 60px 35px}.about__text{font-size:17px;line-height:125%;margin-bottom:30px}.about__content p:not(:last-child){margin-bottom:21px}.about__link{font-size:19px}.about__picture{max-height:405px}.how-work__title{font-size:28px;margin-bottom:25px}.about_mb{margin-bottom:46px}.how-work__item:nth-child(1){left:4px}.how-work__item-count{min-width:54px;min-height:54px}.how-work__item-count::before{font-size:30px}.how-work__item-text{font-size:20px}.how-work__item{gap:19px}.how-work__item-link{font-size:19px;padding:17px 22px}.how-work__item:nth-child(odd){left:4px}.how-work__item:nth-child(even){margin-left:21px}.how-work__item:not(:first-child){margin-top:-60px}.how-work__item.how-work__item_accent{max-width:96%;width:100%}.how-work_mb{margin-bottom:70px}.demonstration__title{font-size:28px}.demonstration__inner{padding:50px 0px 50px 0px}.demonstration__form{-ms-grid-columns:1fr;grid-template-columns:1fr;max-width:calc(552px + var(--container-padding)*2);padding:0 var(--container-padding);width:100%;gap:14px}.demonstration__title{margin-bottom:20px}.demonstration_mb{margin-bottom:80px}.footer__title{font-size:28px;max-width:72%;width:100%;margin-inline:auto;margin-bottom:26px}.footer__title br{display:none}.footer{padding-top:60px}.footer__link{font-size:19px;padding:20px 36px;margin-bottom:50px}.footer__nav-item{font-size:17px}.footer__nav-list{gap:5.47vw}.footer__nav{margin-bottom:67px}.footer__logo img{max-width:158px;width:100%}.footer__links-item{font-size:16px}.footer__inner{margin-bottom:38px}body:has(.auth) .main{padding-top:calc(var(--height-header) + 44px)}.auth_mb{margin-bottom:80px}.hero-person{right:60px;top:-180px}.hero-person img{max-width:85%}.hero-person::before{top:-32px;right:-23%}}@media(max-width: 700px){.relevance__list{-ms-grid-columns:1fr;grid-template-columns:1fr}.footer__nav-list,.footer__links{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px}.hero-person{right:60px;top:-180px}.hero-person::before{top:55px;left:-45%;right:unset;background:url(/assets/alert_revert.svg);background-position:center;background-repeat:no-repeat;background-size:contain}}@media(max-width: 480px){:root{--container-padding: 10px}.header__logo{margin-left:0px}.header__logo img{width:106px;height:25px}.header__lk-link{font-size:11px;padding:9px 14px}.header__burger svg{width:20px;height:12px}.header__inner{padding-block:14px;padding-inline:7px}.header__lk-link{margin-right:14px}.hero__title{font-size:18px}.hero__btn{font-size:13px;padding:12px 20px;margin:0 auto 103px auto}.main{padding-top:calc(var(--height-header) + 12px)}.hero__title br{display:none}.hero__title{margin:0 0 19px 0}.br-mobile{display:block !important}.btn{border-radius:8px}.hero__content-title{font-size:18px}.hero__content{border-radius:20px;padding:26px 14px 20px}.hero__content-title{max-width:100%;width:100%}.hero__content-title{margin-bottom:17px}.hero__item{border-radius:16px;overflow:hidden}.hero__item-name{font-size:16px}.hero__item-name{padding:17px 0px 0px 20px}.hero__item-percent{font-size:35px;padding-left:20px;padding-bottom:13px}picture:has(.hero__item-img){display:block;max-width:134px;position:relative;left:9px}.hero__item-content{margin-top:-5px}.hero__list{grid-gap:9px}.hero__item.hero__item_stars::before{right:4px}.hero_mb{margin-bottom:60px}.crm__list{max-width:100%;margin-bottom:22px}.crm__title{font-size:18px}.crm__content{padding:27px 0px 27px 0px}.crm__title br{display:none}.crm__btn{padding:12px 33px}.crm_mb{margin-bottom:60px}.relevance__title{font-size:18px;margin-bottom:17px}.relevance__item{border-radius:20px;padding:17px 40px 17px 17px;gap:18px;min-height:162px}.relevance__item-img{width:50px;height:50px}.relevance__item-text{font-size:12px;line-height:120%}.relevance__list{gap:8px}.relevance_mb{margin-bottom:59px}.about__inner{padding:22px 19px 22px 17px;border-radius:20px}.about__title{font-size:18px}.about__content{padding-top:0}.about__text{font-size:11px}.about__title{margin-bottom:14px}.about__content p:not(:last-child){margin-bottom:15px}.about__text{margin-bottom:22px}.about__link{font-size:13px;padding:13px 20px}.about__inner{gap:25px}.about__picture{border-radius:14px;border:4px solid rgba(255,255,255,0.1019607843);max-height:202px;max-width:100%;width:100%}.about__content{padding-left:5px}.how-work__title{font-size:18px}.about_mb{margin-bottom:57px}.how-work__title{margin-bottom:15px}.how-work__item:nth-child(odd){left:0}.how-work__item:nth-child(even){margin-left:0px}.how-work__item-count{min-width:43px;min-height:43px}.how-work__item-count::before{font-size:24px;line-height:100%}.how-work__item-text{font-size:12px;line-height:125%}.how-work__item{-webkit-column-gap:14px;-moz-column-gap:14px;column-gap:14px;row-gap:21px;padding:18px 15px 81px 18px;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;border-radius:20px}.how-work__item-link{font-size:13px;padding:13px 19px}.how-work__item:nth-child(1) .how-work__item-text{max-width:70%}.how-work__item-text{letter-spacing:.08em}.how-work__item-text:has(.br-mobile) br{display:none}.how-work__item.how-work__item_accent{max-width:100%;width:100%}.how-work__item.how-work__item_accent br{display:none}.how-work_mb{margin-bottom:60px}.demonstration__title{font-size:18px}.demonstration__inner{padding:30px 0px 30px 0px}.demonstration__title{margin-bottom:10px}.demonstration__form{max-width:95%}.form__input{font-size:14px}.demonstration__form{gap:7px}.form__btn,.form__register-link{font-size:14px;padding:17px;border-radius:12px}.demonstration__inner{background-image:url(/assets/bg-form-mobile.svg);background-size:cover;background-position:top}.demonstration_mb{margin-bottom:60px}.footer__title{font-size:16px;max-width:100%;width:100%;margin-bottom:18px}.footer{padding-top:40px}.footer__link{font-size:13px;padding:12px 20px;margin-bottom:27px}.footer__nav-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.footer__nav-item{font-size:12px}.footer__nav-list{gap:9px}.footer__logo img{max-width:106px;width:100%}.footer__logo{margin-bottom:26px}.footer__nav{margin-bottom:36px}.footer__links-item{font-size:11px;line-height:110%}.footer__links{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2, 1fr);gap:27px}.footer__links-item:nth-child(2){-ms-grid-column-span:2;grid-column:span 2;-ms-grid-row:1;grid-row:1;text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.footer__links-item:nth-child(3){text-align:right}.footer__inner{margin-bottom:21px}.auth__logo{margin-bottom:17px}.auth__logo img{max-width:118px}body:has(.auth) .main{padding-top:calc(var(--height-header) + 18px)}.auth__buttons{max-width:190px;width:100%;border-radius:8px}.auth__btn{font-size:12px;padding:8.5px;border-radius:6px}.auth__buttons::before{border-radius:6px}.auth__buttons{margin-bottom:18px}.auth__form-title{font-size:24px}.auth__form{padding:26px 18px 18px 18px}.form__label-name{font-size:14px}.form__label{margin-bottom:8px}.form__checkbox-decor{width:21px;height:21px}.form__checkbox-text{font-size:12px}.form__link{font-size:12px}.form__row{margin-bottom:20px}.auth__inner{grid-row-gap:14px}.auth__info-title{font-size:18px}.auth__info{padding-top:27px;padding-bottom:26px}.auth__info-hero{max-width:68%;margin:0 auto;margin-bottom:10px}.auth__info-text{font-size:12px}.auth__info-text{margin-bottom:17px}.auth__info-btn{font-size:14px;padding:17px 38px;border-radius:12px}.auth_mb{margin-bottom:60px}.hero-person{right:-30px;top:-116px;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.hero-person img{max-width:55%}.hero-person::before{top:26px;left:10%;font-size:14px;padding:16px}.hero__inner{overflow:hidden}}
