.header-slider {
  color: #fff;
  width: 100%;
  max-width: calc(100% - 50px);
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  .header-slider {
    max-width: calc(100% - 30px);
  }
}
.header-slider-item {
  min-height: 584px;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 50px 50px 50px 102px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .header-slider-item {
    min-height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .header-slider-item {
    padding: 40px;
  }
}
@media screen and (max-width: 575px) {
  .header-slider-item {
    padding: 15px;
  }
}
.header-slider-item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #172D46;
  opacity: 0.2;
}
.header-slider-item__content {
  position: relative;
  z-index: 1;
  max-width: 470px;
}
@media screen and (max-width: 575px) {
  .header-slider-item__content {
    max-width: 100%;
  }
}
.header-slider-item__title {
  font-size: 46px;
  font-weight: 600;
  line-height: 113%;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .header-slider-item__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .header-slider-item__title {
    font-size: 24px;
  }
}
.header-slider-item__description {
  margin-top: 16px;
  line-height: 150%;
}
.header-slider-item__button {
  margin-top: 24px;
}

/*# sourceMappingURL=style.css.map */
