
.ajva-products {
    --teal: #30b0b0;
    --dark: #1c7c85;
    --text: #07646d;
    --yellow: #fcc049;
    position: relative;
    width: 1170px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    padding: 40px 0 41px;
    color: var(--text);
    overflow: hidden;
    font-family: inherit;
}

.ajva-products *,
.ajva-products *::before,
.ajva-products *::after { box-sizing: border-box; }

.ajva-products__decor {
    position: absolute;
    z-index: 0;
    top: 9px;
    right: -7px;
    width: 455px;
    height: 425px;
    opacity: .10;
    pointer-events: none;
}
.ajva-products__decor svg {
    width: 100%; height: 100%;
    fill: none; stroke: #4e5960; stroke-width: 24;
    stroke-linecap: round; stroke-linejoin: round;
}

.ajva-products__intro,
.ajva-products__grid { position: relative; z-index: 1; }

.ajva-products__intro { margin: 0 0 17px; }
.ajva-products__intro h1 {
    margin: 0 0 6px;
    color: var(--dark);
    font-size: 57px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -1.3px;
}
.ajva-products__intro p {
    margin: 0;
    width: 811px;
    max-width: 100%;
    color: var(--teal);
    font-size: 24px;
    line-height: 33px;
    font-weight: 800;
}

.ajva-products__grid {
    display: grid;
    grid-template-columns: repeat(4, 260px);
    gap: 36px;
}

.ajva-product-card {
    position: relative;
    width: 260px;
    height: 336px;
    padding: 10px 13px 11px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 0 10.3px rgba(0,0,0,.25);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.ajva-product-card::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .66;
}
.ajva-product-card::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 13px; right: 13px; top: 107px; bottom: 11px;
    border-radius: 16px;
    background: rgba(255,255,255,.77);
}
.ajva-product-card--express::before { background-image: url("assets/express-loan.webp"); }
.ajva-product-card--aiva::before { background-image: url("assets/aiva-start.webp"); }
.ajva-product-card--light::before { background-image: url("assets/light-start.webp"); }
.ajva-product-card--jubilee::before { background-image: url("assets/jubilee.webp"); }

.ajva-product-card__header,
.ajva-product-card__body,
.ajva-product-card__button { position: relative; z-index: 2; }

.ajva-product-card__header h2 {
    margin: 0 0 6px;
    color: var(--dark);
    font-size: 27px;
    line-height: 1;
    font-weight: 900;
    text-align: center;
    letter-spacing: -.5px;
    white-space: nowrap;
}
.ajva-product-card__amount {
    display: grid;
    grid-template-columns: 30px 1fr;
    align-items: center;
    gap: 9px;
}
.ajva-product-card__badge { width: 30px; height: 30px; display: block; }
.ajva-product-card__badge svg {
    width: 100%; height: 100%;
    fill: var(--teal); stroke: #fff; stroke-width: 2;
    stroke-linecap: round; stroke-linejoin: round;
}
.ajva-product-card__amount strong {
    height: 28px;
    border-radius: 11px;
    background: var(--yellow);
    color: var(--dark);
    display: flex; align-items: center; justify-content: center;
    font-size: 21px; line-height: 28px; font-weight: 900; white-space: nowrap;
}
.ajva-product-card__header > p {
    margin: 7px 0 0 6px;
    color: var(--text);
    font-size: 12.5px;
    line-height: 15px;
    white-space: nowrap;
}

.ajva-product-card__body {
    margin-top: 10px;
    padding: 10px 7px 7px;
    border-radius: 16px;
    background: rgba(255,255,255,.77);
}
.ajva-product-card__limits {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 8px; padding: 0 4px 8px;
}
.ajva-product-card__limits > div {
    display: grid; grid-template-columns: 20px 1fr; gap: 4px;
    align-items: center; min-width: 0;
    color: #00292d; font-size: 8px; line-height: 1.12;
}
.ajva-product-card__limits > div + div {
    border-left: 1px solid var(--teal);
    padding-left: 9px;
}
.ajva-product-card__mini-icon { color: var(--teal); font-size: 18px; line-height: 1; }

.ajva-product-card__calc {
    padding: 8px 8px 7px;
    border: .5px solid #a2a2a2;
    border-radius: 8px;
    background: rgba(255,255,255,.33);
    box-shadow: 0 0 10.3px rgba(0,0,0,.12);
}
.ajva-product-card__calc > p {
    margin: 0 0 7px;
    color: #00292d; font-size: 10px; line-height: 12px;
}
.ajva-product-card__numbers {
    display: grid; grid-template-columns: 1fr 1fr; gap: 5px;
}
.ajva-product-card__numbers > div {
    height: 42px; padding: 5px 7px 4px;
    border-radius: 8px;
    background: rgba(255,255,255,.33);
    box-shadow: 0 0 10.3px rgba(0,0,0,.18);
}
.ajva-product-card__numbers small {
    display: block; margin-bottom: 2px;
    color: #6b6b6b; font-size: 8px; line-height: 9px;
}
.ajva-product-card__numbers strong {
    color: var(--dark); font-size: 15px; line-height: 17px;
    font-weight: 900; white-space: nowrap;
}
.ajva-product-card__payment {
    margin-top: 5px;
    color: #00292d; font-size: 10px; line-height: 12px; white-space: nowrap;
}
.ajva-product-card__payment span { color: var(--teal); margin-right: 5px; font-size: 13px; vertical-align: middle; }

.ajva-product-card__button {
    margin-top: auto;
    width: 220px; height: 34px;
    align-self: center;
    border-radius: 10px;
    background: var(--teal);
    color: #fff !important; text-decoration: none !important;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; line-height: 1; font-weight: 800;
}
.ajva-product-card__button:hover,
.ajva-product-card__button:focus { filter: brightness(.97); }

@media (max-width: 1180px) and (min-width: 901px) {
    .ajva-products__grid {
        grid-template-columns: repeat(4, minmax(0,1fr));
        gap: 20px;
    }
    .ajva-product-card { width: 100%; }
    .ajva-product-card__header h2 { font-size: 23px; }
}

@media (max-width: 900px) {
    .ajva-products {
        width: auto;
        max-width: none;
        margin: 0;
        padding: 8px 0 61px;
        overflow: visible;
    }
    .ajva-products__decor { display: none; }

    .ajva-products__intro {
        margin: 0 14px 13px;
        text-align: center;
    }
    .ajva-products__intro h1 {
        margin: 0 0 12px;
        font-size: 42px;
        line-height: 1.12;
        letter-spacing: -.8px;
    }
    .ajva-products__intro p {
        width: auto;
        font-size: 15px;
        line-height: 20px;
    }
    .ajva-products__desktop-only { display: none; }

    .ajva-products__grid { display: block; }

    .ajva-product-card {
        width: calc(100% - 39px);
        max-width: 391px;
        height: 510px;
        margin: 0 auto 49px;
        padding: 15px 20px 17px;
        border-radius: 14px;
    }
    .ajva-product-card:last-child { margin-bottom: 0; }

    .ajva-product-card::after {
        left: 20px; right: 20px;
        top: 162px; bottom: 17px;
        border-radius: 15px;
    }

    .ajva-product-card__header h2 {
        margin-bottom: 10px;
        font-size: 31px;
        line-height: 41px;
    }
    .ajva-product-card__amount {
        grid-template-columns: 45px 1fr;
        gap: 14px;
    }
    .ajva-product-card__badge { width: 45px; height: 45px; }
    .ajva-product-card__amount strong {
        height: 43px;
        border-radius: 11px;
        font-size: 30px;
        line-height: 43px;
    }
    .ajva-product-card__header > p {
        margin: 10px 0 0 21px;
        font-size: 15px;
        line-height: 23px;
    }

    .ajva-product-card__body {
        margin-top: 16px;
        padding: 16px 11px 12px;
        border-radius: 15px;
    }
    .ajva-product-card__limits {
        padding: 0 5px 16px;
        gap: 12px;
    }
    .ajva-product-card__limits > div {
        grid-template-columns: 30px 1fr;
        gap: 8px;
        font-size: 10px;
        line-height: 1.18;
    }
    .ajva-product-card__limits > div + div { padding-left: 14px; }
    .ajva-product-card__mini-icon { font-size: 26px; }

    .ajva-product-card__calc {
        padding: 13px 14px 12px;
        border-radius: 9px;
    }
    .ajva-product-card__calc > p {
        margin-bottom: 14px;
        font-size: 11px;
        line-height: 18px;
    }
    .ajva-product-card__numbers { gap: 8px; }
    .ajva-product-card__numbers > div {
        height: 64px;
        padding: 9px 10px 6px;
    }
    .ajva-product-card__numbers small {
        margin-bottom: 5px;
        font-size: 9px;
        line-height: 13px;
    }
    .ajva-product-card__numbers strong {
        font-size: 27px;
        line-height: 30px;
    }
    .ajva-product-card__payment {
        margin-top: 11px;
        font-size: 10px;
        line-height: 18px;
    }
    .ajva-product-card__payment span { font-size: 20px; margin-right: 7px; }

    .ajva-product-card__button {
        width: calc(100% - 20px);
        height: 52px;
        border-radius: 9px;
        font-size: 13px;
    }
}

@media (max-width: 380px) {
    .ajva-products__intro h1 { font-size: 39px; }
    .ajva-product-card__header h2 { font-size: 28px; }
    .ajva-product-card__amount strong { font-size: 27px; }
}
