.polls_result_description {
	padding-top:66px;
	color:#fff;
	font-size:24px;
	font-family: 'Factor A', sans-serif;
	line-height:1;
	font-weight: 700;
	max-width:1044px;
}
.polls_result_help {
	color:#fff;
	font-size:24px;
	font-family: 'Factor A', sans-serif;
	line-height:1;
	font-weight: 700;
	max-width:1044px;
	margin-top:50px;
	margin-bottom:20px;
}
.polls-result {
	min-height:92px;
	padding-top:22px;
	padding-bottom:22px;
	border-radius:5px;
	background:#1868D2;
	padding-left:48px;
	margin-bottom:15px;
	position:relative;
	box-sizing: border-box;

}
.poll-items .poll-item:last-child {
	margin-bottom:0;
}
.polls-results {
	padding-bottom:64px;
}
.polls-results .polls-result:first-child {
	background: #0030A8;
}
.polls-results .polls-result:last-child {
	margin-bottom:0;
}
.polls-result-title {
	color:#fff;
	font-size:24px;
	font-family: 'Factor A', sans-serif;
	line-height:1;
	font-weight: 700;
	max-width:1044px;

}

.polls-result-description {
	font-family: 'Factor A', sans-serif;
	color:#fff;
	font-size:19px;
	line-height:1.4;
	margin-top:8px;
	padding-right:48px;
}
.polls-result-p {
	font-family: 'Factor A', sans-serif;
	color:#fff;
	font-size:15px;
	line-height:1;
	text-transform: uppercase;
	position:absolute;
	right:13px;
	top:16px;
	font-weight: 700;
}
.career-test-button {
	font-size:24px !important;
	margin-bottom:20px;
}

.poll-title {
	font-size:40px;
	font-weight:700;
	color:#fff;
	line-height: 1;
	font-family: 'Factor A', sans-serif;
	max-width:800px;
	padding-top:45px;
}
.polls {
	font-family: 'Factor A', sans-serif;
}
.poll-items {
	margin-top:65px;
}
.poll-item {

	border-radius:5px;
	max-width:1055px;
	padding-right:40px;
	margin-bottom:15px;
	font-size:24px;
	color:#fff;
	font-weight:700;
	display: flex;

	line-height:1;

}
.poll-item label {
	min-height:70px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	cursor:pointer;
	gap:48px;
	width:100%;
	background: #347DDD;
	transition:0.3s all ease;
}
.poll-item input {
	display:none;
}
.poll-item span {
	width:95px;
	min-width:95px;
	background:#0030A8;
	height:100%;
	align-items: center;
	justify-content: center;
	font-size:60px;
	font-weight:800;
	font-family: 'Halvar', sans-serif;
	text-transform: uppercase;
	display: flex;
	border-radius:5px 0px 0px 5px;
}
.poll-item input:checked + label, .poll-item label:hover {
	background: #1868D2;
}
.poll-items {
	padding-bottom: 60px;
}
.vote-form {
	display:none;
}
.polls {
	display:none;
}
input[name=vote]{
	display:none;
}

@media (max-width: 760px) {
	.poll-title, .polls_result_description {
		font-size:18px;
		padding-top:35px;
	}
	.poll-item span {
		font-size:50px;
	}
	.poll-items, .polls_result_help {
		margin-top:20px;
	}
	.polls_result_help, .polls-result-title {
		font-size:18px;
	}
	.polls-result {
		padding-left:15px;
	}
	.poll-item {
		padding-right:0;
	}
	.poll-item label, .polls-result-description {
		font-size:14px;
		line-height:114%;
	}
	.poll-item label {
		gap:31px;
		min-height:60px;
	}
	.polls-result-p {
		font-size:9px;
	}
}