.t-feed__post-popup__cover-wrapper img{
    border-radius: 24px;
}
.t-feed__post-popup__container{
    position: relative;
    z-index: 5;
}

.t-feed .t-feed__post-popup{
    background-color: #232323;
    padding: 15px 0 0px 0;
}
/*.t-feed__post-popup__content img {*/
/*    max-width: 100%;*/
/*    border-radius: 32px;*/
/*    overflow: hidden;*/
/*}*/
.t-feed__post-popup__container.t-container.t-popup__container.t-popup__container-static{
    background-color: white;
    border-radius: 32px;
    overflow: hidden;
}
.t-feed__post-popup.t-popup_show{
    /*padding: 15px 0 80px 0;*/
}

@media screen and (min-width: 1360px){
    .t-feed__post-popup__container.t-container.t-popup__container.t-popup__container-static {
    max-width: 1320px;
}
}

@media screen and (max-width: 1360px){
    .t-feed__post-popup__container.t-container.t-popup__container.t-popup__container-static{
        max-width: 1160px;
    }
}
@media screen and (max-width: 1200px){
    .t-feed__post-popup__container.t-container.t-popup__container.t-popup__container-static{
        max-width: 980px;
    }
}
@media screen and (max-width: 1000px){
    .t-feed__post-popup__container.t-container.t-popup__container.t-popup__container-static{
        max-width: 748px;
    }
    .t-feed__post-popup__container {
        padding: 30px !important;
    }
    .t-feed__post-popup__content-wrapper {
    padding: 0 !important;
}
}
@media screen and (max-width: 768px){
    .t-feed__post-popup__container.t-container.t-popup__container.t-popup__container-static{
        max-width: 460px;
        margin: 0 auto;
    }
        .t-feed{
        padding: 10px 0 60px 0;
    }
}
@media screen and (max-width: 480px){
    .t-feed__post-popup__container.t-container.t-popup__container.t-popup__container-static{
        max-width: 100%;
        /*padding: 20px;*/
        
    }
    .t-feed__post-popup.t-popup_show {
        background-color: #ffffff !important;
        display: block;
        overflow: hidden;
        border-radius: 16px;
        margin: 0 10px;
        padding: 0 !important;
    }
    .t-feed{
        padding: 10px 0 60px 0;
    }
    
}



h3.t-redactor__h3 {
    font-weight: 100 !important;
    color: #000000 !important;
}

.t-redactor__text {
    font-weight: 600 !important;
    color: #000000 !important;
}

h1.js-feed-post-title {
    font-weight: 500 !important;
}