@media (max-width: 1440px) {
    .school_numbers_item {
        width: 49%;
        min-width: 398px;
    }
}

@media (max-width: 1366px) {
    .teachers_use_title {
        font-size: 30px;
        line-height: 36px;
    }
    .most_modern_teaching_item {
        width: 48%;
        height: 319px;
    }
    .most_modern_teaching_left,
    .most_modern_teaching_right{
        width: 50%;
    }
    .most_modern_teaching_item_title,
    .most_modern_teaching_item_text {
        line-height: unset;
    }
    .why_gios_wrapper .why_gios {
        justify-content: center;
    }
}

/*@media (max-width: 925px) and (min-width: 800px) {*/
@media (max-width: 1077px) and (min-width: 800px) {
    .hero_wrapper .hero{
        flex-wrap: nowrap;
    }
}

@media (max-width: 1280px) {
    .container{
        padding: 0 20px;
    }
    .choose_need_wrapper .choose_need .items .item:nth-child(1) {
        width: unset;
    }
    .courses_wrapper .items {
        justify-content: center;
    }
    .main_advantages_wrapper .main_advantages .items .item:nth-child(2),
    .main_advantages_wrapper .main_advantages .items .item:nth-child(3) {
        width: 413px;
    }
    .main_advantages_wrapper .main_advantages .items .item:nth-child(2) img,
    .main_advantages_wrapper .main_advantages .items .item:nth-child(3) img {
        display: none;
    }
    .benefits_2 .main {
        width: 800px;
    }
    .benefits_2 .items {
        width: 100%;
    }
    .benefits_2 .items .item {
        width: 325px;
    }
    .courses_detail_items {
        flex-wrap: wrap;
    }
    .courses_detail_item {
        width: 332px;
        flex: none;
    }
    .studying_mathematics_online_title,
    .reviews_wrapper .reviews .title,
    .simulator_for_title,
    .courses_detail_title,
    .school_topics_title,
    .school_mentioned_title {
        text-align: center;
        width: 100%;
    }
    .studying_mathematics_online_content {
        justify-content: center;
        gap: 32px;
    }
    .studying_mathematics_online_video {
        flex: none;
    }
    .studying_mathematics_online_items {
        width: 864px;
        flex-direction: row;
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .studying_mathematics_online_item {
        width: 375px;
        flex-direction: column;
    }
    .school_numbers_item_number {
        font-size: 30px;
    }
    .school_numbers_item_text {
        font-size: 18px;
    }
    .school_numbers_item {
        padding: 28px 32px;
    }
    .mission_wrapper .mission .text {
        margin-right: 0;
    }
    .hero_wrapper .hero .text_block {
        width: 490px;
    }
    .discount_wrapper .discount {
        padding: 40px 20px;
    }
    .discount_wrapper .discount .data .text {
        text-align: center;
    }
    .discount_wrapper .discount .data .action {
        margin: 0 auto;
    }
    .mission_wrapper .mission {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .mission_wrapper .mission .text,
    .mission_wrapper .mission .subtext {
        text-align: center;
    }
    .about_us_videoBlock_content,
    .about_us_videoBlock_video{
        width: 49%;
    }
    .about_us_videoBlock_video img {
        width: 100%;
    }
    .about_us_photos_item{
        overflow: hidden;
        border-radius: 24px;
    }
    .about_us_photos_item:nth-child(1),
    .about_us_photos_item:nth-child(4){
        width: 33%;
    }
    .about_us_photos_item:nth-child(2),
    .about_us_photos_item:nth-child(3) {
        width: 63%;
    }
    .about_us_photos_item img{
        width: 100%;
        min-height: 320px;
        object-fit: cover;
        object-position: center;
    }
    .interesting_moments .main{
        width: 500px;
    }
    .faq_wrapper{
        padding: 100px 20px 40px 20px;
    }
    .reviews_wrapper{
        padding: 100px 20px;
    }
    .courses_wrapper .items .item{
        width: 380px;
    }
    .advantages_course_wrapper .item{
        width: 285px;
    }
    .courses_detail_item,
    .simulator_for_item{
        width: 290px;
    }
    .benefits_3 .items .item{
        width: 290px;
        height: 290px;
    }

    .main_advantages_wrapper .main_advantages .items .item:nth-child(1),
    .main_advantages_wrapper .main_advantages .items .item:nth-child(2),
    .main_advantages_wrapper .main_advantages .items .item:nth-child(3),
    .main_advantages_wrapper .main_advantages .items .item:nth-child(4) {
        width: 48%;
        padding: 40px;
    }

    .main_advantages_wrapper .main_advantages .items .item:nth-child(1) .subtext,
    .main_advantages_wrapper .main_advantages .items .item:nth-child(2) .subtext,
    .main_advantages_wrapper .main_advantages .items .item:nth-child(3) .subtext,
    .main_advantages_wrapper .main_advantages .items .item:nth-child(4) .subtext {
        width: unset;
    }
}

@media (max-width: 1024px) {
    .top_menu_wrapper .top_menu .menu_actions.desktop_menu {
        display: none;
    }
    .top_menu_wrapper .top_menu .menu_actions.mobile_menu {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }
    .benefits_wrapper .benefits,
    .faq_wrapper .faq {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }
    .benefits_wrapper .benefits .action,
    .faq_wrapper .faq .data {
        margin: 0 auto;
    }
    .benefits_wrapper .benefits .image img,
    .faq_wrapper .faq .data {
        max-width: 100%;
    }
    .why_gios_wrapper .why_gios {
        flex-direction: column;
    }
    .why_gios_wrapper .why_gios .proof_block,
    .why_gios_wrapper .why_gios .text_block {
        width: auto;
    }
    .courses_detail_image {
        display: none;
    }
    .school_numbers_wrapper,
    .school_mentioned_wrapper,
    .most_modern_teaching_wrapper {
        padding: 100px 20px;
    }
    .teachers_use_wrapper {
        padding: 100px 20px 0;
    }
    .school_photos .school_photos_item,
    .school_photos .school_photos_item:nth-child(2),
    .school_photos .school_photos_item:nth-child(3) {
        width: 48%;
    }
    .school_numbers_item_number {
        width: 92px;
        font-size: 24px;
    }
    .talk_about_us_wrapper .talk_about_us .top {
        flex-wrap: wrap;
        gap: 40px;
    }
    .talk_about_us_wrapper .talk_about_us .top .left,
    .talk_about_us_wrapper .talk_about_us .top .right {
        width: unset;
    }
    .about_us_hero{
        background-size: 64%;
        min-height: 500px;
    }
    .about_us_hero_text{
        font-size: 48px;
    }
    .about_us_videoBlock{
        padding: 40px 0 80px 0;
    }
    .about_us_videoBlock_wrapper{
        flex-direction: column;
    }
    .about_us_videoBlock_content, .about_us_videoBlock_video{
        width: 100%;
        max-width: 100%;
    }
    .about_us_team_item{
        gap: 120px;
        height: 400px;
    }
    .about_us_team_item_img{
        min-width: 300px;
    }
    .about_us_team_item_img img{
        max-width: 100%;
    }
    .about_us_team_item_name{
        font-size: 30px;
        line-height: 120%;
    }
    .about_us_team_item_position{
        font-size: 16px;
        line-height: 130%;
    }
    .about_us_team_item_quote{
        font-size: 18px;
        line-height: 28px
    }
    .hero_wrapper .hero .image_block{
        margin-left: -19%;
    }
    .hero_wrapper{
        padding: 70px 20px 0 20px;
    }
    .why_gios_wrapper,
    .main_advantages_wrapper,
    .reviews_wrapper,
    .benefits_wrapper,
    .callback_form_wrapper,
    .advantages_course_wrapper{
        padding: 80px 20px;
    }
    .interesting_moments .main,
    .interesting_moments .main .subtext {
        width: 100%;
        text-align: center;
    }
    .courses_wrapper .title{
        text-align: center;
        width: 100%;
    }
    .discount_wrapper .discount .image, .discount_wrapper .discount .data{
        width: 47%;
    }
    .benefits_2_wrapper{
        padding: 80px 20px;
    }
    .benefits_2{
        flex-direction: column;
    }
    .benefits_2 .main{
        width: 100%;
        padding: 100px 40px;
    }
    .benefits_2 .main .title{
        text-align: center;
        width: 100%;
    }
    .benefits_2 .items .item{
        width: 48%;
    }
    .benefits_2 .items .item .icon{
        text-align: center;
    }
    .advantages_course_wrapper .item{
        width: 48%;
    }
    .access_plan_wrapper .title{
        font-size: 38px;
        text-align: center;
    }
    .structure_classes .item{
        width: 31%;
        height: 300px;
    }
    .benefits_3 .main,
    .benefits_3 .items{
        width: 100%;
    }
    .teachers_use_left, .teachers_use_right{
        width: 100%;
    }
    .teachers_use_right_imageWrapper{
        width: 100%;
        align-items: center;
    }
    .teachers_use_right_imageWrapper img{
        width: 100%;
    }
    .teachers_use_item .text{
        text-align: center;
    }
    .most_modern_teaching_wrapper .container{
        flex-direction: column;
    }
    .most_modern_teaching_left,
    .most_modern_teaching_right,
    .most_modern_teaching_left_bottom{
        width: 100%;
    }
    .most_modern_teaching_title,
    .most_modern_teaching_text{
        text-align: center;
    }
    .most_modern_teaching_buttons{
        justify-content: center;
    }
    .school_excited_item,
    .school_excited_item_content,
    .school_excited_item video{
        width: 100%;
    }
    .hero_wrapper .hero .text_block .title{
        font-size: 48px;
    }
    .page-template-schools-page .hero_wrapper .hero{
        flex-wrap: nowrap;
        align-items: end;
    }
    .page-template-schools-page .hero_wrapper{
        padding: 170px 20px 0 20px;
    }
    .page-template-schools-page .hero_wrapper .hero .image_block{
        width: 50%;
    }
    .page-template-schools-page .hero_wrapper .hero .text_block{
        padding-bottom: 20px;
    }
    .school_mentioned_item{
        width: 200px;
    }
    .school_mentioned_item img{
        width: 100%;
    }
    .tutor_catalog_list_item_top_left_avatar{
        width: 281px;
        height: 304px;
    }
    .tutor_catalog_list_item_action{
        position: unset;
        justify-content: flex-start;
    }
    .tutor_catalog_list_item_top_right_rating{
        margin-top: 12px;
        margin-bottom: 24px;
    }
    .tutor_catalog_list_item_top_right_details{
        gap: 8px;
    }
    .tutor_catalog_list_item_top_right_details_item span:last-child{
        font-size: 16px;
        line-height: 130%;
    }
    .tutor_catalog_list_item_top_right_details_item span:first-child{
        font-size: 14px;
        line-height: 20px;
    }
    .tutor_catalog_list_item_bottom{
        margin-top: 32px;
    }
    .similar_tutors_item{
        width: 480px;
        overflow-y: scroll;
    }
    .single_tutor_info_wrapper{
        height: unset;
    }
    .single_tutor_category_items .item{
        width: 380px;
        padding: 56px 25px;
    }

}

@media (max-width: 800px) {
    .school_photos .school_photos_item {
        width: 100%;
    }
    .most_modern_teaching_item {
        width: 100%;
        height: auto;
    }
    .most_modern_teaching_buttons {
        justify-content: center;
    }
    .most_modern_teaching_buttons a,
    .most_modern_teaching_left_bottom {
        width: 100%;
    }
    .why_gios_wrapper .why_gios .proof_block .proof_items .proof_item {
        padding: 20px;
        flex-wrap: wrap;
        height: unset;
    }
    .about_us_team_item,
    .about_us_team_item:nth-child(2){
        flex-direction: column;
        height: unset;
        gap: 20px;
    }
    .about_us_hero{
        background-position: top;
        background-size: 100%;
    }
    .about_us_hero_content{
        width: 100%;
        position: absolute;
        bottom: 40px;
        align-items: center;
    }
    .about_us_hero_wrapper{
        position: relative;
    }
    .about_us_hero_text br {
        display: none;
    }
    .about_us_hero{
        height: 770px;
    }
    .about_us_hero_text{
        text-align: center;
    }
    .hero_wrapper{
        padding: 180px 20px 0 20px;
    }
    .hero_wrapper .hero{
        gap: 40px;
    }
    .hero_wrapper .hero .text_block{
        width: 100%;
    }
    .hero_wrapper .hero .image_block{
        margin: 0 auto;
    }
    .choose_need_wrapper .choose_need .items .item:nth-child(1),
    .choose_need_wrapper .choose_need .items .item:nth-child(2),
    .choose_need_wrapper .choose_need .items .item:nth-child(3){
        width: 100%;
    }
    .main_advantages_wrapper .main_advantages .items .item:nth-child(1),
    .main_advantages_wrapper .main_advantages .items .item:nth-child(2),
    .main_advantages_wrapper .main_advantages .items .item:nth-child(3),
    .main_advantages_wrapper .main_advantages .items .item:nth-child(4){
        width: 48%;
        padding: 40px;
    }
    .main_advantages_wrapper .main_advantages .items .item div,
    .main_advantages_wrapper .main_advantages .items .item:nth-child(2) .subtext,
    .main_advantages_wrapper .main_advantages .items .item:nth-child(3) .subtext{
        width: 100%;
    }
    .faq_wrapper,
    .interesting_moments_wrapper{
        padding: 100px 20px 40px 20px;
    }
    .courses_wrapper .items .item{
        width: 47%;
    }
    .discount_wrapper .discount .data .text{
        font-size: 24px;
    }
    .structure_classes .item{
        width: 48%;
        height: 300px;
    }
    .page-template-schools-page .hero_wrapper .hero .image_block{
        width: 100%;
    }
    .page-template-schools-page .hero_wrapper .hero{
        flex-direction: column-reverse;
    }
    .school_numbers_item{
        width: 100%;
    }
    .school_topics_item{
        width: 100%;
        height: unset;
    }
    .school_blended_learning .container{
        flex-direction: column;
    }
    .school_blended_learning_left,
    .school_blended_learning_right,
    .school_blended_learning_items,
    .school_blended_learning_item{
        width: 100%;
    }
    .school_blended_learning_item_text{
        width: fit-content;
    }
    .school_excited_top{
        flex-direction: column-reverse;
        gap: 24px;
    }
    .tutor_catalog_list_item_top{
        flex-direction: column;
        gap: 24px;
    }
    .tutor_catalog_list_item_top_left_avatar{
        margin: 0 auto;
    }
    .tutor_catalog_list_item_top_right_name .spacer{
        display: none;
    }
    .tutor_catalog_list_item_top_right_name{
        flex-direction: column;
    }
    .tutor_catalog_list_item_action{
        justify-content: center;
        flex-wrap: wrap;
    }
    .tutor_catalog_list_item_top_right_rating{
        justify-content: center;
    }
    .single_tutor_info_wrapper{
        flex-direction: column;
    }
    .single_tutor_info_left{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .single_tutor_info_name{
        justify-content: center;
    }
    .single_tutor_content_item_text{
        padding: 0;
    }
    .tutors-calendar__container{
        overflow-x: scroll;
    }
    .single_tutor_tabs_wrapper{
        flex-wrap: wrap;
        gap: 16px;
    }
    .single_tutor_tabs_item.active{
        border-radius: 24px;
        border: 2px solid #FF7101;
        color: #363636;
    }
    .single_tutor_tabs_item{
        height: 40px;

        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -0.56px;
        color: #7C7C7C;
    }
    .teachers_use_items{
        min-width: unset;
    }
}

@media (max-width: 700px) {
    .main_advantages_wrapper .main_advantages .items{
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .main_advantages_wrapper .main_advantages .items .item,
    .main_advantages_wrapper .main_advantages .items .item:nth-child(4) .subtext{
        height: unset;
    }
    .main_advantages_wrapper .main_advantages .items .item:nth-child(1),
    .main_advantages_wrapper .main_advantages .items .item:nth-child(2),
    .main_advantages_wrapper .main_advantages .items .item:nth-child(3),
    .main_advantages_wrapper .main_advantages .items .item:nth-child(4){
        width: 100%;
    }
}

@media (max-width: 430px) {
    .hero_wrapper {
        padding: 130px 20px 0;
    }
    .hero_wrapper .hero .text_block .title {
        font-size: 40px;
        line-height: 100%;
    }
    .hero_wrapper .hero .text_block .subtext {
        font-size: 17px;
    }
    .why_gios_wrapper {
        padding: 100px 20px;
    }
    .about_us_photos_item:nth-child(1), .about_us_photos_item:nth-child(4),
    .about_us_photos_item:nth-child(2), .about_us_photos_item:nth-child(3),
    .main_advantages_wrapper .main_advantages .items .item:nth-child(1),
    .main_advantages_wrapper .main_advantages .items .item:nth-child(2),
    .main_advantages_wrapper .main_advantages .items .item:nth-child(3),
    .main_advantages_wrapper .main_advantages .items .item:nth-child(4),
    .courses_wrapper .items .item,
    .discount_wrapper .discount .image,
    .discount_wrapper .discount .data,
    .benefits_2 .items .item,
    .advantages_course_wrapper .item,
    .structure_classes .item,
    .courses_detail_item, .simulator_for_item{
        width: 100%;
    }
    .why_gios_wrapper .why_gios .text_block .title,
    .choose_need_wrapper .choose_need .title,
    .main_advantages_wrapper .main_advantages .title,
    .courses_wrapper .title,
    .access_plan_wrapper .title,
    .course_program .title,
    .interesting_moments .main .title,
    .advantages_course_wrapper .title,
    .benefits_2 .main .title,
    .benefits_3 .main .title,
    .become-tutor__form .title {
        font-size: 30px;
        line-height: 36px;
    }
    .mission_wrapper .mission .text {
        font-size: 20px;
    }
    .mission_wrapper .mission .subtext,
    .faq_wrapper .faq .items .item .question .text,
    .about_us_videoBlock_quote{
        font-size: 16px;
    }
    .mission_wrapper .mission .subtext{
        line-height: 20px;
    }
    .mission_wrapper .mission .subtext img {
        margin-top: -13%;
        margin-left: -11%;
    }
    .reviews_wrapper {
        padding: 100px 20px;
    }
    .discount_wrapper .discount .data .text {
        font-size: 20px;
    }
    .discount_wrapper .discount .data .text,
    .faq_wrapper .faq .data .title {
        font-size: 30px;
        line-height: 36px;
    }
    .faq_wrapper .faq .items .item .question .number {
        height: 52px;
    }
    .callback_form_wrapper {
        padding: 0 20px 40px;
    }
    .callback_form_wrapper .callback_form .form_block .form_title {
        font-size: 30px;
        line-height: 36px;
    }
    .choose_need_wrapper .choose_need .items .item {
        width: 305px;
        height: 322px;
    }
    #crumbs {
        top: 100px;
    }
    .benefits_2_wrapper,
    .benefits_wrapper,
    .talk_about_us_wrapper .talk_about_us,
    .benefits_3_wrapper{
        padding: 100px 20px;
    }
    .reviews_wrapper .reviews .items .next,
    .reviews_wrapper .video_items .next{
        right: -36px;
    }
    .reviews_wrapper .reviews .items .prev,
    .reviews_wrapper .video_items .prev{
        left: -36px;
        z-index: 1;
    }
    .about_us_hero_text{
        font-size: 30px;
    }
    .about_us_hero{
        height: 470px;
        background-position: center 6%;
    }
    .about_us_videoBlock_content{
        background: unset;
    }
    .about_us_videoBlock_title,
    .about_us_mission_title,
    .about_us_team_item_name{
        font-size: 24px;
    }
    .about_us_videoBlock_text{
        font-size: 18px;
    }
    .about_us_mission_wrapper,
    .about_us_team_item{
        padding: 40px 14px;
    }
    .about_us_mission_text{
        font-size: 20px;
    }
    .about_us_team_item_img{
        min-width: unset;
        width: 100%;
    }
    .discount_wrapper .discount{
        flex-direction: column;
    }
    .faq_wrapper, .interesting_moments_wrapper,
    .reviews_wrapper,
    .benefits_2_wrapper,
    .benefits_wrapper,
    .talk_about_us_wrapper .talk_about_us,
    .courses_wrapper{
        padding: 40px 20px;
    }
    .access_plan_wrapper .item .middle .prices{
        flex-direction: column;
    }
    .course_program_wrapper .course_program{
        padding: 56px 20px;
    }
    .course_program .title{
        width: 100%;
        text-align: center;
    }
    .course_program .item .item_head .item_counts{
        flex-direction: column;
        gap: 20px;
    }
    .reviews_wrapper .reviews .title{
        font-size: 37px;
        text-align: center;
    }
    .course_program .item .item_body .item_body_items{
        padding-left: 0;
    }
    .course_program .item .item_body .item_body_item{
        flex-direction: column;
    }
    .course_program .item{
        position: relative;
    }
    .course_program .item .item_head .number{
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .courses_detail_content_item{
        padding: 56px 30px;
    }
    .benefits_3 .main{
        padding: 40px;
    }
    .benefits_3 .items .item{
        width: 100%;
        height: unset;
    }
    .page-template-schools-page .hero_wrapper .hero .text_block .title{
        font-size: 30px;
    }
    .school_photos .school_photos_item,
    .school_photos .school_photos_item:nth-child(2),
    .school_photos .school_photos_item:nth-child(3){
        width: 100%;
    }
    .teachers_use_item{
        width: 100%;
        max-width: 100%;
    }
    .school_excited_top_left{
        width: 100%;
    }
    .tutor_catalog_filter_bottom_item,
    .tutor_catalog_filter_bottom_item .select2-selection{
        width: 100%;
    }
    .tutor_catalog_list_item{
        padding: 20px;
    }
    .tutor_catalog_list_item_top_left_avatar{
        width: 100%;
    }
    .tutor_catalog_list_item_top_right_name{
        align-items: flex-start;
    }
    .tutor_catalog_list_item_top_right_rating{
        justify-content: flex-start;
    }
    .tutor_catalog_list_item_top_right_details_item{
        flex-direction: column;
        gap: 4px;
    }
    .tutor_catalog_list_item_action a{
        width: 100%;
    }
    .tutor_catalog_list_item_top_right_details_item span:first-child{
        font-size: 16px;
        font-weight: 700;
        line-height: 130%;
    }
    .tutor_catalog_list_item_top_right_details_item span:last-child{
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
    }
    .tutor_catalog_list_item_top_right_price{
        font-size: 16px;
        line-height: 150%;
    }
    .tutor_catalog_list_item_top_right_price span{
        font-size: 18px;
        line-height: 150%;
    }
    .tutor_catalog_list_item_top_right_name_link{
        font-size: 18px;
        line-height: 150%;
    }
    .tutor_catalog_list_item_top_right_rating{
        font-size: 16px;
        line-height: 130%;
    }
    .single_tutor_info_details_item{
        flex-direction: column;
        gap: 8px;
    }
    .single_tutor_info_details_item span:first-child{
        color: #363636;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
    }
    .single_tutor_info_details_item span:last-child{
        color: #626262;
        font-size: 16px;
        font-style: normal;
        font-weight: 450;
        line-height: 150%;
    }
    .single_tutor_info_name{
        flex-direction: column;
        justify-content: flex-start;
        align-items: self-start;
        gap: 8px;
    }
    .single_tutor_info_name .spacer{
        display: none;
    }

    .similar_tutors_item{
        height: unset;
    }
    .similar_tutors_item_top{
        flex-direction: column;
        width: 100%;
    }
    .single_tutor_info_img,
    .similar_tutors_item_img{
        width: 100%;
        height: 100%;
        aspect-ratio: 1 / 1;
    }

    .most_modern_teaching_title{
        font-size: 26px;
    }
    .most_modern_teaching_text{
        font-size: 16px;
        line-height: 23px;
    }

    .most_modern_teaching_buttons a:last-child{
        font-size: 16px;
    }
    .most_modern_teaching_left{
        padding: 40px;
    }

    .school_numbers_item{
        min-width: 350px;
    }
    .school_numbers_item_number,
    .school_blended_learning_item_title{
        font-size: 20px;
    }
    .school_numbers_item_text,
    .school_blended_learning_item_text{
        font-size: 15px;
        line-height: 20px;
    }

    .school_numbers_item,
    .school_blended_learning_item{
        height: 80px;
    }

    .school_numbers_wrapper, .school_mentioned_wrapper, .most_modern_teaching_wrapper{
        padding: 50px 20px;
    }

    .reviews_wrapper .reviews .items,
    .reviews_wrapper .video_items{
        max-width: unset;
    }

    .reviews_wrapper .reviews .items .item .middle .text{
        font-size: 13px;
    }

    .reviews_wrapper .reviews .items .prev, .reviews_wrapper .reviews .items .next,
    .reviews_wrapper .video_items .slick-arrow{
        transform: scale(0.6);
    }

}

