.filter{
	background: #f8e9d4;
	border: 1px solid #e3d7bc;
	padding: 10px;
	-moz-border-radius:4px;-webkit-border-radius:4px;-ms-border-radius:4px;border-radius:4px;
	margin-bottom: 30px;
}
.filter .filter_bottom{
	padding-top: 10px;
	border-top: 1px solid #e3d7bc;
	text-align: right;
}
.filter .filter_region, .filter .filter_spec {
	float: left;
	width: 33%;
}
.filter .filter_region {
	margin-right: 1%;
}
.filter .filter_matr {
	float: right;
	width: 32%;
}
.filter select {
	background: #FFF;
    padding: 5px 10px;
    -moz-border-radius:4px;-webkit-border-radius:4px;-ms-border-radius:4px;border-radius:4px;
    border: 1px solid #e3d7bc;
    margin-top: 10px;
    margin-bottom: 10px;
	width: 100%;
}
.filter button {
	background: #e3d7bc;
	color: #295489;
    padding: 5px 10px;
    border: 0px;
	-moz-border-radius:4px;-webkit-border-radius:4px;-ms-border-radius:4px;border-radius:4px;
	cursor: pointer;
}
.filter button:hover {
	background: #295489;
	color: #e3d7bc;
}
.clear {
	clear: both;
}

.org_items {
	float: left; width: 44%; margin-right: 4%; margin-bottom: 20px; padding: 2%;
	background: #feffef;
	box-shadow:3px 3px 7px 1px rgba(0,0,0,0.2);
	height: 450px;
}

.org_items:nth-child(2n) {
	margin-right: 0;
}

.org_items .oi_title a {
	color: #f8941a;
}

.org_items .oi_title a:hover {
	text-decoration: none;
}

.org_items .oi_logo {
	margin: 10px 0px;
	text-align: center;
}

.org_items .oi_logo img {
	box-shadow:3px 3px 7px 1px rgba(0,0,0,0.2);
}

.org_items .oi_more {
	margin: 20px 0px 10px;
	text-align: right;
}

.org_items .oi_more a {
	padding: 10px 20px;
	background: #f8941a;
	color: #fff;
	text-decoration: none;
}
.br_proekty, .br_doma, .br_otzyvy, .br_brigada {
	padding: 10px 0;
	padding-left: 35px;
}
.br_proekty, .br_doma {
	background: url(/images/icon/ico-banya-0.gif) 5px 0 no-repeat;
}
.br_otzyvy {
	background: url(/images/icon/ico-otzyv.gif) 0 0 no-repeat;
}
.br_brigada {
	background: url(/images/brigada/img-no-foto.gif) 0 0 no-repeat;
	background-size: contain;
}
.br_proekty a, .br_doma a, .br_otzyvy a, .br_brigada a {
	color: #000;
}
.br_proekty a:hover, .br_doma a:hover, .br_otzyvy a:hover, .br_brigada a:hover {
	text-decoration: none;
}