/* CSS стили */
.wrapper.opened {z-index: 99;}
a.categor{
        background-color: #006666;
        color: #fff;
}

a.categor:hover{
        background-color: #006699;
        color: #fff;
        text-decoration: none;
}

a.disabled {
pointer-events: none; /* делаем элемент неактивным для взаимодействия */
cursor: default; /*  курсор в виде стрелки */
color: #F0F0F0;/* цвет текста серый */

}