/*Форма обратной связи*/

.fb_title {
}

.fb_field {
}

/*ФИЛЬТРЫ*/
.filter_block {	
}

.filter_top{
	padding: 5px;
	background: rgba(255,255,255,0.4);
	border: 1px solid #000;
	margin: 0px -1px;
	font: normal 16px/18px Arial;
}

.filter_range {
	display: table;
	width: 100%;
}

.filter_range > div{
	display: table-cell;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
}

.filter_range input.pole {
	width: 55px;
	padding: 4px;
}

.poiskat {
	padding: 5px;
	border-top: 1px solid #bdbcbd;
	text-align: center;
}

.range_slider {
	display: block;
	padding: 10px 10px;
	height: 8px;
}

.ui-slider {
	position: relative;
	height: 6px;
	border: 1px solid #777;
	background: #fff;
	margin: 0px 0px;
}

.ui-slider-range {
	position: absolute;
	height: 6px;
	border: 1px solid #777;
	background: #ccc;
	top: -1px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(216,216,216,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(216,216,216,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(216,216,216,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(216,216,216,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(216,216,216,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(216,216,216,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=1 ); /* IE6-9 */
}

.ui-slider-handle {
	position: absolute;
	width: 8px;
	height: 8px;
	top: -2px;
	margin-left: -5px;
	background: #bdbcbd;
	border: 1px solid #000;
	border-radius: 2px;
	background: rgb(216,216,216); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,216,216,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(216,216,216,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(216,216,216,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(216,216,216,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(216,216,216,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

/*Всплывающие окна*/

.pop_up_fon, .pop_up_fon2  {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000000;
	filter: alpha(Opacity=50);
	background: rgba(0, 0, 0, 0.5);
	z-index: 999000;
	display: none;
}
.pop_up_block, .pop_up_block2 {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -130px 0px 0px -290px;

	text-align: center;
	font: normal 14px/20px Arial;

	z-index: 999001;
	display: none;
}
.pop_up_inner, .pop_up_inner2 {
	width: 560px;
	padding: 200px 10px 20px;
	position: relative;
	color: inherit;
}
.pop_up_cross, .pop_up_cross2 {
	position: absolute;
	right: 5px;
	top: 5px;
	display: block;
	width: 20px;
	height: 20px;
	font: bold 20px/20px Arial;
	border-radius: 100%;
	text-align: center;
	text-decoration: none;
}
.pop_up_title, .pop_up_title2 {
	font: bold 16px/35px Arial;
	color: inherit;
}

/*Заказ звонка*/

.order_call {
	margin: -170px 0px 0px -175px;
}

.order_call > .pop_up_inner2 {
	width: 312px;
	padding: 10px 20px;
	text-align: center;
}