﻿.animationMegaMenuOpen {
    top: 50px!important;
    transition: all 0.8s!important;
}

.animationMegaMenuClose {
    top: -100%!important;
}


.animationMobileMenuOpen {
    top: 0!important;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }


    50% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1);
    }
}
