#rec1293346981 {
  position: fixed !important;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  opacity: 1;
  background: #fff; /* можно убрать или изменить под дизайн */
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Центрируем содержимое блока */
#rec1293346981 .t396__artboard {
  display: flex;
  justify-content: center;
  align-items: center;
}