/*
100 - Thin
200 - Extra Light, Ultra Light
300 - Light
400 - Normal, Book, Regular
500 - Medium
600 - Semi Bold, Demi Bold
700 - Bold
800 - Extra Bold, Ultra Bold
900 - Black, Heavy
*/
.paragraph--type--news .field--name-field-nodes .view-news .view-content,
.paragraph--type--news .field--name-field-nodes.field__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 390px));
  justify-content: center; }
.paragraph--type--news > footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 54px; }
  .paragraph--type--news > footer .social-nets-links {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .paragraph--type--news > footer .social-nets-links .menu-block-label {
      font-size: 24px;
      font-weight: 500;
      margin-right: 25px; }
  @media only screen and (max-width: 600px) {
    .paragraph--type--news > footer {
      flex-direction: column; }
      .paragraph--type--news > footer .social-nets-links .menu-block-label {
        font-size: 17px;
        line-height: 1.29; }
      .paragraph--type--news > footer .all-news-link-container {
        order: -1;
        margin-bottom: 40px; } }

.node--type-news.node--view-mode-short-teaser {
  position: relative;
  background-size: cover;
  height: 271px;
  padding: 25px 29px 35px; }
  .node--type-news.node--view-mode-short-teaser .article-title {
    font-size: 1rem;
    font-weight: 400;
    margin: auto 0 22px; }
  .node--type-news.node--view-mode-short-teaser .publication-date {
    color: #b5b1e8;
    font-size: 0.7778rem; }
  .node--type-news.node--view-mode-short-teaser::before {
    content: '';
    position: absolute;
    z-index: 50;
    background: #1c157c;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: background 0.5s ease; }
  .node--type-news.node--view-mode-short-teaser .node__content {
    position: relative;
    z-index: 100;
    color: #FFFFFF;
    overflow: hidden;
    position: relative;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%; }
  .node--type-news.node--view-mode-short-teaser .field--name-body {
    font-size: 0.8889rem;
    line-height: 1.625;
    overflow: hidden;
    text-overflow: ellipsis;
    color: inherit;
    height: 0px;
    transition: height 0.5s ease; }
  .node--type-news.node--view-mode-short-teaser a[rel="bookmark"] {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 150; }
  .node--type-news.node--view-mode-short-teaser:HOVER::before {
    background: #086ad6; }
  .node--type-news.node--view-mode-short-teaser:HOVER .field--name-body {
    height: 160px;
    padding-top: 22px; }

/*# sourceMappingURL=node__news__short_teasers.css.map */
