#filterpro {
  display: none;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}

@media (max-width: 799px){
	#column_left .box {
		position: absolute;
		padding: 0px 10px;
		width: 100%;
		display: none;
		z-index: 1;
		left: 0px;
	}
}
#filterpro{
	background: #fffdfd;
	border: 1px solid #f7f4f4;
	font-size:90%;
	overflow: auto;
}
#filterpro .option_box {
    border-bottom: 1px solid #f7f4f4;
    padding: 5px;
}

#filterpro .ui-widget-header {
    background: none repeat scroll 0 0 #38B0E3;
    border: 0 none;
    color: #FFFFFF;
    font-weight: bold;
}

#filterpro select {
    width: 126px;
}

#filterpro .ui-state-hover, #filterpro .ui-state-focus, #filterpro .ui-state-active {
    border: 1px solid #38B0E3;
    background: none repeat scroll 0 0 #d9f2fc;
}

#filterpro .price_slider {
    padding: 10px 15px;
}
#filterpro .price_slider .zagolovok{
	text-align:center;
	padding-bottom:10px;
}
#filterpro .price_label {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
	font-family:OpenSans Light;
	justify-content:center;
}

#filterpro .option_values {
    padding-top: 5px;
}

#filterpro .option_name, #filterpro .attribute_group_name {
    background: url("../images/select_arrow_active.png") no-repeat scroll right center transparent;
    cursor: pointer;
    padding: 5px;
}
#filterpro .attribute_group_name{
    padding-left: 0;
}

#filterpro .hided {
    background: url("../images/select_arrow.png") no-repeat scroll right center transparent;
    cursor: pointer;
}
#filterpro .active_hide_block{
	text-align:center;
}
#filterpro .active_hide_block span{
	color:#0a76a3;
	font-size:12px;
	text-decoration:underline;
	cursor:pointer;
}
#filterpro .active_hide_block span:hover{
	text-decoration:none;
}
#filterpro .hide_bock{
	display:none;
}

#filterpro .clear_filter {
    border-bottom: 1px dashed;
    text-decoration: none;
    float: right;
}

#filterpro .collapsible>div{
	padding:2px 0px;
}
#filterpro .collapsible label{
	font-size:12px;
	color:#525050;
	margin-left:5px;
}
#filterpro img {
    cursor: pointer;
    margin: 2px
}

#filterpro img.selected {
    border: 2px solid;
    margin: 0;
}

#filterpro #slider-range {
    background: #e0e6e7;
	border-radius: 7px;
    border-color: transparent;
}
#filterpro .ui-widget-header {
    background: none repeat scroll 0 0 #0a76a3
}
#filterpro .ui-slider-handle {
    border-radius: 50%;
    background: #0a76a3;
    border: 1px solid #09739f;
	z-index:1;
	cursor:pointer;
}

@media (min-width: 800px){
	#column_left .box {
		display:block !important;
	}	
	#filterpro{
		background:#fff;
		border:none;
		/*margin-top:15px;*/
		box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
		width:30%;
	}
}

.filterpro_close {
  position: absolute;
  text-decoration: none;
  right: 0;
  margin: 5px 10px;
}

.mob_flex div {display: inline-block;}