/* Стили новостей */

.t-feed__post-popup__close-text {
    font-weight: 700 !important;
    line-height: 1.2;
    letter-spacing: -1px;
    font-size: 20px !important;
}


.t-feed__post-popup__content img {
    border-radius: 40px;
}

.t-title_xxs {
    font-size: 60px !important;
    line-height: 1.2;
    font-weight: 100 !important;
    letter-spacing: -4px;
}

.t-feed__post-popup__date.t-uptitle {
    letter-spacing: 0px !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}

.t-text_md {
    font-size: 18px !important;
    line-height: 1.55;
    font-weight: 200 !important;
}

.t-feed__post-popup.t-popup_show .t-popup__container.t-popup__container.t-popup__container-static {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .9s cubic-bezier(.19,1,.22,1);
    -o-transition: all .9s cubic-bezier(.19,1,.22,1);
    transition: all .9s cubic-bezier(.19,1,.22,1);
    padding-bottom: 120px;
}

.t-feed__post-popup__content-wrapper {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 100px;
}

.t-feed__post-popup__close-wrapper.t-feed__post-popup__close-wrapper_loading {
    padding-bottom: 20px;
    border-bottom: solid 1px #ffffff40;
}

.t-descr_xxs {
    font-size: 14px;
    line-height: 1.55;
    font-weight: 200;
}

.t-uptitle {
    font-weight: 800 !important;
}

.t-name {
    font-weight: 800 !important;
}

        .t-feed__post-popup__relevants-bgimg {
        border-radius: 30px;
    }
    
    .t-feed__post-popup__relevants-bgimg {
        border-radius: 30px;  
        border: solid 1px #ffffff60;
    }
