@media only screen and (max-width: 1220px) {
	header{
		background-image: none;
		background-color:rgba(255,255,255,0.7);
	}
  
	.leng{
		top:47px;
		right: 100px;
		background-image: none;
	}
	
	
	nav>ul{
		display: none;
	}
  #nav-bar{
  	display: block;
  	top: 42px;
  }
  .ulcontacts{
  	left:100px;
  }
}
@media only screen and (max-width: 1000px) {
	footer {
    width: 100%;
    height: 250px;
    }
}
@media only screen and (max-width: 800px) {
	 #logo{
		
		left:20px;
		
	}
}

@media only screen and (max-width: 500px) {
	   
	    
	    #logo {
        width: 110px;
        left: 10px;
        top: 42px;
    }
    .leng{
		right: 80px;
	}
    footer {
    width: 100%;
    height: 330px;
    position: relative;
}
.title{
	 width: 300px;
	 font-size: 20px;
}
.title::before {
   
    left: 100px;
    margin-top: 30px;
}
#baground {
    height: 350px;
}
}
@media only screen and (max-width: 500px) {
	
#search {
    width: 340px;
    
}
.serchtext {
	 width: 340px;
}
}
@media only screen and (max-width: 400px) {

  .ulcontacts{
  	left:10px;
  }

}