.window__input-recall,
.window__mobi-recall,
.remind-password,
.login-popup-forget-pas,
.cookie-agreement,
.cabinet .payment-info,
.mobi-table [href*="/personal/receipt/"],
.charges-history__services:last-child .charges-history__print,
.payment__button-container a:first-child,
.cabinet-wrapper .payment-info {
    display: none !important;
}

.charges-history__print {
    visibility: hidden;
}

.socials-image[src*="max"] {
    border-radius: 20%;
}

.uploadform_files_field {
    border-color: blue;
    transition: 0.2s;
}
.uploadform_files_field:hover {
    border-color: darkblue;
}

.uploadform_files_field > span {
    color: blue;
    transition: 0.2s;
}
.uploadform_files_field:hover > span {
    color: darkblue;
}

.citrustszh-moneta-payment-email {
    font-size: 18px;
}

.payment__button-container [href*="search"] .payment__options-button div {
    font-size: 0;
}
.payment__button-container [href*="search"] .payment__options-button div::before {
    content: 'Найти задолженность';
    font-size: 16px;
    line-height: 40px;
}

.history-mobi hr {
    margin-top: 25px;
    margin-bottom: 20px;
}

.mobi-leftmenu .mobi-leftmenu__header {
    color: white !important;
}

@media screen and (max-width: 767px) {
    .block-auth-form+.window__hr {
        background: none;
    }
}
