.tp-payment {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'ProximaNovaAlt', sans-serif;
}
.tp-payment .tp-payment-foot {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px 24px;
    background: #E8E9F1;
    border-radius: 9px;
}
.tp-payment .tp-payment-label {
    padding: 12px 0;
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #747FA4;
}
.tp-payment .tp-payment-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -6px;
}
.tp-payment .tp-payment-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6px;
    border: solid 2px transparent;
    background: #fff;
    width: 216px;
    height: 80px !important;
    transition: border-color .1s ease-in-out;
    box-shadow: 0px 0px 36px rgba(4, 23, 89, 0.06);
    border-radius: 12px;
}
.tp-payment .tp-payment-links a:hover{
    border-color: #4A5995;
}
.tp-payment .tarkpay-bank-selected a{
    border-color: #0c1744;
    border-width: 3px;
}
.tp-payment .bank-link-NDEAEE2X img,
.tp-payment .bank-link-RIKOLV2X img,
.tp-payment .bank-link-AGBLLT2X img {
    transform: scale(1.5);
}
.tp-payment .tp-payment-select {
    margin-bottom: 18px;
    display: block;
    width: 100%;
    padding: 9px 36px 9px 14px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #2B3D7F;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 12px;
    border: 1px solid #D1D4E3;
    appearance: none;
    border-radius: 6px;
    max-width: 216px;
}

