/**
* @helpers
*/
@media (min-width: 230px) {
  .page__news {
    padding: 3rem 0 0;
  }
  .page__news .module__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3rem;
  }
  .page__news .module__content {
    margin-bottom: 3rem;
  }
  .page__news .module__content .news__group {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 3rem;
  }
  .page__news .module__content .news__group .news__global .news__box .frame {
    padding-top: 67.57%;
  }
}

@media (min-width: 480px) {
  .page__news .module__content .news__group {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem 1.5rem;
  }
}

@media (min-width: 768px) {
  .page__news .module__content .news__group {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .page__news {
    padding-top: 3rem;
  }
  .page__news .module__content {
    margin-bottom: 5rem;
  }
  .page__news .module__content .news__group {
    grid-gap: 3rem;
  }
}

@media (min-width: 992px) {
  .page__news .module__content {
    margin-bottom: 8rem;
  }
}
