@media screen and (min-width:768px){
    body .cata-menu {
        position: absolute;
        width: calc( 100% - 30px );
        top: 0;
        /*transition: none;*/
		transition: top 0.06s ease 0s;
    }
}
