@font-face {
  font-family: "Neue Machina";
  src: url("../fonts/NeueMachina/NeueMachinaBold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Neue Machina";
  src: url("../fonts/NeueMachina/NeueMachinaMedium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Neue Machina";
  src: url("../fonts/NeueMachina/NeueMachinaRegular.woff2") format("woff2");
  font-weight: 400;
}

body, html {
	margin: 0;
	min-height: 100%;
}

.page {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	overflow: hidden;
	min-height: 100vh;
}

.page__main {
	display: flex!important;
	flex-direction: column;
	flex-grow: 1;
	width: 100%;
	position: relative;
	background: #FFFFFF;
}

.header {
	width: 100%;
	height: 195px;
	z-index: 100;	
	align-items: center;
	display: flex;
	background: #FFFFFF url(../img/bg-t.png) no-repeat 100% 0;
	background-size: auto 100%;
	box-shadow: 5px 5px 20px 2px rgba(217, 217, 217, 0.3);
}
@media screen and (max-width: 1200px){
	.header {
		background: #FFFFFF url(../img/bg-t.png) no-repeat calc(100% + 200px) 0;
		background-size: auto 100%;
	}
}
@media screen and (max-width: 991px){
	.header {
		height: 148px;
	}
}

@media screen and (max-width: 767px){
	.header {
		height: 100px;
	}	
}

.header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1160px;
	padding-left: 40px;
	padding-right: 40px;  
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px){
	.header__inner {
		padding-left: 20px;
		padding-right: 20px;        
	}    
}

.header__logo {
	margin-right: 40px;
}
@media screen and (max-width: 767px){
	.header__logo {
		max-width: 50%;
	}
}

.header__logo img {
	max-width: 100%;
}

.header-nav__btn {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1;
	width: 59px;
	height: 43px;
	background: #78E150;
	border-radius: 6px;
	font-family: 'Neue Machina', Roboto, sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}
@media screen and (max-width: 767px){
	.header-nav__btn {

	}  
}

.footer {
	background-color: #050504;
	box-sizing: border-box;
	height: 148px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding-top: 25px;
	padding-bottom: 25px;
}
@media screen and (max-width: 767px){
	.footer {
		height: 180px;
	}
}

.footer__inner {
	display: flex;
	max-width: 1160px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 767px){
	.footer__inner {
		padding-left: 20px;
		padding-right: 20px;    
		justify-content: center;   
		flex-wrap: wrap;
		flex-direction: column;
	}
}

.footer__logo img {
	max-width: 100%;
}

@media screen and (max-width: 767px){
	.footer__logo {
		max-width: 70%;
		margin-bottom: 20px;
	}
}

.footer__disclaimer {
	font-family: 'Neue Machina', Roboto, sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	color: #FFFFFF;
	margin-bottom: 10px;
	text-align: center;
}
@media screen and (max-width: 767px){
	.footer__disclaimer {
		text-align: center;
	}
}

.footer__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 176px;
	height: 38px;
	background: #78E150;
	border-radius: 5px;
	font-family: 'Neue Machina', Roboto, sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 1;	
	color: #050504;
	margin-left: auto;
	margin-right: auto;
}

.footer__btn img {
    margin-right: 10px;
    min-width: 12px;
    display: block;
}
@media (max-width: 767px){
    .footer__btn img {

    }
}

.footer__btn span {
    display: flex;
    border-left: 1px solid #000;
    padding-left: 10px;
    text-decoration: underline;
}
 
.disable {
	 display: none !important;
}

.MuiCircularProgress-root {
	 color: #77E251 !important; 
}
.CircularContainer svg circle {
	 stroke: #77E251; 
}