@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap);
.icon {
    fill: currentColor
}

.button[data-v-3d5a481b] {
    padding: 0 12px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: .2s;
    background: none;
    border: 0;
    position: relative;
    height: 28px;
    font-size: 12px;
    text-transform: uppercase
}

.button i[data-v-3d5a481b]:first-child {
    position: absolute;
    top: 0;
    left: 10px;
    right: 0;
    height: calc(100% - 10px);
    background: var(--primary)
}

.button.button_black i[data-v-3d5a481b]:first-child {
    background: transparent;
    border-top: 2px solid #000;
    border-right: 2px solid #000
}

.button.button_white i[data-v-3d5a481b]:first-child {
    background: transparent;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
}

.button i[data-v-3d5a481b]:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 10px;
    height: calc(100% - 10px);
    background: var(--primary)
}

.button.button_black i[data-v-3d5a481b]:nth-child(2) {
    background: transparent;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000
}

.button.button_white i[data-v-3d5a481b]:nth-child(2) {
    background: transparent;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff
}

.button i[data-v-3d5a481b]:nth-child(3) {
    position: absolute;
    top: 4px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: var(--primary) transparent transparent transparent;
    transform: rotate(-45deg)
}

.button.button_black i[data-v-3d5a481b]:nth-child(3) {
    border: none;
    background: #000;
    width: 1px;
    height: 14px;
    transform: rotate(45deg);
    top: -2px;
    left: 6px
}

.button.button_white i[data-v-3d5a481b]:nth-child(3) {
    border: none;
    background: #fff;
    width: 1px;
    height: 14px;
    transform: rotate(45deg);
    top: -2px;
    left: 6px
}

.button i[data-v-3d5a481b]:nth-child(4) {
    position: absolute;
    bottom: 4px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: var(--primary) transparent transparent transparent;
    transform: rotate(135deg)
}

.button.button_black i[data-v-3d5a481b]:nth-child(4) {
    border: none;
    background: #000;
    width: 1px;
    height: 14px;
    transform: rotate(45deg);
    bottom: -1px;
    right: 5px
}

.button.button_white i[data-v-3d5a481b]:nth-child(4) {
    border: none;
    background: #fff;
    width: 1px;
    height: 14px;
    transform: rotate(45deg);
    bottom: -1px;
    right: 5px
}

.button span[data-v-3d5a481b] {
    position: relative
}

.button[disabled][data-v-3d5a481b] {
    cursor: not-allowed
}

.button.button_large[data-v-3d5a481b] {
    font-size: 18px;
    height: 42px;
    padding: 0 24px
}

.button.button_black[data-v-3d5a481b] {
    color: #000
}

.button.button_white[data-v-3d5a481b] {
    color: #fff
}

:root {
    --primary: #4647c9;
    --primary-rgb: 70, 71, 201;
    --gray: #767676
}

*,
:after,
:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-break: break-word
}

:focus {
    outline: none;
    outline-offset: 0
}

body,
html {
    height: 100%
}

body,
button,
input,
select,
textarea {
    font: 14px/1.3 Roboto Condensed, sans-serif;
    color: #fff;
    background: #151515
}

img {
    max-width: 100%
}

a {
    color: var(--primary)
}

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

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-track {
    background: transparent
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 4px
}

.layout[data-v-6cf0043c] {
    height: 100vh;
    display: flex;
    flex-direction: column
}

.header[data-v-6cf0043c] {
    background: #202020
}

.header__wrap[data-v-6cf0043c] {
    max-width: 900px;
    padding: 10px 20px;
    display: flex;
    margin: 0 auto
}

.header__grow[data-v-6cf0043c] {
    flex-grow: 1
}

.nav[data-v-6cf0043c] {
    list-style: none;
    display: flex;
    align-items: center
}

.nav li[data-v-6cf0043c] {
    margin-right: 30px
}

.nav a[data-v-6cf0043c] {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    padding: 16px 0;
    transition: .2s
}

.nav:hover a[data-v-6cf0043c] {
    color: var(--gray)
}

.nav a[data-v-6cf0043c]:hover {
    border-bottom-color: var(--primary);
    color: #fff
}

.wallet[data-v-6cf0043c] {
    text-align: center
}

.wallet__label[data-v-6cf0043c] {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--gray)
}

.body[data-v-6cf0043c] {
    flex-grow: 1
}

.footer[data-v-6cf0043c] {
    text-align: center;
    margin: 40px 0 0;
    background: #000;
    padding: 40px 80px
}

.footer__links li[data-v-6cf0043c] {
    display: inline-block;
    margin: 0 15px
}

.footer__links a[data-v-6cf0043c] {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700
}

.footer__links a[data-v-6cf0043c]:hover {
    color: #bbb
}

.footer__copyright[data-v-6cf0043c] {
    padding: 20px 0 0;
    color: var(--gray);
    font-size: 12px
}

.notices[data-v-6cf0043c] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    list-style: none;
    width: 280px;
    z-index: 10000
}

.notices li[data-v-6cf0043c] {
    margin: 5px 0 0 0;
    background: #fff;
    padding: 16px 24px 16px 40px;
    position: relative;
    color: #000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .067)
}

.notices li[data-v-6cf0043c]:after {
    content: "";
    position: absolute;
    left: 17px;
    top: 20px;
    background: hsla(0, 0%, 100%, .533);
    width: 8px;
    height: 8px
}

.notices li.info[data-v-6cf0043c]:after {
    background: #00a3ff
}

.notices li.warning[data-v-6cf0043c]:after {
    background: transparent;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 8px 4px;
    border-color: transparent transparent #ffb507 transparent
}

.notices li.success[data-v-6cf0043c]:after {
    background: #52ad1d;
    border-radius: 8px
}

.notices li.error[data-v-6cf0043c]:after {
    background: #ff2d2e;
    border-radius: 8px
}

.notices span[data-v-6cf0043c] {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    padding: 8px;
    color: #000;
    transition: .2s
}

.notices span[data-v-6cf0043c]:hover {
    color: #000
}

.notices span .icon[data-v-6cf0043c] {
    width: 18px;
    height: 18px
}

.notices h2[data-v-6cf0043c] {
    font-size: 12px;
    color: var(--gray);
    text-transform: uppercase
}

.notices p[data-v-6cf0043c] {
    color: #000;
    margin: 3px 0 0
}

.notices div a[data-v-6cf0043c] {
    display: flex;
    align-items: center;
    color: var(--primary);
    margin: 5px 0 0
}

.notices div a .icon[data-v-6cf0043c] {
    width: 16px;
    height: 16px;
    margin: 0 3px 0 0
}

.cookie[data-v-6cf0043c] {
    max-width: 380px;
    min-width: 320px;
    background: #fff;
    padding: 16px 40px 16px 16px;
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    z-index: 1000;
    border: 2px solid var(--primary)
}

.cookie__close[data-v-6cf0043c] {
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer;
    padding: 4px
}

.cookie__close .icon[data-v-6cf0043c] {
    width: 20px;
    height: 20px;
    color: #000;
    transition: .2s
}

.cookie__close:hover .icon[data-v-6cf0043c] {
    color: #000
}

.cookie__text[data-v-6cf0043c] {
    color: #000;
    font-size: 18px
}

.cookie__btns[data-v-6cf0043c] {
    display: flex;
    margin: 16px -10px 0;
    align-items: center
}

.cookie__btns>[data-v-6cf0043c] {
    margin: 0 10px
}

.cookie__apply[data-v-6cf0043c] {
    padding: 9.5px 16px;
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(0, 0%, 100%, .15);
    border-radius: 8px;
    cursor: pointer;
    transition: .2s
}

.cookie__apply[data-v-6cf0043c]:hover {
    background: hsla(0, 0%, 100%, .15)
}

.cookie__more[data-v-6cf0043c]:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 3.5px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    margin-left: 8px
}

@media(max-width:499.98px) {
    .header__wrap[data-v-6cf0043c] {
        flex-direction: column
    }
    .nav[data-v-6cf0043c] {
        justify-content: center;
        margin: 0 0 10px 0
    }
    .nav li[data-v-6cf0043c] {
        margin-right: 20px
    }
    .nav li[data-v-6cf0043c]:last-child {
        margin-right: 0
    }
    .nav a[data-v-6cf0043c] {
        padding: 16px 0 4px
    }
    .wallet__label[data-v-6cf0043c] {
        display: inline-block;
        margin-right: 30px
    }
    .wallet__addr[data-v-6cf0043c] {
        display: inline-block
    }
    .footer[data-v-6cf0043c] {
        padding: 40px 40px 100px
    }
}

.modal[data-v-7bbb2221] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: auto
}

.modal__back[data-v-7bbb2221] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7)
}

.modal__wrap[data-v-7bbb2221] {
    position: relative;
    background: #fff;
    max-width: 420px;
    margin: 85px auto 20px;
    overflow: hidden;
    color: #000
}

.modal__close[data-v-7bbb2221] {
    position: absolute;
    top: 9px;
    right: 9px;
    padding: 5px;
    cursor: pointer
}

.modal__close .icon[data-v-7bbb2221] {
    width: 20px;
    height: 20px
}

.conditions[data-v-4639ef2e] {
    padding: 24px
}

.conditions a[data-v-4639ef2e] {
    color: var(--primary)
}

.conditions__title[data-v-4639ef2e] {
    font-size: 21px
}

.conditions__info[data-v-4639ef2e] {
    margin: 12px 0 0;
    color: var(--color50)
}

.conditions__list[data-v-4639ef2e] {
    margin: 12px 0 0 0;
    list-style: none
}

.conditions__list li[data-v-4639ef2e] {
    padding: 6px 0;
    color: var(--color50);
    padding-left: 22px;
    position: relative
}

.conditions__list li[data-v-4639ef2e]:before {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--primary);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 12px
}

.conditions__submit[data-v-4639ef2e] {
    margin: 18px 0 0
}

.upline[data-v-4b8aaa50] {
    padding: 24px;
    text-align: center
}

.upline__title[data-v-4b8aaa50] {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700
}

.upline__edit[data-v-4b8aaa50] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0
}

.upline__value[data-v-4b8aaa50] {
    font-size: 16px;
    width: 320px;
    padding: 7px 0
}

.upline__editable[data-v-4b8aaa50] {
    font-size: 16px;
    border: 2px solid #000;
    padding: 5px 10px;
    background: #fff;
    color: #000;
    width: 320px
}

.upline__btn[data-v-4b8aaa50] {
    margin-left: 10px
}

.upline__submit[data-v-4b8aaa50] {
    margin: 30px 0
}

.upline__text[data-v-4b8aaa50] {
    text-transform: uppercase
}

.info[data-v-51777d4f] {
    overflow: hidden
}

.info__wrap[data-v-51777d4f] {
    max-width: 1200px;
    padding: 40px 20px;
    margin: 0 auto;
    text-align: center
}

.info__logo img[data-v-51777d4f] {
    max-width: 700px
}

.info__text[data-v-51777d4f] {
    font-size: 16px;
    padding: 20px 0;
    text-transform: uppercase
}

.info__counter[data-v-51777d4f] {
    border: 3px solid var(--primary);
    background: rgba(var(--primary-rgb), .1);
    display: inline-block;
    padding: 15px 20px;
    font-size: 32px;
    min-width: 320px;
    position: relative
}

.info__counter[data-v-51777d4f]:after {
    left: -21px;
    top: -21px;
    border-right: 3px solid var(--primary)
}

.info__counter[data-v-51777d4f]:after,
.info__counter[data-v-51777d4f]:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #151515;
    transform: rotate(45deg)
}

.info__counter[data-v-51777d4f]:before {
    right: -21px;
    bottom: -21px;
    border-left: 3px solid var(--primary)
}

.info__nav[data-v-51777d4f] {
    list-style: none
}

.info__nav li[data-v-51777d4f] {
    display: inline-block;
    padding: 10px 10px
}

.info__nav a[data-v-51777d4f] {
    color: var(--gray);
    transition: .2s
}

.info__nav a[data-v-51777d4f]:hover {
    color: #fff
}

.join[data-v-51777d4f] {
    background: #fff;
    color: #000;
    padding: 40px 0;
    overflow: hidden
}

.join__wrap[data-v-51777d4f] {
    margin: 0 auto;
    max-width: 480px
}

.join__body[data-v-51777d4f] {
    border: 3px solid var(--primary);
    padding: 20px 60px;
    position: relative
}

.join__body[data-v-51777d4f]:after {
    left: -21px;
    top: -21px;
    border-right: 3px solid var(--primary)
}

.join__body[data-v-51777d4f]:after,
.join__body[data-v-51777d4f]:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff;
    transform: rotate(45deg)
}

.join__body[data-v-51777d4f]:before {
    right: -21px;
    bottom: -21px;
    border-left: 3px solid var(--primary)
}

.join__title[data-v-51777d4f] {
    text-transform: uppercase;
    text-align: center;
    font-size: 28px
}

.join__inp[data-v-51777d4f] {
    display: flex;
    margin: 20px 0 0;
    align-items: center;
    border: 2px solid var(--primary)
}

.join__inp input[data-v-51777d4f] {
    background: transparent;
    border: 0;
    font-size: 21px;
    padding: 10px 10px;
    flex-grow: 1;
    color: #000
}

.join__inp span[data-v-51777d4f] {
    text-transform: uppercase;
    padding: 0 10px;
    white-space: nowrap
}

.join__speed[data-v-51777d4f] {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 10px -15px 0 0;
    padding: 0 20px
}

.join__speed li[data-v-51777d4f] {
    border: 1px solid #000;
    padding: 6px 6px;
    width: 29%;
    margin: 13px 13px 0 0;
    text-align: center;
    cursor: pointer;
    position: relative
}

.join__speed li[data-v-51777d4f]:after {
    left: -10px;
    top: -10px;
    border-right: 1px solid #000
}

.join__speed li[data-v-51777d4f]:after,
.join__speed li[data-v-51777d4f]:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg)
}

.join__speed li[data-v-51777d4f]:before {
    right: -10px;
    bottom: -10px;
    border-left: 1px solid #000
}

.join__btns[data-v-51777d4f] {
    margin: 30px 0 0;
    display: flex;
    justify-content: space-between;
    padding: 0 20px
}

.join__text[data-v-51777d4f] {
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0
}

.stat[data-v-51777d4f] {
    margin: 80px 0 0;
    overflow: hidden
}

.stat__wrap[data-v-51777d4f] {
    margin: 0 auto;
    max-width: 480px
}

.stat__title[data-v-51777d4f] {
    text-transform: uppercase;
    text-align: center;
    font-size: 42px
}

.box[data-v-51777d4f] {
    margin: 30px auto 0;
    max-width: 480px;
    border: 3px solid var(--primary);
    padding: 20px;
    text-transform: uppercase;
    position: relative
}

.box[data-v-51777d4f]:after {
    left: -21px;
    top: -21px;
    border-right: 3px solid var(--primary)
}

.box[data-v-51777d4f]:after,
.box[data-v-51777d4f]:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #151515;
    transform: rotate(45deg)
}

.box[data-v-51777d4f]:before {
    right: -21px;
    bottom: -21px;
    border-left: 3px solid var(--primary)
}

.box .box__title[data-v-51777d4f] {
    font-size: 24px
}

.box .box__body[data-v-51777d4f] {
    padding: 20px 0 0
}

.box .box__body ul[data-v-51777d4f] {
    list-style: none
}

.box .box__body li[data-v-51777d4f] {
    display: flex;
    justify-content: space-between;
    padding: 7px 0
}

.box .box__body a[data-v-51777d4f] {
    color: #fff;
    text-decoration: underline;
    text-transform: none
}

@media(max-width:499.98px) {
    .info__logo img[data-v-51777d4f] {
        max-width: 100%
    }
    .join__wrap[data-v-51777d4f] {
        max-width: 360px
    }
    .join__body[data-v-51777d4f] {
        padding: 20px 30px
    }
    .join__speed[data-v-51777d4f] {
        margin: 10px -12px 0 0
    }
    .join__speed li[data-v-51777d4f] {
        padding: 5px 5px;
        width: 28%;
        margin: 12px 12px 0 0;
        font-size: 12px
    }
    .box[data-v-51777d4f] {
        max-width: 360px
    }
}

.page__wrap[data-v-66956d84] {
    padding: 40px 0 20px 0;
    max-width: 860px;
    margin: 0 auto
}

.page__title[data-v-66956d84] {
    font-size: 32px;
    text-transform: uppercase
}

.page__body[data-v-66956d84] {
    margin: 20px 0 0;
    background: #fff;
    color: #000;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 1.5
}

.page__body ol[data-v-66956d84] {
    margin: 10px 15px 0
}

.page__body hr[data-v-66956d84] {
    border: 0;
    height: 1px;
    background: #ddd;
    margin: 20px 0
}

.page__body p[data-v-66956d84] {
    margin: 10px 0
}

@media(max-width:499.98px) {
    .page__title[data-v-66956d84] {
        padding: 0 30px
    }
}

.page__wrap[data-v-e19be9de] {
    padding: 40px 0 20px 0;
    max-width: 860px;
    margin: 0 auto
}

.page__title[data-v-e19be9de] {
    font-size: 32px;
    text-transform: uppercase
}

.page__body[data-v-e19be9de] {
    margin: 20px 0 0;
    background: #fff;
    color: #000;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 1.5
}

.page__body ol[data-v-e19be9de] {
    margin: 10px 15px 0
}

.page__body hr[data-v-e19be9de] {
    border: 0;
    height: 1px;
    background: #ddd;
    margin: 20px 0
}

.page__body p[data-v-e19be9de] {
    margin: 10px 0
}

@media(max-width:499.98px) {
    .page__title[data-v-e19be9de] {
        padding: 0 30px
    }
}

.page__wrap[data-v-ac2949c8] {
    padding: 40px 0 20px 0;
    max-width: 860px;
    margin: 0 auto
}

.page__title[data-v-ac2949c8] {
    font-size: 32px;
    text-transform: uppercase
}

.page__body[data-v-ac2949c8] {
    margin: 20px 0 0;
    background: #202020;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 1.5
}

.page table[data-v-ac2949c8] {
    width: 100%;
    max-width: 480px
}

.page th[data-v-ac2949c8] {
    padding: 3px 10px 3px 0;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--gray);
    text-align: left;
    font-size: 12px
}

.page td[data-v-ac2949c8] {
    padding: 3px 10px 3px 0
}

@media(max-width:499.98px) {
    .page__title[data-v-ac2949c8] {
        padding: 0 30px
    }
}

.page__wrap[data-v-1d5b88a6] {
    padding: 40px 0 20px 0;
    max-width: 860px;
    margin: 0 auto
}

.page__title[data-v-1d5b88a6] {
    font-size: 32px;
    text-transform: uppercase
}

.page__body[data-v-1d5b88a6] {
    margin: 20px 0 0;
    background: #fff;
    color: #000;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 1.5
}