/* ����� ��� ����� ��������� */
html {
	height: 100%;
 }
body{
	height:100%;
	margin: 0px auto;
	padding: 0;
	font-family: 'droid', Arial;
	font-size: 12pt;
	line-height: 16pt;
	-ms-text-size-adjust: none;
	text-rendering: optimizeLegibility;/* kerning, primarily */
}
.bold{
	font-family: 'droid bold', Arial;
}
.italic{
	font-family: 'droid italic', Arial;
}
.rouble{
	font-family: 'rouble';
}
p{
	display: inline;
}
.title{
	width: 100%;
	display: block;
	margin: 0px auto;
	padding: 50px 0px 20px 0px;
	font-family: 'droid', Arial;
	font-size: 24pt;
	line-height: 24pt;
	text-align: center;
	color: #111;
}
.sub_title{
	width: 100%;
	display: block;
	margin: 30px auto 20px auto;
	font-size: 18pt;
	line-height: 20pt;
	text-align: center;

}
.block{
	display: block;
	margin: 0 auto;
}
.margin_10b{
	margin-bottom: 10px !important;
}
.margin_30b{
	margin-bottom: 30px !important;
}
.margin_40b{
   margin-bottom: 50px !important;
}
.margin_10t{
	margin-top: -10px !important;
}
.margin_25t{
	margin-top: -25px !important;
}
.margin_0{
	margin-bottom: 0px !important;
}
.margin_15{
	margin-top: 15px !important;
}
.margin_20{
	margin-top: 20px !important;
}
.left_20{
	margin-left: 20px;
}
.left{
	float: left !important;
}
.right{
	float: right !important;
}
.center{
	margin: 0 auto !important;
}
.text_center{
	text-align: center !important;
}
.shadow{
	box-shadow:inset 0 0 10px #111;
}
a{
	cursor: pointer;
}
.underline{
	color: #493ccb;
	text-decoration: none;
	font-size: 12pt;
	line-height: 100%;
	border-spacing: 22px;
	border-bottom: 1px solid #b4adfa;
	cursor: pointer;
}
.underline:visited{
	color: #493ccb;
	border-bottom: 1px solid #b4adfa !important;
}
.underline:hover{
	color: #ff6d02;
	border-bottom: 1px solid #ff6d02 !important;
}
.underline2{
	color: #111;
	text-decoration: none;
	font-size: 12pt;
	line-height: 100%;
	border-spacing: 22px;
	border-bottom: 1px dashed #999;
}
.underline2:visited{
	color: #fafafa;
	border-bottom: 1px dashed #999;
}
.underline2:hover{
	color: #ff6d02;
	border-bottom: 1px dashed #ff6d02;
}
.underline3{
	font-size: 11pt;
	color: #493ccb;
	text-decoration: none;
	border-bottom: 1px dashed #b4adfa;
}

/* ���� ���������� ���� */
.block_form{
	width: 480px;
	min-height: 120px !important;
	padding: 10px 10px 10px 10px;
	display: none;
	text-align: center;
}
	.block_form_title{
		width: 100%;
		display: block;
		margin: 10px auto 10px auto;
		padding-bottom: 20px;
		font-size: 16pt;
		line-height: 18pt;
		text-align: center;
	}
	.input_lines_block{
		width: 360px;
		margin: 0px auto 0px auto;
		padding: 0px 0px;
		text-align: left;
		border: 0px;
	}
	.block_input{
		margin-left: 120px;
	}
	.block_input_call{
		margin-left: 190px;
	}
	.hint
	{
		width: 190px;
		display: none;
		position: relative;
		margin: 0px 0px 10px 20px;
		padding: 5px 5px 5px 5px;
		font-size:  13pt;
		line-height:  16pt;
		font-family: 'PT Sans';
		font-style: italic;
		color: #FF0000;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		border: #FF0000 dotted 1px;
	}
		.hint:after
		{
			content: '';
			position: absolute;
			border-style: solid;
			border-width: 0 7px 7px;
			border-color: rgba(255,255,255,1) transparent;
			display: block;
			width: 0;
			z-index: 999;
			top: -7px;
			left: 31px;
		}
		.hint:before
		{
			content: '';
			position: absolute;
			border-style: solid;
			border-width: 0 8px 8px;
			border-color: #FF0000 transparent;
			display: block;
			width: 0;
			z-index: 0;
			top: -8px;
			left: 30px;
		}
	.thanks{
		width: 450px;
		height: 75px;
		display: none;
		margin-top: 10px;
		text-align: center;
	}

/* ���� header */
.header{
	min-width: 960px;
	max-width: 1210px;
	height: 100px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.9);
}
	.logo{
		margin: 10px 0px 0px 5px;
		display: block;
		float: left;
	}
	.description{
		min-width: 210px;
		max-width: 500px;
		height: 110px;
		margin: 0px 20px;
		display: table;
		float: left;
		vertical-align: middle;
	}
		.description_text1{
			width: 100%;
			display: table-cell;
			font-size: 36pt;
			line-height: 36pt;
			text-align: center;
		}
		.description_text2{
			width: 100%;
			margin-top: 0px;
			display: table-cell;
			vertical-align: middle;
			font-size: 18pt;
			line-height: 18pt;

		}

	.mail{
		width: 230px;
		height: 63px;
		margin: 10px 20px 0px 0px;
		padding-top: 15px;
		float: right;
		border-right: 1px solid #ccc;
		text-align: center;
	}
	.contacts{
		width: 230px;
		height: 90px;
		padding-top: 0px;
		margin: 10px 5px 0px 0px;
		float: right;
		text-align: center;
	}
		.contacts_text1{
			width: 100%;
			display: block;
			font-size: 13pt;
			line-height: 16pt;
			text-align: center;
		}
		.contacts_text2{
			width: 100%;
			display: block;
			font-size: 18pt;
			line-height: 16pt;
			text-align: center;
		}
		.contacts_text3{
			width: 100%;
			display: block;
			font-size: 15pt;
			line-height: 12pt;
			text-align: center;
			color: #555;
		}
		.contacts .button_line{
			width: 230px;
			margin: -5px auto 0px auto;
	}
	.clear{
		clear: both;
	}


/* ���� menu*/
.menu {
	widht: 100%;
	background: #1b1a1b;
	-moz-box-shadow: 0 1px 10px -3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 10px -3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 10px -3x rgba(0, 0, 0, .3);
	filter: progid:DXImageTransform.Microsoft.dropshadow(offX=1, offY=3, color=#000000);
	left:0;top:0;right:0;
	z-index:998;
}
.menu_wrapper{
	display: block;
	width: 960px;
	margin: 0 auto;
	position: relative;
	/*background: url(../images/header/menu_border.png) left bottom no-repeat;*/
}
.menu_list{
	display: block;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	height: 40px;
	padding-top: 10px
	position: relative;
}
	.menu_list li{
	height: 28px;
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 5px 10px 0px 10px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-webkit-transition: background 0.25s ease-out, color 0.25s ease-out !important;
	-moz-transition: background 0.25s ease-out, color 0.25s ease-out !important;
	-o-transition: background 0.25s ease-out, color 0.25s ease-out !important;
	transition: background 0.25s ease-out, color 0.25s ease-out !important;
	}
	#menu_catalog{
		height: 35px !important;
		-webkit-border-radius: 4px 4px 0px 0px !important;
		-moz-border-radius: 4px 4px 0px 0px !important;
		border-radius: 4px 4px 0px 0px !important;
	}
	.menu a{
		color: #fafafa !important;
	}
	.menu a:hover{
		color: #ff6d02 !important;
	}
	.select{
		background-color: #f9faff;
	}
	.select a{
		color: #111 !important;
	}
	.select a:visited{
		color: #111;
	}
	.category_wrapper .category_list .select a{
		font-family: 'droid bold';
	}

	#menu_none{
		width: 0px !important;
		margin: 0px !important;
		padding: 0px !important;
	}
/* ���� category*/
.category {
	widht: 100%;
	background: #f9faff;
	-moz-box-shadow: 0 4px 7px -3px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 4px 7px -3px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 7px -3x rgba(0, 0, 0, .15);
	filter: progid:DXImageTransform.Microsoft.dropshadow(offX=1, offY=3, color=#000000);
	left:0;top:50px;right:0;
	z-index:999;
}
.category_wrapper{
	display: block;
	width: 960px;
	margin: 0 auto;
	position: relative;
	/*background: url(../images/header/menu_border.png) left bottom no-repeat;*/
}
#cat{
	height: 70px !important;
}
.category_list{
	max-width: 910px;
	height: 70px;
	margin: 0px;
	padding: 10px 5px 0px 0px;
	position: relative;
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	-webkit-transition: background 0.25s ease-out, color 0.25s ease-out !important;
	-moz-transition: background 0.25s ease-out, color 0.25s ease-out !important;
	-o-transition: background 0.25s ease-out, color 0.25s ease-out !important;
	transition: background 0.25s ease-out, color 0.25s ease-out !important;
}
	.category_list li{
	display: block;
	margin: 2px 10px 8px 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	}
		.category_list a{
		color: #111;
	}
	.category_list a:visited{
		color: #111;
	}
	.category_list a:hover{
		color: #ff6d02;
		border-bottom: 1px dashed #ff6d02;
	}

/* ���� offer */
.offer{
	width: 100%;
}
.offer_wrapper{
	width: 960px;
	min-height: 680px;
	margin: 0 auto;
	padding: 0px 0px;
	background: url(../images/offer/izolit.jpg) left bottom no-repeat;
	position: relative;
}
	.offer img{
		position: absolute;
		bottom: 25px;
	}
	.offer_text{
		width: 960px;
		display: block;
		margin: 5px auto 0px auto;
		padding: 20px 0px 0px 0px;
		font-size: 24pt;
		line-height: 24pt;
		text-align: center;
		color: #111;
		text-shadow: 0px 0px 1px #eee;
	}
	.offer_sub_text{
		width: 960px;
		display: block;
		margin: 0px auto;
		font-size: 20pt;
		line-height: 30pt;
		letter-spacing: 0.01em;
		text-align: center;
		color: #111;
		text-shadow: 0px 0px 1px #eee;
	}
	.offer_image{
		display: left;
		margin-top: 30px;
	}
	/* ����� */
	.form_main{
		width: 420px;
		min-height: 225px;
		float: right;
		margin-top: 50px;
		padding: 20px 0px 10px 0px;
		border-radius: 12px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		background-color: rgba(255, 255, 255, 0.5);
		border: 2px solid #c6c0f9;
		box-shadow:
		0 1px 4px rgba(180, 173, 250, 0.3),
		-23px 0 20px -20px rgba(180, 173, 250, .3),
		23px 0 20px -20px rgba(180, 173, 250, .3),
		0 0 40px rgba(180, 173, 250, .275) inset;
		position: relative;
	}
	.form_main:hover{
		border: 2px solid #e0ee00;
	}

	.bubble
	{
		visibility: hidden;
		position: absolute;
		bottom: 28px;
		left: 90px;
		width: 220px;
		font-size: 11pt;
		line-height: 16pt;
		padding: 10px 10px;
		text-align: center;
		background: rgba(0, 0, 0, 0.7);
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		color: #fff;
	}
	.bubble:after
	{
		content: '';
		position: absolute;
		border-style: solid;
		border-width: 10px 10px 0;
		border-color: rgba(0, 0, 0, 0.7) transparent;
		display: block;
		width: 0;
		z-index: 1;
		bottom: -10px;
		left: 120px;
	}
	.line_file:hover .bubble{
		visibility: visible !important;
		cursor: pointer;
	}
	.input_file:hover .underline3{
		color: #ff6d02;
		border-bottom: 1px dashed #ff6d02;
	}
	.form_2{
		width: 420px;
		min-height: 225px;
		padding: 20px 0px 10px 0px;
		float: right;
		margin-top: 60px;
		margin-bottom: 40px;
		border-radius: 12px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		background-color: rgba(255, 255, 255, 0.5);
		border: 2px solid #c6c0f9;
		box-shadow:
		0 1px 4px rgba(180, 173, 250, 0.3),
		-23px 0 20px -20px rgba(180, 173, 250, .3),
		23px 0 20px -20px rgba(180, 173, 250, .3),
		0 0 40px rgba(180, 173, 250, .275) inset;
	}
	.form_2:hover{
		border: 2px solid #e0ee00;
	}
		.form_main_title{
			width: 100%;
			display: block;
			margin: 0px auto 0px auto;
			font-size: 18pt;
			line-height: 20pt;
			text-align: center;
		}
		.form_main_sub_title{
			width: 100%;
			display: block;
			margin: 0px auto;
			padding-bottom: 20px;
			font-size: 16pt;
			line-height: 18pt;
			text-align: center;
		}
		.input_lines{
			width: 320px;
			display: table;
			margin: 0px auto 0px auto;
			padding: 0px 0px;
			text-align: left;
			border: 0px;
			margin-bottom: 10px;
		}
			.label_name{
				height: 30px;
				display: table-cell;
				vertical-align: middle;
				width: 118px !important;
				font-size: 12pt;
				line-height: 13pt;
			}
			.label_txar{
				vertical-align: top !important;
				padding-top: 10px;
			}
			.input_name{
				width: 150px;
				display: table-cell;
				vertical-align: middle;
			}
			.input_telephone{
				width: 190px;
				display: table-cell;
				vertical-align: middle;
			}
			.input_mail{
				width: 190px;
				display: table-cell;
				vertical-align: middle;
			}
		.button_line{
			margin: -5px auto 0px auto;
			padding: 5px 0px;
			text-align: center;
			border: 0px;
		}
		.textAtten{
			width: 100%;
			display: block;
			margin: 0px auto 0px auto;
			text-align: center;
			font-size: 11pt;
			line-height: 11pt;

		}

/* ���� eggs*/
.eggs {
	widht: 100%;
	background-color: #fafaff;
}
.eggs_wrapper{
	width: 960px;
	height: 125px;
	padding-top: 25px;
	margin: 0 auto;
	position: relative;
}

/* ���� benefits */
.benefits{
	width: 100%;
	position: relative;
	width: 100%;
	max-height: 680px;
	background-color: #f5f8ff;

}
.benefits_wrapper{
	width: 960px;
	height: 640px;
	margin: 0 auto;
	padding: 0px 0px;
	position: relative;
}
	.benefits_list{
		width: 960px;
		padding: 0px;
	}
		.benefits_element{
			width: 300px;
			height: 220px;
			display: block;
			float: left;
			margin-top: 10px;
			text-align: center;
		}
		.ben_elem2{
			margin: 10px 30px 0px 30px !important;
		}
		.benefits_text{
			width: 100%;
			heihgt: 100px;
			display: block;
			font-size: 13pt;
			line-height: 16pt;
			text-align: center;
		}
		.benefits_text .bold{
			font-size: 16pt;
		}


/* ���� catalog */
.catalog{
	width: 100%;
	position: relative;
	width: 100%;

}
	.why{
		width: 940px;
		height: 20px;
		padding: 10px 10px;
		margin: 50px auto 0px auto;
		background-color: #ebeefc;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	}
		.why .underline{
			border: 0px;
			font-size: 12pt;
			position: relative;
		}
		.why .underline:after{
			width: 16px;
			height: 16px;
			top: 3px;
			right: -20px;
			content: "";
			position: absolute;
			background: url(../images/catalog/arrow.png);
			background-position: -48px 0px;
		}
		.why .underline:hover:after{
			background-position: -32px 0px;
		}
		.why .underline7{
			color: #493ccb;
			text-decoration: none;
			font-size: 13pt;
			line-height: 100%;
			cursor: pointer;
			border: 0px;
			font-size: 12pt;
			position: relative;
		}
		.why .underline7:hover{
			color: #ff6d02;
		}
		.why .underline7:after{
			width: 16px;
			height: 16px;
			top: 3px;
			right: -20px;
			content: "";
			position: absolute;
			background: url(../images/catalog/arrow.png);
			background-position: 0px 0px;
		}
		.why .underline7:hover:after{
			background-position: -16px 0px;
		}
	.catalog_description{
		width: 960px;
		display: none;
		font-size: 12pt;
		margin: 10px auto 0px auto;
	}
	.catalog_list{
		width: 960px;
		height: 480px;
		display: block;
		margin: 10px auto 0px auto;
		padding: 0px;
	}
		.cat_height2{
			height: 600px !important;
		}
		.cat_height3{
			height: 300px !important;
		}
		.cat_height4{
			height: 650px !important;
		}
		.cat_height5{
			height: 500px !important;
		}
		.cat_height6{
			height: 280px !important;
		}
		.catalog_element{
			width: 300px;
			height: 240px;
			display: block;
			float: left;
			margin-top: 10px;
			text-align: center;
		}
		.catalog_image{
			width: 200px;
			height: 16	0px;
		}
		.cat_elem2{
			margin: 10px 30px 0px 30px !important;
		}
		.cat_elem4{
			margin: 10px 330px 0px 330px !important;
		}
		.cat_elem5_1{
			margin-left: 150px !important;
		}
		.cat_elem5_2{
			margin-right: 150px !important;
		}
		.line1{
			margin-bottom: 10px !important;
		}
		.line2{
			height: 320px !important;
		}
		.line3{
			height: 340px !important;
		}
		.line4{
			height: 290px !important;
		}
		.catalog_text{
			width: 100%;
			heihgt: 100px;
			display: block;
			margin-top: 10px;
			font-size: 13pt;
			line-height: 16pt;
			text-align: center;
		}
			.catalog_spec{
				font-size: 12pt;
				line-height: 12pt;
				font-family: 'droid italic';
			}
		.wave{
			width: 100%;
			height: 3px;
			margin-top: 20px;
			background-image: url(../images/catalog/wave.png);
		}

/* ���� scheme */
.scheme{
	width: 100%;
	position: relative;
	width: 100%;
	max-height: 680px;

}
.scheme_wrapper{
	width: 960px;
	height: 600px;
	margin: 0 auto;
	padding: 0px 0px;
	position: relative;
}
	.scheme_list{
		width: 960px;
		padding: 0px;
	}
		.scheme_element{
			width: 300px;
			height: 220px;
			display: block;
			float: left;
			margin-top: 10px;
			text-align: center;
		}
		.scheme_elem2{
			margin: 10px 30px 0px 30px !important;
		}
		.scheme_text{
			width: 100%;
			heihgt: 100px;
			display: block;
			font-size: 12pt;
			line-height: 16pt;
			text-align: center;
		}
		.scheme_text .bold{
			font-size: 14pt;
		}

/* ���� delivery*/
.delivery {
	widht: 100%;
	background-color: #f9fafd;
}
.delivery_wrapper{
	width: 960px;
	min-height: 600px;
	margin: 0 auto;
	background: url(../images/delivery/volvo.jpg) left center no-repeat;
	position: relative;
}

/* ���� clients*/
.clients {
	widht: 100%;
}
.clients_wrapper{
	width: 960px;
	height: 500px;
	margin: 0 auto;
	position: relative;
}
	.clients_image{
		margin-top: 40px;
	}

/* ���� reviews*/
.reviews {
	widht: 100%;
}
.reviews_wrapper{
	width: 960px;
	height: 880px;
	margin: 0 auto;
	position: relative;
}
	.reviews_element{
		width: 450px;
		height: 300px;
		position: relative;
	}
	.first{
		margin-top: 20px !important;
	}
		.reviews_ava{
			width: 100px;
			height: 100%;
			float: left;
			padding-right: 10px;
			text-align: center;
		}
			.reviews_name{
				width: 100%;
			}
	.reviews_text_block{
		display: block;
		background: url(../images/reviews/bubble.png) left top repeat-x;
		width: 100%;
		height: 300px;
	}
	.reviews_text{
		display: block;
		width: 350px;
		height: 300px;
		padding: 50px 25px 20px 45px;
		font-size: 11pt;
	}
	.signature{
		display: block;
		width: 100%;
		text-align: right;
		font-size: 12pt;
	}
	.second{
		margin-top: 70px;
	}

/* ���� reviews*/
.certificate{
	widht: 100%;
	background: url(../images/reviews/wall.png) left top repeat-x;
	position: relative;
}
.certificate_wrapper{
	width: 960px;
	height: 600px;
	margin: 0px auto 0px auto;
	padding-top: 60px;
	text-align: center;
}
 .certificate_image1{
		width: 200px;
		height: 224px;
		background-image: url(../images/reviews/otziv1s.png);
		background-position: center;
		background-repeat: no-repeat;
		margin-left: 30px;
		margin-top: 0px;
		display: block;
		float: left;
	}
	.certificate_image2{
		width: 200px;
		height: 224px;
		background-image: url(../images/reviews/otziv2s.png);
		background-position: center;
		background-repeat: no-repeat;
		margin-left: 30px;
		margin-top: 0px;
		display: block;
		float: left;
	}
	.certificate_image3{
		width: 200px;
		height: 224px;
		background-image: url(../images/reviews/otziv3s.png);
		background-position: center;
		background-repeat: no-repeat;
		margin-left: 30px;
		margin-top: 0px;
		display: block;
		float: left;
	}
	.certificate_image4{
		width: 200px;
		height: 224px;
		background-image: url(../images/reviews/otziv4s.png);
		background-position: center;
		background-repeat: no-repeat;
		margin-left: 30px;
		margin-top: 0px;
		display: block;
		float: left;
	}
	.certificate_image5{
		width: 200px;
		height: 224px;
		background-image: url(../images/reviews/otziv5s.png);
		background-position: center;
		background-repeat: no-repeat;
		margin-left: 60px;
		margin-top: 30px;
		display: block;
		float: left;
	}
	.certificate_image6{
		width: 200px;
		height: 224px;
		background-image: url(../images/reviews/otziv6s.png);
		background-position: center;
		background-repeat: no-repeat;
		margin-left: 60px;
		margin-top: 30px;
		display: block;
		float: left;
	}
	.certificate_loop{
		width: 200px;
		height: 224px;
		background-image: url(../images/reviews/loop1_1.png);
		background-position: center;
		background-repeat: no-repeat;
	}
	.certificate_loop:hover{
		background-image: url(../images/reviews/loop1_2.png);
		background-position: center;
		background-repeat: no-repeat;
	}
/* ���� sample*/
.sample {
	widht: 100%;
}
.sample_wrapper{
	width: 960px;
	min-height: 870px;
	margin: 0 auto;
	position: relative;
	text-align: center
}
	.form_3{
		width: 620px;
		min-height: 225px;
		padding: 20px 0px 20px 0px;
		background-color: rgba(255, 255, 255, 0);
		margin: -20px auto 0px auto;
		border-radius: 12px;
		-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
	}

/* ���� certificate*/
.certificate {
	widht: 100%;
}
.certificate_wrapper{
	width: 960px;
	height: 500px;
	margin: 0 auto;
	position: relative;
}

/* ���� ����� */
.map{
	width: 940px;
	margin: 10px auto 10px auto;
	text-align: center;
	box-shadow:
		0 1px 4px rgba(0, 0, 0, 0.1),
		-23px 0 20px -20px rgba(0, 0, 0, .1),
		23px 0 20px -20px rgba(0, 0, 0, .1),
		0 0 40px rgba(0, 0, 0, .075) inset;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: #ccc solid 1px;
}

/* ���� triangle*/
.triangle {
	widht: 100%;
}
.triangle_wrapper{
	width: 960px;
	min-height: 440px;
	margin: 0 auto;
	position: relative;
}
	.triangle_element{
		width: 302px;
		height: 400px;
		padding-top: 40px;
		float: left;
	}
		.triangle_image{
			display: block;
			margin: 0px auto 0px auto;
		}
		.triangle_title{
			display: block;
			width: 100%;
			text-align: center;
			font-size: 12pt;
			line-height: 16pt;
		}
		.triangle .bold{
			font-size: 12pt;
		}
		.triangle_text .bold{
			font-size: 11pt !important;
		}
		.form_q{
			width: 300px;
			min-height: 225px;
			padding: 20px 0px;
			background-color: rgba(255, 255, 255, 0);
			margin: 10px auto 0px auto;
			border-radius: 12px;
			-webkit-border-radius: 12px;
		   -moz-border-radius: 12px;
		}
			.form_q .label_name{
				width: 90px !important;
				font-size: 12pt;
			}
		.triangle_text{
			display: block;
			width: 290px;
			height: 180px;
			margin-top: 10px;
			font-size: 11pt;
		}
		#triangle_center{
			width: 332px;
			margin-right: 0px;

		}
		#triangle_border{
			padding: 20px 10px 0px 10px;
			border-left: 1px solid #ccc;
			border-right: 1px solid #ccc;
		}
		.triangle_hint{
			margin-left: -30px !important;
		}

/* ���� footer */
.footer{
	width: 100%;
	background: #ecedee;
	-moz-box-shadow: 0 1px 10px -3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 10px -3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 10px -3x rgba(0, 0, 0, .3);
	filter: progid:DXImageTransform.Microsoft.dropshadow(offX=1, offY=3, color=#000000);
}
.footer_wrapper{
	min-width: 960px;
	max-width: 1210px;
	padding-top: 10px;
	height: 110px;
	margin: 0 auto;
}
#file_load{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 40px;
	top: 0px;
	left: 0px;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.7);
}
	#file_load_block{
		width: 350px;
		height: 120px;
		padding-top: 10px;
		margin: 100px auto;
		background-color: rgba(255, 255, 255, 1);
		-moz-box-shadow: 0 1px 10px -3px rgba(0, 0, 0, .5);
		-webkit-box-shadow: 0 1px 10px -3px rgba(0, 0, 0, .5);
		box-shadow: 0 1px 10px -3x rgba(0, 0, 0, .5);
		filter: progid:DXImageTransform.Microsoft.dropshadow(offX=1, offY=3, color=#000000);
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.footer .contacts{
		margin-top: 15px;
	}
#form_company{
	width: 600px !important;
	text-align: left !important;
}
.form_description{
	display: block;
	margin-top: -10px;
	font-size: 12pt;
}

#formback_consult{
	width: 480px;
}
.input_question{
	width: 190px;
}
.info-block {
	display: none;
	position: fixed;
	bottom: -100%;
	padding: 25px 0;
	width: 100%;
	z-index: 9999;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background: rgba(240, 232, 16, 1);
	background-size: cover;
}
.info-block.active{
	bottom: 0px;
}
.info-block .block_wrapper{
	max-width: 960px;
	padding: 0 10px;
	margin: 0 auto;
}
.info-message{
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.info-block_close {
	width: 25px;
	height: 25px;
	background-color: transparent;
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
.info-block_close i {
	position: absolute;
	top: 10px;
	left: 0;
	width: 25px;
	display: block;
	height: 1px;
	background-color: #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.info-block_close i::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	display: block;
	height: 1px;
	background-color: #000;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
