@media(max-width:1150px){
    .container{
        padding:0 10px;
    }
}

@media(max-width:1050px){
    .footer_menu {
        width: 550px;
    }
    .last_line{
        font-size:12px;
    }
    .last_line div{
        width:40%;
    }
    .about_block img{
        max-width:450px;
    }
    .feedback_main_quest{
        display:none;
        background-image:none;
        padding-bottom:35px;
    }
}

@media(max-width:1000px){
    .head_mod .container .top_line{
        padding-bottom:10px;
    }
    .head_mod .sched .header{
        display:none;
    }
    .head_mod .descriptor{
        display:none;
    }
    .last_line div{
        width:50%;
    }
    .feedback_main_quest {

        max-width: 80%;
        margin: 30px auto;
    }
    .feedback_main_quest{

    }
}

@media(max-width:950px){
    .footer_menu {
        width: 270px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
    }

    .footer_menu a {
        width:100%;
        margin: 5px 0;
    }
}

@media(max-width:900px){
    .open {
        left:auto!important;
        right:15px;
        top:15px;
        transition: .4s;
        position:fixed;
        -ms-transition: .4s;
        -webkit-transiton: .4s;
        z-index: 1013;
    }
    .head_mod{
        padding-bottom:10px;
    }
    .sched{
        display:none;
    }

    .mobile {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 45px;
        height: 25px;
    }
    .menu--chapters{
        display:none;
    }

    .mobile span {
        width: 45px;
        border-radius: 8px;
        height: 2.5px;
        background-color: #4d4d4d;
        position: relative;
        transition: .4s;
        -ms-transition: .4s;
        -webkit-transition: .4s;
        transition-duration: .4s;
    }



    .open span:nth-child(2) {
        transform: rotate(-45deg);
    }

    .open span:nth-child(1) {
        transform: rotate(45deg);
        top: 23px!important;
    }

    .open span:nth-child(3) {
        display: none;
    }

}

@media(max-width:800px){
    .about_block{
        flex-direction: column-reverse;
        margin:20px auto;
    }
    .map div.fnc--feedback--main__line {
        max-width: 90%;
    }
    .feedback_main_quest .fnc--feedback--main{
        display:flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .map_block .contacts{
        margin: 40px auto;
    }
    .map_block{
        display:flex;
        flex-direction: column-reverse;
    }
    .frame{
        margin:10px auto;
        max-width:100%;
        width:100%;
    }
}

@media(max-width:600px){
    .leflex .shade{
        background-color:#fff;
    }
    .leflex .modal_container{
        box-shadow: none;
    }
    .leflex{
        align-items:flex-start;
    }
    .about_block h2 span{
        font-size:50px;
    }

    .last_line div{
        max-width:90%;
        width:100%;
        margin:5px auto;
    }
    .last_line{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .footer_logo{
        margin-bottom:15px;
    }
    .footer_menu{
        margin-bottom:15px;
    }
    .foot .container{
        flex-direction: column;
    }
    .head_mod .show_map,
    .head_mod .street{
        display:none;
    }
}

@media(max-width:500px){
    .header--overhead--inner__left{
        padding:0;
    }
    .form_header .sp{
        font-size:25px;
    }
    .form_header{
        display:none;
    }
    .about_block img {
        max-width: 450px;
        width: 100%;
        height: auto;
    }
    .h1_block h1 .sp{
        font-size:40px;
    }
    .about_block .left {
        padding-left: 10px;
        padding-right: 10px;
    }
    .head_mod .logo{
        display:none;
    }
    .fnc--center--chapters{
        padding:0;
    }
}

@media(max-width:400px){

    .map_block .contacts {
        margin: 10px auto;
        max-width: 90%;
    }

    .about_block .h2_block h2 {
        font-size: 25px;
    }

    .about_block h2 span {
        font-size: 30px;
    }

    .h1_block h1 .sp {
        font-size: 34px;
    }
}