html {
    scroll-behavior: smooth;
}
.sp-megamenu-parent li a:before {
    opacity: 0 !important;
}
.tomp-stopka-lewa p {
    text-align: left !important;
}
.tomp-stopka-prawa p {
    text-align: right !important;
}
body:not(.home) #sp-header {
    background: #332b98 !important;
}
#sp-footer {
    background-color: #332b98 !important;
}
.lt-privacy .lt-shape-slider svg path {
    fill: #332b98 !important;
}
.lt-contact .lt-service-item .sppb-icon-container {
    width: 105px;
    height: 105px;
    border-width: 3px;
    border-radius: 50%;
    line-height: 105px;
}
@media only screen and (max-width: 991px) {
    .tomp-stopka-lewa p,
    .tomp-stopka-prawa p {
        text-align: center !important;
    }
}
@media only screen and (max-width: 450px) {
    html {
        word-break: break-word;
    }
}