.hover-bold a:hover,
.hover-bold a:focus {
  font-weight: bold;
  cursor: pointer;
}
.no-select {
  user-select: none;
  -webkit-user-select: none; /* для Safari */
  -moz-user-select: none;    /* для Firefox */
  -ms-user-select: none;     /* для IE/Edge */
  cursor: default;           /* чтобы не показывался курсор-выделение */
}
