@media screen and (max-width:775px){
    .suspension {
        display: none;
    }

    .nav-group > h4::after {
        content: none !important;
    }
    .nav-group li {
        display: block !important;
    }
    .nav_group_li_special {
        margin-top: 0 !important;
    }

    .footer-logo{
        border-right: none;
        width: 90vw;
    }

    .resp-img{
        margin-top: 0;
    }

    .fot-lnk{
        width: 100%;
    }

    .fot-lnk ul{
        width: 80%;
    }
}