@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.slaider-section {
  position: relative;
  width: 1220px;
  margin: 0 auto;
}

.swiper {
  max-width: 1060px;
  margin: 0 auto;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right,
.swiper-slide-shadow-top,
.swiper-slide-shadow-bottom {
  background-color: rgba(28, 25, 68, 0.5); /* Красная тень */
}

.custom-navigation {
  position: absolute;
  top: 68%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
}

.custom-swiper-button {
  font-size: 30px;
  cursor: pointer;
  color: white;
  padding: 4px 20px 10px 20px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #494AD8, #6A6BD8);
  box-shadow: 0px 1px 12px white;
}/*# sourceMappingURL=slider.css.map */