.wroplAd {
    position: relative;
    z-index: 2;
    padding: 0;
    height: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    background: #11254B;
}

.wroplAd>* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.wroplAd a {
    text-decoration: none;
}

.wroplAd .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.wroplAd a:hover,
.wroplAd a:focus,
.wroplAd a:active {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    white-space: nowrap;
    text-decoration: none;
    background: transparent;
    background-color: transparent;
}

.wroplAd__item {
    padding: 10px 0;
}

.wroplAd .logoWroPl {
    z-index: 2;
    padding: 0 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #E91640;
}

.logoWroPl img {
    display: block;
    height: auto;
    width: auto;
}

.newsWroPl {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 43px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: inherit;
}

.wroplAdList {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    padding-left: 26px;
    width: 100%;
    height: 100%;
    list-style: none;
    color: #ffffff;
}

.wroplAdList.animationInit div:first-of-type:hover,
.wroplAdList.stopAnimationCss.animationInit div:first-of-type {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}

.wroplAdList li {
    height: 43px;
    min-height: 43px;
    background-color: transparent;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.wroplAdList li,
.newsTitle {
    margin: 0;
    padding: 0;
    border: none;
    white-space: nowrap;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.wroplAdList .newsItemGroup {
    height: 100%;
}

.wroplAdList a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
}

.wroplAd a:focus,
.wroplAdList a:focus,
.animationWroBtn:focus {
    outline: 1px auto #ffffff;
    outline-offset: -1px;
}

.wroplAd .newLabel {
    display: none;
}

.wroplAd .newsTitle.standard {
    position: relative;
}

.animationWroBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 8px;
    height: 100%;
}

.animationWroBox svg {
    height: 13px;
}

.animationWroBtn {
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 42px;
    height: 100%;
    border: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
}

.animationWroBtn .animationWroPlay {
    display: none;
}

.animationStoppedJs .animationWroBtn .animationWroPlay {
    display: block;
    margin: 0 auto;
    margin-top: 0;
    margin-left: 0;
}

.animationStoppedJs .animationWroBtn .animationWroStop {
    display: none;
}

/* style of partners start */
.tbs-wroclaw #cs-access-helper-switcher,
.tbswroclaw #cs-access-helper-switcher {
    top: 43px;
}

body.nfm .wroplAd {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            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;
}
/* style of partners end */


@media screen and (max-width: 1023px) {
    .wroplAdList li,
    .newsTitle {
        white-space: wrap;
        font-size: 14px;
        line-height: 16px;
        font-weight: 400;
        white-space: unset;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; 
    }   
}


@media (min-width: 768px) {
    .wroplAdList.animationInit div:first-of-type {
        -webkit-animation: arawTopBarDesktopAnimation 4s linear;
                animation: arawTopBarDesktopAnimation 4s linear;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
    }
    
    @-webkit-keyframes arawTopBarDesktopAnimation {
        0% {
            opacity: 1;
        }

        70% {
            opacity: 1;
            margin-top: 0;
        }

        100% {
            opacity: 0;
            margin-top: -43px;
        }
    }
    
    @keyframes arawTopBarDesktopAnimation {
        0% {
            opacity: 1;
        }

        70% {
            opacity: 1;
            margin-top: 0;
        }

        100% {
            opacity: 0;
            margin-top: -43px;
        }
    }
}

@media (max-width: 767px) {
    .wroplAdList.animationInit div:first-of-type {
        -webkit-animation: arawTopBarMobileAnimation 4s linear;
                animation: arawTopBarMobileAnimation 4s linear;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
    }
    
    @-webkit-keyframes arawTopBarMobileAnimation {
        0% {
            opacity: 1;
        }
    
        70% {
            opacity: 1;
            margin-top: 0;
        }
    
        100% {
            opacity: 0;
            margin-top: -60px;
        }
    }
    
    @keyframes arawTopBarMobileAnimation {
        0% {
            opacity: 1;
        }
    
        70% {
            opacity: 1;
            margin-top: 0;
        }
    
        100% {
            opacity: 0;
            margin-top: -60px;
        }
    }
        .wroplAd,
        .newsWroPl {
            height: 60px;
    }
        .wroplAdList li {
            height: 60px;
            min-height: 60px;
    }

    .wroplAd .logoWroPl {
        padding: 0;
        width: 25px;
    }

    .wroplAd a, 
    .wroplAd a picture {
        width: 100%;
        height: 100%;
    }
    .wroplAd a picture {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
     
    .logoWroPl img {
        width: 100%;
        height: 40px;
    }
    .animationWroBox svg {
        right: 10px;
        top: 14px;
    }

    .stadionwroclaw #navigation .navigation-button-toggler {
        top: 113px;
    }

    .wroplAd .newsTitle.standard::after {
        top: 0;
    }  

    .wroplAdList li,
    .newsTitle {
        max-height: 60px;
        -webkit-line-clamp: 3; 
    }

    .wroplAdList {
        -webkit-animation-delay: 2s;
                animation-delay: 2s;
        padding-left: 8px;
    }

    .wroplAdList.animationInit div:first-of-type:hover {
        -webkit-animation-play-state: running;
                animation-play-state: running;
    }
    .wroplAdList.stopAnimationCss.animationInit div:first-of-type {
        -webkit-animation-play-state: paused;
                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: -webkit-box;
        display: -ms-flexbox;
        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;
    }
}