@media screen and (max-width: 767px) {
    .white_fluid_body {
        flex-direction: column;
    }
}

@media screen and (max-width: 1292px){

}

@media screen and (max-width: 1199px) {
    .about_body_list {
        flex-wrap: wrap;
    }

    .about_body_list_item {
        max-width: 48%;
    }

    .about_body_list_item_conference {
        width: 100%;
    }

    .about_body_list_item_first_image {
        width: 100%;
        height: 300px;
    }

    .about_body_list_item_people_header {
        max-width: 726px;
    }

    .about_body_list_item_people_footer {
        max-width: 726px;
        height: auto;
    }

    .about_body_list_item_last_header {
        max-width: 794px;
    }

    .about_body_list_item_last_body_item {
        max-width: 794px;
        height: auto;
    }

    .about_body_list_item_play_info_header {
        max-width: 794px;
        height: 335px;
    }

    .about_body_list_item_play_info_body {
        max-width: 794px;
    }

    .about_body_list_item_conference_social_item {
        width: 48%;
    }

    .news_list_item {
        max-width: 30%;
    }

    .about_body_footer_info {
        font-size: 26px;
        line-height: 25px;
        max-width: 400px;
    }
}

@media screen and (max-width: 1150px) {
    .header_nav_bar {
        display: none;
    }

    .mobile_menu_button {
        display: flex;
    }

    .academy_list_item_info_title {
        font-size: 36px;
    }

    .academy_list_item_info_description {
        font-size: 16px;
        line-height: 22px;
    }

    .academy_list_item_info {
        max-width: 400px;
    }

    .news_list_item {
        max-width: 48%;
    }

    .cooperaten_text {
        max-width: 450px;
    }

    .about_body_footer_info {
        font-size: 24px;
        line-height: 25px;
        max-width: 370px;
    }
}

@media screen and (max-width: 1080px) {
    .about_header_title {
        font-size: 60px;
    }

    .about_header_description {
        font-size: 20px;
    }



    .white_fluid_body_image {
        max-width: 100%;
    }

    .white_fluid_body_info {
        max-width: 100%;
    }

    .white_fluid_body_info_list_item {
        max-width: 100%;
    }


    .white_fluid_body_info_title {
        text-align: center;
    }

    .white_fluid_body_info_description {
        text-align: center;
    }

    .portfolio_list_item {
        max-width: 48%;
    }

    .mouse_effect {
        display: none;
    }

    .about_body_footer_info {
        font-size: 23px;
        line-height: 22px;
        max-width: 340px;
    }
}

@media screen and (max-width: 1024px) {
    .first_section_body_title {
        font-size: 60px;
        line-height: 75px;
    }

    .first_section_body_description {
        font-size: 22px;
        line-height: 30px;
    }

    .first_section_main {
        min-height: 65vh;
    }

    .item_detail {
        flex-direction: column;
        align-items: center;
    }

    .item_detail_info {
        max-width: 770px;
    }

    .item_detail_footer {
        justify-content: space-between;
    }

    .about_body_footer_info {
        font-size: 22px;
        line-height: 22px;
        max-width: 300px;
    }

    .about_body_footer {
        gap: 20px;
    }
}

@media screen and (max-width: 991px) {
    .academy_list_item:nth-child(odd) {
        flex-direction: column-reverse;
    }

    .academy_list_item:nth-child(even) {
        gap: 40px;
        flex-direction: column;
    }

    .academy_list_item_info {
        max-width: 804px;
    }

    .news_list_item {
        max-width: 46%;
    }

    .news_detail {
        flex-direction: column;
    }

    .news_detail_banner {
        max-width: 991px;
        width: 100%;
    }

    .news_detail_main_title {
        font-size: 30px;
        line-height: 40px;
    }

    .news_detail_main_description {
        font-size: 14px;
    }

    .news_detail_main_info {
        padding: 20px 0;
    }

    .about_body_footer_avatar_item {
        width: 40px;
        height: 40px;
        margin-left: -10px;
    }
}

@media screen and (max-width: 975px) {
    .service_body_item_left {
        max-width: 398px;
        padding: 0;
    }

    .service_body_item_info_title {
        line-height: 40px;
        padding-bottom: 10px;
    }

    .service_body_item {
        flex-direction: column;
        align-items: center;
    }

    .service_body_item_count {
        padding-bottom: 20px;
    }

    .cooperaten_text {
        max-width: 400px;
    }
}

@media screen and (max-width: 900px) {
    .about_body_list_item_conference_social_item {
        width: 47%;
    }

    .partner_body_title {
        font-size: 36px;
        line-height: 40px;
    }

    .review_main_title {
        font-size: 36px;
        line-height: 40px;
    }

    .contact_form {
        flex-direction: column;
        gap: 25px;
    }

    .contact_form_info ,
    .contact_form_main {
        max-width: 100%;
    }

    .image_main img {
        width: 100%;
        height: auto;
    }

    .about_page_header_title {
        font-size: 30px;
    }

    .about_page_header_description {
        font-size: 16px;
        line-height: 20px;
    }

    .about_page_body_list_item_header_title {
        font-size: 30px;
    }

    .about_page_body_list_item {
        flex-direction: column;
        gap: 20px;
        padding-top: 40px;
    }

    .about_page_body_list_item_header {
        max-width: 750px;
    }

    .about_page_body_list_item_body {
        max-width: 700px;
        font-size: 14px;
    }

    .about_page_body_contact {
        padding: 70px 0 62px;
        flex-direction: column;
    }

    .about_page_body_contact_item {
        padding: 25px;
        max-width: 100%;
    }

    .about_page_question_info_title {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 10px;
    }

    .about_page_question_info_description {
        font-size: 14px;
        line-height: 20px;
    }

    .about_page_question {
        padding-bottom: 60px;
        flex-direction: column;
    }

    .about_page_question_list {
        max-width: 100%;
    }

    .detail_main_body_table_body_list_item_title span {
        min-width: 32px;
    }

    .cooperaten_image {
        position: relative;
    }

    .cooperaten_info {
        flex-direction: column-reverse;
        align-items: center;
    }

    .cooperaten_text {
        max-width: 800px;
    }

    .about_body_footer_info {
        font-size: 24px;
        line-height: 35px;
        max-width: 270px;
    }

    .about_body_footer .first_section_body_footer_button button {
        padding: 5px 15px 5px 5px;
        font-size: 14px;
    }
}

@media screen and (max-width: 740px) {
    .about_body_list_item {
        max-width: 100%;
    }

    .about_body_list {
        flex-direction: column;
        padding-top: 40px;
    }

    .about_body_list_item_conference_social_item {
        width: 48%;
    }

    .about_header {
        flex-wrap: wrap;
    }

    .about_header_title {
        font-size: 50px;
        line-height: 50px;
        text-align: center;
        width: 100%;
    }

    .about_header_description {
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        max-width: 100%;
        width: 100%;
    }

    .about_body_list_item_conference_header {
        font-size: 40px;
        line-height: 30px;
    }

    .about_body_list_item_conference_body_title {
        font-size: 20px;
    }

    .about_body_list_item_first_image {
        height: 250px;
    }

    .about_body_list_item_conference_social_item {
        width: 47%;
    }

    .about_body_list_item_people_header {
        height:auto;
    }

    .about_body_list_item_people_header_count {
        font-size: 40px;
    }

    .about_body_list_item_people_body_title {
        font-size: 21px;
    }

    .about_body_list_item_people_body_description {
        padding-top: 5px;
    }

    .about_body_list_item_people_footer {
        height: auto;
    }

    .about_body_list_item_people_footer_count {
        font-size: 40px;
    }

    .about_body_list_item_people_footer_body_title {
        font-size: 21px;
    }

    .about_body_list_item_play_info_header {
        height: 270px;
    }

    .about_body_list_item_play_info_body_count {
        font-size: 40px;
    }

    .about_body_list_item_play_info_body {
        height: auto;
    }

    .about_body_list_item_play_info_body_footer_title {
        font-size: 22px;
    }

    .about_body_list_item_last_header {
        height: auto;
    }

    .about_body_list_item_last_header_top {
        font-size: 40px;
    }

    .about_body_list_item_last_header_body_title {
        font-size: 22px;
    }

    .about_body_list_item_last_body_item {
        height: auto;
    }

    .container_fluid.corichnivi {
        padding: 80px 0 80px;
    }

    .white_fluid_body_info_list {
        flex-direction: column;
    }

    .white_fluid_body_info_title {
        font-size: 36px;
        line-height: 50px;
    }

    .white_fluid_body_info_description {
        font-size: 16px;
        line-height: 25px;
        padding-top: 25px;
    }



    .container_fluid.white {
        border-radius: 25px 25px 0 0;
    }

    .container_fluid.corichnivi {
        border-radius: 25px 25px 0 0;
    }

    .header_nav_select {
        display: none;
    }

    .first_section_body_title {
        font-size: 38px;
        line-height: 50px;
    }

    .first_section_body_description {
        font-size: 18px;
        line-height: 29px;
    }

    .first_section_body_footer_button button {
        padding: 7px 27px 7px 6px;
        font-size: 16px;
    }

    .academy_list_item_image {
        border-radius: 15px;
        border: 15px solid #f2f2f2;
        height: 278px;
    }

    .academy_list_item_info_title {
        font-size: 30px;
    }

    .academy_list_item_info_button {
        padding-top: 10px;
    }

    .academy_list_item {
        gap: 20px;
    }

    .academy_list_item_info_button button {
        font-size: 15px;
    }

    .item_detail_image {
        max-width: 580px;
        width: 100%;
        height: 270px;
        border-radius: 10px;
        border: 10px solid #f2f2f2;
    }

    .item_detail_title {
        font-size: 30px;
        line-height: 40px;
    }

    .item_detail {
        gap: 25px;
    }

    .item_detail_price {
        font-size: 28px;
        line-height: 30px;
    }

    .item_detail_footer {
        padding-top: 20px;
        gap: 10px;
    }

    .item_detail_button button {
        font-size: 18px;
        line-height: 23px;
        padding: 15px 20px;
    }

    .detail_main {
        border-radius: 30px 30px 0 0;
        padding: 45px 0 85px;
        margin-top: 50px;
    }

    .detail_main_title {
        font-size: 30px;
        padding-top: 10px;
    }

    .detail_main_description {
        font-size: 16px;
        padding-top: 10px;
    }

    .detail_main_body_table_header {
        border-radius: 20px;
        margin-top: 25px;
        flex-direction: column;
        align-items: flex-start;
    }

    .detail_main_body_table_item {
        display: flex;
        gap: 10px;
        max-width: unset;
        align-items: center;
        justify-content: space-between;
    }

    .detail_main_body_table_body_list_item {
        padding: 15px 20px;
        border-radius: 15px;
    }

    .detail_main_body_table_body_list_item_title {
        font-size: 16px;
    }

    .detail_main_body_table_footer_teacher_info_description {
        font-size: 18px;
    }

    .detail_main_body_table_footer_teacher {
        gap: 20px;
        flex-direction: column;
    }

    .detail_main_body_table_footer {
        border-radius: 15px;
        padding: 10px;
        margin-top: 20px;
    }

    .detail_main_body_table_footer_teacher_image {
        max-width: unset;
        border-radius: 15px;
    }

    .detail_main_body_table_footer_teacher_info_item_name {
        font-size: 16px;
        line-height: 18px;
    }

    .detail_main_body_table_footer_teacher_info_social {
        gap: 5px;
    }

    .detail_main_body_table_footer_teacher_info_item_image {
        width: 40px;
        height: 40px;
    }

    .footer_form_main_title {
        font-size: 30px;
        line-height: 40px;
    }

    .footer_form {
        border-radius: 30px 30px 0 0;
        padding: 40px 0 70px;
    }

    .footer_form_main_description {
        font-size: 16px;
        line-height: 20px;
        padding-top: 15px;
    }

    .footer_form_main_form_input {
        flex-direction: column;
    }

    .footer_form_main_form_label {
        max-width: unset;
        width: 100%;
    }

    .footer_form_main_form_label input {
        max-width: unset;
    }

    .news_list_item {
        max-width: 100%;
    }

    .news_header_title h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .news_header {
        padding: 0 26px;
        height: 100px;
    }

    .portfolio_list_item {
        max-width: 100%;
    }

    .portfolio_list_item_image {
        height: 220px;
        border-radius: 15px;
    }

    .portfolio_list_item_image_button button {
        visibility: visible;
        opacity: 1;
        font-size: 16px;
    }

    .portfolio_list_item_type_and_date {
        font-size: 14px;
        padding-top: 10px;
    }

    .portfolio_list_item_title {
        font-size: 20px;
        line-height: 22px;
    }

    .team_main_header_title {
        font-size: 30px;
        line-height: 40px;
    }

    .team_main_header_description {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0;
    }

    .team_main_header_tab_item {
        padding: 10px 30px;
    }

    .header {
        padding-bottom: 40px;
    }

    .team_main_list_tab.active {
        padding: 20px 0;
    }

    .team_main_list_tab_item_student_image {
        visibility: visible;
        opacity: 1;
    }

    .team_detail_main_header_image {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        max-width: 350px;
        width: 100%;
        height: 435px;
        position: static;
    }

    .team_detail_main_header {
        flex-direction: column;
    }

    .team_detail_teacher {
        font-size: 30px;
    }

    .team_detail {
        padding-top: 0px;
    }

    .review_main_body_slider::before {
        width: 4rem;
    }

    .review_main_body_slider::after {
        width: 4rem;
    }

    .cooperaten_slider {
        padding: 50px 0;
    }

    .cooperaten_text {
        min-height: unset;
    }

    .contact_form {
        padding: 20px;
        box-shadow: unset;
    }

    .header_nav_language_select_body {
        top: 40px;
    }

    .modal_for_player {
        padding: 0;
    }

    .about_body_footer {
        flex-direction: column;
    }

    .about_body_footer_info {
        text-align: center;
    }

    .container_fluid_white {
        border-radius: 25px 25px 0 0;
        padding: 50px 0 50px;
    }

    .review_main_title {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .contact_form_info_title {
        font-size: 20px;
    }

    .detail_main_body_table_footer_teacher_info_title {
        flex-direction: column;
        align-items: unset;
    }

    .team_detail_main_header_info_head {
        flex-direction: column;
        align-items: unset;
    }

    .team_detail_main_header_info_head .team_detail_main_header_info_head_social {
        padding-top: 15px;
    }
}

@media screen and (max-width: 660px) {
    .service_body_item {
        border-radius: 25px;
        padding: 25px 15px 15px;
    }

    .service_body_item_right {
        max-width: 400px;
        width: 100%;
    }

    .service_body_item_image {
        max-width: 398px;
        width: 100%;
        height: 140px;
        border-radius: 25px;
    }

    .service_body_item_count_number {
        font-size: 70px;
        line-height: 70px;
        padding-top: 0px;
    }

    .service_body_item_count_icon {
        width: 150px;
        top: 5px;
        left: 70px;
    }

    .service_body_item.purple .service_body_item_count_icon {
        width: 150px;
        top: 5px;
        left: 100px;
    }

    .service_body_item.red .service_body_item_count_icon {
        width: 150px;
        top: 5px;
        left: 90px;
    }

    .footer {
        background: #000000;
        padding: 50px 0 30px;
    }

    .footer_list {
        gap: 30px 50px;
    }

    .footer_item {
        width: 100%;
    }

    .footer_item:first-child {
        width: 100%;
    }

    .partner_body_title {
        font-size: 40px;
        line-height: 50px;
        padding-top: 20px;
    }

    .partner_body_item {
        max-width: 400px;
        width: 100%;
    }

    .partner_body_item_image {
        width: 100%;
        height: 201px;
    }

    .partner_body_list {
        gap: 20px;
        padding-top: 50px;
    }
}

@media screen and (max-width: 576px){
    .first_section_body_title {
        font-size: 30px;
        line-height: 40px;
    }

    .first_section_body_description {
        font-size: 16px;
        line-height: 25px;
    }

    .first_section_main {
        min-height: 450px;
    }
}

@media screen and (max-width: 560px) {
    .cooperaten_image {
        width: 354px;
        height: 542px;
    }
}

@media screen and (max-width: 540px) {

}

@media screen and (min-width: 470px){

}

@media screen and (max-width: 470px){

}

@media screen and (max-width: 400px) {

}

@media screen and (max-width: 380px){

}

@media screen and (max-width: 340px) {

}

@media (max-width: 992px) {

}

@media (max-width: 650px) {

}
