.sh-weather-top-center {
  position: fixed;
  top: 80px;          /* расстояние от верхнего края до полосы */
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

