@media only screen and (max-width: 1399px){
    .phone_item{
        margin-right: 20px;
    }
    .soc_block{
        padding-left: 10px;
    }
    .soc_block a{
        margin-left: 10px;
    }
}
@media only screen and (max-width: 1269px){
    .phone_item{
        width: 170px;
        font-size: 12px;
        margin-right: 10px;
    }
    .phone_item a{
        font-size: 12px;
    }
    .call_btn{
        width: 130px;
        height: 38px;
        font-size: 10px;
    }
    .lk_link{
        font-size: 12px;
    }
    .phone_block{
        padding-left: 10px;
    }
}
@media only screen and (max-width: 1023px){
    .phone_block{
        display: none;
    }
    .call_btn{
        display: none;
    }
    .soc_block{
        display: none;
    }
    .lk_block{
        display: none;
    }
    .logo{
        height: 60px;
        font-size: 26px;
        padding: 0 30px 0 20px;
    }
    .topmenu{
        display: none;
    }
    .mm_link{
        display: block;
    }
    .mob_h_btns{
        display: flex;
    }
    h1{
        width: 100%;
    }
    .main_form{
        width: 100%;
        margin-top: 20px;
    }
    .screen_1{
        padding: 30px 0;
        position: relative;
    }
    .screen_1 {
        height: 730px;
        min-height: auto;
        background-position: 50%;
    }
}
@media only screen and (max-width: 767px){
    h1{
        display: none;
    }
    .main_form{
        display: none;
    }
    .mob_main_block{
        width: 100%;
        display: block;
        text-align: center;
        color: #fff;
    }
    .mob_arow_down{
        width: 30px;
        height: 30px;
        background: url("../images/ico-arrow-down.svg") no-repeat center center;
        background-size: 100% auto;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        bottom: 20px;
        animation-duration: 3s;
        animation-name: start-animation;
        animation-iteration-count: infinite;
    }
    @keyframes start-animation {
        0% {
            transform: translate3d(0,-15px,0);
        }
        50% {
            transform: translate3d(0,0,0);
        }
        100% {
            transform: translate3d(0,-15px,0);
        }
    }
    .mob_forma .mf_title{
        line-height: 1.2;
    }
}