.rubric-news {
  margin-top: 30px;
  position: relative; }
  @media only screen and (max-width: 992px) {
    .rubric-news {
      display: none; } }
  .rubric-news__header {
    position: relative;
    background: #4d5a67;
    height: 45px;
    padding: 0 15px;
    font: bold 18px/45px "Arial Narrow", sans-serif;
    text-transform: uppercase;
    color: #ffffff; }
    .rubric-news__header a {
      color: #ffffff;
      transition: all 0.3s ease; }
      .rubric-news__header a:hover, .rubric-news__header a:active, .rubric-news__header a:focus {
        color: #578ce2; }
  .rubric-news__wrapper {
    position: relative;
    margin: 20px -10px; }
  .rubric-news__grid {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0;
    line-height: 0;
    -ms-flex-pack: center;
    justify-content: center; }
  .rubric-news__item {
    position: relative;
    display: block;
    width: 16.6666666667%;
    padding: 0 10px;
    margin: 0 0 10px 0; }
  .rubric-news__image {
    position: relative;
    width: 100%;
    transition: all .3s ease;
    display: block;
    margin: 0 0 10px 0; }
    .rubric-news__image:hover, .rubric-news__image:active, .rubric-news__image:focus {
      opacity: 0.7; }
  .rubric-news__image-wrap {
    position: relative;
    height: 100%;
    width: 100%; }
  .rubric-news__image-cell {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle; }
    .rubric-news__image-cell img {
      display: inline-block; }
  .rubric-news__description {
    position: relative; }
  .rubric-news__date {
    color: #afafaf;
    font: 400 11px/130% "Arial", sans-serif;
    margin-top: 7px;
    margin-bottom: 7px; }
  .rubric-news__text {
    color: #575757;
    font: 400 12px/130% "Arial", sans-serif; }
    @media only screen and (max-width: 992px) {
      .rubric-news__text {
        font: 400 11px/130% "Arial", sans-serif; } }
    @media only screen and (max-width: 768px) {
      .rubric-news__text {
        font: 400 13px/130% "Arial", sans-serif; } }
  .rubric-news__link {
    display: inline-block;
    font: bold 13px/130% "Arial", sans-serif;
    color: #000;
    margin: 0 0 10px 0;
    transition: all 0.3s ease; }
    @media only screen and (max-width: 992px) {
      .rubric-news__link {
        font: bold 12px/130% "Arial", sans-serif; } }
    @media only screen and (max-width: 768px) {
      .rubric-news__link {
        font: bold 14px/130% "Arial", sans-serif; } }
