/* скрываю дату и раздел в попапах блока ОТЗЫВЫ-потоки */
#rec892223731 .t-feed__post-popup__date-parts-wrapper > * {
    display:none;
}
/* /скрываю дату и раздел в попапах блока ОТЗЫВЫ-потоки */

/* стиль для блока ОТЗЫВЫ */
    .uc-opinions .t-feed__slider-grid__post-wrapper {
        border: 2px solid #5b90df;
    }
    
/*    .uc-opinions :is(.t-feed__post-popup__date, .t-uptitle) { */
    .uc-opinions .t-uptitle) {
        font-size: 14px;
        font-weight: 400;
        font-family: 'Roboto';
    }
    
    .uc-opinions .js-feed-popup-title {
        font-size: 16px;
        font-family: 'ZTNeueRalewe',Arial,sans-serif;
    }

    .uc-opinions .t-btntext {
       font-family: 'Roboto';
       font-weight: 100;
    }

@media screen and (max-width: 960px) {
    .uc-opinions .t-slds__arrow_wrapper {
        display: block !important;
/*        pointer-events: none !important; */
    }
    :is(.uc-opinions, .uc-custom-gallery) .t-slds__arrow {
        background-color: transparent !important;
    }
    :is(.uc-opinions, .uc-custom-gallery) .t-slds__arrow svg {
        overflow: visible !important;        
    }
    :is(.uc-opinions, .uc-custom-gallery) .t-slds__arrow svg polyline {
        stroke: #5b90df !important;
        stroke-width: 6 !important;
        stroke-linecap: round !important;
    }
    :is(.uc-opinions, .uc-custom-gallery) .t-slds__arrow_body {
        width: 18px !important;
    }
}

@media screen and (max-width: 480px), (orientation: landscape) and (max-height: 480px) {
    .uc-opinions .t-section__title {
        text-align: center !important;
        padding-bottom: 25px !important;
    }
    .uc-opinions .t-section__descr {
        text-align: center !important;
        padding-bottom: 41px !important;
    }
}
/* /стиль для блока ОТЗЫВЫ */

/* стиль для галлереи документов */
.uc-custom-gallery .t-slds__bgimg {
    background-size: contain !important;
}
/* /тиль для галлереи документов */

/* стиль для футера */
    .uc-custom-footer .t463__colwrapper {
        display: flex !important;
        width: 100% !important;
        justify-content: space-between !important;
        flex-wrap: wrap !important;
    }
    .uc-custom-footer .t463__colwrapper > div:nth-child(1) { /*copyright*/
        order: 1;
        display: block !important;
        width: unset !important;
    }
    .uc-custom-footer .t463__colwrapper > div:nth-child(2) { /*policy*/
        order: 3;
        display: block !important;
        width: unset !important;
        padding-inline: 0px;
    }
    .uc-custom-footer .t463__colwrapper > div:nth-child(3) { /*buttons*/
        order: 2;
        display: block !important;
        margin-bottom: 20px !important;
        width: unset !important;
    }
    .uc-custom-footer .t463__colwrapper > div:nth-child(3) .t-sociallinks__wrapper {
        justify-content: center !important;
    }
    
@media screen and (max-width: 480px) {
    .uc-custom-footer .t463__colwrapper > div:nth-child(1) {
        order: 2 !important;
        margin-inline: auto !important;
    }
    .uc-custom-footer .t463__colwrapper > div:nth-child(2) {
        order: 3 !important;
        margin-inline: auto !important;
    }
    .uc-custom-footer .t463__colwrapper > div:nth-child(3) {
        order: 1 !important;
        margin-inline: auto !important;
    }
}
/* /стиль для футера */