@import url(http://fonts.googleapis.com/css?family=Exo+2:600,500,300,200&subset=latin,cyrillic);
*
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
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, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
:focus
{
	outline: 0;
}
OL, UL, LI
{
	list-style: none;
}
A
{
	text-decoration: none;
}
.clear
{
	clear: both;
}
HTML
{
	font-family: "Exo 2";
	background-color: #FFFFFF;
	font-weight: 300;
}
.content
{
	width: 1000px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	color: #4C4847;
}
#top
{
	background-color: #FFFFFF;
	height: 70px;
	padding-top: 6px;
	min-width: 1000px;
}
.logo
{
	float: left;
	margin-top: 2px;
}
.description
{
	float: left;
	text-transform: uppercase;
	background: url(images/desc.png) no-repeat left center;
	padding-left: 20px;
	margin-left: 20px;
	line-height: 1.3;
	font-size: 14px;
}
.phones
{
	float: right;
	text-transform: uppercase;
	font-size: 18px;
	margin-right: 15px;
	margin-top: 7px;
}
#top .callback
{
	margin-top: 9px;
}
.callback
{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fae093), color-stop(1, #ffab23));
	background: -moz-linear-gradient(top, #fae093 5%, #ffab23 100%);
	background: -webkit-linear-gradient(top, #fae093 5%, #ffab23 100%);
	background: -o-linear-gradient(top, #fae093 5%, #ffab23 100%);
	background: -ms-linear-gradient(top, #fae093 5%, #ffab23 100%);
	background: linear-gradient(to bottom, #fae093 5%, #ffab23 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fae093', endColorstr='#ffab23',GradientType=0);
	background-color: #FAE093;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #EBA903;
	display: inline-block;
	cursor: pointer;
	color: #BF5306;
	font-family: arial;
	font-size: 15px;
	padding: 10px 24px;
	text-decoration: none;
	text-shadow: 0px 1px #FFEE66;
	float: right;
}
.callback:hover
{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #fae093));
	background: -moz-linear-gradient(top, #ffab23 5%, #fae093 100%);
	background: -webkit-linear-gradient(top, #ffab23 5%, #fae093 100%);
	background: -o-linear-gradient(top, #ffab23 5%, #fae093 100%);
	background: -ms-linear-gradient(top, #ffab23 5%, #fae093 100%);
	background: linear-gradient(to bottom, #ffab23 5%, #fae093 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#fae093',GradientType=0);
	background-color: #FFAB23;
}
.callback:active
{
	position: relative;
	top: 1px;
}
#banner
{
	background: url(images/banner.jpg) no-repeat center top;
	height: 516px;
	min-width: 1000px;
}
#nav
{
	background: url(images/zz.png) repeat-x center bottom;
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 20px;
	min-width: 1000px;
}
.menu
{
	width: 1000px;
	margin: 0 auto;
	padding-left: 145px;
}
.menu LI
{
	float: left;
}
.menu LI A
{
	text-transform: uppercase;
	font-size: 20px;
	color: #4C4847;
	margin-right: 60px;
}
.menu LI A:hover
{
	border-bottom: 1px solid #4C4847;
}
#why
{
	text-align: center;
	padding-top: 25px;
	min-width: 1000px;
}
.title
{
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 200;
	text-align: center;
}
#why .title
{
	background: url(images/title1.png) no-repeat center center;
}
.why_item
{
	width: 207px;
	height: 206px;
	border-radius: 5px;
	float: left;
	text-align: center;
	padding-top: 18px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow: 0px 1px 2x 0px rgba(50, 50, 50, 0.35);
	box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.35);
	margin-left: 30px;
	font-size: 14px;
	font-weight: 300;
	margin-top: 35px;
}
.why_item SPAN
{
	display: block;
	font-size: 18px;
	font-weight: 500;
	margin-top: 8px;
}
#price
{
	background: url(images/price_bg.jpg) no-repeat center top;
	height: 432px;
	min-width: 1000px;
}
.pr_l_title
{
	font-size: 25px;
	text-shadow: 1px 1px #FFFFFF;
	text-align: center;
	margin-bottom: 11px;
	line-height: 1.1;
}
.pr_l_title SPAN
{
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 30px;
}
.price_left
{
	float: left;
	width: 610px;
	margin-top: 12px;
}
.price_line
{
	background: transparent url(images/price.png);
	width: 533px;
	height: 28px;
	margin: 0px auto 5px;
	text-align: center;
	font-size: 17px;
	padding-top: 1px;
	color: #4B4A4A;
}
.diametr
{
	float: left;
	width: 179px;
}
.price
{
	float: left;
	width: 169px;
}
.zakaz
{
	float: left;
	width: 183px;
}
.zakaz A
{
	text-decoration: underline;
	color: #4B4A4A;
}
.zakaz A:hover
{
	text-decoration: none;
}
#ajaxform
{
	background: transparent url(images/form_bg.png) no-repeat center top;
	float: right;
	width: 313px;
	height: 370px;
	text-align: center;
	margin-top: 28px;
	margin-right: 50px;
}
#ajaxform3 .form_title
{
	margin-top: 18px;
}
.form_title
{
	font-size: 19px;
	font-weight: 500;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #4E4C4C;
	margin-top: 25px;
	margin-bottom: 17px;
}
.form_title SPAN
{
	text-transform: uppercase;
	display: block;
	font-size: 25px;
}
#ajaxform INPUT[type=text]
{
	width: 230px;
	height: 35px;
	margin-bottom: 18px;
	border-radius: 5px;
	border: 0px solid #000000;
	padding-left: 40px;
	-webkit-box-shadow: inset 1px 1px 5px 1px rgba(0,0,0,0.52);
	-moz-box-shadow: inset 1px 1px 5px 1px rgba(0,0,0,0.52);
	box-shadow: inset 1px 1px 5px 1px rgba(0, 0, 0, 0.52);
}
#ajaxform3 INPUT[type=text]
{
	width: 270px;
	height: 35px;
	margin-bottom: 14px;
	border-radius: 5px;
	border: 0px solid #000000;
	padding-left: 40px;
	-webkit-box-shadow: inset 1px 1px 5px 1px rgba(0,0,0,0.52);
	-moz-box-shadow: inset 1px 1px 5px 1px rgba(0,0,0,0.52);
	box-shadow: inset 1px 1px 5px 1px rgba(0, 0, 0, 0.52);
}
INPUT[type=submit]
{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fae093), color-stop(1, #ffab23));
	background: -moz-linear-gradient(top, #fae093 5%, #ffab23 100%);
	background: -webkit-linear-gradient(top, #fae093 5%, #ffab23 100%);
	background: -o-linear-gradient(top, #fae093 5%, #ffab23 100%);
	background: -ms-linear-gradient(top, #fae093 5%, #ffab23 100%);
	background: linear-gradient(to bottom, #fae093 5%, #ffab23 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fae093', endColorstr='#ffab23',GradientType=0);
	background-color: #FAE093;
	-moz-border-radius: 4px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #EBA903;
	display: inline-block;
	cursor: pointer;
	color: #BF5306;
	font-family: arial;
	font-size: 15px;
	padding: 10px 0;
	text-decoration: none;
	text-shadow: 0px 1px #FFEE66;
	width: 230px;
}
#ajaxform3 INPUT[type=submit]
{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fae093), color-stop(1, #ffab23));
	background: -moz-linear-gradient(top, #fae093 5%, #ffab23 100%);
	background: -webkit-linear-gradient(top, #fae093 5%, #ffab23 100%);
	background: -o-linear-gradient(top, #fae093 5%, #ffab23 100%);
	background: -ms-linear-gradient(top, #fae093 5%, #ffab23 100%);
	background: linear-gradient(to bottom, #fae093 5%, #ffab23 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fae093', endColorstr='#ffab23',GradientType=0);
	background-color: #FAE093;
	-moz-border-radius: 4px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #D58A55;
	display: inline-block;
	cursor: pointer;
	color: #BF5306;
	font-family: arial;
	font-size: 15px;
	padding: 10px 0;
	text-decoration: none;
	text-shadow: 0px 1px #FFEE66;
	width: 270px;
}
INPUT[type=submit]:hover
{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #fae093));
	background: -moz-linear-gradient(top, #ffab23 5%, #fae093 100%);
	background: -webkit-linear-gradient(top, #ffab23 5%, #fae093 100%);
	background: -o-linear-gradient(top, #ffab23 5%, #fae093 100%);
	background: -ms-linear-gradient(top, #ffab23 5%, #fae093 100%);
	background: linear-gradient(to bottom, #ffab23 5%, #fae093 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#fae093',GradientType=0);
	background-color: #FFAB23;
}
#ajaxform3 INPUT[type=submit]:hover
{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #fae093));
	background: -moz-linear-gradient(top, #ffab23 5%, #fae093 100%);
	background: -webkit-linear-gradient(top, #ffab23 5%, #fae093 100%);
	background: -o-linear-gradient(top, #ffab23 5%, #fae093 100%);
	background: -ms-linear-gradient(top, #ffab23 5%, #fae093 100%);
	background: linear-gradient(to bottom, #ffab23 5%, #fae093 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#fae093',GradientType=0);
	background-color: #FFAB23;
}
INPUT[name=name]
{
	background: #FFFFFF url(images/name.png) no-repeat 8px 6px;
}
INPUT[name=email]
{
	background: #FFFFFF url(images/mail.png) no-repeat 10px 10px;
}
INPUT[name=tel]
{
	background: #FFFFFF url(images/tel.png) no-repeat 14px 6px;
}
.confid
{
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	background: url(images/conf.png) no-repeat center left;
	padding-left: 22px;
	line-height: 0.9;
	margin-left: 70px;
	margin-top: 12px;
}
#about
{
	min-width: 1000px;
}
.about_text
{
	width: 470px;
	font-size: 22px;
	float: left;
}
.about
{
	background: url(images/board.jpg) no-repeat right top;
	margin-top: 25px;
	overflow: hidden;
	padding-bottom: 30px;
}
.video
{
	/*[empty]color:;*/
	width: 481px;
	height: 236px;
	float: right;
	margin-top: 6px;
	margin-right: 6px;
}
#about .callback
{
	display: block;
	float: left;
	margin-top: 45px;
	font-size: 20px;
	font-weight: 300 !important;
	font-family: "Exo 2";
}
#how
{
	background: url(images/how_bg.jpg) no-repeat center top;
	height: 303px;
	padding-top: 30px;
	text-align: center;
	min-width: 1000px;
}
#how .title
{
	font-size: 41px;
	color: #4C4847;
	font-weight: 300;
	background: url(images/title2.png) no-repeat center center;
	margin-bottom: 23px;
}
#how IMG
{
	width: 950px;
}
.step
{
	float: left;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 10px;
}
.step1
{
	margin-left: 16px;
}
.step2
{
	margin-left: 19px;
}
.step3
{
	margin-left: 52px;
}
.step4
{
	margin-left: 72px;
}
.step5
{
	margin-left: 53px;
}
.step6
{
	margin-left: 26px;
}
#consultation
{
	background: url(images/form.png) no-repeat center top;
	height: 121px;
	min-width: 1000px;
}
#consultation .title
{
	color: #BEBBBB;
	margin-top: 7px;
	font-weight: 300;
}
#ajaxform2
{
	width: 854px;
	margin: 14px auto 0px;
}
#ajaxform2 INPUT[type=text]
{
	width: 260px;
	height: 37px;
	border: 0px solid #000000;
	margin-right: 46px;
	padding-left: 42px;
	border-radius: 5px;
}
#oborudovanie
{
	padding-top: 25px;
	padding-bottom: 25px;
	min-width: 1000px;
}
#oborudovanie .title
{
	background: url(images/title3.png) no-repeat center center;
}
.tehn_text
{
	font-size: 18px;
	float: left;
	width: 400px;
	line-height: 1.5;
	margin-top: 30px;
	margin-left: 30px;
}
#slider
{
	float: right;
	margin-top: 20px;
	width: 395px;
	overflow: hidden;
	height: 230px;
	margin-right: 60px;
}
#slider LI
{
	float: left;
	width: 395px;
	height: 227px;
}
#slider IMG
{
	width: 395px;
	height: 227px;
}
.prev
{
	background: transparent url(images/prev.png) no-repeat;
	width: 12px;
	display: block;
	height: 22px;
	position: absolute;
	right: 500px;
	top: 145px;
}
.next
{
	background: transparent url(images/next.png) no-repeat;
	width: 12px;
	display: block;
	height: 22px;
	position: absolute;
	right: 30px;
	top: 145px;
}
.caroufredsel_wrapper
{
	width: 395px !important;
	float: right !important;
}
#formula
{
	background: url(images/brown.jpg) no-repeat center top;
	height: 392px;
	min-width: 1000px;
}
#formula .title
{
	color: #E9A502;
	font-weight: 500;
	margin-top: 40px;
	font-size: 32px;
	margin-bottom: 35px;
}
.formula_item
{
	float: left;
	width: 207px;
	text-align: center;
	color: #E9A502;
	font-size: 15px;
	font-weight: 300;
}
.formula_item IMG
{
	margin-bottom: 15px;
	display: block;
	width: 145px;
	margin: 0px auto 15px;
}
.plus
{
	background: url(images/plus.png) no-repeat;
	width: 44px;
	height: 44px;
	float: left;
	margin-top: 53px;
}
.ravno
{
	background: url(images/ravno.png);
	width: 44px;
	height: 35px;
	float: left;
	margin-top: 57px;
}
.title SPAN
{
	display: block;
	font-size: 19px;
}
#uslugi
{
	min-width: 1000px;
}
#uslugi .title
{
	background: url(images/title3.png) no-repeat 0px 18px;
	margin-top: 30px;
}
.uslugi_item
{
	width: 181px;
	height: 217px;
	border-radius: 5px;
	float: left;
	text-align: center;
	padding-top: 18px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow: 0px 1px 2x 0px rgba(50, 50, 50, 0.35);
	box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.35);
	font-size: 13px;
	font-weight: 200;
	margin-top: 35px;
	text-transform: lowercase;
	margin-right: 15px;
}
.uslugi_item SPAN
{
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
	font-weight: 300;
	margin-bottom: 5px;
}
.nomargin
{
	margin-right: 0px !important;
}
#contacts
{
	background: url(images/contacts.png) no-repeat center right;
	height: 89px;
	text-align: center;
	color: #E9A502;
	font-size: 41px;
	text-transform: uppercase;
	padding-top: 22px;
	min-width: 1000px;
}
#map
{
	height: 325px;
	min-width: 1000px;
}
#bottom
{
	height: 90px;
	padding-top: 21px;
	background: url(images/shadow.png) no-repeat center top;
	min-width: 1000px;
}
#bottom .callback
{
	margin-top: 9px;
}
.ymaps-copyrights-pane
{
	display: none !important;
}
#popup
{
	width: 405px;
	height: 314px;
	background: url(images/popup.png) no-repeat;
	margin: 0px auto;
	text-align: center;
	padding-top: 3px;
	display: none;
}
#thx
{
	width: 405px;
	height: 314px;
	background: url(images/popup.png) no-repeat;
	margin: 0px auto;
	text-align: center;
	padding-top: 3px;
	display: none;
	color: #000000;
	padding: 80px 45px 45px;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-size: 18px;
}
#thx SPAN
{
	display: block;
	font-size: 41px;
	text-transform: uppercase;
}
.error
{
	background-color: #F6CDCD !important;
}
