.for_filter {
	padding: 1em 2em 2em;
	box-sizing: border-box;
	background-color: #f6f6f6;
	margin-bottom: 2em !important;
	border: 1px solid #ddd;
}
.widget.for_filter > .widget_title {
	color: #be2e21;
	border-color: #be2e21;
}
.widget_content_filter .field {
	width: 48%;
	float: left;
}
.widget_content_filter .field:nth-child(2n) {
	float: right;
}
.widget_content_filter .field.f_type_mo {
	float: none;
	width: 100%;
	clear: both;
}
@media screen and (max-width: 480px) {
	.widget_content_filter .field {
		width: 100% !important;
		float: none !important;
	}
}