.block:hover {
    margin-top: -15px !important;
    transition: margin-top 0.2s;
}

.block {
    transition: margin-top 0.2s;
}

.t-text {
    font-weight: normal !important;
}

.t-popup__close.t-popup__block-close {
    background: #01ff01;
    border-radius: 100px;
}

@media screen and (max-width: 480px) {
    .uc-donat .t-descr_xs {
        font-size: 20px !important;
        line-height: 1.45;
    }
    .t-popup.t-popup-anim-fadein.t-popup-transition.t-popup_show {
    background: #fff;
}
    
}