
/* Гирлянда  START ================== */

.top-header {
  position: relative;
}

.top-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 128px;
  display: block;
  background: url(/img/banner_ny.png) repeat-x;
}

/* ================== Гирлянда  END */