.adbro-milo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0!important;
}

.adbro-milo * {
	box-sizing: border-box;
}

.adbro-milo__items {
	position: absolute;
	top: -40px;
	bottom: -40px;
	margin: 0 !important;
	background-repeat: repeat-y;
	background-position: 50% 50%;
	background-size: contain;
	-webkit-animation: fadeIn24 .7s 1s both;
	animation: fadeIn24 .7s 1s both;
	width: 33px;
}

.adbro-milo__items--1 {
	left: -1px;
	background-image: url(../images/milo-items.png);
}

.adbro-milo__items--2 {
	right: -1px;
	background-image: url(../images/milo-items2.png);
}

.adbro-milo__container {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 170px;
	margin: 0 !important;
	margin-left: -219px!important;
	width: 438px;
	max-width: none !important;
}

.adbro-milo__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 51px;
	background: url(../images/milo-bg.png) no-repeat center top;
	background-size: cover;
	margin: 0!important;
	-webkit-animation: slideInUp24 .5s .3s both;
	animation: slideInUp24 .5s .3s both;
	overflow: visible!important;
}

.adbro-milo__logo {
	position: absolute;
	bottom: 9px;
	left: 50%;
	margin: 0 !important;
	margin-left: -155px!important;
	background: url(../images/milo-logo.png) no-repeat left bottom;
	background-size: contain;
	width: 74px;
	height: 17px;
	-webkit-animation: fadeInLeft24 .7s .7s both;
	animation: fadeInLeft24 .7s .7s both;
}

.adbro-milo__img {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 !important;
	margin-left: -21px!important;
	background: url(../images/milo-img.png) no-repeat left bottom;
	background-size: contain;
	width: 81px;
	height: 65px;
	-webkit-animation: fadeInUp24 .7s .7s both;
	animation: fadeInUp24 .7s .7s both;
}

.adbro-milo__img2 {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 !important;
	margin-left: 84px!important;
	background: url(../images/milo-img2.png) no-repeat left bottom;
	background-size: contain;
	width: 73px;
	height: 75px;
	-webkit-animation: bounceInUp24 1.2s .7s both;
	animation: bounceInUp24 1.2s .7s both;
}

.adbro-milo__badge {
	position: absolute;
	bottom: 24px;
	left: 50%;
	margin: 0 !important;
	margin-left: 33px!important;
	background: url(../images/milo-badge.png) no-repeat left bottom;
	background-size: contain;
	width: 48px;
	height: 24px;
	-webkit-animation: fadeInDown24 .7s .9s both, zoomInOut25 2s 2s;
	animation: fadeInDown24 .7s .9s both, zoomInOut25 2s 2s;
	-webkit-animation-iteration-count: 1, 3;
	animation-iteration-count: 1, 3;
}

.adbro-milo__text {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 !important;
	margin-left: -82px!important;
	background: url(../images/milo-text.png) no-repeat left bottom;
	background-size: contain;
	width: 91px;
	height: 60px;
	-webkit-animation: fadeInDown24 .7s .7s both;
	animation: fadeInDown24 .7s .7s both;
}

.adbro-milo__btn {
	display: block;
	position: absolute;
	bottom: 6px;
	left: 50%;
	margin: 0 !important;
	margin-left: 27px!important;
	background: url(../images/milo-btn.png) no-repeat left bottom;
	background-size: contain;
	width: 60px;
	height: 15px;
	-webkit-animation: fadeInUp24 .7s .8s both;
	animation: fadeInUp24 .7s .8s both;
	overflow: hidden;
}

.adbro-milo__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: 100%;
	-webkit-animation: shine24 2s 2.2s;
	animation: shine24 2s 2.2s;
	-webkit-animation-iteration-count: 7;
	animation-iteration-count: 7;
}

.adbro-play {
	position: relative;
	margin: 10px 0!important;
	width: 100%;
	min-height: 181px;
	background: #FCF0DE;
	padding-top: 28px;
	padding-right: 53px;
	box-sizing: border-box;
	/*overflow: hidden;*/
}

.adbro-play * {
	box-sizing: border-box;
}

.adbro-play__header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 28px;
	margin: 0!important;
	background: url(../images/milo-play-header.png) no-repeat top center;
	background-size: cover;
	overflow: hidden;
}

.adbro-play__logo {
	position: absolute;
	top: 6px;
	left: 6px;
	margin: 0!important;
	background: url(../images/milo-logo.png) no-repeat left bottom;
	background-size: contain;
	width: 74px;
	height: 17px;
}

.adbro-play__text {
	position: absolute;
	top: 1px;
	left: 50%;
	margin: 0!important;
	margin-left: -70px!important;
	background: url(../images/milo-play-text.png) no-repeat left bottom;
	background-size: contain;
	width: 132px;
	height: 33px;
}

.adbro-play__img {
	position: absolute;
	bottom: -2px;
	right: 0;
	margin: 0!important;
	background: url(../images/milo-play-img.png) no-repeat left bottom;
	background-size: contain;
	width: 83px;
	height: 30px;
}

.adbro-play__screen {
	margin: 0!important;
}

.adbro-play__video {
	margin: 0!important;
}

.adbro-play__video video {
	display: block;
	margin: 0!important;
	width: 100%!important;
}

.adbro-play__actions {
	position: absolute;
	top: 28px;
	right: 0;
	bottom: 0;
	margin: 0!important;
	width: 53px;
	background: #265924;
}

.adbro-play__icon {
	position: relative;
	margin: 0!important;
	border-bottom: 2px solid #f1f1f1;
	height: 33.3333%;
	background-repeat: no-repeat;
	background-position: 5% 50%;
	cursor: pointer;
}

.adbro-play__icon:last-child {
	border-bottom: none;
}

.adbro-play__icon--1 {
	background-image: url(../images/milo-play-icon.png);
	background-size: 35px 44px;
}

.adbro-play__icon--2 {
	background-image: url(../images/milo-play-icon2.png);
	background-size: 35px 44px;
}

.adbro-play__icon--3 {
	background-image: url(../images/milo-play-icon3.png);
	background-size: 35px 42px;
}

.adbro-play__icon:before,
.adbro-play__icon:after {
	content: '';
	position: absolute;
	margin: 0!important;
}

.adbro-play__icon:before {
	right: 0;
	width: 16px;
	height: 100%;
	border-radius: 2px 0 0 2px;
	background: #f1f1f1;
}

.adbro-play__icon--active:before {
	background: #265924;
}

.adbro-play__icon:after {
	top: 20px;
	right: 4px;
	width: 4px;
	height: 7px;
	border-top: 2px solid #D5D3D3;
	border-left: 2px solid #D5D3D3;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.adbro-play__icon--active:after {
	border-top-color: #f1f1f1;
	border-left-color: #f1f1f1;
}

.adbro-play__pointer {
	position: absolute;
	top: 45px;
	right: 7px;
	margin: 0 !important;
	background: url(../images/milo-play-pointer.png) no-repeat left bottom;
	background-size: contain;
	width: 38px;
	height: 39px;
	-webkit-animation: flash24 1.2s 1s both infinite;
	animation: flash24 1.2s 1s both infinite;
	cursor: pointer;
}

.adbro-play__pointer--hid {
	display: none;
	visibility: hidden;
	pointer-events: none;
}

.adbro-play__result {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0!important;
	width: 100%;
	height: 100%;
	background: #FCF0DE;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}

.adbro-play__result--vis {
	opacity: 1;
	visibility: visible;
}

.adbro-play__result-img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0!important;
	margin-top: -90px!important;
	margin-left: -141px!important;
	background: url(../images/milo-play-result-img.png) no-repeat 50% 50%;
	background-size: contain;
	width: 282px;
	height: 180px;
}

.adbro-play__result-decor {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0!important;
	background: url(../images/milo-play-result-decor.png) no-repeat 50% 50%;
	background-size: contain;
	width: 99px;
	height: 119px;
}

.adbro-play__result-decor2 {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0!important;
	background: url(../images/milo-play-result-decor2.png) no-repeat 50% 50%;
	background-size: contain;
	width: 72px;
	height: 141px;
}

.adbro-play__replay {
	position: absolute;
	bottom: 3px;
	right: 3px;
	margin: 0!important;
	background: url(../images/milo-play-replay.png) no-repeat 50% 50%;
	background-size: contain;
	width: 28px;
	height: 28px;
}

.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 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 bounceInUp24 {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 1500px, 0);
		transform: translate3d(0, 1500px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp24 {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 1500px, 0);
		transform: translate3d(0, 1500px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes zoomInOut25 {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	12.5% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	25% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	37.5% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	50% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes zoomInOut25 {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	12.5% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	25% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	37.5% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	50% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes flash24 {
	0%, 100% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}

@keyframes flash24 {
	0%, 100% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}