.fancybox-toolbar-btn {
    width: 190px; /* ширина для двух строк */
    padding: 0px 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1;
}

.toolbar-menu {
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  pointer-events: auto;
  width: 170px;
  max-width: 170px;
  box-sizing: border-box;
  max-height: 500px;
  overflow-y: auto;
  /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);*/
}

.toolbar-menu li {
  padding: 0px 5px;
  margin: 0px;
  color: #333;
  border-bottom: 1px solid #eee;
  text-shadow: none;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.toolbar-menu li:last-child {
  border-bottom: none;
}

.toolbar-menu a {
  display: block;
  padding: 0px 15px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.toolbar-menu a:hover {
  background-color: #f8f9fa;
}

.hidden {
  display: none;
}

.fancybox__slide {
    pointer-events: none;
}