/*d5001d*/
/*@primaryColorDark: #8e0013;*/
/*@darkBlue: #7b0111;*/
.photoMazeryBlock {
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -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;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.photoMazeryBlock.aos-animate {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.photoMazeryBlock.custom .image {
  position: relative;
}
.photoMazeryBlock.custom .image img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
}
.photoMazeryBlock .intro {
  margin-bottom: 40px;
}
.photoMazeryBlock .images {
  margin-left: -8px;
  width: calc(100% + 16px);
}
.photoMazeryBlock .image {
  display: inline-block;
  height: 380px;
  background-position: center;
  background-size: cover;
  margin: 8px;
  vertical-align: top;
}
.photoMazeryBlock .image.small {
  width: 380px;
}
.photoMazeryBlock .image.normal {
  width: calc(100% - 380px - 32px);
}
.photoMazeryBlock .image.big {
  display: block;
  width: calc(100% - 16px);
}
.photoMazeryBlock .button {
  margin-top: 30px;
}
@media all and (max-width: 1024px) {
  .photoMazeryBlock .image.small,
  .photoMazeryBlock .image.normal {
    width: calc(50% - 16px);
  }
}
@media all and (max-width: 767px) {
  .photoMazeryBlock .images {
    margin-left: 0;
    width: 100%;
  }
  .photoMazeryBlock .intro {
    margin-bottom: 20px;
  }
  .photoMazeryBlock .image {
    height: 300px;
  }
  .photoMazeryBlock .image.small,
  .photoMazeryBlock .image.normal,
  .photoMazeryBlock .image.big {
    margin: 20px 0;
    display: block;
    width: 100%;
  }
}
/*# sourceMappingURL=photo_mazery_block.css.map */