.gallery-one-block {
  margin-bottom: 60px;
}
.gallery-one-block .wrapper .slider-row {
  position: relative;
  margin-top: 30px;
}
.gallery-one-block .swiper-slide .image {
  padding: 0;
  margin-bottom: 20px;
  height: 285px;
  overflow: hidden;
  border-radius: 5px;
}
.gallery-one-block .swiper-slide .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  cursor: pointer;
  transition: 0.3s;
}
.gallery-one-block .swiper-slide .image img:hover {
  transform: scale(1.1);
}
.gallery-one-block .gallery-button-prev,
.gallery-one-block .gallery-button-next {
  background-color: rgba(0, 0, 0, 0);
  top: calc(52% - 36px / 2);

  width: 36px;
  height: 36px;
  border: 0;
  outline: none;
}
.gallery-one-block .gallery-button-prev:hover,
.gallery-one-block .gallery-button-next:hover {
  filter: brightness(1.3);
}
.gallery-one-block .gallery-button-prev:after,
.gallery-one-block .gallery-button-next:after {
  display: none;
}
.gallery-one-block .gallery-button-prev {
  left: -56px;
}
.gallery-one-block .gallery-button-next {
  right: -56px;
}
.gallery-one-block .gallery-button-next.swiper-button-disabled,
.gallery-one-block .gallery-button-prev.swiper-button-disabled {
  opacity: 1;
}
.gallery-one-block .gallery-button-next.swiper-button-disabled svg path,
.gallery-one-block .gallery-button-prev.swiper-button-disabled svg path {
  fill: #51443980;
}
.pagination-gallery {
  bottom: -20px;
  display: none;
  align-items: center;
  justify-content: center;
}
.pagination-gallery .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #74a527;
  opacity: 1;
}
.pagination-gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #f7bc00;
  background-color: #f7bc00;
}
@media screen and (min-width: 1199px) and (max-width: 1320px) {
  .pagination-gallery {
    display: flex;
  }
  .gallery-one-block .gallery-button-prev,
  .gallery-one-block .gallery-button-next {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .gallery-one-block {
    margin-top: 20px;
  }
  .gallery-one-block .swiper-slide .image {
    height: 308px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1087px) {
  .pagination-gallery {
    display: flex;
  }
  .gallery-one-block .gallery-button-prev,
  .gallery-one-block .gallery-button-next {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-one-block {
    margin-top: 20px;
  }
  .gallery-one-block .swiper-slide .image {
    height: 233px;
  }
}
@media screen and (max-width: 857px) {
  .pagination-gallery {
    display: flex;
  }
  .gallery-one-block .gallery-button-prev,
  .gallery-one-block .gallery-button-next {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .gallery-one-block {
    margin-top: 20px;
  }
  .gallery-one-block .swiper-slide .image {
    height: 200px;
    padding: 0 5px 10px 5px;
    margin-bottom: 10px;
  }
  .gallery-one-block .gallery-button-prev {
    left: -15px;
  }
  .gallery-one-block .gallery-button-next {
    right: -15px;
  }
  .pagination-gallery .swiper-pagination-bullet {
    flex-shrink: 0;
  }
  .pagination-gallery {
    justify-content: flex-start;
    margin: auto;
    transform: none !important;
  }
}
