* {
    padding: 0px;
    margin: 0px;
    border: 0px
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box
}

:focus, :active {
    outline: none
}

a:focus, a:active {
    outline: none
}

aside, nav, footer, header, section {
    display: block
}

html, body {
    height: 100%;
    min-width: px(320)
}

input, button, textarea {
    font-weight: 600
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer;
    background: rgba(0, 0, 0, 0)
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit
}

img {
    max-width: 100%;
    height: auto
}

[data-goto] {
    cursor: pointer
}

@font-face {
    font-family: "icons-system";
    src: url("../fonts/icons-system.ttf") format("truetype"), url("../fonts/icons-system.woff") format("woff"), url("../images/icons-system.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: "icons";
    src: url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.woff") format("woff"), url("../images/icons.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

.form-message._error::before, .form-message._success::before, .password__eye::before, .iti__arrow::before, [class^=_icon-]:before, [class*=" _icon-"]:before, [class^=_system-icon]:before, [class*=" _system-icon"]:before {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class^=_system-icon]:before, [class*=" _system-icon"]:before {
    font-family: "icons-system"
}

[class^=_icon-]:before, [class*=" _icon-"]:before {
    font-family: "icons"
}

._system-icon-check-circle:before {
    content: ""
}

._system-icon-close-solid:before {
    content: ""
}

._system-icon-eye-close:before {
    content: ""
}

._system-icon-eye:before {
    content: ""
}

._system-icon-close:before {
    content: ""
}

._icon-plus:before {
    content: ""
}

._icon-arrow-big:before {
    content: ""
}

._icon-arrow-small:before {
    content: ""
}

._icon-arrow:before {
    content: ""
}

._icon-icon1:before {
    content: ""
}

._icon-icon2:before {
    content: ""
}

._icon-icon3:before {
    content: ""
}

._icon-login:before {
    content: ""
}

._icon-sphere:before {
    content: ""
}

:root {
    --iti-hover-color: rgba(0, 0, 0, 0.05);
    --iti-text-gray: #999;
    --iti-border-gray: #ccc;
    --iti-spacer-horizontal: 8px;
    --iti-flag-height: 15px;
    --iti-flag-width: 20px;
    --iti-border-width: 1px;
    --iti-arrow-height: 4px;
    --iti-arrow-width: 6px;
    --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
    --iti-arrow-padding: 6px;
    --iti-arrow-color: #555;
    --iti-input-padding: 6px;
    --iti-right-hand-selected-country-padding: calc(var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) + var(--iti-flag-width));
    --iti-selected-country-arrow-padding: calc(var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) + var(--iti-spacer-horizontal) + var(--iti-arrow-width) + var(--iti-input-padding));
    --iti-path-flags-1x: url("../images/flags.webp");
    --iti-path-flags-2x: url("../images/flags%402x.webp");
    --iti-path-globe-1x: url("../images/globe.webp");
    --iti-path-globe-2x: url("../images/globe%402x.webp");
    --iti-flag-sprite-width: 5762px;
    --iti-flag-sprite-height: 15px;
    --iti-mobile-popup-margin: 30px
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%
}

.iti * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti__a11y-text {
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute
}

.iti input.iti__tel-input, .iti input.iti__tel-input[type=text], .iti input.iti__tel-input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: var(--iti-right-hand-selected-country-padding);
    margin-right: 0
}

.iti__country-container {
    position: absolute;
    top: 12px;
    right: 0;
    padding: var(--iti-border-width)
}

@media (max-width: 47.9375em) {
    .iti__country-container {
        top: 0.375rem
    }
}

.iti__selected-country {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background: none;
    top: 3px;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border-radius: 0;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: none
}

.iti__selected-country-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
    padding-left: 2rem
}

@media (max-width: 61.9375em) {
    .iti__selected-country-primary {
        padding-left: 12px
    }
}

.iti__arrow {
    margin-left: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.iti__arrow::before {
    content: "";
    font-family: "icons";
    font-size: 0.4375rem;
    line-height: 1;
    color: var(--color-font-dark)
}

[dir=rtl] .iti__arrow {
    margin-right: var(--iti-arrow-padding);
    margin-left: 0
}

.iti__arrow--up {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
    border-top: none;
    border-bottom: none
}

.iti__dropdown-content {
    border-radius: 3px;
    background-color: #fff
}

.iti--inline-dropdown .iti__dropdown-content {
    position: absolute;
    z-index: 2;
    margin-top: 3px;
    margin-left: calc(var(--iti-border-width) * -1);
    border: var(--iti-border-width) solid var(--iti-border-gray);
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2)
}

.iti__search-input {
    width: 100%;
    border-width: 0;
    border-radius: 3px;
    padding: 9px 12px
}

.iti__search-input + .iti__country-list {
    border-top: 1px solid var(--iti-border-gray)
}

.iti__country-list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.iti--inline-dropdown .iti__country-list {
    max-height: 185px
}

.iti--inline-dropdown .iti__country-list::-webkit-scrollbar-track {
    background: #fff
}

.iti--inline-dropdown .iti__country-list::-webkit-scrollbar-thumb {
    border: 2px solid #fff
}

.iti--flexible-dropdown-width .iti__country-list {
    white-space: nowrap
}

@media (max-width: 500px) {
    .iti--flexible-dropdown-width .iti__country-list {
        white-space: normal
    }
}

.iti__flag-box {
    display: inline-block;
    width: var(--iti-flag-width)
}

.iti__country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px var(--iti-spacer-horizontal);
    outline: none
}

.iti__dial-code {
    color: var(--iti-text-gray)
}

.iti__country.iti__highlight {
    background-color: var(--iti-hover-color)
}

.iti__flag-box, .iti__country-name {
    color: var(--color-font-dark);
    margin-right: var(--iti-spacer-horizontal)
}

[dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
    margin-right: 0;
    margin-left: var(--iti-spacer-horizontal)
}

.iti--allow-dropdown input.iti__tel-input, .iti--allow-dropdown input.iti__tel-input[type=text], .iti--allow-dropdown input.iti__tel-input[type=tel] {
    padding-right: var(--iti-input-padding);
    padding-left: var(--iti-selected-country-arrow-padding);
    margin-left: 0
}

[dir=rtl] .iti--allow-dropdown input.iti__tel-input, [dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text], [dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel] {
    padding-right: var(--iti-selected-country-arrow-padding);
    padding-left: var(--iti-input-padding);
    margin-right: 0
}

.iti--allow-dropdown .iti__country-container {
    right: auto;
    left: 0
}

[dir=rtl] .iti--allow-dropdown .iti__country-container {
    right: 0;
    left: auto
}

.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])):hover, .iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])):hover button {
    cursor: pointer
}

.iti .iti__selected-dial-code {
    color: var(--color-font-dark);
    margin-left: 4px
}

[dir=rtl] .iti .iti__selected-dial-code {
    margin-left: 0;
    margin-right: 4px
}

.iti--container {
    position: fixed;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: var(--iti-border-width)
}

.iti--container:hover {
    cursor: pointer
}

.iti--fullscreen-popup.iti--container {
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    padding: var(--iti-mobile-popup-margin);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.iti--fullscreen-popup .iti__dropdown-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
    position: relative
}

.iti--fullscreen-popup .iti__country {
    padding: 10px 10px;
    line-height: 1.5em
}

.iti__flag {
    --iti-flag-offset: 0px;
    --iti-flag-width: 20px;
    --iti-flag-height: 14px;
    height: var(--iti-flag-height);
    width: var(--iti-flag-width);
    -webkit-box-shadow: 0px 0px 1px 0px #888;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: var(--iti-path-flags-1x);
    background-repeat: no-repeat;
    background-position: var(--iti-flag-offset) 0;
    background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height)
}

.iti__np {
    --iti-flag-width: 13px
}

.iti__va, .iti__ch {
    --iti-flag-width: 15px
}

.iti__ne, .iti__be {
    --iti-flag-width: 18px
}

.iti__mc {
    --iti-flag-width: 19px
}

.iti__zw, .iti__ws, .iti__vg, .iti__uz, .iti__uk, .iti__tv, .iti__to, .iti__tl, .iti__tk, .iti__tj, .iti__tc, .iti__ta, .iti__su, .iti__st, .iti__ss, .iti__si, .iti__sh, .iti__sd, .iti__sc, .iti__sb, .iti__ps, .iti__pn, .iti__ph, .iti__om, .iti__nz, .iti__nu, .iti__nr, .iti__ng, .iti__nf, .iti__nc, .iti__my, .iti__ms, .iti__mp, .iti__mn, .iti__mk, .iti__me, .iti__md, .iti__ly, .iti__lv, .iti__lk, .iti__lc, .iti__kz, .iti__ky, .iti__kw, .iti__kp, .iti__ki, .iti__jo, .iti__jm, .iti__io, .iti__im, .iti__ie, .iti__hu, .iti__hr, .iti__hn, .iti__hm, .iti__gw, .iti__gs, .iti__gi, .iti__gb, .iti__fk, .iti__fj, .iti__et, .iti__er, .iti__eh, .iti__dm, .iti__dg, .iti__cx, .iti__cu, .iti__ck, .iti__cc, .iti__ca, .iti__by, .iti__bs, .iti__bn, .iti__bm, .iti__ba, .iti__az, .iti__au, .iti__as, .iti__am, .iti__ai, .iti__ae, .iti__ac {
    --iti-flag-height: 10px
}

.iti__us, .iti__um, .iti__py, .iti__mh, .iti__lr, .iti__gu, .iti__fm {
    --iti-flag-height: 11px
}

.iti__vu, .iti__tt, .iti__sv, .iti__ni, .iti__mx, .iti__lu, .iti__lt, .iti__li, .iti__km, .iti__kg, .iti__je, .iti__ir, .iti__ht, .iti__gy, .iti__gd, .iti__fi, .iti__de, .iti__cv, .iti__cr, .iti__cq, .iti__bz, .iti__bi, .iti__bh, .iti__bg, .iti__bd {
    --iti-flag-height: 12px
}

.iti__tg, .iti__se, .iti__pw, .iti__pl, .iti__kh, .iti__gt, .iti__ee, .iti__ax, .iti__ar {
    --iti-flag-height: 13px
}

.iti__xk, .iti__va, .iti__sm, .iti__sj, .iti__pg, .iti__np, .iti__no, .iti__ne, .iti__mc, .iti__is, .iti__il, .iti__ga, .iti__fo, .iti__dk, .iti__ch, .iti__cd, .iti__bv, .iti__be, .iti__al {
    --iti-flag-height: 15px
}

.iti__qa {
    --iti-flag-height: 8px
}

.iti__ac {
    --iti-flag-offset: 0px
}

.iti__ad {
    --iti-flag-offset: -22px
}

.iti__ae {
    --iti-flag-offset: -44px
}

.iti__af {
    --iti-flag-offset: -66px
}

.iti__ag {
    --iti-flag-offset: -88px
}

.iti__ai {
    --iti-flag-offset: -110px
}

.iti__al {
    --iti-flag-offset: -132px
}

.iti__am {
    --iti-flag-offset: -154px
}

.iti__ao {
    --iti-flag-offset: -176px
}

.iti__aq {
    --iti-flag-offset: -198px
}

.iti__ar {
    --iti-flag-offset: -220px
}

.iti__as {
    --iti-flag-offset: -242px
}

.iti__at {
    --iti-flag-offset: -264px
}

.iti__au {
    --iti-flag-offset: -286px
}

.iti__aw {
    --iti-flag-offset: -308px
}

.iti__ax {
    --iti-flag-offset: -330px
}

.iti__az {
    --iti-flag-offset: -352px
}

.iti__ba {
    --iti-flag-offset: -374px
}

.iti__bb {
    --iti-flag-offset: -396px
}

.iti__bd {
    --iti-flag-offset: -418px
}

.iti__be {
    --iti-flag-offset: -440px
}

.iti__bf {
    --iti-flag-offset: -460px
}

.iti__bg {
    --iti-flag-offset: -482px
}

.iti__bh {
    --iti-flag-offset: -504px
}

.iti__bi {
    --iti-flag-offset: -526px
}

.iti__bj {
    --iti-flag-offset: -548px
}

.iti__bl {
    --iti-flag-offset: -570px
}

.iti__bm {
    --iti-flag-offset: -592px
}

.iti__bn {
    --iti-flag-offset: -614px
}

.iti__bo {
    --iti-flag-offset: -636px
}

.iti__bq {
    --iti-flag-offset: -658px
}

.iti__br {
    --iti-flag-offset: -680px
}

.iti__bs {
    --iti-flag-offset: -702px
}

.iti__bt {
    --iti-flag-offset: -724px
}

.iti__bv {
    --iti-flag-offset: -746px
}

.iti__bw {
    --iti-flag-offset: -768px
}

.iti__by {
    --iti-flag-offset: -790px
}

.iti__bz {
    --iti-flag-offset: -812px
}

.iti__ca {
    --iti-flag-offset: -834px
}

.iti__cc {
    --iti-flag-offset: -856px
}

.iti__cd {
    --iti-flag-offset: -878px
}

.iti__cf {
    --iti-flag-offset: -900px
}

.iti__cg {
    --iti-flag-offset: -922px
}

.iti__ch {
    --iti-flag-offset: -944px
}

.iti__ci {
    --iti-flag-offset: -961px
}

.iti__ck {
    --iti-flag-offset: -983px
}

.iti__cl {
    --iti-flag-offset: -1005px
}

.iti__cm {
    --iti-flag-offset: -1027px
}

.iti__cn {
    --iti-flag-offset: -1049px
}

.iti__co {
    --iti-flag-offset: -1071px
}

.iti__cp {
    --iti-flag-offset: -1093px
}

.iti__cq {
    --iti-flag-offset: -1115px
}

.iti__cr {
    --iti-flag-offset: -1137px
}

.iti__cu {
    --iti-flag-offset: -1159px
}

.iti__cv {
    --iti-flag-offset: -1181px
}

.iti__cw {
    --iti-flag-offset: -1203px
}

.iti__cx {
    --iti-flag-offset: -1225px
}

.iti__cy {
    --iti-flag-offset: -1247px
}

.iti__cz {
    --iti-flag-offset: -1269px
}

.iti__de {
    --iti-flag-offset: -1291px
}

.iti__dg {
    --iti-flag-offset: -1313px
}

.iti__dj {
    --iti-flag-offset: -1335px
}

.iti__dk {
    --iti-flag-offset: -1357px
}

.iti__dm {
    --iti-flag-offset: -1379px
}

.iti__do {
    --iti-flag-offset: -1401px
}

.iti__dz {
    --iti-flag-offset: -1423px
}

.iti__ea {
    --iti-flag-offset: -1445px
}

.iti__ec {
    --iti-flag-offset: -1467px
}

.iti__ee {
    --iti-flag-offset: -1489px
}

.iti__eg {
    --iti-flag-offset: -1511px
}

.iti__eh {
    --iti-flag-offset: -1533px
}

.iti__er {
    --iti-flag-offset: -1555px
}

.iti__es {
    --iti-flag-offset: -1577px
}

.iti__et {
    --iti-flag-offset: -1599px
}

.iti__eu {
    --iti-flag-offset: -1621px
}

.iti__ez {
    --iti-flag-offset: -1643px
}

.iti__fi {
    --iti-flag-offset: -1665px
}

.iti__fj {
    --iti-flag-offset: -1687px
}

.iti__fk {
    --iti-flag-offset: -1709px
}

.iti__fm {
    --iti-flag-offset: -1731px
}

.iti__fo {
    --iti-flag-offset: -1753px
}

.iti__fr {
    --iti-flag-offset: -1775px
}

.iti__fx {
    --iti-flag-offset: -1797px
}

.iti__ga {
    --iti-flag-offset: -1819px
}

.iti__gb {
    --iti-flag-offset: -1841px
}

.iti__gd {
    --iti-flag-offset: -1863px
}

.iti__ge {
    --iti-flag-offset: -1885px
}

.iti__gf {
    --iti-flag-offset: -1907px
}

.iti__gg {
    --iti-flag-offset: -1929px
}

.iti__gh {
    --iti-flag-offset: -1951px
}

.iti__gi {
    --iti-flag-offset: -1973px
}

.iti__gl {
    --iti-flag-offset: -1995px
}

.iti__gm {
    --iti-flag-offset: -2017px
}

.iti__gn {
    --iti-flag-offset: -2039px
}

.iti__gp {
    --iti-flag-offset: -2061px
}

.iti__gq {
    --iti-flag-offset: -2083px
}

.iti__gr {
    --iti-flag-offset: -2105px
}

.iti__gs {
    --iti-flag-offset: -2127px
}

.iti__gt {
    --iti-flag-offset: -2149px
}

.iti__gu {
    --iti-flag-offset: -2171px
}

.iti__gw {
    --iti-flag-offset: -2193px
}

.iti__gy {
    --iti-flag-offset: -2215px
}

.iti__hk {
    --iti-flag-offset: -2237px
}

.iti__hm {
    --iti-flag-offset: -2259px
}

.iti__hn {
    --iti-flag-offset: -2281px
}

.iti__hr {
    --iti-flag-offset: -2303px
}

.iti__ht {
    --iti-flag-offset: -2325px
}

.iti__hu {
    --iti-flag-offset: -2347px
}

.iti__ic {
    --iti-flag-offset: -2369px
}

.iti__id {
    --iti-flag-offset: -2391px
}

.iti__ie {
    --iti-flag-offset: -2413px
}

.iti__il {
    --iti-flag-offset: -2435px
}

.iti__im {
    --iti-flag-offset: -2457px
}

.iti__in {
    --iti-flag-offset: -2479px
}

.iti__io {
    --iti-flag-offset: -2501px
}

.iti__iq {
    --iti-flag-offset: -2523px
}

.iti__ir {
    --iti-flag-offset: -2545px
}

.iti__is {
    --iti-flag-offset: -2567px
}

.iti__it {
    --iti-flag-offset: -2589px
}

.iti__je {
    --iti-flag-offset: -2611px
}

.iti__jm {
    --iti-flag-offset: -2633px
}

.iti__jo {
    --iti-flag-offset: -2655px
}

.iti__jp {
    --iti-flag-offset: -2677px
}

.iti__ke {
    --iti-flag-offset: -2699px
}

.iti__kg {
    --iti-flag-offset: -2721px
}

.iti__kh {
    --iti-flag-offset: -2743px
}

.iti__ki {
    --iti-flag-offset: -2765px
}

.iti__km {
    --iti-flag-offset: -2787px
}

.iti__kn {
    --iti-flag-offset: -2809px
}

.iti__kp {
    --iti-flag-offset: -2831px
}

.iti__kr {
    --iti-flag-offset: -2853px
}

.iti__kw {
    --iti-flag-offset: -2875px
}

.iti__ky {
    --iti-flag-offset: -2897px
}

.iti__kz {
    --iti-flag-offset: -2919px
}

.iti__la {
    --iti-flag-offset: -2941px
}

.iti__lb {
    --iti-flag-offset: -2963px
}

.iti__lc {
    --iti-flag-offset: -2985px
}

.iti__li {
    --iti-flag-offset: -3007px
}

.iti__lk {
    --iti-flag-offset: -3029px
}

.iti__lr {
    --iti-flag-offset: -3051px
}

.iti__ls {
    --iti-flag-offset: -3073px
}

.iti__lt {
    --iti-flag-offset: -3095px
}

.iti__lu {
    --iti-flag-offset: -3117px
}

.iti__lv {
    --iti-flag-offset: -3139px
}

.iti__ly {
    --iti-flag-offset: -3161px
}

.iti__ma {
    --iti-flag-offset: -3183px
}

.iti__mc {
    --iti-flag-offset: -3205px
}

.iti__md {
    --iti-flag-offset: -3226px
}

.iti__me {
    --iti-flag-offset: -3248px
}

.iti__mf {
    --iti-flag-offset: -3270px
}

.iti__mg {
    --iti-flag-offset: -3292px
}

.iti__mh {
    --iti-flag-offset: -3314px
}

.iti__mk {
    --iti-flag-offset: -3336px
}

.iti__ml {
    --iti-flag-offset: -3358px
}

.iti__mm {
    --iti-flag-offset: -3380px
}

.iti__mn {
    --iti-flag-offset: -3402px
}

.iti__mo {
    --iti-flag-offset: -3424px
}

.iti__mp {
    --iti-flag-offset: -3446px
}

.iti__mq {
    --iti-flag-offset: -3468px
}

.iti__mr {
    --iti-flag-offset: -3490px
}

.iti__ms {
    --iti-flag-offset: -3512px
}

.iti__mt {
    --iti-flag-offset: -3534px
}

.iti__mu {
    --iti-flag-offset: -3556px
}

.iti__mv {
    --iti-flag-offset: -3578px
}

.iti__mw {
    --iti-flag-offset: -3600px
}

.iti__mx {
    --iti-flag-offset: -3622px
}

.iti__my {
    --iti-flag-offset: -3644px
}

.iti__mz {
    --iti-flag-offset: -3666px
}

.iti__na {
    --iti-flag-offset: -3688px
}

.iti__nc {
    --iti-flag-offset: -3710px
}

.iti__ne {
    --iti-flag-offset: -3732px
}

.iti__nf {
    --iti-flag-offset: -3752px
}

.iti__ng {
    --iti-flag-offset: -3774px
}

.iti__ni {
    --iti-flag-offset: -3796px
}

.iti__nl {
    --iti-flag-offset: -3818px
}

.iti__no {
    --iti-flag-offset: -3840px
}

.iti__np {
    --iti-flag-offset: -3862px
}

.iti__nr {
    --iti-flag-offset: -3877px
}

.iti__nu {
    --iti-flag-offset: -3899px
}

.iti__nz {
    --iti-flag-offset: -3921px
}

.iti__om {
    --iti-flag-offset: -3943px
}

.iti__pa {
    --iti-flag-offset: -3965px
}

.iti__pe {
    --iti-flag-offset: -3987px
}

.iti__pf {
    --iti-flag-offset: -4009px
}

.iti__pg {
    --iti-flag-offset: -4031px
}

.iti__ph {
    --iti-flag-offset: -4053px
}

.iti__pk {
    --iti-flag-offset: -4075px
}

.iti__pl {
    --iti-flag-offset: -4097px
}

.iti__pm {
    --iti-flag-offset: -4119px
}

.iti__pn {
    --iti-flag-offset: -4141px
}

.iti__pr {
    --iti-flag-offset: -4163px
}

.iti__ps {
    --iti-flag-offset: -4185px
}

.iti__pt {
    --iti-flag-offset: -4207px
}

.iti__pw {
    --iti-flag-offset: -4229px
}

.iti__py {
    --iti-flag-offset: -4251px
}

.iti__qa {
    --iti-flag-offset: -4273px
}

.iti__re {
    --iti-flag-offset: -4295px
}

.iti__ro {
    --iti-flag-offset: -4317px
}

.iti__rs {
    --iti-flag-offset: -4339px
}

.iti__ru {
    --iti-flag-offset: -4361px
}

.iti__rw {
    --iti-flag-offset: -4383px
}

.iti__sa {
    --iti-flag-offset: -4405px
}

.iti__sb {
    --iti-flag-offset: -4427px
}

.iti__sc {
    --iti-flag-offset: -4449px
}

.iti__sd {
    --iti-flag-offset: -4471px
}

.iti__se {
    --iti-flag-offset: -4493px
}

.iti__sg {
    --iti-flag-offset: -4515px
}

.iti__sh {
    --iti-flag-offset: -4537px
}

.iti__si {
    --iti-flag-offset: -4559px
}

.iti__sj {
    --iti-flag-offset: -4581px
}

.iti__sk {
    --iti-flag-offset: -4603px
}

.iti__sl {
    --iti-flag-offset: -4625px
}

.iti__sm {
    --iti-flag-offset: -4647px
}

.iti__sn {
    --iti-flag-offset: -4669px
}

.iti__so {
    --iti-flag-offset: -4691px
}

.iti__sr {
    --iti-flag-offset: -4713px
}

.iti__ss {
    --iti-flag-offset: -4735px
}

.iti__st {
    --iti-flag-offset: -4757px
}

.iti__su {
    --iti-flag-offset: -4779px
}

.iti__sv {
    --iti-flag-offset: -4801px
}

.iti__sx {
    --iti-flag-offset: -4823px
}

.iti__sy {
    --iti-flag-offset: -4845px
}

.iti__sz {
    --iti-flag-offset: -4867px
}

.iti__ta {
    --iti-flag-offset: -4889px
}

.iti__tc {
    --iti-flag-offset: -4911px
}

.iti__td {
    --iti-flag-offset: -4933px
}

.iti__tf {
    --iti-flag-offset: -4955px
}

.iti__tg {
    --iti-flag-offset: -4977px
}

.iti__th {
    --iti-flag-offset: -4999px
}

.iti__tj {
    --iti-flag-offset: -5021px
}

.iti__tk {
    --iti-flag-offset: -5043px
}

.iti__tl {
    --iti-flag-offset: -5065px
}

.iti__tm {
    --iti-flag-offset: -5087px
}

.iti__tn {
    --iti-flag-offset: -5109px
}

.iti__to {
    --iti-flag-offset: -5131px
}

.iti__tr {
    --iti-flag-offset: -5153px
}

.iti__tt {
    --iti-flag-offset: -5175px
}

.iti__tv {
    --iti-flag-offset: -5197px
}

.iti__tw {
    --iti-flag-offset: -5219px
}

.iti__tz {
    --iti-flag-offset: -5241px
}

.iti__ua {
    --iti-flag-offset: -5263px
}

.iti__ug {
    --iti-flag-offset: -5285px
}

.iti__uk {
    --iti-flag-offset: -5307px
}

.iti__um {
    --iti-flag-offset: -5329px
}

.iti__un {
    --iti-flag-offset: -5351px
}

.iti__us {
    --iti-flag-offset: -5373px
}

.iti__uy {
    --iti-flag-offset: -5395px
}

.iti__uz {
    --iti-flag-offset: -5417px
}

.iti__va {
    --iti-flag-offset: -5439px
}

.iti__vc {
    --iti-flag-offset: -5456px
}

.iti__ve {
    --iti-flag-offset: -5478px
}

.iti__vg {
    --iti-flag-offset: -5500px
}

.iti__vi {
    --iti-flag-offset: -5522px
}

.iti__vn {
    --iti-flag-offset: -5544px
}

.iti__vu {
    --iti-flag-offset: -5566px
}

.iti__wf {
    --iti-flag-offset: -5588px
}

.iti__ws {
    --iti-flag-offset: -5610px
}

.iti__xk {
    --iti-flag-offset: -5632px
}

.iti__ye {
    --iti-flag-offset: -5654px
}

.iti__yt {
    --iti-flag-offset: -5676px
}

.iti__za {
    --iti-flag-offset: -5698px
}

.iti__zm {
    --iti-flag-offset: -5720px
}

.iti__zw {
    --iti-flag-offset: -5742px
}

.iti__globe {
    background-image: var(--iti-path-globe-1x);
    background-size: contain;
    background-position: right;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 19px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2x) {
    .iti__flag {
        background-image: var(--iti-path-flags-2x)
    }

    .iti__globe {
        background-image: var(--iti-path-globe-2x)
    }
}

.iti__tel-input {
    padding-left: 120px
}

:root {
    --color-error: #b81111;
    --color-warning: #ffc107;
    --color-success: #198754;
    --color-focus: #26B9FF;
    --color-main-light: #5137D7;
    --color-main: #2E0090;
    --color-main-dark: #150041;
    --color-body-background: #010E12;
    --color-border: #A7A7A7;
    --color-font: #fff;
    --color-font-dark: #2C2C2C;
    --color-link: #fff;
    --color-link-hover: #5137D7;
    --color-titles: #fff;
    --main: #002867;
    --grey: #F1F1F1;
    --black: #111;
    --grey-main: #F3F3F3;
    --grey-placeholder: #808080;
    --main-light: #0150CF;
    --promo-box-color: #CBDFFF
}

@media (any-hover: hover) {
    ::-webkit-scrollbar {
        width: 10px;
        height: 10px
    }

    ::-webkit-scrollbar-track {
        background: var(--color-body-background);
        -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2) inset;
        box-shadow: 0 0 2px rgba(0, 0, 0, .2) inset
    }

    ::-webkit-scrollbar-thumb {
        background: var(--color-main);
        border-radius: 5px;
        border: 2px solid var(--color-body-background)
    }

    ::-webkit-scrollbar-thumb:hover {
        background: var(--color-main-light)
    }
}

.wrapper {
    display: grid;
    grid-template-rows:auto 1fr auto;
    width: 100%;
    min-height: 100%;
    overflow: hidden
}

.page {
    min-width: 0
}

@media (max-width: 61.9375em) {
    .page {
        grid-gap: 5rem
    }
}

@media (max-width: 47.9375em) {
    .page {
        grid-gap: 3.75rem
    }
}

.page__section {
    margin: 0px 0px 6.25rem 0px
}

body {
    color: #111;
    background: #fff;
    line-height: 1.3;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400
}

body._lock {
    overflow: hidden
}

a {
    color: inherit;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

h1 {
    font-size: 64px;
    line-height: 1.1;
    font-weight: 600
}

@media (width <= 1124px) {
    h1 {
        font-size: 54px
    }
}

@media (width <= 992px) {
    h1 {
        font-size: 40px
    }
}

@media (width <= 768px) {
    h1 {
        font-size: 32px
    }
}

h2 {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 48px;
    font-weight: 600;
    text-align: center
}

@media (width <= 992px) {
    h2 {
        font-size: 32px;
        margin-bottom: 32px
    }
}

@media (width <= 768px) {
    h2 {
        font-size: 24px;
        margin-bottom: 24px
    }
}

h3 {
    font-size: 32px;
    line-height: 1.2
}

@media (width <= 768px) {
    h3 {
        font-size: 22px
    }
}

.container {
    max-width: 1278px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%
}

.container--green {
    position: relative
}

.sign-btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 11px;
    border: 1px solid #e17704;
    color: #e17704;
    border-radius: 32px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    height: 44px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

@media (hover: hover) {
    .sign-btn:hover {
        background-color: #e17704;
        color: #fff
    }
}

.sign-btn--sm {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 160px
}

.sign-btn--md {
    max-width: 395px;
    margin: 0 auto
}

@media (width <= 768px) {
    .sign-btn--md {
        max-width: 100%
    }
}

.sign-btn--black {
    color: #fff;
    background-color: #111;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

@media (hover: hover) {
    .sign-btn--black:hover {
        opacity: .8;
        background-color: #111
    }
}

.sign-btn--green {
    background-color: #4aa64d;
    color: #fff;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

@media (hover: hover) {
    .sign-btn--green:hover {
        opacity: .8;
        background-color: #4aa64d
    }
}

.section {
    padding: 80px 0
}

@media (width <= 992px) {
    .section {
        padding: 40px 0
    }
}

.section--orange {
    background-color: bisque;
    border-radius: 64px
}

.section--green {
    background-color: #e8f2cf;
    border-radius: 64px
}

.section--round {
    border-top-left-radius: 64px;
    border-top-right-radius: 64px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.section--white {
    background-color: #fff
}

.boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px
}

.boxes__left {
    max-width: 608px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 32px
}

@media (width <= 768px) {
    .boxes__left {
        max-width: 100%;
        row-gap: 16px
    }
}

.boxes__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px 32px;
    border-radius: 24px;
    background-color: #e8f2cf;
    width: 100%;
    row-gap: 8px
}

@media (width <= 768px) {
    .boxes__item {
        padding: 12px 16px
    }
}

.boxes__item-title {
    font-size: 20px;
    font-weight: 600
}

@media (width <= 768px) {
    .boxes__item-title {
        font-size: 16px
    }
}

.boxes__item-title--lg {
    font-size: 48px;
    margin-bottom: 0
}

@media (width <= 768px) {
    .boxes__item-title--lg {
        font-size: 24px
    }
}

.boxes__item-title--md {
    font-size: 28px;
    margin-bottom: 8px
}

.boxes__item-text {
    font-size: 20px
}

@media (width <= 768px) {
    .boxes__item-text {
        font-size: 14px
    }
}

.boxes__item-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 32px
}

@media (width <= 992px) {
    .boxes__item-column {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (width <= 768px) {
    .boxes__item-column {
        row-gap: 16px
    }
}

.boxes__item--sm {
    max-width: 288px
}

@media (width <= 993px) {
    .boxes__item--sm {
        max-width: 100%
    }
}

@media (width <= 768px) {
    .boxes__item--sm {
        padding: 78px 12px 16px
    }
}

.boxes__item--md {
    min-width: 394px
}

@media (width <= 992px) {
    .boxes__item--md {
        min-width: 100%
    }
}

.boxes__item--lg {
    max-width: 500px
}

@media (width <= 992px) {
    .boxes__item--lg {
        max-width: 100%
    }
}

.boxes__item--black {
    color: #fff;
    background-color: #111;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.boxes__item--black h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.boxes__item--black h2 span {
    font-size: 20px;
    font-weight: 400
}

@media (width <= 768px) {
    .boxes__item--black h2 span {
        font-size: 16px
    }
}

@media (width <= 768px) {
    .boxes__item--black h2 {
        font-size: 24px
    }
}

@media (width <= 768px) {
    .boxes__item--black {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 12px
    }
}

.boxes__item--big {
    max-width: 608px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.boxes__item--big .boxes__item-text {
    margin-bottom: 32px
}

@media (width <= 768px) {
    .boxes__item--big .boxes__item-text {
        margin-bottom: 16px
    }
}

@media (width <= 768px) {
    .boxes__item--big {
        max-width: 100%
    }
}

.boxes__item--orange {
    background-color: bisque
}

@media (width <= 992px) {
    .boxes__item--orange {
        padding: 12px 16px
    }
}

.boxes__item--cryptos {
    height: 209px;
    -ms-flex-item-align: end;
    align-self: end;
    max-width: 394px
}

.boxes__item--cryptos img {
    position: relative;
    margin: 0 auto;
    top: -78px
}

@media (width <= 992px) {
    .boxes__item--cryptos img {
        top: -28px
    }
}

@media (width <= 992px) {
    .boxes__item--cryptos {
        height: 168px;
        max-width: 100%;
        margin-top: 84px
    }
}

.boxes__item--sad {
    padding: 68px 24px 32px;
    position: relative
}

.boxes__item--sad::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    top: -150px;
    left: 0;
    background-image: url("../images/sad.png")
}

@media (width <= 992px) {
    .boxes__item--sad::before {
        background-image: url("../images/sad-mob.png");
        width: 150px;
        height: 150px;
        top: -80px;
        right: 30px;
        left: unset
    }
}

.boxes__item--smile {
    padding: 32px 24px 121px;
    position: relative;
    background-color: bisque;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.boxes__item--smile::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    bottom: -110px;
    left: 0;
    background-image: url("../images/smile.png")
}

@media (width <= 992px) {
    .boxes__item--smile::before {
        background-image: url("../images/smile-mb.png");
        width: 150px;
        height: 150px;
        bottom: -80px;
        right: 30px;
        left: unset
    }
}

@media (width <= 992px) {
    .boxes__item--smile {
        padding: 16px 12px 70px;
        margin: 0 auto 80px
    }
}

.boxes__item--icon {
    position: relative;
    padding: 24px 32px 24px 112px;
    min-height: 125px
}

.boxes__item--icon::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 32px;
    width: 52px;
    height: 52px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

@media (width <= 768px) {
    .boxes__item--icon::before {
        top: 20px;
        left: 18px;
        width: 48px;
        height: 48px
    }
}

@media (width <= 768px) {
    .boxes__item--icon {
        padding: 12px 16px 12px 80px;
        min-height: 90px
    }
}

.boxes__item--elem {
    position: relative;
    padding: 24px 32px 62px
}

.boxes__item--elem::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.boxes__item--performance, .boxes__item--profit {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.boxes__item--performance::after, .boxes__item--profit::after {
    width: 211px;
    height: 180px;
    bottom: -130px
}

.boxes__item--performance::after {
    background-image: url("../images/ai.png")
}

@media (width <= 768px) {
    .boxes__item--profit {
        margin-bottom: 60px
    }
}

.boxes__item--profit::after {
    background-image: url("../images/profit.png")
}

@media (width <= 992px) {
    .boxes__item--profit::after {
        background-image: url("../images/profit-mb.png");
        width: 120px;
        height: 120px;
        bottom: -45px;
        right: 65px;
        left: unset
    }
}

.boxes__item--market::before {
    background-image: url("../images/market.svg")
}

.boxes__item--clock::before {
    background-image: url("../images/clock.svg")
}

.boxes__item--logic::before {
    background-image: url("../images/logic.svg")
}

.boxes__item--start::before {
    background-image: url("../images/start.svg")
}

.boxes__item--ai {
    background-color: bisque
}

.boxes__item--ai::before {
    background-image: url("../images/ai.svg")
}

.boxes__item--deposit {
    background-color: bisque
}

.boxes__item--deposit::before {
    background-image: url("../images/deposit.svg")
}

.boxes__item--security {
    background-color: bisque
}

.boxes__item--security::before {
    background-image: url("../images/security.svg")
}

.boxes__item--data::before {
    background-image: url("../images/data.svg")
}

.boxes__item--strategy::before {
    background-image: url("../images/strategy.svg")
}

.boxes__item--auto::before {
    background-image: url("../images/auto.svg")
}

.boxes__item--risk::before {
    background-image: url("../images/risk.svg")
}

.boxes__item--instant::before {
    background-image: url("../images/instant.svg")
}

.boxes__item--analysis::before {
    background-image: url("../images/analys.svg")
}

.boxes__item--transparent {
    background-color: rgba(0, 0, 0, 0);
    padding: 0
}

.boxes__item--center {
    text-align: center
}

.boxes__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px 32px
}

@media (width <= 768px) {
    .boxes__bottom {
        max-width: 100%;
        gap: 16px
    }
}

.boxes--mb0 {
    margin-bottom: 0
}

.boxes--center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.boxes__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
}

.boxes__list-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.boxes__list-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0
}

@media (width <= 768px) {
    .boxes__list-title {
        font-size: 16px
    }
}

@media (width <= 768px) {
    .boxes__list-subtitle {
        font-size: 14px
    }
}

.boxes__list-number {
    width: 48px;
    height: 48px;
    padding: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #4aa64d;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (width <= 768px) {
    .boxes__list-number {
        width: 38px;
        height: 38px;
        font-size: 20px
    }
}

.boxes__blog {
    border: 1px solid #a7a7a7;
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 288px
}

.boxes__blog-body {
    padding: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.boxes__blog-img {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px
}

.boxes__blog-date {
    color: #a7a7a7;
    font-size: 12px;
    margin-bottom: 8px;
    display: inline-block
}

@media (width <= 768px) {
    .boxes__blog-date {
        margin-bottom: 8px
    }
}

.boxes__blog-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px
}

@media (width <= 768px) {
    .boxes__blog-title {
        margin-bottom: 12px
    }
}

.boxes__blog-text {
    margin-bottom: 32px
}

@media (width <= 768px) {
    .boxes__blog-text {
        margin-bottom: 16px
    }
}

.boxes__blog-btn {
    margin-top: auto
}

@media (width <= 992px) {
    .boxes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (width <= 768px) {
    .boxes {
        gap: 16px;
        margin-bottom: 32px
    }
}

.countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: sans-serif;
    font-weight: 600;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px
}

@media (width <= 992px) {
    .countdown {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        margin-bottom: 32px
    }
}

.circle {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #4aa64d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 28px;
    color: #111
}

@media (width <= 992px) {
    .circle {
        width: 48px;
        height: 48px;
        font-size: 20px
    }
}

.colon {
    font-size: 24px;
    margin: 0 8px
}

.logo {
    color: #4aa64d;
    font-weight: 600
}

@media (width <= 992px) {
    .title-traders {
        margin-bottom: 80px
    }
}

.breadcrumbs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 24px
}

.breadcrumbs-list__item-devider {
    height: 1px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 18px;
    background-color: #111
}

.pt-0 {
    padding-top: 0
}

.text-center {
    text-align: center
}

.hide-md {
    display: block
}

@media (width <= 992px) {
    .hide-md {
        display: none
    }
}

.show-md {
    display: none
}

@media (width <= 992px) {
    .show-md {
        display: block
    }
}

.hide-mb {
    display: block
}

@media (width <= 768px) {
    .hide-mb {
        display: none
    }
}

.show-mb {
    display: none
}

@media (width <= 768px) {
    .show-mb {
        display: block
    }
}

@media (width <= 992px) {
    .self-center {
        -ms-flex-item-align: center;
        align-self: center
    }
}

.self-start {
    -ms-flex-item-align: start;
    align-self: start
}

.btn {
    font-weight: 400;
    cursor: pointer;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 0.875em;
    line-height: 1.4;
    padding: 0.75em 1.5em;
    height: 3em;
    background: #111;
    color: #fff;
    border-radius: 32px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

@media (any-hover: hover) {
    .btn:hover {
        opacity: .8
    }
}

.btn_fw {
    width: 100%
}

.btn_w {
    background: #fff;
    border: 0.0625rem solid #fff;
    color: var(--color-main) !important
}

@media (any-hover: hover) {
    .btn_w:hover {
        border: 0.0625rem solid var(--color-main);
        color: #fff !important
    }
}

.btn_d {
    background: rgba(0, 0, 0, 0);
    border: 0.0625rem solid var(--color-main);
    color: var(--color-font-dark) !important
}

@media (any-hover: hover) {
    .btn_d:hover {
        border: 0.0625rem solid var(--color-main-light);
        color: var(--color-main-light) !important;
        background: rgba(0, 0, 0, 0)
    }
}

.btn_blur {
    background: rgba(0, 0, 0, 0);
    border: unset;
    color: #fff !important
}

@media (any-hover: hover) {
    .btn_blur:hover {
        color: var(--color-main-light) !important
    }
}

.btn_blur::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.0625rem solid var(--color-main-light);
    -webkit-filter: blur(0.0625rem);
    filter: blur(0.0625rem);
    border-radius: 62.4375rem
}

.btn_t {
    background: rgba(0, 0, 0, 0);
    border: 0.0625rem solid #fff
}

@media (any-hover: hover) {
    .btn_t:hover {
        background: rgba(0, 0, 0, 0);
        border: 0.0625rem solid var(--color-main-light);
        color: var(--color-main-light) !important
    }
}

.btn_big {
    height: 3.5em
}

@media (max-width: 47.9375em) {
    .btn_big {
        height: 2.5em
    }
}

.btn_long {
    min-width: 28.4375em
}

@media (max-width: 47.9375em) {
    .btn_long {
        min-width: 100%
    }
}

.btn:focus {
    -webkit-box-shadow: 0 0 0 1px var(--color-focus);
    box-shadow: 0 0 0 1px var(--color-focus)
}

[data-switch][data-disable], [data-switch-rev][data-disable] {
    display: none
}

input[type=text], input[type=email], input[type=tel], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.input {
    overflow: hidden;
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 1.125em;
    line-height: 1.4;
    padding: 0.75em 1.5em;
    height: 2.875em;
    color: #111;
    background: var(--color-titles);
    border-radius: 32px;
    -webkit-transition: border .3s ease 0s;
    transition: border .3s ease 0s
}

@media (max-width: 47.9375em) {
    .input {
        height: 44px
    }
}

@media (max-width: 47.9375em) {
    .input {
        padding: 12px;
        font-size: 14px
    }
}

.input_small {
    height: 2.625em
}

.input._error {
    border: 0.0625rem solid var(--color-error);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23B81111'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23B81111' stroke='none'/%3E%3C/svg%3E");
    background-position: calc(100% - 0.625rem), center;
    background-repeat: no-repeat;
    background-size: 1.125rem;
    padding-right: 1.875rem
}

.input._success {
    border: 0.0625rem solid var(--color-success);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: calc(100% - 0.625rem), center;
    background-repeat: no-repeat;
    background-size: 1.125rem;
    padding-right: 1.875rem
}

.input._mask {
    letter-spacing: var(--mask-letter-spacing)
}

textarea.input {
    resize: none;
    padding: 0.625em 2em;
    min-height: 5.625em
}

.password {
    position: relative
}

.password__eye {
    position: absolute;
    top: 0.6875rem;
    right: 0.9375rem;
    width: 1.25rem;
    height: 1.25rem;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (any-hover: hover) {
    .password__eye:hover {
        color: var(--color-main-light)
    }
}

.password__eye::before {
    content: "";
    font-family: "icons-system";
    font-size: 1.25rem;
    color: #cacaca
}

.password__eye._active::before {
    content: ""
}

.input-file {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: #fff;
    border: 0.0625rem solid var(--color-border);
    border-right: none;
    border-radius: 1.5625rem;
    max-width: 100%
}

.input-file._error {
    border: 0.0625rem solid var(--color-error);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23B81111'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23B81111' stroke='none'/%3E%3C/svg%3E");
    background-position: calc(100% - 0.625rem), center;
    background-repeat: no-repeat;
    background-size: 1.125rem
}

.input-file._success {
    border: 0.0625rem solid var(--color-success);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: calc(100% - 0.625rem), center;
    background-repeat: no-repeat;
    background-size: 1.125rem
}

.input-file__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    height: 2.6875rem;
    padding: 0.1875em 0em 0.1875em 1.375em;
    margin: 0px 2.8125rem 0px 0px;
    color: var(--color-font-dark);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1
}

@media (max-width: 29.9375em) {
    .input-file__text {
        white-space: normal
    }
}

.input-file__btn {
    position: absolute;
    top: 0rem;
    right: -0.0625rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1;
    height: 2.6875rem;
    width: 2.6875rem;
    background: #fff;
    color: var(--color-main);
    border: 0.0625rem solid var(--color-main);
    border-radius: 50%;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (any-hover: hover) {
    .input-file__btn:hover {
        background: var(--color-main);
        color: #fff
    }
}

.input-file__error {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

.input-file input {
    position: absolute;
    display: block;
    z-index: -1;
    opacity: 0;
    width: 0;
    height: 0
}

.input-file .input-file input:disabled + .input-file__btn {
    background-color: #ddd
}

.check {
    cursor: pointer;
    position: relative
}

.check__mark {
    font-size: 0.875rem
}

.check_default {
    padding: 0px 0px 0px 1.875rem
}

.check_default .check__mark {
    position: relative
}

.check_default .check__mark::before {
    content: "";
    position: absolute;
    top: -0.125em;
    left: -1.875em;
    width: 1.25em;
    height: 1.25em;
    background: #fff;
    border: 0.0625rem solid var(--color-border);
    border-radius: 50%;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.check_default .check__mark::after {
    content: "";
    position: absolute;
    top: 0em;
    left: -1.4375em;
    width: 0.4375em;
    height: 0.75em;
    border-width: 0 0.125em 0.125em 0;
    border-color: #fff;
    border-style: solid;
    display: block;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.check_default._checked .check__mark::before {
    background: var(--color-main);
    border: 0.0625rem solid var(--color-main)
}

.check_default._checked .check__mark::after {
    opacity: 1
}

.check_default._error .check__mark::before {
    border: 0.0625rem solid var(--color-error)
}

.check input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0
}

.radio {
    cursor: pointer;
    position: relative
}

.radio_default {
    padding: 0px 0px 0px 1.875rem
}

.radio_default .radio__mark {
    position: relative
}

.radio_default .radio__mark::before {
    content: "";
    position: absolute;
    top: -0.125em;
    left: -1.875em;
    width: 1.25em;
    height: 1.25em;
    border-radius: 50%;
    border: 0.0625rem solid #ccc;
    background: #fff;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.radio_default .radio__mark::after {
    content: "";
    position: absolute;
    top: 0.125em;
    left: -1.625em;
    width: 0.75em;
    height: 0.75em;
    border-radius: 50%;
    background: var(--color-main);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.radio_default._checked .radio__mark::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.radio_default._error .radio__mark::before {
    border: 1px solid var(--color-error)
}

.radio input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0
}

.quantity {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 5.5em;
    height: 2.6875em;
    border: 0.0625rem solid #ccc;
    border-radius: 0.25rem
}

.quantity__button {
    background: #fff;
    border-radius: 0.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.875em;
    flex: 0 0 1.875em;
    position: relative;
    cursor: pointer
}

.quantity._readonly .quantity__button {
    cursor: default
}

.quantity__button::before, .quantity__button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin: 0px 0px 0px -0.28125em;
    background-color: #888;
    width: 0.5625em;
    height: 1px
}

@media (min-width: 992px) {
    .quantity__button:hover::before, .quantity__button:hover::after {
        background-color: #111
    }
}

.quantity__button_plus::before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.quantity__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.quantity__input input {
    height: 100%;
    color: #888;
    width: 100%;
    text-align: center;
    -webkit-appearance: "textfield";
    -moz-appearance: "textfield";
    appearance: "textfield"
}

.quantity__input input::-webkit-outer-spin-button, .quantity__input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.quantity__input input:focus {
    color: #000
}

.range {
    display: grid;
    grid-gap: 0.625rem
}

.range__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form {
    display: grid;
    grid-gap: 1.375rem 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (width <= 992px) {
    .form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.form span.form__label-title {
    display: inline-block
}

.form__section {
    display: grid;
    grid-gap: 1rem
}

@media (max-width: 47.9375em) {
    .form__section {
        grid-gap: 0.875rem
    }
}

.form__title {
    color: var(--color-font-dark);
    margin: 0px 0px 1.5rem 0px
}

@media (max-width: 47.9375em) {
    .form__title {
        margin: 0px 0px 1.125rem 0px
    }
}

.form__row {
    display: grid;
    grid-gap: 0.5rem;
    min-width: 0;
    grid-template-columns:repeat(1, 1fr)
}

@media (max-width: 47.9375em) {
    .form__row {
        grid-gap: 0.625rem 1.5625rem
    }
}

@media (max-width: 61.9375em) {
    .form__row {
        grid-gap: 0.375rem
    }
}

.form__row_1 {
    grid-template-columns:repeat(1, 1fr)
}

.form__row_2 {
    grid-template-columns:repeat(2, 1fr)
}

@media (max-width: 47.9375em) {
    .form__row_2 {
        grid-template-columns:repeat(1, 1fr)
    }
}

.form__row_3 {
    grid-template-columns:repeat(3, 1fr)
}

@media (max-width: 47.9375em) {
    .form__row_3 {
        grid-template-columns:repeat(1, 1fr)
    }
}

.form__column {
    min-width: 0
}

.form__single {
    padding: 0.3125rem 0px 0px 0px
}

.form__group {
    padding: 0.3125rem 0px 0px 0px;
    display: grid;
    justify-items: start;
    grid-gap: 1rem
}

.form__label-title {
    cursor: pointer;
    margin: 0px 0px 0.5em 0px;
    color: var(--color-font-dark);
    font-size: 0.875rem
}

.form__label-title::after {
    content: attr(data-req);
    color: var(--color-error);
    margin: 0px 0px 0px 0.1875rem
}

.form__error-label {
    font-size: 0.875rem;
    font-style: italic;
    color: var(--color-error)
}

.form__link {
    -webkit-transition: border-bottom .3s, opacity .1s;
    transition: border-bottom .3s, opacity .1s
}

@media (hover: hover) {
    .form__link:hover {
        border-bottom: 1px solid #111;
        opacity: .5
    }
}

.form-message {
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    gap: 0.75rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: none
}

.form-message::before {
    -webkit-transform: translateY(0.125rem);
    transform: translateY(0.125rem)
}

.form-message._success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #155724;
    background: #d4edda;
    border: 0.0625rem solid #c3e6cb
}

.form-message._success::before {
    content: "";
    font-family: "icons-system"
}

.form-message._error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #b91c1c;
    background: #fee2e2;
    border: 0.0625rem solid #f5c6cb
}

.form-message._error::before {
    content: "";
    font-family: "icons-system"
}

.form-message h5 {
    margin: 0px 0px 0.3125rem 0px
}

.form-message ul li {
    line-height: 1
}

.main-form {
    max-width: 608px
}

@media (width <= 992px) {
    .main-form {
        width: 100%
    }
}

.main-form__header {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-gap: 1.5625rem;
    margin: 0px 0px 3.125rem 0px
}

@media (max-width: 47.9375em) {
    .main-form__header {
        grid-template-columns:repeat(1, 1fr);
        margin: 0px 0px 1rem 0px
    }
}

.main-form__title {
    color: var(--color-font-dark)
}

.main-form__desc {
    color: var(--color-font-dark)
}

.main-form__form {
    margin: 0px 0px 1.0625rem 0px
}

@media (max-width: 61.9375em) {
    .main-form__form {
        margin: 0px 0px 0.5rem 0px
    }
}

.main-form__footer {
    font-weight: 400;
    color: var(--color-font-dark);
    font-size: 1rem;
    line-height: 1.4
}

@media (max-width: 61.9375em) {
    .main-form__footer {
        font-size: 12px
    }
}

.main-form__footer-text {
    text-align: center
}

.help-form {
    border-radius: 1.5625rem;
    color: var(--color-font-dark);
    display: grid;
    grid-gap: 1.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (width <= 992px) {
    .help-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 47.9375em) {
    .help-form {
        grid-gap: 1.125rem
    }
}

.help-form__section {
    min-width: 0;
    display: grid;
    grid-gap: 1rem
}

@media (max-width: 47.9375em) {
    .help-form__section {
        grid-gap: 0.875rem
    }
}

.help-form__title {
    color: var(--color-font-dark)
}

@media (min-width: 48em) {
    .help-form__text {
        display: none
    }
}

.help-form__row {
    min-width: 0;
    display: grid;
    grid-gap: 0.875rem 1.5625rem
}

.help-form__row_2 {
    grid-template-columns:repeat(2, 1fr)
}

@media (max-width: 47.9375em) {
    .help-form__row_2 {
        grid-template-columns:repeat(1, 1fr)
    }
}

.help-form__column {
    min-width: 0
}

.help-form__label-title {
    display: inline-block;
    line-height: 1;
    margin: 0px 0px 0.5rem 0px;
    font-size: 0.875rem;
    font-weight: 400
}

.help-form__btn {
    text-transform: uppercase;
    width: 100%
}

.help-form__sub-text {
    color: #313131;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%
}

.signin-form {
    background: #e8f2cf;
    border-radius: 1.5625rem;
    padding: 2rem 1.5rem;
    color: var(--color-font-dark);
    display: grid;
    grid-gap: 1.5rem;
    max-width: 608px;
    margin: 0 0 0 auto
}

@media (max-width: 61.9375em) {
    .signin-form {
        grid-gap: 1.125rem;
        margin: 0 auto
    }
}

.signin-form__section {
    min-width: 0;
    display: grid;
    grid-gap: 1rem
}

@media (max-width: 61.9375em) {
    .signin-form__section {
        grid-gap: 0.875rem
    }
}

.signin-form__title {
    color: #111;
    font-size: 48px;
    font-weight: 600
}

@media (width <= 992px) {
    .signin-form__title {
        font-size: 24px
    }
}

@media (min-width: 62em) {
    .signin-form__text {
        display: none
    }
}

.signin-form__row {
    min-width: 0;
    display: grid;
    grid-gap: 0.875rem 1.5625rem
}

.signin-form__row_2 {
    grid-template-columns:repeat(2, 1fr)
}

@media (max-width: 61.9375em) {
    .signin-form__row_2 {
        grid-template-columns:repeat(1, 1fr)
    }
}

.signin-form__column {
    min-width: 0
}

.signin-form__link-block {
    text-align: right
}

.signin-form__link {
    color: #e17704;
    font-weight: 400;
    white-space: nowrap
}

.signin-form__label-title {
    display: inline-block;
    line-height: 1;
    margin: 0px 0px 0.5rem 0px;
    font-size: 0.875rem;
    font-weight: 400
}

.signin-form__sub-text {
    color: #313131;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%
}

.signin-form__sub-link {
    display: inline-block;
    margin: 0.625rem 0px 0px 0px;
    color: #e17704
}

.register-form {
    background: #e8f2cf;
    border-radius: 24px;
    padding: 2rem 1.5rem;
    color: var(--color-font-dark);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 1.5rem;
    max-width: 608px;
    margin: 0 0 0 auto
}

@media (max-width: 61.9375em) {
    .register-form {
        grid-gap: 1.125rem;
        padding: 16px;
        border-radius: 24px;
        margin: 0 auto
    }
}

.register-form__section {
    min-width: 0;
    display: grid;
    grid-gap: 1rem
}

@media (max-width: 61.9375em) {
    .register-form__section {
        grid-gap: 0.875rem
    }
}

.register-form__section_last {
    margin: -1.25rem 0px 0px 0px
}

.register-form__title {
    color: #111;
    font-size: 48px
}

@media (width <= 768px) {
    .register-form__title {
        font-size: 24px
    }
}

@media (min-width: 62em) {
    .register-form__text {
        display: none
    }
}

.register-form__row {
    min-width: 0;
    display: grid;
    grid-gap: 0.875rem 1.5625rem
}

.register-form__row_2 {
    grid-template-columns:repeat(2, 1fr)
}

@media (max-width: 61.9375em) {
    .register-form__row_2 {
        grid-template-columns:repeat(1, 1fr)
    }
}

.register-form__column {
    min-width: 0
}

.register-form__link-block {
    text-align: right
}

.register-form__link {
    color: #848484;
    font-weight: 400;
    white-space: nowrap
}

.register-form__label-title {
    display: inline-block;
    line-height: 1;
    margin: 0px 0px 0.5rem 0px;
    font-size: 0.875rem;
    font-weight: 400
}

.register-form__sub-text {
    color: #313131;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%
}

.register-form__sub-link {
    display: inline-block;
    margin: 0.625rem 0px 0px 0px;
    color: #e17704
}

.register-form .iti__country-container {
    top: 0.53125rem
}

.register-form .form__section {
    width: 100%
}

.register-form .form__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 12px
}

.register-form .iti__selected-country {
    top: 6px
}

@media (width < 768px) {
    .register-form .iti__selected-country {
        top: 3px
    }
}

.register-form .btn {
    width: 100%
}

.forgot-form {
    background: #e8f2cf;
    border-radius: 1.5625rem;
    padding: 2rem 1.5rem;
    color: var(--color-font-dark);
    display: grid;
    grid-gap: 1.5rem;
    max-width: 608px;
    margin: 0 auto
}

@media (max-width: 61.9375em) {
    .forgot-form {
        grid-gap: 1.125rem
    }
}

.forgot-form__section {
    min-width: 0;
    display: grid;
    grid-gap: 1rem
}

@media (max-width: 61.9375em) {
    .forgot-form__section {
        grid-gap: 0.875rem
    }
}

.forgot-form__title {
    color: #111;
    font-size: 48px;
    font-weight: 600
}

@media (width <= 992px) {
    .forgot-form__title {
        font-size: 24px
    }
}

.forgot-form__row {
    min-width: 0;
    display: grid;
    grid-gap: 0.875rem 1.5625rem
}

.forgot-form__row_2 {
    grid-template-columns:repeat(2, 1fr)
}

@media (max-width: 61.9375em) {
    .forgot-form__row_2 {
        grid-template-columns:repeat(1, 1fr)
    }
}

.forgot-form__column {
    min-width: 0
}

.forgot-form__label-title {
    display: inline-block;
    line-height: 1;
    margin: 0px 0px 0.5rem 0px;
    font-size: 0.875rem;
    font-weight: 400
}

.verif-form {
    background: #fff;
    border-radius: 1.5625rem;
    padding: 2rem 1.5rem;
    color: var(--color-font-dark);
    display: grid;
    grid-gap: 1.5rem
}

@media (max-width: 61.9375em) {
    .verif-form {
        grid-gap: 1.125rem
    }
}

.verif-form__section {
    min-width: 0;
    display: grid;
    grid-gap: 1rem
}

@media (max-width: 61.9375em) {
    .verif-form__section {
        grid-gap: 0.875rem
    }
}

.verif-form__section_last {
    margin: -1.25rem 0px 0px 0px
}

.verif-form__title {
    color: #111;
    font-size: 48px
}

@media (width <= 992px) {
    .verif-form__title {
        font-size: 24px
    }
}

.verif-form__row {
    min-width: 0;
    display: grid;
    grid-gap: 0.875rem 1.5625rem
}

.verif-form__row_2 {
    grid-template-columns:repeat(2, 1fr)
}

@media (max-width: 61.9375em) {
    .verif-form__row_2 {
        grid-template-columns:repeat(1, 1fr)
    }
}

.verif-form__label-title {
    display: inline-block;
    line-height: 1;
    margin: 0px 0px 0.5rem 0px;
    font-size: 0.875rem;
    font-weight: 400
}

.verif-form__code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem
}

.verif-form__input {
    width: 2.125rem;
    padding: 0.1875rem 0rem;
    text-align: center
}

.verif-form__sub-text {
    color: #313131;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%
}

.verif-form__sub-link {
    display: inline-block;
    margin: 0.625rem 0px 0px 0px;
    color: var(--color-main);
    text-decoration: underline
}

.new-password-form {
    background: #fff;
    border-radius: 1.5625rem;
    padding: 2rem 1.5rem;
    color: var(--color-font-dark);
    display: grid;
    grid-gap: 1.5rem
}

@media (max-width: 61.9375em) {
    .new-password-form {
        grid-gap: 1.125rem
    }
}

.new-password-form__section {
    min-width: 0;
    display: grid;
    grid-gap: 1rem
}

@media (max-width: 61.9375em) {
    .new-password-form__section {
        grid-gap: 0.875rem
    }
}

.new-password-form__section_last {
    margin: -1.25rem 0px 0px 0px
}

.new-password-form__title {
    color: #111;
    font-size: 48px
}

@media (width <= 992px) {
    .new-password-form__title {
        font-size: 24px
    }
}

.new-password-form__row {
    min-width: 0;
    display: grid;
    grid-gap: 0.875rem 1.5625rem
}

.new-password-form__row_2 {
    grid-template-columns:repeat(2, 1fr)
}

@media (max-width: 61.9375em) {
    .new-password-form__row_2 {
        grid-template-columns:repeat(1, 1fr)
    }
}

.new-password-form__column {
    min-width: 0
}

.new-password-form__link-block {
    text-align: right
}

.new-password-form__link {
    color: #848484;
    font-weight: 400;
    white-space: nowrap
}

.new-password-form__label-title {
    display: inline-block;
    line-height: 1;
    margin: 0px 0px 0.5rem 0px;
    font-size: 0.875rem;
    font-weight: 400
}

.new-password-form__sub-text {
    color: #313131;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%
}

.new-password-form__sub-link {
    display: inline-block;
    margin: 0.625rem 0px 0px 0px;
    color: var(--color-main);
    text-decoration: underline
}

.form__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px
}

@media (max-width: 61.9375em) {
    .form__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 6px
    }
}

.form__section {
    width: 608px
}

@media (max-width: 61.9375em) {
    .form__section {
        width: 100%
    }
}

.form__column {
    width: 100%
}

.form__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    margin: 32px 0 16px
}

@media (width < 992px) {
    .form__checkbox {
        margin: 16px 0 16px
    }
}

@media (width < 768px) {
    .form__checkbox-text {
        font-size: 12px
    }
}

.form__checkbox-input {
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-radius: 12px
}

.form__checkbox-text {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form__error-label {
    display: none
}

.form-message {
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    gap: 0.75rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: none
}

.form-message::before {
    -webkit-transform: translateY(0.125rem);
    transform: translateY(0.125rem)
}

.form-message._success {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #e8f2cf;
    border-radius: 0.625rem;
    padding: 2.25rem 1.5rem;
    max-width: 38.75rem;
    -webkit-box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, .7);
    box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, .7)
}

@media (max-width: 47.9375em) {
    .form-message._success {
        padding: 1.125rem 0.75rem
    }
}

.form-message._success h5 {
    line-height: 100%;
    margin: 0 0 32px 0;
    font-weight: 600;
    font-size: 48px;
    color: #111
}

@media (width <= 992px) {
    .form-message._success h5 {
        font-size: 32px
    }
}

@media (width <= 768px) {
    .form-message._success h5 {
        font-size: 24px;
        margin: 0 0 16px 0
    }
}

.form-message._success span {
    line-height: 120%
}

.form-message._success p {
    color: #111;
    font-size: 16px
}

@media (width <= 768px) {
    .form-message._success p {
        font-size: 14px
    }
}

.form-message._error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #b91c1c;
    background: #fee2e2;
    border: 0.0625rem solid #f5c6cb
}

.form-message h5 {
    margin: 0px 0px 0.3125rem 0px
}

.form-message ul li {
    line-height: 1
}

.header {
    position: absolute;
    z-index: 100;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    height: 68px;
    border-radius: 100px;
    padding: 24px 60px;
    top: 12px
}

@media (width <= 992px) {
    .header {
        position: absolute;
        top: 6px;
        height: 56px;
        padding: 24px;
        max-width: 95%;
        margin: 0 auto
    }
}

@media (width <= 992px) {
    .header--blue {
        background-color: #e8f2cf;
        position: relative
    }
}

.header.active {
    border-radius: 0;
    border: 0;
    background: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    backdrop-filter: unset
}

.header__container {
    width: 100%
}

.header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem
}

@media (max-width: 47.9375em) {
    .header__body {
        padding: 0.625rem 0px
    }
}

.header__logo {
    position: relative;
    z-index: 200;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #4aa64d;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase
}

@media (max-width: 47.9375em) {
    .header__logo {
        font-size: 18px
    }
}

.header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.3125rem
}

.header__lang {
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 16px;
    border: 1px solid #e17704;
    color: #e17704;
    border-radius: 8px;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

@media (hover: hover) {
    .header__lang:hover {
        background-color: #e17704;
        color: #fff
    }
}

@media (max-width: 61.9375em) {
    .menu__body {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        z-index: 50;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        width: 100%;
        -webkit-box-shadow: 4px 0px 8px 0px rgba(34, 60, 80, .2);
        box-shadow: 4px 0px 8px 0px rgba(34, 60, 80, .2);
        overflow-x: hidden;
        overflow-y: auto;
        padding: 1.25rem 0.9375rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        opacity: 0;
        visibility: hidden;
        padding-top: 7.5rem
    }

    .menu__body._active {
        opacity: 1;
        visibility: visible;
        background-color: #fff;
        color: #111
    }
}

.menu__body--blue._active {
    background: rgba(0, 40, 103, .8);
    backdrop-filter: blur(28px)
}

.menu__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.5rem;
    font-weight: 400
}

@media (max-width: 61.9375em) {
    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0px 0px 1.875rem 0px
    }
}

.menu__item-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.menu__link {
    white-space: nowrap;
    -webkit-transition: border-bottom .3s;
    transition: border-bottom .3s;
    border-bottom: 1px solid rgba(0, 0, 0, 0)
}

.menu__link._active {
    border: 0.0625rem solid #8da0ff;
    color: #8da0ff !important
}

@media (hover: hover) {
    .menu__link:hover {
        border-bottom: 1px solid #111
    }
}

.menu__item-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    position: relative
}

.header-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px
}

@media (width <= 992px) {
    .header-actions--desc {
        display: none
    }
}

.header-actions--mob {
    display: none
}

@media (width <= 992px) {
    .header-actions--mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.menu-icon {
    display: none
}

@media (width <= 992px) {
    .menu-icon {
        display: inline-block;
        position: relative;
        width: 1.125rem;
        height: 1rem;
        cursor: pointer;
        z-index: 100
    }

    .menu-icon span {
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        top: 50%;
        left: 0px;
        position: absolute;
        width: 100%;
        height: 0.125rem;
        border-radius: 0.125rem;
        background-color: #111
    }

    .menu-icon span:first-child {
        top: 2px
    }

    .menu-icon span:last-child {
        top: auto;
        bottom: 0px
    }

    .menu-icon._active span {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    .menu-icon._active span:first-child {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 50%
    }

    .menu-icon._active span:last-child {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: calc(50% - 0.125rem)
    }
}

.language-selector {
    color: #000;
    position: absolute;
    top: 68px;
    right: 40px;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    z-index: 1000
}

@media (width <= 768px) {
    .language-selector {
        top: 50px;
        right: 0
    }
}

.language-list {
    padding: 10px;
    margin: 0;
    max-height: 300px;
    overflow-y: auto
}

.language-list li {
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: background .2s, color .2s;
    transition: background .2s, color .2s
}

@media (hover: hover) {
    .language-list li:hover {
        background-color: #e17704;
        color: #fff
    }
}

.language-selector {
    display: none
}

.language-selector.active {
    display: block
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .6);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
    overflow: hidden
}

.popup__cont {
    background-image: url("../img/bg/sign.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 80px 96px;
    border-radius: 24px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 90vh;
    overflow-y: auto;
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2)
}

@media (width <= 768px) {
    .popup__cont {
        padding: 40px 16px
    }
}

.popup__head {
    font-weight: 500
}

.popup__head-title {
    margin-bottom: 32px
}

@media (width <= 768px) {
    .popup__head-title {
        font-size: 26px
    }
}

.popup__head-subtitle {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500
}

@media (width <= 768px) {
    .popup__head-subtitle {
        font-size: 18px;
        margin-bottom: 12px
    }
}

.popup__close {
    position: absolute;
    right: 32px;
    top: 32px;
    cursor: pointer
}

.popup .main-form__body {
    background: rgba(0, 0, 0, 0)
}

.popup .main-form__footer-text {
    font-weight: 400;
    color: #fff;
    max-width: 608px
}

@media (width <= 768px) {
    .popup .main-form__footer-text {
        font-size: 12px
    }
}

.popup--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-hero {
    background: #e8f2cf;
    min-height: 730px;
    padding-bottom: 82px;
    border-bottom-left-radius: 64px;
    border-bottom-right-radius: 64px
}

@media (width <= 992px) {
    .section-hero {
        min-height: 660px;
        padding-bottom: 48px
    }
}

@media (width <= 768px) {
    .section-hero {
        min-height: 565px
    }
}

.hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 130px;
    text-align: center;
    gap: 32px
}

@media (width <= 992px) {
    .hero {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 100px
    }
}

.hero__img {
    margin: 0 auto
}

.hero__img--mob {
    display: none
}

@media (width <= 992px) {
    .hero__img--mob {
        display: block;
        padding-top: 50px
    }
}

.hero__title {
    margin-bottom: 32px
}

@media (width <= 992px) {
    .hero__title {
        text-align: center
    }
}

@media (width <= 768px) {
    .hero__title {
        margin-bottom: 16px
    }
}

.hero__subtitle {
    margin-bottom: 32px;
    font-size: 20px
}

@media (width <= 992px) {
    .hero__subtitle {
        text-align: center
    }
}

@media (width <= 768px) {
    .hero__subtitle {
        max-width: 100%;
        margin-bottom: 16px;
        font-size: 16px
    }
}

.hero__right {
    max-width: 821px;
    text-align: left
}

.hero__graph {
    background-color: #fff;
    padding: 24px 32px;
    border-radius: 24px;
    margin-bottom: 32px
}

@media (width <= 768px) {
    .hero__graph {
        margin-bottom: 16px;
        padding: 16px
    }
}

.hero__sign-btn {
    margin: 0
}

@media (width <= 992px) {
    .hero__sign-btn {
        margin: 0 auto
    }
}

.sign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px
}

@media (width <= 992px) {
    .sign {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (width <= 768px) {
    .sign__inner {
        max-width: 328px;
        margin: 0 auto
    }
}

.sign__title {
    max-width: 592px;
    margin-bottom: 12px;
    text-align: left
}

@media (width <= 768px) {
    .sign__title {
        text-align: center
    }
}

@media (width <= 992px) {
    .sign__title {
        max-width: 100%;
        margin-bottom: 6px
    }
}

.sign__text {
    font-size: 20px;
    margin-bottom: 32px;
    max-width: 320px
}

@media (width <= 992px) {
    .sign__text {
        margin: 0 auto 16px;
        max-width: 100%;
        text-align: center
    }
}

@media (width <= 768px) {
    .sign__text {
        font-size: 16px
    }
}

.partners {
    text-align: center;
    padding: 80px 0;
    overflow-x: hidden
}

@media (max-width: 47.9375em) {
    .partners {
        padding: 40px 0
    }
}

.partners__title {
    margin-bottom: 60px
}

@media (width <= 992px) {
    .partners__title {
        margin-bottom: 40px
    }
}

@media (width <= 768px) {
    .partners__title {
        margin-bottom: 32px
    }
}

.partners__items {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 32px
}

@media (max-width: 61.9375em) {
    .partners__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow-x: auto
    }

    .partners__items img {
        max-width: unset;
        height: 60px;
        width: 180px
    }
}

@media (max-width: 47.9375em) {
    .partners__items {
        gap: 16px
    }
}

@media (max-width: 47.9375em) {
    .partners__item {
        width: 206px
    }
}

@media (width <= 992px) {
    .calculate {
        text-align: center
    }
}

.calculate__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
}

@media (width <= 992px) {
    .calculate__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 32px
    }
}

.calculate__form {
    max-width: 500px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px
}

@media (width <= 992px) {
    .calculate__form {
        gap: 16px
    }
}

.calculate__label {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

@media (width <= 992px) {
    .calculate__label {
        font-size: 14px
    }
}

.calculate__input {
    width: 260px;
    padding: 12px 24px 12px 44px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #111;
    font-weight: 500;
    font-size: 20px
}

@media (width <= 992px) {
    .calculate__input {
        width: 100%;
        font-size: 18px
    }
}

.calculate__input::-webkit-outer-spin-button, .calculate__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.calculate__input[type=number] {
    -moz-appearance: textfield
}

.calculate__input::-webkit-input-placeholder {
    color: #999
}

.calculate__input::-moz-placeholder {
    color: #999
}

.calculate__input:-ms-input-placeholder {
    color: #999
}

.calculate__input::-ms-input-placeholder {
    color: #999
}

.calculate__input::placeholder {
    color: #999
}

.calculate__periods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 35px
}

@media (width <= 768px) {
    .calculate__periods {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 27px
    }
}

.calculate__period {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    cursor: pointer
}

.calculate__period input[type=radio] {
    cursor: pointer;
    width: 24px;
    height: 24px
}

.calculate__radio-label {
    font-size: 20px;
    font-weight: 500
}

@media (width <= 992px) {
    .calculate__radio-label {
        font-size: 16px
    }
}

.calculate__range-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.calculate__range-label {
    font-size: 16px;
    color: #cbdfff
}

@media (width <= 992px) {
    .calculate__range-label {
        font-size: 12px
    }
}

.calculate__range-years {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px
}

@media (width <= 992px) {
    .calculate__range-years {
        font-size: 16px
    }
}

.calculate__range {
    width: 100%;
    height: 8px;
    -webkit-appearance: none;
    background: #cacaca;
    border-radius: 4px;
    outline: none
}

.calculate__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    background: #e17704;
    border-radius: 50%;
    cursor: pointer
}

.calculate__range::-moz-range-thumb {
    width: 24px;
    height: 24px;
    background: #e17704;
    border-radius: 50%;
    cursor: pointer
}

.calculate__range::-ms-thumb {
    width: 24px;
    height: 24px;
    background: #e17704;
    border-radius: 50%;
    cursor: pointer
}

.calculate__button {
    background-color: #fff;
    padding: 12px 24px;
    height: 44px;
    font-weight: 400;
    font-size: 14px;
    color: #002867;
    border: none;
    border-radius: 8px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    margin-top: auto
}

@media (width <= 992px) {
    .calculate__button {
        margin-top: 8px
    }
}

.calculate__result {
    max-width: 500px;
    width: 100%;
    padding: 24px;
    background-color: #e8f2cf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 24px;
    border-radius: 32px
}

.calculate__result-top {
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (width <= 992px) {
    .calculate__result-top {
        max-width: 100%
    }
}

.calculate__balance-title {
    font-size: 20px;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 8px;
    width: 100%
}

@media (width <= 992px) {
    .calculate__balance-title {
        font-size: 12px
    }
}

.calculate__balance-amount {
    font-size: 64px;
    font-weight: 600;
    width: 100%
}

@media (width <= 992px) {
    .calculate__balance-amount {
        font-size: 32px
    }
}

.calculate__chart {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (width <= 600px) {
    .calculate__chart {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.calculate__chart-img {
    width: 100%;
    height: auto
}

.calculate__chart-img--desc {
    display: block
}

@media (width <= 600px) {
    .calculate__chart-img--desc {
        display: none
    }
}

.calculate__chart-img--mb {
    display: none
}

@media (width <= 600px) {
    .calculate__chart-img--mb {
        display: block;
        height: 200px;
        width: 235px
    }
}

.calculate__amounts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 8px
}

@media (width <= 992px) {
    .calculate__amounts {
        row-gap: 22px
    }
}

@media (width <= 600px) {
    .calculate__amounts {
        row-gap: 28px
    }
}

.calculate__amount {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4
}

@media (width <= 600px) {
    .calculate__amount {
        font-size: 12px
    }
}

.calculate__amount-inner {
    position: relative
}

.calculate__currency {
    position: absolute;
    font-weight: 500;
    font-size: 20px;
    top: 11px;
    left: 24px
}

.calculate__years {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4
}

@media (width <= 600px) {
    .calculate__years {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        font-size: 12px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.calculate__year {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.tap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    margin-bottom: 60px
}

@media (width <= 768px) {
    .tap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 32px
    }
}

.tap__text {
    font-weight: 400;
    font-size: 20px;
    color: var(--color-font-dark);
    max-width: 608px
}

@media (width <= 768px) {
    .tap__text {
        font-size: 16px;
        max-width: 100%
    }
}

.why__title {
    margin-bottom: 60px;
    text-align: center
}

@media (width <= 768px) {
    .why__title {
        margin-bottom: 32px;
        text-align: left
    }
}

.why__available {
    max-width: 821px;
    margin: 0 auto 60px;
    text-align: center
}

@media (width <= 768px) {
    .why__available {
        text-align: left;
        margin: 0 auto 32px
    }
}

.why__sign-btn {
    background-color: var(--main-light);
    color: var(--color-titles);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 0 auto
}

.section-how {
    background-image: url("../img/bg/bg-blue.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0
}

@media (width <= 768px) {
    .section-how {
        padding: 40px 0
    }
}

.how__title {
    color: var(--color-titles);
    margin-bottom: 60px
}

@media (width <= 992px) {
    .how__title {
        margin-bottom: 32px
    }
}

@media (width <= 768px) {
    .how__title {
        margin-bottom: 16px
    }
}

.trading__title {
    max-width: 730px;
    margin: 0 auto 60px
}

@media (width <= 992px) {
    .trading__title {
        margin: 0 auto 40px
    }
}

@media (width <= 768px) {
    .trading__title {
        margin: 0 auto 32px
    }
}

.trading__promo-boxes {
    max-width: 608px
}

@media (width <= 992px) {
    .trading__promo-boxes {
        max-width: 100%
    }
}

.trading__item-box {
    max-width: 100%;
    min-height: 189px
}

@media (width <= 992px) {
    .trading__item-box {
        min-height: 80px
    }
}

.trading__promo-inner {
    margin-bottom: 80px
}

@media (width <= 992px) {
    .trading__promo-inner {
        margin-bottom: 40px
    }
}

@media (width <= 768px) {
    .trading__promo-inner {
        margin-bottom: 16px
    }
}

.solution__promo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 12px
}

@media (width <= 768px) {
    .solution__promo-box {
        row-gap: 6px
    }
}

@media (width <= 992px) {
    .solution__sign-btn {
        margin-top: 16px;
        -ms-flex-item-align: center;
        align-self: center
    }
}

.section-details {
    background-image: url("../img/bg/bg-blue.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
    color: #fff
}

@media (width <= 768px) {
    .section-details {
        padding: 40px 0
    }
}

@media (width <= 992px) {
    .details {
        overflow-x: auto
    }
}

.details__boxes {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 60px
}

@media (width <= 992px) {
    .details__boxes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 23px;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .details__boxes::-webkit-scrollbar {
        display: none
    }
}

.details .item__box {
    min-width: 120px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media (width <= 992px) {
    .details .item__box {
        max-width: 80%
    }
}

.experience__boxes-top {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media (width <= 992px) {
    .experience__boxes-top {
        row-gap: 16px
    }
}

.swiper-pagination {
    display: none
}

@media (width <= 992px) {
    .swiper-pagination {
        display: block;
        width: 100% !important
    }

    .swiper-pagination-bullet {
        background-color: #ec8001
    }

    .swiper-pagination-bullet-active {
        background-color: #e17704
    }
}

.swiper-slide {
    padding-left: 100px
}

@media (width <= 1024px) {
    .swiper-slide {
        padding-left: 60px
    }
}

@media (width <= 992px) {
    .swiper-slide {
        padding-left: 0
    }
}

.swiper-slide__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3
}

@media (width <= 768px) {
    .swiper-slide__title {
        font-size: 16px
    }
}

.swiper-slide__country {
    color: #cacaca;
    margin-bottom: 16px
}

@media (width <= 768px) {
    .swiper-slide__country {
        font-size: 14px;
        margin-bottom: 8px
    }
}

.swiper-slide__text {
    max-width: 400px
}

@media (width <= 992px) {
    .swiper-slide__text {
        padding-bottom: 50px
    }
}

@media (width <= 768px) {
    .swiper-slide__text {
        max-width: 100%
    }
}

.swiper-button-next, .swiper-button-prev {
    display: none
}

.swiper-button-next::after, .swiper-button-prev::after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.swiper-button-next::after {
    background-image: url("../images/arrow-right.svg")
}

.swiper-button-prev::after {
    background-image: url("../images/arrow-left.svg")
}

.custom-swiper-button-prev, .custom-swiper-button-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #4aa64d;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media (width <= 1024px) {
    .custom-swiper-button-prev, .custom-swiper-button-next {
        width: 32px;
        height: 32px
    }
}

@media (width <= 992px) {
    .custom-swiper-button-prev, .custom-swiper-button-next {
        display: none
    }
}

@media (hover: hover) {
    .custom-swiper-button-prev:hover, .custom-swiper-button-next:hover {
        background-color: #e8f2cf
    }
}

.custom-swiper-button-prev {
    left: 0
}

.custom-swiper-button-next {
    right: 0
}

.product .section-hero {
    min-height: 576px;
    background-color: #e8f2cf;
    padding-top: 112px;
    padding-top: 0
}

@media (width <= 992px) {
    .product .section-hero {
        min-height: 476px
    }
}

.product .hero {
    max-width: 822px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (width <= 768px) {
    .product .hero {
        gap: 16px
    }
}

.product .hero__title {
    font-size: 64px;
    margin-bottom: 0
}

@media (width <= 992px) {
    .product .hero__title {
        font-size: 48px;
        margin-bottom: 0
    }
}

@media (width <= 768px) {
    .product .hero__title {
        font-size: 32px
    }
}

.product .hero__subtitle {
    max-width: 822px;
    margin: 0 auto
}

@media (width <= 992px) {
    .product .hero__subtitle {
        margin-bottom: 0
    }
}

@media (width <= 768px) {
    .product .hero__subtitle {
        max-width: 100%
    }
}

.product .hero__store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
}

@media (width <= 768px) {
    .product .hero__store {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
        row-gap: 16px
    }
}

.product .hero__store-btn {
    padding: 11px;
    min-width: 190px;
    height: 42px;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #cacaca;
    color: #111;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 64px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.product .hero__store-btn span {
    font-weight: 400
}

@media (width <= 768px) {
    .product .hero__store-btn {
        max-width: 100%
    }
}

@media (hover: hover) {
    .product .hero__store-btn:hover {
        opacity: .7
    }
}

.product .boxes__item--cryptos {
    background-color: bisque
}

.product .boxes__left {
    max-width: 100%
}

.product .boxes__item--black {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.product .boxes__item--ai {
    background-color: #e8f2cf
}

.offer .section-hero {
    min-height: 576px;
    background-color: #e8f2cf;
    padding-top: 112px;
    padding-top: 0
}

@media (width <= 992px) {
    .offer .section-hero {
        min-height: 476px
    }
}

.offer .hero {
    max-width: 822px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (width <= 768px) {
    .offer .hero {
        gap: 16px
    }
}

.offer .hero__title {
    font-size: 64px;
    margin-bottom: 0
}

@media (width <= 992px) {
    .offer .hero__title {
        font-size: 48px;
        margin-bottom: 0
    }
}

@media (width <= 768px) {
    .offer .hero__title {
        font-size: 32px
    }
}

.offer .hero__subtitle {
    max-width: 822px;
    margin: 0 auto
}

@media (width <= 992px) {
    .offer .hero__subtitle {
        margin-bottom: 0
    }
}

@media (width <= 768px) {
    .offer .hero__subtitle {
        max-width: 100%
    }
}

.offer .hero__store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
}

@media (width <= 768px) {
    .offer .hero__store {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
        row-gap: 16px
    }
}

.offer .hero__store-btn {
    padding: 11px;
    min-width: 190px;
    height: 42px;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #cacaca;
    color: #111;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 64px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.offer .hero__store-btn span {
    font-weight: 400
}

@media (width <= 768px) {
    .offer .hero__store-btn {
        max-width: 100%
    }
}

@media (hover: hover) {
    .offer .hero__store-btn:hover {
        opacity: .7
    }
}

.offer .boxes__item--cryptos {
    background-color: bisque
}

.offer .boxes__left {
    max-width: 100%
}

.offer .boxes__item--light {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: bisque;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.offer .boxes__item--ai {
    background-color: #e8f2cf
}

.offer .boxes {
    display: grid;
    grid-template-columns:repeat(2, 1fr)
}

@media (width <= 768px) {
    .offer .boxes {
        grid-template-columns:repeat(1, 1fr)
    }
}

.offer .boxes__item {
    position: relative
}

.offer .boxes__item--big {
    max-height: 200px;
    -ms-flex-item-align: end;
    align-self: end;
    padding-top: 80px
}

.offer .boxes__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 608px;
    width: 100%;
    gap: 16px
}

.offer .boxes__item-cryptos-img {
    position: absolute;
    top: -90px
}

@media (width <= 768px) {
    .offer .boxes__item-cryptos-img {
        top: -20px
    }
}

@media (width <= 768px) {
    .offer .boxes__bottom {
        margin-bottom: 32px
    }
}

.contacts .section-hero {
    min-height: 576px;
    background-color: #e8f2cf;
    padding-top: 112px;
    padding-top: 0
}

@media (width <= 992px) {
    .contacts .section-hero {
        min-height: 476px
    }
}

.contacts .hero {
    max-width: 822px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (width <= 768px) {
    .contacts .hero {
        gap: 16px
    }
}

.contacts .hero__title {
    font-size: 64px;
    margin-bottom: 0
}

@media (width <= 992px) {
    .contacts .hero__title {
        font-size: 48px;
        margin-bottom: 0
    }
}

@media (width <= 768px) {
    .contacts .hero__title {
        font-size: 32px
    }
}

.contacts h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 48px
}

@media (width <= 768px) {
    .contacts h2 {
        font-size: 20px;
        margin-bottom: 24px
    }
}

.contacts__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
    position: relative;
    padding: 24px 32px 24px 120px;
    min-height: 112px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 355px;
    max-width: 100%;
    margin: 0 auto;
    background-color: bisque;
    border-radius: 24px;
    overflow-wrap: break-word;
    word-break: break-word
}

.contacts__box::before {
    content: "";
    position: absolute;
    background-image: url("../images/mail.svg");
    top: 35px;
    left: 32px;
    width: 52px;
    height: 52px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

@media (width <= 768px) {
    .contacts__box::before {
        width: 48px;
        height: 48px
    }
}

.contacts__box-text {
    font-size: 28px;
    font-weight: 600
}

@media (width <= 768px) {
    .contacts__box-text {
        font-size: 20px
    }
}

.faq {
    margin-bottom: 48px
}

.faq .header {
    position: relative;
    padding: 0
}

@media (width <= 992px) {
    .faq .header {
        position: relative;
        max-width: 100%;
        padding: 0
    }
}

@media (width <= 768px) {
    .faq {
        margin-bottom: 24px
    }
}

.faq__title {
    margin-bottom: 24px;
    text-transform: uppercase
}

@media (width <= 768px) {
    .faq__title {
        margin-bottom: 12px
    }
}

.faq__subtitle {
    font-size: 20px;
    max-width: 1034px;
    margin: 0 auto 60px
}

@media (width <= 768px) {
    .faq__subtitle {
        font-size: 16px;
        margin: 0 auto 24px
    }
}

.faq__item {
    border-bottom: 1px solid #cacaca;
    margin-bottom: 16px;
    overflow: hidden;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.faq__item:last-child {
    margin-bottom: 0
}

@media (width <= 768px) {
    .faq__item {
        margin-bottom: 8px
    }
}

.faq__question {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    height: 52px;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    margin: 0
}

@media (width <= 768px) {
    .faq__question {
        font-size: 16px
    }
}

.faq__question:focus {
    outline: none
}

.faq__icon-img {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.faq__item_active .faq__icon-img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq__answer {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .4s ease;
    transition: height .4s ease
}

@media (width <= 768px) {
    .faq__answer {
        font-size: 14px
    }
}

.faq__answer-list-item {
    list-style: inside;
    padding-left: 10px;
    line-height: 1.6
}

.faq__answer-list-item--number {
    list-style: none
}

.faq__answer-inner {
    background: #fff
}

.faq__answer-text {
    font-size: 16px;
    padding-bottom: 12px
}

@media (width <= 768px) {
    .faq__answer-text {
        font-size: 14px
    }
}

.page-404 .header {
    position: relative;
    padding: 0
}

@media (width <= 992px) {
    .page-404 .header {
        position: relative;
        max-width: 100%;
        padding: 0
    }
}

.page-404 .block-404 {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 32px
}

.section-privacy .header {
    position: relative;
    padding: 0
}

@media (width <= 992px) {
    .section-privacy .header {
        position: relative;
        max-width: 100%;
        padding: 0
    }
}

.privacy {
    font-weight: 400;
    max-width: 1028px;
    margin: 0 auto;
    line-height: 1.4
}

.privacy__title {
    text-align: left;
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 48px
}

@media (width <= 992px) {
    .privacy__title {
        margin-bottom: 32px
    }
}

@media (width <= 768px) {
    .privacy__title {
        font-size: 26px;
        margin-bottom: 24px
    }
}

.privacy__body-update {
    font-size: 16px;
    margin-bottom: 8px
}

.privacy__body-text {
    font-size: 18px;
    margin-bottom: 32px
}

@media (width <= 768px) {
    .privacy__body-text {
        font-size: 14px;
        margin-bottom: 24px
    }
}

.privacy__body-text--mb0 {
    margin-bottom: 0
}

.privacy__body-paragraph {
    font-size: 20px;
    position: relative;
    margin-bottom: 8px;
    padding-left: 30px
}

@media (width <= 768px) {
    .privacy__body-paragraph {
        font-size: 16px
    }
}

.privacy__body-paragraph::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #111
}

.privacy__body-title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500
}

@media (width <= 768px) {
    .privacy__body-title {
        margin-bottom: 8px;
        font-size: 18px
    }
}

.privacy__body-list {
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 32px
}

.privacy__body-list--mb0 {
    margin-bottom: 0
}

.privacy__body-list-item {
    list-style: disc
}

.privacy__compare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 32px;
    padding: 24px 32px;
    border: 1px solid #a7a7a7;
    border-radius: 24px;
    margin-bottom: 32px
}

@media (width <= 768px) {
    .privacy__compare {
        row-gap: 16px;
        border: unset;
        padding: 0
    }
}

.privacy__compare-name {
    display: none
}

@media (width <= 768px) {
    .privacy__compare-name {
        display: block;
        margin-bottom: 8px;
        font-size: 12px
    }
}

.privacy__compare-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    color: #a7a7a7
}

@media (width <= 768px) {
    .privacy__compare-top {
        display: none
    }
}

.privacy__compare-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    padding-bottom: 16px;
    border-bottom: 1px solid #a7a7a7;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (width <= 768px) {
    .privacy__compare-cont {
        border-bottom: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0
    }
}

.privacy__compare-cont:last-child {
    padding-bottom: 0;
    border: unset
}

.privacy__compare-cont-text {
    font-size: 20px;
    max-width: 573px
}

@media (width <= 768px) {
    .privacy__compare-cont-text {
        max-width: 100%
    }
}

.privacy__compare-cont-text--small {
    font-size: 18px;
    max-width: 359px
}

@media (width <= 768px) {
    .privacy__compare-cont-text--small {
        font-size: 14px
    }
}

@media (width <= 768px) {
    .privacy__compare-cont-text--big {
        padding-left: 10px;
        margin-bottom: 8px;
        font-size: 16px
    }
}

.privacy__compare-cont--types .privacy__compare-cont-text {
    font-size: 18px;
    max-width: 430px
}

.privacy__compare-cont--types .privacy__compare-cont-text:first-child {
    max-width: 111px
}

@media (width <= 768px) {
    .privacy__compare-cont--types .privacy__compare-cont-text:first-child {
        max-width: 100%
    }
}

.privacy__compare-cont--types .privacy__compare-cont-text:last-child {
    max-width: 359px
}

@media (width <= 768px) {
    .privacy__compare-cont--types .privacy__compare-cont-text:last-child {
        max-width: 100%
    }
}

@media (width <= 768px) {
    .privacy__compare-cont--types .privacy__compare-cont-text {
        margin-bottom: 16px;
        max-width: 100%;
        font-size: 16px
    }
}

.conditions-page .header {
    position: relative;
    padding: 0
}

@media (width <= 992px) {
    .conditions-page .header {
        position: relative;
        max-width: 100%;
        padding: 0
    }
}

.conditions {
    font-weight: 400;
    max-width: 1028px;
    margin: 0 auto;
    line-height: 1.4
}

.conditions__title {
    text-align: left;
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 48px
}

@media (width <= 992px) {
    .conditions__title {
        margin-bottom: 32px
    }
}

@media (width <= 768px) {
    .conditions__title {
        font-size: 26px;
        margin-bottom: 24px
    }
}

.conditions__body-text {
    font-size: 18px;
    margin-bottom: 32px
}

@media (width <= 768px) {
    .conditions__body-text {
        font-size: 14px;
        margin-bottom: 24px
    }
}

.conditions__body-text--mb0 {
    margin-bottom: 0
}

.conditions__body-title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500
}

@media (width <= 768px) {
    .conditions__body-title {
        margin-bottom: 8px;
        font-size: 18px
    }
}

.sign-page {
    background-color: #fff
}

.sign-page .header {
    position: relative;
    padding: 0
}

@media (width <= 992px) {
    .sign-page .header {
        position: relative;
        max-width: 100%;
        padding: 0
    }
}

.sign-page .sign-up-form {
    width: 100%
}

.sign-page__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (width <= 992px) {
    .sign-page__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        row-gap: 32px
    }
}

.sign-page {
    background-color: #fff
}

.sign-page .header {
    position: relative;
    padding: 0
}

@media (width <= 992px) {
    .sign-page .header {
        position: relative;
        max-width: 100%;
        padding: 0
    }
}

.sign-page .sign-in-form {
    width: 100%
}

.sign-page__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (width <= 992px) {
    .sign-page__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        row-gap: 32px
    }
}

.footer {
    border-top: 1px solid #e17704;
    background: #e8f2cf;
    min-height: 292px;
    position: relative;
    padding: 48px 0;
    color: #fff
}

@media (width <= 992px) {
    .footer {
        padding: 60px 0 40px
    }
}

.footer__logo {
    position: absolute;
    right: 0;
    top: 0
}

.footer__logo--mb {
    display: none
}

@media (width <= 992px) {
    .footer__logo--mb {
        display: block
    }
}

.footer__logo-main {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1.2
}

@media (width <= 992px) {
    .footer__logo-main {
        margin-bottom: 0
    }
}

@media (width <= 768px) {
    .footer__logo-main {
        font-size: 22px
    }
}

.footer__subtitle {
    margin-bottom: 32px
}

@media (width <= 992px) {
    .footer__subtitle {
        margin-bottom: 0;
        white-space: nowrap
    }
}

@media (width <= 1030px) {
    .footer__name {
        width: 100%;
        text-align: center
    }
}

.footer__name-top {
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px
}

@media (width <= 1030px) {
    .footer__name-top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 100%
    }
}

@media (width <= 768px) {
    .footer__name-top {
        margin-bottom: 12px
    }
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px
}

@media (width <= 1030px) {
    .footer__social {
        display: none
    }
}

.footer__social-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #4aa64d;
    padding: 10px;
    border-radius: 50%;
    width: 44px;
    height: 44px
}

.footer__social--mob {
    display: none
}

@media (width <= 1030px) {
    .footer__social--mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 32px 0
    }
}

.footer__inner {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px
}

@media (width <= 1230px) {
    .footer__inner {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px
    }
}

@media (width <= 1130px) {
    .footer__inner {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }
}

@media (width <= 1030px) {
    .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    font-weight: 400;
    line-height: 1.4;
    color: #111
}

.footer__menu-link {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (hover: hover) {
    .footer__menu-link:hover {
        border-bottom: 1px solid #111
    }
}

.footer__menu-divider {
    width: 33px;
    height: 1px;
    background-color: #e17704
}

@media (width <= 768px) {
    .footer__menu-divider {
        width: 134px
    }
}

@media (width <= 1130px) {
    .footer__menu {
        -webkit-column-gap: 22px;
        -moz-column-gap: 22px;
        column-gap: 22px;
        margin-bottom: 24px
    }
}

@media (width <= 768px) {
    .footer__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 32px;
        row-gap: 24px
    }
}

.footer__lang {
    position: relative;
    border-radius: 8px
}

.footer__lang-selector {
    bottom: 53px;
    right: -11px;
    top: unset
}

.footer__lang-dropdown {
    background-color: #fff;
    border-radius: 8px
}

.footer__lang-btn {
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    border: 1px solid #111;
    color: #111
}

@media (hover: hover) {
    .footer__lang-btn:hover {
        background-color: #111;
        color: #fff
    }
}

.footer__lang-list li {
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

@media (hover: hover) {
    .footer__lang-list li:hover {
        background-color: #e8f2cf;
        color: #111
    }
}

.footer__disclaimer {
    font-size: 12px;
    color: #111
}

.hello-modal {
    position: fixed;
    z-index: 50;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 3.75rem 0rem 1.25rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.hello-modal._active {
    opacity: 1;
    visibility: visible
}

.hello-modal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: calc(100% + 31.25rem);
    height: 18.0625rem;
    border-radius: 50%;
    background: #000;
    -webkit-box-shadow: 0px 0px 50px 0px #00ff15;
    box-shadow: 0px 0px 50px 0px #00ff15;
    z-index: -1;
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px)
}

.hello-modal::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: #000;
    z-index: -1
}

.hello-modal__body {
    display: grid;
    grid-template-columns:1fr auto;
    gap: 1.5rem;
    padding: 0px 1.875rem
}

@media (max-width: 47.9375em) {
    .hello-modal__body {
        grid-template-columns:1fr;
        padding: 0px 0rem
    }
}

.hello-modal__title {
    color: #fff !important;
    text-transform: uppercase;
    margin: 0px 0px 0.5rem 0px
}

.hello-modal__text {
    color: #fff
}

.hello-modal__actions {
    display: grid;
    gap: 0.625rem
}

.hello-modal__link {
    min-width: 11.25rem;
    background: #00b517;
    color: #fff !important;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (any-hover: hover) {
    .hello-modal__link:hover {
        background: #00b517;
        opacity: .9
    }
}

.hello-modal__close {
    min-width: 11.25rem;
    background: #000;
    color: #00b517 !important;
    text-transform: uppercase;
    border-color: rgba(0, 0, 0, 0);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (any-hover: hover) {
    .hello-modal__close:hover {
        background: #000;
        opacity: .9
    }
}

.exit-modal {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    padding: 1.25rem 0rem 3.75rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (max-width: 47.9375em) {
    .exit-modal {
        padding: 3.75rem 0rem 1.25rem;
        top: unset;
        bottom: 0
    }
}

.exit-modal._active {
    opacity: 1;
    visibility: visible
}

.exit-modal::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: calc(100% + 31.25rem);
    height: 18.0625rem;
    border-radius: 50%;
    background: #000;
    -webkit-box-shadow: 0px 0px 50px 0px #00ff15;
    box-shadow: 0px 0px 50px 0px #00ff15;
    z-index: -1;
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px)
}

@media (max-width: 47.9375em) {
    .exit-modal::before {
        bottom: unset;
        top: 0
    }
}

.exit-modal::after {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: #000;
    z-index: -1
}

@media (max-width: 47.9375em) {
    .exit-modal::after {
        bottom: unset;
        top: 50%
    }
}

.exit-modal__body {
    display: grid;
    grid-template-columns:1fr auto;
    gap: 1.5rem;
    padding: 0px 1.875rem
}

@media (max-width: 47.9375em) {
    .exit-modal__body {
        grid-template-columns:1fr;
        padding: 0px 0rem
    }
}

.exit-modal__title {
    color: #fff !important;
    text-transform: uppercase;
    margin: 0px 0px 0.5rem 0px
}

.exit-modal__text {
    color: #fff
}

.exit-modal__actions {
    display: grid;
    gap: 0.625rem
}

.exit-modal__link {
    min-width: 11.25rem;
    background: #00b517;
    color: #fff !important;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (any-hover: hover) {
    .exit-modal__link:hover {
        background: #00b517;
        opacity: .9
    }
}

.exit-modal__close {
    min-width: 11.25rem;
    background: #000;
    color: #00b517 !important;
    text-transform: uppercase;
    border-color: rgba(0, 0, 0, 0);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (any-hover: hover) {
    .exit-modal__close:hover {
        background: #000;
        opacity: .9
    }
}

.back-modal {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    padding: 1.25rem 0rem 3.75rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (max-width: 47.9375em) {
    .back-modal {
        padding: 3.75rem 0rem 1.25rem;
        top: unset;
        bottom: 0
    }
}

.back-modal._active {
    opacity: 1;
    visibility: visible
}

.back-modal::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: calc(100% + 31.25rem);
    height: 18.0625rem;
    border-radius: 50%;
    background: #000;
    -webkit-box-shadow: 0px 0px 50px 0px #00ff15;
    box-shadow: 0px 0px 50px 0px #00ff15;
    z-index: -1;
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px)
}

@media (max-width: 47.9375em) {
    .back-modal::before {
        bottom: unset;
        top: 0
    }
}

.back-modal::after {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: #000;
    z-index: -1
}

@media (max-width: 47.9375em) {
    .back-modal::after {
        bottom: unset;
        top: 50%
    }
}

.back-modal__body {
    display: grid;
    grid-template-columns:1fr auto;
    gap: 1.5rem;
    padding: 0px 1.875rem
}

@media (max-width: 47.9375em) {
    .back-modal__body {
        grid-template-columns:1fr;
        padding: 0px 0rem
    }
}

.back-modal__title {
    color: #fff !important;
    text-transform: uppercase;
    margin: 0px 0px 0.5rem 0px
}

.back-modal__text {
    color: #fff
}

.back-modal__actions {
    display: grid;
    gap: 0.625rem
}

.back-modal__link {
    min-width: 11.25rem;
    background: #00b517;
    color: #fff !important;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (any-hover: hover) {
    .back-modal__link:hover {
        background: #00b517;
        opacity: .9
    }
}

.back-modal__close {
    min-width: 11.25rem;
    background: #000;
    color: #00b517 !important;
    text-transform: uppercase;
    border-color: rgba(0, 0, 0, 0);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (any-hover: hover) {
    .back-modal__close:hover {
        background: #000;
        opacity: .9
    }
}

.activity-modal {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    padding: 1.25rem 0rem 3.75rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.activity-modal._active {
    opacity: 1;
    visibility: visible
}

.activity-modal::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: calc(100% + 31.25rem);
    height: 18.0625rem;
    border-radius: 50%;
    background: #000;
    -webkit-box-shadow: 0px 0px 50px 0px #00ff15;
    box-shadow: 0px 0px 50px 0px #00ff15;
    z-index: -1;
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px)
}

.activity-modal::after {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: #000;
    z-index: -1
}

.activity-modal__body {
    display: grid;
    grid-template-columns:1fr auto;
    gap: 1.5rem;
    padding: 0px 1.875rem
}

@media (max-width: 47.9375em) {
    .activity-modal__body {
        grid-template-columns:1fr;
        padding: 0px 0rem
    }
}

.activity-modal__title {
    color: #fff !important;
    text-transform: uppercase;
    margin: 0px 0px 0.5rem 0px
}

.activity-modal__text {
    color: #fff
}

.activity-modal__actions {
    display: grid;
    gap: 0.625rem
}

.activity-modal__link {
    min-width: 11.25rem;
    background: #00b517;
    color: #fff !important;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (any-hover: hover) {
    .activity-modal__link:hover {
        background: #00b517;
        opacity: .9
    }
}

.activity-modal__close {
    min-width: 11.25rem;
    background: #000;
    color: #00b517 !important;
    text-transform: uppercase;
    border-color: rgba(0, 0, 0, 0);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (any-hover: hover) {
    .activity-modal__close:hover {
        background: #000;
        opacity: .9
    }
}

.scroll-modal {
    position: fixed;
    z-index: 50;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 3.75rem 0rem 1.25rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.scroll-modal._active {
    opacity: 1;
    visibility: visible
}

.scroll-modal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: calc(100% + 31.25rem);
    height: 18.0625rem;
    border-radius: 50%;
    background: #000;
    -webkit-box-shadow: 0px 0px 50px 0px #00ff15;
    box-shadow: 0px 0px 50px 0px #00ff15;
    z-index: -1;
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px)
}

.scroll-modal::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: #000;
    z-index: -1
}

.scroll-modal__body {
    display: grid;
    grid-template-columns:1fr auto;
    gap: 1.5rem;
    padding: 0px 1.875rem
}

@media (max-width: 47.9375em) {
    .scroll-modal__body {
        grid-template-columns:1fr;
        padding: 0px 0rem
    }
}

.scroll-modal__title {
    color: #fff !important;
    text-transform: uppercase;
    margin: 0px 0px 0.5rem 0px
}

.scroll-modal__text {
    color: #fff
}

.scroll-modal__actions {
    display: grid;
    gap: 0.625rem
}

.scroll-modal__link {
    min-width: 11.25rem;
    background: #00b517;
    color: #fff !important;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (any-hover: hover) {
    .scroll-modal__link:hover {
        background: #00b517;
        opacity: .9
    }
}

.scroll-modal__close {
    min-width: 11.25rem;
    background: #000;
    color: #00b517 !important;
    text-transform: uppercase;
    border-color: rgba(0, 0, 0, 0);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (any-hover: hover) {
    .scroll-modal__close:hover {
        background: #000;
        opacity: .9
    }
}

.intgrtn-form-signup .has-btn-generate-password {
    display: none;
}
