    .t-feed__post-popup__date-parts-wrapper.t-feed__post-popup__date-parts-wrapper_beforetitle {
    display: none;
}

.t-feed__post-popup__title-wrapper {
    font-family: 'Jun';
    color: #800001;
    font-size: 20px;
}

.t-feed__post-popup__text-wrapper {
    font-family: 'Roboto' !important;
}

.js-feed-post-text.t-feed__post-popup__text.t-text.t-text_md {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    color: #501612;
}

.t-feed__post-popup.t-popup_show {
    background-color: #F7F6F1 !important;
}

.t-feed__post-popup__close-wrapper {
    background-color: #F7F6F1;
    border-bottom: 1px solid #dfc5c1;
}

.t-feed__post-popup__close-text {
    font-family: 'jun';
    color: #800001 !important;
    text-transform: lowercase;
}


svg.t-popup__close-icon path {
    stroke: #800001;
    stroke-width: 1px;
}

.t-feed__post-popup__text a {
    background-color: #800001;
    padding: 10px 20px;
    text-decoration: none;
    font-family: 'Jun';
    color: white !important;
    text-transform: lowercase;
    font-size: 18px;
}


