 /*Статья о конференции*/
    div[data-feed-popup-feeduid="673718411031"] .t-feed__post-popup__content-wrapper .t-feed__post-popup__content .t-feed__post-popup__text-wrapper .js-feed-post-text .t-redactor__tte-view .t-redactor__text:last-child a{
        display: inline-block;
        margin-top:40px;
        padding:20px 30px;
        background-color: #385147;
        color: #DBE0CD !important;
        font-size: 16px;
        font-weight: 600;
        transition: 0.3s ease-in;
    }
    
        div[data-feed-popup-feeduid="673718411031"] .t-feed__post-popup__content-wrapper .t-feed__post-popup__content .t-feed__post-popup__text-wrapper .js-feed-post-text .t-redactor__tte-view .t-redactor__text:last-child a:hover{
        background-color: #DBE0CD;
        color: #385147 !important;
        
    }
    
    
 /*Статья о выступлении Фёдора*/
    div[data-feed-popup-feeduid="673718411031"] .t-feed__post-popup__content-wrapper .t-feed__post-popup__content .t-feed__post-popup__text-wrapper .js-feed-post-text .t-redactor__tte-view .t-redactor__text:last-child a{
        display: inline-block;
        margin-top:40px;
        padding:20px 30px;
        background-color: #37404F;
        color: #BCC5CC !important;
        font-size: 16px;
        font-weight: 600;
        transition: 0.3s ease-in;
    }
    
        div[data-feed-popup-feeduid="673718411031"] .t-feed__post-popup__content-wrapper .t-feed__post-popup__content .t-feed__post-popup__text-wrapper .js-feed-post-text .t-redactor__tte-view .t-redactor__text:last-child a:hover{
        background-color: #BCC5CC;
        color: #37404F !important;
        
    }