.bx-filter-param-label.disabled {
    display: none!important;
}


@media (min-width: 999px) {
	.flatObjects-filter .filter-select.opened:before {
		content: '';
		position: absolute;
		left: 30px;
		bottom: 0;
		border: 11px solid transparent;
		z-index: 20;
		border-bottom: 11px solid #12be0f;
	}
	.filter-select.opened label.select-caption {
		border-bottom: none;
	}

	.flatObjects-filter .filter-select:first-child {
		-webkit-border-radius: 6px 0 0 6px;
		-moz-border-radius: 6px 0 0 6px;
		border-radius: 6px 0 0 6px;
	}
	.flatObjects-filter .filter-select.opened {
		background: #e6f7f1;
	}
}




/*** NEW ***/
.flatObjects-block {
	max-height: 400px;
	margin: 0 auto;
	background: #fff;
	position: relative;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.flatObjects-block .filter-select,
.flatObjects-block .filter-text {
	height: 60px;
	padding: 0 10px;
}

.flatObjects-block .filter-select input[type=text]{
	width: 100%;
	border: 0;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 13px;
	line-height: 34px;
	height: 34px;
	-webkit-box-shadow:0 0px 8px rgba(167, 167, 167, 0.42);
    -moz-box-shadow:0 0px 8px rgba(167, 167, 167, 0.42);
    box-shadow:0 0px 8px rgba(167, 167, 167, 0.42);
}

.flatObjects-block .filter-select:first-child {
	padding-top: 5px;
	height: 65px;
}

.filter-select {

	position: relative;
	padding: 25px;
}

.filter-text input,
.filter-select label.select-caption {
	font-weight: 300;
	margin: 0;
    width: 100%;
    color: #74757c;
    display: block;
    line-height: 60px;
    padding: 0 50px 0 25px;
	border: none!important;
    border-bottom: 1px solid #20c13a!important;
    position: relative;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 60px;
	border-radius: 0;
	text-overflow: ellipsis;
    overflow: hidden;
}

.filter-select:nth-child(3),
.filter-select:nth-child(4) {
	float: left;
	width: 50%;
}

.filter-text {
	clear: both;
	overflow: hidden;
}

.filter-text .field {
	width: 50%;
	float: left;
	position: relative;
}

.filter-text .field .descr {
	position: absolute;
	right: 8px;
	top: 0;
	line-height: 60px;
	color: #b1b1b1;
}

.filter-text .field:first-child .descr {
	right: -6px;
}

.filter-text .field:first-child {
	padding-right: 10px;
}

.filter-text .field:nth-child(2) {
	padding-left: 10px;
}

.clicked .select-caption:before {
	top: 20px;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(18, 190, 15, 0);
    border-bottom-color: #12be0f;
    border-width: 20px;
}

.select-caption:after {
	content: "";
	width: 11px;
	height: 7px;
	display: inline-block;
	*display: inline;
	zoom: 1;
  margin-left: 7px;
	background: url("images/icon-arr.png") no-repeat 50% 0;
	position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -4px;
}

.clicked .select-caption:after {
	background-position: 50% 100%;
}

.baron-select {
    left: 10px;
    right: 10px;
    z-index: 59;
    display: none;
    background: #fff;
    border-bottom: 1px solid #23cf1e;
    border-top: 1px solid #23cf1e;
    position: absolute;
	top: 100%;

/*        -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.5);*/
}

.baron__track {
	display: none;
}


.baron-select:first-child {
	margin-top: 4px;
}

.baron__scroller .item label {
	color: #000;
	font-weight: 400;
	padding: 4px 20px 3px 10px;
	display: block;
	font-size: 14px;
	cursor: pointer;
	line-height: 1.2;
}



.baron__scroller .item input {
	display: none;
}

.baron__scroller .item input:checked + label {
	background: url("/local/templates/flat/images/icon-checked.png") no-repeat 97% 8px;
}

.baron__scroller .item input:disabled + label {
	display: none;
}

.filter-select .list {
	max-height: 228px;
	padding: 10px 0;
}

.filter-select:nth-child(1) .list .item,
.filter-select:nth-child(2) .list .item {
	position: relative;

}
.filter-select:nth-child(1) .list .item:nth-child(5),
.filter-select:nth-child(2) .list .item:nth-child(5) { margin-bottom: 6px; }
.filter-select:nth-child(1) .list .item:nth-child(5):after,
.filter-select:nth-child(2) .list .item:nth-child(5):after {
	content: "";
    position: absolute;
    left: 10px;
    bottom: -2px;
    width: 105px;
    height: 0;
    border-bottom: 1px solid #ccc;
}

.flatObjectsControl {
	margin: 40px 0 0;
}
.flatObjects-block input {
	font-family: "Circe";
}
.flatObjectsControl input {
	height: 75px;
	line-height: 75px;
	padding: 0;
	font-weight: 600;
	color: #fff;
	background: #20c13a;
	cursor: pointer;
	display: block;
	width: 100%;
	border: 0;
	font-size: 22px;
	font-family: "Circe";
	text-transform: uppercase;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);

    border-radius: 0 0 6px 6px;
	outline: none;
}

.flatObjectsControl input:focus,
.flatObjectsControl input:hover {
	background: #22d63f;
	outline: none;
}

@media (max-width: 759px) {
	.container-filter {
		width: 400px;
		padding-left:10px;
		padding-right: 10px;
		margin: 0 auto;
	}
}

@media all and (min-width: 760px) {
	.container-filter {
		padding: 0;
		max-width: 800px;
		margin: 0 auto;
	}
	.filter-select:nth-child(1),
	.filter-select:nth-child(2) {
		width: 50%;
		float: left;
	}

	.filter-select:nth-child(1) {
		padding: 0 15px 0 30px;
	}

	/* .filter-select:nth-child(1) .baron-select {
		left: 30px;
		right: 15px;
	} */

	.filter-select:nth-child(2) {
		padding: 0 30px 0 15px;
	}

	 /* .flatObjects-filter .filter-select:nth-child(2) .baron-select {
		right: 30px;
		left: 15px;
	}  */

	.filter-select:nth-child(3),
	.filter-select:nth-child(4) {
		padding: 0 0 0 30px;
		width: 25%;
	}

	 /* .flatObjects-filter .filter-select:nth-child(3) .baron-select,
	.flatObjects-filter .filter-select:nth-child(4) .baron-select {
		left: 15px;
		right: 0;
	} */

	/* .filter-select:nth-child(4) {
		padding-right: 15px;
	} */

	.flatObjects-filter .filter-text {
		float: left;
		clear: none;
		width: 50%;
		padding: 0;
	}

	.filter-text .field:first-child {
		padding: 0 30px 0 15px;
	}

	.filter-text .field:nth-child(2) {
		padding: 0 30px 0 0;
	}

	.flatObjects-filter .filter-select:nth-child(1) {
		padding-top: 0;
		height: 60px;
	}

	.filter-text .field .descr {
		top: 0;
	    line-height: 60px;
	    color: #b1b1b1;
	    right: 38px;
	}

	.filter-text .field:first-child .descr {
		right: 10px;
	}
}

@media all and (min-width: 1000px) {
	.flatObjects-filter .filter-select,
	.flatObjects-filter .filter-text,
	.flatObjects-filter .filter-select {
		padding: 20px !important;
	}

	.filter-select label.select-caption,
	.filter-text label.select-caption {
		padding: 0 20px 0 6px !important;
	}

	.flatObjects-filter .select-caption:after {
		right: 0;
	}

	.container-filter {
		max-width: 1090px;
        margin:0 auto;
        padding:0;
	}

	.flatObjects-filter .filter-select {
		width: 19% !important;
	}


	.flatObjects-filter .filter-text {
		width: 19% !important;
	}

	.flatObjects-filter .filter-select:nth-child(1) {
		max-width: 180px;
	}

	.flatObjects-filter .filter-select:nth-child(2) {
		max-width: 200px;
	}

	.flatObjects-filter .filter-select:nth-child(3) {
		max-width: 170px;
	}

	.flatObjects-filter .filter-select:nth-child(4) {
		max-width: 170px;
	}

	.flatObjects-filter .filter-select.clicked .select-caption {
		border-color: #e6f7f1;
	}

	.flatObjects-filter .filter-text {
		max-width: 240px;
	}

	.flatObjects-filter {
		padding-right: 100px;
	}

	.flatObjectsControl {
		margin: 0;
	    position: absolute;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    width: 130px;
	}

	.flatObjectsControl input {
		-webkit-border-top-right-radius: 6px;
	    -moz-border-radius-topright: 6px;
	    border-top-right-radius: 6px;


	    -webkit-border-bottom-right-radius: 6px;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-bottomright: 6px;
		-moz-border-radius-bottomleft: 0;
		border-bottom-right-radius: 6px;
		border-bottom-left-radius: 0;

		line-height: 80px;
	}


    .flatObjects-filter .filter-select,
    .flatObjects-filter .filter-text {
    	height: 75px !important;
    }

	.filter-text input, .filter-select label.select-caption {
		line-height: 30px;
		height: 30px;
	}

	.filter-text .field {
		padding: 0 !important;
		    width: 43%;
	}

	.filter-text .field + .field {
		padding-left: 24px !important;
		    width: 55%;
	}

	.select-caption {
		font-size: 14px;
	}

	.filter-text input {
		padding: 0 6px !important;
	}

	.filter-text .field .descr {
	    line-height: 35px;
	    color: #b1b1b1;
	    right: 0;
	    font-size: 12px;
	}

	.filter-text .field:first-child .descr {
	    right: -14px;
	}

	.flatObjects-filter .filter-select .baron-select {
		right: auto !important;
		left: 0;
	}

	.clicked.filter-select {
		background: #e6f7f1;
	}

	.flatObjects-filter .clicked.filter-select:nth-child(1) {
		-webkit-border-top-left-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-bottomleft: 6px;
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
	}

	.flatObjects-filter .clicked.filter-select .baron-select {
		left: 0;
		white-space: nowrap;
	}
}

@media (max-width: 999px ){
	.filter-select .list {
		max-height: 172px;
	}
}
