.adbro-peelfresh {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0!important;
}

.adbro-peelfresh * {
    box-sizing: border-box;
}

.adbro-peelfresh__block {
	display: block!important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../images/peelfresh-block-bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	margin: 0!important;
	-webkit-animation: fadeIn24 1s 1.5s both, slideOutDown24 .5s 6s forwards;
	animation: fadeIn24 1s 1.5s both, slideOutDown24 .5s 6s forwards;
	z-index: 2;
	perspective: 500px;
}

.adbro-peelfresh__block-decor,
.adbro-peelfresh__block-logo,
.adbro-peelfresh__block-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.adbro-peelfresh__block-logo {
	background-image: url(../images/peelfresh-block-logo.png);
	background-position: top left;
	-webkit-animation: fadeInLeft24 .7s 1.6s both;
	animation: fadeInLeft24 .7s 1.6s both;
}

.adbro-peelfresh__block-img {
	background-image: url(../images/peelfresh-block-img.png);
	-webkit-animation: zoomIn26 1s 2s both, zoomIn27 4s 3s;
	animation: zoomIn26 1s 2s both, zoomIn27 4s 3s;
}

.adbro-peelfresh__block-decor {
	-webkit-animation: fadeIn24 .5s 1.8s both;
	animation: fadeIn24 .5s 1.8s both;
}

.adbro-peelfresh__block-decor--1 {
	background-image: url(../images/peelfresh-block-decor.png);
	background-position: top left;
}

.adbro-peelfresh__block-decor--2 {
	background-image: url(../images/peelfresh-block-decor2.png);
	background-position: top right;
}

.adbro-peelfresh__block-decor--3 {
	background-image: url(../images/peelfresh-block-decor3.png);
	background-position: bottom left;
}

.adbro-peelfresh__block-decor--4 {
	background-image: url(../images/peelfresh-block-decor4.png);
	background-position: bottom right;
}

.adbro-peelfresh__side {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 !important;
	width: 100%;
	height: 100%;
	-webkit-animation: fadeInOut24 24s linear;
	animation: fadeInOut24 24s linear;
}

.adbro-peelfresh__side--2 {
	opacity: 0;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}

.adbro-peelfresh__side--3 {
	opacity: 0;
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}

.adbro-peelfresh__side--4 {
	opacity: 0;
	-webkit-animation-delay: 18s;
	animation-delay: 18s;
}

.adbro-peelfresh__container {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 170px;
	margin: 0 !important;
	margin-left: -219px!important;
	width: 438px;
	max-width: none !important;
}

.adbro-peelfresh__decor {
	position: absolute;
	top: 0;
	margin: 0!important;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	-webkit-animation: fadeInDown24 .5s .8s both;
	animation: fadeInDown24 .7s .8s both;
}

.adbro-peelfresh__decor--1 {
	left: 5px;
	background-image: url(../images/peelfresh-decor.png);
	width: 21px;
	height: 74px;
}

.adbro-peelfresh__decor--2 {
	right: 5px;
	background-image: url(../images/peelfresh-decor2.png);
	width: 25px;
	height: 92px;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.adbro-peelfresh__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 62px;
	background: url(../images/peelfresh-bg.png) no-repeat top center;
	background-size: cover;
	margin: 0!important;
	-webkit-animation: slideInUp24 .5s .3s both;
	animation: slideInUp24 .5s .3s both;
}

.adbro-peelfresh__logo {
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin: 0 !important;
	margin-left: -158px!important;
	background: url(../images/peelfresh-logo.png) no-repeat left bottom;
	background-size: contain;
	width: 72px;
	height: 25px;
	-webkit-animation: fadeInLeft24 .7s .7s both;
	animation: fadeInLeft24 .7s .7s both;
}

.adbro-peelfresh__text {
	position: absolute;
	bottom: 22px;
	left: 50%;
	margin: 0!important;
	margin-left: 27px!important;
	background: url(../images/peelfresh-text.png) no-repeat left bottom;
	background-size: contain;
	width: 100px;
	height: 19px;
	-webkit-animation: fadeInDown24 .7s .9s both;
	animation: fadeInDown24 .7s .9s both;
}

.adbro-peelfresh__side--2 .adbro-peelfresh__text {
	background-image: url(../images/peelfresh-text2.png);
	-webkit-animation-delay: 6.2s;
	animation-delay: 6.2s;
}

.adbro-peelfresh__side--3 .adbro-peelfresh__text {
	background-image: url(../images/peelfresh-text3.png);
	-webkit-animation-delay: 12.2s;
	animation-delay: 12.2s;
}

.adbro-peelfresh__side--4 .adbro-peelfresh__text {
	background-image: url(../images/peelfresh-text4.png);
	-webkit-animation-delay: 18.2s;
	animation-delay: 18.2s;
}

.adbro-peelfresh__img {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0!important;
	margin-left: -86px!important;
	background: url(../images/peelfresh-img.png?v=1) no-repeat left bottom;
	background-size: contain;
	width: 110px;
	height: 88px;
	-webkit-animation: fadeInUp24 .7s .7s both;
	animation: fadeInUp24 .7s .7s both;
}

.adbro-peelfresh__side--2 .adbro-peelfresh__img {
	margin-left: -87px!important;
	background-image: url(../images/peelfresh-img2.png?v=4);
	width: 107px;
	height: 88px;
}

.adbro-peelfresh__side--3 .adbro-peelfresh__img {
	margin-left: -82px!important;
	background-image: url(../images/peelfresh-img3.png?v=1);
	width: 105px;
	height: 88px;
}

.adbro-peelfresh__side--4 .adbro-peelfresh__img {
	margin-left: -83px!important;
	background-image: url(../images/peelfresh-img4.png?v=1);
	width: 106px;
	height: 88px;
}

.adbro-peelfresh__btn {
	display: block;
	position: absolute;
	bottom: 2px;
	left: 50%;
	margin: 0 !important;
	margin-left: 35px!important;
	background: url(../images/peelfresh-btn.png) no-repeat left bottom;
	background-size: contain;
	width: 87px;
	height: 16px;
	-webkit-animation: fadeInUp24 .7s .8s both;
	animation: fadeInUp24 .7s .8s both;
}

.adbro-peelfresh__side--2 .adbro-peelfresh__btn {
	-webkit-animation-delay: 6.2s;
	animation-delay: 6.2s;
}

.adbro-peelfresh__side--3 .adbro-peelfresh__btn {
	-webkit-animation-delay: 12.2s;
	animation-delay: 12.2s;
}

.adbro-peelfresh__side--4 .adbro-peelfresh__btn {
	-webkit-animation-delay: 18.2s;
	animation-delay: 18.2s;
}

.adbro-peelfresh__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-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: 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 {
		display: block;
		visibility: visible;
		opacity: 1;
	}
}

@keyframes fadeIn24 {
	from {
		opacity: 0;
	}

	to {
		display: block;
		visibility: visible;
		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 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 fadeInOut24 {
	0% {
		opacity: 0;
	}
	1.93% {
		opacity: 1;
	}
	25.03% {
		opacity: 1;
	}
	26.95% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeInOut24 {
	0% {
		opacity: 0;
	}
	1.93% {
		opacity: 1;
	}
	25.03% {
		opacity: 1;
	}
	26.95% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes zoomIn27 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes zoomIn27 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-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);
	}
}

@-webkit-keyframes zoomIn26 {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.5, .5, .5);
		transform: scale3d(.5, .5, .5);
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes zoomIn26 {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.5, .5, .5);
		transform: scale3d(.5, .5, .5);
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}