#rec1018961706 .t886__wrapper {
  position: fixed !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  right: auto !important;
  bottom: 20px !important; /* отступ от нижнего края */
  top: auto !important;
  z-index: 9999 !important;
}

/* Адаптив: уменьшенный отступ на мобильных устройствах */
@media (max-width: 480px) {
  #rec1018961706 .t886__wrapper {
    bottom: 15px !important;
  }
}