@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-700.woff2") format("woff2"),
		url("../fonts/Montserrat-700.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}
/* @font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-500.woff") format("woff");
    font-weight: 500;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-400.woff") format("woff");
    font-weight: 400;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff") format("woff");
    font-weight: 600;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-800.woff") format("woff");
    font-weight: 800;
} */

:root {
	--a-color: #6E59A2 !important;
	--accent-color: #6E59A2;
	--accent-color2: #34373A;
	--accent-color3: #00B3DC; 
}

.blockRenderer-main a {
	color: var(--accent-color3) !important;
	text-decoration: none;
}

.btn__new {
	background: var(--accent-color2) !important;
	min-height: 55px !important;
}

.cap, .cap_green {
	font-size: 24px;
	color: var(--accent-color) !important;
	font-weight: 700;
}
.green {
	color: var(--accent-color) !important;
}
.mini_cap, .mini_cap_pink {
	font-size: 18px; 
	color: var(--accent-color) !important; 
	font-weight: 700;
}

.header__inner, .footer__inner {
	max-width: 1240px;
}
.header-nav__btns {
	margin-top: 0;
}
label[class^="MuiFormControlLabel-root-"][class*="CheckBoxesControlEditor__label"] > span[class*="MuiIconButton-root-"][class*="MuiCheckbox-root-"].Mui-checked > span[class*="MuiIconButton-label-"] > svg {
	fill: var(--accent-color);
}

/* body, html {
    margin: 0;
    font-family: Montserrat, sans-serif;
    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);
} */

.white-space-nowrap {
    white-space: nowrap;
}

/* .d-flex {
    display: flex !important;
} */
/* @media (max-width: 767px){
.d-flex {
    display: none !important;
}
} */

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

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


/* .page {      
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    overflow: hidden;
    min-height: calc(100vh - 120px);
    position: relative;
} */

/* @media (max-width: 767px){
    .page {
        min-height: calc(100vh - 300px);
    }
} */

/* .header {
    width: 100%;
    position: absolute;
    height: 140px;
    z-index: 10;
} */
/* @media (max-width: 767px){
    .header {
        height: 100px;
    }
} */

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

/* .header__inner .logo {
    width: 100%;
} */
/* @media (max-width: 767px){
    .header__inner .logo {
        width: 260px;
    }    
} */

.header__title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #130C0E;
    padding-left: 50px;
    padding-right: 50px;
}
@media (max-width: 1023px){
    .header__title {
        font-size: 14px;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 767px){
    .header__title {
        padding-left: 15px;
        font-size: 10px;
        padding-right: 15px;
    }    
}

.header__title__row {
    white-space: nowrap;
}
@media (max-width: 767px){
    .header__title__row {
        white-space: inherit;
    }    
}

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

.header-menu {
    display: flex;    
    margin-left: 20px;
    margin-right: 20px;
}
@media (max-width: 767px){
    .header-menu {
        display: none;
    }    
}
.header-menu__link {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #6D6668;
    margin-left: 40px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    padding: 5px 0;
}
@media (max-width: 767px){
    .header-menu__link {
        display: inline-block;
        color: var(--accent-color);
    }    
}

.header-menu__link:first-child {
    margin-left: 0;
}
.header-menu__link.active {
    color: var(--accent-color);
    border-bottom: 1px solid var(--accent-color);
}


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

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


/* .header-nav__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    height: 36px;
    border: 1px solid #6D6668;
    border-radius: 5px;
    box-sizing: border-box;
    color: #6D6668;
    cursor: pointer;
    color: #6D6668;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
}

.header-nav__btn.exit {
    width: 120px;
    margin-left: 20px;
} */
@media (max-width: 767px){
    .header-nav__btn.exit {
        margin-left: 0;
        margin-top: 10px;
        /* background: #E60060;
        color: #fff;
        width: 100%;
        border: 1px solid #E60060; */
    }    
}

/* .lang {
    font-size: 14px;
    color: #6D6668;
    display: block;
    text-decoration: none;
    cursor: pointer;
} */
/* @media (max-width: 767px){
    .lang {
        color: #E60060;
    }
} */

/* .page__main {
    background: url(../img/bg_2_2.png) 0 100% no-repeat;
    background-size: auto;        
    display: flex!important;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    width: 100%;
    position: relative;
    padding-top: 140px;
    min-height: calc(100vh - 120px);
} */
/* @media (max-width: 767px) {
    .page__main {
        background: url(../img/bg_4.png) 0 100% no-repeat;
        background-size: auto;                
        min-height: calc(100vh - 300px);
        padding-top: 100px;
    }
} */

.gradient {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 400px;
    margin-top: -225px;
    background: #fff;
}
.gradient:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -225px;
    width: 100%;
    height: 225px;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}
.gradient:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -200px;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
}

.registration {
    position: relative;
    /*z-index: 10;*/
    min-height: 500px;
}
@media screen and (max-width: 991px){
    .registration {
        min-height: auto;
    }
}
.registration-title {
	text-align: center;
    width: 100%;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.2;
    color: var(--accent-color);
    margin-top: 38px;
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
    padding-left: 8px;
}
@media (max-width: 767px) {
    .registration-title {        
        font-size: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.sponsors {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}
@media (max-width: 767px) {
    .sponsors {
        margin-bottom: 10px;
        margin-top: 30px;
    }
}

.sponsors__title {
    font-weight: 600;
    font-size: 11px;
    line-height: 1;    
    color: var(--accent-color);
    margin-bottom: 12px;    
}

.sponsors__list {
    display: flex;
    justify-content: center;
    align-items: baseline;
}
@media (max-width: 991px) {
    .sponsors__list {
        flex-wrap: wrap;
    }
}

.sponsors__list__item {
    margin-left: 10px;
    margin-right: 10px;
}
@media screen and (max-width: 991px){

}
@media (max-width: 991px) {
    .sponsors__list__item {
        margin-left: 0;
        margin-right: 0;
        width: 33%;
        margin-bottom: 20px;
    }
}
.sponsors__list__item img {
    max-width: 108px;
}
@media screen and (max-width: 1160px){
    .sponsors__list__item img  {
        max-width: 70px;
    }
}
@media screen and (max-width: 1023px){
    .sponsors__list__item img  {
        max-height: 37px;     
    }
}
@media (max-width: 991px) {
    .sponsors__list__item img  {
        max-width: 108px;
    }    
}
@media (max-width: 767px) {
    .sponsors__list__item img {
        height: auto;
        width: auto;

    }
}

.sponsors__list__item__title {
    font-weight: 600;
    font-size: 7.16px;
    line-height: 1;
    color: #130C0E;
    margin-top: 7px;
    display: block;
}
@media (max-width: 767px) {
    .sponsors__list__item__title {
        margin-top: 5px;
    }
}

.sponsors__list__item__title---nowrap {
    white-space: nowrap;
}
@media screen and (max-width: 1023px){
    .sponsors__list__item__title---nowrap {
        white-space: inherit;
    }    
}

.organizers {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
}
@media screen and (max-width: 1200px){
    .organizers {
        padding-left: 30px;
        padding-right: 30px;     
    }
}
@media screen and (max-width: 1023px){
    .organizers {
        align-items: baseline;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 767px) {
    .organizers {
        padding-left: 0;
        padding-right: 0;
        flex-wrap: wrap;
        flex-direction: column;        
    }    
}
@media (max-width: 480px) {
    .organizers {
        justify-content: space-between;
    }      
}

.organizers__item {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
@media screen and (max-width: 1023px){
    .organizers__item {

    }
}
@media (max-width: 767px) {
    .organizers__item {
        flex-wrap: wrap;
        flex-direction: column;        
        margin-left: 0;
        justify-content: center;
        width: 100%;
        flex-direction: row;
    }
}
.organizers__item:first-child {
    margin-left: 0;
    margin-top: 0;
}
@media (max-width: 767px) {
    .organizers__item:first-child {
        margin-bottom: 10px;
    }
}


.organizers__item img {
    max-width: 100%;
    display: block;
    padding-right: 13px;
}
@media screen and (max-width: 1023px){
    .organizers__item img {
        
        /*max-width: 115px;*/
    }
}
@media screen and (max-width: 767px){
    .organizers__item img {        
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 0;
        max-height: 33px;
    }    
}


.organizers__logo:last-child img {
    padding-right: 0;
}
@media screen and (max-width: 1023px){
    .organizers__logo:last-child img {
        margin-bottom: 0;
    }    
}
@media screen and (max-width: 767px){
    .organizers__logo {
        margin: 5px 10px 0;
        max-width: 27%;
    }
}



.organizers__title {
    font-weight: 600;
    font-size: 9.4px;
    line-height: 12px;
    color: #FFFFFF;
    padding-right: 13px;
}
@media screen and (max-width: 1023px){
    .organizers__title {
    }
}
@media screen and (max-width: 767px){
    .organizers__title {        
        padding-right: 0;
        width: 100%;
        margin-bottom: 5px;
    }    
}


/* .footer {
    background: #E60060 url(../img/bg_3_2.png) no-repeat 0 0;
    background-size: auto;
    position: relative;
}
@media (max-width: 767px){
    .footer {
        background: #E60060 url(../img/bg_4-s.png) no-repeat 0 0;
        background-size: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        height: 300px;
    }    
}

.footer a {
    color: #fff;
}
.footer .logo {
    width: 200px;
    min-width: 130px;
}
.footer img {
    display: block;
}
.footer__inner {
    max-width: 1240px;
    padding-left: 40px;
    padding-right: 40px;
    height: 120px;
    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;       
        padding-top: 30px;
        padding-bottom: 30px;    
    }
}
@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;
    }
    .footer__inner .logo img {
        margin: 0 auto 20px;
    }
    .footer__inner .btn {
        margin: 0 auto;
    }
}

.footer__item p {
    margin: 0;
    color: #FFFFFF;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
}
@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;
    align-items: center;
    border: 1px solid #fff;
    box-sizing: border-box;
    text-decoration: none;
    color: #FFFFFF;
    width: 260px;
    max-width: 100%;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    height: 38px;
    font-weight: 400;
    font-size: 14px;
    font-weight: 400;
    font-size: 10px;
    line-height: 140%;
}
@media screen and (max-width: 1023px){
    .footer__btns__item {
        width: auto;
        white-space: nowrap; 
        padding-left: 10px;
        padding-right: 10px;              
    }
}
@media screen and (max-width: 767px){
    .footer__btns__item {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100%;
        justify-content: center;
    }
}


.footer__btns__item img {
    min-width: 12px;
    display: block;
}
.footer__btns__item span {
    width: 100%;
    display: flex;
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin-left: 10px;
}
@media screen and (max-width: 767px){
    .footer__btns__item span {
        width: auto;
    }
}

#exit {
	cursor: pointer;
}

.disable {
    display: none !important;
}

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