*,
*::after,
*::before {
    box-sizing: border-box;
}

body {
    color: #1C1D1E;
    padding: 0;
    margin: 0;
    font-family: 'Gilroy';
    background: #f7f7fa;
}
.ymaps-2-1-78-inner-panes {
    filter: grayscale(100%) !important;
}


button, a {
    cursor: pointer;
}
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

a{
    text-decoration: none;
    color: #1D1D1B;
    display: block;
}

img{
    width: 100%;
}
.container {
    max-width: 1310px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.header_top{
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

.header_logo{
    display: flex;
    align-items: center;
}

.logo_img{
    margin-right: 15px;
}

.header_adres{
    display: flex;
    align-items: center;
}
.adres_left img{
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.10));
}
.adres_right{
    margin-left: 15px;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
color: #fff;
}

.adres_right span{
    font-weight: 700;
    display: block;
}

.header_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
background: #FFF;
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
padding: 15px 20px;
color: #322783;
font-size: 16px;
font-family: 'Gilroy';
font-style: normal;
font-weight: 700;
line-height: 19px;
}

.header_btn span{
    display: flex;
    margin-right: 25px;
}

.tel_link{
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 33px;
color: #fff;
}

.social{
    display: flex;
    align-items: center;
}

.social_link{
    margin-left: 20px;
}

.social_link:nth-child(3){
    margin-top: 0;
}

.header_list{
    padding: 16px 16px;
    cursor: pointer;
    position: relative;
}

.header_bottom{
    background: linear-gradient(to right, #02384A, #02384A);
    border-top: 1px solid #fff;
}

.header_link{
    color: #FFF;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.10);
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 19px;
}

.header_lists ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
}

.header_list{
    list-style: none;
}
.btn_nabor{
    border-radius: 10px;
background: #413692;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
padding: 10px 20px;
color: #FFF;
}

.btn_nabor:hover{
    background: #fff;
    color: #1C1D1E;
}
.btn_nabor:hover span svg path{
    fill:#1C1D1E !important;
}
.btn_nabor span{
    margin-right: 10px;
}
.header{
    background: #02384A;
}
.header_link{
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.header_link span{
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-left: 5px;
}

.header_list:hover{
background: transparent;
text-decoration: underline;
color: #fff;
}
.header_top .header_lists{
    display: flex;
}
.header_list:hover a{
    color: #fff !important;
}
.header_list_open.active{
    border-radius: 10px 10px 10px 10px;
    background: #FFF;
    color: #1C1D1E; 
}
.header_list_btn:hover{
    border-radius: 0;
    background: transparent;
}


.header_list_open:hover{
    border-radius: 10px 10px 10px 10px;
}
.header_list_open.active a{
    color: #1C1D1E;
}
.header_list:hover a{
    color: #1C1D1E;
}
.header_list:hover a span svg path{
    fill: #1C1D1E;
}
.header_list_open.active  a span svg path{
    fill: #1C1D1E;
}
.header_list:hover a span{
    transform: rotate(180deg);
    margin-top: 0;
}

.logo_img img{
    max-width: 200px;
    border-radius: 10px;
}
.header_list:hover a span {
    transform: rotate(180deg);
    margin-top: 0;
}

.header_list_more{
    position: absolute;
    z-index: 2;
}

.header_list_more li{
    list-style: none;
    display: flex;
    align-items: center;
    padding: 8px 20px;
    width: 100%;
    min-width: 265px;
}
.header_list_more li span{
margin-right: 8px;
display: none;
}

.header_list_more ul{
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header_list_more{
    padding: 8px 0px;
    top: 50px;
    left: 0;
    width: max-content;
    border-radius: 0px 10px 10px 10px;
background: #FFF;
}

.header_list_more a{
    color: #1C1D1E;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
}

.header_list_more li:hover{
    background: linear-gradient(to right, #ffd700, #ffaf00);
}

.header_list_more li:hover a{
    color: #FFF;
}

.header_list_more li:hover span{
    display: flex;
}

/* .header_list_more {
    max-height: 0;
    min-height: 0;
    z-index: -1;
    transition: max-height 0.5s ease, min-height 0.5s ease, opacity 0.5s ease, transition-delay 0.7s;
}

.header_list_open.active .header_list_more {
    max-height: 1000px;
    min-height: 100px; 
    opacity: 1;
    z-index: 1;
    transition-delay: 0s; 
} */

.header_list_more {
    max-height: 0;
    min-height: 0;
    overflow: hidden;
    padding: 0; /* Удалите паддинг */
    transition: max-height 0.3s ease, min-height 0.3s ease;
}


.header_list_open.active .header_list_more {
    max-height: 1000px; /* Установите желаемую максимальную высоту */
    min-height: 100px; /* Установите желаемую минимальную высоту */
    padding: 8px 0px; /* Добавьте паддинг только в открытом состоянии */
    transition: max-height 0.3s ease, min-height 0.3s ease;
}



.main_items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main_item{
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
background: #FFF;
width: 32%;
box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.10);
}
.main_item:hover{
    background: #1C1D1E;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.main_item:hover .main_list span svg path{
    fill: #fff !important;
}
.main_item:hover .main_item_btn{
    background: #fff;
    color: #322783;
}
.main_item:hover .main_item_top span svg rect{
    fill: #fff !important;
}




.main_item_1:hover {
    background-image: url(../img/podloj1.webp);
}

.main_item_2:hover{
    background-image: url(../img/podloj2.webp);
}
.main_item_3:hover{
    background-image: url(../img/podloj3.webp);
}
.main_item_4:hover{
    background-image: url(../img/podloj14.webp);
}
.main_item_5:hover{
    background-image: url(../img/podloj5.webp);
}
.main_item_6:hover{
    background-image: url(../img/podloj6.webp);
}
.main_item_7:hover{
    background-image: url(../img/podloj7.webp);
}
.main_item_8:hover{
    background-image: url(../img/podloj8.webp);
}
.main_item_9:hover{
    background-image: url(../img/podloj9.webp);
}
.main_item_top{
    display: flex;
    align-items: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 38px;
}

.main_item_top span{
    display: flex;
    margin-right: 20px;
}

.main_list{
    display: flex;
    align-items: center;
    padding-top: 0px;
    margin-bottom: 20px;
    border-top: none;
font-size: 20px;
text-transform: uppercase;
font-style: normal;
font-weight: 600;
line-height: 24px;
color: #fff;
}

.main_list span{
margin-right: 10px;
display: flex;
}

.main_list_first{
    border-top: none;
    padding-top: 0;
}

.main_item_btn{
    width: 100%;
    text-align: center;
    border-radius: 10px;
background: linear-gradient(to right, #ffd700, #ffaf00);
padding: 20px;
color: #FFF;
text-align: center;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.10);
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 19px;
letter-spacing: 1px;
text-transform: uppercase;
margin-top: 30px;
}

.main_banner{
    margin-bottom: 100px;
}

.main_items{
   margin-top: -70px;
}

.events_block{
    display: flex;
    justify-content: space-between;
}

.events{
    padding: 90px 0;
    background: #fff;
}

h2{
font-size: 46px;
font-style: normal;
font-weight: 700;
line-height: 59px;
letter-spacing: 1px;
text-transform: uppercase;
margin: 0;
margin-bottom: 35px;
color: #02384A;
}

h4{
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 33px;
margin: 0;
}

.team_item h3{
    font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 33px;
margin: 0;
}



p{
margin-top: 8px;
font-family: 'Gilroy';
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 24px;
}

.data{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 13px 22px;
border-radius: 10px;
background: linear-gradient(to right, #ffd700, #ffaf00);
color: #FFF;
text-align: center;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.10);
font-size: 30px;
font-style: normal;
font-weight: 500;
line-height: 36px;
margin-right: 20px;
height: 80px;
width: 80px;
}

.data span{
    display: block;
    color: #FFF;
text-align: center;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.10);
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 19px;
letter-spacing: 1px;
}

.events_item{
    display: flex;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #E4E5E6;
}

.events_left{
    width: 46%;
}

.events_right{
    width: 46%;
}

.events_news_img{
    margin-bottom: 18px;
    border-radius: 10px;
}

.events_news_img img{
    height: 334px;
    border-radius: 10px;
}

.events_news_item_link{
    color: #322783;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
margin-top: 13px;
}

.events_news .slick-prev{
    display: none !important;
}

.events_news .slick-next{
    position: absolute;
    top: 140px;
    right: -29px;
    padding: 0;
    background: transparent;
    border: none;
}

.concept{
    padding-top: 90px;
    padding-bottom: 100px;
}

.concept_btn{
    padding: 10px 20px;
    width: max-content;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 19px;
letter-spacing: 1px;
text-transform: uppercase;
border-radius: 10px;
border: 2px solid #E4E5E6;
}

.concept_item{
    margin: 0 20px;
    border-radius: 10px;
background: #FFF;
box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.10);
}

.concept_block{
    display: flex;
    margin: 0 -20px;
    margin-right: -24%;
}
.concept{
    overflow: hidden;
}
.concept_img img{
    border-radius: 10px 10px 0 0;
}

.concept_info{
    padding: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.concept_img img{
    height: 247px;
    object-fit: cover;
}

.concept_block .slick-arrow{
    display: none !important;
}
.concept_btn {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.concept_item{
    position: relative;
}

.team h2{
    margin-bottom: 14px;
}

.team{
    background: #fff;
    padding-top: 86px;
    padding-bottom: 86px;
    overflow: hidden;
}

.subtitle{
    margin-bottom: 38px;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 45px;
}

.team_item{
    padding: 38px 30px;
    border-radius: 10px;
background: #F7F7FA;
margin: 0 20px;
}

.team_img img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}

.team_img{
    margin-bottom: 23px;
}

.team_block{
    display: flex;
    margin: 0 -20px;
    margin-right: -24%; 
    padding-bottom: 54px;
}

.team_block .slick-arrow{
    display: none !important;
}

.slick-dots{
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 37.5%;
}

.slick-dots li{
    margin: 0;
    background: #D9D9D9;
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 50%;
    margin: 0 5px;
}
.slick-dots li.slick-active{
    background: linear-gradient(to right, #ffd700, #ffaf00);
}
.slick-dots button{
    display: none;
}

.mainslider_title{
    margin: 0;
    color: #FFF;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
font-size: 46px;
font-style: normal;
font-weight: 700;
line-height: 69px;
letter-spacing: 1px;
}

.mainslider_item{
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    padding: 32px 50px;
    padding-bottom: 0;
    color: #fff;
    border-radius: 20px;
    height: 500px;
}

.messiah_right .subtitle{
    font-weight: 500;
}
.mainslider_left{
    width: 46%;
}
.data_mainslider p{
    margin: 0;
}
.mainslider_left img{
    margin-bottom: -4px;
}

.mainslider_right{
    width: 48%;
}

.mainslider_item .subtitle{
    margin-bottom: 0;
}

.data_mainslider{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.data_mainslider span{
padding: 8px 10px;
border-radius: 5px;
min-width: 117px;
background: #FFF;
color: #322783;
text-align: center;
display: block;
margin-right: 20px;
}

.mainslider_btn{
    margin-top: 87px;
    color: #1C1D1E;
    width: max-content;
    text-transform: uppercase;
    padding: 20px 30px;
}

.mainslider_item_type1 .mainslider_left picture{
    position: relative;
    top: -35px;
}

.mainslider_item_type2{
    padding-left: 20px;
    padding-top: 12px;
    align-items: center;
}

.mainslider_item_type2 .mainslider_left{
    width: 56%;
    display: flex;
    height: 100%;
    align-items: flex-end;
}


.mainslider_item_type2 .mainslider_right {
    width: 43%;
}

.mainslider_item_type2 .mainslider_title{
font-size: 56px;
font-style: normal;
font-weight: 700;
line-height: 86px;
letter-spacing: 1px;
text-transform: uppercase;
}

.mainslider_item_type2 .subtitle{
    color: #FFCD4B;
font-size: 86px;
font-style: normal;
font-weight: 700;
line-height: 120px;
letter-spacing: 1px;
text-transform: uppercase;
}

.mainslider_item_type2 .mainslider_btn{
    margin-top: 40px;
}

.mainslider_title{
    text-transform: uppercase;
}

.mainslider_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.mainslider_item_type3 .mainslider_title{
    width: 45%;
}

.mainslider_item_type3 .mainslider_right{
width: 72%;
display: flex;
flex-direction: column;
justify-content: space-between;
}

.mainslider_item_type3{
    justify-content: end;
    padding: 45px;
}

.mainslider_lists{
    width: 54%;
    display: flex;
    align-items: center;
}

.mainslider_item_type3 .mainslider_btn{
    margin: 0;
}

.mainslider_item_type3 .subtitle{
font-weight: 700;
color: #FFCD4B;
}

.mainslider_lists ul{
    padding: 0;
    margin: 0;
    width: 50%;
    border-left: 1px solid #FFCD4B;
padding-left: 25px;
padding-top: 20px;
padding-bottom: 20px;
}

.mainslider_lists ul li{
    list-style: none;
font-size: 16px;
font-style: normal;
font-weight: 500;
display: flex;
align-items: center;
position: relative;
line-height: 24px;
padding-bottom: 15px;
}

.mainslider_lists ul li:last-child{
    padding-bottom: 0;
}

.mainslider_lists ul li span{
    display: flex;
    position: absolute;
    left: -30.9px;
}
.mainslider_item_type4 .mainslider_right{
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mainslider_item_type4 .mainslider_btn{
    margin: 0;
}

.mainslider_item_type4 .mainslider_right .subtitle{
font-weight: 700px;
color: #FFCD4B;
}

.mainslider_item_type4 {
    padding: 32px 50px 50px 60px;
}
.languages_item{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 40px;
}

.languages_item:nth-child(3){
    margin-right: 0;
}

.languages_block{
    display: flex;
    flex-wrap: wrap;
}

.languages_item span{
    display: flex;
    margin-right: 10px;
}

.languages_item p{
    margin: 0;
}

.mainslider_item_type4 .mainslider_right .mainslider_title{
    text-transform: none;
}

.mainslider{
    margin-bottom: 100px;
}

.mainslider_block{
    padding-bottom: 30px;
}


.mainslider_block .slick-arrow{
    position: absolute;
    top: 38%;
    right: -35px;
    background: transparent;
    border: none;
    width: 105px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 105px;
}

.mainslider_block .slick-dots {
    left: 46.5%;
}

.mainslider_block .slick-prev{
    left: -35px;
    transform: rotate(180deg);
    top: 36%;
    right: auto;
}
.team_item{
    position: relative;
}
.time_hide{
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-image: url(../img/pod.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    left: 0;
    color: #FFF;
text-align: center;
z-index: 1;
opacity: 1;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.10);
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 28px;
/* transition: opacity 0.5s ease; */
}

.time_hide{
cursor: pointer;
}
.time_hide:hover span{
    transform: scale(1.1);
}

.time_hide:hover{
    font-size: 24px;
}

.time_hide span{
    display: block;
    margin-bottom: 24px;
}

.popup-content_polit{
    padding: 20px;
    height: 500px;
    overflow: scroll;
}

.fotter_logo_info a:hover{
    text-decoration: underline;
}

.footer_nav_link:hover{
    text-decoration: underline;
}

.btn_zapis.footer_btn:hover{
    background: #fff;
    color: #1C1D1E;
}
.btn_zapis.footer_btn:hover span svg path {
    fill: #1C1D1E !important;
}
.dot.active{
    background: #413692;
}
.polit_popup{
    display: none;
}
.results_madali_item{
    max-width: 20px;
}
.results_madali_item.results_madali_item_3{
    max-width: 27px;
}

/* .team_item:hover .time_hide{
    z-index: 2;
    opacity: 1;
} */

.results_img img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}

.results_img{
    margin-right: 20px;
}

.results_item{
    padding: 30px;
    border-radius: 10px;
background: #FFF;
margin: 0 20px;
box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.10);
}

.results_medali{
    display: flex;
    align-items: center;
    margin-top: 13px;
}

.results_top{
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.results_madali_item{
    margin-right: 20px;
}

.results_bal{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 6px;
    margin-bottom: 14px;
    border-bottom: 1px dashed #DFE0E1;

}
.slick-arrow{
    max-width: 80px;
}
.results_bal_right h4 span{
    max-width: 15px;
}

.results_bal p{
    margin: 0;
}

.results_item p{
    margin-bottom: 0;
}

.results_bal_right{
    display: flex;
    align-items: center;
}

.results_bal_right h4{
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.results_bal_right h4 span{
    margin-right: 12px;
    display: flex;
}



.results{
    padding-top: 86px;
    padding-bottom: 86px;
}


.results_block .slick-arrow{
    display: none !important;
}



.res_hide{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-image: url(../img/pod2.png);
    background-size: cover;
    background-repeat: no-repeat;

    border-radius: 10px;
    left: 0;
    color: #FFF;
text-align: center;
z-index: 1;

text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.10);
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 28px;
padding: 30px;
}

.results_item{
    position: relative;
}
.res_hide span{
    display: block;
    margin-bottom: 24px;
}
.res_hide{
    cursor: pointer;
}
.res_hide:hover span{
    transform: scale(1.1);
}
.res_hide:hover .bnt_res span{
    transform: scale(1);
}
/* .results_item:hover .res_hide{
    z-index: 2;
    opacity: 1;
} */

.res_hide p{
    text-align: center;
}

.bnt_res span{
    margin-right: 15px;
    margin-bottom: 0;
}

.bnt_res{
    margin-top: 24px;
    width: 100%;
}
.messiah_right{
    margin-top: 50px;
}
.messiah_right_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 24px;
    
}

.messiah_right_item p{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

p{
    font-size: 20px; 
}
.messiah_right{
    width: 44%;
}

.messiah_left{
    width: 53%;
}

.messiah_block{
    display: flex;
    justify-content: space-between;
}

.missian_wrap{
    display: flex;
    justify-content: space-between;
}

.messiah_left_img{
    width: 46%;
}

.messiah_left_text{
    width: 50%;
}

.messiah_left_text span{
    display: block;
    margin-top: 10px;
    font-weight: 700;
}

.messiah_right_item p{
    text-align: center;
    margin: 0;
}

.messiah_right_item{
    margin-bottom: 8px;
}
.messiah_right_item{
    border-radius: 10px;
    background: #F7F7FA;
    margin-bottom: 10px;
    border: 1px solid #02384A;
    width: 32%;
}

.messiah{
    padding-top: 86px;
    padding-bottom: 112px;
    background: #f7f7fa;
}

.messiah_right_items {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.appskills .messiah_right_items {
    display: flex;
    width: 100%;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.messiah_right_item span{
    margin-bottom: 8px;
}

.saving_block_left {
    width: 32%;
    position: relative;
}
.prev_imgnew{
    border-radius: 10px;
} 
.messiah_right_item{
    justify-content: center;
}

.appskills p{
    color: #02384A;
    font-weight: 600;
    font-size: 25px;
    text-transform: none;
}
.appskills_block{
    margin-bottom: 40px;
}
.saving_video {
    display: none;
    border-radius: 24px;
    height: 100%;
    width: 100%;
   height: 728px;
    object-fit: cover;
}

.prev {
    object-fit: cover;
    height: 728px;
    border-radius: 24px;
}

.btn_play {
    position: absolute;
    top: 45%;
    left: 40%;
    cursor: pointer;
}

.saving_block_right {
    width: 64%;
}

.saving_block_right-top{
    display: flex;
   flex-wrap: wrap;
    justify-content: space-between;
}
.saving_block {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.saving_block_left.active .saving_video {
    display: block;
}
.saving_block_left.active .prev {
    display: none;
}


.saving_block_left.active  .btn_play{
    display: none;
}
.obzor{
    padding-top: 30px;
    padding-bottom: 30px;
}

.saving_block_right-item h4{
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 11px;
}

.saving_block_right-item img{
    border-radius: 10px;
    height: 300px;
    object-fit: cover;
}

.saving_block_right-item{
    width: 48%;
    margin-bottom: 39px;
}

.saving_block_right-item:nth-child(3){
    margin-bottom: 0;
}

.saving_block_right-item:nth-child(4){
    margin-bottom: 0;
}

.saving_block_left{
    position: relative;
}

.video_info{
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    background-image: url(../img/bgox.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    border-radius: 0 0 10px 10px;
    width: 100%;
    height: max-content;
    padding: 34px 0;
    color: #FFF;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 45px;
}

.signup_left .subtitle{
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    margin-top: 23px;
    margin-bottom: 31px;
}

h3{
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 39px;
letter-spacing: 1px;
margin: 0;
text-transform: uppercase;
color: #02384A;
}

.form_input_wrap{
    width: 48%;
    padding: 18px 20px;
    border-radius: 10px;
border: 1px solid #E4E5E6;
background: #FFF;
display: flex;
align-items: center;
}

.form_input_wrap span{
    display: flex;
    margin-right: 21px;
}

.form{
    flex-wrap: wrap;
    justify-content: space-between;

}

.form_btn{
    width: 100%;
    border: none;
}

.team_block{
    overflow: hidden;
    position: relative;
}
.swiper-pagination-bullet-active{
    background: linear-gradient(to right, #ffd700, #ffaf00);
}
.signup_left{
    width: 50%;
    padding: 41px 36px 50px 30px;

}

.signup_right{
    width: 50%;
}

.signup_right img{
    border-radius: 0 10px 10px 0;
}
.signup_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: transparent;
    border: 4px dashed #70156d;
margin-bottom: 50px;
}

.signup{
    padding-top: 90px;
    padding-bottom: 100px;
    background-color: #f7f7fa;
}

.form_input{
    color: #1C1D1E;
    font-family: 'Gilroy';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px;
background: transparent;
border: none;
}


.form_input::placeholder{
    color: #1C1D1E;
    font-family: 'Gilroy';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}

.form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form_btn{
    margin-bottom: 0;
    margin-top: 20px;
    border-radius: 10px;
   background: #02384A;
text-transform: uppercase;
color: #FFF;
padding: 18.5px 20px;
}

.signup_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.questions_item{
    position: relative;
}

.questions_item .prev img{
    object-fit: cover;
    border-radius: 10px;
}

.questions_item .prev{
    height: 450px;
}

.questions_item .saving_video{
    height: 450px;
}
.questions_item{
    margin: 0 15px;
}
.questions_block{
    margin: 0 -15px;

}

.questions{
    overflow: hidden;
    padding-top: 86px;
    padding-bottom: 100px;
}

.questions_block .slick-arrow{
    display: none !important;
}
.saving_block_left{
    cursor: pointer;
}
.saving_block_left:hover .btn_play{
transform: scale(1.1);
}

.questions_item .video_info{
    flex-direction: column;
    padding: 34px 30px 30px 30px; 
}

.video_btn{
    width: 100%;
    text-transform: uppercase;
    margin-top: 23px;
    padding: 12px;
}

.questions_item.active .saving_video {
    display: block;
}
.questions_item.active .prev {
    display: none;
}

.questions_item.active .video_info {
    display: none;
}

.footer{
    padding-top: 50px;
    padding-bottom: 45px;
    color: #fff;
    background: #02384A;
}
.footer a{
    color: #fff;
}
.footer_block{
    display: flex;
    justify-content: space-between;
}

.fotter_logo_block{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.fotter_logo_link{
    color: #FFF;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 18px;
opacity: 0.5;
}

.footer_nav_block ul{
    margin: 0;
    padding: 0;
}

.footer_nav_block li{
    list-style: none;
    margin-bottom: 9px;
}

.footer_nav_link{
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 21px;
}
.footer_info_block{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer_adres{
margin: 0;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 21px;
}

.footer_tel{
    margin: 0;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 33px;
}
.btn_zapis.footer_btn{
    padding: 15px;
}
.footer_btn{
    background: #fff;
    margin-bottom: 30px;
    color: #000 !important;
    text-transform: uppercase;
    width: 100%;
    width: 370px;
    padding: 18.5px;
}

.footer_info_block{
    padding-bottom: 30px;
}

.results, .mainslider, .events{
    overflow: hidden;
}

.footer .social_link{
    margin-left: 0;
    margin-right: 20px;
}
.mob{
    display: none;
}
.events_news_img img {
    object-fit: cover;
}

.events_item:nth-child(4){
    border-bottom: none;
}

.header_btn{
    cursor: pointer;
}
.menu_popup {
    position: absolute;
    top: 0;
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 999;
    overflow: scroll;
}

.menu_popup .container{
    padding: 0;
}

.mob_menu_top {
    padding: 27px 28px;
    background: #ffffffc6;
    display: flex;
    align-items: end;
    justify-content: flex-end;
}

.menu_popup .header_lists ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    flex-direction: column;
}

.menu_popup .adres_right{
    color: #000;
}

.menu_popup .header_lists{
background: #02384A;
color: #fff;
padding-bottom: 20px;
}
.header_list_more li:hover a {
    color: #fff;
}
.header_list_more li a {
    color: #1C1D1E;
}
.header_list_more2 li span{
    display: none;
}

.header_list_more2 li {
    list-style: none;
}

.menu_popup .header_link{
    justify-content: center;
}

.menu_popup .header_list {
    padding: 6px 0px;
    cursor: pointer;
    position: relative;
}
.menu_popup a{
    color: #FFF;
}

.menu_popup .header_lists > ul > li:nth-child(1){
    padding: 17px 0;
}
.menu_popup  .header_list:hover{
    background: transparent;
}

.menu_popup .header_list:hover a span svg path {
    fill: #fff;
}

.header_list_more2 li{
    padding: 7px 0;
}

.header_list_more2{
    padding-top: 10px;
}

.header_list_more2{
    display: none;
}

.menu_popup .header_list_btn{
    display: flex;
}

.mob_bottom {
    display: flex;
    background: #fff;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 45px;
}

.menu_popup .adres_right{
    text-align: center;
}

.menu_popup .header_tel a{
    color: #1C1D1E;
    text-align: center;
}

.menu_popup .header_tel{
    padding-top: 18px;
    padding-bottom: 23px;
}

.menu_popup .btn_zapis br{
display: none;
}

.menu_popup .btn_zapis{
    width: 270px;
    margin-bottom: 30px;
}

.menu_popup .header_btn span {
    display: flex;
    margin-right: 17px;
    zoom: 0.8;
}

.header_list:hover a span {
    transform: rotate(0deg);
    margin-top: 0;
}

.header_list_open_mob.active .header_list a span {
    transform: rotate(180deg) !important;
    margin-top: 0;
}

.menu_popup .header_list_open_mob.active{
    background: #413692 !important;
    width: 100%;
}

.header_list_open_mob.active .header_list_more2{
    display: block;
}

.menu_popup{
    display: none;
}

.menu_popup.active{
    display: block;
}
body.active{
    position: fixed;
    width: 100%;
}

body.active .burger{
    display: none;
}
.menu_popup .header_link:hover{
    color: #fff;
}


.menu_popup a:hover{
    color: #fff;
}

.header_list_more2 a{
    color: #fff !important;
}

.container_services {
    width: 100%;
    overflow: visible;
}

.services.unset {
    overflow: unset;
}
.services-slider {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
}
.is-sticky {
    position: sticky;
    top: 86px;
  }
.services-slider__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    will-change: transform;
}

.container_results {
    width: 100%;
    overflow: visible;
}

.results.unset {
    overflow: unset;
}
.results-slider {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
}
.is-sticky {
    position: sticky;
    top: 86px;
  }
.results-slider__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    will-change: transform;
}

.results_item{
    width: 440px;
    min-width: 440px;
    margin-left: 0;
    margin-right: 20px;
}

.concept_item{
    width: 440px;
    margin-right: 0;
    margin-left: 20px;
}

.concept_block{
    margin-right: 0;
}

.questions_services {
    width: 100%;
    overflow: visible;
}

.questions.unset {
    overflow: unset;
}
.questions-slider {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
}
.is-sticky {
    position: sticky;
    top: 56px;
  }
.questions-slider__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    will-change: transform;
}

.questions_item{
    width: 300px;
}


.popup {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.38);
}
.container_popup {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    position: relative;
    background-color: #fff;
}
.popup_video_block{
    display: none;
}
.popup-content_video {
    font-size: 1px;
}

.popup-content_video iframe {
    min-width: 700px;
    min-height: 400px;
    object-fit: cover;
}
.popup_video_block2{
    display: none;
}

.popup_video_block2  .popup-content_video iframe {
    min-width: auto;
    width: auto;
}
.close2 {
    position: absolute;
    right: 0px;
    cursor: pointer;
    top: 0px;
    border-radius: 2px;
    background: #F7F7F7;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
  
.header_list_more li.header_list_more_open1{
    flex-direction: column;
    align-items: flex-start;
}

  
.header_list_more li.header_list_more_open1 a{
    display: flex;
    align-items: center;
}

.more_list0pen1 a{
    padding-left: 20px;
    display: flex;
    margin-top: 7px;
}
.header_list_more li span{
    display: block;
}
.more_list0pen1 a:hover{
    text-decoration: underline;
}

.more_list0pen1{
    display: none;
}

.header_list_more_open1.active .more_list0pen1{
    display: block;
}
.header_list_open.active li:hover a span svg path{
    fill: #fff !important;
}
.main_banner_slick{
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 10% 30%;
}
.main_banner_slick img{
    object-fit: cover;
    height: 100%;
    object-position: center;
}
.main_banner_slider .slick-arrow{
    display: none !important;
}
.main_items{
    position: relative;
    z-index: 2;
}

.main_banner_slider {
    position: relative;
    overflow: hidden;
    height: 700px;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out; /* Анимация изменения прозрачности */
}

.slide.active {
    opacity: 1;
}


.main_banner_slider .slick-dots {
    transform: rotate(90deg);
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    top: 0%;
}
.main_banner{
    overflow: hidden;
}

.slick-dots li{
    cursor: pointer;
}
.slick-arrow:hover{
    transform: scale(1.1);
}
.slick-prev:hover{
    transform: rotate(180deg) scale(1.1);

}
.mainslider_btn:hover{
    background: #1C1D1E;
    color: #fff;
}

.bnt_res:hover{
    background: rgb(153 147 193);
    color: #322783;
}


.events_info h3{
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    text-transform: none;
    margin: 0;
}
.events_info a:hover h3{
    text-decoration: underline;
}

.events_news_item a h4:hover{
    text-decoration: underline;
}
.events_news_item_link{
    width: max-content;
}
.events_news_item_link:hover{
    text-decoration: underline;
}
.events_info p{
    margin-bottom: 0;
    margin-top: 5px;
}
.events_item{
    align-items: center;
}
.header_list_open.active{
    border-radius: 10px 10px 0px 0px;
}

.btn_zapis:hover{
    background: linear-gradient(to right, #ffd700, #ffaf00);
    color: #fff;
}

.btn_zapis:hover span svg path{
    fill: #fff !important;
}
.header .social_link:hover svg rect{
    fill: #FFF !important;
}

.header .social_link:hover svg path{
    fill: #fff !important;
}

.popup_21 .container_popup_21 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: fixed;
    z-index: 9999;
    min-width: 100%;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.38);
}

.popup_21 .popup_block {
    max-width: 410px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    position: relative;
    border-radius: 5px;
   background: #fff;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.10);
}

.popup_21 .popup_block .form{
    flex-direction: column;
    width: 100%;
}

.popup_21 .popup_block .form_input_wrap{
    width: 100%;
    border-radius: 5px;
border: 1px solid #E4E5E6;
background:  #F8F9FA;
margin-bottom: 20px;
}

.popu_21 .popup_block .form_input_wrap span{
    border-right: 1px solid #E4E5E6;
}

.popu_21p .popup_block .form_input_wrap .form_input{
color: #262728;
}

.popup_21 .popup_block .form_input_wrap .form_input::placeholder{
    color: #262728;
}
.popup_21 .popup_block h4{
    margin: 0 auto;
    margin-bottom: 23px;
    text-align: center;
    color: #262728;
font-size: 22px;
font-style: normal;
font-weight: 700;
display: flex;
justify-content: center;
line-height: 28px;
letter-spacing: 1px;
}

.popup_21{
    display: none;
}


.popup_21 .popup_block .form_btn{
    width: 100%;
}

.popup_21 .close22 {
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_22{
    display: none;
}
.popup_21 .form_btn{
    margin-top: 0;
}

.form_btn:hover{
    color: #fff;
    background: #1C1D1E;
}
.open-video:hover{
    background: #1C1D1E;
    color: #fff;
}
.open-video:hover span svg path {
    fill: #fff !important;
}
.header_list_open_mob.active{
    color: #fff;
}
.header_list_open_mob .header_list_more_open1 a{
    display: flex;
    align-items: center;
}
.mob_menu .header_list_open a{
    color: #fff !important;
}
.header_list_open_mob .header_list_more_open1 a span{
    display: flex;
    transform: rotate(90deg);
    order: 2;
    margin-left: 10px;
}
.header_list_open_mob .header_list_more_open1.active a span{
    display: flex;
    transform: rotate(270deg);
    order: 2;
    margin-left: 10px;
}
.footer .social_link:hover svg rect{
    fill: #fff !important;
}
.footer .social_link:hover svg path{
    fill: #FFF !important;
}
.obzor .btn_play{
    background: transparent !important;
}

.img_hide_all{
    opacity: 0;
    z-index: -10;
    position: absolute;
}

.messiah_left_img img{
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.missian_wrap {
    align-items: stretch;
}
.form_input{
    width: 100%;
}

.preparation_main {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    background-image: url(../img/preparation1.jpg);
    background-size: cover;
    background-position: 50% 80%;
}

.preparation_main::before{
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #0000008a;
backdrop-filter: blur(5px);
}

.preparation_main_form_main{
    padding: 30px;
    border-radius: 20px;
    width: 40%;
    box-shadow: 10px 10px 10px #888888;
    background: #fff;
}

.preparation_main_form_main h3{
    text-align: center;
}

.preparation_main_form_main p{
    text-align: center;
}

.preparation_main_form_main .form_input_wrap{
    width: 100% !important;
    margin-top: 10px;
}

.preparation_main .container{
z-index: 2;
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 80px;
padding-bottom: 80px;
}
.preparation_main_span{
    position: absolute;
    width: 48%;
    right: 0;
    height: 100%;
    top: 0;
}

.preparation_main_span img{
    object-fit: cover;
    height: 100%;
}
h1{
    font-size: 46px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}

.bread{
    padding-top: 25px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.bread_link{
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    line-height: 150%;
    letter-spacing: 0px;
    color: rgb(148, 149, 150);
}
.bread_link span{
    display: block;
    margin: 0 4px;
}
.bread_span{
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0px;
}

.preparation_main_block{
    width: 52%;
}
html {
    scroll-behavior: smooth;
    overflow-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.preparation_subtitle{
font-size: 30px;
font-weight: 700;
line-height: 35px;
letter-spacing: 0px;
}

.preparation_items{
    display: flex;
    align-items: center;
}
.preparation_item{
    display: flex;
    align-items: center;
    margin: 40px 0;
font-size: 18px;
font-weight: 500;
line-height: 120%;
letter-spacing: 0px;
text-align: left;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid rgb(228, 229, 230);
}
.preparation_main_block .form_btn{
width: 48%;
margin-top: 0;
padding: 20.5px 20px;
}

.bread_link:hover{
    text-decoration: underline;
}
.line_bread{
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    display: block;
    margin: 0 5px;
    color: rgb(148, 149, 150);
}
.footer_polit1:hover{
    text-decoration: none;
}
.preparation_main_block .form{
margin-top: 20px;
align-items: center;
margin-right: 50px;
}
.preparation_item span{
    margin-right: 20px;
    display: flex;
}

.preparation_item:last-child{
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.form_infopolit{
    font-size: 12px;
    width: 100%;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0px;
    padding-bottom: 57px;
    padding-top: 16px;
}

.form_infopolit span{
    text-decoration: underline;
}

.footer_polit1{
    cursor: pointer;
}

.appskills{
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f7f7fa;
}

.appskills_block{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 30px;
}

.appskills_item{
    border-radius: 10px;
background: rgb(247, 247, 250);
padding: 30px 0;
}
.appskills_item .main_item_top{
padding: 0 30px;
padding-bottom: 20px;
line-height: 25px;
margin-bottom: 30px;
border-bottom: 1px solid rgb(223, 224, 225);
}
.appskills_item_img img{
    max-height: 320px;
    width: auto;
}

.appskills_lists{
    margin: 0 30px;
    position: relative;
    margin-right: 26px;
}

.appskills_lists::before{
    position: absolute;
    content: '';
    background: rgb(50, 39, 131);
    top: 0;
    left: 8px;
    height: 186px;
    width: 1px;
}

.appskills_item_v2 .appskills_lists::before{
    top: -8px;
}
.appskills_list{
   display: flex;
   align-items: center;
   margin-bottom: 10px;
font-size: 16px;
font-weight: 400;
line-height: 130%;
letter-spacing: 0px;
}

.appskills_list span{
    display: flex;
    margin-right: 15px;
    position: relative;
    z-index: 2;
}


.appskills_item_img{
    display: flex;
    padding: 0;
    align-items: center;
    background: transparent;
    justify-content: center;
}
.appskills_item{
    width: 31.5%;
}

.format{
    margin-top: 80px;
    margin-bottom: 100px;
}

.format_wrap{
    display: flex;
    justify-content: space-between;
}
.format_block{
    width: 32%;
    border-radius: 10px;
box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
background: rgb(255, 255, 255);
padding: 20px;
}

.format_block h3{
   text-transform: none;
   text-align: center;
}

.format_items{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.format_item{
    width: 32%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    text-align: center;
    color: rgb(28, 29, 30);
font-size: 16px;
font-weight: 400;
line-height: 120%;
letter-spacing: 0px;
text-align: center;
background: rgb(247, 247, 250);
}

.format_item span{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    justify-content: center;
}

.classesfree{
    margin: 100px 0;
}

.classesfree_block{
    background-image: url(../img/classesfree.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 30px;
    color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: end;
}

.classesfree_block_wrap{
    width: 65%;
}

.classesfree_block_wrap p{
margin-top: 13px;
margin-bottom: 35px;
font-size: 22px;
line-height: normal;
}
.classesfree_block_wrap .appskills_lists{
    margin: 0;
    margin-bottom: 50px;
}

.classesfree_block_wrap .appskills_list{
    font-weight: 500;
    margin-bottom: 16px;
}
.classesfree_block_wrap .form_input{
    color: #fff;
}
.classesfree_block_wrap .form_input_wrap{
    width: 32%;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.109);
    border-radius: 10px;
    background: rgb(255 255 255 / 5%);
}
.classesfree_block_wrap .form_infopolit{
    padding-bottom: 8px;
    opacity: 0.5;
}
.classesfree_block_wrap .form_btn{
    width: 32%;
    margin-top: 0;
    border-radius: 10px;
    color: rgb(28, 29, 30);
box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
background: rgb(255, 255, 255);
}
.classesfree_block_wrap .form_input::placeholder{
    color: #fff;
}
.classesfree_block_wrap .appskills_lists::before{
    background: rgb(255, 205, 75);
    height: 110px;
    top: -8px;
}

.signup .form_infopolit{
    padding-bottom: 0;
}

.preparation_single{
    padding-top: 86px;
    background: #fff;
    padding-bottom: 80px;
}

.preparation_single_item{
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
    align-items: flex-start;
    justify-content: space-between;
background: rgb(255, 255, 255);
}

.preparation_single_left{
    width: 25%;
}
.preparation_single_left img{
    height: 225px;
    object-fit: cover;
    border-radius: 3px;
}

.preparation_single_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.preparation_single_top_img{
    margin-right: 15px;
}

.preparation_single_top_info{
    display: flex;
    align-items: center;
}

.preparation_single_info .preparation_single_info_text {
    height: 77px;
    overflow: hidden;
}

.preparation_single_info .preparation_single_info_text.active{
height: auto;
}

.preparation_single_info_text p{
    margin-top: 0;
    margin-bottom: 10px;
}

.preparation_single_top_name{
    color: rgb(28, 29, 30);
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0px;
}

.preparation_single_top_data{
    display: flex;
    align-items: center;
    color: rgb(28, 29, 30);
font-size: 12px;
font-weight: 400;
line-height: 150%;
letter-spacing: 0px;
}
.preparation_single_info h2{
    margin-top: 28px;
    margin-bottom: 20px;
font-size: 22px;
font-weight: 700;
line-height: 120%;
text-transform: none;
letter-spacing: 0px;
}
.preparation_single_top_data span{
    display: block;
    margin-right: 10px;
}
.preparation_single_top_name span{
    margin-top: 3px;
    display: block;
    color: rgb(28, 29, 30);
font-size: 12px;
font-weight: 400;
line-height: 150%;
letter-spacing: 0px;
}

.preparation_single_info_btn{
    margin-top: 10px;
    color: rgb(50, 39, 131);
font-size: 16px;
font-weight: 700;
line-height: 150%;
letter-spacing: 0px;
cursor: pointer;
}

.preparation_single_top_img img{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.preparation_single_right{
    width: 72%;
}
.preparation_single_top_data_mob{
    display: none;
}

.classesfree_block_wrap .form_btn:hover{
    color: #fff;
    background: #1C1D1E;
}

.team{
    max-width: 1920px;
    margin: 0 auto;
}

.team .swiper-pagination{
    position: absolute;
    left: 45%;
    width: max-content;
}



.arrow_app{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 100px;
    height: 100px;
    cursor: pointer;
    opacity: 0.5;
    z-index: 99;
}
.arrow_app:hover{
    opacity: 0.7;
}
.arrow_app svg{
    width: 100%;
    height: 100%;
}
.team .container{
    position: relative;
}
.swiper_next{
    position: absolute;
    right: -50px;
    top: 55%;
    cursor: pointer;
    z-index: 9;
}
.swiper_prev{
    position: absolute;
    left: -50px;
    cursor: pointer;
    top: 55%;
    z-index: 9;
}
/* .concept_block.active{
    overflow: scroll;
} */

/* .concept_block.active .concept_item{
    min-width: 440px;
} */
/* .results_block.active{
    overflow: scroll;
} */

.concept.active{
    display: none;
}
.concept2{
    display: none;
    padding-top: 90px;
    padding-bottom: 100px;
}
.concept_block2 .slick-arrow{
    position: absolute;
    border: none;
    background: transparent;
}
.concept_block2 .slick-next{
    right: -30px;
    top: 30%;
    z-index: 2;
}
.concept_block2 .slick-prev{
    left: -30px;
    top: 30%;
    transform: rotate(180deg);
    z-index: 2;
}

.results.active{
    display: none;
}
.results2{
    display: none;
    padding-top: 90px;
    padding-bottom: 100px;
}
.results_block2 .slick-arrow{
    position: absolute;
    border: none;
    background: transparent;
}
.results_block2 .slick-next{
    right: -30px;
    top: 30%;
    z-index: 2;
}
.results_block2 .results_item {
    min-width: auto;
}
.results_block2 .slick-prev{
    left: -30px;
    top: 30%;
    transform: rotate(180deg);
    z-index: 2;
}
.footer_logo{
    max-width: 200px;
}
.header_tel{
    display: flex;
    align-items: center;
}
.preparation_main_span img{
    object-position: top;
}

h1{
    padding-top: 40px;
}
p{
    font-size: 20px;
}
.main_list_wrap{
    padding: 25px 0;
}
.messiah_right_item_wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.appskills_item_img img{
    object-fit: cover;
    width: 350px;
    height: 350px;
    object-position: 30% 20%;
    border-radius: 10%;
}



.messiah_right_item_wrap p{
    width: 49%;
}
.signup .main_list{
    padding: 10px 0;
    margin: 0;
    border: navajowhite;
}
.signup form{
    margin-top: 30px;
}

.contacts{
    background: #f7f7fa;
    padding-bottom: 50px;
}
.contacts  .messiah_right_item{
    width: 49%;
}
.contacts .contacts_wrap_item_2{
    width: 100%;
    min-height: 288px;
}
.contacts .messiah_right_items{
margin-bottom: 30px;
}

.contacts_wrap{
    display: flex;
    justify-content: space-between;
}

.contacts_wrap_item{
    width: 49%;
}
.contacts_wrap_item_2{
    width: 100%;
    align-items: flex-start;
}

.contacts_wrap_item_2 p{
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.contacts_wrap_item_2 p span{
   margin-right: 15px;
   font-size: 23px;
   margin-bottom: 0;
   line-height: normal;
}
.contacts_wrap_item_v1 .messiah_right_item{
    height: 140px;
}
@media(max-width: 1345px) {
.container{
    padding: 0px 20px;
}
.header_link{
    font-size: 14px;
}
.tel_link {
    font-size: 20px;
}
.header_list_more a {
    font-size: 14px;
    line-height: normal;
}
.mainslider_item_type1 .mainslider_left picture {
    top: 0px;
}
p {
    font-size: 15px;
}
.header_list_more{
    width: 200px;
}
.header_list_more li{
    width: 200px;
    min-width: auto;
}
.form_input_wrap span {
    margin-right: 15px;
}

.form_input::placeholder{
    font-size: 14px;
}
.form_input{
    font-size: 14px;
}
}

@media(max-width: 1250px) {
    .header_link{
        font-size: 12px;
    }
    .tel_link {
        font-size: 18px;
    }
    .header_list_more a {
        font-size: 12px;
        line-height: normal;
    }
    .mainslider_item_type1 .mainslider_left picture {
        top: 55px;
    }
    .mainslider_btn {
        margin-top: 57px;
    }
    .mainslider_item_type2 .mainslider_title {
        font-size: 48px;
        line-height: normal;
    }
    .mainslider_item_type2 .subtitle {
        font-size: 66px;
        line-height: normal;
    }
    h2 {
        font-size: 40px;
        line-height: normal;
    }
    .mainslider_title{
        font-size: 40px;
        line-height: normal;
    }

    .mainslider_item_type3 .mainslider_right {
        width: 85%;
    }
    .subtitle {
        margin-bottom: 28px;
        line-height: normal;
        font-size: 26px;
    }

    h4 {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0;
    }
    .events_info h3{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0;
    }

    p {
        font-size: 15px;
        line-height: normal;
    }

    .header_btn{
        font-size: 14px;
    }
    h3 {
        font-size: 26px;
        line-height: normal;
    }
    
    .footer_btn{
        width: 295px;
    }
    .preparation_item{
        font-size: 20px;
        line-height: normal;
    }

    .preparation_item span{
        zoom: 0.9;
    }
    .bread{
        margin-bottom: 30px;
    }
    .contacts_wrap_item {
        width: 100%;
    }
 .contacts_wrap{
    flex-wrap: wrap;
 }
}

@media(max-width: 1160px){
    .mainslider_item_type1 .mainslider_left picture {
        top: 85px;
    }
    p {
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
    }
    .main_list {
        font-size: 12px;
        line-height: 17px;
    }
    .preparation_main_span {
        position: absolute;
        width: 40%;
        right: 0;
        height: 100%;
        top: 0;
    }

    .preparation_main_block {
        width: 60%;
    }
    .appskills_item {
        width: 31%;
    }

    .appskills h2 br{
        display: none;
    }
    .format_item {
        padding: 10px;
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
    }
    .classesfree_block{
        background-position: 65%;
    }
    .classesfree_block_wrap {
        width: 75%;
    }
}

@media(max-width: 1120px){
    .header_list_btn {
        display: none;
    }

    .header_logo{
        zoom: 0.8;
    }

    .mainslider_item_type1 .mainslider_left picture {
        top: 105px;
    }

    .signup_right {
        width: 45%;
    }
    .signup_left {
        width: 55%;
        padding: 41px 36px 50px 30px;
    }

    .messiah_right_item{
        width: 49%;
    }
    .appskills .messiah_right_items{
        gap: 0;
        justify-content: space-between;
    }
}



@media(max-width: 1024px){
    .mob{
        display: block;
    }
    .preparation_main .container{
        flex-wrap: wrap;
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .preparation_main_form_main{
        width: 100%;
    }
    .swiper_next{
        display: none;
    }
    .header_top .header_lists{
        display: none;
    }
    .swiper_prev{
        display: none;
    }
    .desk{
        display: none;
    }
    .arrow_app{
        display: none;
    }

    .burger{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header_logo{
        zoom: 1;
    }
    .contacts .messiah_right_item{
        width: 100%;
    }
    .header_top{
        padding: 20px 0;
    }

    .main_item{
        width: 49%;
    }

    .btn_more{
        margin-top: 20px;
        background: transparent;
        border-radius: 10px;
border: 2px solid #E4E5E6;
text-transform: uppercase;
text-align: center;
    }

    .main_items.active .desk{
        display: block;
    }
    .main_banner{
        margin-bottom: 80px;
    }

    .mainslider_item{
        flex-direction: column;
        justify-content: flex-start;
        padding: 0;
        background-color: #322783;
        background-image: none !important;
        padding-bottom: 20px;
    }

    .mainslider_img_mob img{
        border-radius: 10px 10px 0 0px;
    }

    .mainslider_left{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .mainslider_right{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .mainslider_btn {
        margin-top: 20px;
        width: 100%;
    }

    .mainslider_block{
        margin: 0 -5px;
    }
    .mainslider_block_wrap{
        margin: 0 5px;
    }

    .mainslider_title {
        font-size: 26px;
        line-height: normal;
    }
    .mainslider_left{
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .mainslider_item .subtitle {
        font-size: 22px;
        font-weight: 700;
        text-align: center;
    }

    .mainslider_img_mob{
        margin-bottom: 15px;
    }

    .mainslider_img_mob img{
        object-position: top;
    }

    .mainslider_item_type1 h2{
        text-align: center;
        margin-bottom: 10px;
        font-size: 30px;
        margin-top: 7px;
        line-height: normal;
    }

    .data_mainslider span{
        padding: 6px;
    }

    .data_mainslider p{
        font-size: 14px;
    }

    .mainslider_item{
        height: 700px;
    }
    .mainslider_item_type2 .mainslider_left{
        display: none;
    }
    .mainslider_item_type2 .mainslider_right{
        width: 100%;
        height: inherit;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .mainslider_img_mob{
        height: 273px;
    }
    .mainslider_item_type2 .mainslider_title {
        font-size: 40px;
        text-align: center;
        line-height: normal;
    }

    .mainslider_item_type2 .mainslider_item .subtitle {
        font-size: 50px;
        font-weight: 700;
        text-align: center;
    }

    .mainslider_item_type3 .mainslider_right {
        width: 100%;
    }

    .mainslider_wrap{
        flex-direction: column;
    }

    .mainslider_item_type3 .mainslider_title {
        width: 100%;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .mainslider_lists {
        width: 100%;
    }

    .mainslider_lists ul {
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    
    .mainslider_lists ul li span {
        left: -22.9px;
        zoom: 0.9;
    }
    
    .mainslider_lists ul li {
        font-size: 16px;
        line-height: normal;
        padding-bottom: 12px;
    }
    .contacts_wrap_item_v1 .messiah_right_item {
        height: auto;
    }
    .mainslider_item_type4 .mainslider_left{
        flex-direction: column;
        align-items: center;
    }
    .mainslider_item_type4 .mainslider_right {
        width: 100%;
    }

    .mainslider_item_type4 .mainslider_title {
        font-size: 22px;
        text-align: center;
        line-height: normal;
        margin-top: 10px;
    }

    .mainslider_item_type4 .mainslider_title br{
        display: none;
    }

    .lang_wrap{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .languages_block{
        margin: 25px 0;
    }

    .languages_item{
        width: 50%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 5px;
    }

    .languages_item span{
        width: 40px;
        height: 40px;
    }

    .mainslider_item_type2{
        background-color: #088395;
    }

    .mainslider_item_type3{
        background-color: #22577A;
    }

    .mainslider_item_type4{
        background-color: #0766AD;
    }
    .mainslider_block .slick-prev {
        top: 26%;
    }
    .mainslider_block .slick-arrow {
        top: 28%;
    }
    .mainslider_block .slick-dots {
        left: 45%;
    }

    .events_left{
        width: 100%;
    }
    .events_right{
        width: 100%;
        margin-top: 30px;
    }

    .events_block{
        flex-wrap: wrap
    }

    .events_info p{
        margin-bottom: 0;
    }

    .events_item{
        align-items: center;
    }
    .concept_block {
        display: flex;
        margin: 0 -20px;
        margin-right: 0;
        padding-left: 20px;
    }

    .concept h2{
        padding: 0 20px;
    }

    .concept .container{
        padding: 0;
    }

    .team_block {
        margin-right: 0;
        padding-left: 20px;
    }

    .team h2{
        padding: 0 20px;
    }

    .team .container{
        padding: 0;
    }


    .team .subtitle{
        padding: 0 20px;
    }

    .subtitle br{
        display: none;
    }

    .questions_block {
        margin-right: 0;
        padding-left: 20px;
    }

    .questions h2{
        padding: 0 20px;
    }

    .questions .container{
        padding: 0;
    }

    .messiah_left{
        width: 100%;
        margin-bottom: 30px;
    }

    .missian_wrap{
        flex-direction: column;
    }

    .messiah_left_img{
        margin-bottom: 20px;
    }

    .messiah_right{
        width: 100%;
    }

    .messiah_block{
        flex-wrap: wrap;
    }

    .messiah_left_img{
        width: 100%;
    }

    .messiah_left_text{
        width: 100%;
    }

    .saving_block_left {
        width: 100%;
    }

    .saving_block_right{
        width: 100%;
        margin-top: 20px;
    }

    .saving_block{
        flex-wrap: wrap;
    }

    .saving_block_right-top .slick-arrow{
        display: none !important;
    }

    .signup_right {
        width: 100%;
        margin-bottom: 20px;
        order: 1;
    }
    .signup_left {
        width: 100%;
        padding: 41px 36px 50px 30px;
        order: 2;
    }

    .signup_top{
        flex-wrap: wrap;
    }
    .signup_right img {
        border-radius: 10px 10px 0px 0;
    }
    .footer_block{
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer_nav_block{
        width: 48%;
        order: 3;
    }

    .fotter_logo_block{
        width: 48%;
        margin-bottom: 20px;
    }

    .footer_info_block{
        width: 48%;
    }

    .footer_btn_block{
        width: 48%;
        order: 4;
    }

    .concept_block{
        overflow: scroll;
    }

    .results_block{
        overflow: scroll;
    }

    .questions_block{
        overflow: scroll;
    }

    .concept_item {
        width: 440px;
        min-width: 440px;
        margin-right: 0;
        margin-left: 20px;
    }

    .questions_item {
        width: 300px;
        min-width: 300px;
    }
    
    .results_item {
        width: 440px;
        min-width: 440px;
        margin-left: 0;
        margin-right: 20px;
    }    
    .questions_block {
        overflow: scroll;
        overflow-y: hidden;
    }
    .preparation_main_span{
        position: static;
        order: 2;
        width: 100%;
    }
    .preparation_main{
        display: flex;
        flex-direction: column;
    }

    .preparation_main_block{
        width: 100%;
    }
    .preparation_main_block .form {
        width: 75%;
    }
    .appskills_item {
        width: 48%;
    }
    .format_wrap{
        flex-wrap: wrap;
        justify-content: center;
    }
    .format_block {
        width: 46%;
        margin: 0px 10px;
        margin-bottom: 20px;
    }

  

    .format {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .classesfree {
        margin: 60px 0;
    }
    .preparation_single_left {
        width: 40%;
    }
    .preparation_single_right {
        width: 56%;
    }
}


@media(max-width: 820px){
    .main_item{
        width: 100%;
    }
    .main_banner{
        margin-bottom: 60px;
    }

    .mainslider_img_mob {
        height: auto;
    }
    .mainslider_img_mob {
        height: auto;
        width: 100%;
    }
    .mainslider_img_mob img {
        object-position: top;
        height: 350px;
        object-fit: cover;
    }
    
    .languages_block {
        margin: 15px 0;
    }

  
    .mainslider_block .slick-arrow {
        top: 38%;
    }
    .mainslider_block .slick-prev {
        top: 36%;
    }
    .mainslider_item {
        height: 770px;
    }
    .mainslider_title {
        font-size: 22px;
        line-height: normal;
    }

    .concept_info {
        padding: 20px;
    }
    .preparation_main_block .form {
        width: 100%;
    }
    .appskills_block {
        gap: 20px 10px;
    }
    .appskills_item{
        padding: 20px 0;
    }
    .classesfree_block_wrap {
        width: 100%;
    }
    .appskills_item {
        min-height: 347px;
    }
    .contacts_wrap{
        flex-wrap: wrap;
    }

    .contacts_wrap_item{
        width: 100%;
    }

}
@media(max-width: 768px){
    .saving_block_right-top{
        margin: 0 -10px;
    }
    .obzor .container{
        padding: 0;
    }
    .container_popup {
        max-width: 95%;
    }

    .popup-content_video iframe {
        min-width: 100%;
        width: 100% !important;
        min-height: auto;
        object-fit: cover;
    }

    .obzor h2{
        padding: 0 20px;
    }
    .saving_block_left{
        margin: 0 20px;
    }
    .contacts_wrap_item_v1 .messiah_right_item {
        height: auto;
    }

    .saving_block_right{
        padding-left: 20px;
    }
   
.saving_block_right-item{
    margin: 0 10px;
}
.signup_left {
    width: 100%;
    padding: 20px;
    order: 2;
}
.footer_nav_block{
    width: 100%;
    order: 2;
    margin-bottom: 20px;
}

.fotter_logo_block{
    width: 100%;
    order: 4;
    margin-bottom: 20px;
}

.footer_info_block{
    width: 100%;
    order: 2;
}
.obzor{
    overflow: hidden;
}
.footer_btn_block{
    width: 100%;
    order: 3;
}
.footer_nav_link{
    text-align: center;
}

.footer_adres{
    text-align: center;
}
.footer_tel{
    text-align: center;
    display: block;
    margin: 10px 0;
}

.social{
    justify-content: center;
}
.footer_btn{
    margin: 0 auto;
    margin-top: 15px;
}
.footer_logo {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.fotter_logo_link{
    text-align: center;
}

.footer_btn_block{
    margin-bottom: 40px;
}
.main_item_top{
    font-size: 20px;
    line-height: normal;
}
.appskills_lists::before{
    height: 100%;
}
.classesfree_block_wrap .form_input_wrap {
    width: 49%;
}
.classesfree_block_wrap .form_btn {
    width: 100%;
    margin-top: 15px;
}
}
@media(max-width: 650px){
    .appskills_item {
        width: 100%;
        min-height: auto;
    }
    .preparation_item{
        padding-right: 20px;
        margin-right: 20px;
    }
    .format_block {
        width: 100%;
        margin: 0px 0px;
        margin-bottom: 20px;
    }
    .preparation_single_left {
        width: 100%;
    }
    .preparation_single_item{
        flex-direction: column;
    }
    .preparation_single_right {
        width: 100%;
        margin-top: 20px;
    }

    .form_input_wrap span {
        margin-right: 15px;
        zoom: 0.8;
    }
    
    h1 {
        font-size: 40px;
        font-weight: 700;
    }
    .preparation_subtitle {
        font-size: 25px;
        font-weight: 700;
    }

   

}
@media(max-width: 560px){
    .header_logo{
        zoom: 0.7;
    }
    .appskills p {
        color: #02384A;
        font-weight: 600;
        font-size: 18px;
    }
    .concept_item {
        width: 240px;
        min-width: 240px;
        margin-right: 0;
        margin-left: 20px;
    }
    .text_block{
        padding: 0 20px;
    }

    .questions_item {
        width: 200px;
        min-width: 200px;
    }
    
    .results_item {
        width: 240px;
        min-width: 240px;
        margin-left: 0;
        margin-right: 20px;
    }   
    .header_top{
        padding: 15px 0;
    }
    .main_items {
        margin-top: 16px;
    }

    .main_item{
        padding: 20px;
        margin-bottom: 10px;
    }
    .main_banner{
        margin-bottom: 40px;
    }
    .main_item_top span{
        zoom: 0.8;
    }

    .main_item_top{
        font-size: 18px;
        margin-bottom: 20px;
        line-height: normal;
    }

    .main_list{
        padding-top: 14px;
        margin-bottom: 15px;
        font-size: 14px;
        line-height: normal;
    }

    .header_btn{
        padding: 14px;
        text-align: center;
        font-size: 14px;
        line-height: normal;
        width: 100%;
    }
    .contacts_wrap_item_v1 .messiah_right_item {
        height: auto;
    }
    .main_list span {
        zoom: 0.8;
    }

    .btn_more{
        margin-top: 10px;
    }

    .mainslider_img_mob img {
        object-position: top;
        height: 220px;
        object-fit: cover;
    }
    .mainslider_item {
        height: 520px;
    }
    .mainslider_block .slick-arrow {
        top: 33%;
        zoom: 0.8;
    }
    .mainslider_block .slick-prev {
        top: 31%;
    }
    .mainslider_title {
        font-size: 16px;
        line-height: normal;
    }
    .mainslider_item_type1 .mainslider_title{
        margin-right: 20px;
    }
    .mainslider_left {
        display: flex;
        justify-content: center;
        margin-bottom: 5px;
        align-items: center;
    }
    .mainslider_item .subtitle {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
    }
    .mainslider_item_type1 h2 {
        font-size: 26px;
    }

    .data_mainslider p {
        font-size: 11px;
        line-height: normal;
    }

    .data_mainslider span {
        font-size: 11px;
        min-width: 85px;
        margin-right: 10px;
        line-height: normal;
    }
    .mainslider_item_type2 .mainslider_title {
        font-size: 26px;
        text-align: center;
        line-height: 39px;
        margin-block: 10px;
    }
    .mainslider_item_type2 .mainslider_item .subtitle {
        font-size: 36px;
        font-weight: 700;
        text-align: center;
    }
    .mainslider_item_type2 .mainslider_btn {
        margin-top: 15px;
    }

    .mainslider_item_type3 .mainslider_item .subtitle {
        font-size: 14px;
        font-weight: 700;
        text-align: center;
    }
    .mainslider_item_type3 .mainslider_title {
        width: 100%;
        font-size: 14px;
    }

    .mainslider_lists ul {
        padding-left: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

    .mainslider_lists ul li {
        font-size: 11px;
        line-height: normal;
        padding-bottom: 8px;
    }

    .mainslider_item_type4 .mainslider_left .mainslider_title {
        font-size: 26px;
        text-align: center;
        line-height: normal;
        margin-top: 0;
    }

    .mainslider_item_type4 .mainslider_title {
        font-size: 14px;
        margin-top: 8px;
        text-align: center;
        line-height: normal;
        margin-top: 8px;
    }

    .languages_item span {
        width: 26px;
        height: 20px;
        min-width: 26px;
        min-height: 20px;
    }
    .languages_item p {
        font-size: 11px;
        line-height: normal;
    }
    .mainslider_block .slick-dots {
        left: 43%;
    }

    .events{
        padding: 35px 0;
    }
    h2{
        font-size: 20px;
        line-height: normal;
        margin-bottom: 15px;
    }

    .data{
        padding: 8px 13px;
        height: 50px;
        width: 50px;
        font-size: 20px;
        line-height: normal;
    }
    .data span {
        font-size: 11px;
        line-height: normal;
    }

    h4{
        font-size: 14px;
        line-height: normal;
    }

    .events_info h3{
        font-size: 14px;
        line-height: normal;
    }
    p{
        font-size: 14px;
        line-height: normal;
    }
    .events_news_img img {
        height: 160px;
        border-radius: 10px;
    }
    .events_item {
        display: flex;
        padding-bottom: 15px;
        margin-bottom: 20px;
        border-bottom: 1px solid #E4E5E6;
        align-items: flex-start;
    }

    h2 br{
        display: none;
    }
    .events_right{
        margin-top: 5px;
    }

    .events_news .slick-next {
        top: 64px;
        zoom: 0.8;
    }

    .mainslider {
        margin-bottom: 40px;
    }

    .events_news_item_link{
        font-size: 11px;
        line-height: normal;
    }

    .concept_btn {
        position: static;
        margin: 0 20px;
    }

    .concept_btn{
        padding: 6px;
        font-size: 11px;
        line-height: normal;
    }

    .concept_text p{
        margin-bottom: 0;
    }
    .concept_img img {
        height: 150px;
        object-fit: cover;
    }

    .concept{
        padding: 35px 0;
    }
    .concept_item {
        margin: 0 10px;
    }

    .concept_block{
        margin: 0 -10px;
    }

    .team_img img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        object-fit: cover;
    }
   
    .team_item{
        padding: 20px;
    }

    .team_block{
        margin: 0 -10px;
    }
    .team_item{
        margin: 0 10px;
    }
    .subtitle{
        font-size: 14px;
        line-height: normal;
    }
    .team{
        padding: 35px 0;
    }
    .results_img img {
        width: 84px;
        height: 84px;
    }

    .results_item{
        padding: 20px;
    }

    .results_block{
        margin: 0 -10px;
    }
    .results_item{
        margin: 0 10px;
    }

    .results_bal {
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
        margin-bottom: 15px;
        border-bottom: 1px dashed #DFE0E1;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .results_bal_left{
        margin-bottom: 5px;
    }
    .results_block{
        padding: 35px 0;
    }

    .results_madali_item{
        zoom: 0.6;
    }
    .results_bal_right h4 span{
        zoom: 0.8;
    }
    .questions_item .video_info {
        flex-direction: column;
        padding: 22px 20px 20px 20px;
    }
    .questions_item .prev {
        height: 300px;
    }
    .questions_item .saving_video {
        height: 300px;
    }

    .questions{
        padding: 35px 0;
    }

    .messiah{
        padding: 35px 0;
    }

    .messiah_left_img {
        margin-bottom: 5px;
    }

    .messiah_right_item{
        padding: 16px;
    }
    .messiah_right_item p br{
        display: none;
    }
    .saving_block_right-item img {
        height: 170px;
    }

    .prev {
        object-fit: cover;
        height: 550px;
        border-radius: 24px;
    }
    .saving_video {
        height: 550px;
    }
    .btn_play {
        position: absolute;
        top: 38%;
        zoom: 0.8;
        left: 42%;
        cursor: pointer;
    }

    .video_info{
        padding: 24px 16px 16px 16px;
        font-size: 20px;
        line-height: normal;
    }

    .obzor{
        padding: 35px 0;
    }

    h3{
        font-size: 18px;
        line-height: normal;
    }
    .signup_left .subtitle{
        margin-top: 11px;
        margin-bottom: 0px;
        font-size: 14px;
        line-height: normal;
    }

    .form_input_wrap{
        width: 100%;
        padding: 10px 12px;
        margin-top: 16px;
    }

    .form_input{
        font-size: 14px;
        line-height: normal;
    }

    .form_input::placeholder{
        font-size: 14px;
        line-height: normal;
    }

    .form_input_wrap span {
        display: flex;
        margin-right: 11px;
        zoom: 0.8;
    }
    
    .signup{
        padding: 35px 0;
    }
    .footer_logo {
        width: 60%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .btn_zapis.footer_btn span {
        zoom: 0.8;
        margin-right: 11px;
    }
    .btn_zapis.footer_btn {
        padding: 8px;
    }

    .footer{
        padding: 35px 0;
    }

    .footer_adres{
        margin-bottom: 28px;
    }
    .footer_tel{
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .footer .social{
        margin-top: 33px;
    }
    .res_hide span {
        display: block;
        zoom: 0.7;
        margin-bottom: 24px;
    }
    .res_hide p br{
        display: none;
    }

    .time_hide span{
        zoom: 0.7;
    }

    .time_hide{
        font-size: 16px;
    }
    .menu_popup a {
        color: #FFF;
        font-size: 18px;
    }
    .header_list_open_mob.active{
       margin: 10px 0;
       padding-top: 10px;
       padding-bottom: 10px;
    }
    .menu_popup .header_tel a {
        color: #1C1D1E;
        text-align: center;
        font-size: 18px;
    }

    .mob_bottom .adres_right{
        margin-left: 0;
    }
    .menu_popup .header_lists > ul > li:nth-child(1) {
        padding: 17px 0;
        padding-bottom: 6px;
    }

    .more_list0pen1 a{
        text-align: center;
        padding-left: 0;
        justify-content: center;
    }

    .bnt_res span{
        margin-bottom: 0;
    }
    .main_banner_slider{
        height: 220px;
    }
    .main_banner_slider .slick-dots{
        zoom: 0.35;
    }

    .popup_21 .popup_block {
        max-width: 95%;
        padding: 15px;
    }
    .popup_21 .popup_block .form_input_wrap{
        margin-bottom: 0;
    }

    .popup_21 .form_btn{
        padding: 12px 20px;
        margin-top: 16px;
    }

    .concept_block{
        margin-right: 20px;
    }
    .team_img p{
        font-size: 14px;
    }

    .team_item h3{
        font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    }
    .results{
        padding: 34px 0;
    }
    
    .results_block{
        padding-bottom: 0;
        padding-top: 14px;
    }

    .messiah_right_item .subtitle{
        font-size: 14px;
        line-height: normal;
    }
    .contacts .contacts_wrap_item_2 {
        width: 100%;
        min-height: auto;
    }

    .messiah_right_item{
        width: 100%;
    }

   .preparation_main_block  .form_input_wrap {
        width: 100%;
        padding: 15px 15px;
        margin-top: 0;
    }

    h1{
        font-size: 24px;
        line-height: normal;
        margin-bottom: 5px;
    }
    .preparation_main_block .form_btn {
        width: 100%;
        margin-top: 10px;
        margin-top: 10px;
        padding: 16.5px 20px;
    }

    .preparation_subtitle {
        font-size: 18px;
        line-height: normal;
        font-weight: 700;
    }
    .bread {
        padding-top: 18px;
    }
    .preparation_item {
        padding-right: 0;
        margin-right: 0;
        margin: 0;
        flex-direction: column;
        width: 33%;
        border: none;
        font-size: 14px;
        text-align: center;
    }

    .preparation_item span{
        margin-right: 0;
        margin-bottom: 15px;
        zoom: 0.7;
    }


    .preparation_items{
        margin: 25px 0;
    }

    .form_infopolit br{
        display: none;
    }

    .form_infopolit{
        padding-bottom: 25px;
    }

    .appskills {
        padding-top: 35px;
        padding-bottom: 40px;
    }
    .appskills_item_img img {
        max-height: 220px;
        width: auto;
    }
    .appskills_block {
        gap: 10px 0px;
    }
    .appskills_item .main_item_top {
        padding: 0 20px;
        padding-bottom: 20px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .appskills_lists {
        margin: 0 20px;
        position: relative;
        margin-right: 20px;
    }
    .appskills_list{
        font-size: 14px;
        line-height: normal;
    }
    .team .swiper-pagination{
        display: none;
    }
    .team_block{
        padding-bottom: 0;
    }
    .format {
        margin-top: 33px;
        margin-bottom: 40px;
    }
    .format_block {
        padding: 20px 10px;
        margin-bottom: 10px;
    }
    .format_item span{
        margin-bottom: 7px;
        zoom: 0.9;
    }
    .classesfree_block_wrap .form_input_wrap {
        width: 100%;
        margin-top: 10px;
        padding: 15px;
    }
    .classesfree_block_wrap .form_input_wrap span{
        zoom: 0.7;
    }
    .classesfree_block_wrap .form_btn {
        width: 100%;
        padding: 18.5px 15px;
        margin-top: 10px;
    }
    .classesfree_block{
        padding: 20px;
        padding-top: 200px;
        background-position: top;
        background-image: url(../img/classesfree_blockmob.webp);
    }
    .classesfree_block_wrap p {
        margin-top: 10px;
        margin-bottom: 25px;
        font-size: 14px;
        line-height: normal;
    }
    .classesfree_block_wrap .appskills_list {
        font-weight: 700;
        margin-bottom: 7px;
    }

    .classesfree_block_wrap .appskills_lists::before {
        background: rgb(255, 205, 75);
        height: 100%;
        top: 0px;
    }

    .classesfree_block_wrap .appskills_lists {
        margin: 0;
        margin-bottom: 25px;
    }

    .classesfree_block_wrap .form_infopolit {
        padding-bottom: 0px;
        opacity: 0.5;
        text-align: center;
    }

    .preparation_single {
        padding-top: 33px;
        background: #fff;
        padding-bottom: 40px;
    }
.preparation_single_top_data{
    display: none;
}
    .preparation_single_top_data_mob{
        display: flex;
        margin-bottom: 18px;
    }

    .preparation_single_item{
        padding: 20px;
    }
    .preparation_single_left img {
        height: 225px;
        object-fit: cover;
        border-radius: 10px;
    }
    .preparation_single_top_name {
        font-size: 14px;
        line-height: normal;
    }
    .preparation_single_info h2 {
        margin-top: 18px;
        margin-bottom: 8px;
        font-size: 18px;
        font-weight: 700;
        line-height: normal;
    }
    .preparation_single_info_btn{
        font-size: 16px;
        line-height: normal;
        margin-top: 5px;
    }

    .form_input::placeholder{
        font-size: 14px;
    }

    .bread{
        flex-wrap: wrap;
    }

    .appskills_item_img{
        display: none;
    }

    .preparation_item{
        align-items: flex-start;
        text-align: left;
        width: auto;
        margin-right: 20px;
    }
    .main_list_wrap {
        padding: 7px 0;
    }

}
@media(max-width: 410px){
.mainslider_block .slick-dots {
    left: 40%;
}

.form_input::placeholder{
    font-size: 14px;
}

.form_input_wrap span{
    zoom: 0.7;
}
.messiah_right_item p {
    font-size: 14px;
    font-weight: 700;
}
}
@media(max-width: 360px){
    .mainslider_img_mob img {
        object-position: top;
        height: 160px;
        object-fit: cover;
    }

    .mainslider_item {
        height: 450px;
    }
    .mainslider_block .slick-arrow {
        top: 26%;
        zoom: 0.8;
    }

    .mainslider_block .slick-prev {
        top: 24%;
    }
}

.video-iframe2 video{ min-width: 100% !important; } 
:host(.media-document.video.mac) {
    min-width: auto !important; /* Устанавливаем значение по умолчанию или */
    /* min-width: inherit !important; */ /* Или можно унаследовать значение */
    /* min-width: unset !important; */ /* Или можно сбросить значение */
 }