.type_filters {
	margin: 30px 0;
}
.type_filters .inner {
	background: #f2f1ef;
}
.type_filters_cell {
	height: 50px;
	padding: 0;
}
.type_filters_result {
	margin: 20px 0;
	color: #7d7f82;
	font-size: 15px;
}
.type_filters_result b {
	color: #000;
	font-size: 18px;
	font-weight: 600;
}
.type_filters_buttons button[type="submit"] {
	float: left;
	font-size: 15px;
}
.type_filters_buttons button[type="reset"] {
	float: left;
	position: relative;
	width: 120px;
	height: 40px;
	margin: 0 0 0 20px;
	padding: 0 0 0 25px;
	line-height: 15px;
	color: #0663a4;
	font-weight: 600;
	text-align: left;
	opacity: 0;
	visibility: hidden;
}
.type_filters_buttons button[type="reset"]::before {
	content: '';
	position: absolute;
	top: 13px;
	left: 0;
	display: block;
	width: 15px;
	height: 15px;
	background: url(/_/common/img/sprite.png) -426px -50px no-repeat;
	font-size: 14px;
}
.type_filters_buttons button[type="reset"].shown {
	opacity: 1;
	visibility: visible;
}

.type_filters .rf_item {
	margin: 0;
}
.type_filters .rf_before {
	width: auto;
	color: #0c3970;
	white-space: nowrap;
}
.type_filters .rf_select_toggle {
	position: absolute;
	top: 1px;
	right: 1px;
	display: block;
	height: 38px;
	background: #fff;
}
.type_filters .rf_select_toggle .rf_icon {
	margin: 12px 0;
}
.type_filters .rf_field {
	width: 90%;
}
.type_filters .rf_has_value .rf_value {
	font-weight: 600;
}
.type_filters .rf_type_select .rf_has_value .rf_values::after {
	right: 40px;
}

.type_filters_cell {
	transition: all 200ms linear;
}
.type_filters_cell.other {
	height: 0;
	overflow: hidden;
}
.type_filters_cell.other.visible {
	height: 50px;
	overflow: visible;
}

.type_filters_grid_toggle {
	position: relative;
	margin: 5px 0 10px;
	line-height: 18px;
	color: #0663a4;
	border-bottom: 1px dashed #0663a4;
}
.type_filters_grid_toggle:hover {
	border-bottom-color: transparent;
}
.type_filters_grid_toggle div:nth-child(1),
.type_filters_grid_toggle.pressed div:nth-child(2) {
	display: inline-block;
}
.type_filters_grid_toggle.pressed div:nth-child(1),
.type_filters_grid_toggle div:nth-child(2) {
	display: none;
}

.type_filters .rf_select_dropdown {
	margin: -1px 0 0;
	padding: 0 10px 10px;
	box-shadow: none;
	border-top-color: #fff;
	border-radius: 0;
}
.type_filters .rf_select_option {
	position: relative;
	margin: 13px 0 0;
	padding: 0 0 0 25px;
	line-height: 16px;
	color: #0c3970;
	border: none;
}
.type_filters .rf_select_option.rf_selected {
	font-weight: 600;
}
.type_filters .rf_select_option::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	background: #fff;
	border: 1px solid #e0e5ea;
	box-sizing: border-box;
}
.type_filters .rf_select_option::after {
	content: '';
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 5px;
	left: 3px;
	display: block;
	width: 10px;
	height: 8px;
	background: url(/_/common/img/sprite.png) -400px -42px no-repeat;
}
.type_filters .rf_select_option.rf_selected::after {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 799px) {
	.type_filters {
		padding: 10px 0 20px;
		background: #f2f1ef;
	}
}

@media (min-width: 667px) {
	.type_filters {
		padding: 20px 0;
	}
	.type_filters_grid {
		margin: 0 -5px;
	}
	.type_filters_cell {
		float: left;
		width: 50%;
		padding: 0 5px;
	}
}

@media (min-width: 800px) {
	.type_filters {
		padding: 0;
	}
	.type_filters .inner {
		padding: 20px;
	}
	.type_filters_result,
	.type_filters_buttons {
		float: left;
		margin: 0 20px 0 0;
	}
	.type_filters_result {
		line-height: 40px;
	}
	.type_filters_buttons button[type="reset"] {
		width: auto;
	}
}

@media (min-width: 1280px) {
	.type_filters_cell {
		width: 33.33%;
	}
}

@media (min-width: 1440px) {
	.type_filters .inner {
		padding: 30px;
	}
	.type_filters_grid {
	}
	.type_filters_cell {
		width: 25%;
		padding: 0 5px;
	}
	.type_filters_foot {
		margin: 20px 0 0;
	}
}
