/* Попап оплаты СБП (виджет fs-sbp_alfa), см. prayer.js:sbp() */
#popup_sbp {
    max-width: 500px;
    padding: 20px;
}

.modal-box {
    border-radius: 24px;
    overflow: hidden;
}

.modal-box.sbp .footer_logo {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-bottom: 11px;
    border-bottom: 1px solid #DADEE4;
}

.modal-box.sbp .footer_logo li {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #414141;
    opacity: 0.8;
}

.modal-box.sbp .footer_logo li:first-of-type {
    margin-right: 19px;
}

.modal-box.sbp .footer_logo li img {
    max-width: 50px;
    min-width: 50px;
}

.modal-box.sbp .footer_logo li img,
.modal-box.sbp .footer_logo li svg {
    width: 90px;
    min-width: 90px;
}

.modal-box.sbp .blue_item {
    background: #EFF5FD;
    border-radius: 4px;
    padding: 14px 10px;
    margin-top: 14px;
}

.modal-box.sbp table td {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #111;
}

.modal-box.sbp table td:first-of-type {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    min-width: 95px;
    color: #747373;
}

.modal-box.sbp .footer_logo table td .qr {
    max-width: 150px;
    min-width: 150px;
    margin: 14px auto 14px;
}

.modal-box.sbp .ttl {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #111;
    margin-top: 20px;
    margin-bottom: 20px;
}

.modal-box.sbp .subttl {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #747373;
}

@media only screen and (min-width: 280px) and (max-width: 767.6px) {
    .modal-box.sbp .footer_logo li img,
    .modal-box.sbp .footer_logo li svg {
        width: 45px;
        min-width: 45px;
    }

    .modal-box.sbp .footer_logo li:first-of-type {
        margin-right: 10px;
    }

    .modal-box.sbp .grey {
        padding: 8px;
    }
}

.btn-banks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background: #fff;
    border: 1px solid #e8b98b;
    -webkit-box-shadow: 9px 9px 15px rgba(163,177,198,.4),-9px -9px 16px rgba(255,255,255,.6);
    box-shadow: 9px 9px 15px rgba(163,177,198,.4),-9px -9px 16px rgba(255,255,255,.6);
    border-radius: 10px;
    vertical-align: middle;
    color: #222020;
    padding: 12px 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.btn-banks:hover {
    background: #dbdee3;
    border: 1px solid #dbdee3;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.btn-banks .banks__list-item-img {
    max-width: 40px;
    padding-left: 10px;
}

.btn-banks .banks__list-item-img img {
    max-width: 100%;
}
.mt10 {
    margin-top: 10px;
}