.slider_container {
  position: relative;
}

.swiper-wrapper {
  width: calc(100% - min(calc(310 * var(--window-width)), 310px) - min(calc(45 * var(--window-width)), 45px));
  height: min(calc(597 * var(--window-width)), 597px);
  background-color: #000;
}

.swiper-slide img {
  object-fit: cover;
}

.news_section .swiper-pagination {
  position: absolute;
  bottom: -30px !important;
  left: 0;
  right: auto;
  width: 100%;
}
