body .category-menu:before {
  content: '';
  position: absolute;
  width: 78px;
  height: 83px;
  background: url(../../../../../image/valentines_2.png) no-repeat 0 0;
  background-size: contain;
  top: 57px;
  right: 12px;
  animation: animValentinesDayKupidon 2.8s linear infinite forwards;
  animation-direction: alternate;
  z-index: 1;
}

@keyframes animValentinesDayKupidon {
  0% {
    transform: scale(-1, 1) translateY(0) rotate(0);
  }

  100% {
    transform: scale(-1, 1) translateY(15px) rotate(8deg);
  }
}


body.engrave_eng .category-menu {
  background-image: none;
}

@media (max-width: 1500px) {
  body .category-menu .navv {
    margin: 0;
  }

  body .category-menu,
  .engrave_engbody .messages,
  .engrave_eng body .messages {
    background-position-x: 100%;
    background-size: 167px;
    animation: animValentinesDay 4s linear infinite forwards;
  }

  @keyframes animValentinesDay {
    0% {
      background-position-y: 0;
    }

    100% {
      background-position-y: -153%;
    }
  }

  body .home_page {
    position: relative;
  }
}


@media (max-width: 1348px) {
  body .category-menu:before {
    top: 101px;
  }
}

@media (max-width: 1060px) {
  body .category-menu:before {
    display: none;
  }
}