.uc-js-hide-on-scroll {
    display: block !important;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform: translateY(100%);
  will-change: transform;
}

.show-block {
  transform: translateY(0) !important;
}

.hide-at-bottom {
  transform: translateY(100%) !important;
  transition-duration: 0.3s !important;
}

.close {
  cursor: pointer;
}



  /* Адаптив для мобилок */
  @media (max-width: 768px) {
    #widget {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 18px;
      left: 15px;
      bottom: 80px;
    }
  }

.user-closed {
  display: none !important;
}


/* Адаптив для мобильных */
@media (max-width: 768px) {
  .uc-js-hide-on-scroll {
    padding: 15px;
    box-sizing: border-box;
  }
}

