@font-face {
    font-family: "VK Sans Display";
    src: url("../fonts/VKSansDisplayMedium.woff2") format("woff");
    font-weight: 500;
}
@font-face {
    font-family: "VK Sans Display";
    src: url("../fonts/VKSansDisplayDemiBold.woff2") format("woff");
    font-weight: 600;
}

html {
    margin: 0;
	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);
}

body {
    margin: 0;
    min-height: 100%;
    position: relative;
    background: #010532;
}

.page {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    background: url(../img/bg.png) no-repeat 50% 100%;
    background-size: contain;
}
@media screen and (max-width: 767px){
    .page {
        
    }
}

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

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

.header__inner .logo {
    max-width: 60%;
}

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

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

.footer {
    height: 133px;
}

.footer a {
    color: #fff;
}

.footer__inner {
    max-width: 1240px;
    padding-left: 40px;
    padding-right: 40px;
    height: 133px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
@media screen and (max-width: 767px){
    .footer__inner {
        padding-left: 20px;
        padding-right: 20px;       
        padding-top: 30px;
        padding-bottom: 30px;    
        margin: 0;
        width: 100%;
        height: 148px;
    }
}


.footer__item p {
    margin: 0;
    margin-bottom: 8px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'VK Sans Display';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

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

.footer__btns__item {
    width: 203px;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #FFFFFF;
    text-decoration: none;    
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'VK Sans Display';
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    padding-top: 10px;
}

#exit {
	cursor: pointer;
}

.disable {
    display: none !important;
}

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