#payu-header {
    position: relative;
    overflow: visible;
}

#payu-header h2 {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    color: #222;
    line-height: 1.1;
}

#payu-heading-row {
    position: relative;
    z-index: 4;
}

.payu-arrow-placeholder {
    min-height: 100px;
}

.payu-arrow-space {
    width: 160px;
    height: 70px;
    right: 104px !important;
    position: relative;
    top: -30px;
}

#pay-form {
    position: relative;
    min-height: 500px;
    margin-top: 0;
    background-image: url('/assets/images/payu/pies_desktop2.jpg');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    border-radius: 0;
    overflow: visible;
}

#pay-form.cats-payu-form {
    background-image: url('/assets/images/payu/kot_main_desktop.jpg');
}

#pay-form:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, rgba(255,255,255,.18) 100%);
    pointer-events: none;
}

.payu-widget-column {
    position: absolute;
    z-index: 5;
    display: flex;
    justify-content: flex-end;
    padding: 0 55px 40px 20px;
    top: -60px;
}

.payu-widget {
    width: 100%;
    max-width: 490px;
    background: #fff;
    border: 1px solid #7d7d7d;
    border-radius: 16px;
    padding: 20px 22px 22px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
    font-family: Poppins, sans-serif;
    color: #1f1f1f;
}

.payu-step {
    display: none;
}

.payu-step.is-active {
    display: block;
}

.payu-step-header {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 27px;
    font-size: 13.65px;
    font-weight: 700;
}

.payu-step-counter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #8bc34b;
    color: #fff;
    line-height: 1;
    font-size: 13px;
}

.payu-back {
    border: 0;
    background: transparent;
    width: 25px;
    height: 25px;
    padding: 0;
    font-size: 23px;
    line-height: 1;
    color: #333;
    cursor: pointer;
}

.payu-back + .payu-step-counter {
    margin-left: -4px;
}

.payu-amount-grid,
.payu-method-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 13px;
    margin-bottom: 26px;
}

.payu-option {
    padding: 18px;
}

.payu-option,
.payu-method {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 52px;
    border: 1px solid #8d8d8d;
    border-radius: 7px;
    background: #fff;
    cursor: pointer;
    text-align: center;
    font-family: Poppins, sans-serif;
    color: #111;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.payu-option:hover,
.payu-option.is-selected,
.payu-method:hover,
.payu-method.is-selected {
    border-color: #8bc34b;
    box-shadow: inset 0 0 0 1px #8bc34b;
}

.payu-option strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.payu-option span {
    display: block;
    margin-top: 3px;
    font-size: 12.67px;
    line-height: 1.1;
    color: #111;
}

.payu-custom-amount {
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    text-align: center;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    outline: none;
    color: #111;
    font-size:20px;
}

.payu-custom-amount::placeholder {
    opacity: 1;
    color: #111;
}

.payu-custom-wrap {
    position: relative;
    font-size: 18px;
}

.payu-custom-wrap .payu-currency {
    display: none;
}

.payu-custom-wrap.has-value .payu-currency {
    display: block;
    padding-bottom:7px;
}

.payu-currency {
    display: none;
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px!important;
    font-weight: 700;
    pointer-events: none;
}

.payu-frequency {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 28px;
}

.payu-radio-row {
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 30px;
    border: 1px solid #8d8d8d;
    border-radius: 7px;
    background: #fff;
    font-size: 14px;
    cursor: pointer;
}

.payu-radio-row.is-selected {
    border-color: #8bc34b;
}

.payu-radio-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #c8c8c8;
    background: #f7f7f7;
    position: relative;
    flex: 0 0 auto;
}

.payu-radio-row.is-selected .payu-radio-dot:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #111;
}

.payu-radio-row.is-selected .payu-radio-dot {
    border-color: #8bc34b;
    background: #8bc34b;
}

.payu-button {
    display: block;
    width: 100%;
    min-height: 34px;
    border: 0;
    border-radius: 7px;
    background: #8bc34b;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    cursor: pointer;
}

.payu-button:hover,
.payu-button:focus {
    background: #7bb33f;
}

.payu-error {
    display: none;
    margin: 0 0 11px;
    padding: 8px 10px;
    border-left: 3px solid #f06b6b;
    background: #ffe8ec;
    color: #d74b4b;
    font-size: 10px;
    line-height: 1.35;
}

.payu-error.is-visible {
    display: block;
}

.payu-method-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 22px;
}

.payu-method {
    min-height: 74px;
    border-color: #f0e4d4;
}

.payu-method-logo {
    padding: 14px 0 4px 0;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.1;
}

.payu-method-logo img {
    max-width: 75%;
    height: auto;
}

.payu-method-name {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.15;
    color: #555;
}

.payu-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 17px;
}

.payu-field--full {
    grid-column: 1 / -1;
}

.payu-field label {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 700;
}

.payu-field input[type='text'],
.payu-field input[type='email'] {
    width: 100%;
    height: 34px;
    border: 1px solid #8d8d8d;
    border-radius: 7px;
    padding: 6px 10px;
    font-size: 12px;
    font-family: Poppins, sans-serif;
    outline: none;
}

.payu-field input:focus {
    border-color: #8bc34b;
    box-shadow: 0 0 0 1px #8bc34b;
}

.payu-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 11px;
    line-height: 1.35;
    margin-bottom: 15px;
}

.payu-consent span {
    margin-top: 3px;
}

.payu-consent input {
    margin-top: 1px;
}

.payu-consent a {
    color: #111;
    text-decoration: underline;
}

.payu-thank-you {
    display: none;
    text-align: center;
    padding: 34px 20px;
    background: #f3f0ea;
}

.payu-thank-you.is-visible {
    display: block;
}

.payu-thank-you h2 {
    margin-bottom: 8px;
}

.payu-thank-you .payu-button {
    max-width: 280px;
    margin: 22px auto 18px;
    letter-spacing: .5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payu-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin: 0 6px;
    color: #555;
}

#payu-description p,
#payu-description li {
    font-size: 1rem;
    line-height: 1.75;
}

#payu-description strong {
    font-weight: 700;
}

#payu-slider .card-img-top {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

#payu-slider .card-body {
    min-height: 64px;
}

#payu-slider .card-title {
    margin: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}
.payu-form-title {
    margin-bottom:1.5rem !important;
}
.payu-legal {
    font-size: 9px!important;
    line-height: 1.35;
    color: #555;
    margin-bottom: 19px;
}
.payu-legal-short,
.payu-legal-full,
.payu-legal-toggle {
    display: inline;
    line-height: inherit;
    vertical-align: baseline;
}
.payu-legal-full {
    display: none;
}

.payu-legal.is-expanded .payu-legal-short {
    display: none;
}

.payu-legal.is-expanded .payu-legal-full {
    display: inline;
}

.payu-legal-toggle {
    font-size: 7.5px!important;
    border: 0;
    background: none;
    padding: 0;
    color: inherit;
    font: inherit;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}

.payu-next-from-amount,
.payu-next-from-method,
.payu-button.payu-submit {
    height:60px;
    font-size:0.96rem;
}

#payu-description .card.fixed-height{
    min-height: 379px;
}

@media (max-width:1399.98px) {
    .payu-arrow-space {
        right: 159px!important;
    }
    #payu-description .card.fixed-height{
        min-height: 418px;
    }
}
@media (max-width:1199.98px) {
    .payu-arrow-space {
        width: 130px;
        left: -137px!important;
    }
    .payu-custom-wrap.has-value .payu-currency {
        /*position:static!important;*/
        /*transform: none;*/
    }
    #payu-description .card.fixed-height{
        min-height: 459px;
    }

}
@media (max-width: 991.98px) {
    .mobile-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #payu-description .card.fixed-height{
        min-height: unset;
    }
    .payu-form-title {
        margin-bottom:1rem!important;
    }
    .payu-arrow-space,
    .payu-image-spacer {
        display:none!important;
    }
    .payu-option strong {
        font-size: 22px;
    }
    .payu-option span {
        font-size: 16px;
    }
    #pay-form {
        /*min-height: 735px;*/
        margin-top: 0;
        background:none;
    }

    #pay-form.cats-payu-form,
    #pay-form:before {
        background: none;
    }


    .payu-widget-column {
        margin-left:12px;
        position:relative;
        justify-content: center;
        align-items: flex-end;
        margin-top: 0;
        padding:0;
        top:0;
    }

    .payu-widget {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    #payu-header h2 {
        font-size: 1.45rem;
    }

    .payu-widget {
        padding: 16px 14px 18px;
        border-radius: 14px;
    }

    .payu-amount-grid {
        gap: 8px;
    }

    .payu-option strong {
        font-size: 18px;
    }

    .payu-custom-amount {
        font-size:16px;
    }

    .payu-option span {
        font-size: 14px;
    }

    .payu-method-grid {
        gap: 8px;
    }

    .payu-form-grid {
        grid-template-columns: 1fr;
    }

    .payu-field--full {
        grid-column: auto;
    }
}

@media (max-width: 406px) {
    .payu-option.payu-custom-wrap {
        padding:2px;
    }

}