

/* РОЗОВЫЙ ФОН */
html,
body,
.t-body,
#allrecords,
.t-records,
.t-feed,
.t-feed__container,
.t-feed__grid,
.t-feed__grid-container,
.t-feed__section,
.t-feed__post-popup,
.t-feed__post-popup__content,
.t-feed__post-popup__container,
.t-feed__post-popup__text-wrapper,
.t-feed__post-popup__header,
.t-feed__post-popup__head,
.t-feed__post-popup__close-wrapper {
    background-color: #FCE1ED !important;
}


/* ШРИФТ */
.t-feed,
.t-feed *,
.t-feed__post-popup,
.t-feed__post-popup * {
    font-family: 'TildaSans', Arial, sans-serif !important;
}

</style>