.btn_wrap { display: flex; justify-content: center; }
.btn.lg { font-size: 36px; height: 120px; border-radius: 60px; font-weight: 600; }

.intro_block { padding: 80px 0 50px; }
.intro { display: flex; align-items: center; }
.intro_img { margin-right: 30px; flex: 0 0 auto; }
.intro_text h2 { line-height: 1; font-size: 64px; font-weight: 800; }
.intro_text h2 span { color: var(--or); }
.intro_text h2 b { color: var(--blue); font-weight: 800; }
.intro_text h3 { font-size: 50px; }
.intro_text h3 span { color: var(--blue); }
.intro_text h3 span span { color: var(--or); }

.intro_text h5,.page_text h5 { font-size: 40px; line-height: 1.2; padding: 25px 0; }
.intro_text h5 b,.page_text h5 b { display: block; font-weight: 200; color: #838383; font-size: 24px; line-height: 1; }
.intro_text h5 span,.page_text h5 span { color: var(--blue); }
.intro_text h5 span span,.page_text h5 span span { color: var(--or); }

.intro_text p { padding: 20px 0 30px; line-height: 1.2; font-size: 32px; font-weight: 300; }
.intro_text h2 + p { padding-top: 40px; }
.intro_text h3 + p { font-size: 24px; }
.intro_text p b { font-weight: 600; }
.intro_text .btn { margin-top: 20px; }


.page { padding: 40px 0; }
.page h4,.page_text h4 { font-weight: 800; font-size: 64px; padding-bottom: 30px; }
.page h4.b span,.page_text h4 span.b { color: var(--blue);  }
.page h4.o span,.page_text h4 span.o { color: var(--or);  }
.page p { font-size: 40px; font-weight: 300; padding: 30px 0; }
.page p b { font-weight: 600; }
.page p:before { font-weight: 600; content: "+"; color: var(--or); display: inline-block; margin-right: 6px;  }
.page > img { border-radius: 40px; display: block; margin: 30px auto;
    background: linear-gradient(360deg, #FFFFFF 2.21%, rgba(255, 255, 255, 0) 8.14%);
    box-shadow: 0 0 34px 4px rgba(0, 0, 0, 0.1); }
.page .btn_wrap { padding-top: 50px; }

.coach { display: flex; align-items: center; }
.coach_img { flex: 0 0 auto; margin-right: 50px; }
.coach_text { padding-top: 100px; }

.page_row { display: flex; align-items: center; padding: 50px 0; }
.page_img { flex: 0 0 auto; margin-left: 50px; }
.page_img img { border-radius: 40px; }
.page_text { padding: 30px 0; }
.page_text p { font-size: 32px; font-weight: 300; }
.page_row:nth-child(2n) { flex-direction: row-reverse; }
.page_row:nth-child(2n) .page_img { margin-left: 0; margin-right: 50px; }


.try_box { display: flex; align-items: center; padding: 50px 0; }
.try_box:nth-child(2n) { flex-direction: row-reverse; }
.try_text { text-align: right; }
.try_text p { font-size: 24px; font-weight: 300; padding: 30px 0; }
.try_text .btn { margin-top: 30px; }
.try_text h4 {}
.try_text h4 span { color: var(--blue); }
.try_text h4 span span { color: var(--or); }
.try_box:nth-child(2n) .try_text { text-align: left; }
.try_img { flex: 0 0 auto; margin-right: 100px; }
.try_img img { box-shadow: 0 0 36px 4px rgba(0, 0, 0, 0.12);  border-radius: 29px; }
.try_box:nth-child(2n) .try_img { margin-left: 100px; margin-right: 0; }


.about > h3 { font-size: 40px; font-weight: 600; padding-left: 25px; }
.about_box { display: flex; border-radius: 30px; overflow: hidden; background: #FFF;
    box-shadow:  0 0 31px 4px rgba(0, 0, 0, 0.1); margin-top: 30px; position: relative; }
.dark .about_box{background: #17212B;box-shadow:  0 0 31px 4px rgba(255, 255, 255, 0.1); }
.about_box > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; }
.about_box + .about_box { margin-top: 80px; }
.about_img { width: 34%; flex: 0 0 auto; }
.about_img img { object-fit: cover; width: 100%; height: 100%; }
.about_text { padding: 30px 25px; }
.about_text h4 { font-size: 36px; font-weight: 700; }
.about_text h4 > span { display: block; }
.about_text h4 span { color: var(--blue); }
.about_text h4 span span { color: var(--or); }
.about_text p { font-weight: 300; font-size: 28px; padding-top: 25px; }

.news_events_block { padding: 50px 0; }
.new_events > h3 { padding-left: 25px; font-size: 40px; font-weight: 600; }
.new_event_list { flex-wrap: wrap; display: flex;  margin: 0 -20px; }
.new_event_prev { overflow: hidden; border-radius: 30px; background: #FFF;
    box-shadow: 0 0 31px 4px rgba(0, 0, 0, 0.1);
    width: calc(100% / 3 - 40px); margin: 40px 20px 20px; }
.dark .new_event_prev{background: #17212B}
.new_event_prev_text { padding: 20px 25px; }
.new_event_prev_text h5 { font-size: 24px; font-weight: 400; }
.new_event_prev_text p { color: #B7B7B7; font-size: 24px; font-weight: 300; padding-top: 15px; }
.btn_more { margin-top: 20px; display: flex; justify-content: flex-end; }
.btn_more a { height: 30px; display: inline-flex; align-items: center; padding: 0 20px;
    justify-content: center; min-width: 100px; color: var(--blue); font-size: 15px; border-radius: 20px;
    background: #E3F5FF; }
.more_events { min-height: 380px; order: 3; cursor: pointer; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.more_events:before { content: ""; display: block; width: 112px; height: 112px;
    background: url(../img/more_icon.svg) no-repeat 50% 50% / contain;}
.more_events.active:before { background: url(../img/more_icon_collapse.svg) no-repeat 50% 50% / contain; }
.more_events:after { content: "Expand"; color: #B7B7B7; font-size: 24px; font-weight: 300; margin-top: 30px; }
.more_events.active:after { content: "Collapse"; }
.new_event_prev:nth-child(n+4) { display: none; }
.more_events.active ~ .new_event_prev { display: block; }


@media(max-width: 641px) {
    .btn.lg { height: 72px; font-size: 20px; }
    .intro_block { padding: 30px 0; }
    .intro_img { display: none; }
    .intro_text h3 { font-size: 32px; }
    .intro_text h3 + p { font-size: 18px; }
    .intro_text h2 { font-size: 32px; }
    .intro_text p { font-size: 18px; }
    .intro_text h5, .page_text h5 { font-size: 24px; padding: 15px 0 10px; }
    .intro_text h5 b, .page_text h5 b { font-size: 16px; }
    
    .page { padding: 20px 0; }
    .page h4, .page_text h4 { font-size: 32px; line-height: 1.1; padding-bottom: 10px; }
    .page p { font-size: 22px; padding: 15px 0 10px; }
    .page > img { border-radius: 15px; }
    .page_row { padding: 20px 0; }
    .page_row:nth-child(2n),.page_row { flex-direction: column-reverse; }
    .page_img { margin-left: 0; }
    .page_row:nth-child(2n) .page_img { margin-right: 0;  }
    .page_text p { font-size: 18px; }
    .coach { flex-direction: column; }
    .coach_img { padding-bottom: 0; margin-bottom: -15px;margin-right: 0 }
    
    
    .try_box { padding: 30px 0 90px; position: relative; flex-direction: column-reverse; }
    .try_box + .try_box { margin-top: 30px; }
    .try_box:nth-child(2n) { flex-direction: column-reverse;  }
    .try_box a.btn { position: absolute; bottom: 0; left: 0; }
    .try_img { margin-left: 0; margin-right: 0; }
    .try_text { text-align: left; }
    .try_box:nth-child(2n) .try_img { margin-left: 0; }
    .try_text p { font-size: 18px; padding: 15px 0 20px;}
    
    
    .about_box { flex-direction: column-reverse; }
    .about_box + .about_box { margin-top: 40px; }
    .about_img { width: 100%; }
    .about_text h4 { font-size: 28px; line-height: 1.1; }
    .about_text p { font-size: 18px; padding-top: 15px; }
    .new_event_list { margin: 0 -10px; }
    .new_event_prev { width: calc(100% / 2 - 20px); margin: 30px 10px 10px; }
    .new_event_prev_text{padding: 13px;}
    .new_event_prev_text p{font-size: 12px;text-align: center}
    .new_event_prev_text h5{font-size: 12px;text-align: center}
    .new_event_prev_img img{max-height: 80px;width: 100%;object-fit: cover}
    .new_event_prev .btn_more{justify-content: center;margin-top: 5px}
    .more_events{min-height: 200px}
    .more_events:before{width: 50px;height: 50px}
    .more_events:after{font-size: 14px}
}

.team_block h2{text-align: center;font-size: 36px}
.team_block h2 span{color: var(--blue)}
.team_slider{margin: 0 -10px}
.team_slide{margin: 10px}
.team_slide .img{overflow: hidden;position: relative;border-radius: 17px;}
.team_slide .img:before{display: inline-block;content: '';padding-top: 150%;}
.team_slide .img img{position: absolute;top:0;left: 0;width: 100%;height: 100%;object-fit: cover;box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.15);}
.team_slide .text{ cursor:pointer;text-align: center;font-size: 20px;margin-top: 20px;position: relative;padding-right: 15px}
.team_slide .text:before{position: absolute;content: '';width: 11px;height: 7px;background: url(../img/arrow_or.svg) no-repeat 50% 50% / cover;right: 0;top: 11px;}
.team_slide .text.active:before{transform: rotate(180deg)}
/*.team_slide .text .info{ display: none; background: #FFFFFF;*/
/*    border: 1px solid #FFFFFF; width: 520px; position: absolute; top: 0;*/
/*    box-shadow: 0 0 18px -2px rgba(0, 0, 0, 0.2);*/
/*    border-radius: 14px; padding: 20px; left: 0; }*/
.team_slide .text .info p:first-child{padding-top: 0;color: #838383;}
.team_slide .text .info p{font-size: 16px;line-height: 1.2;text-align: left}
.team_slide .text.active .info{display: block}
.team_slider .slick-dots{ bottom: -30px; }
.team_slider .slick-dots button{width: 10px;height: 10px}
.team_slider .slick-dots .slick-active button{background: var(--blue);box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.25);}
.team_slider_box { padding-bottom: 40px; }
.team_slider .slick-next,.team_slider .slick-prev{cursor:pointer;position: absolute;top: 50%;transform:translateY(-50%);left: -20px;border: none;background: url("../img/arrow_left1.svg") no-repeat 50% 50% / 70% 70%;font-size: 0;width: 18px;height: 39px;}
.team_slider .slick-next{left: auto;right: -20px;background: url("../img/arrow_right1.svg") no-repeat 50% 50% / 70% 70%;}
.team_slider.slick-slider .slick-list{overflow: visible;overflow-x: hidden}

.team_info_list { position: relative; z-index: 2; top: -40px; }
.team_info { display: none; top: 0; background: #FFFFFF;
    border: 1px solid #FFFFFF; position: absolute; box-shadow: 0 0 18px -2px rgba(0, 0, 0, 0.2);
    border-radius: 14px; padding: 20px; left: 0; width: 520px; }
.dark .team_info{background: #17212B;border: 1px solid #17212B;}
.team_info  p:first-child{padding-top: 0; color: #838383;}
.team_info  p{font-size: 16px;line-height: 1.2;text-align: left}

.team_info.active { display: block; }
@media(max-width: 641px) {
    .team_slider { margin: auto; max-width: 320px; }
    /*.team_slider .slick-prev{left: -20px}*/
    /*.team_slider .slick-next{right: -20px}*/
    .team_slide .text{font-size: 16px}
    .team_slide .text:before{top: 9px}
    
    .team_info { max-width: 300px; width: calc(100% - 40px); }
}


.new_register_block { margin-bottom: -50px; min-height: 780px; padding: 60px 30px 100px 42%;
    background: url(../img/register_bg.png) no-repeat 50% 50% / cover; }

.new_register { display: flex; align-items: flex-start; }
.new_register_text { max-width: 395px;  }
.new_register_text img { max-width: 395px; }
.new_register_text h4 { padding: 20px 0 20px 70px; font-weight: 900; font-size: 28px;}
.new_register_text h4 span { color: var(--blue); }
.new_register_text h4 span span { color: var(--or); }
.new_register_text p { padding-left: 50px; font-size: 20px; font-weight: 500; margin-top: 18px; }
.new_register_text p:before { content: "+"; color: var(--or); display: inline-block; width: 20px; }

.new_register_form { width: 380px; padding: 14px 22px; background: #FFFFFF;
    box-shadow: 0 0 31px 4px rgba(0, 0, 0, 0.1); flex: 0 0 auto; margin-left: 70px;
    border-radius: 29px; margin-top: 80px; }
.new_register_form > img { margin: auto; max-width: 122px; }
.new_register_form h6 { font-size: 22px; font-weight: 700; margin-top: 12px; }

.input_wrapper { margin-top: 20px; }
.input_wrapper + .input_wrapper {  }
.input_t1 { width: 100%; display: block; margin-top: 12px; }
.input_t1 input { padding: 0 12px; width: 100%; display: block;
    border: 1px solid #B7B7B7; height: 30px; border-radius: 20px; }
.dark .input_t1 input{background: #17212B;color: #fff}
.input_t1 .ui-selectmenu-button.ui-button{height: 30px; padding: 0 12px;}
.input_wrapper .label { width: 100%; flex: 0 0 auto; }
.input_wrapper.input_rown { display: flex; flex-wrap: wrap; justify-content: space-between; }
.input_wrapper.row2 .input_t1 { width: calc(50% - 10px); flex: 0 0 auto; }
.input_wrapper .label { font-size: 16px; line-height: 18px; }
.check_new { margin-top: 20px; }
.check_new i { width: 18px; height: 18px; }
.check_new span { font-size: 12px; }
.new_register_form p { font-size: 12px; }
.new_register_form p a { color: var(--blue); font-weight: 700; }
.new_register_form .btn_wrap { margin-top: 20px; }
.new_register_form .btn { height: 40px; }



@media(max-width: 1480px) {
    .new_register_block { padding-left: 38%; }
}

@media(max-width: 641px) {
    .new_register_text { max-width: 100%;width: 100%  }
    .new_register_block { background: #FFF; padding: 0; }
    .dark .new_register_block{background: #17212B}
    .new_register { display: block; }
    .new_register_text img { max-width: 243px; margin: auto; }
    .new_register_text h4 { color: #FFF; text-align: center; font-weight: 400; line-height: 1.2;
        background: url(../img/register_orange.png) no-repeat 50% 0; padding: 80px 20px; }
    .new_register_text h4 span { font-weight: 700; color: #FFF; }
    .new_register_text h4 span span { color: #FFF; }
    
    .new_register_text_body { margin-top: -80px; padding: 80px 20px;
        background: url(../img/register_blue.png) no-repeat 50% 0; }
    .new_register_text_body p { font-size: 20px; font-weight: 400; color: #FFF; text-align: center; padding-left: 0; }
    .new_register_text_body p:before { color: #FFF; }
    .new_register_form { width: 100%; margin: -40px 0 0; padding: 14px 10px;}
}




