.search-form__payment_data_progress {
    box-shadow: unset;
    margin: unset;
}

.search-form__title--text-center{
    text-align: center;
}

.search-form__payment_data_progress--spb-wait{
    display: unset;
    padding: unset;
}

.get-inn-data-progress, .get-calc-data-progress{
    padding-bottom: 5px;
}

.progress__bar--full{
    animation: unset;
    width: 100%;
}

.progress__bar--slow{
    animation: progress 60s linear;
}

.progress__bar--medium{
    animation: progress 30s linear;
}

/* sbp module styles */

.bank_td td{
    height: fit-content;
}

.select_sbp_bank {
    margin: 3px 0px 0px;
    line-height: 50%;
}

.select_sbp_bank table{
    --radius: 0px;
}

.select_sbp_bank td, .select_sbp_bank th {
    border: none;
    background: none;
    padding: 0px;
    vertical-align: center;
    height: fit-content;
    border-bottom-right-radius: unset;
}

.select_sbp_bank tbody:only-child tr:first-child td:first-child {
    border-top-left-radius: unset;
}
.select_sbp_bank tbody:only-child tr:first-child td:last-child {
    border-top-right-radius: unset;
}
.select_sbp_bank tbody tr:last-child td {
    border-bottom: none;
}
.select_sbp_bank tbody tr:last-child td:first-child {
    border-bottom-left-radius: unset;
}
.select_sbp_bank tbody tr:last-child td:last-child {
    border-bottom-right-radius: unset;
}

.select_sbp_bank tr:hover td {
    background-color: unset;
}

.select_sbp_bank_area {
    margin-top: 7px;
}

.select_sbp_bank_area a{
    margin: 7px;
}

#formFIO, #formSearch, #formPayment{
    padding-top: 15px;
}

.modal__text--info-tip{
    margin: unset;
    max-width: unset;
}

.category-block__head--next{
    margin-top: 35px;
}

.modal__head__sign-up-popup h3 {
    font-size: 100%;
}

.payment__features h2 {
    text-align: center;
}

.search-form__results--history{
    margin: unset;
}

.search-form__text--history{
    margin-bottom: 7px;
}

.modal__note-text--small{
    text-align: center;
}

h1, h2, h3, h4, h5, h6, .payment__features, .footer__menu a {
    color: #183280;
}

.text-block__column--contacts{
    font-size: 120%;
}