.image-gallery-block {
  margin: 50px 0;
}
.image-gallery-block:last-child, .image-gallery-block:only-child {
  margin-bottom: 0;
}
.image-gallery-block__slider {
  position: relative;
  overflow: hidden;
}
.image-gallery-block .swiper-slide {
  height: 400px;
}
.image-gallery-block .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.image-gallery-block__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.image-gallery-block__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0;
  background: none;
  border: none;
  color: #F2F2F2;
  cursor: pointer;
  transition: color 0.3s ease;
  flex-shrink: 0;
}
.image-gallery-block__arrow:hover {
  color: #CB202C;
}
.image-gallery-block__arrow svg {
  width: 15px;
  height: auto;
}
.image-gallery-block__pagination {
  display: flex;
  align-items: center;
  gap: 10px;
}
.image-gallery-block__pagination .swiper-pagination-bullet {
  width: 21px !important;
  height: 21px !important;
  border-radius: 50%;
  background: #F2F2F2;
  opacity: 1;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.image-gallery-block__pagination .swiper-pagination-bullet:hover {
  background: #CB202C;
}
.image-gallery-block__pagination .swiper-pagination-bullet-active {
  background: #CB202C;
}

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