/* Фиксируем стандартную кнопку "наверх" T890 на всех страницах */
.t890__arrow {
  position: fixed !important;
  left: 70px !important;   /* твои отступы */
  bottom: 50px !important;
  right: auto !important;
  top: auto !important;
  margin: 0 !important;
  transform: none !important;
  z-index: 9999 !important;
}

/* Мобильные устройства */
@media (max-width: 768px) {
  .t890__arrow {
    left: 10px !important;   /* можешь изменить, например, на 20px */
    bottom: 13px !important;
  }
}
