@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Medium/Montserrat-Medium.woff2") format("woff2");
    font-weight: 500;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular/Montserrat-Regular.woff") format("woff");
    font-weight: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold/Montserrat-Bold.woff2") format("woff2");
    font-weight: bold;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff2") format("woff2");
    font-weight: 600;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Light/Montserrat-Light.woff2") format("woff2");
    font-weight: 300;
}

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

html {
	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 - 160px);
    background: #F3F7FA;
}

.header {
    width: 100%;
    position: fixed;
    height: 160px;
    z-index: 10;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 8px rgba(215, 220, 224, 0.2);
    background: #10375B;
    background-image: url(../img/bg-l.png), url(../img/bg-r.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, 100% 0;
    background-size: auto 100%;
}
@media (max-width: 1200px){
    .header {
        background-image: url(../img/bg-l-s.png), url(../img/bg-r-s.png);
    }
}
@media (max-width: 480px){
    .header {
        background-image: url(../img/bg-l-s.png), url(../img/bg-r-s.png);
        background-position: -20% 0, 120% 0;
    }
}

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

    }
}

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

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

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

.footer {
    background: #10375B;
}

.footer__inner {
    max-width: 1240px;
    padding-left: 40px;
    padding-right: 40px;
    height: 147px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #fff;
}
@media (max-width: 991px){
    .footer__inner {
        flex-wrap: wrap;
        height: 220px;
        flex-direction: column;
    }
}
@media (max-width: 767px){
    .footer__inner {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0;
        justify-content: center;
    }
}

.footer__item {
    margin-left: 55px;
}
@media screen and (max-width: 1024px){
    .footer__item {
        margin-left: 20px;
    }    
}
@media screen and (max-width: 991px){
    .footer__item {
        margin-left: 0px;
    }    
}
@media screen and (max-width: 767px){
    .footer__item {
        width: 100%;
    }    
}


.footer__item:first-child {
    margin-left: 0;
}
@media (max-width: 991px){
    .footer__item:first-child {
        margin-bottom: 20px;
    }
}

.footer__item p {
    margin: 0;
    color: #FFFFFF;
    margin-bottom: 15px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    text-align: center;
}
@media screen and (max-width: 1024px){
    .footer__item p {
        font-size: 16px;
    }
}
@media (max-width: 991px){
    .footer__item p {
        font-size: 14px;
    }
}

.footer__btns {
    display: flex;
}
@media screen and (max-width: 767px){
    .footer__btns {
        display: block;
    }
}

.footer__btns__item {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-decoration: none;
    width: 100%;
    min-width: 350px;
    height: 52px;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    padding-left: 36px;
    padding-right: 36px;
}
@media screen and (max-width: 1024px){
    .footer__btns__item {
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
        min-width: auto;
    }
}
@media (max-width: 991px){
    .footer__btns__item {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100%;        
        height: 45px;
    }
}

.footer__btns__item img {
    margin-right: 15px;
    min-width: 20px;
    display: block;
}

.footer__btns__item span {
    display: flex;
    padding-left: 15px;
    border-left: 1px solid #fff;
}
@media (max-width: 991px){
    .footer__btns__item span {
        flex-wrap: wrap;
        flex-direction: column;
    }
}

.footer__btns__item i {
    font-style: normal;
    margin-left: 10px;
}
@media (max-width: 991px){
    .footer__btns__item i {
        font-size: 10px;
        margin-left: 0;
    }
}


.disable {
    display: none !important;
}

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