/* CSS Document */
  .hd-w{
			  display: none;
		  }
		   .dh{
			  display: none;
		  }
	  @media screen and (min-width: 140px) and (max-width: 580px) {
.hd {
display: none;
}

.dh{
			  display: block;
		  }
		  .hd1{
			  padding-top: 70px;
			  padding-bottom: 1px;
			  margin-bottom: 1px;
		  }
		  .hd3{
			  padding-top: 1px;
			  margin-top: 1px;
		  }
		  .hd2{
			 font-size: 0.8em;  color:#FF1493; font-weight:600;
		  }
		  .kontak{
			  max-width: 70px;
			  
		  }
		  .hdimg{
			 display: none;
		  }
 .hd-w{
			  display: block; margin-top: 18px;
		  }	
		  
		  .hd-m{
			  max-width: 340px;
			  max-height: 230px
		  }	
		  
		  .bg-bg{
		      background-image: url(../images/zz.png);
		      background-size:cover;
		       background-position: center; background-repeat: no-repeat; 
		  }
		  
		  
		  
}

