@media (max-width: 760px) {
    .header_menu{
        display: none;
    }
    .burger_icon{
        position: absolute;
        right: 15px;
        z-index: 20;
    }
    .header_bottom h1{
        font-size: 34px;
        margin-top: 50px;
    }
    .header_bottom h2{
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .header_wrap{
        height: initial;
    }
    .call_phone{
        width: 80px;
        height: 80px;
        font-size: 30px;
        right: 20px;
        bottom: 20px;
    }
    .layer_desc_section{
        padding: 90px 0;
    }
    .layer_desc_section p{
        font-size: 16px;
    }
    .about_us{
        padding: 50px 0;
    }
    h3{
        font-size: 24px;
    }
    p{
        font-size: 14px;
    }
    .services{
        padding: 50px 0;
    }
    .services h3{
        margin-bottom: 24px;
    }
    .services_item{
        padding: 35px 30px;
    }
    .services_item ul li{
        font-size: 13px;
    }
    .services_item_btn{
        font-size: 12px;
    }
    .services_item h5{
        font-size: 18px;
    }
    .representation h6{
        line-height: 170%;
        margin-top: 5px;
    }
    .attendance{
        padding: 50px 0;
    }
    .advantage_wrap{
        display: block;
        margin-bottom: 30px;
    }
    .representation ul li{
        font-size: 14px;
    }
    .advantage_item p{
        font-size: 15px;
    }
    .advantage{
        padding-bottom: 50px;
    }
    .price {
        padding: 50px 0;
    }
    .price h4{
        font-size: 18px;
        line-height: 140.19%;
    }
    .price_item p{
        font-size: 10px;
    }
    .footer_contact{
        display: block;
    }
    .footer_contact li a{
        margin: 0;
        margin-bottom: 15px;
    }
    footer h5{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .footer_contact li a{
        font-size: 14px;
    }
    .social_footer{
        margin-top: 20px;
        justify-content: flex-start;
    }
    .social_footer li:first-child{
        margin-left: 0;
    }
    footer{
        padding: 32px 0;
    }
    .modal-content{
        padding: 0 20px;
        padding-bottom: 40px;
    }
    .modal-content h5{
        font-size: 24px;
        margin-top: 40px;
    }
    input[type="submit"]{
        margin-bottom: 50px;
    }
    .header_menu{
        background: #D9CEBD;
        /*display: block;*/
        position: absolute;
        right: 0;
        left: 0;
        padding: 50px 20px;
        z-index: 12;
        top: -34px;
    }
    .header_menu li{
        margin-bottom: 30px;
    }
    .header_menu li a{
        color: #fff;
    }
    .price_desc{
        font-size: 12px;
        line-height: 18px;
        padding-left: 10px;
    }
    .price_desc:before{
        left: -6px;
    }
}