.razrab-photo{
	border: 1px solid #c9c9c9;
	font-size: 18px;
	text-align: center;
	position: relative;;
	margin-bottom: 80px;
}
.filt_bg{
	background: url(img/filtBg.png) center top no-repeat;
	height: 134px;
	box-sizing: border-box;
	border-radius: 0 80px 0 80px;
	margin-bottom: 50px;
}
.app-top{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}
.filter form{
	padding: 0 50px;
	align-items:center;
}
.filter form input{
	height: 30px;
	line-height: 30px;
	border:none;
	color:#5baf6e;
	font-size: 14px;
	padding: 0 15px;
	max-width: 18%;
}
.filter form input::-webkit-input-placeholder {color:#5baf6e;}
.filter form input::-moz-placeholder          {color:#5baf6e;}/* Firefox 19+ */
.filter form input:-moz-placeholder           {color:#5baf6e;}/* Firefox 18- */
.filter form input:-ms-input-placeholder      {color:#5baf6e;}
.filter form button{
	background: #fff;
	outline: none;
	border:none;
	font-size: 18px;
	text-align: center;
	width: 240px;
	display: inline-block;
	text-decoration: none!important;
	color:#000;
	-webkit-box-shadow:  3px 3px  5px rgba(0,0,0,0.4);
	-moz-box-shadow:  3px 3px  5px rgba(0,0,0,0.4);
	box-shadow:  3px 3px  5px rgba(0,0,0,0.4);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-border-radius: 0 30px 0 30px;
	-webkit-border-radius: 0 30px 0 30px;
	-khtml-border-radius: 0 30px 0 30px;
	border-radius: 0 30px 0 30px;
	line-height: 40px
}
.filter form button:hover{
	-webkit-box-shadow:  0px 0px  1px rgba(0,0,0,0.4);
	-moz-box-shadow:  0px 0px  1px rgba(0,0,0,0.4);
	box-shadow:  0px 0px  1px rgba(0,0,0,0.4);
}
.razrab-top{
	background: #c9c9c9;
	padding: 20px 20px;
	height: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color:#fff;
	font-weight: bold;
}
.razrab-photo div.img{
	position: absolute;
	width: 226px;
	height: 226px;
	left: 50%;
	margin-left: -118px;
	-moz-border-radius: 100%; /* Firefox */
	-webkit-border-radius: 100%; /* Safari, Chrome */
		-khtml-border-radius:100%; /* KHTML */
	border-radius: 100%;
	border:3px solid #fff;
	top: 80px;
	background-size: cover!important;
}
.razrab-bottom{
	padding: 140px 25px 20px;
	font-size: 18px;
	padding-bottom: 70px;
	text-align: left;
}
.razrab-text{
 margin-left: 300px;
 font-size: 18px;
}
.razrab-bottom b{
	color:#007e31;
}
.razrab-bottom .obl{
	background: #fff;
	border-radius: 30px;
	padding: 10px 0 10px 5px;
	font-size: 16px;
	color:#ff2921;
	font-weight: bold;
	text-transform: uppercase;
}
.razrab-bottom .obl .image{
	width: 19px;
	height: 19px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
	margin: 0;
	left: 0;
	top: 0;
	vertical-align: middle;
	margin-right: 9px;

}
.razrab-bottom .obl .image::before{
	content: "";
	border:2px solid transparent;
	width: 25px;
	height: 25px;
	position: absolute;
	display: block;
	border-radius: 100%;
	left: -5px;
	top: -5px;
}
.razrab-bottom .obl .image.c00c8e1::before{
	border-color: #00c8e1;
}
.razrab-bottom .obl .image.cff2921::before{
	border-color: #ff2921;
}
.razrab-bottom .obl .image.cff6897::before{
	border-color: #ff6897;
}
.razrab-bottom .obl .image.cff862b::before{
	border-color: #ff862b;
}
.razrab-bottom .obl .image.c4893cf::before{
	border-color: #4893cf;
}


.razrab-photo .city{
	line-height: 50px;
	font-size: 16px;
	bottom: 0;
	left: 0;
	width: 100%;
	color:#000;
}
.news-item {
	position: relative;
}
@media screen and (max-width: 767px) {
	.filt_bg{
		height: auto;
    background-repeat: repeat;
	}
	.filter form input{
		width: 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
}
