.n_payment_step {
    display: block;
    margin-top: 20px;
}

    .n_payment_content {
        width: calc(100% - 80px);
        max-width: 360px;
        margin: 0 40px;
    }

    .n_payment_note {
        margin: 0 0 10px;
        font-size: 12px;
        font-weight: bold;
        color: #8e537f;
    }

    .n_payment_options {
        display: block;
    }

    .n_payment_option {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 92px;
        margin-bottom: 10px;
        padding: 13px 11px;
        border: 1px solid #d8d3d8;
        border-radius: 8px;
        background: #fff;
        color: #28232a;
        cursor: pointer;
    }

    .n_payment_option.is-selected {
        padding: 12px 10px;
        border: 2px solid #8e537f;
        background: #fdfafd;
    }

    .n_payment_option input {
        position: absolute;
        width: 1px;
        height: 1px;
        opacity: 0;
    }

    .n_payment_radio,
    .n_payment_icon,
    .n_payment_copy {
        display: block;
    }

    .n_payment_radio {
        flex: 0 0 24px;
        width: 24px;
        height: 24px;
        border: 2px solid #c9c3ca;
        border-radius: 50%;
    }

    .n_payment_option.is-selected .n_payment_radio {
        border: 6px solid #8e537f;
    }

    .n_payment_option input:focus + .n_payment_radio {
        box-shadow: 0 0 0 3px rgba(142, 83, 127, .22);
    }

    .n_payment_icon {
        flex: 0 0 45px;
        width: 45px;
        padding: 0 10px;
        color: #8e537f;
    }

    .n_payment_icon svg {
        display: block;
        width: 34px;
        height: 34px;
        padding: 5px;
        border-radius: 7px;
        background: #f5ebf3;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8;
    }

    .n_payment_icon_bank {
        color: #438049;
    }

    .n_payment_icon_bank svg {
        background: #edf5ee;
    }

    .n_payment_copy {
        flex: 1 1 auto;
        min-width: 0;
        padding-left: 5px;
    }

    .n_payment_title,
    .n_payment_description {
        display: block;
    }

    .n_payment_title {
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.25;
    }

    .n_payment_badge {
        display: inline-block;
        margin-left: 5px;
        padding: 2px 5px;
        border-radius: 4px;
        background: #f5ebf3;
        color: #8e537f;
        font-size: 9px;
        line-height: 1.4;
        text-transform: uppercase;
    }

    .n_payment_description {
        color: #706a72;
        font-size: 12px;
        line-height: 1.4;
    }

    .n_payment_security {
        display: table;
        width: 100%;
        margin-top: 11px;
        padding: 10px 12px;
        border: 1px solid #e2dee2;
        border-radius: 7px;
        background: #faf9fa;
        color: #28232a;
        font-size: 11px;
    }

    .n_payment_security svg,
    .n_payment_security > span {
        display: table-cell;
        vertical-align: middle;
    }

    .n_payment_security svg {
        width: 27px;
        height: 27px;
        margin-right: 10px;
        fill: none;
        stroke: #8e537f;
        stroke-width: 1.8;
    }

    .n_payment_security strong {
        display: block;
        margin-bottom: 2px;
        font-size: 12px;
    }

    .n_payment_footer {
        width: calc(100% - 80px);
        max-width: 360px;
        margin: 14px 40px 0 !important;
        padding: 0;
    }

    .n_payment_desktop_intro {
        display: none;
    }

    .n_payment_footer #n_payit {
        width: 100%;
        min-height: 48px;
        font-size: 17px;
        font-weight: bold;
    }

@media (max-width: 380px) {
    .n_payment_content,
    .n_payment_footer {
        width: calc(100% - 50px);
        margin-left: 25px !important;
        margin-right: 25px !important;
    }
}
