/* Klever v76 — reliable page-up control above Replain.
   Important: being logged in as a Bitrix administrator must not hide the
   public page-up button. Bitrix modal windows have a higher z-index and
   naturally stay above this control. */
html body #Go_Top.go_top.klever-page-up-single {
  position: fixed !important;
  right: 28px !important;
  bottom: 118px !important;
  z-index: 2000 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  width: 52px !important;
  height: 52px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, .28) !important;
  border-radius: 50% !important;
  background: rgba(44, 43, 41, .94) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .28) !important;
  color: #fff !important;
  font-size: 26px !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
}

html body #Go_Top.go_top.klever-page-up-single .fa {
  display: block !important;
  margin: 0 !important;
  color: #fff !important;
  line-height: 1 !important;
}

html body #Go_Top.go_top.klever-page-up-single.klever-page-up-single--visible {
  display: flex !important;
}

html body #Go_Top.go_top.klever-page-up-single:hover,
html body #Go_Top.go_top.klever-page-up-single:focus {
  background: #bb8500 !important;
  color: #fff !important;
  outline: none !important;
}

@media (max-width: 767.98px) {
  html body #Go_Top.go_top.klever-page-up-single {
    right: 14px !important;
    bottom: calc(108px + env(safe-area-inset-bottom)) !important;
  }
}
