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;
    }
}

body .pagination {
    margin-top: 20px;
}

body .small_banner {
    margin-top: 30px;
    width: calc(100% + 40px);
    translate: -20px 0;
    display: flex;
}

body .small_banner.slick-initialized .slick-slide {
    margin: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body .slick-slide img {
    width: 100%;
}

body .small_banner .slick-arrow {
    z-index: 10;
    width: auto;
    height: auto;
}

body .small_banner .slick-arrow::before {
    color: #333e48;
    font-size: 30px;
}

body .small_banner .slick-prev {
    left: 20px;
    translate: -50% 0;
}

body .small_banner .slick-next {
    right: 20px;
    translate: 50% 0;
}
