html {
  scroll-behavior: smooth;
}

body,
.ubuntu__title,
.open-sans-regular {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.s-faq-type-3__ask,
[data-popup-id],
.js-arrow_previous,
.js-arrow_next,
[data-step-scroll] {
  cursor: pointer;
}

.s-faq-type-3__answer {
  display: none;
}

.s-faq-type-3__question.is-open .s-faq-type-3__answer {
  display: block;
  height: auto;
}

.s-faq-type-3__question.is-open .s-faq-type-3__ask {
  opacity: 0.82;
}

.s-faq-type-3__question.is-open::after {
  display: none;
}

.s-slider-type-7__list {
  transition: transform 0.35s ease;
  will-change: transform;
}

.s-slider-type-7__slide {
  pointer-events: auto;
}

.sb-image-crop {
  object-fit: cover;
}

.sb-dots__dots-wrapper {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.sb-dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.36);
  cursor: pointer;
}

.sb-dot.is-active {
  background: #fff;
}

.tf-popup {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  overflow-y: auto;
  opacity: 1;
  visibility: visible;
}

.tf-popup.is-open {
  display: block;
}

.tf-popup .popups-host__container {
  min-height: 100%;
}

.tf-popup .popups-host__overlay {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
}

.tf-popup__close {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  padding: 0;
  margin-left: auto;
  border-radius: 50%;
  color: #8b8b8b;
  background: #fff;
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.18);
  cursor: pointer;
}

.tf-popup__close::before,
.tf-popup__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
  transform-origin: center;
}

.tf-popup__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.tf-popup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.tf-popup__close svg {
  display: none;
}

.s-form-type-2__main.is-sending {
  opacity: 0.72;
  pointer-events: none;
}

.sb-notification {
  padding: 12px 16px;
  border-radius: 8px;
}

.sb-notification_success {
  color: #155724;
  background: #d4edda;
}

.sb-notification_error {
  color: #721c24;
  background: #f8d7da;
}

.tf-site-footer {
  padding: 28px 16px;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  background: #111;
}

.tf-site-footer a {
  color: inherit;
}

@media screen and (max-width: 639px) {
  .tf-popup__close {
    top: 16px;
    right: 16px;
  }
}
