.future {
    --border-radius: 60px;
    --top-height: 0;
    padding: 20px;
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius);
    box-shadow: 4px 4px 1.9px 0px #00000066;
}

.future .block-title-large {
    font-size: 36px;
}

.future .future__block {
    --radius: 40px;
    display: flex;
    border-radius: var(--border-radius);
    position: relative;
    overflow: hidden;
    align-items: center;
    background: rgba(255, 255, 255, 0.44);
    box-shadow: 3.48485px 6.9697px 13.9394px rgba(0, 0, 0, 0.08);
    filter: blur(0.174242px);
    backdrop-filter: blur(5.75px);
    -webkit-backdrop-filter: blur(5.75px);
    border-radius: var(--radius);
}

.future .form-block {
    width: 478px;
}

.future .callbackform___step1 .callbackform__title {
    display: none;
}

.future .future__form-wrap {
    position: relative;
    margin: 60px;
    height: fit-content;
}

.future .future__picture {
    display: flex;
    position: absolute;
    bottom: 0;
    left: -113px;
}

.future .future__img {
    height: 819px;
    width: auto;
}

.future .future__right {
    --radius: 40px;
    margin: 60px;
    margin-right: 0;
    padding: 2px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    border-radius: var(--radius);
    height: 100%;
    background: rgba(255, 255, 255, 0.54);
    box-shadow: 3.48485px 6.9697px 13.9394px rgba(0, 0, 0, 0.08);
}

.future .block-text-large {
    margin-top: 32px;
}

.future .future__social-block {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

.future .future__social-block.mobile {
    display: none;
}

.future .future__social {
    --radius: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: #232323;
    background-color: #FFF;
    padding: 9px 16px;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    position: relative;
}

.future .future__social-logo {
    max-height: 24px;
    width: auto;
}

.future .future__social-text {
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-top: 16px;
}

.future .future__mobile-block {
    display: none;
}

.future .future__form-picture-m {
    display: none;
}

.future .future__top-pic {
    position: absolute;
    pointer-events: none;
    top: 26px;
    right: -36px;
}

.future .future__bg-picture {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.future .future__bg-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top;
}

.future .future__top-picture {
    position: absolute;
    pointer-events: none;
    transform: rotate(-28.74deg);
    width: 104px;
    top: -49.51px;
    left: -38px;
    pointer-events: none;
}

.future .future__bottom-picture {
    position: absolute;
    pointer-events: none;
    transform: rotate(-151.26deg);
    width: 83.86px;
    bottom: -41.5px;
    right: -14.35px;
    pointer-events: none;
}

.future .future__text-picture {
    position: absolute;
    pointer-events: none;
    width: 55.87px;
    top: -22.56px;
    right: -21.75px;
    transform: rotate(-175deg);
    z-index: 3;
}

.future .future__top-img,
.future .future__bottom-img,
.future .future__text-img {
    width: 100%;
    height: auto;
}

.future .js-form-step-1 .callbackform__title {
    display: none;
}

.future .future__title {
    font-family: Mulish;
    font-weight: 800;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
}

.future .future__text {
    margin-top: 16px;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
}

.future .future__key-picture {
    width: 312px;
    display: flex;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 2;
    pointer-events: none;
}

.future .future__hand-picture {
    width: 234px;
    height: fit-content;
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    pointer-events: none;
}

.future .future__key-img,
.future .future__hand-img {
    width: 100%;
    height: auto;
}

.future .future__decorative-text {
    position: absolute;
    pointer-events: none;
}

.future .future__decorative-text.roadmap {
    top: 32.17px;
    right: 300px;
    transform: rotate(-17deg);
}

.future .future__decorative-text.product {
    bottom: 29.5px;
    left: -6.7px;
    transform: rotate(19.05deg);
}

.future .future__decorative-text.start {
    bottom: -10.6px;
    right: -8.65px;
    transform: rotate(-17deg);
}

.future .callbackform__message.form-block .callbackform__resend-countdown, 
.future .callbackform__message.form-block .callbackform__description, 
.future .callbackform__message.form-block .callbackform__href-next-step, 
.future .callbackform__message.form-block .callbackform__title,
.future .callbackform__message.form-block .callbackform__legal-notice a,
.future .callbackform__message.form-block .callbackform__legal-notice {
    color: #2B2B2B;
}

.future .future__form-wrap::before {
    content: none;
}

@media screen and (max-width: 1350px) {
    .future .future__form-wrap,
    .future .future__right {
        margin: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .future {
        padding: 40px 16px;
        --border-radius: 40px;
    }

    .future .future__form-wrap::before {
        content: "";
    }

    .future .future__form-wrap {
        --radius: 20px;
        background-color: #FFFFFF70;
        padding: 16px;
        border-radius: var(--radius);
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        margin: 0;
    }

    .future .future__block {
        background: none;
        -webkit-backdrop-filter: none;
        backdrop-filter: blur(0);
        gap: 16px;
        border-radius: 0;
        box-shadow: none;
    }

    .future .future__block::before {
        content: none;
    }

    .future .future__right {
        padding: 16px;
        --radius: 20px;
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        margin: 0;
    }

    .future .future__title {
        font-size: 24px;
    }

    .future .future__text {
        font-size: 16px;
    }

    .future .future__social-block {
        flex-direction: column;
    }

    .future .future__social {
        justify-content: center;
    }

    .future .form-block {
        width: 328px;
    }
}

@media screen and (max-width: 750px) {
    .future .future__block {
        flex-direction: column;
    }

    .future .form-block {
        width: auto;
    }

    .future__outer {
        padding: 0;
    }

    .future {
        border-radius: 0;
    }

    .future .future__decorative-text.start {
        bottom: 144.4px;
        right: -34.6px;
        width: 200px;
    }

    .future .future__decorative-text.product {
        left: -10.7px;
        width: 200px;
    }

    .future .future__decorative-text.roadmap {
        top: 113.2px;
        right: 39px;
    }
}
