@font-face {
    font-family: "Involve";
    src: url("../fonts/Involve.woff2") format("woff2");
    font-weight: 500;
}

@font-face {
    font-family: "Lack";
    src: url("../fonts/Lack.woff2") format("woff2");
    font-weight: 400;
}

body, html {
    margin: 0;
    min-height: 100%;
}

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);
}


.page {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    background-image: url(../img/bg-t.png), url(../img/bg-b.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, 0 100%;
    background-size: 100% auto, 100% auto;
}

@media (max-width: 767px) {
    .page {
        background-image: url(../img/bg-t-m.png), url(../img/bg-b-m.png);
        background-repeat: no-repeat, no-repeat;
        background-position: 0px 0, 0 calc(100% - 115px);
        background-size: 100% auto, 100% auto;
    }
}

.header {
    width: 100%;
}

@media (max-width: 767px) {
    .header {}
}

.header__inner {
    max-width: 1240px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    z-index: 1;
    position: relative;
}

@media (max-width: 767px) {
    .header__inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

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

.logo {
    display: flex;
    align-items: flex-end;
}

@media (max-width: 767px) {
    .logo {
        max-width: 40%;
    }
}

.header-nav {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 50px;
    right: 40px;
}

@media (max-width: 767px) {
    .header-nav {
        right: 15px;
        top: auto;
        bottom: 30px;
    }
}

.header-nav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 102px;
    height: 44px;
    background: #FB0446;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    line-height: 1;
    font-family: 'Lack';
    font-weight: 400;
    font-size: 16px;
}

@media (max-width: 767px) {
    .header-nav-btn {
        width: -to;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
        height: 36px;
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
    }
}

.header-nav-btn img {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .header-nav-btn img {
        display: none;
    }
}

.page__main {
    display: flex !important;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    position: relative;
}

@media (max-width: 767px) {
    .page__main {}
}

.footer {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.footer img {
    display: block;
    max-width: 100%;
}

.footer__inner {
    max-width: 638px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    display: flex;
    align-items: center;
    color: #fff;
}

@media (max-width: 767px) {
    .footer__inner {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.footer__item {}

.footer__item:last-child img {
    margin-left: auto;
}

@media (max-width: 767px) {
    .footer__item {
        width: 100%;
        order: 3;
        justify-content: center;
    }

    .footer__item:first-child {
        order: 1;
    }

    .footer__item:last-child {
        order: 2;
    }

    .footer__item:first-child,
    .footer__item:last-child {
        width: auto;
        padding: 0 10px;
    }

    .footer__item:first-child img,
    .footer__item:last-child img {
        max-width: 100%;
        height: 80px;
        width: auto;
    }
}

.footer__item p {
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1;
    font-family: 'Involve';
    font-weight: 600;
    font-size: 14px;
    color: #000000;
}

@media screen and (max-width: 767px) {
    .footer__item p {
        margin-top: 45px;
    }
}

.footer__btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    line-height: 1;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    height: 54px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #000;
    white-space: nowrap;
    text-decoration: none;
    font-family: 'Involve';
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}

@media screen and (max-width: 767px) {
    .footer__btn {
        margin-left: auto !important;
        margin-right: auto !important;
        justify-content: center;
    }
}

.footer__btn img {
    min-width: 20px;
    display: block;
}

.footer__btn span {
    display: flex;
    border-left: 1px solid #000;
    padding-left: 15px;
    margin-left: 15px;
    line-height: 20px;
    color: #000;
}

#exit {
    cursor: pointer;
}

.disable {
    display: none !important;
}

.MuiCircularProgress-root {
    color: #FB0446 !important;
}

.CircularContainer svg circle {
    stroke: #FB0446;
}