@media screen and (max-width: 1024px) {
/*    стили*/
}

@media screen and (max-width: 425px) {
	.new_rigel {
      display: none
  	}
  
    body {
        background: url(/img/sky.png) repeat;
      
    }
    .explanation-text {
      top: -292px;
      width: 220px;
    }
  .explanation-text2 {
    width: 220px;
    top: -688px; 
   }
  .explanation-text3 {
    width: 220px;
  }
  .news-block {
    position: absolute;
    left: 380px;
  }
  
}
@media screen and (max-width: 1024px) {
	.new_rigel {
      display: none
  	}
  .news-block {
    position: absolute;
    left: 380px;
  }
}













