* {padding:0;border:0;margin:0;box-sizing:border-box;}
html, body {height:100%;}
@font-face {
	font-family:'Helvetica Neue Black';font-weight:normal;font-style:normal;
	src:url('../fonts/helveticaneuecyr-black.eot');
	src:url('../fonts/helveticaneuecyr-black.eot?#iefix') format('embedded-opentype'),url('../fonts/helveticaneuecyr-black.woff2') format('woff2'),url('../fonts/helveticaneuecyr-black.woff') format('woff'),url('../fonts/helveticaneuecyr-black.ttf') format('truetype'),url('../fonts/helveticaneuecyr-black.svg#helveticaneuecyrblack') format('svg');
}
@font-face {
	font-family:'Helvetica Neue Light';font-weight:normal;font-style:normal;
	src:url('../fonts/helveticaneuecyr-light.eot');
	src:url('../fonts/helveticaneuecyr-light.eot?#iefix') format('embedded-opentype'),url('../fonts/helveticaneuecyr-light.woff2') format('woff2'),url('../fonts/helveticaneuecyr-light.woff') format('woff'),url('../fonts/helveticaneuecyr-light.ttf') format('truetype'),url('../fonts/helveticaneuecyr-light.svg#helveticaneuecyrlight') format('svg');
}
body {font:14px/1.5 arial,sans-serif;color:#fff;background:#1f2226;}
table {border-collapse:collapse;}
td {vertical-align:top;}
p {margin:1.5em 0;}
a {color:#00a8e7;text-decoration:none;transition:all .3s ease 0s;}
a:hover {color:#6cd0f6;}
ul {list-style:none;}
ul li {}
h1, .h1, h2, h3, h4, h5, h6 {margin:1.5em 0 1em;}
h1, .h1 {font-size:24px;margin:0 0 1em;}
h2 {font-size:24px;}
h3 {font-size:22px;}
h4 {font-size:20px;}
h5 {}
h6 {}
input, select, textarea {
	display:block;
	width:100%;
	height:40px;
	border:2px solid #8699b3;
	padding:0 20px;
	font:16px/1.2 arial,sans-serif;
	color:#fff;
	background: #1f2226;
	margin: 0 0 15px;
}
input:hover, select:hover, textarea:hover {}
input:focus, select:focus, textarea:focus {}
input {}
.select {
	height: 40px;
	border:1px solid #e0e0e0;
	overflow:hidden;
	position: relative;
	margin: 0 0 20px;
}
.select:before {
	content: "";
	display: block;
	border: 3px solid transparent;
	border-top-color: #fff;
	position: absolute;
	top: 47%;
	right: 20px;
}
.select select {
	width:110%;
	height:38px;
	border:0;
	background:none;
	padding: 0 20px;
	position: relative;
}
select {cursor:pointer;}
textarea {overflow:auto;height:110px;padding:10px 20px;}
input[type=radio], input[type=checkbox] {display:inline;background:none;border:0;padding:0;margin:0;width:auto!important;height:auto!important;cursor:pointer;vertical-align:middle;}
button, input[type=submit], input[type=button], .button {
	display:inline-block;
	height:60px;
	padding:0 50px;
	background:#00a8e7;
	border-radius: 3px;
	color:#fff!important;
	line-height:60px;
	font-size:16px;
	font-weight: bold;
	text-align:center;
	cursor:pointer;
	margin: 10px 0 0;
	transition:all .3s ease 0s;
}
button:hover, input[type=submit]:hover, input[type=button]:hover, .button:hover {background:#137194;}
button:focus, input[type=submit]:focus, input[type=button]:focus, .button:focus {background:#137194;}
label {display:block;font-size:14px;margin:0 0 5px;}
label sup {color:#ffc000;font-size:18px;vertical-align:baseline;}