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

@font-face {
    font-family: 'Manrope';
    src: url("../fonts/ManropeRegular.woff") format("woff");
    font-weight: 400;
}
@font-face {
    font-family: 'Manrope';
    src: url("../fonts/ManropeBold.woff") format("woff");
    font-weight: 700;
}
@font-face {
    font-family: 'Manrope';
    src: url("../fonts/ManropeExtraBold.woff") format("woff");
    font-weight: 800;
}

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);
}

.d-flex {
    display: flex !important;
}

.toggle-nav.show {
    left: 0;
}
.toggle-nav {
    position: fixed;
    left: -260px;
    top: 0;
    width: 260px;
    height: 100vh;
    background: #fff;
    padding: 100px 20px 0;
    z-index: 20;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    display: none;
}
@media (max-width: 767px){
    .toggle-nav {
        display: block;
    }    
}

.toggle-close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: url(../img/close-s.svg) no-repeat 50% 50%;
}

body.toggle-on:before {
    position: fixed;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(60, 60, 60, 0.53);
    z-index: 20;
    display: none;
}

@media (max-width: 767px){
    body.toggle-on:before {
        display: block;
    }    
}

.page {       
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    overflow: hidden;
    min-height: calc(100vh - 134px);
    position: relative;
}
@media (max-width: 767px){
    .page {
        min-height: calc(100vh - 220px);
    }
}

.page-reg {       
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
}
@media (max-width: 767px){
    .page-reg {
        
    }
}

.header {
    width: 100%;
    height: 134px;
    background: url(../img/bg-t.png?2) no-repeat 50% 100%;
    background-size: cover;
}

.header__inner {
    max-width: 1240px;
    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: 134px;
}
@media (max-width: 1023px){
    .header__inner {
        padding-left: 20px;
        padding-right: 20px;
    }    
}
@media (max-width: 767px){
    .header__inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

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

.header-reg__inner {
    max-width: 1240px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: start;
    z-index: 1;    
    padding-top: 43px;
    padding-bottom: 43px;
    position: relative;
}
@media (max-width: 1023px){
    .header-reg__inner {
        padding-left: 20px;
        padding-right: 20px;
    }    
}
@media (max-width: 767px){
    .header-reg__inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.header-reg__inner__date {
    white-space: nowrap;
    position: absolute;
    left: 40px;
    top: 43px;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 19px;
    color: #FFFFFF;
}
@media (max-width: 1023px){
    .header-reg__inner__date {
        left: 20px;
    }    
}
@media (max-width: 767px){
    .header-reg__inner__date {
        display: none;
    }
}

.header-reg__inner__logo img {    
    margin: 0 auto;
    display: block;
}
@media (max-width: 1023px){
    .header-reg__inner__logo img {
        max-width: 70%;
    }
}

.logo {
    max-width: 70%;
}

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

.header-menu {
    margin: 0 50px;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}
@media (max-width: 1024px){
    .header-menu {
        margin: 0 30px;
    }    
}
@media (max-width: 767px){
    .header-menu {
        display: none;
    }    
}

.header-menu li {
    margin-left: 40px;
    position: relative;
}
@media (max-width: 1024px){
    .header-menu li {
        margin-left: 30px;
    }
}

.header-menu li:first-child {
    margin-left: 0;
}
.header-menu__link {
    display: flex;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 1px solid #fff;    
    cursor: pointer;
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
}
@media (max-width: 767px){
    .header-menu__link {
        display: inline-block;
        margin-bottom: 10px;
    }        
}

.header-menu__link.active {
    border-bottom: 1px solid transparent;
    font-weight: 400;
}


.header-nav {
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 767px){
    .header-nav {
        display: none;
    }    
}

.header-nav__btns {
    display: flex;
    align-items: center;
}

.header-nav__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: 'DINPro';
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    margin-left: 30px;
    border: 1px solid #00FFFF;
    border-radius: 5px;
    width: 100px;
    height: 40px;
}
@media (max-width: 767px){
    .header-nav__btn {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0px;
        width: 100%;
        background: #00C800;
        color: #fff;
    }    
}

.lang {
    font-size: 14px;
    color: #fff;
    font-family: 'DINPro';
    font-weight: 400;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 767px){
    .lang {
        color: #006EFF;
    }    
}

.toggle {
    cursor: pointer;
    display: none;
    width: 36px;
    height: 20px;
    background: url(../img/burger.svg) no-repeat 0 0;
    background-size: contain;
}
@media (max-width: 767px) {
    .toggle {
        display: block;
    }
}

.toggle-menu {
    list-style-type: none;
    padding: 0;
}
@media (max-width: 767px) {
    .toggle-menu {
        margin-bottom: 50px;
    }
}

.page__main {    
    display: flex!important;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    width: 100%;
    position: relative;
    min-height: calc(100vh - 134px - 134px);
}
@media (max-width: 767px) {
    .page__main {         
        min-height: calc(100vh - 134px - 220px);
    }
}


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



.footer {
    position: relative;
    background: #6C2EAF;    
}
@media (max-width: 767px){
    .footer {
        padding-top: 20px;
        padding-bottom: 20px;
        height: 220px;
        display: flex;
        flex-direction: column;
        justify-content: center;        
    }    
}

.footer .logo {
    margin-right: 30px;
}
.footer img {
    display: block;
}
.footer__inner {
    max-width: 1240px;
    padding-left: 40px;
    padding-right: 40px;
    height: 134px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    display: flex;
    align-items: center;
    color: #fff;
}
@media screen and (max-width: 1023px){
    .footer__inner {
        padding-left: 20px;
        padding-right: 20px;        
    }
}
@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;
        width: 100%;
    }
    .footer__inner .logo img {
        margin: 0 auto;
    }
    .footer__inner .btn {
        margin: 0 auto;
    }
}

.footer__item {
    margin-left: 30px;
}
@media screen and (max-width: 767px){
    .footer__item {
        margin-left: 0px;
    }    
}

.footer__item p {
    margin: 0;
    color: #FFFFFF;
    margin-bottom: 7px;
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}
@media screen and (max-width: 767px){
    .footer__item p {
        margin-top: 20px;
    }
}

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

.footer__btns__item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    text-decoration: none;
    color: #193D8A;
    font-family: 'Manrope';
    font-weight: 700;
    max-width: 100%;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    width: 240px;
    max-width: 100%;    
    font-size: 14px;
    line-height: 1;
}
@media screen and (max-width: 1023px) {
    .footer__btns__item {
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .footer__btns__item {
        margin-left: auto !important;
        margin-right: auto !important;
        justify-content: center;
    }
}


#exit {
	cursor: pointer;
}

.disable {
    display: none !important;
}

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


