@font-face {
    font-family: "DIN Pro";
    src: url("../fonts/dinpro.woff") format("woff");
    font-weight: 400;
}
@font-face {
    font-family: "DIN Pro";
    src: url("../fonts/dinpro_medium.woff") format("woff");
    font-weight: 500;
}
@font-face {
    font-family: "DIN Pro";
    src: url("../fonts/dinpro_bold.woff") format("woff");
    font-weight: 700;
}


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

body {
    background: linear-gradient(180deg, #0028D7 0%, #00238F 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;
    background: url(../img/bg.png) no-repeat 50% 100%;
    background-size: 100% auto;  
}

.header {
    width: 100%;
    background: url(../img/bg.png) no-repeat 50% 100%;
    background-size: 100% auto;
}

.header__inner {
    max-width: 860px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 35px;
    padding-bottom: 12%;
    margin-left: auto;
    margin-right: auto;
    display: flex;    
    z-index: 1;
    justify-content: space-between;
    position: relative;
}
@media (max-width: 1024px){
    .header__inner {
        max-width: 100%;
    }
}
@media (max-width: 767px){
    .header__inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.header__inner__item:first-child,
.header__inner__item:last-child {
    width: 20%;
    display: flex;
    justify-content: center;
}
@media (max-width: 767px){
    .header__inner__item:first-child,
    .header__inner__item:last-child {
        width: 18%;
    }
    .header__inner__item:first-child .header__inner__item__logo {
        max-width: 80%;
    }
}

.header__inner__item__title {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 5px;
}
@media (max-width: 1024px){
    .header__inner__item__title {
        font-size: 30px;
    }
}
@media (max-width: 767px){
    .header__inner__item__title {
        font-size: 20px;
    }
}
@media (max-width: 480px){
    .header__inner__item__title {
        font-size: 18px;
    }
}

.header__inner__item__subtitle {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
@media (max-width: 1024px){
    .header__inner__item__subtitle {
        font-size: 20px;
    }
}
@media (max-width: 767px){
    .header__inner__item__subtitle {
        font-size: 16px;
    }
}
@media (max-width: 480px){
    .header__inner__item__subtitle {
        font-size: 14px;
    }
}

.header__inner__item__logo img {
    display: block;
    max-width: 100%;
}

.header__inner--lk {
    padding-bottom: 8%;
    padding-top: 4%;
}
@media (max-width: 1024px){
    .header__inner--lk {
        padding-bottom: 11%;
        padding-top: 6%;
    }    
}

@media (max-width: 1024px){
    .header__inner__item__logo {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;        
    }
}


.header__btn-exit {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 100px;
    height: 44px;
    background: #fff;
    border-radius: 6px;
    font-family: 'DIN Pro', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #004077;
    position: relative;
    margin-left: auto;
}
@media (max-width: 767px){
    .header__btn-exit {
        font-size: 14px;
        width: 90px;
        height: 40px;
    }
}

.header__btn-exit img {
    margin-right: 5px;
}

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

    }
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
@media (max-width: 767px){
    .footer {
    }    
}

.footer__inner {
    max-width: 1240px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 134px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    display: flex;
    width: 100%;
    align-items: center;
    color: #fff;
}
@media (max-width: 1024px){
    .footer__inner {
        padding-bottom: 100px;
    }
}
@media (max-width: 767px){
    .footer__inner {
        padding-left: 15px;
        padding-right: 15px;
        display: block;
        text-align: center;      
        background: none;
    }
}

.footer__inner p {
    margin: 0;
    color: #FFFFFF;
    margin-bottom: 10px;
    font-family: 'DIN Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}
@media (max-width: 767px){
    .footer__inner p {

    }    
}

.footer__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-decoration: none;
    width: 260px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    font-family: 'DIN Pro', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #fff;
}
@media screen and (max-width: 767px){
    .footer__btn {
        margin-left: auto !important;
        margin-right: auto !important; 
    }
}

.disable {
    display: none !important;
}

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