.range-slider {
	position: relative;
	height: 70px;
	width: 100%;
	margin-right: 20px;
	margin-top: -26px;
}


.extra-controls {
	display: none;
}

.irs-bar {
	height: 7px;
	top: 33px;
	border-top: 1px solid #6593ff;
	border-bottom: 1px solid #6593ff;


	border-radius: 2px;
	background: #6593ff;
}

.irs-line {
	height: 7px;
	border: none;
	border-radius: 2px;
	background: #999999;
	opacity: 0.3;
}

.irs-min, 
.irs-max {
	top: 70px;
	font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
	color: #666666;
	background-color: transparent;
}

.irs-min:after, 
.irs-max:after {
	content: " руб.";
}




.irs-slider {
	top: 26px;
	width: 23px;
	height: 23px;
	border: 3px solid white;
	background:#6593ff;
	box-shadow: none;
	top: 27px;
	width: 18px;
	height: 18px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.irs-slider:hover{
	background:#6593ff;
}

.irs-from, .irs-to, .irs-single {
	background: transparent;
	top: 70px;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
}


.FILTER_METERS .irs-from:after, .FILTER_METERS .irs-to:after, .FILTER_METERS .irs-single:after{
	content: "м";
}

.FILTER_YEAR .irs-from:after, .FILTER_YEAR .irs-to:after, .FILTER_YEAR .irs-single:after{
	content: " г";
}

.FILTER_EURO .irs-from:before, .FILTER_EURO .irs-to:before, .FILTER_EURO .irs-single:before{
	content: "€ ";
}

.FILTER_RUB .irs-from:after, .FILTER_RUB .irs-to:after, .FILTER_RUB .irs-single:after{
	content: " руб.";
}
.FILTER_RUB{
	width: 100%;
}
    




.grayLabelFilter{
	margin-top: 35px;
	margin-bottom: 20px;
	width: 275px;
}



.miniGray{
	background-color: #999999;
	height: 1px;
	width:10px;
}
