.donation-widget-container iframe { width: 100% !important; }
.donation-thermometer-container iframe { width: 100% !important; }

/*Обводка заголовков. Для заголовков в zero-блоках задавать отдельно на страницах*/
.uc-title--outline {
    color: transparent;
    -webkit-text-stroke: 1px #416c4f;
    text-stroke: 1px #416c4f;
    
    h2 {
        color: transparent !important;
        -webkit-text-stroke: 1px #416c4f !important;
        text-stroke: 1px #416c4f !important;
    }
    
    .t050__title {
        p {
            color: transparent;
            -webkit-text-stroke: 1px #416c4f;
            text-stroke: 1px #416c4f;
        }
    }
}

/*Блок новостей*/
.uc-news-block {
        
        .t-feed__container {
            padding: 0 !important;
        }
        
        .t-slds__main {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-box-orient: vertical !important;
            -webkit-box-direction: reverse !important;
                -ms-flex-direction: column-reverse !important;
                    flex-direction: column-reverse !important;
        }
        
        .t-feed__button-readmore .t-btntext {
            font-weight: 700 !important;
        }
        
        .t-feed__slider-grid__post-wrapper, .t-feed__col-grid__post-wrapper {
            border: 1px solid #416C4F
        }
        
        /*Выравнивание изображений по топу*/
        .t-feed__post-bgimg {
            background-position-y: top !important;
        }
        
        /*Лейбл на карточке*/
        .t-feed__post-label-wrapper {
            top: 8px !important;
            left: auto !important;
            right: 8px !important;
            
            .t-feed__post-label {
                margin: 0 !important;
                background-color: #416C4F !important;
                border-radius: 100px !important;
                
                .t-feed__post-tag {
                    color: #fff !important;
                    font-size: 8px !important;
                    font-weight: 700 !important;
                    line-height: 13px !important;
                }
            }
        }
        
        /*Подчеркивание активного таба*/
        .t-feed__parts-switch-btn.t-active a {
            font-weight: 700 !important;
            text-decoration: underline !important;
            -webkit-text-decoration-color: #E20000 !important;
            text-decoration-color: #E20000 !important;
        }