  .filialy_item-region_item {
    position: absolute;
    z-index: 2;
    width: 50px;
    /* height: 100px; */
    display: flex;
    justify-content: center;
    transform: translateX(-25px);
  }


  li[data-filial].filialy_item-region_item._hover .filialy_item-region__decor:before {
    background-color: var(--yellow-text);
  }
  .marker_logo_offise._hover .marker_logo_offise--dot {
            background-color: var(--yellow-text);
          }