html {
	height: 100%;
}
body {
	background: #000303 url('../images/body.bg.png') 50% 0% repeat;
	color: #c7c7c7;
	font-family: 'Arial';
	font-size: 14px;
	margin: 0;
	min-height: 100%;
	min-width: 1024px;
	padding: 0;
	position: relative;
}
html * {
	cursor: url('../images/cur.cur') 15 15, default!important;
}

body:after {
	background: url('../images/body.bg.pattern.png') 50% 50%;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

body svg {
	z-index: -1;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: opacity 0.5s ease;
}

a {
	color: #ff9b00;
	text-decoration: none;
	transition: color 0.3s ease;
}
a:hover {
	color: #fff;
}

img {
	border: none;
	max-width: 100%;
}

label {
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
	color: #ff9b00;
	display: block;
}

.captcha {
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
	font-size: 11px;
	position: relative;
	padding: 5px 0;
}
.captcha img {
	border-radius: 5px;
	height: 30px;
}
.captcha a {
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
	background: rgba(255,255,255,.8);
	border-radius: 5px;
	color: #444;
	display: none;
	height: 30px;
	left: 10px;
	position: absolute;
	padding: 1px 3px;
	top: 5px;
	width: 66px;
	text-align: center;
}
.captcha:hover a {
	display: block;
}

.errorMessage {
	color: #aaa;
	font-size: 12px;
}

.form.request {
	background: #121212 url('../images/form.bg.png') 50% 50% repeat;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
	border-radius: 5px 5px 0 5px;
	margin: 10px auto;
	margin-bottom: 50px;
	padding: 10px 20px;
	position: relative;
	width: 1024px;
	z-index: 5;
	opacity: 0;
}

.form.request textarea {
	height: 150px;
}

.form.request .row.buttons {
	background: #121212 url('../images/form.bg.png') 50% 50% repeat;
	border-radius: 0 0 5px 5px;
	padding: 10px 20px;
	padding-top: 0;
	position: absolute;
	right: 0;
	top: 100%;
}
.form.request .row.buttons > * {
	float: left;
	margin: 0 5px;
}

.form.request label {
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
	color: #ff9b00;
	display: block;
	font-size: 13px;
	/*line-height: 30px;*/
	margin-top: 5px;
	padding-top: 5px;
	text-align: right!important;
}

input[type=text],
input[type=number],
input[type=phone],
input[type=email],
input[type=password],
select {
	background: #e6e6e6;
	border: none;
	border-radius: 5px;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
	color: #444;
	display: block;
	font-family: Arial;
	height: 30px;
	margin: 5px 0;
	line-height: 30px;
	outline: none;
	-moz-appearance: none;
	padding: 0 10px;
	width: 100%;
}
textarea {
	background: #e6e6e6;
	border: none;
	border-radius: 5px;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
	display: block;
	color: #444;
	font-family: Arial;
	margin: 5px 0;
	outline: none;
	-moz-appearance: none;
	padding: 10px;
	width: 100%;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=phone]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
	background: #fff;
}

a.button,
input[type=button],
input[type=submit],
button {
	background: #ff9b00;
	border: none;
	border-radius: 5px;
	box-shadow: inset 0 -10px 15px -10px #b87205;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #5e3600;
	display: inline-block;
	font-size: 16px;
	height: 38px;
	margin: 0;
	line-height: 36px;
	outline: none;
	-moz-appearance: none;
	padding: 1px 30px;
}
a.button:hover,
input[type=button]:hover,
input[type=submit]:hover,
button:hover {
	cursor: pointer;
}
a.button:active,
input[type=button]:active,
input[type=submit]:active,
button:active {
	box-shadow: inset 0 10px 15px -10px #b87205;
	padding-top: 2px;
	padding-bottom: 0;
}

a.button.cencel,
input[type=button].cencel,
button.cencel {
	background: #ddd;
	color: #444;
	box-shadow: inset 0 10px 15px -10px rgba(0,0,0,.2);
}

.redactor_box {
	border-radius: 5px;
}
.redactor_editor {
	background: #e6e6e6!important;
	color: #444;
}

*[class*=col] {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: block;
	float: left;
	padding-left: 10px;
}
*[class*=col]:first-child {
	padding-left: 0;
}

.col20 {
	width: 20%;
}
.col25 {
	width: 25%;
}
.col33 {
	width: 33.3%;
}
.col50 {
	width: 50%;
}
.col66 {
	width: 66.6%;
}
.col75 {
	width: 75%;
}
.col80 {
	width: 80%;
}
.col100 {
	width: 100%;
	float: none;
}

.clear {
	clear: both;
}

menu {
	display: block;
	margin: 0;
	list-style: none;
	padding: 0;
	text-align: center;
}
menu li {
	display: inline-block;
}
menu li a {
	display: block;
	height: 100%;
}

.container {
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
	height: 100%;
	margin: 0 auto;
	padding: 0 12px;
	position: relative;
	width: 1024px;
}

/* Шапка */
#header {
	background: #000303;
	position: relative;
	z-index: 5;
	height: 80px;
}

#header .feedback {
	position: absolute;
	top: 0;
	left: 60px;
	margin: 20px 0;
	margin-left: 20px;
}
#header .phone {
	background: #ff9b00;
	border: none;
	border-radius: 5px;
	box-shadow: inset 0 0 10px 0 rgba(0,0,0,.8);
	display: block;
	float: right;
	font-size: 18px;
	color: #5e3600;
	height: 38px;
	margin: 20px 0;
	line-height: 38px;
	padding: 0 20px;
}

/* Логотип */
#logo {
	background: url('../images/logo.png') 50% 50% no-repeat;
	display: block;
	height: 220px;
	margin: 0 auto;
	width: 250px;
}

/* Операции */
#operations {
	position: absolute;
	top: 40px;
	z-index: 6;
	width: 500px;
	left: 50%;
	margin-left: -250px;
}

#operations ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
#operations ul li {
	display: inline-block;
}
#operations ul li a {
	display: block;
	height: 100%;
	padding: 3px 5px;
}

/* Кнопка "назад" */
#back {
	background: #090909;
	background: -moz-linear-gradient(0deg, #333333 0%, #090909 50%, #333333 100%);
	background: -o-linear-gradient(0deg, #333333 0%, #090909 50%, #333333 100%);
	background: -webkit-linear-gradient(0deg, #333333 0%, #090909 50%, #333333 100%);
	background: -ms-linear-gradient(0deg, #333333 0%, #090909 50%, #333333 100%);
	background: linear-gradient(0deg, #333333 0%, #090909 50%, #333333 100%);
	box-shadow: none;
	display: block;
	float: left;
	margin: 20px 0;
	/*margin-left: -512px;*/
	/*left: 50%;*/
	left: 12px;
	position: absolute;
	top: 0;
	z-index: 5;
}
#back:after {
	background: url('../images/header.back.png') 50% -27px no-repeat;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#back:active {
	background: #333333;
	background: -moz-linear-gradient(0deg, #090909 0%, #333333 50%, #090909 100%);
	background: -o-linear-gradient(0deg, #090909 0%, #333333 50%, #090909 100%);
	background: -webkit-linear-gradient(0deg, #090909 0%, #333333 50%, #090909 100%);
	background: -ms-linear-gradient(0deg, #090909 0%, #333333 50%, #090909 100%);
	background: linear-gradient(0deg, #090909 0%, #333333 50%, #090909 100%);
}
#back:active:after {
	background: url('../images/header.back.png') 50% 4px no-repeat;
}


/* Контент */
#main {
	padding-bottom: 530px;
}
#main .overlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: background .3s ease;
	width: 100%;
	z-index: 4;
}
#main .overlay {
	background: rgba(255,255,255,.3);
	background: -moz-linear-gradient(top, rgba(255,255,255,.5) 0%, rgba(255,255,255,.1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,.5) 0%, rgba(255,255,255,.1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,.5) 0%, rgba(255,255,255,.1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,.5) 0%, rgba(255,255,255,.1) 100%);
	background: linear-gradient(top, rgba(255,255,255,.5) 0%, rgba(255,255,255,.1) 100%);
}

#main .container {
	background: #121212;
	margin-left: -500px;
	left: 50%;
	z-index: 2;
	overflow: hidden;
	height: 100%;
	padding: 80px 0;
	position: absolute;
	opacity: 0;
	top: 0px;
	width: 1000px;
}
#main .container .content {
	padding: 0px 40px;
	overflow: hidden;
	height: 100%;
	position: relative;
}

#main menu {
	margin: 40px 0;
}
#main menu li {
	margin: 5px;
	opacity: 0;
}

#main menu li.unvisible a {
	opacity: 0.5;
}
#main menu li a {
	background: #090909;
	background: -moz-linear-gradient(-15deg, #333333 0%, #090909 50%, #333333 100%);
	background: -o-linear-gradient(-15deg, #333333 0%, #090909 50%, #333333 100%);
	background: -webkit-linear-gradient(-15deg, #333333 0%, #090909 50%, #333333 100%);
	background: -ms-linear-gradient(-15deg, #333333 0%, #090909 50%, #333333 100%);
	background: linear-gradient(-15deg, #333333 0%, #090909 50%, #333333 100%);
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	height: 200px;
	padding: 25px 0;
	position: relative;
	transition: box-shadow .3s ease;
	width: 250px;
}
#main menu li a:hover {
	box-shadow: 0 0 20px 5px #2c440a;
}

#main menu li a:before,
#main menu li a:after {
	box-shadow: inset 0 2px 15px 0 rgba(0,0,0,.5);
	content: '';
	display: block;
	height: 20px;
	width: 100%;
	position: absolute;
}
#main menu li a:before {
	top: 0;
}
#main menu li a:after {
	bottom: 0;
}

#main menu li a .title {
	color: #c7c7c7;
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
}
#main menu li a .image {
	border-radius: 3px;
	height: 118px;
	margin: 0 auto;
	width: 219px;
}
#main menu li a .image img {
	display: block;
	width: 100%;
}


/* Машина */
#machine {
	background: url('../images/footer.shadow.png') 50% 0 no-repeat;
	bottom: 0;
	height: 80px;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#machine:before {
	background: url('../images/machine.png') 50% 0% no-repeat;
	bottom: 0;
	content: '';
	height: 530px;
	position: absolute;
	width: 100%;
}

#machine .service {
	background: url('../images/service.png') 50% 0 no-repeat;
	bottom: 175px;
	height: 50px;
	left: 50%;
	margin-left: -81px;
	position: absolute;
	width: 87px;
}
#machine .service:hover {
	background: url('../images/service.png') 50% 100% no-repeat;
	box-shadow: 0 0 40px 0 rgba(255,255,255,.8);
	border-radius: 5px;
}

/* Подвал */
#footer {
	bottom: 0;
	color: #949494;
	font-size: 12px;
	height: 65px;
	position: absolute;
	overflow: hidden;
	width: 100%;
	z-index: 5;
}

#footer .left,
#footer .right {
	content: '';
	background: url('../images/footer.bg.png');
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 50%;
}
#footer .left {
	margin-left: -175px;
	left: 0;
}
#footer .right {
	margin-right: -175px;
	right: 0;
}

#footer .left:after,
#footer .right:before {
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 70px;
}
#footer .left:after {
	background: url('../images/footer.left.after.png') 0 0 no-repeat;
	left: 100%;
}
#footer .right:before {
	background: url('../images/footer.right.before.png') 100% 0 no-repeat;
	right: 100%;
}

#footer .copywrong {
	bottom: 25px;
	left: 12px;
	position: absolute;
	z-index: 1;
}
#footer .foxunion {
	bottom: 25px;
	right: 12px;
	position: absolute;
	z-index: 1;
}