#baner{
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#servise{
	width: 1200px;
	margin: auto;
	overflow: hidden;
	margin-top: 10px;
	
}
.float-left{
	width: 300px;
	float: left;
	
}
.float-left-ul{
	list-style: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.float-left-ul a{
	text-decoration: none;
}
.float-left-ul a li{
	width: 87%;
	min-height: 30px;
	border: 2px solid #000;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.7);
	margin: 15px 0px;
	text-align: center;
	padding: 10px;
	font-size: 17px;
	color: #fff;
	 font-family: 'dejavu_sansbook';
}
.float-right-image{
	width: 890px;
	height: 450px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.float-left-ul a li:hover{
	color: #ff4646;
}
.float-right{
	width: 890px;
	float: right;
	margin-top: 5px;
}
.float-right h1{
	max-width: 500px;
	color: #000;
    text-decoration: none;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    margin-top: 20px;
}
.float-right div{
	color: #74787a;
	line-height: 24px;
	text-align: justify;
	padding: 10px 0px;
	font-family: 'dejavu_sansbook';
	
}
.float-right p{
	color: #74787a;
	line-height: 24px;
	text-align: justify;
	padding: 10px 0px;
	font-family: 'dejavu_sansbook';
}
strong{
	color:#2c2c2e
}
li{
	color: #88878d;
	margin-left: 30px;
}
h3{
	color: #175877;
}
h3>strong{
	color: #175877;
}
@media only screen and (max-width: 1220px) {
#servise{
	width: 800px;
	margin: auto;
	
}

.float-left-ul a li{
	width: 100%;
}
.float-left{
	float: none;
	margin: auto;
	width: 100%
}
	.float-right{
		float: none;
		margin: auto;
		width: 800px;
	}
	.float-right-image {
   width: 800px;
    height: 450px;
   
}
}
@media only screen and (max-width: 820px) {
#servise{
	width: 100%;
	
	
}
.float-right-image {
   width: 100%;
    height: 400px;
   
}
.float-left-ul a li{
	width: 100%;
}
.float-left{
	
	width: 100%
}
	.float-right{
		
		width: 100%
	}
}
@media only screen and (max-width: 620px) {

.float-right-image {
    height: 350px;
   
}
}