@font-face {
    font-family: "Lorenzo Sans";
    src: url("../fonts/LorenzoSansRegular.woff2") format("woff2");
    font-weight: 400;
}
@font-face {
    font-family: "Lorenzo Sans";
    src: url("../fonts/LorenzoSansMedium.woff2") format("woff2");
    font-weight: 500;
}
@font-face {
    font-family: "Lorenzo Sans";
    src: url("../fonts/LorenzoSansBold.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: calc(100vh - 180px);
}
@media (max-width: 767px){
    .page {
        min-height: calc(100vh - 100px);
    }
}

.header {
    width: 100%;
    position: fixed;
    height: 180px;
    z-index: 10;
    background: #0E406A;
}
@media (max-width: 767px){
    .header {
        height: 100px;
    }
}

.header__inner {
    max-width: 1240px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    height: 180px;
    position: relative;
}
@media (max-width: 767px){
    .header__inner {
        padding-left: 15px;
        padding-right: 15px;
        height: 100px;
        justify-content: center;
    }
}

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

.header__inner .logo {
    max-width: 60%;
}
@media (max-width: 767px){
    .header__inner .logo {
        max-width: 75%;
        width: 244px;
    }    
}

.header-nav {
    position: absolute;
    right: 40px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
@media (max-width: 767px){
    .header-nav {
        right: 15px;
        margin-left: 26px;
    }
}

.header-nav__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 12px;
    padding-right: 12px;
    height: 44px;
    margin-left: 20px;
    font-family: 'Lorenzo Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    border-radius: 6px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 767px){
    .header-nav__btn {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0;
        height: 36px;
        font-size: 14px;
        width: 100%;
        margin-bottom: 10px;
    }    
    .header-nav__btn:last-child {
        margin-bottom: 0;
    }
}

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

.header-nav__btn.exit {
    color: #0E406A;
    background: #fff;
    cursor: pointer;
}
@media (max-width: 767px){
    .header-nav__btn.exit {
        width: 30px;
        height: 30px;
        background: url(../img/exit-m.png) no-repeat 0 0;
        background-size: contain;
        text-indent: -5000px;
        border: 0;
    }
}

.page__main {
    display: flex!important;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    position: relative;
    padding-top: 180px;
    min-height: calc(100vh - 120px);
}
@media (max-width: 767px) {
    .page__main {
        min-height: calc(100vh - 210px);
        padding-top: 120px;
    }
}


.footer {
    background: #0E406A;
}
@media (max-width: 767px){
    .footer {
        padding-top: 30px;
        padding-bottom: 30px;
        height: 210px;
    }    
}

.footer__inner {
    max-width: 1240px;
    padding-left: 40px;
    padding-right: 40px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    display: flex;
    align-items: center;
    color: #fff;
}

@media (max-width: 767px){
    .footer__inner {
        padding-left: 15px;
        padding-right: 15px;
        display: block;
        text-align: center;      
        height: auto; 
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 767px){
    .footer__inner .logo {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;        
    }
    .footer__inner .logo img {
        width: 282px;
    }
}

.footer__inner p {
    font-family: 'Lorenzo Sans';
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
}

.footer__btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 40px;
    background: #fff;
    box-sizing: border-box;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Lorenzo Sans';
    font-weight: 400;
    font-size: 14px;
    color: #0E406A;
    border-radius: 8px;
    justify-content: center;
}
@media screen and (max-width: 767px){
    .footer__btn {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 300px;
    }
}

@media screen and (max-width: 767px){
    .footer__btn:last-child {
        margin-top: 15px;    
    }    
}

.footer__btn span {
    display: flex;
    border-left: 1px solid #0E406A;
    padding-left: 15px;
    margin-left: 15px;    
    justify-content: center;
}

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

.disable {
    display: none !important;
}

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