.adbro-milonestle {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 !important;
	}

.adbro-milonestle__block, #adbro .adbro-milonestle__block {
	display: block !important;
	position: absolute;
	background: rgba(0, 0, 0, .7);
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden;
	margin: 0 !important;
	-webkit-animation: fadeIn24 1s .1s both, slideOutDown24 .5s 6.5s forwards;
	animation: fadeIn24 1s .1s both, slideOutDown24 .5s 6.5s forwards;
	z-index: 2;
	}

#adbro .adbro-milonestle__block-link,
.adbro-milonestle__block-link {
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.adbro-takeover-replay .adbro-close {
	top: 0px;
	bottom: auto;
	}

.adbro-milonestle__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-milonestle__block video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	margin: auto !important;
	}

.adbro-milonestle__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-milonestle__progress {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 4px;
	background: #0094FF;
	}

.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-milonestle__sound {
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0 !important;
	width: 22px;
	height: 22px;
	background: rgba(0, 0, 0, .6) url(https://cdn.adbro.me/inimage/images/ico-sound-off.svg?v=1) no-repeat 50% 50%;
	background-size: 12px 13px;
	border-radius: 50%;
	padding: 0;
	border: none;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
	cursor: pointer;
	z-index: 2;
	}

.adbro-sound--on {
	background-image: url(https://cdn.adbro.me/inimage/images/ico-sound-on.svg?v=1);
	background-size: 21px 15px;
	}

.adbro-milonestle__container {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 170px;
	margin: 0 !important;
	margin-left: -219px !important;
	width: 438px;
	max-width: none !important;
	}

.adbro-milonestle__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/milonestle-bg.png?v=1) no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 53px;
	margin: 0 !important;
	-webkit-animation: slideInUp24 .5s .5s both;
	animation: slideInUp24 .5s .5s both;
	}

.adbro-milonestle__logo {
    position: absolute;
    bottom: 4px;
    left: 50%;
    margin: 0 !important;
    margin-left: -157px !important;
    background: url(../images/milonestle-logo.png) no-repeat left bottom;
    background-size: contain;
    width: 34px;
    height: 33px;
	-webkit-animation: fadeInLeft24 .7s 6.7s both;
	animation: fadeInLeft24 .7s 6.7s both;
}

.adbro-milonestle__img {
	position: absolute;
	bottom: -41px;
	left: 50%;
	margin: 0 !important;
	margin-left: -154px !important;
	background-repeat: no-repeat;
	background-position:left bottom;
	background-size: contain;
	-webkit-animation: fadeInUp24 .7s 6.5s both;
	animation: fadeInUp24 .7s 6.5s both;
}

.adbro-milonestle__img--1 {
    bottom: 0px;
    margin-left: -103px !important;
    background-image: url(../images/milonestle-img.png);
    width: 79px;
    height: 52px;
}

.adbro-milonestle__img--2 {
    bottom: 0px;
    margin-left: -125px !important;
    background-image: url(../images/milonestle-img2.png);
    width: 76px;
    height: 63px;
	-webkit-animation-delay: 6.7s;
	animation-delay: 6.7s;
}

.adbro-milonestle__text {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin: 0 !important;
    margin-left: -56px !important;
    background: url(../images/milonestle-text.png) no-repeat left bottom;
    background-size: contain;
    width: 156px;
    height: 68px;
	-webkit-animation: fadeInDown24 .7s 6.7s both;
	animation: fadeInDown24 .7s 6.7s both;
}

.adbro-milonestle__btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin: 0 !important;
    margin-left: 90px !important;
    background: url(../images/milonestle-btn.png) no-repeat left bottom;
    background-size: contain;
    width: 67px;
    height: 16px;
	-webkit-animation: fadeInRight24 .7s 6.7s both, shake24 3s 7.5s;
	animation: fadeInRight24 .7s 6.7s both, shake24 3s 7.5s;
	-webkit-animation-iteration-count: 1, 3;
	animation-iteration-count: 1, 3;
}

.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 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;
	margin: 0 !important;
	-webkit-animation: fadeIn24 1s 0.4s both;
	animation: fadeIn24 1s 0.4s both;
	cursor: pointer;
	z-index: 1;
}

.adbro-replay {
	position: absolute;
	bottom: 38px;
	left: 5px;
	margin: 0 !important;
	background: url(https://cdn.adbro.me/inimage/images/adbro-replay.svg) no-repeat 50% 50%;
	background-size: 18px 18px;
	width: 24px;
	height: 23px;
	-webkit-animation: fadeIn24 1s .6s both;
	animation: fadeIn24 1s .6s 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 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 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 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);
    }
}