@media screen and (max-width: 740px) {

    .footer__top {
        flex-direction: column;
        height: 765px;
    }

    .footer__menu {
        margin-bottom: 32px;
    }

    #menu-appicenter {
        padding-top: 0;
    }

    .footer__menu._appicenter {
        margin-bottom: 0;
    }
}