body.sticky-active {
    padding-top: 127px;
    /* Dostosuj do wysokości twojego menu */
}

#sticky-header.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

body.admin-bar #sticky-header.is-sticky {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar #sticky-header.is-sticky {
        top: 46px;
    }
}

.swiper-button-next{
    right:-70px !important;
}

.swiper-button-prev {
    left: -70px !important;
}

.swiper2{
    overflow:hidden;
}

.case-www-scroll img {
    transition: object-position 3s ease-in-out;
}

.case-www-scroll:hover img {
    object-position: 92% 100% !important;
}