/* убираем рамку "пожалуйста, заполните все обязательные поля" */
div#tilda-popup-for-error {
    opacity: 0 !important;
}

@media screen and (max-width: 640px) { h1.js-feed-post-title.t-feed__post-popup__title.t-title.t-title_xxs {
    font-size: 20px;
}
}

/* для статей. Оформление даты */
.t-feed__post-date {
    font-size: 14px;
    color: #fafafa;
    font-weight: 400;
    font-family: 'Inter';
    background-color: #244287;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
}

/* статьи на всю ширину окна */
@media (min-width: 1201px) {
.t-feed__post {
    width: calc(25vw - 50px) !important;
}
.t-feed__slider-grid__post-wrapper {
    width: 100% !important;
    margin-left: 10px;
    margin-right: 10px;
}
.t1004 .t-slds__main {
    max-width: calc(100% - 200px);
}
.t1004 .t-slds__container {
    width: 100%;
}