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: 40px;
    width: calc(100% + 48px);
    min-height: 170px;
    translate: -25px 0;
    display: flex;
    justify-content: center;
    gap: 50px;
    overflow-x: hidden;
}

body .small_banner.slick-initialized {
    gap: 0;
    min-height: 0;
}

body .small_banner.slick-initialized .slick-slide {
    margin: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body .slick-slide img {
    width: 100%;
    border-radius: 4px;
}

body #content .small_banner img {
    max-width: 270px;
}

body #content .small_banner .slick-slide > div {
    display: flex;
}

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;
}

body .slick-slide {
    position: relative;
}

body .small_banner .slick-track .slick-slide::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 80%;
    translate: 25px -50%;
    background-color: transparent;
    transition: all .2s;
}

body .small_banner .slick-track .slick-slide.slick-active::after {
    background-color: #eee;
}


body #content .goods .favorite,
body #content .goods .favorite_as,
body #content .goods .compare,
body #content .goods .compare_as {
    transition: all .2s;
}

body #content .goods .favorite,
body #content .goods .compare {
    opacity: 0;
    visibility: hidden;
}

body #content .goods .favorite_as,
body #content .goods:hover .favorite,
body #content .goods:hover .favorite_as ,
body #content .goods .compare_as,
body #content .goods:hover .compare,
body #content .goods:hover .compare_as {
    opacity: 1;
    visibility: visible;
}

body #content .similar-goods .goods .favorite,
body #content .similar-goods .goods .favorite_as {
    left: 160px;
    right: auto;
    top: -2px;
}

body #content .similar-goods .goods .compare,
body #content .similar-goods .goods .compare_as {
    left: 120px;
    right: auto;
    top: -2px;
}

@media all and (max-width: 1100px) {
    body #content .goods .favorite,
    body #content .goods .favorite_as,
    body #content .similar-goods .goods .favorite,
    body #content .similar-goods .goods .favorite_as {
        left: auto;
        top: 5px;
        right: 10px;
    }

    body #content .goods .compare,
    body #content .goods .compare_as,
    body #content .similar-goods .goods .compare,
    body #content .similar-goods .goods .compare_as {
        left: auto;
        top: 4px;
        right: 50px;
    }
}

body .small_banner .slick-track .slick-slide.slick-active:nth-last-child(1 of .slick-slide.slick-active)::after {
    background-color: transparent;
}


@media all and (max-width: 1100px) {
    body #content .small_banner img {
        max-width: none;
    }
}

@media all and (max-width: 860px) {
    body .small_banner {
        width: 100%;
        margin: 0 auto 40px;
        translate: none;
    }


    body #content .goods .favorite,
    body #content .goods .compare {
        opacity: 1;
        visibility: visible;
    }
}

@media all and (max-width: 768px) {
    body .small_banner .slick-track .slick-slide.slick-active ~ .slick-slide.slick-active::after {
        background-color: transparent;
    }
}

@media all and (max-width: 640px) {
    body .small_banner {
        min-height: 150px;
    }
}

@media all and (max-width: 480px) {
    body .small_banner {
        min-height: 120px;
    }
}