@media only screen and (min-width: 769px) and (max-width: 4000px) {
    img.js-feed-post-image.t-feed__post-popup__img.t-img.t-zoomable {
    border-radius: 32px !important;
    }

    .t-redactor__text {
    font-weight: 700;
    }

    span.js-feed-post-date.t-feed__post-popup__date.t-uptitle.t-uptitle_sm {
    font-weight: 700 !important;
    font-size: 14px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
    
    h1.js-feed-post-title.t-feed__post-popup__title.t-title.t-title_xxs {
    font-size: 20px !important;
    }
    
    img.js-feed-post-image.t-feed__post-popup__img.t-img.t-zoomable {
    border-radius: 32px !important;
    }
    
    .t-redactor__text {
    font-weight: 700;
    }
    
    span.js-feed-post-date.t-feed__post-popup__date.t-uptitle.t-uptitle_sm {
    font-weight: 700 !important;
    font-size: 12px !important;
    }
    
}

a.t-feed__post-popup__tag {
    display: none !important;
}

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

h1.js-feed-post-title.t-feed__post-popup__title.t-title.t-title_xxs {
    text-align: center !important;
}

.t-feed__post-popup__container.t-container.t-popup__container.t-popup__container-static {
    padding-top: 42px !important;
}

.t-feed__post-popup__date-parts-wrapper.t-feed__post-popup__date-parts-wrapper_aftertext {
    margin-top: 0px !important;
}

.t-carousel__zoomer__item.active {
    background-color: #121212 !important;
}

ul {
    list-style-image: url("https://static.tildacdn.com/tild3635-6262-4235-b763-613465326539/cube_17953905_2_3_1.svg")
}