.adbro-nicorette {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 !important;
	}

.adbro-nicorette * {
	box-sizing: border-box;
	}

.adbro-nicorette__container {
	position: absolute;
	bottom: 0;
	height: 170px;
	left: 50%;
	margin: 0 !important;
	margin-left: -219px !important;
	width: 438px;
	max-width: none !important;
	}

.adbro-nicorette__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 43px;
	background: url(../images/nicorette-bg.png) no-repeat center top;
	background-size: cover;
	-webkit-animation: slideInUp24 .5s .3s both;
	animation: slideInUp24 .5s .3s both;
	margin: 0 !important;
	}

.adbro-nicorette__logo {
	position: absolute;
	bottom: 9px;
	left: 50%;
	margin: 0 !important;
	margin-left: -155px !important;
	background: url(../images/nicorette-logo.png) no-repeat left bottom;
	background-size: contain;
	width: 45px;
	height: 12px;
	-webkit-animation: fadeInLeft24 .7s .7s both;
	animation: fadeInLeft24 .7s .7s both;
	}

.adbro-nicorette__img {
	position: absolute;
	left: 50%;
	margin: 0 !important;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	-webkit-animation: bounceInUp24 1s .7s both;
	animation: bounceInUp24 1s .7s both;
	}

.adbro-nicorette__img--1 {
	bottom: 3px;
	margin-left: -15px !important;
	background-image: url(../images/nicorette-img.png);
	width: 50px;
	height: 50px;
	}

.adbro-nicorette__img--2 {
	bottom: 0px;
	margin-left: 36px !important;
	background-image: url(../images/nicorette-img2.png);
	width: 44px;
	height: 59px;
	-webkit-animation-delay:.9s;
	animation-delay: .9s;
	}

.adbro-nicorette__text {
	position: absolute;
	left: 50%;
	margin: 0 !important;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	-webkit-animation: fadeInUp24 .7s .7s both;
	animation: fadeInUp24 .7s .7s both;
	}

.adbro-nicorette__text--1 {
	bottom: 3px;
	margin-left: -105px !important;
	background-image: url(../images/nicorette-text.png);
	width: 89px;
	height: 37px;
	}

.adbro-nicorette__text--2 {
	bottom: 1px;
	margin-left: 78px !important;
	background-image: url(../images/nicorette-text2.png);
	width: 63px;
	height: 10px;
	-webkit-animation-name: fadeInDown24;
	animation-name: fadeInDown24;
	}

.adbro-nicorette__btn {
	position: absolute;
	bottom: 11px;
	left: 50%;
	margin: 0 !important;
	margin-left: 80px !important;
	background: url(../images/nicorette-btn.png) no-repeat left bottom;
	background-size: contain;
	width: 56px;
	height: 13px;
	-webkit-animation: fadeInRight24 .9s .7s both;
	animation: fadeInRight24 .9s .7s both;
	}

.adbro-nicorette__btn:after {
	content: '';
	position: absolute;
	top: 0px;
	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-quiz {
	width: 100%;
	height: 300px;
	margin: 10px auto !important;
	position: relative;
	overflow: hidden;
	}

.adbro-quiz__layout {
	margin: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 38px;
	width: 100%;
	background: #fff url(../images/nicorette-quiz-bg.jpg) repeat center center;
	background-size: cover;
	}

.adbro-quiz__top {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	width: 100%;
	height: 0px;
	border-radius: 0;
	z-index: 1;
	overflow: visible !important;
	}

.adbro-quiz__top:before {
	content: '';
	position: absolute;
	top: 12px;
	left: 7px;
	margin: 0 !important;
	background: url(../images/nicorette-quiz-logo.png) no-repeat left bottom;
	background-size: contain;
	width: 78px;
	height: 21px;
	}

.adbro-quiz .adbro-close {
	top: 0px;
	z-index: 2;
	right: 0px;
	}

.adbro-quiz__question {
	position: relative;
	display: block !important;
	margin: 34px auto 5px !important;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	width: 289px;
	height: 44px;
	transition: all .3s ease;
	}

.adbro-quiz__question--1 {
	background-image: url(../images/nicorette-quiz-question.png);
	}

.adbro-quiz__question--2 {
	background-image: url(../images/nicorette-quiz-question2.png);
	}

.adbro-quiz__question--3 {
	background-image: url(../images/nicorette-quiz-question3.png);
	}

.adbro-quiz__question._adbro-hidden {
	display: none !important;
	}

.adbro-quiz__answers {
	position: relative;
	display: block;
	margin: 0 auto !important;
	width: 288px;
	overflow: visible !important;
	}

.adbro-quiz__answers._adbro-hidden {
	display: none;
	}


.adbro-quiz__answers-item {
	position: relative;
	display: block !important;
	margin: 0 auto 10px !important;
	background-repeat: no-repeat;
	background-position: 11px center;
	background-color: #80BE41;
	border: 1px solid #D6D6D6;
	width: 286px;
	height: 45px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	overflow: visible !important;
	}

.adbro-quiz__answers-item--1 {
	background-image: url(../images/nicorette-quiz-answer.png);
	background-size: 42px 15px;
	-webkit-animation: moveRight24 1s .5s both;
	animation: moveRight24 1s .5s both;
	}

.adbro-quiz__answers-item--2 {
	background-image: url(../images/nicorette-quiz-answer2.png);
	background-size: 79px 20px;
	-webkit-animation: moveRight24 1s 1s both;
	animation: moveRight24 1s 1s both;
	}

.adbro-quiz__answers-item--3 {
	background-image: url(../images/nicorette-quiz-answer3.png);
	background-size: 150px 15px;
	-webkit-animation: moveRight24 1s .5s both;
	animation: moveRight24 1s .5s both;
	}

.adbro-quiz__answers-item--4 {
	background-image: url(../images/nicorette-quiz-answer4.png);
	background-size: 147px 15px;
	-webkit-animation: moveRight24 1s 1s both;
	animation: moveRight24 1s 1s both;
	}

.adbro-quiz__answers-item--5 {
	background-image: url(../images/nicorette-quiz-answer5.png);
	background-size: 125px 15px;
	-webkit-animation: moveRight24 1s .5s both;
	animation: moveRight24 1s .5s both;
	}

.adbro-quiz__answers-item--6 {
	background-image: url(../images/nicorette-quiz-answer6.png);
	background-size: 100px 18px;
	-webkit-animation: moveRight24 1s 1s both;
	animation: moveRight24 1s 1s both;
	}

.adbro-quiz__answers-item input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
	margin: 0!important;
	}

.adbro-check__mark {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0!important;
	transition: transform .2s;
	}

.adbro-check__mark:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: -1px;
	bottom: -1px;
	right: 100%;
	display: none;
	margin: 0 !important;
	background: #D6D6D6;
	width: 8px;
	cursor: pointer;
	transition: all .3s ease;
	}

.adbro-quiz__answers-item input:checked ~ .adbro-check__mark {
	/*-webkit-transform: translateX(8px);*/
	/*transform: translateX(8px);*/
	}

.adbro-quiz__answers-item input:checked ~ .adbro-check__mark:before {
	display: block;
	}


.adbro-quiz__text {
	position: absolute;
	bottom: 43px;
	left: 50%;
	display: block !important;
	margin: 0 !important;
	margin-left: -144px !important;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	width: 288px;
	height: 49px;
	cursor: pointer;
	}

.adbro-quiz__text--1 {
	background-image: url(../images/nicorette-quiz-text.png);
	}

.adbro-quiz__text--2 {
	background-image: url(../images/nicorette-quiz-text2.png);
	}

.adbro-quiz__text--3 {
	background-image: url(../images/nicorette-quiz-text3.png);
	}

.adbro-quiz__text._adbro-hidden {
	display: none !important;
	}

.adbro-quiz__finish {
	position: absolute;
	bottom: 38px;
	left: 50%;
	display: none !important;
	margin: 0 !important;
	margin-left: -151px !important;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	width: 302px;
	height: 244px;
	cursor: pointer;
	}

.adbro-quiz__finish--1 {
	display: block !important;
	background-image: url(../images/nicorette-quiz-finish.png?v=2);
	}

.adbro-quiz__finish--2 {
	display: block !important;
	background-image: url(../images/nicorette-quiz-finish2.png?v=2);
	}

.adbro-quiz__button {
	display: none;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	background-color: #0059B2;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 40px 10px;
	width: 48%;
	height: 35px;
	border-radius: 2px;
	margin: 0!important;
	padding: 0;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	}

.adbro-quiz__line {
	display: block !important;
	position: absolute !important;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100% !important;
	margin: 0 !important;
	max-width: none !important;
	background: #F60606;
	height: 38px;
	border-radius: 3px;
	}

.adbro-quiz__btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 !important;
	background: url(../images/nicorette-quiz-btn.png) no-repeat 50% 50%;
	background-size: contain;
	width: 101px;
	height: 16px;
	}


/*round*/

.adbro-nicorette-round {
	display: none;
	position: fixed;
	bottom: 280px;
	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-nicorette-round .adbro-close {
	bottom: 125px;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
	}

.adbro-nicorette-round__link {
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	width: 100%;
	height: 100%;
	overflow: visible !important;
	}

.adbro-nicorette-round__img {
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin: 0 !important;
	margin-left: -50px !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 101px;
	height: 101px;
	-webkit-animation: fadeIn24 .7s .2s both, fadeOut24 .3s 9s forwards;
	animation: fadeIn24 .7s .2s both, fadeOut24 .3s 9s forwards;
	}

.adbro-nicorette-round__img--1 {
	margin-left: -61px !important;
	width: 125px;
	height: 100px;
	background-image: url(../images/nicorette-round-img.png);
	}

.adbro-nicorette-round__btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 !important;
	margin-left: -47px !important;
	background: url(../images/nicorette-round-btn.png) no-repeat left bottom;
	background-size: contain;
	width: 94px;
	height: 21px;
	-webkit-animation: fadeInUp24 .7s .2s both;
	animation: fadeInUp24 .7s .2s both;
	}


.adbro-close {
	position: absolute;
	bottom: 35px;
	right: 0px;
	background: url(https://cdn.adbro.me/inimage/images/adbro-close.svg) no-repeat 50% 50%;
	background-size: 18px 18px;
	width: 30px;
	height: 30px;
	-webkit-animation: fadeIn24 1s .4s both;
	animation: fadeIn24 1s .4s both;
	cursor: pointer;
	margin: 0 !important;
	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;
	-webkit-animation: fadeIn24 1s .4s both;
	animation: fadeIn24 1s .4s both;
	cursor: pointer;
	margin: 0 !important;
	z-index: 1;
	}

.adbro-link {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
	margin: 0 !important;
	}

@-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 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 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 slideInUp24 {
	from {
		-webkit-transform: translate3d(0, 150%, 0);
		transform: translate3d(0, 150%, 0);
		visibility: visible;
		}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		}
	}

@keyframes slideInUp24 {
	from {
		-webkit-transform: translate3d(0, 150%, 0);
		transform: translate3d(0, 150%, 0);
		visibility: visible;
		}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		}
	}

@-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, 3000px, 0);
		transform: translate3d(0, 1000px, 0);
		}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -2px, 0);
		transform: translate3d(0, -2px, 0);
		}

	75% {
		-webkit-transform: translate3d(0, 2px, 0);
		transform: translate3d(0, 2px, 0);
		}

	90% {
		-webkit-transform: translate3d(0, -2px, 0);
		transform: translate3d(0, -2px, 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, 3000px, 0);
		transform: translate3d(0, 1000px, 0);
		}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -2px, 0);
		transform: translate3d(0, -2px, 0);
		}

	75% {
		-webkit-transform: translate3d(0, 2px, 0);
		transform: translate3d(0, 2px, 0);
		}

	90% {
		-webkit-transform: translate3d(0, -2px, 0);
		transform: translate3d(0, -2px, 0);
		}

	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: .3
		}
	80% {
		opacity: 0
		}
	100% {
		left: 99%
		}
	}

@keyframes shine24 {
	0% {
		left: 0;
		opacity: 0
		}
	5% {
		opacity: 0
		}
	50% {
		opacity: .3
		}
	80% {
		opacity: 0
		}
	100% {
		left: 99%
		}
	}

@-webkit-keyframes moveRight24 {
	50% {
		-webkit-transform: translateX(-8px);
		transform: translateX(-8px);
		}
	}

@keyframes moveRight24 {
	50% {
		-webkit-transform: translateX(-8px);
		transform: translateX(-8px);
		}
	}

