@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic);
* { margin:0; padding:0; }
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; }
img { border:none; }
strong { font-weight: 700; }
input, textarea { outline:none; }
input:active, textarea:active { outline:none; }
:focus { outline:none; }
.clear { clear:both; }
html, body { height: 100%; width: 100%; }
/* Основной стиль страницы */
body {
	background: #ffffff;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 300;
}
div.wrapper {
	width: 100%;
}
div.novid {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -540px;
	z-index: 30;
}
.container {
	width: 1080px;
	margin: 0 auto;
}
.container a {
	text-decoration: none;
}
.container a:hover {
	text-decoration: underline;
}
header {
	padding-top: 35px;
}
	header a {
		color: #000000;
		display: block;
		height: 53px;
		font-size: 32px;
		font-weight: 900;
		float: left;
		padding-left: 55px;
		position: relative;
		text-decoration: none;
		text-transform: uppercase;
	}
		header a small {
			display: block;
			font-weight: 300;
			font-size: 20px;
			position: relative;
			top: -5px;
			margin-bottom: -14px;
		}
	header div.phone {
		float: right;
		padding-left: 25px;
		position: relative;
	}
		header div.phone small {
			display: block;
			font-weight: 300;
			font-size: 20px;
			margin-bottom: -14px;
			position: relative;
			top: -5px;
			text-transform: uppercase;
		}
		header div.phone div {
			font-size: 32px;
			font-weight: 900;
			position: relative;
			text-transform: uppercase;
		}
section#content {
	padding-top: 10px;
}
	nav.main-menu {
		height: 33px;
		padding-top: 8px;
		padding-left: 13px;
	}
		nav.main-menu ul li {
			display: inline-block;
			padding: 0 7px
		}
			nav.main-menu ul li a {
				font-weight: 300;
				font-size: 20px;
				text-decoration: none;
				text-transform: uppercase;
			}
			nav.main-menu ul li a:hover {
				text-decoration: underline;
			}
	section#content div.top {
		position: relative;
	}
		section#content div.top div.auto {
			position: absolute;
			z-index: 5;
			height: 363px;
			width: 470px;
			top: 60px;
			right: 130px;
		}
		div.order {
			position: absolute;
			right: 0;
			top: 0;
			width: 220px;
			z-index: 20;
		}
		div.order .title {
				font-weight: 400;
				font-size: 20px;
				text-transform: uppercase;
				text-align: center;
				padding-top: 8px;
				padding-bottom: 10px;
			}

		div.order .info {
			width: 177px;
			padding: 0 20px 10px 20px;
			color: #fff;
			font-size: 14px;
			text-align: center;
			font-weight: bold;
		}

		div.order .title._msg {
				font-weight: bold;
				font-size: 16px;
				text-transform: uppercase;
				text-align: center;
				color: #000;
				padding: 8px 10px 10px 10px;
			}
		div.order form input,
		div.order form textarea {
				border: none;
				border-bottom: 5px solid;
				display: block;
				height: 30px;
				margin: 0 auto;
				margin-bottom: 5px;
				width: 157px;
				padding: 0 10px;
				font-family: 'Open Sans', sans-serif;
				font-size: 14px;
			}
		div.order form textarea {
				height: 110px;
				padding-top: 5px;
				padding-bottom: 5px;
			}
		div.order form div.captcha input {
				display: inline;
				width: 63px;
				margin: 0px 10px 5px 23px;
				position: relative;
				top: -15px;
			}
		div.order form input[type="submit"] {
				background: none;
				border: none;
				cursor: pointer;
				font-size: 22px;
				font-weight: 900;
				position: relative;
				text-transform: uppercase;
				margin-top: /*-10px;*/ 0px;
				margin-bottom: 0;
				padding-bottom: 5px;
				
			}
		div.order div.line {
				height: 5px;
			}
		div.order div.tr1 {
				width: 0;
				height: 0;
				border-left: 110px solid transparent;
				border-right: 110px solid transparent;
				border-top: 30px solid;
				position: relative;
				top: -35px;
			}
		div.order div.tr2 {
				width: 0;
				height: 0;
				border-left: 110px solid transparent;
				border-right: 110px solid transparent;
				border-top: 30px solid;
				position: relative;
				top: 0px;
			}
	section#content section.main {
		padding-top: 355px;
		width: 840px;
	}
	section#content section.main.padd {
		padding-top: 401px;
	}
	
		section#content section.main h1 {
			font-size: 26px;
		}
		section#content section.main h2 {
			font-size: 18px;
		}
		section#content section.main h3 {
			font-size: 16px;
		}
		section#content section.main h1,
		section#content section.main h2,
		section#content section.main h3 {
			padding-top: 15px;
			font-weight: 600;
			text-transform: uppercase;
		}
		section#content section.main p {
			font-size: 14px;
			padding: 5px 0;
			font-weight: 400;
		}
		section#content section.main p.info {
			font-size: 12px;
		}
		section#content section.main table {
			width: 100%;
			border-spacing: 0;
			font-size: 14px;
			margin-top: 5px;
		}
		section#content section.main table thead tr th {
			font-size: 10px;
			padding: 5px 0;
		}
		section#content section.main table thead tr:first-child th {
			font-size: 14px;
			text-transform: uppercase;
		}
		section#content section.main table th,
		section#content section.main table td {
			border-right: 1px solid;
			border-bottom: 1px solid;
			padding: 8px 0;
		}
		section#content section.main table thead tr td {
			text-align: center;
			text-transform: uppercase;
			font-weight: 700;
		}
		section#content section.main table tbody tr td {
			text-align: center;
		}
		section#content section.main table tbody tr td:first-child {
			/*padding-left: 15px;*/
			text-align: center;
			text-transform: uppercase;
			font-weight: 700;
			/*width: 405px;*/
		}

	section#content section.main ol,
	section#content section.main ul {
		padding-left: 20px;
		font-size: 14px;
		font-weight: 400;
	}
	section#content section.main ul {
		padding-left: 18px;
	}
	section#content section.main li {
		padding: 8px 0;
	}
	section#content section.main ul li {
		padding-left: 5px;
	}
section.map {
	padding-top: 10px;
}
	section.map div#map {
		width: 100%;
		height: 450px;
	}
footer {
	height: 142px;
	padding-top: 25px;
	color: #ffffff;
	text-transform: uppercase;
}
	footer div.block {
		float: left;
		width: 200px;
		padding-right: 20px;
	}
	footer div.block:first-child a {
		color: #ffffff;
		font-size: 20px;
		font-weight: 800;
		text-transform: uppercase;
		text-decoration: none;
	}
	footer div.block:first-child a small {
		font-size: 20px;
		font-weight: 300;
		display: block;
	}
	footer div.block div.phone {
		font-size: 20px;
		font-weight: 800;
	}
	footer div.block div.phone small{
		font-size: 20px;
		font-weight: 300;
	}
	footer nav {
		padding-left: 15px;
	}
		footer nav a {
			color: #ffffff;
			text-decoration: none;
		}
		footer nav a:hover {
			text-decoration: underline;
		}
