.pro2-update-packages {
    padding-top: 164px;
}

.pro2-update-packages__hero {
    position: relative;
    overflow: hidden;
    min-height: 840px;
    margin-bottom: 60px;
    background: #121212;
}

.pro2-update-packages__hero picture,
.pro2-update-packages__hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.pro2-update-packages__hero-image {
    object-fit: cover;
}

.pro2-update-packages__hero-content {
    position: relative;
    z-index: 2;
    min-height: 840px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px;
}

.pro2-update-packages__hero-title {
    margin: 0;
    max-width: 980px;
    color: #fff;
    text-align: center;
    font-size: 100px;
    line-height: 100%;
    letter-spacing: -4px;
    font-weight: 500;
}

.pro2-update-packages__button {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    margin-top: 50px;
    border-radius: 43px;
    padding: 20px 30px 24px;
    background: linear-gradient(104deg, #f1673b 17.12%, #fe8652 98.95%);
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.pro2-update-packages__button:hover {
    opacity: 0.9;
}

.is-kz .pro2-update-packages__price {
    font-size: 64px;
}

.is-kz .pro2-update-packages__currency {
    margin-bottom: 0;
}

@media (min-width: 701px) {
    .is-kz .pro2-update-packages__currency {
        margin-left: 8px;
    }
}

@media (max-width: 700px) {
    .is-kz .pro2-update-packages__currency {
        font-size: 38px;
        margin-left: 8px;
    }
}

.pro2-update-packages-help {
    margin-top: 120px;
}

.pro2-update-packages-help__title {
    max-width: 780px;
    margin: 0 0 60px;
    color: #1f1f1f;
    font-size: 94px;
    font-weight: 500;
    line-height: 0.95;
    letter-spacing: -3.76px;
}

.pro2-update-packages-help__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.pro2-update-packages-help__card {
    min-height: 540px;
    padding: 48px 40px;
    border-radius: 30px;
    background: #f0eff2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pro2-update-packages-help__icon {
    width: 110px;
    height: 110px;
    margin-bottom: 54px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(241, 103, 59, 0.18), rgba(93, 94, 239, 0.18));
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro2-update-packages-help__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pro2-update-packages-help__name {
    margin: 0 0 24px;
    color: #1f1f1f;
    font-size: 36px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1.36px;
}

.pro2-update-packages-help__text {
    margin: 0;
    color: #5c5c5c;
    font-size: 20px;
    line-height: 1.35;
}

.pro2-update-packages-help__action {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    min-width: 280px;
    padding: 18px 28px 20px;
    border-radius: 43px;
    background: #3c3c3c;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

@media (hover: hover) {
    .pro2-update-packages-help__action:hover {
        background: #fff;
        color: #212121;
    }
}

.pro2-update-packages-consult {
    margin-top: 120px;
    min-height: 880px;
    padding: 120px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    background-color: #040404;
    background-image: -webkit-image-set(
        url("/images/gradient-desktop_1x.webp") 1x,
        url("/images/gradient-desktop_2x.webp") 2x
    );
    background-image: image-set(
        url("/images/gradient-desktop_1x.webp") 1x,
        url("/images/gradient-desktop_2x.webp") 2x
    );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.pro2-update-packages-consult__inner {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pro2-update-packages-consult__title {
    max-width: 700px;
    margin: 0 0 34px;
    color: #fff;
    font-size: 94px;
    font-weight: 500;
    line-height: 0.95;
    letter-spacing: -3.76px;
}

.pro2-update-packages-consult__text {
    max-width: 760px;
    margin: 0 0 58px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 26px;
    font-weight: 400;
    line-height: 1.26;
}

.pro2-update-packages-consult__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 274px;
    padding: 19px 32px 21px;
    border-radius: 43px;
    background: linear-gradient(104deg, #f1673b 17.12%, #fe8652 98.95%);
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    transition: background 0.2s ease;
}

@media (hover: hover) {
    .pro2-update-packages-consult__button:hover {
        background: linear-gradient(132.8deg, #f2764f 17.12%, #fc8e61 98.95%);
    }
}

@media (max-width: 1200px) {
    .pro2-update-packages__hero-title {
        font-size: 72px;
    }

    .pro2-update-packages__card {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .pro2-update-packages__button {
        width: 100%;
    }

    .pro2-update-packages-help__title {
        max-width: 640px;
        font-size: 68px;
        letter-spacing: -2.72px;
    }

    .pro2-update-packages-help__grid {
        grid-template-columns: 1fr;
    }

    .pro2-update-packages-consult__title {
        font-size: 68px;
        letter-spacing: -2.72px;
    }

    .pro2-update-packages-consult__text {
        font-size: 22px;
    }
}

@media (max-width: 700px) {
    .pro2-update-packages__hero {
        min-height: 100dvh;
        margin-bottom: 32px;
    }

    .pro2-update-packages__hero-content {
        min-height: 100dvh;
        align-items: flex-end;
        padding: 32px 20px;
    }

    .pro2-update-packages__hero-title {
        font-size: 40px;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1.6px;
        text-align: left;
    }

    .pro2-update-packages__card {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "name icon"
            "text text"
            "price price"
            "button button";
        align-items: start;
        column-gap: 16px;
        row-gap: 20px;
    }

    .pro2-update-packages__button {
        width: fit-content;
        min-width: 164px;
        max-width: 100%;
        margin-top: 0;
        padding: 16px 30px 18px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        grid-area: button;
        grid-column: 1 / -1;
        justify-self: center;
        align-self: start;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 120%;
    }

    .pro2-update-packages-help {
        margin-top: 72px;
    }

    .pro2-update-packages-help__title {
        margin-bottom: 32px;
        font-size: 40px;
        line-height: 1;
        letter-spacing: -1.6px;
    }

    .pro2-update-packages-help__grid {
        gap: 12px;
    }

    .pro2-update-packages-help__card {
        min-height: 0;
        padding: 32px 20px;
        border-radius: 20px;
    }

    .pro2-update-packages-help__icon {
        width: 76px;
        height: 76px;
        margin-bottom: 28px;
        border-radius: 20px;
    }

    .pro2-update-packages-help__name {
        margin-bottom: 18px;
        font-size: 24px;
        letter-spacing: -0.96px;
    }

    .pro2-update-packages-help__text {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .pro2-update-packages-help__action {
        min-width: 164px;
        padding: 16px 24px 18px;
        font-size: 16px;
    }

    .pro2-update-packages-consult {
        margin-top: 72px;
        min-height: 604px;
        padding: 76px 20px 74px;
        border-radius: 20px;
        background-image: -webkit-image-set(
            url("/images/gradient-mobile_1x.webp") 1x,
            url("/images/gradient-mobile_2x.webp") 2x
        );
        background-image: image-set(
            url("/images/gradient-mobile_1x.webp") 1x,
            url("/images/gradient-mobile_2x.webp") 2x
        );
        background-position: center;
    }

    .pro2-update-packages-consult__title {
        margin-bottom: 28px;
        font-size: 40px;
        line-height: 100%;
        letter-spacing: -1.6px;
    }

    .pro2-update-packages-consult__text {
        margin-bottom: 44px;
        font-size: 16px;
        line-height: 1.45;
    }

    .pro2-update-packages-consult__button {
        width: 100%;
        min-width: 0;
        padding: 16px 24px 18px;
        font-size: 16px;
    }
}
