.article__aggr {
    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;
  }
  .article__aggr {
    max-width: 540px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .article__aggr-txt {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #5e5e5e;
    padding-right: 12px;
    padding-bottom: 10px;
  }
  .article__aggr-list {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
  .article__aggr-item {
    background: #fff;
    display: inline-block;
    box-shadow: 0px 0.80009px 4.80053px rgb(32 33 36 / 28%);
    border-radius: 0px 6px 6px 0px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    width: 49%;
    height: 32px;
  }
  .article__aggr-item.m-ya {
    background-image: url("/img/yandexnews_btn.svg");
    width: 142px;
  }
  .article__aggr-item:nth-child(1) {
    margin-right: 2px;
    border-radius: 6px 0px 0px 6px;
  }
  .article__aggr-item.m-goo {
    background-image: url("/img/googlenews_btn.svg");
    width: 156px;
  }
