@font-face {
	font-family: 'Bebas Neue';
	src: url('../fonts/BebasNeueBold.eot');
	src: url('../fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BebasNeueBold.woff') format('woff'),
		url('../fonts/BebasNeueBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Bebas Neue';
	src: url('../fonts/BebasNeueBook.eot');
	src: url('../fonts/BebasNeueBook.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BebasNeueBook.woff') format('woff'),
		url('../fonts/BebasNeueBook.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


.header_wrap,
html > body > div.site > section.under_nav,
.entry-header,
footer.entry-meta,
footer[role="contentinfo"],
html > body .bg_banner,
html > body .bg_banner_margintop,
.sroll_top_arrow_wrap {
	display: none!important;
}
body.custom-background {
	background: #000;
	background: url(../img/bg.jpg) no-repeat 50% 0 #000;
}
html > body > div.site {
	width: 100%;
	max-width: 100%;
	padding: 0;
	background: none;
	color: #000;
}
.max-width {
	max-width: 920px;
	margin: 0 auto;
}

.prey-page {
	padding-top: 420px;
}

.prey-content {
	background: url(../img/content-bg.jpg) no-repeat 50% 50% / 100% 100%;
	min-height: 854px;
	box-sizing: border-box;
	padding: 55px 100px 120px;
	font-size: 21px;
	position: relative;
}

.prey-content:before  {
	content: '';
	position: absolute;
	background: url(../img/bottom-line.jpg);
	height: 62px;
	left: 17px;
	right: 17px;
	bottom: 15px;

}

.watu_counter {
	border: none;
	position: absolute;
	right: 32px;
    bottom: 7px;
	width: auto;
	height: auto;
	line-height: 1;
	font-size: 30px;
	color: #839aa7;
}

.prey-menu {
	display: flex;
	justify-content: center;
	margin-bottom: 26px;
}

.prey-menu__link {
	line-height: 34px;
	padding: 0 15px;
	margin: 0 12px;
	border: 1px solid rgba(255,255,255,0);
	font-size: 20px;
	color: #5c7595;
	text-transform: uppercase;
	font-family: 'Cuprum', sans-serif;
	text-decoration: none;
}

.prey-menu__link:hover {
	border: 1px solid #fff;
	color: #fff;
}

#watu_quiz .page_btn {
	background: url(../img/btn.png) repeat 0 0 / auto 100%;
	font-size: 26px;
	color: #93a3ad;
	text-transform: uppercase;
	font-family: 'Cuprum', sans-serif;
	padding: 0 40px;
	line-height: 55px;
	height: 55px;
	min-width: auto;
}


.watu_answer_item:hover {
    background: rgba(255,255,255,0.2);
}

.watu_answer_item.checked {
    background: rgba(255,255,255,0.5)!important;
}
.quiz-area .likely-big .likely__icon svg {
	border-radius: 12px;
}


@media (max-width: 640px) {
	body.custom-background {
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}

	.prey-page {
		padding-top: 22vw;
	}

	.prey-menu__link {
		font-size: 16px;
	}

	.prey-content {
		padding: 55px 20px 100px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.prey-content:before {
	    left: 6px;
	    right: 6px;
	    bottom: 18px;
	}
}

