.news-image-slider {
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1410px) {
  .news-image-slider {
    height: 100%;
    max-height: 410px;
  }
}

.news-image-slider-arrow__prev {
  transform: rotate(180deg);
}

.news-image-slider-arrow {
  left: 8px;
  cursor: pointer;
  position: absolute;
}

.news-image-slider-arrow__next {
  left: auto;
  right: 8px;
}

.news-image-slider__nav {
  width: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.news-image-slider .swiper-pagination-bullet {
  width: 56px;
  height: 8px;
  background: #CED4DA;
  opacity: 0.5;
  transition: 0.3s;
  border-radius: 0;
}

.news-image-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #968BE5;
}

@media screen and (max-width: 1409px) {
  .news-image-slider .swiper-pagination-bullet {
    width: 32px;
    height: 4px;
  }
}
@media screen and (max-width: 1199px) {
  .news-image-slider__nav {
    display: none;
  }
}
.main-banner {
  width: 100%;
  position: relative;
}

.main-banner__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.main-banner__text {
  display: block;
  max-width: 495px;
  padding: 40px;
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  background: rgba(255, 255, 255, 0.8);
}
.main-banner__text > .h1 {
  margin-bottom: 16px;
}

@media (max-width: 1199px) {
  .news-image-slider .main-banner__text {
    max-width: 390px;
    padding: 24px;
    bottom: 32px;
    left: 32px;
    right: 32px;
  }
  .news-image-slider .main-banner {
    height: 368px;
  }
}
@media (max-width: 1024px) {
  .news-image-slider .main-banner__text {
    max-width: 450px;
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .news-image-slider .main-banner__text {
    max-width: 100%;
    right: 12px;
    left: 12px;
    bottom: 48px;
  }
}

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