* {
	margin: 0;
	padding: 0;
	}
html, body {
	width: 100%;
	height: 100%;
	}
	body {
		font: 62.5%/1.5 Arial,sans-serif;
		color: #333;
		background: #fff;
		}

/*	bg	*/
#bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	min-width: 994px;
	height: 750px;
	}
	.isIE6 #bg {
		width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 994? "994px": "100%");	
		overflow: visible;
		overflow-x: hidden;
		}
	#bg-top {
		position: relative;
		width: 994px;
		height: 750px;
		margin: 0 auto;
		background: url(../img/bg_top_center.jpg) no-repeat top right;
		}
		#bg-right div, 
		#bg-right {
			position: absolute;
			top: 0;
			height: 770px;
			}
		#bg-right {
			right: -2000px;
			width: 2000px;
			background: url(../img/bg_top.png) repeat-x;
			}
		#bg-right div{
			left: 0;
			width: 328px;
			background: url(../img/bg_top_right.jpg) no-repeat;
           /* margin-top: 37px;*/
			}
		.main #bg-right {
			background: url(../img/bg_top_main.png) repeat-x;
			}
		.main #bg-right div{
			background: url(../img/bg_top_right_main.jpg) no-repeat;
			}

/* h100 */
#h100 {
	position: relative; 
	width: 994px;
	margin: 0 auto;

	min-height: 100%;
	height: auto !important;
	height: 100%;
	z-index: 10;
	}

/*		#header 												*/
#header {
	position: relative;
	width: 100%;
	}
	.inner #header {
		height: 221px;
		}
	.main #header {
		min-height: 460px;
		height: auto !important;
		height: 460px;
		border-bottom: 1px solid #e4be00;
		}

/*		#content 											*/
#wrapper {
	padding-bottom: 105px;
	margin: 0 auto;
	width: 994px;
	min-height: 380px;
	height: auto !important;
	height: 380px;
	}
	#content {
		position: relative;
		float: left;
		width: 542px;
		padding-left: 20px;
		padding-top: 20px;
		}
		.main #content {
			padding-top: 30px;
			}
	#content-full{
		clear: both;
		text-align:center;
		padding-bottom:29px;
		margin-bottom: -100px;
		padding-top:5px;
		}

	#sidebar {
		position: relative;
		float: right;
		width: 350px; /* 410 */
		padding: 30px 30px 0 30px;
		margin: 0px 0 0;
		font-family: Arial,sans-serif;
		}
		.inner #sidebar {
			padding-top: 20px;
			margin: -144px 0 0;
			background: #fff url(../img/bg_inner_sidebar_top.gif) no-repeat;
			}
		
	
/*		#footer 												*/
#footer {
	position: relative;
	clear: both;
	width: 100%;
	min-width: 994px;
	height: 240px;
	margin: -240px auto 0;
	}
	.isIE6 #footer {
		width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 994? "994px": "100%");	
		}
	#footer-inner {
		position: relative;
		width: 994px;
		height: 240px;
		margin: 0 auto;
		background: url(../img/bg_bottom_center.jpg) no-repeat;
		}
	#bg-left {
		position: absolute;
		top: 0;
		left: -2000px;
		width: 2000px;
		height: 240px;
		background:url(../img/bg_bottom.png) repeat-x;
		}
		#bg-left div{
			position: absolute;
			top: 0;
			right: 0;
			width: 107px;
			height: 240px;
			background:url(../img/bg_bottom_left.jpg) no-repeat;
			}
	#footer-content{
		position: relative;
		width: 994px;
		height: 120px;
		margin: -128px auto 0;
		border-top: 1px solid #e4bc00;
		z-index: 20;
		}


			
/* clear */
.clear {
	clear: both;
	display: block;
	height: 0;
	overflow:hidden;
	visibility: hidden;
	}
.clearfix {
	display:block;
	}	
	#wrapper:after,
	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
		}
		.isIE .clearfix {
			height:1%;
			}						


/*40235*/
.main_title {
	display: inline-block;
	width: 200px;
	margin-right: 100px;
}
a.give_feedback {
	width: 204px;
	height: 46px;
	text-decoration: none;
	border-radius: 8px;
	display: inline-block;
	background: #00B7F4;
	color: #fff;
	text-transform: uppercase;
	font-family: 'MyriadProRegular';
	font-size: 18px;
	letter-spacing: 0.4px;
	line-height: 46px;
	text-align: center;
	margin-bottom: 22px;
	cursor: pointer;
}
a.give_feedback:hover {
	background: #00A5DB;
	color: #fff;
}
.title_chit {
	font: 13px Arial,sans-serif;
	color: #2798e1;
	margin: 0 0 14px 0px;
}
.reviews {
	margin-bottom: 50px;
}
.reviews .header {
	margin-bottom: 15px;
}
.border-dotted-round {
	border: 2px dotted gray;
	border-radius: 2px;
	border-width: 5px 6px 6px 16px;
	-moz-border-image: url('/img/border-dotted.png') 5 6 6 16 repeat;
	-webkit-border-image: url('/img/border-dotted.png') 5 6 6 16 repeat;
	-o-border-image: url('/img/border-dotted.png') 5 6 6 16 repeat;
	border-image: url('/img/border-dotted.png') 5 6 6 16 repeat;
	padding: 4px;
}
.reviews .header .h4 {
	font: bold 13px Arial;
	color: #333;
	margin-bottom: 8px;
}
.reviews .header .h4>span {
	color: gray;
	font-size: 11px;
	font: bold 13px Arial;
}
.review .left-comma {
	width: 5%;
	height: 50px;
	float: left;
	position: relative;
	top: 0;
	margin-top: 5px;
	background: url('/img/comma_down.png') no-repeat right top;
	margin-right: 6px;
}
.review .review-text {
	width: 430px;
	font-size: 12px;
	float: left;
	color: #fa480f;
	font-style: italic;
	margin-bottom: 0;
}
.review .right-comma {
	height: 14px;
	bottom: 16px;
}
.right-comma {
	width: 10%;
	height: 60px;
	float: right;
	position: relative;
	bottom: 0;
	background: url('/img/comma_up.png') no-repeat bottom;
}
.review .read-more {
	float: right;
	margin-top: -9px;
	margin-right: 18px;
	font-size: 12px;
	margin-bottom: 0;
}
.otzyv {
	overflow: hidden;
	width: 100%;
	margin-bottom: 16px;
}
.otzyv .text {
	text-align: justify;
}
.review__popup_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	z-index: 9998;
	display: none;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.review__popup {
	display: none;
	position: absolute;
	margin-left: -289.5px;
	top: 25%;
	left: 50%;
	z-index: 9999;
	width: 579px;
}
.review__popup_typ {
	background: #24C3FD;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	color: #333;
	font-size: 24px;
	display: none;
	z-index: 9999;
	width: 680px;
	height: 275px;
	text-align: center;
	line-height: 275px;
	position: absolute;
	left: 50%;
	top: 25%;
	margin-left: -340px;
	padding-bottom: 45px;
	font-family: 'MyriadProRegular';
	font-weight: bold;
	letter-spacing: 0.5px;
}
#review__form {
	background: #00b8f1;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 63px;
	width: 579px;
	text-align: center;
	height: 446px;
	padding-top: 68px;
}
.review__form_close {
	width: 31px;
	height: 31px;
	background-image: url(/img/rewiews_form/feedback_close.png);
	border-radius: 50%;
	line-height: normal;
	margin-right: 3px;
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 0;
	cursor: pointer;
}
.review__form_input {
	width: 405px;
	border: none;
	padding: 0;
	height: 33px;
	margin-bottom: 18px;
	box-sizing: border-box;
	padding-left: 16px;
	border-radius: 5px;
	line-height: 34px;
	font-family: 'MyriadProRegular';
	font-size: 16px;
}
.review_textarea {
	resize: none;
	width: 405px;
	border: none;
	height: 133px;
	line-height: 20px;
	color: #000;
	font: 16px 'MyriadProRegular';
	margin-bottom: 29px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-left: 16px;
	margin-top: -2px;
}
.review__form_input_button_box {
	position: relative;
	margin-bottom: 15px;
	width: 204px;
	display: inline-block;
}
.give_feedback_button_img {
	text-align: center;
	display: none;
}
.review__form_input_button {
	color: #333333;
	background-color: #C0F000;
	text-transform: uppercase;
	border: none;
	font-size: 26px;
	border-radius: 11px;
	cursor: pointer;
	width: 204px;
	line-height: 77px;
	height: 77px;
	font-family: 'MyriadProRegular';
	box-shadow: none;
	display: inline-block;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.review__form_input_button:hover {
	background-color: #E1F700;
}
.review__form_input_button_box:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 16.5px 17px 16.5px;
	border-color: transparent transparent #c0f000 transparent;
	content: "";
	display: block;
	position: absolute;
	top: -17px;
	left: 85px;
}
.review__form_close:hover {
	background-image: url(/img/rewiews_form/feedback_close_hover.png);
}
.review__form_input_button_box:hover:after {
	border-color: transparent transparent #E1F700 transparent;
}
.invalid {
	border: solid 2px #fa480f;
}