@media only screen and (max-width: 1600px) {
	#logo{
	
	left: 3%;
	
}
}
@media only screen and (max-width: 1400px) {
nav > ul> li{
		 display: inline-block;
		 margin-left: 20px;
		 margin-top: 29px;
		 height: 60px;
		 
		 position: relative;
		
		 }
}

 @media only screen and (max-width: 1350px) {
	#logo{
	
	left: 2%;
	margin-top: 10px;
	width: 150px;
	
} 
nav > ul> li{
		margin-left: 30px;
	}
}
@media only screen and (max-width: 1220px) {
	header{
		background-image: none;
		background-color:rgba(255,255,255,0.7);
	}
	.leng{
		width: 150px;
		
	}
  #logo{
  	left: 2px;
  }
  	.leng{
		top: -17px;
		right: 0%;
		background-image: none;
		
	}
	
	nav>ul{
		display: none;
	}
  #nav-bar{
  	display: block;
  }
  .ulcontacts{
  	left:100px;
  }

}


@media only screen and (max-width: 600px) {
	.ulcontacts{
  	left:10px;
  }
  

}
@media only screen and (max-width: 500px) {
	.ulcontacts li:nth-child(2){
  	display: none;
  }
  .ulcontacts{
  	left:100px;
  }

}
@media only screen and (max-width: 400px) {

  .ulcontacts{
  	left:10px;
  }

}