html {
    color: #fff;
	font-family: 'Avenir Next Cyr';
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.02em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
#shadow-host-companion{
  padding: 0;
}
*, *::before, *::after {
    box-sizing: border-box;
}

::-moz-selection {
    background: #839eac;
    text-shadow: none;
}

::selection {
    background: #839eac;
    text-shadow: none;
}

body {
    margin: 0;
}

main {
    display: block;
    padding-top: 74px;
}


img {
    border-style: none;
    object-fit: contain;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fff;
    margin: 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;  
    margin: 0;  
    padding: 0;
}

input:not(.wpcf7-submit){
    width: 100%;
    margin-bottom: 16px;
    background: rgba(225, 228, 148, 0.23);
    border-radius: 12px;
    padding: 18px 20px;
    border: none;
    font-size: 18px;
    color: #030303;
    outline: none;
}
input::placeholder {
    color: rgba(3, 3, 3, 0.28);
    text-transform: uppercase;
}
input.wpcf7-submit{
    color: #fff;
    border: none;
    font-size: 20px;
    cursor: pointer;
    height: 72px;
    width: 100%!important;
    justify-content: center;
    margin-top: 24px;
}
textarea {
    resize: vertical;
}
.wpcf7-not-valid-tip{
    position: absolute;
    font-size: 12px;
    top: 40px;
    left: 20px;
}
form{
    position: relative;
}
form select{
    width: 100%;
    margin-bottom: 16px;
    background: rgba(225, 228, 148, 0.23);
    border-radius: 12px;
    padding: 18px 20px;
    border: none;
    font-size: 18px;
    color: #030303;
    outline: none;
    text-transform: uppercase;
    appearance: none;     
    -webkit-appearance: none; 
    -moz-appearance: none;
}
form select:not(.has-value){
    color: rgba(3, 3, 3, 0.28);
}
form select option:first-child{
    color: rgba(3, 3, 3, 0.28);
}
form select option{
    color: #030303;
}
.hidden,
[hidden] {
    display: none !important;
}

.invisible {
    visibility: hidden;
}
section{
    padding: 70px 0;
}
section h2{
    margin-bottom: 50px;
}
p{
    margin: 20px 0;
}
a{
    color: #fff;
    text-decoration: none;
    transition: .3s ease-in-out;
}

ul{
    padding-left: 30px;
    margin: 0;
}
ul li:not(:last-child){
    margin-bottom: 5px;
}
.button, input.wpcf7-submit{
    border-radius: 38px;
    text-transform: uppercase;
    font-weight: 600;
}

.button:hover, input.wpcf7-submit:hover{
    box-shadow: 4px 4px 11px 1px #00000021;
}
.button-header{
    font-size: 16px;
    border: 1px solid #000;
    padding: 12px 24px;
}
.button-yellow{
    background-color: #FBB830;
    border-radius: 38px;
    color: #000;
    font-size: 16px;
}
.button-grant{
    padding-right: 28px!important;
    min-height: 58px;
}
/*-----2. Global-----*/
h1, h2, .h2, h3, .h3, h4, h5 {
    text-transform: uppercase;
    margin: 0;
    line-height: 0.8;
}

h1{
    font-size: 167px;
    font-weight: 400;
}
h2, .h2{
    font-size: 64px;
    font-weight: 500;
    line-height: 0.9;
}
h3, .h3{
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
}
h4{
    font-size: 24px;
    line-height: 1.1;
}
h5{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.375;
}

h1 span, h2 span, .h2 span{
    color: #efff24;
}
.site, section{
    position: relative;
}
.site{
    background-color: #839eac;
    overflow: hidden;
}
.grid-flex{
    display: flex;
    flex-wrap: wrap;
}
.grid{
    margin: 0 -12px -24px;
}
.grid-item-2{
    width: calc(100% / 2 - 24px);
    margin: 0 12px 24px;
}
.grid-item-3{
    width: calc(100% / 3 - 24px);
    margin: 0 12px 24px;
}
.container{
    max-width: 1352px;
    width: 100%;
    padding: 0 36px;
    margin: auto;
}
.mob{
    display: none;
}
/* Header */
header{
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}
.admin-bar header{
    top: 32px;
  }
.site-header{
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    background-color: #000;
}
.site-header .grid-flex{
    justify-content: space-between;
    align-items: center;
}
.header-menu-icon{
    position: relative;
    display: none;
    height: 15px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}
.header-menu-icon span {
    width: 21px;
    height: 1px;
    background-color: #fff;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}
.custom-logo{
    object-fit: contain;
    height: 31px;
    margin-right: 30px;
}
.site-header .left-logo{
    object-fit: contain;
    height: 31px;
    width: auto;
}
.header-menu-icon.active span:nth-child(3){
	 -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
    position: relative;
}
.header-menu-icon.active span:nth-child(2){
	display: none;
}
.header-menu-icon.active span:nth-child(1){
	 -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	position: absolute;
    top: 5px;
}
.menu-header-container .menu{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.menu-header-container .menu li{
    font-size: 16px;
    text-transform: uppercase;
    list-style: none;
}
.menu-header-container .menu li:not(:last-child){
    margin-right: 48px;
}
.menu-header-container .menu a:hover{
   color: rgba(241, 255, 45, 1);
}

/* Top*/
.top-section{
    position: relative;
    overflow: hidden;
}
.top-section .img-bg{
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 150%;
}
.top-section .img-bg-mob{
    position: absolute;
    top: -100px;
    left: calc(50% - 48px);
    transform: translateX(-50%);
}
.top-section__left:after{
    content: 'SEASON 3';
    position: absolute;
    right: calc(100% - 360px);
    top: 278px;
    width: 100vw;
    height: 75px;
    padding: 16px 27px;
    background-color: #000;
    border: 1px solid rgba(255, 255, 255, 1);
    color: #fff;
    border-radius: 0 50.5px 50.5px 0;
    font-size: 36px;
    font-weight: 600;
    font-style: italic;
    text-align: right;
}
.top-section .top-box{
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.top-section__left{
    width: 883px;
    max-width: calc(100% - 385px);
    position: relative;
}
.top-section__left h1>p{
    margin: 0;
}
.top-section__left h1>p:nth-child(1){
    font-size: 167px;
    position: relative;
    left: 140px;
}
.top-section__left h1>p:nth-child(2){
    font-style: italic;
    color: #efff24;
}
.top-section__left h1>p:nth-child(3){
    position: relative;
    left: 380px;
    font-size: 61px;
    font-weight: 600;
    margin: 15px 0;
}
.top-section__content{
    max-width: 500px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 30px 0 0 140px;
}
.top-section__content h3{
    margin: 0 0 20px;
}
.top-section__content p{
    padding: 5px;
    margin: 0 0 4px 0;
    font-size: 21px;
    border-radius: 5px;
    background-color: #000;
    width: fit-content;
}
.top-section__right{
    width: 345px;
    display: flex;
    flex-direction: column;
}
.button-top, .button-grant, input.wpcf7-submit{
    padding: 12px 22px 12px 30px;
    background-color: #000;
    border: 1px solid var(--Lemon, rgba(239, 255, 36, 1));
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.button-top:hover, .button-grant:hover, input.wpcf7-submit:hover{
    color: #EFFF24!important;
    box-shadow: 0px 4px 15px 0px #00000059;
}
.button-top{
    color: #fff;
    height: 78px;
}
.button-top .svg-box{
    margin-left: 30px;
    width: 22px;
    height: 22px;
    margin-right: 15px;
    border-radius: 50%;
     background-color: #EFFF24;
     display: flex;
     align-items: center;
     justify-content: center;
    transition: 0.3s;
}
.button-top .svg-box svg{
    opacity: 0;
    width: 0;
    transition: 0.3s;
}
.button-top:hover .svg-box{ 
    width: 52px;
    height: 52px;
    margin-right: 0;
}
.button-top:hover .svg-box svg{ 
    width: 30px;
    opacity: 1;
}
.top-section__date{
    background-color: rgba(255, 255, 255, 0.48);
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 10px 25px;
    color: #000;
    height: 76px;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.time-box{
    border-radius: 16px;
    background: #FFFFFF;
    padding: 20px 10px 25px;
    color: #000;
    width: 100%;
    margin-bottom: 23px;
    margin-top: auto;
}
.tim-box_top{
    margin-bottom: 16px;
    color: #000;
    font-weight: 600;
    font-size: 14px; 
    text-transform: uppercase;  
    text-align: center; 
}
.tim-box_top span{
    background: rgba(165, 186, 199, 0.64);
    border-radius: 5px;
    padding: 2px 3px;
    margin: 0 8px;
}
.time-counting{
    font-size: 45px;
    line-height: 41px;
    font-weight: 400;
    justify-content: center;
    text-transform: uppercase;
}
.time-element{
    text-align: center;
    margin: 0 16px;
}
.time-element span{
    font-size: 58px;
    line-height: 41px;

}
.time-element p{
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 1.2;
}

/* When Section */

.when-card .card-circle{
    margin-bottom: 20px;
}
.card-circle {
    width: 36px;
    height: 36px;
    background-color: rgba(244, 249, 103, 1);
    border-radius: 50%;
}
.when-card_content{
    opacity: 0.8;
    margin-top: 12px;
}
.when-card:first-child .when-card_content{
    width: 400px;
    max-width: 100%;
}


.when-video{
    background-color: #000;
}
.when-video h2{
    width: 660px;
    max-width: 100%;
}
.wp-video{
    max-width: 100%;
    width: 1100px;
    position: relative;
    aspect-ratio: 2 / 1.125;
    margin: 0 auto;
}
.wp-video iframe, .wp-video video{
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
}
.wp-video-shortcode{
    position: relative;
    z-index: 2;
}
.when-logo{
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 30px;
} 
.when-logo-box{
    align-items: center;
    justify-content: space-around;
}
.when-logo .svg{
    margin: 0 auto 10px;
    max-height: 50px;
    max-width: 240px;
    object-fit: contain;
    transform: scale(1);
    transition: 0.2s;
}

.when-logo a:hover img{
    transform: scale(1.02);
}
/* For Whom */
.for_whoms-card.advantages{
    flex-direction: row;
    height: auto;
    letter-spacing: -0.05em;
}
.for_whoms-card.advantages .card-circle{
    margin-right: 14px;
}
.for_whoms-card.advantages .for_whoms-card_content{
    width: calc(100% - 50px);
    margin: 0;
}
.for_whoms-card_content p{
    margin: 0;
}
.for_whoms-card{
    padding: 10px 24px 18px 20px;
    border-left: 1px solid rgba(239, 255, 36, 1);
    border-bottom: 1px solid rgba(239, 255, 36, 1);
    border-radius: 0 0 0 10px;
    height: 255px;
    display: flex;
    flex-direction: column;
}
.for_whoms-card_content{
    margin-top: auto;
}
.for_whom ul{
    margin: 8px 0 0;
}
/* Price */
.price-box{
    background-color: #fff;
    padding: 40px 62px 27px;
    border-radius: 12px;
    color: #000;
}
.price-box__top{
    margin-bottom: 40px;
    justify-content: space-between;
}
.price-box h2{
    width: fit-content;
    margin-bottom: 20px;
    margin-right: 20px;
}
.price-box__content{
    width: 590px;
    max-width: 100%;
}
.price-box__content p{
    margin: 13px 0 0;
    font-size: 22px;
}
.price-box__content em{
    font-size: 20px;
    font-style: normal;
    color: rgba(141, 141, 141, 1);
}
.price-box .time-box{
    padding-top: 60px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.price-box .time-counting{
    justify-content: center;
}
.card-tarifs{
    background-color: #000;
    border-radius: 20px;
    padding: 34px 40px 40px;
    margin-bottom: 20px;
    text-align: center;
}
.price-tarifs__title{
    color: #fff;
    margin: 0 0 35px;
    font-weight: 500;
}
.card-tarifs-incide{
    background: linear-gradient(211.75deg, #F4F967 2.79%, #ABBCC4 40.92%, #A5BAC7 83.14%, #A5BAC7 94.94%);
    border-radius: 20px;
    padding: 30px 20px 35px;
    height: 242px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#grant .card-tarifs-incide{
    height: 210px;
}
#grant .card-tarifs{
    margin-bottom: 0;
    height: fit-content;
}
.price-tarifs__content h4{
    text-transform: none;
}
.price-tarifs__content p{
    font-size: 41px;
    font-weight: 700;
    line-height: 1;
}
.inactive-button{
    border: 1px solid #000; 
}
.card-tarifs-incide .button {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 289px;
    margin: 0 auto;
    color: #fff;
    max-width: 100%;
    font-weight: 600;
}
.inactive-time{
    border-radius: 10px;
    background-color: #F8F8F8;
    backdrop-filter: blur(49px);
    padding: 14px 20px 8px;
    width: fit-content;
    margin: 16px auto 0;
}
.inactive-time .time-element span{
    font-size: 24px;
}
.inactive-time .time-element p{
    font-size: 10px;
    margin: 0;
}

/* Program */
.modules-card{
    padding: 24px 24px 24px 67px;
    border-radius: 18px;
    background-color: #fff;
    color: #000;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 270px;
    margin-bottom: 40px;
}
.modules-card:before{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67' height='59' viewBox='0 0 67 59' fill='none'%3E%3Cpath d='M0 59C0 49.0589 8.05888 41 18 41H67V59H0V59Z' fill='white'/%3E%3Cpath d='M51 16C51 7.16344 58.1634 0 67 0V0V51C67 55.4183 63.4183 59 59 59H51V16Z' fill='white'/%3E%3Cpath d='M33.7968 41.4135C44.9606 41.4135 50.8428 37.4409 50.8428 22.5996L55.327 42.0351C43.3667 42.0351 33.4717 41.4135 33.7968 41.4135Z' fill='white'/%3E%3C/svg%3E");
    position: absolute;
    left: 0px;
    top: 0px;
    width: 67px;
    height: 59px;
    background-color: #839eac;
}
.program h2{
    margin-bottom: 20px;
}
.program .text{
    margin-bottom: 50px;
}
.program .modules-card img{
    position: absolute;
    top: -10px;
    left: 0;
}
.modules-card h3{
    margin-bottom: 20px;
    font-size: 29px;
}
.modules-card-content{
    opacity: 0.8;
    margin-top: auto;
    font-size: 18px;
}

/* Lectors */
.lectors{
    padding-bottom: 10px;
}
.lectors-grid{
    justify-content: space-between;
}
.lectors-card{
    text-align: center;
    width: 306px;
    margin-bottom: 70px;
    position: relative;
}
.lectors-card img{
    border-radius: 50%;
    padding: 6px;
    width: 142px;
    height: 142px;
    object-fit: cover;
    z-index: 2;
    position: relative;
}
.lector-img-box{
    position: relative;
    width: fit-content;
    margin: auto;
    background-color: #000;
    border-radius: 50%;
}
.outer {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    background-color: rgba(244, 249, 103, 1);
    clip-path: polygon(50% 0%, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 50%, 50% 50%);
    animation: xxx-reverse 0.2s linear forwards;
}
.lectors-card-link:hover .outer {
    animation: xxx 0.2s linear forwards;
}  
@keyframes xxx {
    0%{
        clip-path: polygon(50% 0%, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 50%, 50% 50%);
    }
    50% {
        clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 50%, 50% 50%);
    }
    100% {
        clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 100%, 0 0, 50% 0, 50% 50%, 50% 50%);
    }
}
@keyframes xxx-reverse {
    0% {
        clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 100%, 0 0, 50% 0, 50% 50%, 50% 50%);
    }
    50% {
        clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 50%, 50% 50%);
    }
    100%{
        clip-path: polygon(50% 0%, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 50%, 50% 50%);
    }
}
.lectors-card h3{
    margin: 30px 0 16px;
    font-weight: 500;
}
.popup-lector-info{
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    background-color: #FFFFFF;
    border: 3px solid #000;
    border-radius: 20px;
    padding: 24px;
    text-align: left;
    transition: 0.2s;
}
.popup-lector-title{
    margin-bottom: 15px;
    font-size: 17px;
    color: #000;
}
.popup-lector-content{
    font-size: 14px;
}
.popup-lector-content p{
    margin: 6px 0 0;
    color: #7f7f7f;
}
.popup-lector-content p:first-child{
    margin: 0;
}
.popup-lector-content strong{
    color: #000;
    font-weight: 500;
}
.lectors-card-link.active .popup-lector-info{
    opacity: 1;
    z-index: 5;
}

/* FAQ */
.faq a{
    color: #EF5355;
    text-decoration: underline;
}
.faq_question{
    background-color: #000;
    color: #ffff;
    border-radius: 20px;
    padding: 16px 55px 16px 48px;
    margin-top: 16px;
}
.faq .acc-body {
	margin: 0;
	display: none;
    max-width: 860px;
    padding-bottom: 20px;
}
.faq .acc-body p{
    margin: 0;
}
.faq .acc-head{
    cursor: pointer;
    position: relative;
    padding: 20px 40px 20px 0;
}
.faqs__accordeon{
    margin: 0 60px;
}
.faqs__accordeon .acc-head:before{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Cpath d='M18 7.5V28.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 18H28.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0, -50%);
}
.faqs__accordeon .acc-head.open:before{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='2' viewBox='0 0 24 2' fill='none'%3E%3Cpath d='M1.5 1H22.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    right: -6px;
}

/* Registration */
.registration{
    padding-top: 20px;
}
.registration-left{
    margin-right: 12px;
    width: calc(100% / 2 - 12px);
}
.registration-right{
    background: linear-gradient(211.75deg, #F4F967 2.79%, #ABBCC4 40.92%, #A5BAC7 83.14%, #A5BAC7 94.94%);
    border-radius: 20px;
    padding: 34px 40px 40px;
    color: #000;
    margin-left: 12px;
    width: calc(100% / 2 - 12px);
}
.registration-right .title-right{
    text-transform: none;
    margin-bottom: 50px;
}
.registration-right img{
    border-radius: 50%;
    width: 165px;
    height: 165px;
    object-fit: cover;
}
.registration-subtitle{
    margin: 15px 0 40px;
    color: #000;
}
.manager-name{
    margin: 24px 0 8px;
    text-transform: uppercase;
}
.manager-position{
    opacity: 0.68;                
    margin-bottom: 55px;
}
.manager-content{
    margin-bottom: 32px;
}
.manager-content a{
    color: #000;
    margin-bottom: 8px;
    display: block;
}
.manager-sicial{
    align-items: center;
}
.manager-sicial svg{
    margin-right: 9px;
}
.manager-sicial a{
    color: #000;
    margin-right: 30px;
    margin-bottom: 8px;
}
.wpcf7-form>p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}
.wpcf7-spinner{
    position: absolute;
    bottom: 76px;
}
.wpcf7-form-control-wrap{
    width: 100%;
}
.wpcf7-form>p>span:nth-child(1), .wpcf7-form>p>span:nth-child(2){
    width: calc(50% - 6px);
}
[data-name="your-option"], [data-name="your-option44"], [data-name="your-option45"]{
    position: relative;
}
[data-name="your-option"]:before, [data-name="your-option44"]:before, [data-name="your-option45"]:before{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='15' viewBox='0 0 35 15' fill='none'%3E%3Cpath d='M1.05518 1.3291L17.9153 13.7529L33.8879 1.3291' stroke='%23839EAC'/%3E%3C/svg%3E");
    position: absolute;
    right: 22px;
    top: 20px;
}
/* Reviews */
.reviews{
    padding-bottom: 20px;
}
.reviews h2{
    position: absolute;
}
.reviews-card-left{
    width: 480px;
    padding-right: 25px;
}
.reviews-card-left{
    display: flex;
    flex-direction: column;
}
.reviews-card-left-card{
    margin-top: auto;
    height: 210px;
    padding-left: 20px;
    border-radius: 0 0 0 10px;
    border-left: 1px solid rgba(239, 255, 36, 1);
    border-bottom: 1px solid rgba(239, 255, 36, 1);
}
.reviews-card-left-card .img{
    border: 2px solid rgba(239, 255, 36, 1);
    width: 138px;
    height: 138px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 24px;
}
.reviews-card-left-card .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reviews-card-left-card-content{
    width: calc(100% - 162px);
}
.reviews-card-left-card-content h4{
    font-weight: 500;
}
.reviews-card-left-card-content .reviews-content{
    margin: 18px 0;
    opacity: 0.6;
}
.reviews-card{
    margin-bottom: 50px;
}
.reviews-card .wp-video{
    width: calc(100% - 480px);
    position: relative;
}
.reviews-card .wp-video video{
    width: 100%;
    height: auto;
}
.wp-video .play-button{
    position: absolute;
    width: 73px;
    height: 73px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
}
.wp-video.play .play-button{
    display: none;
}
/* Footer */
.bottom-fixed{
    position: fixed;
    bottom: 10px;
    right: calc((100vw - 1280px) / 2);
    z-index: 999;
    transition: 0.3s;
    width: 345px;
}
.bottom-fixed:not(.activ){
    opacity: 0;
    pointer-events: none;
}
.site-footer{
    padding: 20px 0;
    background: #839eac;
}
.footer-block{
    padding: 30px 0;
}
.footer-left, .footer-center{
    border-right: 1px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-left{
    width: 36%;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 60px;
}
.footer-left-content{
    font-size: 12px;
    line-height: 20px;
    max-width: 400px;
    font-weight: 400;
    letter-spacing: 0;
}
.footer-left .left-logo{
    margin: 20px 0;
}
.fin-partner p{
    margin: 0 0 8px;
}
.copyright{
    font-size: 16px;
    opacity: 0.48;
    margin-top: 20px;
}
.footer-center{
    width: 317px;
    padding: 6px 56px 60px;
}
#footer-menu{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#footer-menu li{
    width: 50%;
    padding: 24px 0;
}
#footer-menu li a{
    text-transform: uppercase;
    font-size: 16px;
}
.event{
    margin: 35px auto 0;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
}
.event span{
    color: #fff;
    margin-left: 7px;
}
.footer-right{
    width: calc(64% - 317px);
    padding-left: 56px;
    padding-bottom: 60px;
    padding-top: 30px;
}
.footer-right-title{
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 70px;
}
.right_link{
    width: 100%;
    padding: 9px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
}
.right_link>div{
    display: flex;
    align-items: center;
}
.right_link>div svg{
    margin-right: 15px;
}

/* page */
section.page{
    padding: 70px 0;
}
section.page h1{
    margin-bottom: 40px;
}

.popup__box{
    background: linear-gradient(211.75deg, #F4F967 2.79%, #ABBCC4 34.65%, #A5BAC7 83.14%, #A5BAC7 94.94%);
    border: 1px solid var(--Grey, #CFCFCF);
    padding: 40px 25px 40px 40px;
    width: 568px;
    max-width: calc(100% - 16px);
    border-radius: 30px;
}
.popup__box h2{
    margin-bottom: 80px;
}
.popup__box .text{
    color: #141414;
    font-size: 19px;
}
.popup__box .text p:not(:last-child){
    margin-bottom: 10px;
}
.popup__box .text a{
   color: #EFFF24;
   padding: 2px 5px;
    font-weight: 400;  
   text-decoration: underline;
   border-radius: 13px;
   background-color: #839EAC;
   border: 1px solid #CFCFCF;
   display: inline-block;
}
.popup__box .text a:hover{
    text-decoration: none;
}
.thank-you{
    min-height: calc(100vh - 74px);
    background-size: cover;
    background-position: center;
}
.thank-you .container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.online_meeting .img {
    border: 2px solid rgba(239, 255, 36, 1);
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 40px;
}
.online_meeting .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.online_meeting iframe{
    border-radius: 20px;
    overflow: hidden;
}
.online_meeting .for_whoms-card{
    height: auto;
}
.online_meeting .for_whoms-card h4{
    margin-bottom: 40px;
    width: 366px;
    max-width: 100%;
}
.online_meeting .for_whoms-card ul{
    width: 400px;
    max-width: 100%;
}
.online_meeting__date-card{
    margin-bottom: 30px;
}
.online_meeting .date-card{
    border: 1px solid #FFFFFF;
    border-radius: 26px;
    padding: 17px 22px;
    font-size: 31px;
    color: #0A0A0A;
    background-color: #EFFF2466;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.online_meeting .date-card:nth-child(1){
    margin-right: 22px;
    background-color: #FFFFFF7A;
}
.online_meeting__left{
    max-width: 587px;
    margin-right: auto;
}
/* Mobile */
@media only screen and (max-width: 1400px){
    h1{
        font-size: 90px;
    }
    h3, .h3{
        font-size: 30px;
    }
    .top-section__left h1>p:nth-child(1) {
        font-size: 130px;
        left: 50px;
    }
    .top-section__right h1>p:nth-child(3) {
        left: 376px;
        font-size: 44px;
    }
    .top-section {
        padding: 40px 0;
    }
    .top-section__left:after {
        top: 182px;
        height: 60px;
        padding: 8px 27px;
    }
    .top-section__content {
        margin-left: 50px;
    }
    .time-box {
        padding: 13px 10px 18px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 1352px){
    .bottom-fixed{
        right: 36px;
    }
}
@media only screen and (max-width: 1310px){
    .menu-header-container .menu li:not(:last-child) {
        margin-right: 20px;
    }
    .lectors-card {
        width: calc(100% / 4);
    }
    .popup-lector-info{
        padding: 14px;
    }
    .modules-card h3{
        font-size: 25px;
    }
    .reviews-card-left-card{
        height: 160px;
    }
    .reviews h2{
        position: static;
    }
    .online_meeting .date-card{
        font-size: 25px;
        padding: 17px;
    }
}
@media only screen and (max-width: 1150px){
    .custom-logo{
        width: 165px;
    }
    .grid-item-3 {
        width: calc(100% / 3 - 24px);
    }
    .top-section__date{
        height: 61px;
    }
    .price-box {
        padding: 50px 20px 20px;
    }
    .price-box__top {
        margin-bottom: 30px;
    }
    .price-tarifs__title {
        margin: 20px 0;
    }
    .card-tarifs-incide {
        border-radius: 20px;
        padding: 24px 16px 16px;
    }
    .card-tarifs {
        padding: 20px 8px 8px;
    }
    .lectors-card {
        width: calc(100% / 3);
    }
    .lectors-card:nth-last-child(-n + 2){
        margin-left: auto;
        margin-right: auto;
    }
    .faqs__accordeon{
        margin: 0 40px;
    }
    .registration-right {
        padding: 30px;
    }
    #footer-menu li {
        padding: 16px 0;
    }
    .footer-center {
        width: 320px;
        padding: 0 20px;
    }
    .footer-right {
        width: calc(66% - 320px);
        padding-left: 30px;
        padding-bottom: 0;
        padding-top: 16px;
    }
    .footer-left {
        width: 34%;
    }
    .event{
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 1060px){
    h1{
        font-size: 69px;
    }
    h2, .h2 {
        font-size: 44px;
    }
    h3, .h3{
        font-size: 23px;
    }
    h4 {
        font-size: 21px;
    }
    .container{
        padding: 0 16px;
    }
    .site-header {
        padding: 12px 0;
    }
    main {
        padding-top: 56px;
    }
    .header-menu-icon{
        display: flex;
    }
    .main-navigation{
        position: absolute;
        border-radius: 0px 0px 18px 18px;
        width: 100%;
        left: -16px;
        top: calc(100% + 1px);
        padding: 24px 16px;
        background-color: #000;
        z-index: 10;
        transition: 0.2s;
        transform: translateX(calc(100% + 100px));
    }
    .main-navigation a:not(.button ){
        color: #fff;
    }
    .menu-header-container .menu{
        justify-content: center;
    }
    .menu-header-container .menu li{
        margin: 0 25px 20px!important;
        min-width: 85px;
    }
    .site.open-menu .site-main{
        filter: blur(3px);
        background: rgba(0, 0, 0, 0.37);
    }
    .site.open-menu .main-navigation{
        transform: translateX(calc(0% + 16px));
    }
    .top-section__left{
        position: static;
    }
    .top-section__left h1>p:nth-child(1){
        font-size: 69px;
        left: 30px;
    }
    .top-section__left h1>p:nth-child(3){
        position: relative;
        left: 0;
        font-size: 26px;
    }
    .top-section__left:after{
        top: 117px;
        height: 37px;
        padding: 6px 27px;
        right: -100px;
        width: 445px;
        font-size: 20px;
        border-radius: 50.5px 0 0 50.5px;
        text-align: left;
    }
    .top-section__content {
        margin: 80px 0 0;
        max-width: 370px;
    }
    .top-section__content p {
        font-size: 14px;
    }
    .grid-item-3 {
        width: calc(100% / 2 - 24px);
    }
    .when-card{
        margin-bottom: 30px;
    }
    .for_whoms-card{
        height: 140px;
    }
    .for_whom ul{
        font-size: 14px;
        margin-top: 4px;
    }
    .online_meeting .for_whoms-card h4 {
        margin-bottom: 25px;
    }
    .price-box__content em, .price-box__content p{
        font-size: 16px;
    }
    .advantages-box{
        width: 100%;
    }
    .card-tarifs-incide {
        height: 250px;
    }
    .lectors-card h3 {
        margin: 12px 0 10px;
    }
    .faqs__accordeon{
        margin: 0 20px;
    }
    .faq_question {
        padding: 8px 16px 8px 16px;
        margin-top: 12px;
    }
    .faq .acc-body {
        padding-bottom: 12px;
    }
    .faq .acc-head {
        padding: 12px 24px 12px 0;
    }
    .wpcf7-form>p>span:nth-child(1), .wpcf7-form>p>span:nth-child(2){
        width: 100%;
    }
    .registration-subtitle {
        margin: 12px 0 20px;
    }
    input:not(.wpcf7-submit) {
        margin-bottom: 12px;
    }
    input.wpcf7-submit{
        margin-top: 12px;
    }
    .registration-right h3 {
        margin-bottom: 28px;
        font-size: 20px;
    }
    .registration-right {
        padding: 30px 20px;
    }
    .manager-name {
        font-size: 24px;
    }
    .manager-position {
        margin-bottom: 32px;
    }
    .footer-block{
        padding: 18px 0;
    }
    .footer-left {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #fff;
        padding: 0 0 20px;
    }
    .footer-left-content{
        max-width: 100%;
    }
    .footer-right-title {
        font-size: 32px;
        text-transform: uppercase;
        margin-bottom: 88px;
    }
    .footer-center, .footer-right{
        margin-top: 28px;    
        width: 50%;
    }
    .footer-right-title{
        margin-bottom: 28px;
    }
    .event {
        margin-bottom: 0;
    }
    section.page{
        padding: 40px 0;
    }
    section.page h1{
        margin-bottom: 20px;
    }
    .bottom-fixed{
        right: 36px;
    }
    .thank-you{
        min-height: calc(100vh - 56px);
    }
    .popup__box h2{
        margin-bottom: 40px;
    }
    .online_meeting .img{
        width: 210px;
        height: 210px;
        margin-bottom: 25px;
    }
    .online_meeting__date-card {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 890px){
    .menu-header-container .menu li{
        width: calc(100% / 3);  
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .reviews-card-left{
        width: 100%;
        padding: 0;
    }
    .reviews-card .wp-video{
        width: 100%;
    }
    .reviews-card{
        margin-bottom: 40px;
    }
    .reviews-card:not(:first-child){
        padding-top: 30px;
        border-top: 1px solid #fff;
    }
    .reviews-card-left-card{
        border: none;
        padding: 0;
    }
}
@media only screen and (max-width: 790px){
    section{
        padding: 40px 0;
    }
    section h2{
        margin-bottom: 30px;
    }
    .program h2{
        margin-bottom: 10px;
    }
    .program .text{
        margin-bottom: 30px;
    }
    .top-section__content h3{
        font-size: 18px;
        line-height: 1.1;
        text-shadow: 4px 0px 7px #00000066;
    }
    .top-section__right {
        width: 310px;
    }
    .top-section__left:after {
        width: 410px;
    }
    .top-section__left {
        max-width: calc(100% - 350px);
    }
    .tim-box_top {
        margin-bottom: 2px;
        font-size: 12px;
    }
    .time-element {
        margin: 0 10px;
    }
    .time-element span {
        font-size: 32px;
        font-weight: 500;
        line-height: 1;
    }
    .time-element p {
        margin: 0;
        font-weight: 500;
    }
    .modules-card h3{
        font-size: 22px;
    }
    .modules-card-content{
        font-size: 15px;
    }
    .bottom-fixed{
        width: calc(100% - 4px);
        right: 2px;
    }
    .wp-video .play-button{
        display: none;
    }
    [data-name="your-option"]:before, [data-name="your-option44"]:before{
        content: none;
    }
    .online_meeting .grid-item-2{
        width: 100%;
    }
    .online_meeting iframe {
        min-height: 500px;
    }
    .online_meeting .date-card{
        padding: 12px 24px;
    }
    .online_meeting h2 br{
        display: none;
    }
}
@media only screen and (max-width: 670px){
    html{
        font-size: 18px;
    }
    h2, .h2 {
        font-size: 32px;
    }
    h4{
        font-size: 18px;
    }
    p {
        margin: 8px 0;
    }
    .grid-item-2{
        width: 100%;
        margin: 0 12px 24px;
    }
    .top-section__left:after {
        width: 290px;
    }
    .top-section__right, .top-section__left {
        width: 100%;
        max-width: 100%;
    }
    .top-section__left {
        margin-bottom: 16px;
    }
    .top-section__content h3 {
        font-size: 17px;
    }
    .mob{
        display: block;
    }
    .no-mob{
        display: none;
    }
    .button-top{
        height: 56px;
    }
    .button-top .svg-box{
        width: 36px!important;
        height: 36px!important;
        margin-right: 0!important;
    }
    .button-top .svg-box svg{ 
        width: 30px!important;
        opacity: 1!important;
    }
    .top-section__date{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .when-logo{
        background-color: #fff0;
        padding: 0;
    }
    .when-logo-box.mob{
        display: flex;
    }
    .when-top{
        margin-bottom: 26px;
    }
    .when-top h2{
        width: 100%;
        margin-bottom: 17px;
    }
    .when-top h2 br{
        display: none;
    }
    .when-card{
        display: flex;
    }
    .card-circle {
        width: 28px;
        height: 28px;
        margin: 0 12px 0 0!important;
    }
    .card-content{
        width: calc(100% - 40px);
    }
    .when-video h2{
        margin-bottom: 40px;
    }
    .when .container:before{
        content: none;
    }
    .advantages-box h3 br{
        display: block;
    }
    .for_whoms-card {
        padding: 10px 16px 20px;
    }
    .price-box {
        padding: 28px 16px 16px;
    }
    .price-box__content{
        width: 100%;
        margin-top: 16px;
    }
    .price-box__top {
        margin-bottom: 12px;
    }
    .card-tarifs{
        width: 100%;
    }
    .card-tarifs-incide .button {
        height: 56px;
    }
    .button-yellow{
        font-size: 14px;
    }
    .price{
        padding-top: 20px;
    }
    .price-box{
        display: flex;
        flex-direction: column;
    }
    .price-box__top{
        order: -2;
    }
    .price-box .time-box{
        order: -1;
        padding-bottom: 20px;
        padding-top: 0;
    }
    .modules-card {
        width: calc(100% - 12px);
           min-height: 160px;
    }
    .lectors-card {
        position: initial;
        margin-bottom: 35px;
    }
    .lectors-card svg{
        width: 22px;
    }
    .lectors-card img{
        width: 95px;
        height: 95px;
    }
    .lectors-card h3 {
        font-size: 18px;
    }
    .lectors-grid{
        position: relative;
    }
    .popup-lector-info{
        border-width: 2px;
        left: 0;
    }
    .popup-lector-title {
        margin-bottom: 15px;
    }
    .faqs__accordeon .acc-head:before {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 5V19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 12H19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 24px;
        height: 24px;
    }
    .faqs__accordeon .acc-head.open:before {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12H19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        right: 0;
    }
    .faqs__accordeon{
        margin: 0;
    }
    .faq .acc-head h4{
        font-size: 16px;
    }
    .faq .acc-body{
        font-size: 14px;
    }
    .registration{
        padding: 20px 0 0;
    }
    .registration-left, .registration-right{
        margin: 0 0 24px;
        width: 100%;
    } 
    .registration-right{
        padding: 20px 16px;
    } 
    input:not(.wpcf7-submit){
        padding: 16px;
        font-size: 16px;
    } 
    input.wpcf7-submit{
        height: 56px;
        font-size: 14px
    }
    .registration-right>img{
        width: 95px;
        height: 95px;
    }
    .footer-center{
        border-right: 0;
        border-bottom: 1px solid #fff;
    }
    .footer-right, .footer-center{
        width: 100%;
        padding: 0;
    }
    .event{
        margin-left: 0;
        margin-bottom: 30px;
    }
    #grant .card-tarifs{
        order: 2;
        margin-bottom: 20px;
    }
    .popup__box{
        padding: 10px 20px 20px;
    }
}
@media only screen and (max-width: 560px){
    .grid {
        margin: 0 0 -24px;
    }
    .grid-item-2{
        margin: 0 0 24px;
    }
    .grid-item-3 {
        width: 100%;
        margin: 0 0 24px;
    }
    .lectors-card {
        width: 50%;
    }
    .when-logo .svg {
        max-width: 200px;
        max-height: 40px;
    }
    .reviews-card-left-card .img{
        width: 100px;
        height: 100px;
        margin-right: 18px;
    }
    .reviews-card-left-card-content {
        width: calc(100% - 118px);
    }
    .reviews-card-left-card{
        height: auto;
        margin-bottom: 30px;
    }
    .reviews-card-left-card-content .reviews-content {
        margin: 10px 0;
    }
}
@media only screen and (max-width: 500px){
    main {
        padding-top: 46px;
    }
    .menu-header-container .menu li{
        width: 50%;  
    }
    .site-header .left-logo{
        height: 20px;
    }
    .custom-logo {
        width: auto;
        height: 20px;
    }
    .top-section__left:after {
        width: 235px;
    }
    .when h2{
        margin-bottom: 24px;
    }
    .when br {
        display: none;
    }
    .when-logo .svg {
        max-width: 145px;
    }
    .footer-left svg{
        width: 142px;
    }
}
@media only screen and (max-width: 385px){
    .top-section__left h1>p:nth-child(1) {
        font-size: 60px;
        left: 0;
    }
    .top-section__left:after {
        top: 160px;
    }
    .when-logo .svg {
        max-width: 105px;
        max-height: 30px;
        padding: 0 2px;
    }
}