html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{
	display: block;
}
a:focus,
a:active,
a:hover{
	outline: none;
	background: inherit;
	color: inherit;
	text-decoration: none;
}
body{
	position: relative;
	font-size: 100%;
	line-height: 1;
	overflow-x: hidden;
}
ol, ul{
	list-style: none;
}
blockquote, q{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content: '';
	content: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face{
	font-family: 'Bold';
	src: url('../fonts/bebasneue-bold-webfont.eot');
	src: url('../fonts/bebasneue-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/bebasneue-bold-webfont.woff2') format('woff2'),
		 url('../fonts/bebasneue-bold-webfont.woff') format('woff'),
		 url('../fonts/bebasneue-bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
body::-webkit-scrollbar{
	width: 7px;
	background-color: rgba(0, 0, 0, 0.1);
}
body::-webkit-scrollbar-thumb{
	border-radius: 5px;
	background: linear-gradient(#009FE3 ,#304E9C);
}
.fade{
	opacity: 1;
}
.modal-open{
	padding: 0;
}
.main-btn{
	position: relative;
	display: inline-block;
	font-family: Bold;
	font-size: 2em;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #009FE3;
	border: 4px solid #009FE3;
	border-radius: 50px;
	padding: 20px 60px;
	z-index: 1;
	transition: all 0.2s ease-in-out;
}
.main-btn:hover{
	color: #009FE3;
	background: transparent;
}
header{
	visibility: visible;
	position: absolute;
	top: 80px;
	left: 175px;
}
main:not(.home-bg){
	background-image: url('../img/bg.jpg');
	background-position: top right;
	background-size: cover;
	background-repeat: no-repeat;
}
.home-bg{
	visibility: hidden;
	background-image: url('../img/home-bg.jpg');
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
	font-family: Bold;
	color: #005CAA;
	padding: 370px 175px;
}
.home-bg .img-fluid{
	display: block;
	margin-bottom: 60px;
}
h2{
	font-size: 3em;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.reg{
	font-family: Bold;
	color: #005CAA;
	padding: 260px 175px 200px;
}
h3{
	font-size: 6.5em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
form{
	position: relative;
	margin: 40px 0;
	z-index: 1;
}
form input{
	font-size: 1.5em;
	color: #005CAA;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	outline: none!important;
	width: 100%;
	background: transparent;
	border: 2px solid #009FE3;
	border-radius: 50px;
	padding: 20px 25px;
	margin-bottom: 35px;
}
form input::placeholder{
	color: rgba(154, 154, 154, 0.5);
}
.reg form .col-lg-2{
	-ms-flex: 0 0 10.666667%;
	flex: 0 0 10.666667%;
	max-width: 10.666667%;
}
.reg form .col-lg-6{
	-ms-flex: 0 0 56%;
	flex: 0 0 56%;
	max-width: 56%;
}
.reg form .desktop{
	margin-top: 20px;
}
.reg form .mobile{
	display: none;
}
.radio-category{
	font-size: 1.5em;
	text-transform: uppercase;
	margin: 0 25px;
}
input[type="radio"]{
	display: none;
}
input[type="radio"] + label:before{
	content: "";
	position: relative;
	top: 5px;
	display: inline-block;
	width: 28px;
	height: 28px;
	background-clip: content-box;
	border: 2px solid #009FE3;
	border-radius: 50%;
	padding: 3px;
	margin-right: 10px;
}
input[type="radio"]:checked + label:before{
	background-color: #009FE3;
}
.reg label{
	font-size: 1.5em;
	margin-right: 25px;
}
.vote{
	font-family: Bold;
	color: #005CA9;
	padding: 270px 175px 250px;
}
.vote h3{
	margin-bottom: 10px;
}
.vote .col-lg-4{
	margin-bottom: 50px;
}
.vote label{
	font-size: 2.1em;
	color: #9A9A9A;
	letter-spacing: 0.03em;
}
.vote input[type="radio"] + label:before{
	top: 0;
	margin-right: 20px;
}
.vote button{
	margin-top: 30px;
}
.candidate h3{
	letter-spacing: 0.05em;
}
.candidate .confirm,
.candidate .decline{
	display: block;
	padding: 18px 25px;
}
.candidate .confirm:hover{
	background: #009FE3;
	color: #fff;
}
.candidate .decline{
	background: transparent;
	color: #009FE3;
}
.candidate .col-lg-4{
	margin-bottom: 0;
}
.candidate .col-lg-4{
	margin-bottom: 0;
}
.thank-you{
	padding: 350px 20px 500px;
}
.thank-you p{
	font-family: Bold;
	font-size: 6.5em;
	letter-spacing: 0.05em;
	text-align: center;
	color: #005CA9;
}
.partners{
	visibility: hidden;
	position: absolute;
	bottom: 70px;
	right: 175px;
}
.home-footer .partners{
	right: auto!important;
	left: 175px;
}
.error-modal .modal-dialog{
	max-width: 70%;
}
.error-modal .modal-body{
	padding: 100px 50px;
}
.error-modal .close{
	position: absolute;
	top: 30px;
	right: 40px;
}
.error-modal .close span{
	font-size: 50px;
}
.error-modal p{
	font-family: Bold;
	font-size: 1.5em;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.05em;
	color: #005CA9;
	margin-bottom: 20px;
}
.error-modal .dps{
	display: block;
	margin: 40px auto 0;
}