:root {
    --font-size-base: 16px;
    --line-height-base: 1.15;
    --font-size-h1: 52px;
    --line-height-h1: 60px;
    --font-size-h2: 44px;
    --font-size-h3: calc(var(--font-size-base) * 1.5);
    --margin-bottom: 110px;
    --padding-base: 16px;
    --time: 0.3s;
}

@media (max-width: 1232px) {
    :root {
        --font-size-h1: calc(((100vw - 320px) / (1232 - 320)) * 9 + 43px);
        --line-height-h1: calc(((100vw - 320px) / (1232 - 320)) * 8 + 52px);
        --font-size-h2: calc(((100vw - 320px) / (1232 - 320)) * 8 + 36px);
        --font-size-h3: calc(((100vw - 320px) / (1232 - 320)) * 4 + 20px);
    }
}

@media (max-width: 1024px) {
    :root {
        --margin-bottom: 72px;
    }
}

/* //////////////////////////////////////////////////************************************************** normalize */
/*! 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;
}

/* //////////////////////////////////////////////////_________________________^ normalize */

/* //////////////////////////////////////////////////************************************************** preinstall */
*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #000C05;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    pointer-events: none;
}

ul {
    margin: 0;
}

/* /////////////////////////========================= footer pressed */
html {
    height: 100%;
}

body,
.page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body > .page > .main {
    flex: 1 1 auto;
    width: 100%;
}

/* /////////////////////////========================= buttons */
a {
    color: #fff;
    text-decoration: none;
    transition: background var(--time), color var(--time), border var(--time);
}

/*a:hover {
    color: #C3F953;
}*/

button {
    display: inline-block;
    background: transparent;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background var(--time), color var(--time), border var(--time);
}

/* /////////////////////////========================= targets */
:target {
    scroll-margin-top: 40px;
}

@media (max-width: 1024px) {
    :target {
        scroll-margin-top: 32px;
    }
}

/* //////////////////////////////////////////////////_________________________^ preinstall */

/* //////////////////////////////////////////////////************************************************** main container */
.box {
    margin-bottom: var(--margin-bottom);
    padding: 0 calc(50% - 600px);
}

@media (max-width: 1232px) {
    .box {
        padding: 0 16px;
    }
}

/* //////////////////////////////////////////////////_________________________^ main container */

/* //////////////////////////////////////////////////************************************************** fonts */
html, body, p {
    margin: 0;
    font: normal 400 16px/24px "Source Sans 3", sans-serif;
    color: #1B1B1B;
}

h1 {
    margin: 0 0 8px 0;
    padding: 0;
    color: #fff;
    font-family: "Exo 2", sans-serif;
    font-size: 64px;
    line-height: 70px;
    font-weight: 600;
}

h2 {
    display: block;
    margin: 0 0 24px 0;
    font-family: "Exo 2", sans-serif;
    font-size: var(--font-size-h2);
    line-height: var(--line-height-base);
    font-weight: 700;
}

h3 {
    margin: 0 0 12px 0;
    font-size: var(--font-size-h3);
    line-height: var(--line-height-base);
    font-weight: 600;
}

p {
    margin: 0 0 5px 0;
}

@media (max-width: 1024px) {
    h2 {
        margin: 0 0 8px 0;
    }

    h3 {
        margin: 0 0 4px 0;
    }
}

/* //////////////////////////////////////////////////_________________________^ fonts */

/* //////////////////////////////////////////////////************************************************** header & footer */
/* /////////////////////////========================= header */
.header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 0 auto;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
}

.first-block-outer .logo {
    margin-bottom: 24px;
}

.logo img {
    width: 22px;
    margin-right: 8px;
}

.header__btn {
    margin-top: 60px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 24px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 100px;
}

@media (max-width: 1024px) {
    .header__btn {
        padding: 8px 20px;
    }
}

@media (max-width: 768px) {
    .header {
        justify-content: center;
    }

    .header__btn {
        position: relative;
        top: 70px;
    }

    .first-block-outer .logo {
        position: relative;
        bottom: 40px;
        margin: 30px 0;
    }
}

/* //////////////////////////////////////////////////_________________________^ header & footer */

/* //////////////////////////////////////////////////************************************************** general */
/* /////////////////////////========================= columns */
.flex-double,
.flex-triple {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: var(--padding-base);
}

.flex-double > *,
.flex-triple > * {
    width: 100%;
}

.flex-double > * {
    max-width: calc(50% - var(--padding-base) / 2);
}

.flex-triple > * {
    max-width: calc(33.333333% - var(--padding-base) / 3 * 2);
}

@media (max-width: 1100px) {
    .flex-triple > * {
        max-width: calc(50% - var(--padding-base) / 2);
    }
}

@media (max-width: 768px) {
    .flex-double,
    .flex-triple {
        gap: var(--padding-base);
    }

    .flex-double > *,
    .flex-triple > * {
        max-width: 100%;
    }
}

/* /////////////////////////========================= form input & textarea & select & radio & checkbox */
.aio-sdk-form {
    width: 100% !important;
    padding: 0 !important;
}

.form {
    padding: 32px 32px 24px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
/*    border-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 1));*/
    border-radius: 24px;
}

.form .form__item {
    position: relative;
    margin-bottom: 16px;
}

/* after js remake */
.form .form__item .iti {
    width: 100% !important;
}

/* /////////////////////////========================= input */
.form .form__item input {
    width: 100%;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.16);
    color: #A5A5A5;
    font-size: var(--font-size-base);
    line-height: 24px;
    border: 0;
    border-radius: 12px;
    outline: 0;
    cursor: pointer;
}

.form__item input:focus {
    cursor: auto;
}

/* /////////////////////////========================= label */
.form__item label {
/*    z-index: -1;*/
    display: block;
    position: absolute;
    top: 18px;
    left: 20px;
    color: rgba(255, 255, 255, 0.4);
    font-size: var(--font-size-base);
    transition: top var(--time), left var(--time), font-size var(--time), color var(--time);
}

.form__item label:hover {
    cursor: pointer;
}

.form__item input:not(:placeholder-shown) ~ label,
.form__item input:focus ~ label {
    display: none;
}

/* //////////////////////////////////////////////////_________________________^ general */

/* //////////////////////////////////////////////////************************************************** blocks */
/* /////////////////////////========================= block-0 */
.box.first-block-outer {
    margin-bottom: 0;
    padding-bottom: 38px;
    background: url(../img/form-bg.webp) left 44% bottom no-repeat,
                url(../img/bg-lines.svg) center center repeat,
                url(../img/bg-blur.webp) center bottom repeat-x;
    background-size: 525px 530px, contain, 100% 50%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi),
    only screen and (min-resolution: 2dppx) {
    .box.first-block-outer {
        background: url(../img/form-bg@x2.webp) left 44% bottom no-repeat,
                    url(../img/bg-lines.svg) center center repeat,
                    url(../img/bg-blur.webp) center bottom repeat-x;
        background-size: 525px 530px, contain, 100% 50%;
    }
}

.first-block {
    margin-bottom: 38px;
    text-align: center;
}

h1 {
    text-align: center;
    display: block;
}

h1 span {
    background: #FFD030;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.first-block__decription {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    color: #fff;
    font-size: 24px;
    line-height: 1;
}

.first-block__decription img {
    max-width: 56px;
    border: 4px solid #1A1A1A;
    border-radius: 100px;
    margin-right: -16px;
}

h1 + p {
    margin-top: 16px;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.block-form__item:nth-child(2) {
    display: none;
}

.block-form__p {
    color: #fff;
    text-align: center;
}

@media (max-width: 1920px) {
    .box.first-block-outer {
        background: url(../img/form-bg.webp) left 40% bottom no-repeat,
                    url(../img/bg-lines.svg) center center repeat,
                    url(../img/bg-blur.webp) center bottom no-repeat;
        background-size: 525px 530px, contain, 100% auto;
    }
}

@media only screen and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 2),
    only screen and (max-width: 1920px) and (min-resolution: 192dpi),
    only screen and (max-width: 1920px) and (min-resolution: 2dppx) {
    .box.first-block-outer {
        background: url(../img/form-bg@x2.webp) left 40% bottom no-repeat,
                    url(../img/bg-lines.svg) center center repeat,
                    url(../img/bg-blur.webp) center bottom no-repeat;
        background-size: 525px 530px, contain, 100% auto;
    }
}

@media (max-width: 1100px) {
    .box.first-block-outer {
        margin-bottom: 0;
        padding-bottom: 38px;
        background: url(../img/form-bg.webp) left 31% bottom no-repeat,
                    url(../img/bg-lines.svg) center center repeat,
                    url(../img/bg-blur.webp) center bottom no-repeat;
        background-size: auto 40vw, contain, 100% auto;
    }

    .first-block__decription {
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .first-block__decription img:first-child {
        margin-left: -16px;
    }
}

@media only screen and (max-width: 1100px) and (-webkit-min-device-pixel-ratio: 2),
    only screen and (max-width: 1100px) and (min-resolution: 192dpi),
    only screen and (max-width: 1100px) and (min-resolution: 2dppx) {
    .box.first-block-outer {
        background: url(../img/form-bg@x2.webp) left 31% bottom no-repeat,
                    url(../img/bg-lines.svg) center center repeat,
                    url(../img/bg-blur.webp) center bottom no-repeat;
        background-size: auto 40vw, contain, 100% auto;
    }
}

@media (max-width: 1024px) {
    .first-block {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .box.first-block-outer {
        padding-bottom: 400px;
        background: url(../img/form-bg.webp) center bottom no-repeat,
                    url(../img/bg-lines.svg) center center repeat,
                    url(../img/bg-blur.webp) center bottom no-repeat;
        background-size: auto 30%, 200% auto, 100% auto;
    }

    .first-block__p {
        display: none;
    }

    .block-form__item:nth-child(2) {
        display: block;
    }
}

@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
    only screen and (max-width: 768px) and (min-resolution: 192dpi),
    only screen and (max-width: 768px) and (min-resolution: 2dppx) {
    .box.first-block-outer {
        background: url(../img/form-bg@x2.webp) center bottom no-repeat,
                    url(../img/bg-lines.svg) center center repeat,
                    url(../img/bg-blur.webp) center bottom no-repeat;
        background-size: auto 30%, 200% auto, 100% auto;
    }
}

@media (max-width: 440px) {
    .box.first-block-outer {
        padding-bottom: 95vw;
        background-size: auto 25%, cover, 100% auto;
    }
}

/* /////////////////////////========================= block-1 */
.block-form {
    justify-content: space-between;
}

.block-form__item:last-child {
    display: flex;
    justify-content: flex-end;
}

.users {
    align-items: center;
    max-width: 486px;
    margin-top: 50px;
    padding: 18px;
}

.users .users__photo {
    display: flex;
    flex-wrap: nowrap;
}

.users p {
    color: #fff;
    font-size: 18px;
}

.users .users__photo img {
    max-width: 56px;
    border-radius: 100px;
}

.users__photo img + img {
    margin-left: -18px;
}

.users__info {
    max-width: 150px;
    margin-top: 24px;
}

.users__info img {
    display: block;
    margin-bottom: 7px;
}

.form {
    width: 100%;
    max-width: 384px;
}

.form h2 {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
}

.form__btn {
    width: 100%;
    padding: 18px;
    background: #FFD030;
    color: #1B1B1B;
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
    font-weight: 700;
    border-radius: 12px;
    text-transform: uppercase;
}

.form__logos {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

@media (max-width: 1024px) {
    h1 {
        font-size: 38px;
        line-height: 42px;
    }

    .block-form h1 span {
        font-size: 44px;
        line-height: 50px;
    }

    .block-form__decription {
        margin-bottom: 24px;
        font-size: 20px;
    }

    .block-form__decription img {
        width: 40px;
    }

    .users {
        padding: 13px 8px;
    }

    .users__info {
        max-width: 125px;
        margin-left: 10px;
    }

    .users__info img {
        max-width: 113px;
    }

    .users__info p {
        margin: 0;
        font-size: 16px;
    }

    .form {
        padding: 24px;
    }

    .form h2 {
        margin-bottom: 12px;
        font-size: 28px;
        line-height: 42px;
    }

    .form__btn {
        padding: 13px;
        font-size: 20px;
    }

    .form .form__item input {
        padding: 10px 20px;
        font-size: 14px;
    }

    .form__item label {
        top: 10px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .users {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        max-width: 100%;
        margin-top: 0;
        padding: 0;
    }

    .users__info {
        margin-top: 0;
    }

    .block-form {
        flex-direction: column-reverse;
    }

    .block-form > * {
        max-width: 100%;
    }

    .form {
        margin-top: 32px;
        width: 100%;
        max-width: 100%;
    }
}

/* /////////////////////////========================= block-2 */
.tv__inner {
}

.tv__item {
    display: flex;
    gap: 40px;
}

.tv__item:not(:last-child) {
    margin-bottom: 48px;
}

.tv__item-img {
    min-width: 560px;
}

.tv__item-img img {
    border-radius: 20px;
}

.tv__quote {
    margin-bottom: 28px;
}

.tv__item-info h3,
.tv__item-info span,
.tv__item-info p {
    color: #1B1B1B;
}

.tv__item-info h3 {
    margin-bottom: 7px;
}

.tv__item-info span {
    display: block;
    margin-bottom: 16px;
}


@media (max-width: 1024px) {
    .tv__inner {
        padding: 0;
        background: none;
    }

    .tv__item {
        gap: 20px;
    }

    .tv__item-img {
        min-width: 328px;
    }

    .tv__quote {
        margin-bottom: 22px;
        width: 25px;
    }

    .tv__item-info span {
        display: block;
        margin-bottom: 8px;
    }
}

@media (max-width: 768px) {
    .tv__item {
        display: block;
    }

    .tv__item:last-child {
        display: flex;
        flex-direction: column-reverse;
    }

    .tv__item-img {
        min-width: 100%;
        margin-bottom: 32px;
    }
}

/* /////////////////////////========================= block-3 */
.handel {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 24px;
    background: url(../img/form-bg.webp) center bottom -100px no-repeat;
    background-size: 525px 530px;
    align-items: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi),
    only screen and (min-resolution: 2dppx) {
    .handel {
        background: url(../img/form-bg@x2.webp) center bottom -100px no-repeat;
        background-size: 525px 530px;
    }
}

.handel__item:last-child {
    position: relative;
}

.handel__pretitle-outer {
    text-align: center;
}

.handel__pretitle {
    display: inline-block;
    color: #4D4D4D;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
}

.handel h2 {
    max-width: 905px;
    margin: 0 auto 46px;
    text-align: center;
}

.handel__img {
    display: block;
    width: 100%;
}

.cryptocurrency {
    justify-content: space-between;
}

.cryptocurrency .flex__item {
    max-width: 100%;
    width: auto;
}

.cryptocurrency__item {
    display: flex;
    width: 246px;
    padding: 10px;
    background: rgba(134, 134, 134, 0.12);
    backdrop-filter: blur(20px);
    gap: 20px;
    border-radius: 10px;
}

.cryptocurrency__item + .cryptocurrency__item {
    margin-top: 46px;
}

.cryptocurrency .flex__item:first-child .cryptocurrency__item:nth-child(1),
.cryptocurrency .flex__item:last-child .cryptocurrency__item:nth-child(2),
.cryptocurrency .flex__item:first-child .cryptocurrency__item:nth-child(3) {
    margin-left: 52px;
}

.cryptocurrency .flex__item:last-child .cryptocurrency__item:nth-child(1),
.cryptocurrency .flex__item:last-child .cryptocurrency__item:nth-child(3) {
    margin-right: 52px;
}

.cryptocurrency span:first-child {
    font-size: 20px;
    font-weight: 700;
    margin-right: 12px;
}

.cryptocurrency span:last-of-type {
    color: #A5A5A5;
    font-size: 16px;
    line-height: 24px;
}

.cryptocurrency p {
    margin-top: 3px;
    background: #1B1B1B;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
}

.cryptocurrency__btn-outer {
    text-align: center;
}

.cryptocurrency__btn {
    display: inline-block;
    margin: 32px auto 0;
    padding: 20px 54px;
    background: #FFD030;
    color: #1B1B1B;
    font-size: 20px;
    font-weight: 700;
    border-radius: 12px;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .handel__pretitle {
        font-size: 18px;
    }

    .handel h2 {
        margin-bottom: 29px;
    }

    .cryptocurrency__item {
        display: flex;
        padding: 12px;
    }

    .cryptocurrency img {
        width: 44px;
    }

    .cryptocurrency span:first-child {
        margin-right: 8px;
        font-size: 18px;
    }

    .cryptocurrency span:last-of-type {
        font-size: 14px;
    }

    .cryptocurrency p {
        font-size: 16px;
    }
}

@media (max-width: 900px) {
    .handel {
        display: block;
    }

    .handel .handel__item {
        max-width: 100%;
    }

    .cryptocurrency__btn {
        width: 100%;
        margin-top: 330px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .cryptocurrency.flex-double > *  {
        max-width: calc(50% - var(--padding-base) / 2);
    }

    .cryptocurrency__item + .cryptocurrency__item {
        margin-top: 16px;
    }

    .cryptocurrency .flex__item:first-child .cryptocurrency__item:nth-child(1),
    .cryptocurrency .flex__item:last-child .cryptocurrency__item:nth-child(2),
    .cryptocurrency .flex__item:first-child .cryptocurrency__item:nth-child(3) {
        margin-left: 0;
    }

    .cryptocurrency .flex__item:last-child .cryptocurrency__item:nth-child(1),
    .cryptocurrency .flex__item:last-child .cryptocurrency__item:nth-child(3) {
        margin-right: 0;
    }

    .cryptocurrency__btn {
        padding: 8px 24px;
    }
}

@media (max-width: 576px) {
    .handel {
        background: url(../img/form-bg.webp) center bottom -100px no-repeat;
        background-size: 90% auto;
    }

    .cryptocurrency {
        display: flex;
    }

    .cryptocurrency .flex__item {
        width: 100%;
        max-width: calc(50% - 10px);
    }

    .cryptocurrency__item {
        display: block;
        width: auto;
    }

    .cryptocurrency__btn {
        margin-top: 50vw;
    }
}

@media only screen and (max-width: 576px) and (-webkit-min-device-pixel-ratio: 2),
    only screen and (max-width: 576px) and (min-resolution: 192dpi),
    only screen and (max-width: 576px) and (min-resolution: 2dppx) {
    .handel {
        background: url(../img/form-bg@x2.webp) center bottom -100px no-repeat;
        background-size: 90% auto;
    }
}

@media (max-width: 480px) {
    .cryptocurrency {
        gap: 20px;
    }

    .cryptocurrency__item {
        display: block;
    }

    .cryptocurrency__item + .cryptocurrency__item {
        margin-top: 12px;
    }

    .handel__item:last-child {
    }
}

/* /////////////////////////========================= block-4 */
.insert {
    position: relative;
    padding: var(--margin-bottom) 0 1px 0;
    background: #fff;
}

.infoblock__pretitle-outer {
    text-align: center;
}

.infoblock__pretitle {
    display: inline-block;
    color: #A5A5A5;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.infoblock h2 {
    max-width: 905px;
    margin: 0 auto 8px;
    color: #000;
    line-height: 56px;
    text-align: center;
}

.infoblock .stars {
    margin-bottom: 20px;
}

.infoblock .infoblock__description {
    max-width: 905px;
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.8);
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.infoblock .flex-triple .flex__item {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: auto;
    margin-top: 40px;
}

.infoblock .flex__item p {
    flex: 1 1 auto;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 24px;
}

.infoblock .flex__item .infoblock__stars {
    margin-bottom: 20px;
}

.infoblock .flex__item img {
    margin-bottom: 30px;
}

.infoblock h3 {
    color: #000;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
}

.user {
    display: flex;
    align-items: center;
}

.infoblock .user img {
    max-width: 115px;
    margin-bottom: 0;
    margin-right: 18px;
    border-radius: 100px;
    overflow: hidden;
}

.user p {
    margin-bottom: 0;
}

.user__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.user h3 {
    display: block;
    font-size: 18px;
}

.user span {
    color: #84EDA5;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
}

.infoblock__btn {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 18px;
    background: #FFD030;
    color: #1B1B1B;
    font-size: 24px;
    font-weight: 700;
    border-radius: 12px;
    text-align: center;
    text-transform: uppercase;
}

/* /////////////////////////========================= block-5 */
.infoblock--short {
    margin-bottom: 0;
}

.infoblock--short .infoblock__btn {
    margin-top: 56px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
}

.infoblock--short .infoblock__btn span {
    color: #FFD030;
}

/* /////////////////////////========================= block-6 */
.irony {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.irony__imgs {
    text-align: right;
}

.irony__imgs img:not(:last-child) {
    margin-right: -20px;
}

/* /////////////////////////========================= block-7 */
.box.insert--dark {
    max-width: 1210px;
    margin: 0 auto;
    margin-bottom: var(--margin-bottom);
    padding: 64px 32px 64px 64px;
    background: url(../img/bg-lines.svg) center center repeat,
                #1A1A1A;
    background-size: contain;
    border-radius: 70px;
}

.box.insert--dark .infoblock__pretitle {
    color: #A5A5A5;
}

.box.insert--dark h2,
.box.insert--dark h3 {
    color: #fff;
}

.box.insert--dark p {
    color: #A5A5A5;
}

.box.insert--dark span {
    color: #FFD030;
}

.infoblock--dark .flex-triple .flex__item {
    margin-top: 0;
    padding: 32px 32px 26px;
    background: #eee;
    border-radius: 20px;
}

.infoblock--dark .flex__item p {
    color: #A5A5A5;
}

.infoblock--dark .user {
    margin-bottom: 16px;
}

.infoblock--dark .flex__item .infoblock__stars {
    margin-bottom: 0;
}

.infoblock--dark .flex__item p {
    font-size: 16px;
}

.infoblock .infoblock__social {
    text-align: right;
}

.infoblock .infoblock__social span {
    display: inline-flex;
    align-items: center;
    margin-left: 24px;
    color: #A5A5A5;
}

.infoblock .infoblock__social img {
    margin-bottom: 0;
    margin-right: 8px;
    vertical-align: text-top;
}

.infoblock--dark .infoblock__btn {
    margin-top: 34px;
}

.infoblock__stars,
.stars {
    display: block;
}

@media (max-width: 1200px) {
    .box.insert--dark {
        padding: 34px 16px 60px;
    }
}

@media (max-width: 1024px) {
    .infoblock > .flex-double {
        display: block;
    }

    .infoblock > .flex-double > * {
        max-width: 100%;
    }

    .infoblock .flex-triple .flex__item {
        margin-top: 32px;
    }

    .infoblock .flex__item .infoblock__stars {
        margin-bottom: 16px;
    }

    .irony__imgs {
        margin: 24px 0 20px;
        text-align: left;
    }

    .irony__imgs img {
        width: 48px;
    }

    .irony__imgs img:not(:last-child) {
        margin-right: 0;
    }

    .irony__imgs img + img {
        margin-left: -20px;
    }

    .infoblock__btn {
        font-size: 16px;
    }

    .infoblock--short .infoblock__btn {
        margin-top: 48px;
        font-size: 24px;
    }

    .box.insert--dark {
        border-radius: 30px;
    }

    .infoblock--dark .flex-triple .flex__item {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .box.insert--dark {
        background-size: 200% auto;
    }

    .infoblock--short .infoblock__btn {
        padding: 21px 16px;
        border-radius: 20px;
        text-align: center;

    }
}

.infoblock--half-title h2 {
    max-width: 985px;
}

.infoblock--half-title h2 + p {
    margin: 0 0 36px;
    color: #1B1B1B;
    font-size: 20px;
    text-align: center;
}

.infoblock--half-title .infoblock__description {
    color: #4D4D4D;
    font-size: 16px;
    text-align: left;
}

.infoblock--half-title .infoblock__btn {
    max-width: 493px;
    margin-left: auto;
    font-size: 20px;
}

@media (max-width: 1232px) {
    .infoblock--half-title h2 {
        font-size: calc(((100vw - 320px) / (1232 - 320)) * 14 + 30px);
        line-height: 1.15;
    }
}

@media (max-width: 1024px) {
    .infoblock--half-title .infoblock__btn {
        margin-left: 0;
    }
}

/* /////////////////////////========================= block-8 */
.win {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 34px;
}

.win h2 {
    max-width: 720px;
    margin: 0;
    padding: 0;
    font-size: var(--font-size-h1);
    line-height: var(--line-height-h1);
    font-weight: 700;
    text-transform: uppercase;
}

.win h2 span {
    background: #FFD030;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.win p {
    font-size: 25px;
    line-height: 1;
}

@media (max-width: 1024px) {
    .win {
        display: block;
    }

    .win p {
        margin-top: 12px;
    }
}

/* /////////////////////////========================= footer */
.footer {
    margin-bottom: 0;
    padding-top: 72px;
    padding-bottom: 64px;
    background: url(../img/bg-lines.svg) center center repeat,
                url(../img/bg-blur.webp) center bottom -100px repeat-x;
    background-size: contain, 100% 50%;
}

.footer h2 {
    max-width: 770px;
    margin: 0 auto;
    color: #fff;
    font-size: 44px;
    line-height: 56px;
    text-align: center;
}

.footer h2 + p {
    margin: 15px auto 90px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.footer__top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 29px;
}

.footer .footer__top span {
    margin: 0;
    margin-left: 24px;
    color: rgba(255, 255, 255, 0.5);
}

.footer__top nav {
    margin-left: auto;
}

.footer__top nav a {
    flex-wrap: nowrap;
    margin-left: 28px;
    color: #A5A5A5;
    text-decoration: underline;
}

.footer p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 16px;
}

.footer span {
    display: block;
    margin: 12px auto 30px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.footer__btn {
    display: block;
    max-width: 290px;
    margin: 0 auto;
    padding: 18px;
    background: #FFD030;
    color: #1B1B1B;
    font-size: 24px;
    font-weight: 700;
    border-radius: 12px;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 1070px) {
    .footer .logo {
        max-width: 154px;
    }
}

@media (max-width: 1024px) {
    .footer .logo {
        max-width: 154px;
    }

    .footer__top span {
        margin-left: auto;
        font-size: 12px;
    }

    .footer h2 + p {
        margin: 15px auto 28px;
    }

    .footer span {
        margin: 24px auto 16px;
    }
}

@media (max-width: 768px) {
    .footer {
        background: url(../img/bg-lines.svg) center center repeat,
                    url(../img/bg-blur.webp) center bottom -50px repeat-x;
        background-size: 200% auto, 100% 30%;
    }

    .footer nav {
        margin-top: 28px;
        margin-left: 0;
        margin-right: auto;
    }

    .footer__top nav a {
        margin-left: 0;
        margin-right: 16px;
    }
}

@media (max-width: 576px) {
    .footer__top nav {
        width: 100%;
    }

    .footer__top nav a {
        display: flex;
        flex-direction: column;
        margin-top: 24px;
    }
}

.iti .iti__selected-dial-code {
    color: #fff;
}

.iti__arrow {
    border-top-color: #fff;
}


/* //////////////////////////////////////////////////_________________________^ blocks */

/* //////////////////////////////////////////////////************************************************** media */
@media (max-width: 1536px) {

}

@media (max-width: 1366px) {

}

@media (max-width: 1200px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 768px) {

}

@media (max-width: 576px) {

}

/* //////////////////////////////////////////////////_________________________^ media */


.info-block{padding:40px 54px 59px;box-shadow:0 18px 21px 15px rgba(84, 84, 84, 0.25);background:#fff;border-radius:15px;display:flex;flex-direction:column;gap:28px;}
.info-block__title{font-weight:700;font-size:30px;line-height:1;color:#191d20;display:flex;justify-content:flex-start;gap:28px;position:relative;}
.info-icon{display:flex;align-items:center;justify-content:center;margin-top:5px;}
.info-block__cards{display:grid;grid-template-columns:repeat(3, 1fr);gap:27px;}
.info-card{background:#191d20;border-radius:10px;padding:20px 20px 33px;display:flex;flex-direction:column;align-items:flex-start;gap:10px;min-height:249px;}
.info-card__icon{display:flex;align-items:center;justify-content:center;}
.info-card__title{font-weight:700;font-size:20px;line-height:1;color:#fff;}
.info-card__text{font-size:16px;line-height:120%;color:#bbb;margin-top:auto;}
@media (max-width: 1024px){
.info-block__cards{display:grid;grid-template-columns:repeat(1, 1fr);gap:19px;}
.info-card{min-height:200px;}
.info-block{padding:25px 20px 20px;}
.info-icon{transform:rotate(26deg) translateX(-22px) translateY(20px);}
}
@media (max-width: 768px){
.info-icon{transform:rotate(38deg) translateX(0) translateY(0) scale(1.2);margin-top:23px;}
.info-block{gap:14px;}
.info-block__title{gap:10px;}
}
@media (max-width: 650px){
.info-icon{margin-top:55px;}
}
@media (max-width: 600px){
.info-card{min-height:256px;}
.info-block{padding:20px 10px 13px;}
.info-block__title{font-size:25px;}
.info-card__title{font-size:19px;}
.info-icon{margin-top:15px;}
}
@media (max-width: 520px){
.info-icon{margin-top:35px;}
.info-card{padding:20px 10px 15px;}
}
@media (max-width: 410px){
.info-icon{margin-top:50px;}
.info-card__text{padding-top:25px;}
}
@media (max-width: 360px){
.info-icon{margin-top:75px;}
}

.experts{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.experts__item{
    width: 48%;
    border-radius: 20px;
    padding: 20px;
    background-color: rgba(97, 97, 97, 0.062);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.experts__title{
    width: 100%;
    color: #1B1B1B;
    font-size: 23px;
    line-height: 135%;
    font-weight: 400;
    margin-bottom: 15px;
}
.experts__title span{
    font-weight: 700;
}
.experts__text{
    width: 100%;
    color: #4D4D4D;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
}

.expertsTopTitle{
    margin-bottom: 30px;
}

@media (max-width: 768px){
.experts{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.experts__item{
    width: 100%;
    border-radius: 20px;
    padding: 25px 15px;
    margin-bottom: 30px;
}
.experts__item:last-child{
    margin-bottom: 0;
}
.experts__title{
    font-size: 21px;
    margin-bottom: 15px;
}

.experts__text{
    font-size: 16px;
}

.expertsTopTitle{
    margin-bottom: 30px;
}
}

.aio-sdk-form {

    width: 100% !important;
    padding: 0  !important;

}