body, html {
    margin: 0;
    min-height: 100%;
}
body {
    background: #08000d url(../img/bg-1.png) no-repeat 50% 50% !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}
@media (max-width: 991px){
    body {
        background: #08000d url(../img/bg-1-m.png) no-repeat 50% 50% !important;
        background-size: cover !important;
    } 
}

html {
    font-size: 18px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}
* {
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a {
    transition: 0.2s;
}
svg {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

@media (max-width: 767px){
    .desktop-only {
        display: none;
    }
}

.mobile-only {
    display: none;
}
@media (max-width: 767px){
    .mobile-only {
        display: block;
    }
}

.page {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
}

.header__inner {
    max-width: 1240px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    padding-top: 45px;
    padding-bottom: 105px;
    position: relative;
}
@media (max-width: 767px){
    .header__inner {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
        padding-top: 30px;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }
}

.header__inner__logo {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
@media (max-width: 767px){
    .header__inner__logo {
        order: 2;
    }
}

.header__inner__logo img,
.header__inner__logo svg {
    display: block;
    max-width: 100%;
}

.header-nav {
    display: flex;
    position: relative;
    z-index: 1;
}
@media (max-width: 767px){
    .header-nav {
        order: 1;
        width: 100%;
        flex-wrap: wrap;
    }
}

.header-nav__item-list {
    display: flex;
    align-items: center;
}
@media (max-width: 767px){
    .header-nav__item-list {
        justify-content: space-between;
        width: 100%;
        margin-bottom: 25px;
    }
}

.header-nav__item {
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    align-items: center;
    height: 44px;
    background: #7A00FF;
    border-radius: 8px;
    margin-left: 25px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
}
@media (max-width: 1024px){
    .header-nav__item {
        font-size: 12px;
        margin-left: 20px;
        height: 36px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 767px){
    .header-nav__item {
        margin-left: 20px;
        bottom: 25px;
        font-size: 13px;
        height: 32px;        
        width: 100%;
        justify-content: center;
    }
    .header-nav__item:first-child {
        margin-left: 0px;
    }
}
@media (max-width: 390px){
    .header-nav__item {
        margin-left: 10px;
        font-size: 10px;
    }
}

.header-nav__item img {
    display: block;
    margin-right: 4px;
}
@media (max-width: 767px){
    .header-nav__item img {
        display: none;
    }
}

.header-nav__item--btn {
    background: #fff;
    color: #5901FF;
}
@media (max-width: 767px){
    .header-nav__item--btn {
        padding-left: 10px;
        padding-right: 10px;
        width: auto;
        height: 29px;
        font-size: 14px;
    }
}
@media (max-width: 390px){
    .header-nav__item--btn {
        font-size: 10px;
    }
}

.page__main {
    display: flex!important;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
    justify-content: space-between;
}

.footer {
    height: 170px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.footer__inner {
    max-width: 1240px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    height: 170px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
}
@media (max-width: 767px){
    .footer__inner {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
        flex-wrap: wrap;
        justify-content: center;     
        flex-direction: column;
        align-items: center;
    }
    .footer__inner .btn {
        margin: 0 auto;
    }
}

.footer__item {
    position: relative;
    z-index: 1;
}

.footer__item p {
    margin: 0;
    color: #FFFFFF;
    margin-bottom: 8px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.footer__btns {
    display: flex;
    justify-content: center;
}

.footer__btns__item {
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 253px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 8px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #5901FF;
}

#exit {
    cursor: pointer;
}

.disable {
    display: none !important;
}

.MuiCircularProgress-root {
    color: #7A00FF !important;
}
.CircularContainer svg circle {
    stroke: #7A00FF;
}
