.js .no-js, .no-js .js {
    display: none;
}

.js body:not(.loaded) {
    overflow: hidden;
}

.st0, .st1, .st2, .st3, .st4, .st5, .st6 {
    opacity: 1;
}

body {
    background-color:#FFFFFF;
}

.alert {
    text-align: center;
    margin-bottom: 0;
    padding: 5px;
    background: #001f4e;
    color: white;
    border-bottom: 1px solid white;
}

#cookies {
    font-weight: normal;
    font-size: 1.1rem;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
}

#cookies .close {
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
}

/*#cookies ~ .page #main-menu {
    position: initial;
}*/

body.is-home .alert {
    color: #001f4e;
    background: white;
    border-bottom: 1px solid #001f4e;
}

body .mfp-bg {
    z-index:1079;
}
body .mfp-wrap {
    z-index:1080;
}

.modules__type {
    text-transform: uppercase;
}

div.text {
    color: rgba(0,0,0,.8);
    font-weight: 500;
    margin-bottom: 28px;
    font-size: 1.8rem;
    line-height: 3.2rem;
}

.modules-rls {
    width: 100%;
}

.text.mceContentBody:empty {
    display: none;
}

.mceContentBody a > img {
    padding: 5px;
    border: 1px solid #00adee;
}
.text.mceContentBody img.modules__img {
    margin:10px;
}

a[href$=".png"]:after, a[href$=".jpg"]:after, a[href$=".jpeg"]:after {
    display: none;
}

/* usunąc na końcu */
[style="text-align: justify;"] {
    background: red;
}

#googleMap {
    border:1px solid #00adee;
    background:#fcfcfc;
    padding:3px;
}

blockquote span.aps {
    font-size: 4.8rem;
    line-height: 0.20em;
}

.carousel-navs {
    justify-content: space-between;
    align-content: space-between;
}
.modules-menu {
    padding-top:8px;
}
.modules {
    margin-top:84px;
}
.menu {
    position:fixed;
    background:#fcfcfc;
    border-bottom:1px solid #d4d9e1;
    transition: all .3s;
}
.menu__item {
    padding:16px 0;
}
.menu__list {
    list-style-type: none;
}

.clients__list {
    white-space: nowrap;
    word-break:keep-all;
    overflow:hidden;
    height:90px;
    padding:15px 0;
    display:block;
    position:relative;
    animation: marquee 15s linear infinite;
}
.clients__list > img {
    margin:0 25px;
}

.banner {
    background:#009edd url(tlo.jpg) no-repeat center bottom -100px;
    background-size: cover;
}
a.modules-rls__link:not([href]):not([tabindex]) span {
    color: rgba(0,0,0,.8);
}
a.modules-rls__link[href] span {
    color: #00adee;
    transition: all .3s;
}
a.modules-rls__link[href]:hover span {
    color: #00adee;
}
.page-header__h1 {
    text-align:center;
    justify-content:center;
}

.remote-help__img {
    cursor: pointer;
}

.footer-cookies {
    color: white;
    font-size: 1.5rem;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 400;
    text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left;
}


@media(min-width: 768px) {
    .footer-copyrights {
        padding-top: 50px;
        padding-botom: 47px;
    }
}

.page-footer {
    background-color: #00183c;
}

.footer-copyrights small {
    display: block;
    margin: 30px auto;
}

.page-content {
    margin: 0 83px;
}
