
.ajva-light-start {
    --ajva-teal: #31b0b1;
    --ajva-dark: #167f88;
    --ajva-text: #005c68;
    --ajva-yellow: #ffbd3f;
    --ajva-red: #d70028;
    font-family: inherit;
    color: var(--ajva-text);
}

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

.ajva-light-start .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ajva-light-start__hero {
    width: 1119px;
    max-width: calc(100% - 32px);
    min-height: 570px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 799px) 320px;
    gap: 0;
    align-items: start;
}

.ajva-light-start__hero-main {
    min-height: 570px;
    position: relative;
    overflow: hidden;
    padding: 16px 0 24px;
}

.ajva-light-start__intro {
    width: 59%;
    position: relative;
    z-index: 2;
}

.ajva-light-start__intro h1 {
    margin: 0 0 4px;
    color: var(--ajva-dark);
    font-size: 50px;
    line-height: .98;
    font-weight: 900;
    letter-spacing: -1.2px;
}

.ajva-light-start__lead {
    color: var(--ajva-teal);
    font-size: 31px;
    line-height: 1.02;
    font-weight: 800;
    margin-bottom: 12px;
}

.ajva-light-start__meta {
    margin: 0;
    color: #005c68;
    font-size: 16px;
    line-height: 1.25;
}

.ajva-light-start__meta span {
    color: var(--ajva-yellow);
    margin: 0 7px;
}

.ajva-light-start__benefit {
    display: inline-block;
    margin-top: 12px;
    padding: 6px 11px 7px;
    border-radius: 10px;
    background: var(--ajva-yellow);
    color: #00616a;
    font-size: 16px;
    line-height: 1.15;
}

.ajva-light-start__photo {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 620px;
    height: 360px;
    background:
        linear-gradient(90deg, #fff 0%, rgba(255,255,255,.77) 11%, rgba(255,255,255,0) 34%),
        url("assets/hero-desktop.webp") center/cover no-repeat;
}

.ajva-light-start__fit {
    position: relative;
    z-index: 3;
    margin-top: 16px;
}

.ajva-light-start__fit h2,
.ajva-light-start__steps h2 {
    margin: 0 0 9px;
    color: var(--ajva-dark);
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
}

.ajva-light-start__fit-grid {
    width: 426px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
}

.ajva-light-start__fit-card {
    height: 70px;
    padding: 5px 6px 6px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 3px 11px rgba(0,0,0,.16);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #005c68;
    font-size: 10px;
    line-height: 1.08;
}

.ajva-light-start__fit-icon {
    display: block;
    width: 31px;
    height: 31px;
    margin-bottom: 1px;
}

.ajva-light-start__fit-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #0d8c95;
    stroke-width: 1.25;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ajva-light-start__quick {
    position: relative;
    z-index: 3;
    margin-top: 15px;
    width: 244px;
    height: 33px;
    border-radius: 10px;
    background: var(--ajva-teal);
    color: #fff !important;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
}

.ajva-light-start__steps {
    position: relative;
    z-index: 3;
    margin-top: 18px;
}

.ajva-light-start__steps-grid {
    display: flex;
    align-items: center;
    gap: 4px;
}

.ajva-light-start__step {
    display: flex;
    align-items: center;
    min-width: 150px;
    color: #005c68;
}

.ajva-light-start__step strong {
    color: var(--ajva-teal);
    font-size: 83px;
    line-height: .8;
    font-weight: 800;
    margin-right: 7px;
}

.ajva-light-start__step div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ajva-light-start__step span {
    font-size: 13px;
    line-height: 1.03;
}

.ajva-light-start__step a {
    margin-top: 5px;
    padding: 5px 13px;
    border-radius: 8px;
    background: var(--ajva-teal);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 15px;
}

.ajva-light-start__arrow {
    color: var(--ajva-yellow);
    font-size: 39px;
    font-weight: 300;
    line-height: 1;
    margin: 0 1px;
}

.ajva-light-start__calculator {
    margin-top: 15px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,.16);
    min-height: 0;
    overflow: hidden;
}

.ajva-light-start__calc-body {
    padding: 18px 20px 0;
    overflow: hidden;
}

.ajva-light-start__range-group + .ajva-light-start__range-group {
    margin-top: 26px;
}

.ajva-light-start__range-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    color: #333;
}

.ajva-light-start__range-head label {
    font-size: 14px;
    line-height: 1.06;
    font-weight: 800;
}

.ajva-light-start__range-head output {
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}

.ajva-light-start input[type="range"] {
    width: 100%;
    height: 4px;
    margin: 8px 0 3px;
    border: 0;
    border-radius: 0;
    background: linear-gradient(
        to right,
        var(--ajva-yellow) 0 var(--range-progress, 100%),
        #e5e5e5 var(--range-progress, 100%) 100%
    );
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
}

.ajva-light-start input[type="range"]::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
    border: 0;
    border-radius: 50%;
    background: var(--ajva-yellow);
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.ajva-light-start input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border: 0;
    border-radius: 50%;
    background: var(--ajva-yellow);
    cursor: pointer;
}

.ajva-light-start__range-min {
    color: #737373;
    font-size: 14px;
}

.ajva-light-start__payment {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 8px;
    color: #333;
}

.ajva-light-start__payment > span {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.05;
}

.ajva-light-start__payment strong {
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}

.ajva-light-start__payment i {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ajva-red);
    color: #fff;
    font-style: normal;
    font-weight: 800;
    font-size: 13px;
}

.ajva-light-start__gosuslugi {
    margin-top: 12px;
    min-height: 46px;
    padding: 5px 10px;
    border-radius: 10px;
    background: var(--ajva-teal);
    color: #fff !important;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 800;
}

.ajva-light-start__gosuslugi b {
    font-size: 20px;
    line-height: 1;
    letter-spacing: -.6px;
}

.ajva-light-start__gosuslugi b span:first-child {
    color: #6a53b5;
}

.ajva-light-start__gosuslugi b span:last-child {
    color: #d7194b;
}

.ajva-light-start__approve {
    margin: 3px 0 0;
    color: #d00025;
    font-size: 15px;
    font-weight: 600;
}

.ajva-light-start__or {
    margin: 6px 0;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: 800;
}

.ajva-light-start__phone input {
    width: 100%;
    height: 42px;
    padding: 0 14px;
    border: 1px solid var(--ajva-teal);
    border-radius: 10px;
    background: #fff;
    color: #333;
    font: inherit;
    font-size: 14px;
    outline: none;
}

.ajva-light-start__phone input:focus {
    box-shadow: 0 0 0 2px rgba(49,176,177,.16);
}

.ajva-light-start__consent {
    margin-top: 11px;
    display: grid;
    grid-template-columns: 26px 1fr;
    gap: 10px;
    align-items: start;
    cursor: pointer;
    color: #636363;
}

.ajva-light-start__consent input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ajva-light-start__fake-check {
    width: 26px;
    height: 26px;
    border: 1px solid #888;
    background: #fff;
    position: relative;
}

.ajva-light-start__consent input:checked + .ajva-light-start__fake-check::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 7px;
    left: 5px;
    top: 6px;
    border-left: 2px solid var(--ajva-teal);
    border-bottom: 2px solid var(--ajva-teal);
    transform: rotate(-45deg);
}

.ajva-light-start__consent > span:last-child {
    font-size: 7.5px;
    line-height: 1.15;
}

.ajva-light-start__consent a {
    color: inherit !important;
    text-decoration: none;
}

.ajva-light-start__crimea {
    border: 0;
    margin: 12px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 18px;
    color: #333;
}

.ajva-light-start__crimea legend {
    float: left;
    margin: 0 18px 0 0;
    padding: 0;
    font-size: 15px;
}

.ajva-light-start__crimea label {
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.ajva-light-start__crimea input {
    accent-color: var(--ajva-teal);
}

.ajva-light-start__form {
    margin: 0;
    padding: 0;
}

.ajva-light-start__submit-wrap {
    margin: 11px -20px 0;
    padding: 18px 20px 21px;
    background: #f3f3f3;
}

.ajva-light-start__submit-wrap button {
    width: 100%;
    height: 46px;
    border: 0;
    border-radius: 10px;
    background: var(--ajva-teal);
    color: #fff;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

@media (max-width: 900px) {
    .ajva-light-start__hero { width: auto; max-width: none; }

    .ajva-light-start {
        background: #fff;
    }

    .ajva-light-start__hero {
        display: block;
        max-width: none;
        min-height: auto;
        margin: 0;
    }

    .ajva-light-start__hero-main {
        min-height: auto;
        padding: 12px 0 0;
        overflow: visible;
    }

    .ajva-light-start__intro {
        width: 100%;
        padding: 0 10px;
        text-align: center;
    }

    .ajva-light-start__intro h1 {
        margin-bottom: 4px;
        font-size: clamp(36px, 10.1vw, 46px);
        line-height: .97;
        letter-spacing: -1px;
        white-space: nowrap;
    }

    .ajva-light-start__lead {
        margin-bottom: 13px;
        font-size: 21px;
        line-height: 1.02;
    }

    .ajva-light-start__meta {
        font-size: 14px;
        line-height: 1.65;
    }

    .ajva-light-start__benefit {
        display: none;
    }

    .ajva-light-start__photo {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        height: 410px;
        margin-top: 4px;
        background: url("assets/hero-mobile.webp") center top / cover no-repeat;
    }

    .ajva-light-start__fit {
        margin-top: -30px;
        padding: 0 22px;
    }

    .ajva-light-start__fit h2 {
        width: 244px;
        height: 42px;
        margin: 0 auto 26px;
        border-radius: 11px;
        background: var(--ajva-yellow);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        line-height: 1;
        position: relative;
        z-index: 2;
    }

    .ajva-light-start__fit-grid {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 16px;
    }

    .ajva-light-start__fit-card {
        height: 70px;
        padding: 7px 12px;
        border-radius: 15px;
        flex-direction: row;
        justify-content: flex-start;
        gap: 10px;
        font-size: 10px;
        line-height: 1.13;
        text-align: center;
    }

    .ajva-light-start__fit-card:nth-child(3) {
        grid-column: 1 / -1;
        width: 201px;
        justify-self: center;
    }

    .ajva-light-start__fit-icon {
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
        margin: 0;
    }

    .ajva-light-start__quick {
        width: calc(100% - 102px);
        height: 54px;
        margin: 27px auto 0;
        border-radius: 10px;
        font-size: 15px;
    }

    .ajva-light-start__steps {
        margin-top: 0;
        padding: 38px 25px 41px;
        background: #fafafa;
    }

    .ajva-light-start__steps h2 {
        display: none;
    }

    .ajva-light-start__steps-grid {
        display: grid;
        grid-template-columns: 1fr 38px 1fr;
        grid-template-areas:
            "s1 a1 s2"
            "s3 a2 s4";
        row-gap: 42px;
        column-gap: 5px;
        align-items: center;
    }

    .ajva-light-start__step:nth-of-type(1) { grid-area: s1; }
    .ajva-light-start__arrow:nth-of-type(2) { grid-area: a1; }
    .ajva-light-start__step:nth-of-type(3) { grid-area: s2; }
    .ajva-light-start__arrow:nth-of-type(4) { grid-area: a2; }
    .ajva-light-start__step:nth-of-type(5) { grid-area: s3; }
    .ajva-light-start__arrow:nth-of-type(6) { display: none; }
    .ajva-light-start__step:nth-of-type(7) { grid-area: s4; }

    .ajva-light-start__step {
        min-width: 0;
        align-items: flex-start;
    }

    .ajva-light-start__step strong {
        font-size: 76px;
        margin-right: 8px;
    }

    .ajva-light-start__step span {
        font-size: 12px;
    }

    .ajva-light-start__step a {
        font-size: 14px;
        padding: 5px 13px;
    }

    .ajva-light-start__arrow {
        font-size: 46px;
        text-align: center;
    }

    .ajva-light-start__calculator {
        width: calc(100% - 42px);
        min-height: 0;
        margin: 0 auto 34px;
        box-shadow: none;
        background: #fff;
    }

    .ajva-light-start__calc-body {
        padding: 29px 29px 0;
        background: #fff;
    }

    .ajva-light-start__range-group + .ajva-light-start__range-group {
        margin-top: 29px;
    }

    .ajva-light-start__range-head label {
        font-size: 14px;
    }

    .ajva-light-start__range-head output {
        font-size: 20px;
    }

    .ajva-light-start__payment {
        margin-top: 31px;
    }

    .ajva-light-start__payment strong {
        font-size: 17px;
    }

    .ajva-light-start__gosuslugi {
        min-height: 54px;
        margin-top: 17px;
        font-size: 12px;
    }

    .ajva-light-start__approve {
        display: none;
    }

    .ajva-light-start__or {
        margin: 17px 0 15px;
        font-size: 14px;
    }

    .ajva-light-start__phone input {
        height: 56px;
        border-radius: 10px;
    }

    .ajva-light-start__consent {
        margin-top: 17px;
        grid-template-columns: 27px 1fr;
        gap: 12px;
    }

    .ajva-light-start__consent > span:last-child {
        font-size: 8px;
        line-height: 1.22;
    }

    .ajva-light-start__crimea {
        margin-top: 20px;
        gap: 20px;
    }

    .ajva-light-start__crimea legend,
    .ajva-light-start__crimea label {
        font-size: 14px;
    }

    .ajva-light-start__submit-wrap {
        margin: 22px -29px 0;
        padding: 31px 29px 35px;
        background: #f4f4f4;
    }

    .ajva-light-start__submit-wrap button {
        height: 56px;
    }

    .ajva-light-start__desktop-break {
        display: none;
    }
}

@media (max-width: 390px) {
    .ajva-light-start__intro h1 {
        font-size: 35px;
    }

    .ajva-light-start__lead {
        font-size: 19px;
    }

    .ajva-light-start__fit {
        padding-left: 14px;
        padding-right: 14px;
    }

    .ajva-light-start__fit-grid {
        gap: 10px;
    }

    .ajva-light-start__steps {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ajva-light-start__calculator {
        width: calc(100% - 24px);
    }
}
