.Hero {
  position: relative;
  margin: 0 auto clamp(44px, calc(42.77551px + 0.32653vw), 48px);
  max-width: var(--sizeContentFullHd);
}

@media (max-width: 37.5rem) {
  .Hero {
    margin-bottom: 5rem;
  }
}

.Hero-frame {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}

.Hero-controls {
  margin-top: 20px;
  margin-right: clamp(14px, calc(6.04082px + 2.12245vw), 40px);
}

.Hero-controlsHero {
  position: absolute;
  top: 50%;
  justify-content: space-between;
  width: 100%;
  display: none;
  align-items: center;
  gap: var(--spaceMd);
  transform: translate(0, -50%);
  padding: 0 20px;
}

@media (min-width: 48.01rem) {
  .Hero-controlsHero {
    display: flex;
  }
}

.Hero-button-prev {
  transform: none;
}

/*# sourceMappingURL=hero.min.css.map */
