@media (hover: hover) {
  .key-number:hover .key-number__title {
    color: var(--color-green-1);
  }
}
.key-number__overline {
  padding-bottom: 8px;
  margin-bottom: 20px;
  display: block;
  border-bottom: var(--border-blue-6);
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
}
@media screen and (max-width: 1100px) {
  .key-number__overline {
    margin-bottom: 16px;
  }
}
.key-number__title {
  color: var(--color-green);
  transition: color var(--transition);
}
@media screen and (min-width: 1101px) {
  .key-number__title {
    margin-bottom: 24px;
    min-height: calc(var(--line-height-h2) * 2);
  }
}
.key-number__description {
  margin-top: auto;
}
@media screen and (max-width: 1100px) {
  .key-number__description {
    display: none;
  }
}
.key-numbers {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  .key-numbers {
    flex-direction: column;
  }
}
.key-numbers__item {
  flex: 1 1 25%;
}
.ui-arrow {
  transition:
    opacity var(--transition),
    background-color var(--transition);
}
.ui-arrow__icon._color-blue path {
  stroke: var(--color-blue);
}
.ui-arrow__icon._color-green path {
  stroke: var(--color-green);
}
.ui-arrow:disabled,
.ui-arrow.swiper-button-disabled {
  opacity: 0.5;
}
.ui-arrow._direction-left {
  transform: scaleX(-1);
}
@media (hover: hover) {
  .ui-arrow._size-s:not(:disabled):not(.swiper-button-disabled):hover .ui-arrow__icon path {
    stroke: var(--color-green-1);
  }
}
.ui-arrow._size-m {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: var(--border-blue-3);
}
@media screen and (max-width: 900px) {
  .ui-arrow._size-m {
    width: 40px;
    height: 40px;
  }
}
@media (hover: hover) {
  .ui-arrow._size-m:not(:disabled):not(.swiper-button-disabled):hover {
    background-color: var(--color-green-1);
  }
  .ui-arrow._size-m:not(:disabled):not(.swiper-button-disabled):hover .ui-arrow__icon path {
    stroke: var(--color-white);
  }
}
.ui-arrow__icon {
  width: 22px;
  height: 22px;
}
.ui-arrow__icon path {
  transition: stroke var(--transition);
}
.hero {
  color: var(--color-white-2);
  background-color: var(--color-blue-2);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 2040px;
}
@media screen and (max-width: 900px) {
  .hero {
    background-size: 1116px;
  }
}
.hero._margin {
  margin-bottom: 96px;
}
.hero._padding {
  padding-bottom: 56px;
}
.hero__top {
  position: relative;
}
.hero__top:not(:last-child) {
  margin-bottom: 96px;
}
@media screen and (max-width: 900px) {
  .hero__top:not(:last-child) {
    margin-bottom: 64px;
  }
}
.hero__top-content {
  max-width: 780px;
}
.hero__slider-wrapper {
  height: fit-content;
}
.hero__slide {
  padding-block: 48px;
  height: fit-content;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 2040px;
}
@media screen and (max-width: 900px) {
  .hero__slide {
    background-size: 1116px;
  }
}
.hero__slide-content {
  max-width: 1440px;
  padding-inline: 48px;
  margin: 0 auto;
}
.hero__slide-inner {
  max-width: 760px;
}
.hero__title {
  margin-bottom: 24px;
}
@media screen and (max-width: 900px) {
  .hero__title {
    margin-bottom: 16px;
  }
}
.hero__title._spread {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .hero__title._spread {
    margin-bottom: 24px;
  }
}
.hero__title._secondary {
  font-size: 48px;
  line-height: 48px;
}
@media screen and (max-width: 900px) {
  .hero__title._secondary {
    font-size: 32px;
    line-height: 32px;
  }
}
.hero__subtitle {
  margin-bottom: 24px;
}
@media screen and (max-width: 900px) {
  .hero__subtitle {
    margin-bottom: 16px;
  }
}
.hero__text:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .hero__text:not(:last-child) {
    margin-bottom: 24px;
  }
}
.hero__text._narrow {
  max-width: 520px;
}
.hero__cards {
  margin-top: 32px;
}
.hero__cards,
.hero__key-numbers {
  margin-bottom: 16px;
}
.hero__cards:not(:last-child),
.hero__key-numbers:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .hero__cards:not(:last-child),
  .hero__key-numbers:not(:last-child) {
    margin-bottom: 64px;
  }
}
.hero__details {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 900px) {
  .hero__details {
    flex-direction: column;
    gap: 12px;
  }
}
.hero__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.hero__details-item {
  font-size: var(--font-size-s);
  display: flex;
  align-items: center;
  gap: 2px;
}
