.t-uptitle {
    font-family: 'inter', Arial, sans-serif;
    font-weight: 600;
    color: #000000;
    letter-spacing: 2.5px;
}


.zero_form .t-checkbox__control {
    display: flex;
    align-items: center;
}
.zero_form .t-checkbox__labeltext,
.zero_form .t-checkbox__labeltext div {
    display: block;
}

/*скругление посты*/
.t-feed__post-popup__content img {
    display: block;
    max-width: 100%;
    border-radius: 30px;
}

/*скругление посты рекомендации*/
.t-feed__post-popup__relevants-bgimg {
  border-radius: 15px;
}