@font-face {
  font-family: 'circe';
  src: url('../fonts/Circe-Regular.woff2') format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'circe';
  src: url('../fonts/Circe-Bold.woff2') format('woff2');
  font-weight: 700;
}

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: url(../img/bg.png) no-repeat 50% calc(100% - 102px);
    background-size: 100% auto;
}

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

    }
}

.header {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 100px;    
}
@media (max-width: 767px){
    .header {
        padding-bottom: 40px;
    }
}

.header__inner {
    max-width: 1240px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    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;
 
    }
}

.header__inner__item:first-child,
.header__inner__item:last-child {
    min-width: 96px;
}
@media (max-width: 767px){
    .header__inner__item:first-child,
    .header__inner__item:last-child {
        min-width: 86px;
    }    
}

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

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

.header-nav {
    position: absolute;
    top: 0px;
    right: 40px;
}
@media (max-width: 1024px){
    .header-nav {
        bottom: -65px;
        top: auto;        
    }
}
@media (max-width: 767px){
    .header-nav {
        right: 15px;
        bottom: -50px;
    }
}

.header-nav__btns {
    display: flex;
    align-items: center;
}

.header-nav__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    width: 96px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #1B1464;
    border-radius: 6px;
    text-decoration: none;
    font-family: 'Circe';
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #1B1464;
}
@media (max-width: 767px){
    .header-nav__btn {
        font-size: 14px;
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
        height: 36px;
    }
}

.header-nav__btn img {
    margin-right: 4px;
    display: block;
}
@media (max-width: 767px){
    .header-nav__btn img {
        display: none;
    }
}

.header__logo__list {
    display: flex;
    justify-content: space-between;
    max-width: 414px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    margin-top: 25px;
    max-width: 80%;
}
@media (max-width: 767px){
    .header__logo__list {
        max-width: 60%;
    }
}
@media (max-width: 390px){
    .header__logo__list {
        max-width: 50%;
    }
}

.header__logo__list__item {
    margin-left: 20px;
}

.header__logo__list__item:first-child {
    margin-left: 0;
}

.header__logo__list__item img {
    max-width: 100%;
}

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

.footer {
    position: relative;
    background: #A0C0E5;
}
@media (max-width: 767px){
    .footer {
    }    
}

.footer__inner {
    max-width: 1240px;
    padding-left: 40px;
    padding-right: 40px;
    height: 102px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    display: flex;
    align-items: center;
}
@media (max-width: 767px){
    .footer__inner {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
}

.footer__item p {
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Circe';
    font-size: 18px;
    color: #1B1464;
    font-weight: 700;
}
@media screen and (max-width: 767px){
    .footer__item p {

    }
}

.footer__btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Circe';
    font-size: 14px;
    color: #1B1464;
    font-weight: 700;
    text-decoration: none;
    height: 32px;
}
@media screen and (max-width: 767px){
    .footer__btn {
    }
}

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

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

#exit {
	cursor: pointer;
}

.disable {
    display: none !important;
}

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