.future {
    padding: 80px 0;
    padding-top: 125px;
    --border-radius: 60px;
    --top-height: 0;
}

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

.future .future__block {
    display: flex;
    border-radius: var(--border-radius);
    position: relative;
    overflow: hidden;
    box-shadow: 4px 4px 1.9px rgba(0, 0, 0, 0.4);
}

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

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

.future .future__form-wrap {
    position: relative;
    margin: 105px 80px;
    margin-right: 30px;
    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: 104px 80px;
    margin-left: 0;
    border-radius: var(--radius);
    padding: 2px;
    background: linear-gradient(298.25deg, rgba(198, 160, 255, 0) 0.37%, #C6A0FF 100%) border-box;
    position: relative;
}

.future .future__right-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    backdrop-filter: blur(21.35px);
    padding: 40px;
    border-radius: var(--radius);
    background: linear-gradient(292.76deg, rgba(116, 48, 251, 0) -72.9%, #631DEE 88.52%);
    height: 100%;
}

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

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

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

.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;
}

.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%;
    transform: scale(-1, 1);
}

.future .future__hand-picture {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    width: 197px;
    bottom: -81.2px;
    left: -81.5px;
    z-index: -1;
}

.future .future__hand-top-picture {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    width: 177px;
    bottom: -67.6px;
    left: -83px;
    display: flex;
}

.future .future__hand-img, .future .future__hand-top-img {
    width: 100%;
    height: auto;
    transform: scale(-1, 1);
}

.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;
}

@media screen and (max-width: 1200px) {
    .future .future__block {
        flex-direction: column-reverse;
        padding-bottom: 0;
    }

    .future .future__right {
        margin: 60px;
        margin-bottom: 0;
    }

    .future .form-block {
        width: 100%;
    }

    .future {
        padding: 57px 0;
    }

    .future .future__form-wrap {
        margin: 60px;
    }

    .future .future__bottom-pic {
        bottom: -47px;
        left: -21.5px;
    }

    .future .future__bottom-img {
        width: 180px;
    }

    .future .future__top-img {
        width: 120px;
    }

    .future .future__top-pic {
        top: -63px;
        right: 6px;
    }
}

@media screen and (max-width: 900px) {
    .future .future__social {
        flex: 1;
        justify-content: center;
    }
}

@media screen and (max-width: 680px) {
    .future {
        --border-radius: 20px;
    }

    .future .future__right {
        margin: 20px 10px;
        --radius: 20px;
    }

    .future .future__form-wrap {
        margin: 20px 10px;
        margin-top: 0;
        margin-bottom: 40px;
    }

    .future__outer {
        padding-left: 0;
        padding-right: 0;
    }

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

    .future {
        padding: 40px 0;
    }

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

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

    .future .future__social-block.mobile {
        display: flex;
        padding: 40px 20px;
        padding-top: 16px;
        margin: 0;
    }

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

    .future .future__social-text.desktop {
        display: none;
    }

    .future .future__right-content {
        padding: 16px;
    }

    .future .future__bottom-picture {
        display: none;
    }

    .future .future__top-picture {
        width: 39px;
        top: -16.5px;
        left: -11px;
    }

    .future .future__hand-top-picture {
        width: 126px;
        bottom: -59.6px;
        left: -53px;
    }

    .future .future__hand-picture {
        width: 135px;
        bottom: -66.2px;
        left: -49.5px;
    }

    .future .future__text-picture {
        width: 42.9px;
        top: -17.6px;
        right: -7.8px;
    }
}
