.adbro-foodpanda {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 !important;
}

.adbro-foodpanda * {
    box-sizing: border-box;
}

.adbro-foodpanda__block {
	display: block!important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0!important;
	background: url(../images/foodpanda-block-bg.jpg) no-repeat center center;
	background-size: cover;
	-webkit-animation: fadeIn24 1s 1.5s both, slideOutDown24 .5s 6.5s forwards;
	animation: fadeIn24 1s 1.5s both, slideOutDown24 .5s 6.5s forwards;
	z-index: 2;
}

.adbro-foodpanda__block-link,
.adbro-foodpanda__block-img,
.adbro-foodpanda__block-text,
.adbro-foodpanda__block-decor2,
.adbro-foodpanda__block-decor,
.adbro-foodpanda__block-logo {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0!important;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}

.adbro-foodpanda__block-decor {
	background-image: url(../images/foodpanda-block-decor.png);
	background-position: top left;
	-webkit-animation: fadeIn24 .5s 1.6s both;
	animation: fadeIn24 .5s 1.6s both;
}

.adbro-foodpanda__block-decor2 {
	background-image: url(../images/foodpanda-block-decor2.png);
	background-position: bottom left;
	-webkit-animation: fadeIn24 .5s 1.6s both;
	animation: fadeIn24 .5s 1.6s both;
}

.adbro-foodpanda__block-logo {
	background-image: url(../images/foodpanda-block-logo.png);
	background-position: top left;
	-webkit-animation: fadeInDown24 .5s 1.7s both;
	animation: fadeInDown24 .5s 1.7s both;
}

.adbro-foodpanda__block-text {
	background-image: url(../images/foodpanda-block-text.png);
	background-position: bottom left;
	-webkit-animation: fadeInLeft24 .5s 1.8s both;
	animation: fadeInLeft24 .5s 1.8s both;
}

.adbro-foodpanda__block-img {
	background-image: url(../images/foodpanda-block-img.png);
	background-position: bottom right;
	left: 12%;
	-webkit-animation: fadeInUp24 .5s 1.9s both;
	animation: fadeInUp24 .5s 1.9s both;
}

.adbro-takeover-replay .adbro-close {
	bottom: auto;
	top: 0;
	right: 0;
}

.adbro-foodpanda__link {
	display: block!important;
}

.adbro-foodpanda__block-counter {
	position: absolute;
	bottom: 22px;
	left: 10%;
	margin: 0!important;
	width: 147px;
	height: 38px;
	border-radius: 4px;
	overflow: visible!important;
	font-size: 0;
	white-space: nowrap;
	text-align: center;
	-webkit-animation: fadeInUp24 .5s 1.9s both;
	animation: fadeInUp24 .5s 1.9s both;
}

.adbro-foodpanda__block-counter .adbro-foodpanda__box {
	position: relative;
	width: auto;
	height: auto;
	margin-right: 15px!important;
}

.adbro-foodpanda__block-counter .adbro-foodpanda__box:after {
	top: 6px;
	right: -11px;
}

.adbro-foodpanda__block-counter .adbro-foodpanda__numbers {
	font-size: 32px!important;
	line-height: 32px;
	height: 32px;
}

.adbro-foodpanda__block-counter .adbro-foodpanda__time {
	font-size: 10px!important;
	line-height: 10px;
	margin-top: 5px!important;
}

.adbro-foodpanda__counter {
	position: absolute;
	bottom: 6px;
	left: 50%;
	margin: 0!important;
	margin-left: -155px!important;
	width: 115px;
	height: 29px;
	overflow: visible!important;
	font-size: 0;
	white-space: nowrap;
	-webkit-animation: fadeInUp24 .7s .8s both;
	animation: fadeInUp24 .7s .8s both;
}

.adbro-foodpanda__box {
	display: inline-block!important;
	vertical-align: top;
	position: relative;
	margin: 0!important;
	min-width: 34px;
	text-align: center;
	margin-right: 3px!important;
	padding: 3px 0 0!important;
}

.adbro-foodpanda__box:after {
	content: ':';
	position: absolute;
	top: 2px;
	right: -5px;
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 24px!important;
	line-height: 24px;
	font-weight: 700;
	color: #D60665!important;
}

.adbro-foodpanda__box:last-child {
	margin-right: 0!important;
}

.adbro-foodpanda__box:last-child:after {
	display: none;
}

.adbro-foodpanda__numbers {
	display: block!important;
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 25px!important;
	line-height: 23px;
	font-weight: 700;
	color: #D60665!important;
	text-align: center;
	margin: 0!important;
}

.adbro-foodpanda__time {
	display: block!important;
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 7px!important;
	line-height: 7px;
	font-weight: 400;
	color: #D60665!important;
	text-align: center;
	margin: 0!important;
}

.adbro-foodpanda__container {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 170px;
    margin: 0 !important;
    margin-left: -219px !important;
    width: 438px;
    max-width: none !important;
}

.adbro-foodpanda__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background: url(../images/foodpanda-bg.png) no-repeat center top;
	background-size: cover;
	-webkit-animation: slideInUp24 .5s .5s both;
	animation: slideInUp24 .5s .5s both;
	margin: 0 !important;
	overflow: visible!important;
}

.adbro-foodpanda__logo {
	position: absolute;
	bottom: 9px;
	left: 50%;
	margin: 0 !important;
	margin-left: -158px!important;
	background: url(../images/foodpanda-logo.png) no-repeat left bottom;
	background-size: contain;
	width: 48px;
	height: 10px;
	-webkit-animation: fadeInUp24 .7s .7s both;
	animation: fadeInUp24 .7s .7s both;
}

.adbro-foodpanda__img {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 !important;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
}

.adbro-foodpanda__img--1 {
	margin-left: 72px!important;
	background-image: url(../images/foodpanda-img.png);
	width: 90px;
	height: 90px;
	-webkit-animation: fadeIn24 .7s .7s both;
	animation: fadeIn24 .7s .7s both;
}

.adbro-foodpanda__img--2 {
	margin-left: -5px!important;
	background-image: url(../images/foodpanda-img2.png);
	width: 93px;
	height: 35px;
	-webkit-animation: fadeInUp24 .7s .7s both;
	animation: fadeInUp24 .7s .7s both;
}

.adbro-foodpanda__text {
	position: absolute;
	bottom: 19px;
	left: 50%;
	margin: 0 !important;
	margin-left: -94px!important;
	background: url(../images/foodpanda-text.png) no-repeat left bottom;
	background-size: contain;
	width: 104px;
	height: 19px;
	-webkit-animation: fadeInDown24 .7s .7s both;
	animation: fadeInDown24 .7s .7s both;
}

.adbro-foodpanda__btn {
	display: block;
	position: absolute;
	bottom: 2px;
	left: 50%;
	margin: 0 !important;
	margin-left: -81px!important;
	background: url(../images/foodpanda-btn.png) no-repeat left bottom;
	background-size: contain;
	width: 78px;
	height: 14px;
	-webkit-animation: fadeInRight24 .7s .8s both;
	animation: fadeInRight24 .7s .8s both;
	overflow: hidden;
}

.adbro-foodpanda__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: 25%;
	height: 87%;
	-webkit-animation: shine24 2s 2s;
	animation: shine24 2s 2s;
	-webkit-animation-iteration-count: 7;
	animation-iteration-count: 7;
}

.adbro-foodpanda-round {
	display: none;
	position: fixed;
	bottom: 160px;
	right: 20px;
	margin: 0!important;
	width: 110px;
	height: 110px;
	overflow: visible!important;
	z-index: 100000;
	/*-webkit-animation: fadeOut24 .3s 9s forwards;*/
	/*animation: fadeOut24 .3s 9s forwards;*/
}

.adbro-foodpanda-round .adbro-close {
	bottom: 125px;
}

.adbro-foodpanda-round__link {
	display: block!important;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0!important;
	width: 100%;
	height: 100%;
	overflow: visible!important;
	cursor: pointer;
}

.adbro-foodpanda-round__bg {
	position: absolute;
	bottom: 3px;
	left: 50%;
	margin: 0 !important;
	margin-left: -87px !important;
	background: url(../images/foodpanda-round-bg.png) no-repeat left bottom;
	background-size: contain;
	width: 145px;
	height: 154px;
	-webkit-animation: fadeIn24 .7s 6.2s both;
	animation: fadeIn24 .7s 6.2s both;
	overflow: visible !important;
}

.adbro-foodpanda-round__img {
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin: 0 !important;
	margin-left: -90px!important;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
}

.adbro-foodpanda-round__img--1 {
	bottom: 0;
	background-image: url(../images/foodpanda-round-img2.png);
	width: 200px;
	height: 200px;
	-webkit-animation: fadeIn24 .7s .2s both, fadeOut24 .3s 6s forwards;
	animation: fadeIn24 .7s .2s both, fadeOut24 .3s 6s forwards;
}

.adbro-foodpanda-round__img--2 {
	margin-left: -45px!important;
	bottom: 15px;
	background-image: url(../images/foodpanda-img.png);
	width: 90px;
	height: 90px;
	-webkit-animation: fadeIn24 .7s 6.2s both;
	animation: fadeIn24 .7s 6.2s both;
}

.adbro-foodpanda-round__btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 !important;
	margin-left: -45px!important;
	background: url(../images/foodpanda-round-btn.png) no-repeat left bottom;
	background-size: contain;
	width: 89px;
	height: 20px;
	-webkit-animation: fadeInUp24 .7s 6.2s both;
	animation: fadeInUp24 .7s 6.2s both;
}

.adbro-screen {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0 !important;
	width: 100%;
	height: 100%;
	z-index: 100000;
}

.adbro-screen__img {
	position: absolute;
	bottom: 40px;
	right: 0;
	margin: 0 !important;
	background: url(../images/foodpanda-round-img2.png) no-repeat right bottom;
	background-size: contain;
	width: 200px;
	height: 200px;
}

.adbro-screen__btn {
	display: block!important;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 !important;
	background: #D60665 url(../images/foodpanda-screen-btn.png) no-repeat 50% 50%;
	background-size: 215px 17px;
	width: 100%;
	height: 40px;
}

.adbro-screen__close {
	position: absolute;
	bottom: 205px;
	right: 5px;
	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;
	cursor: pointer;
}

.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 .6s both;
	animation: fadeIn24 1s .6s both;
	cursor: pointer;
	z-index: 1;
}

.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: 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 .4s both;
	animation: fadeIn24 1s .4s both;
	cursor: pointer;
	z-index: 1;
}

@-webkit-keyframes fadeIn24 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
	    display: block;
	    visibility: visible;
    }
}

@keyframes fadeIn24 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
	    display: block;
	    visibility: visible;
    }
}

@-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 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 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);
	}
}

