* {margin: 0;}

@font-face {
    font-family: "VTB Group";
    src: url("../fonts/VTBGroupBold.woff") format("woff");
    font-weight: 700;
}
@font-face {
    font-family: "VTB Group";
    src: url("../fonts/VTB65.woff") format("woff");
    font-weight: 600;
}
@font-face {
    font-family: "VTB Group";
    src: url("../fonts/VTBGroupBook.woff") format("woff");
    font-weight: 400;
}

body {
    background-color: #F3F7FA;
}

.mobile-only {
    display: none;
}
@media (max-width: 767px){
    .mobile-only {
        display: block;
    }
    .desktop-only {
        display: none;
    }
}

.page {
    display: flex;
    min-height: 100vh;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
}   

.header {
    width: 100%;
    z-index: 10;
    background: #002882 url(../img/bg-t.png) no-repeat 50% 0;
    background-size: cover;
    padding-left: 40px;
    padding-right: 40px;    
    padding-top: 52px;
    padding-bottom: 52px;
    box-sizing: border-box;
    position: relative;
}
@media screen and (max-width: 991px){
    .header {
        padding-left: 20px;
        padding-right: 20px;   
        background-size: cover;
    }    
}
@media (max-width: 767px){
    .header {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.header__inner {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 767px){
    .header__inner {
        flex-wrap: wrap;
    }
}

.header__inner__item {
    display: flex;
    align-items: center;
}

.header__inner__item img {
    max-width: 100%;
    display: block;
}

.header__inner__item--date {
    width: 25%;
}
@media (max-width: 767px){
    .header__inner__item--date {
        width: 50%;
    }    
}

.header__inner__item--title {
    padding: 0 40px;
}
@media screen and (max-width: 991px){
    .header__inner__item--title {
        padding: 0 30px;
    }    
}
@media (max-width: 767px){
    .header__inner__item--title {
        padding: 0;
        order: 2;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }    
}

.header__inner__item--logo {
    width: 25%;
}
@media (max-width: 767px){
    .header__inner__item--logo {
        width: 100%;
        justify-content: space-between;
    }    
}

.header__inner__item--logo div {
    margin-left: 40px;
}
@media screen and (max-width: 991px){
    .header__inner__item--logo div {
        margin-left: 20px;
    }    
}
@media (max-width: 767px){
    .header__inner__item--logo div {
        max-width: 20%;
    }    
    .header__inner__item--logo div:last-child {
        max-width: 16%;
    }
}

.header__inner__item--logo div:first-child {
    margin-left: 0px;
}
@media (max-width: 767px){
    .header__inner__item--logo div:first-child {
        max-width: 50%;
    }    
}

.header-date {
    font-family: 'VTB Group';
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
}
@media (max-width: 1200px){
    .header-date {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px){
    .header-date {
        font-size: 14px;
    }
}
@media (max-width: 767px){
    .header-date {
        width: 50%;
    }
}

.header-nav {
    display: flex;
    justify-content: flex-end;
}

.lang {
    text-decoration: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 63px;
    height: 46px;
    background: #FFFFFF;
    font-family: 'VTB Group';
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #002882;
}
@media screen and (max-width: 991px){
    .lang {
        font-size: 14px;
        height: 40px;
    }    
}
@media (max-width: 767px){
    .lang {
        width: 55px;
        height: 30px;
    }      
}

.footer {
    width: 100%;
    z-index: 10;
    background: #002882 url(../img/bg-b.png) no-repeat 50% 0;
    background-size: cover;
    padding-left: 40px;
    padding-right: 40px;    
    padding-top: 28px;
    padding-bottom: 28px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    position: relative;
}
@media screen and (max-width: 991px){
    .footer {
        padding-left: 20px;
        padding-right: 20px;   
        background-size: cover;
    }    
}
@media (max-width: 767px){
    .footer {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.footer__inner {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.footer__item {
    font-family: 'VTB Group';
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
}

.footer__item a {
    color: #00AAFF;
}

.footer__item img {
    max-width: 100%;
}
@media (max-width: 767px){
    .footer__item img {
        margin: 0 auto;
    }
}

#exit {
  cursor: pointer;
}

.disable {
  display: none !important;
}

.MuiCircularProgress-root {
  color: #0041FF !important;
}
.CircularContainer svg circle {
  stroke: #0041FF;
}
















