@media (min-width: 992px) {
  .gallery {
    padding: 100px 0 49px;
  }
}

@media (min-width: 992px) {
  .gallery .gallery_row img {
    border-radius: 24px;
  }
}

@media (min-width: 992px) {
  .gallery .gallery_row:not(.only_row) .swiper-slide img {
    max-height: 285px;
  }
}

@media (min-width: 992px) {
  .gallery .gallery_row.only_row .swiper-slide img {
    height: 450px;
    width: 800px;
  }
}

@media (min-width: 992px) {
  .gallery .gallery_row.first_row {
    margin-bottom: 32px;
    margin-top: 54px;
  }
}