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

body {
	background: #000 url(../img/bg.png) no-repeat 50% 50%;
	background-attachment: fixed;
	background-size: cover;
}
@media (max-width: 767px){
	body {
		background: #000 url(../img/bg-s.png) no-repeat 50% 100%;
		background-size: 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);
}

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

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

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

.footer {

}

.footer__inner {
	max-width: 1240px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 117px;
	margin-left: auto;
	margin-right: auto;
	justify-content: flex-end;
	display: flex;
}
@media (max-width: 767px){
	.footer__inner {
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 30px;
	}
}

@media (max-width: 767px){
	.footer__inner .logo {
		display: flex;
		justify-content: center;
		max-width: 45%;
	}
}

.disable {
	display: none !important;
}

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