html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	position: relative;
	font-size: 14px;
	line-height: 22px;
	font-family: 'Arial', 'Helvetica', 'Nimbus Sans L', sans-serif;
	color: #635e69;
	background: #FFFFFF;
	-webkit-text-size-adjust: 100%;
	min-width: 320px;
	background: url('../img/bg.jpg') no-repeat center top;
}

@font-face {
	font-family: 'helveticaneuecyrthin';
	src: url('fonts/helveticaneuecyr-thin-webfont.eot');
	src: url('fonts/helveticaneuecyr-thin-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/helveticaneuecyr-thin-webfont.woff2') format('woff2'), url('fonts/helveticaneuecyr-thin-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

img {
	border: 0;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border: 0 none;
}

a {
	outline: 0;
	color: #ff8002;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

a:hover {
	text-decoration: none;
	color: #635e69;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: 0;
	padding: 0;
}

h1 {
	line-height: 54px;
	font-size: 45px;
	color: #5a586d;
	font-weight: normal;
	text-align: center;
	margin: 0;
	font-family: 'helveticaneuecyrthin', 'Arial', 'Helvetica', 'Nimbus Sans L', sans-serif;
	position: relative;
	z-index: 10;
}

h1 > span {
	padding: 0 8px;
	color: #FFF;
	background: #468FB2;
}

p {
	margin: 0 0 20px 0;
}

.button {
	margin: 0;
	padding: 0;
	outline: 0;
	cursor: pointer;
	border: none;
	width: 200px;
	position: relative;
	font-size: 18px;
	line-height: 24px;
	padding: 19px 0;
	font-weight: bold;
	color: #FFF;
	font-family: 'Fira Sans', 'Arial', 'Helvetica', 'Nimbus Sans L', sans-serif;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	background: #f3c139;
	background: -moz-linear-gradient(top, #f3c139 0%, #ff7e00 100%);
	background: -webkit-linear-gradient(top, #f3c139 0%, #ff7e00 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#f3c139), to(#ff7e00));
	background: -o-linear-gradient(top, #f3c139 0%, #ff7e00 100%);
	background: linear-gradient(to bottom, #f3c139 0%, #ff7e00 100%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	overflow: visible;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	will-change: transform;
}

.button:hover {
	-webkit-box-shadow: 5px -5px 5px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 5px -5px 5px rgba(0, 0, 0, 0.24);
	box-shadow: 5px -5px 5px rgba(0, 0, 0, 0.24);
	outline: 3px solid rgba(255, 255, 255, 0.3);
}

.button:hover > span {
	border-color: rgba(255, 255, 255, 0);
}

.button:before {
	width: 12px;
	height: 14px;
	position: absolute;
	content: '';
	left: 26px;
	top: 50%;
	margin-top: -7px;
	background: url('../img/arr.png') no-repeat;
}

.button > span {
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px solid #FFF;
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: '';
}

.clearfix:after {
	clear: both;
}

.col {
	overflow: hidden;
}

.container {
	max-width: 992px;
	margin: 0 auto;
}

.error {
	color: darkred;
}

footer {
	height: 236px;
	background: url('../img/footer.jpg') no-repeat center top;
	padding-top: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFF;
}

footer a {
	color: #FFF;
}

footer a:hover {
	color: #FFF;
}

footer > .container .container {
	max-width: none;
}

footer .footer-form {
	width: 512px;
	float: left;
}

footer .footer-form .button {
	float: right;
	margin-left: 35px;
}

footer .footer-form .col {
	padding-top: 25px;
}

footer .footer-form .footer-form-title {
	font-family: 'helveticaneuecyrthin', 'Arial', 'Helvetica', 'Nimbus Sans L', sans-serif;
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 50px;
}

footer .footer-main {
	float: right;
	font-family: 'Fira Sans', 'Arial', 'Helvetica', 'Nimbus Sans L', sans-serif;
	padding-top: 7px;
}

footer .footer-main .footer-copyright {
	font-family: 'Arial', 'Helvetica', 'Nimbus Sans L', sans-serif;
	font-size: 14px;
	line-height: 18px;
}

footer .footer-main .footer-email {
	height: 22px;
	padding-left: 43px;
	margin-bottom: 16px;
	font-size: 16px;
	background: url('../img/icon-email.png') no-repeat left bottom;
}

footer .footer-main .footer-email > a {
	font-weight: bold;
	text-decoration: none;
}

footer .footer-main .footer-email > a:hover {
	text-decoration: underline;
}

footer .footer-main .footer-email-header {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: bold;
}

footer .footer-main .footer-nav {
	width: 120px;
	float: left;
}

footer .footer-main .footer-nav > span {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

footer .footer-main .footer-nav > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

footer .footer-main .footer-nav > ul > li {
	margin-top: 10px;
}

footer .footer-main .footer-nav > ul > li:first-child {
	margin: 0;
}

footer .footer-main .footer-nav > ul > li > a:hover {
	text-decoration: none;
}

footer .footer-main .footer-toolbox {
	display: inline-block;
	vertical-align: top;
	height: 45px;
	padding: 0 17px;
	line-height: 45px;
	color: #70a2cd;
	background: #4281A0;
	background: rgba(38, 39, 41, 0.12);
	font-size: 16px;
	margin-bottom: 11px;
}

footer .footer-main .footer-toolbox > a {
	font-weight: bold;
}

footer .textfield {
	border-color: #FFF;
	color: #FFF;
}

footer .textfield:focus {
	border-color: #468FB2;
}

footer .textfield::-webkit-input-placeholder {
	-khtml-opacity: 1;
	opacity: 1;
	color: #FFF;
}

footer .textfield::-moz-placeholder {
	-moz-opacity: 1;
	opacity: 1;
	color: #FFF;
}

footer .textfield .placeholder {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
	color: #FFF;
}

header {
	height: 720px;
	padding-top: 178px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

header .header-text {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
	max-width: 640px;
	font-family: 'helveticaneuecyrthin', 'Arial', 'Helvetica', 'Nimbus Sans L', sans-serif;
}

header .header-title {
	color: #5a586d;
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 10px;
	font-family: 'helveticaneuecyrthin', 'Arial', 'Helvetica', 'Nimbus Sans L', sans-serif;
}

header .logo {
	display: block;
	background: url('../img/logo.png') no-repeat;
	width: 603px;
	height: 93px;
	margin-bottom: 35px;
}

header .textfield {
	width: 276px;
	margin-bottom: 21px;
}

.list {
	min-height: 1686px;
	position: relative;
	margin-bottom: 70px;
	z-index: 1;
}

.list:before {
	position: absolute;
	left: -43px;
	top: 16px;
	content: '';
	width: 229px;
	height: 1670px;
	background: url('../img/list-route.png') no-repeat;
}

.list > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.list > ul > li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 70px 15px 5px 120px;
	background: url('../img/list-bg.png') no-repeat right top;
	margin-top: -6px;
}

.list .list-header {
	font-weight: bold;
	color: #ff8002;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 3px;
}

.list .list-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.list .list-list > li {
	font-size: 15px;
	line-height: 20px;
	margin-top: 4px;
	padding-left: 10px;
	position: relative;
	color: #468fb2;
}

.list .list-list > li:first-child {
	margin: 0;
}

.list .list-list > li:before {
	position: absolute;
	content: '-';
	left: 0;
	top: 0;
}

.list .list-text + .list-list {
	margin-top: 10px;
}

.list .shift {
	padding-left: 205px;
}

.pull-left {
	float: left;
}

.success {
	color: green;
}

.textfield {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	border-bottom: 1px solid #458FB2;
	width: 100%;
	display: block;
	margin: 0;
	padding: 5px 0;
	height: 37px;
	outline: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	font-family: 'Arial', 'Helvetica', 'Nimbus Sans L', sans-serif;
	font-weight: 300;
	color: #999;
	font-size: 14px;
	line-height: 26px;
	background: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.textfield:focus {
	background: #468FB2;
	color: #FFF;
	padding: 5px 12px;
}

.textfield:focus::-webkit-input-placeholder {
	-khtml-opacity: 1;
	opacity: 1;
	color: #FFF;
}

.textfield:focus::-moz-placeholder {
	-moz-opacity: 1;
	opacity: 1;
	color: #FFF;
}

.textfield:focus .placeholder {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
	color: #FFF;
}

.textfield::-webkit-input-placeholder {
	-khtml-opacity: 1;
	opacity: 1;
	color: #484848;
}

.textfield::-moz-placeholder {
	-moz-opacity: 1;
	opacity: 1;
	color: #484848;
}

.textfield .placeholder {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
	color: #484848;
}

@media only screen and (max-width: 1150px) {

body {
	background-image: url('../img/bg-middle.jpg');
}

header {
	padding-top: 154px;
	height: 640px;
}

}

@media only screen and (max-width: 1040px) {

h1 {
	margin-bottom: 38px;
}

h1 > span {
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
}

.container {
	max-width: 850px;
}

footer {
	background: none;
	padding: 0;
	height: auto;
}

footer > .container {
	max-width: none;
}

footer > .container .container {
	max-width: 850px;
}

footer .footer-form {
	width: auto;
	float: none;
	background: #52A1C8;
	padding: 46px 0;
	overflow: hidden;
	position: relative;
}

footer .footer-form:before {
	width: 627px;
	height: 394px;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	background: url('../img/shine.png') no-repeat;
	-webkit-transform: translateX(120px);
	-moz-transform: translateX(120px);
	-ms-transform: translateX(120px);
	-o-transform: translateX(120px);
	transform: translateX(120px);
}

footer .footer-form .footer-form-title {
	text-align: center;
	margin-bottom: 45px;
}

footer .footer-main {
	float: none;
	background: #468FB2;
	padding: 25px 0;
	text-align: center;
}

footer .footer-main .pull-left {
	float: none;
}

footer .footer-main .footer-email {
	display: inline-block;
	vertical-align: top;
	margin: 10px 10px 20px 10px;
}

footer .footer-main .footer-email-header {
	display: none;
}

footer .footer-main .footer-nav {
	width: auto;
	float: none;
	height: 50px;
	overflow: hidden;
	max-width: 420px;
	margin: 0 auto;
}

footer .footer-main .footer-nav > span {
	display: none;
}

footer .footer-main .footer-nav > ul {
	text-align: justify;
}

footer .footer-main .footer-nav > ul:after {
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block;
	vertical-align: top;
}

footer .footer-main .footer-nav > ul > li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

footer .footer-main .footer-toolbox {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 20px 10px;
}

header {
	height: 620px;
}

header {
	padding-top: 120px;
	height: 600px;
}

.list {
	min-height: 0;
	margin-bottom: 40px;
}

.list:before {
	display: none;
}

.list > ul > li {
	background: none;
	padding: 190px 0 0 0;
	margin-top: 30px;
	background-position: center 25px;
	background-repeat: no-repeat;
	border-top: 1px solid #D3D3D3;
}

.list > ul > li.list-1 {
	background-image: url('../img/list-1.png');
	background-position: center top;
	margin: 0;
	padding-top: 165px;
	border: none;
}

.list > ul > li.list-2 {
	background-image: url('../img/list-2.png');
}

.list > ul > li.list-3 {
	background-image: url('../img/list-3.png');
}

.list > ul > li.list-4 {
	background-image: url('../img/list-4.png');
}

.list > ul > li.list-5 {
	background-image: url('../img/list-5.png');
}

.list > ul > li.list-6 {
	background-image: url('../img/list-6.png');
}

.list > ul > li.list-7 {
	background-image: url('../img/list-7.png');
}

.list > ul > li.list-8 {
	background-image: url('../img/list-8.png');
}

.list .shift {
	padding-left: 0;
}

}

@media only screen and (max-width: 1010px) {

.list .list-header {
	line-height: 23px;
}

}

@media only screen and (max-width: 920px) {

h1 {
	font-size: 34px;
	line-height: 42px;
}

.container {
	max-width: 720px;
}

footer > .container .container {
	max-width: 720px;
}

header .header-text {
	font-size: 14px;
	max-width: 390px;
}

header .logo {
	background: url('../img/logo-middle.png') no-repeat;
	width: 424px;
	height: 70px;
	margin-bottom: 25px;
}

}

@media only screen and (max-width: 767px) {

.container {
	max-width: 550px;
}

footer > .container .container {
	max-width: 550px;
}

footer .footer-form .button {
	margin-left: 20px;
}

}

@media only screen and (max-width: 620px) {

body {
	background-image: url('../img/bg-lite.jpg');
}

}

@media only screen and (max-width: 580px) {

h1 {
	font-size: 24px;
	line-height: 32px;
}

.button {
	padding: 10px 0;
	font-size: 16px;
}

.container {
	padding: 0 20px;
	max-width: none;
}

footer > .container {
	padding: 0;
}

footer > .container .container {
	max-width: none;
}

footer .footer-form .button {
	margin-left: 10px;
}

footer .footer-form .col {
	padding-top: 7px;
}

header .logo {
	background: url('../img/logo-lite.png') no-repeat;
	width: 281px;
	height: 56px;
	margin: 0 auto 24px;
}

}

@media only screen and (max-width: 480px) {

footer .footer-form .button {
	width: 150px;
}

footer .footer-form .button:before {
	left: 10px;
}

footer .footer-form .footer-form-title {
	margin-bottom: 25px;
}

header {
	padding-top: 110px;
}

header .header-text {
	margin-bottom: 15px;
}

}

