.ste-hbo-section {
  width: 100%;
  overflow: visible;
}

.ste-hbo-section__container {
  overflow: visible;
}

.ste-hbo {
  width: 100%;
  overflow: visible;
}

.ste-hbo__title {
  margin: 0 0 32px;
  color: #5aafe0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Raleway", sans-serif;
}

.ste-hbo__subtitle {
  margin: -18px 0 24px;
  color: #4f5960;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Raleway", sans-serif;
}

.ste-hbo__tabs {
  display: flex;
  align-items: flex-end;
  gap: 78px;
  margin: 0;
  padding: 0 0 1px;
  border-bottom: 1px solid #a8b0b5;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: thin;
}

.ste-hbo__tab {
  position: relative;
  flex: 0 0 auto;
  padding: 0 0 12px;
  border: 0;
  background: transparent;
  color: #9ba2a6;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Raleway", sans-serif;
  cursor: pointer;
}

.ste-hbo__tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: transparent;
}

.ste-hbo__tab:hover,
.ste-hbo__tab:focus-visible {
  color: #b4be18;
  outline: none;
}

.ste-hbo__tab.is-active {
  color: #b4be18;
}

.ste-hbo__tab.is-active::after {
  background: #b4be18;
}

.ste-hbo__panels {
  margin-top: 28px;
}

.ste-hbo__panel {
  min-height: 260px;
  overflow: visible;
}

.ste-hbo__swiper-instance {
  overflow: hidden;
  padding-bottom: 0;
  box-sizing: border-box;
}

.ste-hbo__swiper-instance .swiper-wrapper {
  align-items: stretch;
  justify-content: flex-start !important;
}

.ste-hbo .swiper-slide.ste-hbo__slide {
  display: flex;
  width: 320px;
  flex: 0 0 320px;
  max-width: 320px;
  margin-right: 24px;
  box-sizing: border-box;
  height: auto;
  overflow: hidden;
}

.ste-hbo .swiper-slide.ste-hbo__slide:last-child {
  margin-right: 0;
}

.ste-hbo__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
}

.ste-hbo__figure {
  position: relative;
  margin: 0 0 18px;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  overflow: hidden;
}

.ste-hbo__image,
.ste-hbo__image--default {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ste-hbo__image--default {
  transform: scale(1.08);
  transform-origin: center center;
  transition: transform .55s cubic-bezier(.22, 1, .36, 1), filter .55s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.ste-hbo__card:hover .ste-hbo__image--default,
.ste-hbo__card:focus-visible .ste-hbo__image--default {
  transform: scale(1);
  filter: saturate(1.08) brightness(1.03);
}

@media (prefers-reduced-motion: reduce) {
  .ste-hbo__image--default {
    transition: none;
    transform: none;
    filter: none;
  }

  .ste-hbo__card:hover .ste-hbo__image--default,
  .ste-hbo__card:focus-visible .ste-hbo__image--default {
    transform: none;
    filter: none;
  }
}

.ste-hbo__route {
  margin: 0 0 12px;
  min-height: 2.24em;
  color: #2f637d;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.12;
  font-family: "Raleway", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ste-hbo__meta {
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 20px;
}

.ste-hbo__meta-icon {
  width: 9px;
  height: 22px;
  object-fit: contain;
  flex: 0 0 auto;
}

.ste-hbo__meta span {
  color: #2f637d;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Raleway", sans-serif;
}

.ste-hbo__bottom {
  margin-top: auto;
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  min-height: 50px;
}

.ste-hbo__price {
  margin: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 6px;
  white-space: nowrap;
  line-height: 1;
  color: #2f637d;
  font-family: "Raleway", sans-serif;
  min-width: 0;
}

.ste-hbo__price-label {
  color: #2f637d;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  font-family: "Raleway", sans-serif;
}

.ste-hbo__price-value {
  color: #2f637d;
  font-size: 40px;
  font-weight: 700;
  line-height: 0.92;
  font-family: "Raleway", sans-serif;
}

.ste-hbo__cta {
  color: #5aafe0;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.1;
  margin-left: auto;
  font-family: "Raleway", sans-serif;
  white-space: nowrap;
  flex-shrink: 0;
}

.ste-hbo .ste-hbo__pagination {
  position: static;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  text-align: center;
  transform: none;
  pointer-events: auto;
}

.ste-hbo .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border: 2px solid #5aafe0;
  background: transparent;
  opacity: 1;
  margin: 0;
}

.ste-hbo .swiper-pagination-bullet-active {
  border-color: #b4be18;
  background: #b4be18;
}

.ste-hbo__empty {
  margin: 0;
  padding: 28px 0;
  color: #92999e;
  font-weight: 600;
}

.ste-hbo__debug {
  margin: 14px 0 0;
  color: #a94442;
  font-size: 13px;
}

.ste-hbo__runtime-debug {
  margin-top: 16px;
  padding: 12px;
  border: 1px dashed #d0d5d8;
  border-radius: 8px;
  background: #f8fafb;
}

.ste-hbo__runtime-debug details {
  margin-top: 8px;
}

.ste-hbo__debug-block {
  margin-top: 6px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 12px;
  color: #30424d;
  line-height: 1.5;
  word-break: break-word;
}

.ste-hbo--no-swiper .swiper-wrapper {
  display: flex;
  overflow-x: auto;
  padding-bottom: 0;
}

.ste-hbo--no-swiper .swiper-slide {
  flex: 0 0 320px;
  width: 320px;
  max-width: 320px;
  margin-right: 24px;
}

.ste-hbo--no-swiper .swiper-slide:last-child {
  margin-right: 0;
}

@media (max-width: 1199px) {
  .ste-hbo__title {
    margin-bottom: 28px;
  }

  .ste-hbo__tabs {
    gap: 44px;
  }

  .ste-hbo .swiper-slide.ste-hbo__slide {
    width: 290px;
    flex-basis: 290px;
    max-width: 290px;
    margin-right: 20px;
  }

  .ste-hbo--no-swiper .swiper-slide {
    flex-basis: 290px;
    width: 290px;
    max-width: 290px;
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .ste-hbo__tabs {
    gap: 30px;
  }

  .ste-hbo .swiper-slide.ste-hbo__slide {
    width: 290px;
    flex-basis: 290px;
    max-width: 290px;
    margin-right: 20px;
  }

  .ste-hbo__price-value {
    font-size: 37px;
  }

  .ste-hbo__cta {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .ste-hbo__title {
    font-size: 24px;
  }

  .ste-hbo__tabs {
    gap: 20px;
  }

  .ste-hbo__tab {
    font-size: 15px;
  }

  .ste-hbo .swiper-slide.ste-hbo__slide {
    width: min(85vw, 320px);
    flex-basis: min(85vw, 320px);
    max-width: 320px;
    margin-right: 16px;
  }

  .ste-hbo--no-swiper .swiper-slide {
    flex-basis: min(85vw, 320px);
    width: min(85vw, 320px);
    max-width: 320px;
    margin-right: 16px;
  }

  .ste-hbo__route {
    font-size: 22px;
    min-height: 2.3em;
  }

  .ste-hbo__meta span {
    font-size: 14px;
  }

  .ste-hbo__price-label {
    font-size: 18px;
  }

  .ste-hbo__price-value {
    font-size: 34px;
  }

  .ste-hbo__cta {
    font-size: 22px;
  }
}
