.l-main--p-main {
  background-color: #000;
}
.b-slider .slider__item[data-code="novogodniy"] .slider__link {
  display: none;
}
.b-logo::before {
  content: "";
  position: absolute;
  top: -22px;
  left: -7px;
  width: 51px;
  height: 37px;
  background: url('/upload/new-year-head.png') center center / cover no-repeat;
}
.l-header::before {
  content: "";
  height: 30px;
  /* background: url(https://uguide.ru/js/script/girlianda_uguide_ru_1.gif) repeat-x 100%; */
  background: url('/upload/new-year-lights.png') repeat-x 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100vw;
}

@media (max-width: 767px) {
  .b-logo::before {
      width: 30px;
      height: 21px;
      top: -12px;
  }
}