.t-feed__post-img {
    border-radius: 30px;
}

.js-feed-post-image.t-feed__post-popup__img.t-img {
    border-radius: 30px;
}


/*Скругление углов в форме обратной связи*/

.t-popup__container {
    border-radius: 30px;
}

/*Блоки в строку "обсудить в мессенджерах*/

.t-input-group.t-input-group_cb {
    display: flex !important;
    flex-direction: row-reverse;
    float: left;
}

.t-input-title.t-descr.t-descr_md.t-input-subtitle.t-descr_xxs.t-opacity_70.t-input-block {
    margin: auto;
    padding-bottom: inherit;
    padding-bottom: 0px;
}

/*выравнивание внутренних блоков "Обсудить в мессенджерах*/

.t-checkbox__control.t-text.t-text_xs {
    margin-top: 2px;
}

.t-input-subtitle.t-descr.t-descr_xxs.t-opacity_70 {
    margin-top: 6px;   
}