.galleryBlock {
  margin: 100px 0;
}
.galleryBlock.aos-animate .intro {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.galleryBlock .intro {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s;
  -moz-transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s;
  -ms-transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s;
  -o-transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s;
  transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s;
}
.galleryBlock .intro .title {
  display: block;
  margin-bottom: 50px;
}
.galleryBlock .intro .text a {
  color: #9a171c;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.galleryBlock .intro .text a:hover {
  opacity: 0.6;
}
.galleryBlock .intro ul {
  margin-left: 24px;
}
.galleryBlock .images {
  width: calc(100% + 50px);
  margin-left: -25px;
}
.galleryBlock .images .imageWrapper {
  width: calc(33.3333% - 50px);
  margin: 0 25px;
  margin-top: 50px;
  display: inline-block;
  vertical-align: top;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s;
  -moz-transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s;
  -ms-transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s;
  -o-transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s;
  transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s;
}
.galleryBlock .images .imageWrapper.aos-animate {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.galleryBlock .images .imageWrapper.big {
  width: calc(66.6666% - 50px);
}
.galleryBlock .images .imageWrapper.big .image {
  padding-bottom: calc(50% - 25px);
}
.galleryBlock .images .imageWrapper .image {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media all and (max-width: 1024px) {
  .galleryBlock {
    margin: 50px 0;
  }
  .galleryBlock .intro .title {
    margin-bottom: 20px;
  }
  .galleryBlock .images {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-top: 40px;
  }
  .galleryBlock .images .imageWrapper {
    width: calc(33.3333% - 10px);
    margin: 0 5px;
    margin-top: 10px;
  }
  .galleryBlock .images .imageWrapper.big {
    width: calc(66.6666% - 10px);
  }
  .galleryBlock .images .imageWrapper.big .image {
    padding-bottom: calc(50% - 5px);
  }
}
/*# sourceMappingURL=gallery_block.css.map */