/*  HOME-SLIDER
------------------------------------------------- */
.main__slider {
  position: relative;
  margin: 120px 0;
}
.main__slider::before {
  content: "";
  background-image: url("/local/templates/promo/img/light.png");
  position: absolute;
  left: -55%;
  top: -50%;
  width: 1600px;
  height: 1600px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.main__slider .wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
}

.slides__image img {
  max-width: 100%;
  height: auto;
}

.slides__text {
  max-width: 600px;
  font-size: 18px;
}

.home-slider .slide-item {
  min-height: 500px;
  display: flex;
  column-gap: 60px;
}
.home-slider .slide-item h2 {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.home-slider .slide-item p {
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (min-width: 1680px) {
  .home-slider .slide-item {
    min-height: 600px;
  }
  .swiper-pagination {
    bottom: 35px !important;
  }
}

/*# sourceMappingURL=style.css.map */
