    /*Скрытие H1 и H2*/
    .uc-hidden, .t-feed__post-popup__title, [class*="uc-"][class*="hide"] {
        position: absolute;
        clip: rect(0 0 0 0);
        width: 1px;
        height: 1px;
        margin: -1px;
    }  
    
    /*Изображения в зиро-блоках*/
    .tn-atom__img {
        height: auto !important;
    }    
    
    /*Кредитное предупреждение*/
    .t945 .t-form__inputsbox {
        display: none !important;
    }
    .t945__popup {
        width: 100% !important;
        max-width: 100% !important;
        background-color: transparent !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        overflow: auto !important;
        -webkit-box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.2) !important;
        box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.2) !important;
    }
    .t945__container {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .t945 .t-popup__block-close {
        width: 20px !important;
        height: 20px !important;
        top: 12px !important;
        right: 12px !important;
    }
    .t945 .t-popup__close-wrapper {
        width: 100% !important;
        height: 100% !important;
        padding: 0px !important;
    }
    .t945 .t-popup__close-icon {
        width: 100% !important;
        height: 100% !important;
    }
    .t945__title {
        position: relative !important;
        margin-bottom: 0px !important;
        z-index: 2 !important;
    }
    .t945__title a {
        color: inherit !important;
    }
    .t945 .t-form__successbox {
        width: 100% !important;
        height: 100% !important;
        position: absolute !important;
        left: 0px !important;
        top: 0px !important;
        display: block !important;
        padding: 0px !important;
        margin: 0px !important;
        opacity: .9 !important;
        z-index: 1 !important;
    }
    
    
@media screen and (max-width: 960px) {    
    
    /*Кредитное предупреждение*/
    .t945__container {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
    .t945 .t-popup__block-close {
        width: 16px !important;
        height: 16px !important;
    }
    
    
}



@media screen and (max-width: 480px) {    
    
    /*Кредитное предупреждение*/
    .t945__container {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    
    
}