.relatedPostsBlock {
  margin-top: 100px;
  padding: 100px 0;
  background: rgba(0, 0, 0, 0.05);
}
.relatedPostsBlock.noMargin {
  margin-top: 0;
}
.relatedPostsBlock .intro {
  margin-bottom: 50px;
}
.relatedPostsBlock .items {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-top: 50px;
}
.relatedPostsBlock .items .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.3333% - 40px);
  margin: 0 20px;
  margin-bottom: 40px;
  background: #000;
}
.relatedPostsBlock .items .item a {
  color: #fff;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
.relatedPostsBlock .items .item a:hover {
  color: #ff6500;
}
.relatedPostsBlock .items .item a:hover .image .innerImage {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.relatedPostsBlock .items .item .image {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
}
.relatedPostsBlock .items .item .image .innerImage {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.3s 0s ease-out;
  -moz-transition: transform 0.3s 0s ease-out;
  -o-transition: transform 0.3s 0s ease-out;
  transition: transform 0.3s 0s ease-out;
}
.relatedPostsBlock .items .item .innerContent {
  display: block;
  padding: 30px;
}
.relatedPostsBlock .items .item .innerContent .smallTitle {
  display: block;
  max-width: 400px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
}
.relatedPostsBlock .items .item .innerContent .text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
  line-height: 30px;
  height: 90px;
}
.relatedPostsBlock .items .item .buttons {
  display: block;
  padding: 0 30px;
  margin-bottom: 30px;
}
.relatedPostsBlock .items .item .buttons .button {
  display: block;
}
@media all and (max-width: 1360px) {
  .relatedPostsBlock .items {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .relatedPostsBlock .items .item {
    width: calc(33.3333% - 20px);
    margin: 0 10px;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 1110px) {
  .relatedPostsBlock .items .item {
    width: calc(50% - 20px);
  }
  .relatedPostsBlock .items .item:last-child {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .relatedPostsBlock {
    padding: 50px 0;
    margin-top: 50px;
  }
  .relatedPostsBlock.noMargin {
    margin-top: 0;
  }
  .relatedPostsBlock .items .item .innerContent .smallTitle {
    height: auto;
    max-height: 48px;
  }
}
@media all and (max-width: 590px) {
  .relatedPostsBlock .items .item {
    width: calc(100% - 20px);
  }
}
/*# sourceMappingURL=related_posts_block.css.map */