.x-credit-popup .tinkoff-payment-trigger {
    display: none;
}

.x-credit-popup__title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #3f3f46;
    margin: 0 0 18px;
}

.x-credit-popup__banks {
    max-width: 560px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.x-credit-popup .tinkoff-payment {
    width: 100%;
    position: relative;
}

.x-credit-popup .tinkoff-payment-button {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: none !important;
    max-width: 100%;
    color: #333;
    background: #ffdd2d;
    transition-property: background-color;
    transition-duration: 0.25s;
    height: 42px;
    padding: 24px 20px;
    margin: 0;
    font-family: haas, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
    cursor: pointer;
}

.x-credit-popup .tinkoff-payment-button:hover {
    background: #fcc521;
}

.x-credit-popup__bank {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    padding: 12px 18px;
    border-radius: 999px;
    box-shadow: none;
    border: 1px solid #a8a8a8;
    color: #404040;
    text-decoration: none;
    background-color: #fff;
    font-family: haas, sans-serif;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: 0.2s ease;
}

.x-credit-popup__bank:hover {
    border-color: #666;
}

.x-credit-popup__bank--pos {
    border: none;
    color: #fff;
    background-color: #e86f2d;
}

.x-credit-popup__bank--pos:hover {
    background-color: #cf5f22;
}

@media (max-width: 500px) {
    .x-credit-popup .x-oc-modal__panel {
        width: calc(100vw - 16px);
        padding: 34px 14px 20px;
    }

    .x-credit-popup__title {
        font-size: 20px;
    }

    .x-credit-popup .tinkoff-payment-button {
        width: 100%;
        justify-content: center;
    }

    .x-credit-popup__bank {
        font-size: 15px;
        min-height: 48px;
    }
}
