@font-face {
    font-family: "SB Sans Display";
    src: url("../fonts/SB_Sans_Display_Regular.woff") format("woff");
    font-weight: 400;
}
@font-face {
    font-family: "SB Sans Display";
    src: url("../fonts/SB_Sans_Display_SemiBold.woff") format("woff");
    font-weight: 600;
}
@font-face {
    font-family: "SB Sans Display";
    src: url("../fonts/SB_Sans_Display_Bold.woff") format("woff");
    font-weight: 700;
}

body,
html {
    margin: 0;
    min-height: 100%;
}
body {
    background: #000;
    background-image: url(../img/bg-b.png), url(../img/bg-t.png);
    background-repeat: no-repeat, no-repeat;
    background-position:
        50% 100%,
        50% 0;
    background-size:
        100% auto,
        100% auto;
}

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);
}
.MuiDialog-paperScrollPaper {
    max-height: 100% !important;
    height: 100% !important;
}
.blockRenderer-main {
    height: 100% !important;
}
.blockRenderer-main > div {
    height: 100% !important;
}
.blockRenderer-main > div > div {
    height: 100% !important;
}
.MuiDialog-scrollPaper {
    /* align-items: flex-start !important; */
}
.page {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    overflow: hidden;
    min-height: calc(100vh - 124px - 170px);
}

.header {
    width: 100%;
    z-index: 10;
}

.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: flex-start;
    z-index: 1;
    height: 124px;
    padding-top: 40px;
    position: relative;
}
@media (max-width: 767px) {
    .header__inner {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
    }
}

.header__inner__logo {
    display: flex;
    align-items: center;
}

.header__inner__logo__item {
    margin-right: 19px;
}

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

.header-nav {
    display: flex;
    justify-content: flex-end;
}

.header-nav__btns {
    display: flex;
    align-items: center;
    margin-left: 65px;
}
@media (max-width: 1024px) {
    .header-nav__btns {
        margin-left: 30px;
    }
}
@media (max-width: 767px) {
    .header-nav__btns {
        position: absolute;
        bottom: 0;
    }
}

.header-nav__btn {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    border: 1px solid #ffffff;
    text-decoration: none;
    margin-left: 20px;
    height: 43px;
    background: linear-gradient(268.26deg, rgba(255, 255, 255, 0) 9.73%, rgba(90, 0, 161, 0.3) 95.98%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.15) 65.87%, rgba(255, 255, 255, 0.015) 100%);
    border-radius: 20px;
    font-family: "SB Sans Display", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
}
@media (max-width: 1024px) {
    .header-nav__btn {
        padding: 0 20px;
        font-size: 16px;
        height: 36px;
        border-radius: 18px;
    }
}
@media (max-width: 767px) {
    .header-nav__btn {
        margin-left: 15px;
        padding: 0 15px;
        font-size: 14px;
        height: 30px;
        border-radius: 14px;
    }
}

.header-nav__btn:first-child {
    margin-left: 0;
}

.header-nav__title {
    font-family: "SB Sans Display", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    text-align: right;
    letter-spacing: -0.02em;
    color: #ffffff;
    font-weight: 400;
}
@media (max-width: 1024px) {
    .header-nav__title {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .header-nav__title {
        font-size: 12px;
    }
}

.page__main {
    display: flex !important;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    position: relative;
    min-height: calc(100vh - 124px - 170px);
}
@media (max-width: 1024px) {
    .page__main__title {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

.page__main__title img {
    max-width: 100%;
}

.page__main__top {
    max-width: 1240px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 767px) {
    .page__main__top {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 10px;
    }
}

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

.footer__inner {
    max-width: 1240px;
    padding-left: 30px;
    padding-right: 30px;
    height: 170px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #fff;
}
@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 p {
    margin: 0;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: center;
    font-family: "SB Sans Display", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}
@media screen and (max-width: 767px) {
    .footer__item p {
        /*        font-size: 12px;
        margin-bottom: 10px;*/
    }
}

.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;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    width: 300px;
    height: 55px;
    border-radius: 30px;
    font-family: "SB Sans Display", sans-serif;
    font-weight: 600;
    font-size: 14px;
}
.footer__btns__item img {
    min-width: 20px;
    display: block;
}
@media (max-width: 767px) {
    .footer__btns__item img {
    }
}

.footer__btns__item span {
    display: flex;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #fff;
}

#exit {
    cursor: pointer;
}

.disable {
    display: none !important;
}

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