.logo4 {
  z-index:9999;
  left:33%;
  margin-left:-90px;
  top:25px;
  width:90px;
  height:30px;
  position:absolute;
  background:#f90710;
}

.logo4 .inner {
  background:url(als-logo-01.png) no-repeat top left;
  width:90px;
  height:30px;
  display:block;
}

.plashka_ru {
  right:-138px;
  top:-16px;
  position:absolute;
  width:135px;
  height:14px;
  background:#f90710;
}

.plashka_ru .inner {
  background:url(als-logo-02.png) no-repeat top left;
  width:135px;
  height:14px;
}

.plashka_en {
  right:-99px;
  top:0px;
  position:absolute;
  width:96px;
  height:14px;
  background:#f90710;
}

.plashka_en .inner {
  background:url(als-logo-03.png) no-repeat top left;
  width:96px;
  height:14px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
  .logo4 .inner {
    background:url(als-logo-01@2x.png) no-repeat top left;
    background-size: 90px 30px;
  }
  
  .plashka_ru .inner {
    background:url(als-logo-02@2x.png) no-repeat top left;
    background-size: 135px 14px;    
  }
  
  .plashka_en .inner {
    background:url(als-logo-03@2x.png) no-repeat top left;
    background-size: 96px 14px;    
  }
}