.wroplAd {
    position: relative;
    padding: 0;
    overflow: hidden;
    height: 43px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #11254B;
    z-index: 2;
}

.wroplAd>* {
    box-sizing: border-box;
}

.wroplAd a {
    text-decoration: none;
}

.wroplAd a:hover,
.wroplAd a:focus,
.wroplAd a:active {
    text-decoration: none;
    border: none;
    outline: none;
    color: white;
    margin: 0;
    padding: 0;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    background: transparent;
    background-color: transparent;
}

.wroplAd__item {
    padding: 10px 0;
}

.wroplAd .logoWroPl {
    width: fit-content;
    padding: 0 10px;
    z-index: 2;
    background: #E91640;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.logoWroPl img {
    height: auto;
    width: auto;
    display: block;
}

.newsWroPl {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 43px;
    flex: 1;
    background: inherit;
}

.wroplAdList {
    margin: 0;
    padding: 0;
    padding-left: 26px;
    list-style: none;
    color: white;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.wroplAdList.animationInit div:first-of-type:hover,
.wroplAdList.stopAnimationCss.animationInit div:first-of-type {
    animation-play-state: paused;
}

.wroplAdList.animationInit div:first-of-type {
    animation: opa 4s linear;
    animation-fill-mode: forwards;
}

@keyframes opa {
    0% {
        opacity: 1;
    }

    70% {
        opacity: 1;
        margin-top: 0;
    }

    100% {
        opacity: 0;
        margin-top: -43px;
    }
}

.wroplAdList li {
    height: 43px;
    min-height: 43px;
    background-color: transparent;
    background: transparent;
    display: flex;
    align-items: center;
}

.wroplAdList li,
.newsTitle {
    border: none;
    color: white;
    margin: 0;
    padding: 0;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
}

.wroplAdList .newsItemGroup {
    height: 100%;
}

.wroplAdList a {
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    height: 100%;
}

.wroplAd a:focus,
.wroplAdList a:focus,
.animationWroBtn:focus {
    outline: 1px auto #fff;
    outline-offset: -1px;
}

.wroplAd .newLabel {
    display: none;
}

.wroplAd .newsTitle.standard {
    position: relative;
}

.wroplAd .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.animationWroBox {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    padding: 8px;
}

.animationWroBox svg {
    height: 13px;
}

.animationWroBtn {
    width: 42px;
    height: 100%;
    background: none;
    border: none;
    padding: 0;
    appearance: none;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.animationWroBtn .animationWroPlay {
    display: none;
}

.animationStoppedJs .animationWroBtn .animationWroPlay {
    display: block;
    margin: 0 auto;
    margin-top: 0;
    margin-left: 0;
}

.animationStoppedJs .animationWroBtn .animationWroStop {
    display: none;
}

.tbs-wroclaw #cs-access-helper-switcher,
.tbswroclaw #cs-access-helper-switcher {
    top: 43px;
}

body.nfm .wroplAd {
    flex: 1 0 auto;
}

@media (max-width: 991px) {
    .slaskwroclaw {
        margin-top: 43px;
    }

    [class~="slaskwroclaw.pl"] .wroplAd {
        margin-top: 43px;
    }
}

@media (max-width: 959px) {
    .datatechnopark {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (max-width: 480px) {
    .datatechnopark {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.wi .wroplAd .newsTitle.standard::after {
    top: 7px;
}

@media screen and (max-width: 1023px) {
    wroplAdList li,
    .newsTitle {
        white-space: wrap;
        font-size: 16px;
        line-height: 17px;
        font-weight: 600;
        white-space: unset;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 767px) {

    .wroplAd .logoWroPl {
        width: 25px;
        padding: 0;
    }

    .wroplAd a, .wroplAd a picture, .logoWroPl img {
        width: 100%;
        height: 100%;
    }

    .animationWroBox svg {
        right: 10px;
        top: 14px;
    }

    .stadionwroclaw #navigation .navigation-button-toggler {
        top: 113px;
    }

    .wroplAd .newsTitle.standard::after {
        top: 0;
    }

    .wroplAdList li,
    .newsTitle {
        font-size: 14px;
        line-height: 16px;
        max-height: 33px;
    }

    .wroplAdList {
        animation-delay: 2s;
        padding-left: 8px;
    }

    .wroplAdList.animationInit div:first-of-type:hover {
        animation-play-state: running;
    }
    .wroplAdList.stopAnimationCss.animationInit div:first-of-type {
        animation-play-state: paused;
    }

    .wroplAd a:hover,
    .wroplAd a:focus,
    .wroplAd a:active {
        white-space: unset;
    }
}

@media (max-width: 500px) {
    .wroplAd {
        padding-right: 6px;
    }
    .wroplAd__item {
        padding-right: 0;
    }
    .animationStoppedJs .animationWroBtn .animationWroPlay {
        margin-right: 0;
    }
    .animationWroBox {
        display: flex;
    }
    .animationWroBtn {
        width: 24px;
    }
}

@media (min-width: 501px) {
    .animationWroBtn .animationWroPlay {
        margin-left: 14px !important;
    }
}


@media (forced-colors: active) {

    .wroplAd,
    .wroplAd .newLabel {
        border-bottom: 1px solid transparent;
    }
}