html {
    scroll-behavior: smooth;
}

#sp-logo img {
    margin: 25px auto;
}

#sp-header {
    background-color: #0007a4;
}

.burger-icon>span {
    background-color: #fff;
}

ul.sp-megamenu-parent {
    float: unset;
    text-align: center;
    margin: 0 auto;
}

.sp-megamenu-parent > li > a,
.sp-megamenu-parent a:hover,
.sp-megamenu-parent a:focus,
.sp-megamenu-parent a:active,
.sp-megamenu-parent > li:hover > a {
    color: #fff;
}

#offcanvas-toggler > .fa,
#offcanvas-toggler > .fa:hover,
#offcanvas-toggler > .fa:focus,
#offcanvas-toggler > .fa:active {
    color: #fff;
}

li.sp-menu-item:not(:first-child):not(:last-child):after {
    content: " ";
    background-color: #ffc404;
    width: 1px;
    height: 15px;
    position: absolute;
    top: 22px;
}

.center .sppb-addon-title {
    text-align: center;
}

.list ul {
    padding-left: 20px;
    list-style-type: none;
}

.list ul li {
    position: relative;
}

.list ul li:before {
    content: '\2022 ';
    color: #0007a4;
    padding-right: 0.5em;
    font-size: 24px;
    position: absolute;
    left: -17px;
    top: -7px;
}

.galeria li {
    line-height: 330px;
}

.galeria li img {
    vertical-align: middle;
    display: inline-block;
}

@media screen and (max-width: 991px) {
    .wspolpraca img {
        max-width: 400px;
    }
}

.godziny table {
    margin: 0 auto;
}

.godziny table tr td:first-child {
    text-align: right;
}

.godziny table tr td:last-child {
    text-align: left;
    padding-left: 10px;
}

#sp-top {
    background-image: url('../../../images/2021/08/03/zdj-w-tle-pod-logo-gora.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}