
header::before {
  content: '';
  pointer-events: none;
  display: block;
  position: absolute;
  left: -70px;
  top: -80px;
  width: 200px;
  height: 200px;
  background-image: url(../../img/holidays/8_march.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: -1;
  transform: rotate(160deg);
}