#hero-block .item {
  min-height: 820px;
  position: relative;
  display: flex;
  align-items: center;
}
#hero-block .item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hero-block .item::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 22.63%, rgba(0, 0, 0, 0.6) 40.42%, rgba(0, 0, 0, 0.5) 55.5%, rgba(0, 0, 0, 0.4) 67.86%, rgba(0, 0, 0, 0.3) 80.52%);
}
#hero-block .item__content {
  position: relative;
  z-index: 1;
  max-width: 870px;
  padding-top: 20px;
  padding-bottom: 80px;
}
#hero-block .item__title {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 110%;
  color: white;
}
#hero-block .item__desc {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: white;
  opacity: 0.7;
}
#hero-block .item__btn {
  min-width: 200px;
  margin-top: 60px;
  justify-content: center;
}
#hero-block .nav {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  left: calc((100% - 1170px) / 2);
  bottom: 55px;
  min-width: 415px;
}
#hero-block .nav__custom {
  margin-right: 15px;
  flex-shrink: 0;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #626363;
}
#hero-block .nav__custom span {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #626363;
}
#hero-block .nav__custom span.current {
  font-weight: 500;
  font-size: 20px;
  line-height: 135%;
  color: white;
}
#hero-block .nav__progressbar {
  position: relative;
  left: auto;
  top: auto;
  opacity: 1;
  background-color: #626363;
  height: 2px;
}
#hero-block .nav__progressbar .swiper-pagination-progressbar-fill {
  background-color: white;
  height: 2px;
  top: 0;
}
#hero-block .nav__button {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  width: 60px;
  margin-left: 25px;
  color: white;
}

@media (max-width: 1200px) {
  #hero-block .nav {
    left: 15px;
    bottom: 40px;
  }
  #hero-block .item {
    min-height: calc(100vh - 123px);
  }
  #hero-block .item__content {
    max-width: 570px;
  }
  #hero-block .item__title {
    font-size: 44px;
  }
  #hero-block .item__btn {
    margin-top: 30px;
  }
}
@media (max-width: 870px) {
  #hero-block .item {
    min-height: calc(100vh - 65px);
  }
}
@media (max-width: 670px) {
  #hero-block .item {
    min-height: calc(100vh - 60px);
  }
}
@media (max-width: 600px) {
  #hero-block .nav {
    min-width: auto;
    right: 15px;
  }
  #hero-block .item__content {
    max-width: 420px;
  }
  #hero-block .item__title {
    font-size: 34px;
  }
}
@media (max-width: 450px) {
  #hero-block .item__title {
    font-size: 30px;
  }
}/*# sourceMappingURL=block.css.map */