@import"https://fonts.cdnfonts.com/css/sf-pro-display";

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 40px 0 30px;
    background: #fff;
    z-index: 2
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header__logo {
    display: flex;
    align-items: center;
    gap: 4px
}

.header__logo-name {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px
}

.header__logo-platform {
    color: #3c3c4399;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px
}

.header__logo-arrow {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 1px
}

.header__button {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    background: #000;
    padding: 8px 16px;
    border-radius: 40px
}

.graph {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 3;
    padding-bottom: 20px;
    background: #fff
}

.graph__inner {
    overflow: hidden;
    border-radius: 14px;
    border-top: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd
}

.graph__balance {
    border: 1px solid #000;
    padding: 13px 20px;
    background: #000;
    text-align: center;
    color: #fff9;
    font-size: 17px;
    font-weight: 400;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center
}

.graph__balance-value {
    color: #fff
}

.register-form {
    color: #000;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    border-radius: 10px
}

.form-input-main {
    margin: 12px 0
}

.form-input-main input,
.form-input-main select {
    height: 44px;
    width: 100%;
    padding-left: 24px;
    background: transparent;
    border-radius: 32px;
    border: 1px solid #e5e5ea;
    background: #fff;
    font-weight: 400;
    font-size: 18px
}

.form-input-main select {
    margin: 0;
    width: 100%
}

 input::-moz-placeholder,
select::-moz-placeholder {
    color: #3c3c3c
}

 input::placeholder,
select::placeholder {
    color: #3c3c3c
}

button[name=submitBtn] {
    width: 100%;
    background: #fff;
    height: 50px;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    border-radius: 14px;
    background: #3f46f5;
    border: none;
    margin: 20px auto 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 30px;
    position: relative
}

button[name=submitBtn]:after {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='15'%20height='19'%20viewBox='0%200%2015%2019'%20fill='none'%3e%3cpath%20d='M7.50004%200.5L0.910004%207.32504C0.780017%207.45966%200.676905%207.61948%200.606556%207.79537C0.536208%207.97126%200.5%208.15978%200.5%208.35017C0.5%208.54055%200.536208%208.72907%200.606556%208.90497C0.676905%209.08086%200.780017%209.24068%200.910004%209.3753C1.03999%209.50992%201.19431%209.61671%201.36414%209.68957C1.53398%209.76243%201.71601%209.79993%201.89984%209.79993C2.08367%209.79993%202.2657%209.76243%202.43554%209.68957C2.60537%209.61671%202.75969%209.50992%202.88968%209.3753L6.09999%206.05051V17.05C6.09999%2017.4346%206.2475%2017.8034%206.51006%2018.0753C6.77262%2018.3472%207.12873%2018.5%207.50004%2018.5C7.87136%2018.5%208.22747%2018.3472%208.49003%2018.0753C8.75259%2017.8034%208.90009%2017.4346%208.90009%2017.05V6.05051L12.1104%209.3753C12.2401%209.51042%2012.3944%209.61764%2012.5642%209.69081C12.7341%209.76398%2012.9163%209.80165%2013.1002%209.80165C13.2842%209.80165%2013.4664%209.76398%2013.6363%209.69081C13.8061%209.61764%2013.9604%209.51042%2014.0901%209.3753C14.3526%209.10339%2014.5%208.73465%2014.5%208.35017C14.5%207.96569%2014.3526%207.59695%2014.0901%207.32504L7.50004%200.5Z'%20fill='white'/%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 19px;
    position: absolute;
    right: 50px
}

@media (min-width: 600px) {
    button[name=submitBtn]:after {
        right: 160px
    }
}

.form-header-text,
.form-footer-text {
    color: #000;
    font-size: 18px;
    text-align: center
}

.form-header-text {
    margin-bottom: 20px
}

.form-footer-text {
    margin-top: 20px
}

.form-input-main label {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 10px;
    font-size: 16px;
    line-height: 100%;
    color: #000
}

.form-input-main label.checkbox--row {
    flex-direction: row
}

.form-input-main label.checkbox--row span.checkbox--span {
    width: 100%;
    text-align: left
}

.form-input-main label input[type=checkbox] {
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
    flex-grow: 0;
    flex-shrink: 0
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
    width: 100%
}

.iti__selected-dial-code,
.iti__arrow {
    color: #000 !important;
    border-top-color: #000 !important
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #000 !important
}

.iti {
    width: 100% !important
}

.iti__country,
.form-input option {
    color: #000 !important
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

@media screen and (max-width: 768px) {
    button[name=submitBtn] {
        width: 100%
    }
}



.loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #252c3380;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px)
}

.form-block, .form-block-main {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0003;
    -webkit-backdrop-filter: blur(6.8000001907px);
    backdrop-filter: blur(6.8000001907px);
    z-index: 10;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.form-block__inner, .form-block__inner-main {
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
    padding: 24px 16px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 4px 5.3px #51515129
}

.form-block__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
    text-align: center
}

.chat {
    min-height: 100%;
    height: auto;
    padding-top: 300px
}

.chat__header {
    margin-bottom: 12px;
    margin-top: 20px
}

.chat__message {
    max-width: 650px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 13px 16px;
    border-radius: 14px;
    background: #f6f6f6;
    color: #3c3c43;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
    letter-spacing: -.4px;
    margin-bottom: 8px
}

.chat__button {
    max-width: 370px;
    width: 100%;
    color: #fff;
    border-radius: 14px;
    background: #3f46f5;
    font-size: 18px;
    font-style: normal;
    font-weight: 590;
    line-height: 140%;
    padding: 12px 20px
}

.chat--no-pointer {
    pointer-events: none
}

@media (min-width: 768px) {
    .chat {
        padding-top: 0
    }

    .chat__message {
        font-size: 18px
    }

    .chat--with-graph {
        padding-top: 400px
    }
}

main {
    height: 100%;
    padding: 100px 0 75px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

@media (min-width: 768px) {
    main {
        justify-content: flex-start
    }
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    background: #fff
}

.footer__text {
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
    color: #5d5d5d;
    text-align: center
}

.footer__text span {
    color: #0d0d0d;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

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

:focus,
:active {
    outline: none
}

a:focus,
a:active {
    outline: none
}

nav,
footer,
header,
aside {
    display: block
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

input,
button,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,
a:visited,
a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400
}

a {
    color: inherit
}

html,
body {
    font-family: SF Pro Display, sans-serif;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #3c3c43
}

#root {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    position: relative
}

.main {
    flex: 1 1 auto
}

.container {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px
}

.loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #252c3380
}

.loader-element {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #00faaa;
    animation: 2s linear infinite spin
}

.loader-element:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f70044;
    animation: 3s linear infinite spin
}

.loader-element:after {
    position: absolute;
    content: "";
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #00faaa;
    animation: 1.5s linear infinite spin
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.modal_phone {
    opacity: 1;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    display: none;
    outline: 0;
    padding-right: 15px;
    justify-content: center;
    align-items: center;
    background-color: #0006;
    overflow-x: hidden;
    overflow-y: auto;
    color: #000
}

.modal_phone.open_phone {
    display: flex
}

.modal-open_phone {
    overflow: hidden
}

.modal-dialog_phone {
    position: relative;
    width: 100%;
    max-width: 32rem;
    padding: 1rem;
    box-sizing: border-box
}

.modal-content_phone {
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-header_phone {
    display: flex;
    align-items: center;
    padding: 1rem
}

.modal-header_phone {
    justify-content: space-between;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-body_phone {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-title_phone {
    font-size: 1.25rem;
    font-weight: 600
}

.close-button_phone {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}