@font-face {
    font-family: "Artico";
    src: url("../fonts/Artico.woff") format("woff");
    font-weight: 400;
}
@font-face {
    font-family: "Artico";
    src: url("../fonts/ArticoMedium.woff") format("woff");
    font-weight: 500;
}

html {
    margin: 0;
	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);
}

body {
    margin: 0;
    min-height: 100%;
    position: relative;
    background: linear-gradient(217.05deg, #A9BFD8 20%, #CCDDE0 65%, #E2EEF3 100%);
}
@media screen and (max-width: 767px){
    body {
/*        background: #fff;*/
    }
}

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 - 211px);
    position: relative;
    background-image: url(../img/bg-l.png), url(../img/bg-r-t.png), url(../img/bg-r-b.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0 50%, 100% 20%, 100% 100%;
    background-size: auto 63%, auto 40%, auto 40%;
}
@media screen and (max-width: 1024px){
    .page {
        background-size: auto 50%, auto 30%, auto 30%;
    }
}
@media screen and (max-width: 767px){
    .page {
        min-height: calc(100vh - 100px);
    }
}

.header {
    width: 100%;
    z-index: 10;
    position: relative;
}
@media screen and (max-width: 767px){
    .header {

    }
}

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

.header__title {
    display: flex;
}

.header__line {
    content: '';
    width: 23%;
    height: 1px;
    border-top: 1px solid #221E22;
    margin-top: -3.6%;
    margin-left: 25px;
    margin-right: 25px;
}
@media (max-width: 767px){
    .header__line {
        margin-left: 10px;
        margin-right: 10px;  
        width: 20%;
    }    
}

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

.page__main {
    display: flex!important;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    position: relative;
    min-height: calc(100vh - 164px - 211px);
}
@media (max-width: 767px){
    .page__main {
        min-height: calc(100vh - 100px - 160px);
    }
}

.footer__inner {
    max-width: 1240px;
    padding-left: 40px;
    padding-right: 40px;
    height: 211px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
@media screen and (max-width: 767px){
    .footer__inner {
        padding-left: 20px;
        padding-right: 20px;       
        padding-top: 30px;
        padding-bottom: 30px;    
        margin: 0;
        width: 100%;
        height: 160px;
    }
}
@media screen and (max-width: 400px){
    .footer__inner {
        padding-left: 15px;
        padding-right: 15px;       
    }
}

.footer__item p {
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Artico', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #1C3553;
}
@media screen and (max-width: 767px){
    .footer__item {
        width: 100%;
    }
}

.footer__btns {
    display: flex;
    justify-content: center;
}

.footer__btns__item {
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 55px;
    padding-left: 50px;
    padding-right: 50px;        
    text-decoration: none;    
    border: 1px solid #1C3553;
    border-radius: 10px;
    font-family: 'Artico', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #1C3553;
}
@media screen and (max-width: 767px){
    .footer__btns__item {
        height: 40px;
        padding-left: 20px;
        padding-right: 20px;        
    }
}
@media screen and (max-width: 400px){
    .footer__btns__item {
        padding-left: 15px;
        padding-right: 15px;                
        font-size: 11px;
    }
}

.footer__btns__item img {
    margin-right: 15px;
    min-width: 20px;
    display: block;
}
@media screen and (max-width: 400px){
    .footer__btns__item img {
        margin-right: 10px;
    }
}

.footer__btns__item span {
    display: flex;
    border-left: 1px solid #1C3553;
    padding-left: 15px;
    height: 20px;
    line-height: 20px;
}
@media screen and (max-width: 400px){
    .footer__btns__item span {
        padding-left: 10px;
    }
}

#exit {
	cursor: pointer;
}

.disable {
    display: none !important;
}

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