@media (max-width:1450px) {
    .wrapper_fix{
        padding-right: 50px;
    }
    .wrapper{
        padding: 0 50px;
    }
    .header,.header_right{
        padding-left: 50px;
    }
    .banner_info{
        left: 50px;
        right: 50px;
    }
    .banner_slider .owl-nav{
        right: 50px;
    }
    .gifts_slider .owl-nav, .slider_cast .owl-nav{
        right: -3%;
        left: -3%;
    }

    .address{
        padding: 0 30px;
    }
    .languages{
        padding-left: 30px;
    }
    .btn_pos{
        right: 50px;
    }
}
@media (max-width:1350px) {
    .wrapper_fix{
        padding-right: 20px;
    }
    .btn_pos{
        right: 20px;
    }
    .wrapper{
        padding: 0 20px;
    }
    .header,.header_right{
        padding-left: 20px;
    }
    .banner_info{
        left: 20px;
        right: 20px;
    }
    .banner_slider .owl-nav{
        right: 20px;
    }
    .gifts_slider .owl-nav, .slider_cast .owl-nav{
        right: -1%;
        left: -1%;
    }
    .footer_col_mob {
        padding: 0 10px;
    }
}
@media (max-width:1280px) {
    .header .menu li{
        margin-right: 15px;
    }
    .header .menu li.menu-item-has-children{
        margin-right: 25px;
    }
    .support_title{
        font-size: 18px;
    }
    .support_link{
        width: 50px;
        min-width: 50px;
    }
    .form_contact{
        padding: 30px;
        width: 60%;
    }
    .form_contact{
        margin-left: 30px;
    }
    .flex_r .btn{
        padding-left:20px!important;
        padding-right:20px!important;
    }
    .select_block span,.select_filter{
        font-size: 14px;
    }
    .week_item{
        font-size: 12px;
    }
    .lesson_teacher{
        margin: 10px 0;
    }
}

@media (max-width:1124px) {
    .btn_pos{
        display: none!important;
    }
    .btn_pos_mob{
        display: inline-block!important;
        position: relative;
        top: auto;
        margin: 10px 0 5px 0;
        bottom: auto;right: auto;
    }
    .lessons_bar .select_block{
        margin-bottom: 15px;
    }
    .time_lesson{
        font-size: 14px;
    }
    .col_empty{
        min-width: 68px;
    }
    .table_lessons th{
        font-size: 12px;
    }
    .lessons_bar{
       flex-direction: column;
        justify-content: center;
    }
    .single_smak .project_img{
        height: 450px;
    }
    .flex_block {
        width: 57%;
    }
    .blocks_big{
        width: 40%;
    }
    .project_img.fix{
        display: none;
    }
    .img_mob.fix{
        display: block;
        width: 100%;
    }
    .project_general{
        width: 100%;
    }
    .progress{
        max-width: 100%;
    }
    .desct_title{
        display: none;
    }
    .mob_title{
        display: block;
    }
    .single_flex{
        flex-direction: column;
    }
    .footer_title,.footer_links,.footer .social_list{
        margin-bottom: 15px!important;
    }
    .footer .social_list a{
        margin: 0 8px;
    }
    .single_flex .section_title{
        margin-bottom: 10px;
    }
    .single_img{
        display: none;
    }
    .single_img_mob{
        display: block;
        margin: 0 auto 20px auto;
    }
    .single_info{
        width: 100%;
    }
    .dopstyle_header{
        box-shadow: 4px 4px 10px rgb(71 135 193 / 35%);
        -webkit-transition: 200ms linear;
        -moz-transition: 200ms linear;
        -ms-transition: 200ms linear;
        -o-transition: 200ms linear;
        transition: 200ms linear;
    }
    .flex_map{
        flex-direction: column-reverse!important;
        margin-top: 0!important;
    }
    .col_cover{
        width: 100%;
    }
    .map_list{
        width: 100%;
        height: 450px;
        margin-bottom: 20px;
    }
    .subtitle{
        font-size: 18px;
    }
    .contact_item .subtitle{
        margin-bottom: 15px;
    }
    .contact_item{
        margin-bottom: 30px;
    }
    .supports{
        flex-wrap: wrap;
        grid-template-columns: 1fr 1fr;
        transform: translateY(-40px);
    }

    .support_item:nth-child(3){
      grid-column-start: 1;
        grid-column-end: 3;
    }
    .header .menu,.footer_col_mob,.header .social_list,.address{
        display: none;
    }
    .mob_menu .address,.mob_menu .social_list{
        display: flex;
    }
    .burger{
        display: block;
        margin-left: 20px;
    }
    .languages{
        padding-left: 20px;
    }
    .logo img{
        height: 90px;
        width: auto;
    }
    .header_top
    {
        padding: 0;
    }
    .header{
        padding-top: 5px;
        padding-bottom: 5px;
        position: fixed;
        top: 0;
        left: 0;
        box-sizing: border-box;
        width: 100%;
    }
    .height{
        height: 104px;
    }
    .header_right{

        background: #Ffffff;
        padding-left: 20px;
    }
    .header_top{
        background: #Ffffff;
    }
    .header_bottom{
        display: none;
    }
    .footer_links{
        justify-content: center;
    }
    .foot_link{
        text-align: center;
    }
    .footer .social_list{
        justify-content: center;
        margin-bottom: 28px;
    }
    .footer_top{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .footer{
        padding: 40px 0;
    }
    .section{
        padding: 50px 0;
    }
    .section_fix{
        padding-bottom: 50px;
    }
    .footer_top{
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .school_item{
        padding: 15px;
    }
}
@media (max-width:1024px) {


    .table_lessons{
        overflow: auto;
        width: 100%;
        min-width: 1200px;
    }
    .table_container{
        overflow: auto;
        padding-bottom: 10px;
    }
    .td_active>div{
        padding: 10px;
    }
    .tab_content .gallery figure, .tab_content .gallery-icon{
        height: 350px;
    }
    .team_item{
        padding: 15px;
    }
    .section_block{
        padding: 20px;
    }
    .banner_item{
        height: 530px;
    }
    .section_title,.banner_title{
        font-size: 30px;
    }
    .section_description,.col_info li,.banner_description,.gift_descr,.gift_btn,
    .gift_price,.counter_text,.team_slider_pos,.flex_link.fix .underline, .flex_link,.doc_title,.section_block strong,.cast_title{
        font-size: 14px;
    }
    .counter_num{
        font-size: 50px;
    }
    .news_name,.item_news .news_name{
        font-size: 14px;
    }
    .project_title{
        font-size: 18px;
    }
    .btn,.banner_item .btn{
        font-size: 14px!important;
    }
    .gift_title,.team_slider_title{
        font-size: 20px;
    }
    .team_slider_item{
        padding: 20px;
    }
    .team_slider_img{
        height: 120px;
        max-width: 120px;
        margin-right: 15px;
    }
    .project_grid .project_img{
        height: 420px;
    }
    .flex_r .btn{
        height: 55px;
    }

}
@media (max-width:900px) {
    .gifts_list{
        grid-template-columns: 1fr 1fr;
    }
    .project_item.fix .project_info{
        padding-right: 15px;
        padding-left: 15px;
    }
    .project_item.fix .btn{
        left: 15px;
    }
    .grid_news.fix ,.grid_school{
        grid-template-columns: 1fr 1fr;
    }
    .flex_r{
        flex-direction: column;
        align-items: flex-start;
    }
    .flex_r .flex_btn{
        width: 100%;
    }
    .flex_r .btn{
        width: 100%;
    }
    .flex_r .btn-border{
        margin-top: 20px;
    }
    .flex_r .flex_btn:last-child{
        margin: 0;
    }
    .flex_contact{
        flex-direction: column;
    }
    .marsh{
        margin-left: 0;
    }
    .form_contact{
        margin: 0 auto;
        width: 100%;
    }
    .contact_info{
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 20px;
    }
    .counter_item{
        max-width: none;
        width: 48%;
    }
    .counter{
        flex-wrap: wrap;
    }
    .project{
        padding: 10px;
        margin-bottom: 10px;
    }
    .contact_info .social_list a{
        margin: 0 5px;
    }
    .team_grid{
        grid-template-columns: 1fr 1fr;
    }
    .blocks_title{
        font-size: 21px;
    }

}
@media (max-width:800px) {
    .blocks_big,.flex_block{
        width: 100%;

    }
    .blocks,  .blocks_big{
        padding: 15px;
    }
    .green_bg .btn-border.fix{
        margin-top: 10px!important;
    }
    .news_a {
height: 265px;
    }
    .tab_content .gallery figure, .tab_content .gallery-icon{
        height: 300px;
    }
    .tab{
        font-size: 14px;
        margin: 5px 10px;
    }
    .tabs{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .flex_r{
        flex-direction: row;
    }
    .flex_r .btn-border{
        margin-top: 0px;
    }
    .flex_r .flex_btn:last-child{
      margin-left: 10px;
    }
   .project_grid .project_img{
        height: 350px;
    }

    .section_pos{
        justify-content: center;
    }
    .news_item{
        height: 250px;
    }
    .grid_news{
        grid-gap: 10px;
    }
    .grid_news .news_item:first-child, .grid_news.fix .news_item:nth-child(5) {
        grid-row-start: span 2;
        height: 510px;
    }
    .news_name{
        left: 10px;
        bottom: 10px;
        right: 10px;
    }
    .flex_projects{
        flex-direction: column;
    }
    .projects_img{
        width: 100%;
        height: 450px;
        margin-bottom: 20px;
    }
    .projects{
        width: 100%;
    }
    .support_img {
        height: 250px;
    }
    .support_text{
        font-size: 12px;
    }
    .support_info{
        padding: 10px;
    }
    .supports{
        padding: 10px;
    }
    .support_title{
        font-size: 16px;
    }
    .flex_col{
        flex-direction: column;
    }
    .col_info, .col_img{
        width: 100%;
    }
    .col_img{
        display: none;
    }
    .img_mob img{
        width: 100%;
    }
    .col_pos{
        bottom: 0;
        right: 0;
    }
    .img_mob{
        display: block;
        position: relative;

        width: 100%;
        margin-bottom: 30px;
    }
    .green_bg .flex{
        flex-direction: column;
    }
    .green_bg .section_title{
        text-align: center;
        margin: 0 0 20px 0;
    }
    .banner_slider .owl-nav{
        top: 80%;
    }
}
@media (max-width:700px) {
    .flex_select{
        flex-direction: column;
    }
    .flex_select .section_title,.select_block{
        margin-bottom: 20px;
    }
    .school_item .social_list img {
        height: 20px;
    }
}
@media (max-width:650px) {
    .supports{
        grid-template-columns: 1fr ;
        align-items: baseline;
    }
    .support_item:nth-child(3){
        grid-column-end: 2;
    }
    .page-template-responsibility h3{
        font-size: 20px;
    }
    .tab_content .gallery{
        grid-gap: 10px;
    }
    .project_item .btn{
        position: relative;
        left: 0;
        transform: translateX(0);
    }
    .project_item{
        padding-bottom: 0;
    }
    .tab_content .gallery figure, .tab_content .gallery-icon{
        height: 250px;
    }
    .banner_slider .owl-dots {
        bottom: 55px;
    }
    .banner_info{
        top: 50%;
        transform: translateY(-50%);
    }
    .banner_item{
        background-position: right;
    }
    .banner_item:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(255, 255, 255, 0.6);
    }
    .banner_info .btn img{
        filter: invert(1);
    }
    .banner_info .btn{
        background: #CA3450;
        color: white;
}
    .banner_title{
        font-size: 25px;
    }
    .logo img {
        height: 60px;
    }
    .height{
        height: 72px;
    }
    .mob_menu{
        top: 72px;
    }
    .project_grid{
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
    .section_title,.block_title{
        margin-bottom: 20px;
    }
    .support_item{
        width: 100%;
        margin: 10px 0;
    }
    .support_img{
        height: 220px;
    }
    /*.support_item:last-child{*/
    /*    margin-top: 10px;*/
    /*}*/
    .grid_news,.grid_news.fix{
        grid-template-columns: 1fr;
    }
    .grid_news .news_item:first-child, .grid_news.fix .news_item:nth-child(5){
        height: 250px;
        background-position: top;
    }
    .news_item:before{
        background:  rgba(0, 0, 0, 0.4);
    }
}
@media (max-width:600px) {
    .gifts_list{
        grid-template-columns: 1fr;
    }
    .flex_r .btn{
        height: 42px;
    }
    .btn.fix img {
        max-width: 10px;
    }
    .progress-bar{
        font-size: 11px;
    }
    .cast_img,.cast_hover{
        height: 240px;
    }
    .gift_descr{
        height: auto;
        position: relative;
    }
    .flex_gift{
        margin-top: 0;
    }
    .gifts_slider{
        padding-bottom: 0;
    }
    .gifts_slider .owl-dots{
        bottom: -36px;
    }
    .gifts_slider{
        overflow: visible;
    }
    .gifts_slider .owl-stage-outer{
        overflow: hidden!important;
    }
    .team_grid{
        grid-template-columns: 1fr;
    }
    .form-flex .form-group{
        width: 100%;
    }
    #map{
        height: 400px;
    }
    .btn{
        padding: 15px 25px!important;
    }
    .gift_btn,.gift_price{
        padding: 15px 5px;
    }
    .team_img{
        max-width: 200px;
        height: 200px;
        width: 200px;
        min-height: 200px;
    }
    .team_pos{
        margin: 10px 0;
    }
    .team_pos{
        font-size: 14px;
    }
    .team_item .social_list{
        margin-bottom: 12px;
    }
    .team_item .social_list a{
        margin: 0 10px;
    }
    .team_title{
        font-size: 20px;
    }
    .col_info .section_title{
        margin-bottom: 20px;
    }
    .shop_name,.shop_address,.single_pos,.single_flex .underline,.page_text{
        font-size: 14px;
    }
    .right_part a{
        font-size: 14px;
    }
    .shop_item{
        padding: 15px 0;
    }
    .subtitle_cover,.select_flex{
        margin-bottom: 20px;
    }
    .phone_of,.shop_name{
        margin-bottom: 12px;
    }
    .bootstrap-select>.dropdown-toggle{
        padding: 15px 20px!important;
    }
    .left_part{
        padding-right: 10px;
    }
    .panel{
        padding: 30px 15px;
    }
}
@media (max-width:550px) {
    .school_title{
        margin-bottom: 10px;
    }
    .school_item .marsh{
        margin-bottom: 12px;
    }
    .school_item  .flex_link.fix{
        margin-top: 10px;
    }
    .grid_school{
        grid-template-columns: 1fr;
    }
    .tab_content .gallery figure, .tab_content .gallery-icon{
        height: 200px;
    }
    .wpcf7 form .wpcf7-response-output{
        font-size: 12px;
    }
    .flex_progress{
        flex-direction: column;
    }
    .single_info .section_text{
        margin-bottom: 0;
    }
    .progress{
        margin: 0 0 15px 0;
    }
    .doc_title{
        margin: 15px 0;
    }
    .flex_doc{
        margin-bottom: 15px;
    }
    .form_contact .section_text{
        margin-bottom: 15px;
    }
    .form_contact .section_title {
        margin-bottom: 10px;
    }
    .contact_item{
        margin-bottom: 20px;
    }
    .img_mob{
        margin-bottom: 20px;
    }
    .col_info li{
        margin-bottom: 15px;
    }
    .grid_news{
        margin-bottom: 20px;
    }
    .page_text{
        margin-top: 15px;
    }
    .single_img_mob{
        width: 100%;
    }
    .single_pos{
        margin-bottom: 15px;
    }
    .subtitle_cover{
        text-align: center;
    }
    .shop_item{
        flex-direction: column;
        text-align: center;
    }
    .shop_list .right_part{
        text-align: center;
        margin-top: 10px;
    }
    .left_part{
        padding-right: 0;
    }
    .phone_of, .shop_name{
        margin-bottom: 10px;
    }
    .select_flex{
        flex-direction: column;
    }
    .select_item{
        width: 100%;
        margin: 5px 0;
    }
    .single_smak .project_img{
        margin-top: 20px;
    }
    textarea{
        height: 65px;
    }
    .popup_style .section_text{
        font-size: 12px;
    }
    .popup_style  .form-flex .form-group{
        margin-bottom: 10px!important;
    }
}
@media (max-width:500px) {
    .wpcf7-not-valid-tip{
        left: 20px;
    }

    .banner_description{
        margin: 15px 0;
    }
    .flex_r{
        margin-top: 20px;
        flex-direction: column;
        align-items: center;
    }
    .flex_r .flex_btn:last-child{
        margin: 10px 0 0 0;
    }
    .section_title{
        line-height: 1.4;
    }
    .title_news{
        font-size: 21px!important;
    }
    .project_title{
        font-size: 16px;
    }
    .project_grid  .project_img,.project_item.fix .project_img{
        height: 300px;
    }
    .section_text.fix li:before{
        left: -7px;
    }
    .map_list{
        height: 400px;
    }
    .flex_pays{
        flex-wrap: wrap;
    }
    .flex_pays img{
        margin: 10px 0;
        width: 22%;
        height: 19px;
    }
    .col_pos{
        padding: 5px 15px;
    }
    .col_pos_num{
        font-size: 45px;
    }
    .col_pos_text,.green_bg.fix .section_text{
        font-size: 14px;
    }
    .counter_num {
        font-size: 35px;
    }
    .cast_img {
        height: 190px;

    }
    .cast_hover{
        height: 190px;
        margin-bottom: 10px;
    }
    .section_title, .banner_title,.block_title {
        font-size: 25px;
    }
    .section_description,.cast_title, .section_block strong,.col_info li, .banner_description, .gift_descr, .gift_btn, .gift_price, .counter_text, .team_slider_pos,.flex_link.fix .underline, .flex_link {
        font-size: 12px;
    }
    .footer_title{
        font-size: 18px;
    }
    .flex_link.fix .underline:before{
        bottom: 1px;
    }
    .form_control, .form_control::placeholder,.shop_name, .shop_address,.right_part a{
        font-size: 12px;
    }
    .form_contact{
      padding:   20px 10px;
    }
    .form_control{
        padding: 10px 20px;
    }
    .underline,.foot_link,.license,.section_text{
        font-size: 14px;
    }
    .bootstrap-select>.dropdown-toggle{
        font-size: 14px!important;
    }
    .contact_info .social_list img{
        height: 25px;
    }
    .gift_title, .team_slider_title{
        font-size: 18px;
    }
    .subtitle{
        font-size: 16px;
    }
    .wrapper_fix{
        padding-right: 10px;
    }
    .wrapper{
        padding: 0 10px;
    }
    .header,.header_right{
        padding-left: 10px;
    }
    .banner_info{
        left: 10px;
        right: 10px;
    }
    .banner_slider .owl-nav{
        right: 10px;
    }
    .breadcrumbs{
        margin: 15px 0;
    }
    .team_title{
        font-size: 18px;
    }
    .section_radio{
        padding-top: 0;
    }
    .breadcrumb_slash{
        margin: 0 10px;
    }
    .breadcrumb_link{
        font-size: 12px;
    }
    .btn {
        font-size: 12px!important;
    }
    .col_info .section_description{
        margin-bottom: 0;
    }
    .single_smak .project_img{
        height: 350px;
    }
}
@media (max-width:400px) {
    .select_block{
        flex-direction: column;
    }
    .slider_students .owl-dot.active{
        width: 40px;
        height: 40px;
    }
    .tab_item{
        font-size: 14px;
    }
    .select_block span{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .week_item{
        padding-left: 10px;
        padding-right: 10px;
    }
    .tab_content .gallery{
        grid-template-columns: 1fr 1fr;
    }
    .mob_menu{
        width: 100%;
        box-sizing: border-box;
    }
    .section_title, .banner_title,.block_title{
        font-size: 20px;
    }
    .team_slider_item .social_list{
        justify-content: center;
        margin-top: 10px;
    }
    .team_slider_item .social_item{
        margin: 0 5px;
    }
    .team_slider_item{
        align-items: center;
        text-align: center;
        flex-direction: column;
        justify-content: center;
    }
    .team_slider_img{
        margin: 0 0 10px 0;
    }
    .projects_img{
        height: 350px;
    }
    .phone{
        display: none;
    }
    .mob_menu .phone{
        display: flex;
        margin: 10px 0;
    }
    .cast_img,.cast_hover {
        height: 150px;
    }
    .banner_item{
        height: 580px;
    }
}