.adbro-acecook {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0!important;
}

.adbro-acecook * {
    box-sizing: border-box;
}

.adbro-acecook__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 62px;
    background: url(../images/acecook-bg.png) repeat center top;
    background-size: cover;
    -webkit-animation: fadeIn24 1s .5s both, slide24 5s 1.5s linear infinite;
    animation: fadeIn24 1s .5s both, slide24 5s 1.5s linear infinite;
    margin: 0!important;
    overflow: hidden;
}

.adbro-acecook__image {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0!important;
    margin-left: -84px!important;
    background: url(../images/acecook-img.png) no-repeat left bottom;
    background-size: contain;
    width: 169px;
    height: 106px;
    -webkit-animation: fadeInUp24 1.2s .9s both;
    animation: fadeInUp24 1.2s .9s both;
}

.adbro-acecook__logo {
    position: absolute;
    bottom: 4px;
    left: 25px;
    margin: 0!important;
    background: url(../images/acecook-logo.png) no-repeat 50% 50%;
    background-size: contain;
    width: 45px;
    height: 20px;
    -webkit-animation: fadeInLeft24 1.2s .9s both;
    animation: fadeInLeft24 1.2s .9s both;
}

.adbro-acecook__text {
    position: absolute;
    bottom: 32px;
    left: 11px;
    margin: 0!important;
    background: url(../images/acecook-text.svg) no-repeat 50% 50%;
    background-size: contain;
    width: 89px;
    height: 20px;
    -webkit-animation: fadeInUp24 .7s 1.1s both;
    animation: fadeInUp24 .7s 1.1s both;
}

.adbro-acecook__text2 {
    position: absolute;
    bottom: 20px;
    right: 34px;
    margin: 0!important;
    background: url(../images/acecook-text2.png) no-repeat 50% 50%;
    background-size: contain;
    width: 52px;
    height: 45px;
    -webkit-animation: fadeInRight24 1s 1.2s both;
    animation: fadeInRight24 1s 1.2s both;
}

.adbro-acecook__btn {
    display: block;
    position: absolute;
    bottom: 7px;
    right: 30px;
    margin: 0!important;
    background: url(../images/acecook-btn.svg) no-repeat 50% 50%;
    background-size: contain;
    width: 66px;
    height: 13px;
    -webkit-animation: fadeInUp24 .7s 1.3s both, shake24 3s 2s infinite;
    animation: fadeInUp24 .7s 1.3s both, shake24 3s 2s infinite;
}

.adbro-acecook__link {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    margin: 0!important;
    cursor: pointer;
}

.adbro-acecook__close {
    position: absolute;
    bottom: 35px;
    right: 0;
    background: url(../images/adbro-close.svg) no-repeat 50% 50%;
    background-size: 18px 18px;
    width: 30px;
    height: 30px;
    margin: 0!important;
    -webkit-animation: fadeIn24 1s .4s both;
    animation: fadeIn24 1s .4s both;
    cursor: pointer;
    z-index: 1;
}

.adbro-acecook__icon {
    position: absolute;
    bottom: 6px;
    right: 6px;
    background: url(../images/adbro-icon.svg) no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    margin: 0!important;
    -webkit-animation: fadeIn24 1s .4s both;
    animation: fadeIn24 1s .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 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 fadeInDown24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes shake24 {
    from, 50% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    5%, 15%, 25%, 35%, 45% {
        -webkit-transform: translate3d(-3px, 0, 0);
        transform: translate3d(-3px, 0, 0);
    }

    10%, 20%, 30%, 40% {
        -webkit-transform: translate3d(3px, 0, 0);
        transform: translate3d(3px, 0, 0);
    }
}

@keyframes shake24 {
    from, 50% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    5%, 15%, 25%, 35%, 45% {
        -webkit-transform: translate3d(-3px, 0, 0);
        transform: translate3d(-3px, 0, 0);
    }

    10%, 20%, 30%, 40% {
        -webkit-transform: translate3d(3px, 0, 0);
        transform: translate3d(3px, 0, 0);
    }
}

@-webkit-keyframes slide24 {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -100px 0;
    }
}

@keyframes slide24 {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -100px 0;
    }
}

