How can I show menu item only for some users?

Hello, everyone
I want to create a menu item for users with « Production users » only. I’ve created one, but it visible for admins.


How can I hide this menu item from admins? I think I have to add some conditions)
My goal is « this menu item to be visible only to users with a certain role »

Hy @Mykola ,
Enter this in Condition check

__user__.group == 'Admins'