#rec562648065.fixed {
    position: fixed;
}

.nav-url {
  color: black;
  transition: color 0.3s ease;
}

.nav-url:hover {
  color: white;
}

.threeCanvas {
}


/* Запрещаем выделение на пунктах меню */
.menu-item-no-select, 
.menu-item-no-select .tn-atom {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

/* Разрешаем выделение только у телефона */
.phone-selectable,
.phone-selectable .tn-atom,
.phone-selectable a {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
    cursor: text !important;
}