/* изменения для стаей и потоков */
@media screen and (min-width: 1200px) {
  .t-feed__post-popup__content.t-col {
    width: 75% !important;         /* 9 из 12 колонок */
    margin-left: 25% !important;   /* 3 из 12 колонок */
    margin-right: 0 !important;
  }
}

