.filter__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}
.filter__wrap span {
	color: #98ACB3;
	opacity: 0.5;
}
.filter__value {
	position: relative;
	z-index: 1;
	font-size: 14px;
	color: #98ACB2;
	line-height: 40px;
}
.filter__value::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	padding-left: 10px;
	z-index: 5;
}
.filter__value--min::before {
	content: "от";
}
.filter__value--max::before {
	content: "до";
}
.filter__input {
	position: relative;
	width: 80px !important;
	height: 40px !important;
	padding-left: 30px !important;
	font-size: 14px;
	background: #F0F0F0;
	border: 1px solid rgba(152, 172, 179, 0.3) !important;
	border-radius: 10px !important;
}

.filter__find {
	margin-top: 30px;
}
.filter__form {
	/* Ползунок */
	/* горизонтальный слайдер (сама полоса по которой бегает ползунок) */
	/* позиционируем ползунки */
	/* оформление полосы по которой ходит ползунок */
	/* оформление активного участка (между двумя ползунками) */
	/* скругление для полосы слайдера */
}
.filter__form .ui-slider {
	position: relative;
}
.filter__form .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 8px #98ACB3;
	box-shadow: 0px 2px 8px #98ACB3;
	cursor: pointer;
	outline: none;
}
.filter__form .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: 0.7em;
	display: block;
	border: 0;
	overflow: hidden;
}
.filter__form .ui-slider-horizontal {
	height: 10px;
}
.filter__form .ui-slider-horizontal .ui-slider-handle {
	top: -5px;
	margin-left: -8px;
}
.filter__form .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.filter__form .ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.filter__form .ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.filter__form .ui-widget-content {
	border: 1px solid rgba(152, 172, 179, 0.5);
	background-color: rgba(152, 172, 179, 0.5);
}
.filter__form .ui-widget-header {
	border: 1px solid #E92854;
	background-color: #E92854;
}
.filter__form .ui-corner-all {
	border-radius: 5px;
}
.filter__form .ui-widget.ui-widget-content {
	border: 0;
}
.sort .selectbox .select{
	padding: 0 20px 0 0;
	border: 0;
}
.sort .selectbox .select .text{
	line-height: 24px;
	min-width: 144px;
}
.sort{
	float: right;
	margin-top: 8px;
	font: 12px/24px Verdana, Geneva, sans-serif;
}
.sort + .heading{
	margin-top: 0;
}
.sort__count{
	font-weight: bold;
	display: inline-block;
	position: relative;
	color: #2e2e2e;
	padding-left: 11px;
	cursor: pointer;
}
.sort__count.active{
	color: #ce2028;
}

.catalog__categories {
	margin-top: 55px;
	margin-right: 0;
	margin-bottom: 0;
	font-size: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;


}
.catalog__categories a {
	color: inherit;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 12px;
	display: inline-block;
	/*word-break: break-all;*/
}

.catalog__categories__item {
	vertical-align: top;
	margin: 0 19px 20px 0;
	width: 220px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.shop_cat_img{
	text-align: center;
}

@media (min-width: 768px) {
	.shop_cat_img{
		min-height: 92px;
	}
}


a.catalog__categories_title {
	font-size: 17px;
	font-weight: bold;
	line-height: 24px;
	/* font-family: arial; */
	display: block;
	margin-bottom: 18px;
	padding: 0 9px 9px 9px;
	text-align: center;
}


.js_block_defer_form.js_shop_show_search {
	margin-bottom: 0!important;
}
