@font-face {
    font-family: "Fugue";
    src: url("../fonts/FugueRegular.woff2") format("woff");
    font-weight: 400;
}
@font-face {
    font-family: "Fugue";
    src: url("../fonts/fugue_mono.woff2") format("woff");
    font-weight: 700;
}

body,
html {
    margin: 0;
    font-family: arial, sans-serif;
    min-height: 100%;
}

html {
    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;
    background: linear-gradient(91.28deg, #1AD5DE 1.16%, #000000 98.98%);
}

.header {
    width: 100%;
}

.header__inner {
    max-width: 1240px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 85px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    position: relative;
}
@media screen and (max-width: 991px) {
    .header__inner {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
    }
}
@media (max-width: 767px) {
    .header__inner {
        padding-left: 15px;
        padding-right: 15px;
        align-items: center;
    }
}

.header__inner .logo {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

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

.header-nav {
    display: flex;
    position: absolute;
    right: 40px;
    top: 40px;
}
@media screen and (max-width: 991px) {
    .header-nav {
        right: 20px;
    }
}
@media (max-width: 767px) {
    .header-nav {
        right: 15px;
        bottom: -120px;
    }
}

.header-nav__btns {
    display: flex;
}
@media (max-width: 767px) {
    .header-nav__btns {
        align-items: center;
    }
}

.lang {
    color: #fff;
    background: #1AD5DE;
    width: 49px;
    height: 38px;
}
@media (max-width: 767px) {
    .lang {
        font-size: 14px;
    }
}

.exit {
    background: #fff;
    width: 87px;
    height: 38px;
    color: #1AD5DE;
}
@media (max-width: 767px) {
    .exit {
        font-size: 14px;
        width: 70px;
    }
}

.header-nav__btn {
    font-family: 'Fugue';
    font-weight: 400;
    font-size: 14px;    
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-left: 10px;
    border-radius: 5px;
}
@media (max-width: 767px) {
    .header-nav__btn {
        height: 34px;
    }
}
.header-nav__btn:first-child {
    margin-left: 0;
}

.page__main {
    display: flex !important;
    flex-grow: 1;
    width: 100%;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .page__main {
    }
}

.footer {
    position: relative;
}
@media (max-width: 767px) {
    .footer {
        display: flex;
        align-items: flex-start;
    }
}

.footer__inner {
    max-width: 720px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    color: #fff;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 991px) {
    .footer__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 767px) {
    .footer__inner {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

.footer__item {
    padding-left: 20px;
    padding-right: 20px;
}

.footer__item:first-child {
    padding: 0;
    font-family: 'Fugue';
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.193em;
    text-transform: uppercase;
    color: #FFFFFF;
}
@media (max-width: 767px) {
    .footer__item:first-child {
        margin-bottom: 20px;
    }
}

.footer__item:last-child {
    padding: 0;
}

.footer__item p {
    margin: 0;
    margin-bottom: 13px;
    text-align: center;
    font-family: 'Fugue';
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    max-width: 200px;
}
@media (max-width: 767px) {
    .footer__item p {
        margin-top: 20px;
        max-width: 100%;
        font-size: 10px;
    }
}

.footer__btns {
    display: flex;
}
@media screen and (max-width: 767px) {
    .footer__btns {
        display: block;
    }
}

.footer__btns__item {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 100%;
    font-family: 'Fugue';
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1;
    color: #fff;
    width: 200px;
    height: 40px;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
}

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

@media (max-width: 767px) {
    .footer .logo {
        flex-wrap: wrap;
        justify-content: center;
        padding-right: 0;
    }
}

#exit {
    cursor: pointer;
}

.disable {
    display: none !important;
}

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