.adbro-digi {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 !important;
}

.adbro-digi * {
    box-sizing: border-box;
}

.adbro-digi__block,
#adbro .adbro-digi__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-digi__block {
    -webkit-animation: fadeIn24 1s 1s both, slideOutDown24 0.5s 4s forwards;
    animation: fadeIn24 1s 1s both, slideOutDown24 0.5s 4s forwards;
}

#adbro .adbro-digi__block-link,
.adbro-digi__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-digi__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-digi__block video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: auto !important;
}

.adbro-digi__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-digi__progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #ffe240;
}

.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-digi__container {
    position: absolute;
    left: 50%;
    margin: 0 !important;
    bottom: 0;
    height: 170px;
    margin-left: -219px !important;
    width: 438px;
    max-width: none !important;
}

.adbro-digi__side {
    position: absolute;
    bottom: 0;
    margin: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: fadeInOut24 9s linear infinite;
    animation: fadeInOut24 9s linear infinite;
}

.adbro-digi__side--2 {
    opacity: 0;
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
}
.adbro-digi__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 43px;
    background: url(../images/digi-bg.png) no-repeat center top;
    background-size: cover;
    margin: 0 !important;
    -webkit-animation: slideInUp24 0.5s 0.3s both;
    animation: slideInUp24 0.5s 0.3s both;
}

.adbro-digi__logo {
    position: absolute;
    left: 50%;
    margin: 0 !important;
}
.adbro-digi__logo--1 {
    bottom: 4px;
    margin-left: -156px !important;
    background: url(../images/digi-logo.png?v=1) no-repeat left bottom;
    background-size: contain;
    width: 47px;
    height: 18px;
    -webkit-animation: fadeInLeft24 0.7s 0.7s both;
    animation: fadeInLeft24 0.7s 0.7s both;
}

.adbro-digi__logo--2 {
    bottom: -5px;
    margin-left: 106px !important;
    background: url(../images/digi-logo2.png?v=1) no-repeat left bottom;
    background-size: contain;
    width: 35px;
    height: 38px;
    -webkit-animation: fadeInLeft24 0.7s 0.7s both;
    animation: fadeInLeft24 0.7s 0.7s both;
}

.adbro-digi__img {
    position: absolute;
    left: 50%;
    margin: 0 !important;
    bottom: 0;
    margin-left: -25px !important;
    background: url(../images/digi-img.png) no-repeat left bottom;
    background-size: contain;
    width: 62px;
    height: 72px;
    -webkit-animation: fadeInUp24 0.7s 0.7s both;
    animation: fadeInUp24 0.7s 0.7s both;
}

.adbro-digi__text {
    position: absolute;
    left: 50%;
    margin: 0 !important;
}

.adbro-digi__text--1 {
    bottom: 1px;
    margin-left: -82px !important;
    background: url(../images/digi-text.png) no-repeat left bottom;
    background-size: contain;
    width: 41px;
    height: 40px;
    -webkit-animation: fadeInDown24 0.7s 0.7s both;
    animation: fadeInDown24 0.7s 0.7s both;
}

.adbro-digi__text--2 {
    bottom: 4px;
    margin-left: -100px !important;
    background: url(../images/digi-text2.png) no-repeat left bottom;
    background-size: contain;
    width: 89px;
    height: 33px;
    -webkit-animation: fadeInDown24 0.7s 4.7s both;
    animation: fadeInDown24 0.7s 4.7s both;
}

.adbro-digi__btn {
    display: block;
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin: 0 !important;
    margin-left: 43px !important;
    background: url(../images/digi-btn.png) no-repeat left bottom;
    background-size: contain;
    width: 59px;
    height: 22px;
    -webkit-animation: fadeInUp24 0.7s 0.8s both;
    animation: fadeInUp24 0.7s 0.8s both;
    overflow: hidden;
}

.adbro-digi__btn:after {
    content: "";
    position: absolute;
    top: 0;
    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.03) 1%,
        rgba(255, 255, 255, 0.5) 30%,
        rgba(255, 255, 255, 0.7) 50%,
        rgba(255, 255, 255, 0.9) 70%,
        rgba(255, 255, 255, 0) 100%
    );
    width: 30%;
    height: 100%;
    -webkit-animation: shine24 2s 2.2s;
    animation: shine24 2s 2.2s;
    -webkit-animation-iteration-count: 5;
    animation-iteration-count: 5;
}

.adbro-digi-round {
    display: none;
    position: fixed;
    bottom: 280px;
    right: 30px;
    margin: 0 !important;
    width: 110px;
    height: 110px;
    overflow: visible !important;
    z-index: 100000;
    -webkit-animation: fadeOut24 0.3s 9s forwards;
    animation: fadeOut24 0.3s 9s forwards;
}

.adbro-digi-round .adbro-close {
    bottom: 120px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.adbro-digi-round__link {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    overflow: visible !important;
}

.adbro-digi-round__img {
    position: absolute;
    bottom: 14px;
    left: 50%;
    margin: 0 !important;
    margin-left: -50px !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100px;
    height: 100px;
    -webkit-animation: fadeIn24 0.7s 0.2s both, fadeOut24 0.3s 3s forwards;
    animation: fadeIn24 0.7s 0.2s both, fadeOut24 0.3s 3s forwards;
}

.adbro-digi-round__img--1 {
    background-image: url(../images/digi-round-img.png);
}

.adbro-digi-round__img--2 {
    background-image: url(../images/digi-round-img2.png);
    -webkit-animation-delay: 3s, 6s;
    animation-delay: 3s, 6s;
}

.adbro-digi-round__img--3 {
    background-image: url(../images/digi-round-img3.png);
    -webkit-animation-delay: 6s, 9s;
    animation-delay: 6s, 9s;
}

.adbro-digi-round__btn {
    position: absolute;
    bottom: 9px;
    left: 50%;
    margin: 0 !important;
    margin-left: -47px !important;
    background: url(../images/digi-round-btn.png) no-repeat left bottom;
    background-size: contain;
    width: 97px;
    height: 23px;
    -webkit-animation: fadeInUp24 0.7s 0.2s both;
    animation: fadeInUp24 0.7s 0.2s both;
}

.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;
    -webkit-animation: fadeIn24 1s 0.4s both;
    animation: fadeIn24 1s 0.4s both;
    cursor: pointer;
    margin: 0 !important;
    z-index: 1;
}

@-webkit-keyframes fadeIn24 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn24 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-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 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 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 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 fadeInOut24 {
    0%,
    55%,
    100% {
        opacity: 0;
    }
    5%,
    50% {
        opacity: 1;
    }
}

@keyframes fadeInOut24 {
    0%,
    55%,
    100% {
        opacity: 0;
    }
    5%,
    50% {
        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 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 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%;
    }
}
