.future {
    padding: 80px 0;
    padding-top: 125px;
    --block-bg: #6A47E9;
    --border-radius: 60px;
    --top-height: 95px;
}

.future .future__topper {
    display: flex;
    height: var(--top-height);
    margin-left: 280px;
}

.future .future__topper::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--block-bg);
    border-radius: 0 var(--border-radius) 0 0;
}

.future .future__block {
    display: flex;
    background-color: var(--block-bg);
    border-radius: var(--border-radius) 0 var(--border-radius) var(--border-radius);
    gap: 62px;
    position: relative;
}

.future .callbackform__message {
    width: 508px;
    position: relative;
    z-index: 1;
    margin-top: 170px;
    margin-left: 70px;
    margin-bottom: 70px;
}

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

.future .future__form-wrap {
    position: relative;
}

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

.future .future__img {
    /* height: calc(100% + 142px); */
    height: 819px;
    width: auto;
}

.future .future__right {
    padding-right: 58px;
    align-self: center;
    margin-bottom: var(--top-height);
}

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

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

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

.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%;
    color: #FFF;
    margin-top: 16px;
}

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

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

@media screen and (max-width: 1200px) {
    .future {
        padding-bottom: 314px;
        padding-top: 30px;
        --top-height: 60px;
        --border-radius: 33px;
    }

    .future .future__topper svg.corner-curve {
        width: 90px;
    }

    .future .future__topper {
        margin-left: 160px;
    }

    .future .future__block {
        flex-direction: column-reverse;
        justify-content: flex-end;
        gap: 0;
    }

    .future .future__right {
        margin-left: 234px;
        margin-top: -14px;
        margin-bottom: 0;
        padding-right: 46px;
        z-index: 1;
    }

    .future .future__block {
        height: 520px;
    }

    .future .future__img {
        height: 480px;
    }

    .future .callbackform__message  {
        margin: 0;
        margin-top: 43px;
        margin-left: 26px;
    }

    .future .future__picture {
        left: -158px;
        bottom: -32px;
    }
}

@media screen and (max-width: 750px) {
    .future {
        padding: 0;
    }

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

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

    .future .future__block {
        height: fit-content;
        flex-direction: column;
        padding: 40px 20px;
        border-radius: 20px;
    }

    .future .future__topper {
        display: none;
    }

    .future .future__picture {
        display: none;
    }

    .future .callbackform__message  {
        width: 100%;
        margin: 0;
    }

    .future .future__right {
        margin: 0;
        width: 100%;
        padding-right: 0;
    }

    .future .future__social-block {
        flex-direction: column;
        margin-top: 16px;
    }

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

    .future .future__form-wrap {
        margin-top: 16px;
    }

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

    .future .future__form-picture-m {
        display: block;
        position: absolute;
        width: 415px;
        height: auto;
        top: -18px;
        left: 50%;
        transform: translateX(-50%);
    }

    .future__outer {
        padding: 0;
    }
}
