.list-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.list-news:not(.list-news_frontpage) > :nth-child(n) {
  margin-top: 10px;
}

.list-news.list-news_frontpage {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 719px) {
  .list-news.list-news_frontpage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-news.list-news_frontpage .list-news__second {
    margin-left: 0;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 20px;
  }
  .list-news.list-news_frontpage .list-news__second > :not(:last-child) {
    margin-bottom: 10px;
  }
}

.list-news__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list-news__main > :not(:last-child) {
  margin-bottom: 20px;
}

.list-news__second {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list-news__second > :not(:last-child) {
  margin-bottom: 20px;
}

/* @media screen and (min-width:0\0) {  
      .list-news{
        display: block!important;
      }
  
    } */
/*# sourceMappingURL=list-news.css.map */