.adbro-knorr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 !important;
}

.adbro-knorr * {
    box-sizing: border-box;
}

.adbro-knorr__block,
#adbro .adbro-knorr__block {
    display: block !important;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
    margin: 0 !important;
    -webkit-animation: fadeIn24 1s 0.1s both, slideOutDown24 0.5s 6s forwards;
    animation: fadeIn24 1s 0.1s both, slideOutDown24 0.5s 6s forwards;
    z-index: 2;
}
.adbro-takeover-3s.adbro-knorr__block {
    -webkit-animation: fadeIn24 1s 1s both, slideOutDown24 0.5s 4s forwards;
    animation: fadeIn24 1s 1s both, slideOutDown24 0.5s 4s forwards;
}
#adbro .adbro-knorr__block-link,
.adbro-knorr__block-link {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.adbro-takeover-replay .adbro-close {
    top: 0px;
    right: 0;
    bottom: auto;
}

.adbro-knorr__video-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    margin: 0 !important;
    max-width: none !important;
}

.adbro-knorr__block video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: auto !important;
}

.adbro-knorr__time {
    position: absolute;
    bottom: 12px;
    left: 7px;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, segoe ui, Helvetica,
        Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
    font-size: 12px !important;
    line-height: 12px;
    color: #fff;
    z-index: 1;
}

.adbro-knorr__progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #027935;
}

.adbro-progress--active {
    -webkit-animation: progress24 6s 1s both linear;
    animation: progress24 6s 1s both linear;
}

@-webkit-keyframes progress24 {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes progress24 {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.adbro-knorr__container {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 170px;
    margin: 0 !important;
    margin-left: -219px !important;
    width: 438px;
    max-width: none !important;
}

.adbro-knorr__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    margin: 0 !important;
    background: url(../images/knorr-bg.png?v=3) no-repeat center top;
    background-size: cover;
    -webkit-animation: slideInUp24 0.5s 0.3s both;
    animation: slideInUp24 0.5s 0.3s both;
}

.adbro-knorr__logo {
    position: absolute;
    left: 50%;
    margin: 0 !important;
    background: url(../images/knorr-logo.png?v=3) no-repeat left bottom /
        contain;
    width: 31px;
    bottom: 48px;
    margin-left: 108px !important;
    height: 30px;
    overflow: visible !important;
    -webkit-animation: fadeInLeft24 0.7s 0.7s both, zoomIO25 1s 2s forwards 10;
    animation: fadeInLeft24 0.7s 0.7s both, zoomIO25 1s 2s forwards 10;
}

.adbro-knorr__text {
    position: absolute;
    left: 50%;
    margin: 0 !important;
}

.adbro-knorr__text--1 {
    background: url(../images/knorr-text.png?v=3) no-repeat left bottom /
        contain;
    width: 81px;
    height: 24px;
    bottom: 4px;
    margin-left: -157px !important;
    -webkit-animation: fadeInLeft24 0.7s 0.7s both;
    animation: fadeInLeft24 0.7s 0.7s both;
}

.adbro-knorr__text--2 {
    background: url(../images/knorr-text2.png?v=3) no-repeat left bottom /
        contain;
    width: 43px;
    height: 28px;
    bottom: 1px;
    margin-left: 112px !important;
    -webkit-animation: fadeInRight24 0.7s 0.7s both,
        zoomIO25 1s 2.2s forwards 10;
    animation: fadeInRight24 0.7s 0.7s both, zoomIO25 1s 2.2s forwards 10;
}

.adbro-knorr__img {
    position: absolute;
    left: 50%;
    margin: 0 !important;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}
.adbro-knorr__img--1 {
    background-image: url(../images/knorr-img.png?v=3);
    width: 75px;
    height: 67px;
    bottom: 3px;
    margin-left: -101px !important;
    -webkit-animation: fadeInUp24 0.7s 0.9s both;
    animation: fadeInUp24 0.7s 0.9s both;
}
.adbro-knorr__img--2 {
    background-image: url(../images/knorr-img2.png?v=3);
    width: 85px;
    height: 88px;
    bottom: -2px;
    margin-left: -46px !important;
    -webkit-animation: fadeInUp24 0.7s 0.7s both;
    animation: fadeInUp24 0.7s 0.7s both;
}
.adbro-knorr__img--3 {
    background-image: url(../images/knorr-img3.png?v=3);
    width: 56px;
    height: 29px;
    bottom: 0;
    margin-left: 31px !important;
    -webkit-animation: fadeInUp24 0.7s 0.9s both;
    animation: fadeInUp24 0.7s 0.9s both;
}
.adbro-knorr__img--4 {
    background-image: url(../images/knorr-img4.png?v=3);
    width: 55px;
    height: 85px;
    bottom: -2px;
    margin-left: 63px !important;
    -webkit-animation: fadeInDown24 0.7s 0.7s both;
    animation: fadeInDown24 0.7s 0.7s both;
}

.adbro-knorr-round {
    display: none;
    position: fixed;
    bottom: 280px;
    right: 20px;
    margin: 0 !important;
    width: 120px;
    height: 120px;
    overflow: visible !important;
    z-index: 100000;
    -webkit-animation: fadeOut24 0.3s 9s forwards;
    animation: fadeOut24 0.3s 9s forwards;
}
.adbro-knorr-round .adbro-close {
    bottom: 115px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.adbro-knorr-round__link {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    overflow: visible !important;
}
.adbro-knorr-round__img {
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin: 0 !important;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    -webkit-animation: fadeIn24 0.7s 0.2s both, fadeOut24 0.5s 9s forwards;
    animation: fadeIn24 0.7s 0.2s both, fadeOut24 0.5s 9s forwards;
}
.adbro-knorr-round__img--1 {
    margin-left: -68px !important;
    width: 118px;
    height: 110px;
    background-image: url(../images/knorr-round-img.png?v=3);
}
.adbro-knorr-round__btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 !important;
    margin-left: -43px !important;
    background: url(../images/knorr-round-btn.png?v=3) no-repeat left bottom /
        contain;
    width: 83px;
    height: 22px;
    -webkit-animation: fadeInUp24 0.7s 0.2s both;
    animation: fadeInUp24 0.7s 0.2s both;
}
.adbro-knorr-round__btn:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    opacity: 0;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.5) 30%,
        rgba(255, 255, 255, 0.03) 1%,
        rgba(255, 255, 255, 0.7) 50%,
        rgba(255, 255, 255, 0.9) 70%,
        rgba(255, 255, 255, 0) 100%
    );
    width: 25%;
    height: 90%;
    -webkit-animation: shine24 2s 0.2s;
    animation: shine24 2s 0.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.adbro-replay {
    position: absolute;
    bottom: 35px;
    left: 5px;
    margin: 0 !important;
    background: url(https://cdn.adbro.me/inimage/images/adbro-replay.svg)
        no-repeat;
    background-size: 18px 18px;
    width: 24px;
    height: 23px;
    -webkit-animation: fadeIn24 1s 0.6s both;
    animation: fadeIn24 1s 0.6s both;
    cursor: pointer;
    z-index: 1;
}

.adbro-link {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    margin: 0 !important;
    cursor: pointer;
}

.adbro-close {
    position: absolute;
    bottom: 35px;
    right: 0;
    background: url(https://cdn.adbro.me/inimage/images/adbro-close.svg)
        no-repeat 50% 50%;
    background-size: 18px 18px;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    -webkit-animation: fadeIn24 1s 0.4s both;
    animation: fadeIn24 1s 0.4s both;
    cursor: pointer;
    z-index: 1;
}

.adbro-icon {
    position: absolute;
    bottom: 6px;
    right: 4px;
    background: url(https://cdn.adbro.me/inimage/images/adbro-icon2.svg)
        no-repeat 50% 50%;
    background-size: 100% 100%;
    width: 21px;
    height: 20px;
    margin: 0 !important;
    -webkit-animation: fadeIn24 1s 0.4s both;
    animation: fadeIn24 1s 0.4s both;
    cursor: pointer;
    z-index: 1;
}

@-webkit-keyframes fadeIn24 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn24 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut24 {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        visibility: hidden;
        display: none;
        pointer-events: none;
    }
}

@keyframes fadeOut24 {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        visibility: hidden;
        display: none;
        pointer-events: none;
    }
}

@-webkit-keyframes fadeInLeft24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRight24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInUp24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes slideInUp24 {
    from {
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp24 {
    from {
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes shine24 {
    0% {
        left: 0;
        opacity: 0;
    }
    5% {
        opacity: 0;
    }
    50% {
        opacity: 0.3;
    }
    80% {
        opacity: 0;
    }
    100% {
        left: 99%;
    }
}

@keyframes shine24 {
    0% {
        left: 0;
        opacity: 0;
    }
    5% {
        opacity: 0;
    }
    50% {
        opacity: 0.3;
    }
    80% {
        opacity: 0;
    }
    100% {
        left: 99%;
    }
}

@-webkit-keyframes fadeInOut24 {
    0%,
    38.08%,
    100% {
        opacity: 0;
    }
    4.76%,
    33.32% {
        opacity: 1;
    }
}

@keyframes fadeInOut24 {
    0%,
    38.08%,
    100% {
        opacity: 0;
    }
    4.76%,
    33.32% {
        opacity: 1;
    }
}

@-webkit-keyframes fall25 {
    from {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes fall25 {
    from {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes line25 {
    from {
        -webkit-transform: translateX(0px) translateY(0px);
        transform: translateX(0px) translateY(0px);
    }
    to {
        -webkit-transform: translateX(670%) translateY(-750%);
        transform: translateX(670%) translateY(-750%);
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes line25 {
    from {
        -webkit-transform: translateX(0px) translateY(0px);
        transform: translateX(0px) translateY(0px);
    }
    to {
        -webkit-transform: translateX(670%) translateY(-750%);
        transform: translateX(670%) translateY(-750%);
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes moveX25 {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes moveX25 {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeOutLeft69 {
    from {
        z-index: 14;
        left: 10%;
    }
    50% {
        z-index: 14;
        left: -110vw;
    }
    to {
        bottom: -20vh;
        left: 10%;
    }
}

@keyframes fadeOutLeft69 {
    from {
        z-index: 14;
        left: 10%;
    }
    50% {
        z-index: 14;
        left: -110vw;
    }
    to {
        bottom: -20vh;
        left: 10%;
    }
}

@-webkit-keyframes fadeOutRight69 {
    from {
        z-index: 14;
        left: 10%;
    }
    50% {
        z-index: 14;
        left: 110vw;
    }
    to {
        bottom: -20vh;
        left: 10%;
    }
}

@keyframes fadeOutRight69 {
    from {
        z-index: 14;
        left: 10%;
    }
    50% {
        z-index: 14;
        left: 110vw;
    }
    to {
        bottom: -20vh;
        left: 10%;
    }
}

@-webkit-keyframes fadeInUp69 {
    from {
        /*z-index: 14;*/
        bottom: -20vh;
    }
    5% {
        /*z-index: 14;*/
    }
    to {
        z-index: 2;
        bottom: 0;
    }
}

@keyframes fadeInUp69 {
    from {
        /*z-index: 14;*/
        bottom: -20vh;
    }
    5% {
        /*z-index: 14;*/
    }
    to {
        z-index: 2;
        bottom: 0;
    }
}

@-webkit-keyframes slideOutDown24 {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown24 {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@-webkit-keyframes fadeInDown24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes zoomIO25 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomIO25 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
