 .fixed-panel {
    position: fixed;
    top: 50%!important;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 999;
    background: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    padding: 20px 0;
    }

.bxr-button-up.right {
    display: none !important;
}

@media (max-width: 768px) {
   jdiv {
     margin-bottom: 50px!important;
}
 .fixed-panel {
    display: none !important;
}
}

    .panel-item {
    border-radius: 20px;
    width: 86px;
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #363636;
    transition: all 0.3s ease;
    }

.abs {
    position: absolute;
    background: #d07409;
    background-color: #e47e04;
    border-radius: 8px;
    height: 16px;
    min-width: 16px;
    padding: 0 4px;
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    justify-content: center;
    line-height: 1;
    right: 18px;
}

.panel-item .icons {
    align-items: center;
    text-align: center;
    width: 90%;
}

    .panel-item:hover {

    }

    .panel-item svg {
      width: 26px;
      height: 26px;
      stroke: #000;
      margin-bottom: 2px;
    }

    .panel-item span {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    }


.gif_img_m {
    width: 24px;
    margin-bottom: 3px;
}


.mobile_menu {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 1112;
  display: flex;
  justify-content: space-around;
  padding: 6px 0;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
}

.menu_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #555;
  font-size: 12px;
  position: relative;
}

.menu_item svg {
  width: 24px;
  height: 24px;
  fill: #888;
  margin-bottom: 3px;
  transition: fill 0.2s;
}

.menu_item.active svg,
.menu_item:hover svg {
  fill: #000;
}

.menu_item.active span {
  color: #000;
  font-weight: 500;
}

.badge {
  position: absolute;
  top: 0;
  right: 10px;
  background: #d07409;
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Скрыть меню на ПК */
@media (min-width: 768px) {
  .mobile_menu {
    display: none;
  }
}
