/*! ========= INFORMATION ============================
  - document:  Wow Herd Effects Pro
  - author:    Wow-Company
  - version:   4.1
  - email:     support@wow-company.com
  - url:       https://wow-estore.com/item/wow-herd-effects-pro/
 ==================================================== */.notification{z-index:9;position:fixed;display:none}.notification-close{position:absolute;right:5px;top:5px;font-size:24px;cursor:pointer;display:none;height:15px;width:15px;line-height:15px}.notification-block{display:flex}.notification-img{width:60px;display:flex;justify-content:center}.notification-img img{width:40px;align-self:center}.notification-img span{align-self:center}.notification-text-block{width:200px;padding:10px}.notification-text p{margin:0;padding:0}
 .goto-top {
    background: rgba(0, 0, 0, 0.35);
    position: fixed;
    bottom: 6rem;
    right: 1.7rem;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transition: all .5s ease-in-out;
}

.goto-top.active:hover {
    background: rgba(0, 0, 0, 0.85);
}

.goto-top.active {
    bottom: 6rem;
    pointer-events: auto;
    opacity: 1;
    padding-bottom: 25px;
    /*animation: pulse 1.5s ease infinite alternate, moveUp 1s ease-in-out infinite alternate;*/
}

.goto-top:hover img {
    animation: none; /* Отключаем анимацию при наведении */
}

/*@keyframes pulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@keyframes moveUp {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
} */

.goto-top.active img {
    animation: pulse 1.5s ease infinite alternate, moveUp 1s ease-in-out infinite alternate;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@keyframes moveUp {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
}