footer .container .container ul.social {
     top: 360px;
 }

body #content #shop_goods div.nav {
    position: relative;
    margin-bottom: 20px;
}

body #cart a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -35px;
    width: 100%;
    height: 100%;
}

body #shop_goods .nav ~ .sorting {
    top: -2px;
}

body #shop_goods .nav ~ .show_hide_filters {
    top: -5px;
}

body #shop_goods:has(.nav) #view_switcher {
    top: -60px;
}

@media all and (max-width: 640px) {
    body #shop_goods:has(.nav) #view_switcher {
        top: -41px;
    }
}

@media all and (max-width: 860px) {
    body #content #shop_goods .nav ~ .show_hide_filters {
        top: -2px;
    }
}