:root{
	--irs_line_color: #D3D3D3;
	--irs_grid_text_color: #909297;
	--irs_line_color_active: var(--blue);
	--irs_line_color_active: linear-gradient(90deg,rgba(33,99,240,0),var(--blue));
}
.range .irs--flat.irs-with-grid {
	height: 24px;
	top: -12px;
}
.range .irs--flat .irs-handle{
	background-color: var(--blue);
	box-shadow: none;
	width: 24px;
	height: 24px;
	top: 18px;
	transition: all .1s;
	border-radius: 50%;
}
.irs--flat .irs-max, .irs--flat .irs-min {
	top: 0;
	padding: 1px 3px;
	color: #999;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	background-color: #e1e4e9;
	border-radius: 4px;
	display: none;
}
.irs-min {
	left: 0;
}
.irs-max {
	right: 0;
}
.irs-with-grid .irs-grid {
	display: block;
}
.irs--flat .irs-grid-text{
	color: var(--irs_grid_text_color);
}
.range .irs--flat .irs-line {
	top: 29px;
	height: 4px;
	transition: all .3s;
	background: var(--irs_line_color) !important;
}
.range .irs--flat .irs-bar{
	height: 4px;
	top: 29px;
	border-radius: 4px 0 0 4px;
	box-shadow: none;
	background: var(--irs_line_color_active);
}
.form__block--range {
	height: 76px;
	margin-bottom: 16px;
}
.range .irs--flat .irs-handle>i:first-child {
	display: none;
}
.irs-grid {
	position: absolute;
	bottom: -42px;
	height: 20px;
}
.irs-grid-pol{
	height: 0 !important;
}
.irs-single{
	display: none;
}
.range .irs-grid-text {
	font-size: 12px;
	line-height: 18px;
}
@media (min-width: 1260px){
	.range .irs--flat .irs-handle:hover {
		cursor: grab;
		transform: scale(1.1);
	}
}
@media (min-width: 992px) and (max-width: 1259px){
	.range .irs-grid-text {
		font-size: 11px;
	}
}