.gallery .swiper-slide {
  width: auto !important;
}

.gallery .swiper-slide a[data-lity] {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.gallery .swiper-slide a[data-lity] img {
  height: 170px;
}

.gallery .swiper-slide img {
  height: 800px;
}

.block_title_text__title {
  font-family: 'Cormorant', Heebo, serif;
  font-weight: 600;
}

@media (max-width: 1365px) {
  .main__wrapper {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .gallery .swiper-slide {
    width: calc(100% - 74px) !important;
  }

  .gallery .swiper-slide a[data-lity] img {
    max-width: 60%;
  }

  .gallery .swiper-slide img {
    height: 233px;
  }
}

@media (max-width: 767px) {
  .block_logo .logo img {
    max-width: 300px;
  }
}