.t-typography__characteristics.js-store-prod-charcs {
  display: none !important;
}

.t464__descr a {
  transition: filter 0.3s ease !important;
}

.t464__descr a:hover {
  filter: brightness(85%) !important;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;

  top: 0;
  left: 100%; /* Это важно: блок будет справа от "Клиентам" */
  margin-left: 10px; /* Небольшой отступ вправо */

  background-color: white;
  min-width: 160px;
  z-index: 9999;
  white-space: nowrap;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}

.dropdown:hover .dropdown-content {
  display: block;
}
