.news-events__title, .news-events__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity .4s, -webkit-transform .4s;
  transition: opacity .4s, -webkit-transform .4s;
  -o-transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s, -webkit-transform .4s; }
  .news-events__title.active, .news-events__item.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.news-events {
  background-color: #f0f3f6;
  padding: 40px 0; }
  @media only screen and (max-width: 992px) {
    .news-events {
      padding: 40px 0 30px; } }
  .news-events__container {
    margin: 0 -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 992px) {
      .news-events__container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media only screen and (max-width: 576px) {
      .news-events__container {
        margin: 0; } }
  .news-events__item {
    margin: 0 10px 20px;
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
    background-color: #fff; }
    .news-events__item:hover {
      opacity: .8; }
    @media only screen and (max-width: 992px) {
      .news-events__item {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        margin-bottom: 20px; } }
    @media only screen and (max-width: 576px) {
      .news-events__item {
        width: 100%;
        margin: 0 0 20px; } }
  .news-events__foto-block {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover; }
  .news-events__shape {
    padding-top: 75%; }
  .news-events__text-block {
    min-height: 152px;
    padding: 10px 10px 10px; }
    @media only screen and (max-width: 992px) {
      .news-events__text-block {
        min-height: 116px; } }
    @media only screen and (max-width: 576px) {
      .news-events__text-block {
        min-height: 90px; } }
  .news-events__date {
    font: bold 12px "Roboto Condensed", sans-serif;
    letter-spacing: 0.5px;
    color: #7d83a6;
    margin-bottom: 10px; }
  .news-events__text {
    color: #4a4a4a; }
