.adbro-disney {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0!important;
}

.adbro-disney * {
	box-sizing: border-box;
}

.adbro-disney__decor {
	position: absolute;
	top: 0;
	margin: 0 !important;
	background-image: url(../images/disney-decor.png);
	background-repeat: no-repeat;
	background-position: unset;
	background-size: cover;
	width: 13px;
	height: 100%;
	-webkit-animation: fadeIn24 .7s .7s both;
	animation: fadeIn24 .7s .7s both;
}

.adbro-disney__decor--1 {
	left: -1px;
}

.adbro-disney__decor--2 {
	right: -1px;
}

.adbro-disney__container {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 170px;
	margin: 0 !important;
	margin-left: -219px!important;
	width: 438px;
	max-width: none !important;
}

.adbro-disney__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 77px;
	margin: 0 !important;
	background: url(../images/disney-bg.png) no-repeat center top;
	background-size: cover;
	-webkit-animation: slideInUp24 .5s .3s both;
	animation: slideInUp24 .5s .3s both;
}

.adbro-disney__logo {
	display: block;
	position: absolute;
	bottom: 3px;
	left: 50%;
	margin: 0 !important;
	margin-left: -153px !important;
	background: url(../images/disney-logo.png) no-repeat left bottom;
	background-size: contain;
	width: 110px;
	height: 49px;
	-webkit-animation: fadeInDown24 .5s .7s both;
	animation: fadeInDown24 .5s .7s both;
	overflow: hidden;
}

.adbro-disney__text {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin: 0!important;
    margin-left: 91px!important;
    background: url(../images/disney-text.png?v=1) no-repeat left bottom;
    background-size: contain;
    width: 28px;
    height: 3px;
	-webkit-animation: fadeInRight24 .7s .8s both;
	animation: fadeInRight24 .7s .8s both;
	overflow: hidden;
}

.adbro-disney__btn {
    display: block;
    position: absolute;
    bottom: 14px;
    left: 50%;
    margin: 0!important;
    margin-left: 75px!important;
	background: url(../images/disney-btn.png) no-repeat left bottom;
	background-size: contain;
	width: 60px;
	height: 13px;
	-webkit-animation: fadeInRight24 .7s .7s both;
	animation: fadeInRight24 .7s .7s both;
	overflow: hidden;
}

.adbro-disney__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: 100%;
	-webkit-animation: shine24 2s 2.2s;
	animation: shine24 2s 2.2s;
	-webkit-animation-iteration-count: 7;
	animation-iteration-count: 7;
}

.adbro-grid .adbro-grid__line {
	background: #FFFFFF;
	border: 1px solid #0C5989;
	width: auto!important;
	border-radius: 0 0 5px 5px !important;
}

.adbro-grid__btn {
	background-image: url(../images/disney-grid-btn.png);
	height: 16px!important;
}

.adbro-grid {
	overflow: visible!important;
}

.adbro-grid {
	background: #000!important;
	position: relative;
	padding: 0!important;
	border-radius: 0 0 5px 5px !important;
}

.adbro-grid__top {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	width: 100%;
	height: 0px;
	z-index: 3;
	display: block !important;
}

.adbro-grid__top:after {
	content: '';
	position: absolute;
	top: -2px;
	right: 0;
	margin: 0 !important;
	background: url(../images/disney-grid-corner.png) no-repeat right center;
	background-size: contain;
	width: 52px;
	height: 24px;
	z-index: 1;
}

.adbro-grid .adbro-close {
	bottom: auto;
	top: -4px;
	z-index: 5;
}

.adbro-grid__list {
	display: block !important;
	padding: 0px 0 38px !important;
	position: relative;
	height: auto !important;
}

.adbro-bottom .adbro-grid__list {
	margin: 0 !important;
	overflow-x: hidden !important;
}

.adbro-grid__pointer {
	position: absolute;
	top: 72%;
	left: 79%;
	margin: 0 !important;
	width: 35px;
	height: 38px;
	background: url(../images/disney-pointer.png) no-repeat left bottom;
	background-size: contain;
	cursor: pointer;
	z-index: 3;
	-webkit-animation: moveY24 1.2s .3s infinite;
	animation: moveY24 1.2s .3s infinite;
}

.adbro-grid__video {
	position: relative;
	background-color: transparent !important;
	padding: 0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	overflow: hidden;
}

.adbro-bottom .adbro-grid__video {
	padding: 0 !important;
}

.adbro-grid__video:after {
	content: '';
	display: block;
	width: 100%;
	padding-top: 52.5%;
}

.adbro-grid__video video {
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.adbro-popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 !important;
	z-index: 100001;
	padding: 0;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
	pointer-events: none;
}

.adbro-popup--vis {
	visibility: visible;
	display: block!important; 
		pointer-events: auto;
	-webkit-animation: fadeIn24 1s 0s both;
	animation: fadeIn24 1s 0s both;
}

.adbro-popup__close {
	position: absolute;
	top: 5px;
	right: 0;
	background: url(https://cdn.adbro.me/inimage/images/adbro-close.svg) no-repeat 50% 50%;
	background-size: 24px 24px;
	width: 35px;
	height: 35px;
	margin: 0 !important;
	cursor: pointer;
	z-index: 2;
}

.adbro-popup__section {
	margin: 0 !important;
	box-sizing: border-box;
	position: relative;
	display: -webkit-flex;
	display: flex;
	overflow: auto;
	width: 100%;
	height: 100%;
}

.adbro-popup__img {
	position: absolute;
	z-index: 1;
	display: none;
	margin: 0 !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(../images/disney-popup-img.png);
	width: 100%;
	height: 100%;
}

.adbro-popup__header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 !important;
}

.adbro-popup__video {
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0;
	background: #000;
}


.adbro-disney-round {
	display: none;
	position: fixed;
	bottom: 280px;
	right: 20px;
	margin: 0 !important;
	width: 130px;
	height: 125px;
	overflow: visible !important;
	z-index: 100000;
	-webkit-animation: fadeOut24 .3s 9s forwards;
	animation: fadeOut24 .3s 9s forwards;
	}

.adbro-disney-round .adbro-close {
	bottom: 115px;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
	}

.adbro-disney-round__link {
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	width: 100%;
	height: 100%;
	overflow: visible !important;
	}

.adbro-disney-round__bg {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin: 0 !important;
	margin-left: -67px !important;
	overflow: visible !important;
	background-size: contain;
	background-repeat: no-repeat;
	width: 131px;
	height: 125px;
	-webkit-animation: fadeIn24 .7s .2s both, fadeOut24 .3s 9s forwards;
	animation: fadeIn24 .7s .2s both, fadeOut24 .3s 9s forwards;
	}

.adbro-disney-round__bg--1 {
	background-image: url(../images/disney-round-bg.png?v=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;
		visibility: visible;
		display: block;
	}
}

@keyframes fadeIn24 {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
		visibility: visible;
		display: block;
	}
}

@-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 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 moveY24 {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes moveY24 {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
