body.filtershown {
	max-height: calc(100vh - 100px);
	overflow: hidden;
}
body.filtershown .body_overlay{
	z-index: 10050;
}
.ajax_filter_wr {
	background-color: #f3f5f9;
}
.ajax_filter_wr .posts_found {
	font-size: 15px;
	line-height: 2;
}
@media(max-width: 1299px){
	.ajax_filter_wr{
		padding-top: 35px;
		position: fixed!important;
		display: block;
		z-index: 111111;
		top: 0;
		left: 0;
		bottom: 0;
		padding-bottom: 30px;
		background: #fff;
		height: 100vh;
		overflow: auto;
		width: 290px;
	}
	.filter_close{
		width: 24px;
		height: 24px;
		position: absolute;
		right: 15px;
		top: 24px;
		transform: translate(0, -50%);
		&:before{
			content: "";
			display: block;
			width: 20px;
			height: 20px;
			transition: all ease .3s;
			opacity: 1;
			background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 1px), #000 50%, rgba(0, 0, 0, 0) calc(50% + 1px), rgba(0, 0, 0, 0) 100%), linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 1px), #000 50%, rgba(0, 0, 0, 0) calc(50% + 1px), rgba(0, 0, 0, 0) 100%);
		}
	}
	body:not(.filtershown) .ajax_filter_wr{
		display: none;
	}
}
.filter_toggler {
	width: 100%!important;
	gap: 7px;
	color: #000!important;
	background: #fff!important;
	height: 30px!important;
	@media (min-width: 768px) {
		font-size: 22px!important;
		gap: 14px;
		height: 50px!important;
	}
}
.filter_toggler::after {
	position: static!important;

	margin-top: 5px;
	border-width: unset !important;
	border-left: 8px solid transparent!important;
	border-right: 8px solid transparent!important;
	border-top: 13px solid #000!important;
	@media (max-width: 767px) {
		border-left: 5px solid transparent!important;
		border-right: 5px solid transparent!important;
		border-top: 8px solid #000!important;
	}
}
.filter_block_wr {
	font-family: "Unbounded", serif;
}
.filter_block_wr.price_range {
	padding: 0;
}
.filter_block_wr.price_range .filter_item {
	padding: 0 15px;
	border: 1px solid #D1D1D1;
}
.filter_block_wr.price_range .filter_item .ui-slider {
	margin-bottom: 0;
}
.filter_block_wr:nth-child(n+2){
	margin-top: 14px;
	padding-top: 14px;
}
.filter_block_wr:nth-child(2) {
	margin-top: 0;
	padding-top: 0;
}
.filter_block_bg{
	background: #F7F8FB;
	padding: 15px;
}
.filter_range_values_wr,
.filter_item{
	margin-top: 12px;
}
.filter_range_values_wr,
.filter_block_title{
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
}

.filter_block_title{
	justify-content: space-between;
	cursor: pointer;
	transition: all ease .3s;
	font-size: 12px;
	font-weight: 500;
	padding: 0 20px 0 0;
}

.filter_range_values_wr{
	justify-content: space-between;
	margin-top: 13px;
	margin-bottom: 12px;
	font-size: 10px;
	line-height: 1.6;
	color: #949494;
}
.filter_item label{
	display: block;
	position: relative;
	cursor:pointer;
	padding-right: 25px;
	transition: all ease .3s;
	margin-bottom: 0;
	font-weight: 300;
	font-size: 10px;
}
.filter_item label span {
	line-height: 1.9!important;
}
.range_devider{
	margin: 0 5px;
}
.filter_range_values_wr input{
	border: unset;
	padding: unset;
	height: unset;
	width: unset;
	flex: 1 1 auto;
}
.filter_toggler{
	background: #282D3F;
	border-radius: 3px;
	height: 40px;
	width: 40px;
	margin-left: auto;
}
.filter_toggler:hover{
	background: #FB8644;
}
.vacancies_section{
	margin-top: 30px;
}

.filter_reset_bt,
.filter_top_item{
	border-radius: 16px;
	height: 32px;
	padding: 0 12px;
	margin: 0 10px 10px 0;
	font-weight: 600;
	font-size: 12px;
	position: relative;
}
.filter_reset_bt{
	background: #404250;
	border-radius: 16px;
	color:#fff;
}
.filter_top_item{
	border: 1px solid #DCE0ED;
	color: #404750;
}
.filter_top_item:hover{
	background: #F4F5F9;
}

/*jquery ui start*/
.ui-slider-range,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: linear-gradient(40deg, #00a1ff 0%, #023fa5 100%);
}
.ui-widget-content,
.ui-state-default{
	background: #DCE0ED;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -5px;
	margin-left: 0;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	border: 4px solid #fff;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
	background: linear-gradient(40deg, #00a1ff 0%, #023fa5 100%);
	width: 12px;
	height: 12px;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-widget {
	font-size: 14px;
}
.ui-slider-range,
.ui-slider-horizontal {
	height: 2px;
}
.ui-slider-range{
	display: block;
	position: absolute;
}
.ui-slider {
	position: relative;
	text-align: left;
	margin-bottom: 20px;
	width: calc(100% - 16px);
}
/*jquery ui end*/