.adbro-poll {
	position: relative;
	width: 320px;
	height: 300px;
	box-sizing: border-box;
	/*overflow: hidden;*/
	display: block;
	margin:  0px auto !important;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	background: #fff;
	border: 1px solid #D6D6D6;
	z-index: 1;
	}

.adbro-poll--full {
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	}

.adbro-poll * {
	box-sizing: border-box;
	}

.adbro-poll .adbro-close {
	display: block;
	top: 7px;
	right: 7px;
	}

.adbro-popup__close {
	display: block;
	top: 7px;
	right: 7px;
	position: absolute;
	background: url(../images/poll-close.png) no-repeat 50% 50% / contain;
	width: 71px;
    height: 34px;
	margin: 0 !important;
	-webkit-animation: fadeIn24 1s .4s both;
	animation: fadeIn24 1s .4s both;
	cursor: pointer;
	z-index: 1;
	}

a.adbro-poll__logo {
	display: block !important;
	position: absolute;
	bottom: 10px;
	right: 15px;
	margin: 0 !important;
	background: url(../images/poll-logo.png) no-repeat center / contain;
	width: 128px;
	height: 10px;
	}

.adbro-poll__overlay {
	position: relative;
	margin: 9px 0 3px!important;
	display: block;
	height: 20px;
	}

.adbro-poll__screen--2 .adbro-poll__overlay {
	margin: 15px 0 10px !important;
	}

.adbro-poll__screen--3 .adbro-poll__overlay {
	margin: 15px 0 10px !important;
	}

.adbro-poll__domain {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	margin: 0 !important;
	font-family: Roboto, -apple-system, BlinkMacSystemFont, segoe ui, Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
	font-size: 10px !important;
	line-height: 12px !important;
	font-weight: 400 !important;
	color: #b7b7b7 !important;
	text-decoration: underline;
	}

.adbro-poll__info {
	display: block !important;
	position: absolute;
	z-index: 2;
	top: 15px;
	left: 0;
	margin: 0 !important;
	background: url(../images/poll-info.png) no-repeat left bottom;
	background-size: contain;
	width: 148px;
	height: 11px;
	}

.adbro-poll__countdown {
	position: relative;
	margin: 15px 0 0 !important;
	width: 100%;
	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: 14px !important;
	font-weight: 400 !important;
	color: #b7b7b7 !important;
	text-decoration: none;
	display: block;
	}

.adbro-poll__countdown span {
	position: relative;
	margin: 0 !important;
	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: 14px !important;
	font-weight: 400 !important;
	color: #b7b7b7 !important;
	text-decoration: none;
	display: inline-block !important;
	}

.adbro-poll__block {
	position: relative;
	margin: 0 !important;
	z-index: 1;
	width: 100%;
	height: 100%;
	}

.adbro-poll__wrap {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 88%;
	margin: 0 !important;
	border-radius: 10px;
	}

.adbro-poll__screen--2 .adbro-poll__wrap,
.adbro-poll__screen--3 .adbro-poll__wrap {
	position: relative;
	height: auto;
	width: auto;
	}

.adbro-poll__screen--2 .adbro-poll__wrap + .adbro-poll__wrap,
.adbro-poll__screen--3 .adbro-poll__wrap + .adbro-poll__wrap {
	margin-top: 15px !important;
	}

.adbro-poll__screen {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	padding: 0px 15px;
	}

.adbro-poll__screen--2,
.adbro-poll__screen--3,
.adbro-poll__screen--4 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 100000;
	overflow-y: auto;
	overflow-x: hidden;
	}

.adbro-poll__screen--2 .adbro-close,
.adbro-poll__screen--3 .adbro-close,
.adbro-poll__screen--4 .adbro-close{
	display: block;
	}

.adbro-poll__question {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 !important;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	overflow: visible !important;
	}

.adbro-poll__question--1 {
	background-image: url(../images/poll-question.png);
    width: 288px;
    height: 44px;
    margin: 10px 0 !important;
	}

.adbro-poll__question--2 {
	background-image: url(../images/poll-question2.png);
	top: 0;
	width: 288px;
	height: 122px;
	margin: 10px 0 !important;
}

.adbro-poll__question--3 {
	background-image: url(../images/poll-question3.png);
	top: 0;
	width: 288px;
	height: 122px;
}

.adbro-poll__step {
	position: absolute;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
    bottom: 20px;
    left: 15px;
    width: 13px;
    height: 7px;
	}

.adbro-poll__screen--1 .adbro-poll__step {
	background-image: url(../images/poll-step.png);
	}

.adbro-poll__screen--2 .adbro-poll__step {
	background-image: url(../images/poll-step2.png);
	}

.adbro-poll__screen--3 .adbro-poll__step {
	background-image: url(../images/poll-step3.png);
	}

.adbro-poll__list {
	position: relative;
	left: 0;
	bottom: 0;
	margin: 0 !important;
	width: 100%;
	list-style: none !important;
	padding: 0 !important;
	overflow: visible !important;
	}

.adbro-poll__item,
.adbro-poll__item-q {
	position: relative;
	margin: 6px 0 0 !important;
	width: 100%;
	height: 35px;
	list-style: none!important;
}

.adbro-poll__screen--1 .adbro-check__mark {
	top: 4px;
}

.adbro-poll__screen--1 .adbro-poll__item {
	-webkit-animation: moveRight24 1s .5s both;
	animation: moveRight24 1s .5s both;
	height: 35px;
}

.adbro-poll__screen--1 .adbro-poll__item:nth-child(2) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	}

.adbro-poll__screen--1 .adbro-poll__item:nth-child(3) {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	}

.adbro-poll__screen--1 .adbro-poll__item:nth-child(4) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.adbro-poll__screen--1 .adbro-poll__item:nth-child(5) {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.adbro-poll__item:first-child {
	margin-top: 0 !important;
	}

#adbro a.adbro-poll__link,
.adbro-poll__link {
	display: block !important;
	margin: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	}

a.adbro-poll__link {
	display: block !important;
	}

.adbro-poll__answer {
	margin: 0 !important;
	position: absolute;
	top: 16px;
	left: 14px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	transition: transform .2s;
	}

.adbro-poll__screen--1 .adbro-poll__answer {

	}

.adbro-poll__screen--2 .adbro-poll__answer {
	top: 13px;
}

.adbro-poll__screen--3 .adbro-poll__answer {
	top: 13px;
}

.adbro-check input:checked ~ .adbro-poll__answer {
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
	}

.adbro-poll__answer--1 {
	background-image: url(../images/poll-answer.png);
	width: 17px;
	height: 10px;
	}
 
.adbro-poll__answer--2 {
	background-image: url(../images/poll-answer2.png);
	width: 16px;
	height: 10px;
	}

.adbro-poll__answer--3 {
	background-image: url(../images/poll-answer3.png);
	width: 44px;
	height: 10px;
	}

.adbro-poll__answer--4 {
	background-image: url(../images/poll-answer4.png);
	width: 46px;
	height: 10px;
	}

.adbro-poll__answer--5 {
	background-image: url(../images/poll-answer5.png);
	width: 49px;
	height: 13px;
	}

.adbro-poll__answer--6 {
	background-image: url(../images/poll-answer6.png);
	width: 26px;
	height: 13px;
	}

.adbro-poll__answer--7 {
	background-image: url(../images/poll-answer7.png);
	width: 38px;
	height: 10px;
	}

.adbro-poll__answer--8 {
	background-image: url(../images/poll-answer8.png);
	width: 66px;
	height: 13px;
	}

.adbro-poll__answer--9 {
	background-image: url(../images/poll-answer9.png);
	width: 53px;
	height: 13px;
	}

.adbro-poll__answer--10 {
	background-image: url(../images/poll-answer10.png);
	width: 82px;
	height: 13px;
	}

.adbro-poll__answer--11 {
	background-image: url(../images/poll-answer11.png);
	width: 37px;
	height: 10px;
	}

.adbro-poll__answer--12 {
	background-image: url(../images/poll-answer12.png);
	width: 94px;
	height: 13px;
	}

.adbro-poll__answer--13 {
	background-image: url(../images/poll-answer13.png);
	width: 65px;
	height: 13px;
	}

.adbro-check {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0 !important;
	}

.adbro-check 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;
	border: 1px solid #D6D6D6;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	border-radius: 2px;
	transition: transform .2s;
	}

.adbro-check input:checked ~ .adbro-check__mark {
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
	}

.adbro-check__mark:after {
	content: "";
	position: absolute;
	display: none;
	}

.adbro-check input:checked ~ .adbro-check__mark:after {
	display: block;
	}

.adbro-check .adbro-check__mark:after {
	left: 0;
	top: 0;
	width: 8px;
	height: 100%;
	background: #3CC1E0;
	border-radius: 2px 0 0 2px;
	}

.adbro-poll__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-poll__button:after {
	content: '';
	position: absolute;
	top: 13px;
	left: 50%;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	margin: 0 !important;
	}

.adbro-poll__button--back {
	background-image: url(../images/poll-btn-back.png);
	background-size: 68px 11px;
	}

.adbro-poll__button--next {
	right: 0;
	left: auto;
	background-image: url(../images/poll-btn-next.png);
	background-size: 107px 11px;
	}

.adbro-poll__button--submit {
	right: 0;
	left: auto;
	background-image: url(../images/poll-btn-submit.png);
	background-size: 40px 10px;
	}

.adbro-poll__result {
	position: absolute;
	top: 50%;
	left: 0;
	margin: -103px 0 0 !important;
	background: url(../images/poll-result.png) no-repeat 50% 50% / contain;
	width: 100%;
	height: 260px;
}

.adbro-poll__btn {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/poll-btn.png) no-repeat 50% 50%;
    background-size: contain;
    width: 104px;
    height: 54px;
    padding: 0;
    outline: none;
    box-shadow: none;
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.adbro-poll__field {
    display: block !important;
    margin: 0 !important;
    width: 100%;
    height: 53px;
    background: #fff;
    font-family: 'Futura New', Roboto,-apple-system,BlinkMacSystemFont,segoe ui,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol!important;
    font-size: 13px !important;
    line-height: 15px;
    font-style: normal;
    font-weight: 400;
    color: #A7A7A7;
    padding: 0 10px;
    border: none !important;
    -webkit-appearance: none;
    outline: none;
    border-radius: 4px;
    box-shadow: inset 1px 1px 4px rgb(0 0 0 / 25%);
}

.adbro-link {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	margin: 0 !important;
	cursor: pointer;
	}

.adbro-close {
	display: none;
	position: absolute;
	top: 7px;
	right: 7px;
	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 {
	display: none;
	position: absolute;
	top: 43px;
	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 moveRight24 {
	50% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
		}
	}

@keyframes moveRight24 {
	50% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
		}
	}