.post_pin {
  display: flex;
}
.post__news {
  display: flex;
  flex-wrap: wrap;
}
.post__block {
  padding: 0 0 30px 0;
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.post__block-header {
  padding-top: 30px;
  border-top: solid 1px #E4D0C6;
}
.post__block-header h2>a, .post__block-header h2 {
font-family: 'Open Sans', sans-serif; font-weight: 700;
font-weight: 400;
font-size: 48px;
color: #000000;
letter-spacing: 0;
text-decoration: none;
}
.post__block-header h2>a:hover,
.post__block-header h2>a:focus {
  color: #FF0E00;
}
.post__block-elements {
  width: 100%;
  display: inline-block;
}
.post__item .photocounter,
.post__item .videoico {
  display: none;
}
.post__item.photo .photocounter {
  display: flex;
  position: absolute;
  top: 20px;
  left: 20px;
  align-items: center;
}
.post__item.photo .photocounter img {
  margin-right: 10px;
}
.post__item.photo .photocounter span {
font-family: 'Open Sans', sans-serif;
font-weight: 700;
font-size: 14px;
color: #FFFFFF;
letter-spacing: 0;
}
.post__item.video .videoico {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -22px;
  display: block;
}
.post__item figcaption .info p {
font-family: 'Open Sans', sans-serif;
font-weight: 700;
font-size: 14px;
color: #2B2726;
letter-spacing: 0;
}
.post__item .post__thumbnail {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.post__item:hover *,
.post__item:focus * {
  transition: 0.4s;
}
.post__item .post__thumbnail-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 50s, box-shadow 0.4s;
}
.post__item:hover .post__thumbnail-bg,
.post__item:focus .post__thumbnail-bg,
.post__item:hover .post__item-bg,
.post__item:focus .post__item-bg {
  box-shadow: inset 0 0 300px 500px rgba(0,0,0,0.4);
  transform: scale(1.5);
  transition: transform 50s, box-shadow 0.4s;
}
.post__item-bg {
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 500px rgba(0,0,0,0.25);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 50s;
  position: absolute;
}
.post__item.feature {
  position: relative;
  height: 500px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.post__item.feature figcaption {
  padding: 0 40px 40px 20px;
  position: relative;
  z-index: 1;
}
.post__item.feature figcaption h3 {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 36px;
color: #FFFFFF;
letter-spacing: 0;
}
.post__item.feature figcaption .info p {
font-family: 'Open Sans', sans-serif;
font-weight: 700;
font-size: 14px;
color: #FFFFFF;
letter-spacing: 0;
}
.post__item.primary {

}
.post__item.primary .post__thumbnail {
  height: 260px;
  width: 100%;
  overflow: hidden;
}
.slider .post__item.primary .post__thumbnail {
  height: 170px;
}
.post__item.primary figcaption {}
  .post__item.primary figcaption h3 {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 22px;
color: #2B2726;
letter-spacing: 0;
line-height: 30px;
  }
.post__item.primary:hover figcaption h3,
.post__item.primary:focus figcaption h3 {
  color: #FF0E00;
}
.post__item.media {
position: relative;
}
.post__item.media .post__thumbnail {
  height: 170px;
}
.post__item.media figcaption h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #2B2726;
  line-height: 24px;
}
.post__item.media:hover figcaption h3,
.post__item.media:focus figcaption h3 {
  color: #FF0E00;
}
.post__item.special {
  height: 320px;
  position: relative;
}
.post__item.special .post__thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
}
.post__item.special figcaption {
  position: relative;
  height: 100%;
  z-index: 1;
  padding: 30px 20px;
  justify-content: flex-end;
  background-image: -webkit-linear-gradient(rgba(44,40,38,0.00) 0%, rgba(44,40,38,0.60) 100%);
  background-image: -o-linear-gradient(rgba(44,40,38,0.00) 0%, rgba(44,40,38,0.60) 100%);
  background-image: linear-gradient(rgba(44,40,38,0.00) 0%, rgba(44,40,38,0.60) 100%);
}
.post__item.special figcaption h3 {
font-family: 'Open Sans', sans-serif;
font-size: 18px;
color: #FFFFFF;
line-height: 24px;
}
@media screen and (min-width:0) and (max-width:559px) {
  .post__item.feature {
    height: 320px;
  }
  .post__item.feature figcaption {
    padding-bottom: 25px;
  }
  .post__item.feature figcaption h3 {
font-size: 22px;
line-height: 24px;
  }
  .post__item.primary {

  }
  .post__item.primary .post__thumbnail {
    height: 200px;
  }
  .post__item.primary figcaption h3 {
  font-size: 18px;
  line-height: 24px;
  }
  .post__item.media.video,
  .post__item.media.photo {}
  .post__item.media.video .post__thumbnail,
  .post__item.media.photo .post__thumbnail {
    height: 200px;
  }
    .post__item.media.video figcaption h3,
    .post__item.media.photo figcaption h3 {
      font-size: 18px;
      line-height: 24px;
    }
  .post__item.special {
    height: 320px;
  }
  .post__item.special figcaption {}
  .post__item.special figcaption h3 {}
    .post__block-header {
      height: 80px;
      align-items: center;
      display: flex;
      padding-top: 0;
    }
    .post__block-header h2>a, .post__block-header h2 {
      font-size: 28px;
      font-weight: 700;
    }
    .post__block-header p {
      display: none;
    }
}
@media screen and (min-width:560px) and (max-width:759px) {
  .post__item.feature {
    height: 320px;
  }
  .post__item.feature figcaption h3 {
font-size: 22px;
line-height: 24px;
  }
  .post__item.primary {

  }
  .post__item.primary .post__thumbnail {
    height: 200px;
  }
  .post__item.primary figcaption h3 {
  font-size: 18px;
  line-height: 24px;
  }
  .post__item.media.video,
  .post__item.media.photo {}
  .post__item.media.video .post__thumbnail,
  .post__item.media.photo .post__thumbnail {
    height: 200px;
  }
    .post__item.media.video figcaption h3,
    .post__item.media.photo figcaption h3 {
      font-size: 18px;
      line-height: 24px;
    }
  .post__item.special {
    height: 320px;
  }
  .post__item.special figcaption {}
  .post__item.special figcaption h3 {}
    .post__block-header {
      height: 80px;
      align-items: center;
      display: flex;
      padding-top: 0;
    }
    .post__block-header h2 {
      margin-bottom: 10px;
    }
    .post__block-header h2>a, .post__block-header h2 {
      font-size: 28px;
      font-weight: 700;
    }
    .post__block-header p {
      display: none;
    }
}
@media screen and (min-width:760px) and (max-width:999px) {
  .post__item.feature {
    height: 320px;
  }
  .post__item.feature figcaption h3 {
font-size: 18px;
line-height: 24px;
  }
  .post__item.primary {

  }
  .post__item.primary .post__thumbnail {
    height: 170px;
  }
  .post__item.primary figcaption h3 {
  font-size: 18px;
  line-height: 24px;
  }
  .post__item.media.video,
  .post__item.media.photo {}
  .post__item.media.video .post__thumbnail,
  .post__item.media.photo .post__thumbnail {
    height: 170px;
  }
    .post__item.media.video figcaption h3,
    .post__item.media.photo figcaption h3 {
      font-size: 18px;
      line-height: 24px;
    }
  .post__item.special {
    height: 320px;
  }
  .post__item.special figcaption {}
  .post__item.special figcaption h3 {}
    .post__block-header {
      height: 80px;
      align-items: center;
      display: flex;
      padding-top: 0;
    }
    .post__block-header h2>a, .post__block-header h2 {
      font-size: 21px;
    }
    .post__block-header p {
      display: none;
    }
}
@media screen and (min-width:1000px) and (max-width:1279px) {}
@media screen and (min-width:1280px) {}
