.adbro-burgerking {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 !important;
}

.adbro-burgerking * {
    box-sizing: border-box;
    position: absolute;
}

.adbro-burgerking__container, .adbro-burgerking__text, .adbro-burgerking__logo, .adbro-burgerking__btn, .adbro-burgerking__img {
    left: 50%;
    margin: 0 !important;
}

.adbro-burgerking__container {
    bottom: 0;
    height: 170px;
    margin-left: -219px !important;
    width: 438px;
    max-width: none !important;
}

.adbro-burgerking__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    width: 100%;
    height: 43px;
    background: url(../images/burgerking-bg.png) no-repeat top center;
    background-size: cover;
    -webkit-animation: slideInUp24 .5s .3s both;
    animation: slideInUp24 .5s .3s both;
}

.adbro-burgerking__logo {
    bottom: 7px;
    margin-left: -156px !important;
    background: url(../images/burgerking-logo.png) no-repeat left bottom;
    background-size: contain;
    width: 16px;
    height: 18px;
    -webkit-animation: fadeInLeft24 .7s .7s both;
    animation: fadeInLeft24 .7s .7s both;
}

.adbro-burgerking__text--1 {
    bottom: 3px;
    margin-left: -56px !important;
    background: url(../images/burgerking-text.png) no-repeat left bottom;
    background-size: contain;
    width: 110px;
    height: 38px;
    -webkit-animation: fadeInRight24 .7s .7s both;
    animation: fadeInRight24 .7s .7s both;
}

.adbro-burgerking__text--2 {
    bottom: 3px;
    margin-left: -136px !important;
    background: url(../images/burgerking-text2.png) no-repeat left bottom;
    background-size: contain;
    width: 74px;
    height: 24px;
    -webkit-animation: fadeInLeft24 .7s .7s both;
    animation: fadeInLeft24 .7s .7s both;
}

.adbro-burgerking__img--1 {
    bottom: 0;
    margin-left: 69px !important;
    background: url(../images/burgerking-img.png) no-repeat left bottom;
    background-size: contain;
    width: 68px;
    height: 36px;
    -webkit-animation: fadeInUp24 .7s .7s both, fadeOut24 .3s 6.5s forwards;
    animation: fadeInUp24 .7s .7s both, fadeOut24 .3s 6.5s forwards;
}

.adbro-burgerking__img--2 {
    bottom: 0;
    margin-left: 118px !important;
    background: url(../images/burgerking-img2.png) no-repeat left bottom;
    background-size: contain;
    width: 42px;
    height: 60px;
    -webkit-animation: fadeInRight24 .7s .9s both, fadeOut24 .3s 6.5s forwards;
    animation: fadeInRight24 .7s .9s both, fadeOut24 .3s 6.5s forwards;
}

.adbro-burgerking__img--3 {
    bottom: 0;
    margin-left: 51px !important;
    background: url(../images/burgerking-img3.png) no-repeat left bottom;
    background-size: contain;
    width: 138px;
    height: 56px;
    -webkit-animation: fadeInUp24 .7s 6.5s both;
    animation: fadeInUp24 .7s 6.5s both;
}

.adbro-burgerking__btn {
    display: block;
    bottom: 2px;
    margin-left: 9px !important;
    background: url(../images/burgerking-btn.png) no-repeat left bottom;
    background-size: contain;
    width: 47px;
    height: 12px;
    -webkit-animation: fadeInDown24 .7s .8s both;
    animation: fadeInDown24 .7s .8s both;
    overflow: hidden;
}

.adbro-burgerking__btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) skewX(-40deg);
    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: 25%;
    height: 87%;
    -webkit-animation: shine24 2s 7.2s;
    animation: shine24 2s 7.2s;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
}

.adbro-grid {
    border-radius: 5px;
}

.adbro-grid__line {
    background: #D82403;
    border-radius: 0 0 3px 3px !important;
}

.adbro-grid__btn {
    background-image: url(../images/burgerking-grid-btn.png?v=1);
}

.adbro-bottom .adbro-grid__list {
    margin: 0 !important;
    overflow-x: hidden !important;
}

.adbro-grid__item:last-child {
    width: 100% !important;
    padding: 0;
    margin-bottom: -80px !important;
}

.adbro-grid .adbro-close {
    bottom: auto;
    top: -2px;
    z-index: 2;
    right: -4px !important;
}

.adbro-grid__top {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    width: 100%;
    height: 28px;
    border-radius: 5px 5px 0 0;
    z-index: 1;
    background: #D72300;
}

.adbro-grid__top:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 10px;
    background: url(../images/burgerking-grid-logo.png?v=3) no-repeat left bottom;
    background-size: contain;
    width: 136px;
    height: 29px;
}

.adbro-grid__img {
    margin: 0 !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 100%;
    position: relative;
    padding-bottom: 51%;
}

.adbro-grid__item .adbro-grid__img {
    background-image: url(../images/burgerking-grid-pic4.png);
    padding-bottom: 81%;
}

.adbro-grid__img-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 !important;
    margin-left: -124px !important;
    margin-top: 23px !important;
    background: url(../images/burgerking-grid-btn2.png) no-repeat left bottom;
    background-size: contain;
    width: 248px;
    height: 39px;
    -webkit-animation: zoomInOut25 2.2s 2s both;
    animation: zoomInOut25 2.2s 2s both;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
}

.adbro-grid__box--1 .adbro-grid__img {
    background-image: url(../images/burgerking-grid-pic1.png?v=1);
    overflow: visible !important;
}

.adbro-grid__box--1 .adbro-grid__img:before, .adbro-grid__box--1 .adbro-grid__img:after {
    content: '';
    position: absolute;
    margin: 0 !important;
}

.adbro-grid__box--1 .adbro-grid__img:after {
    left: 4%;
    top: 7%;
    background: url(../images/burgerking-grid-pic1-before.png) no-repeat left bottom;
    padding-bottom: 18%;
    background-size: contain;
    width: 63%;
    -webkit-animation: fadeInLeft24 .7s 1s both;
    animation: fadeInLeft24 .7s 1s both;
}

.adbro-grid__box--1 .adbro-grid__img:before {
    right: 8px;
    bottom: 7%;
    background: url(../images/burgerking-grid-pic1-after.png) no-repeat left bottom;
    padding-bottom: 56%;
    background-size: contain;
    width: 70%;
    -webkit-animation: fadeInRight24 .7s 1s both;
    animation: fadeInRight24 .7s 1s both;
}

.adbro-grid__box--2 .adbro-grid__img {
    background-image: url(../images/burgerking-grid-pic2.png);
}

.adbro-grid__box--3 .adbro-grid__img {
    background-image: url(../images/burgerking-grid-pic3.png);
}

.adbro-grid__box {
    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;
    margin: 5px 0 0 !important;
    position: relative;
}

.adbro-grid__list {
    background: radial-gradient(89.17% 83.75% at 50% 53.39%, #D72300 0%, #7F1400 70.09%);
    padding-top: 20px;
    display: block !important;
    -webkit-animation: move27 2.2s 2s both;
    animation: move27 2.2s 2s both;
}

@-webkit-keyframes move27 {
    50% {
        -webkit-transform: translateY(-12%);
        transform: translateY(-12%);
    }
}

@keyframes move27 {
    50% {
        -webkit-transform: translateY(-12%);
        transform: translateY(-12%);
    }
}

.adbro-link {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    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 .4s both;
    animation: fadeIn24 1s .4s both;
    cursor: pointer;
    z-index: 1;
}

.adbro-icon {
    position: absolute;
    bottom: 6px;
    right: 6px;
    background: url(https://cdn.adbro.me/inimage/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 slideOutDown24 {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        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 {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@-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 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, -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 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 zoomInOut25 {
    from, 25%, 50% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    12.5%, 37.5% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

@keyframes zoomInOut25 {
    from, 25%, 50% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    12.5%, 37.5% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
}
