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

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

.future .future__block {
    display: flex;
    border-radius: var(--border-radius);
    position: relative;
}

.future .future__block::before {
    content: "";
    border-radius: var(--border-radius);
    background-color: var(--block-bg);
    position: absolute;
    z-index: -2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

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

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

.future .future__form-wrap {
    position: relative;
    padding: 105px 80px;
    padding-right: 30px;
}

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

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

.future .future__right {
    padding: 104px 80px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.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: 57px;
    right: -8px;
}

.future .future__top-img {
    height: auto;
    width: 108px;
    transform: rotate(-35.73deg);
    filter: drop-shadow(-45px 86px 39px rgba(0, 0, 0, 0.01)) 
        drop-shadow(-25px 48px 33px rgba(0, 0, 0, 0.05)) 
        drop-shadow(-11px 22px 24px rgba(0, 0, 0, 0.09)) 
        drop-shadow(-3px 5px 13px rgba(0, 0, 0, 0.1));
}

.future .future__bottom-pic {
    position: absolute;
    pointer-events: none;
    bottom: -150px;
    left: -122.5px;
}

.future .future__bottom-img {
    height: auto;
    width: 393.14px;
    transform: rotate(-29.52deg);
    filter: drop-shadow(-45px 86px 39px rgba(0, 0, 0, 0.01))
        drop-shadow(-25px 48px 33px rgba(0, 0, 0, 0.05))
        drop-shadow(-11px 22px 24px rgba(0, 0, 0, 0.09))
        drop-shadow(-3px 5px 13px rgba(0, 0, 0, 0.1));
}

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

    .future .future__right {
        padding: 60px;
        padding-bottom: 24px;
    }

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

    .future {
        padding: 57px 0;
    }

    .future .future__form-wrap {
        padding: 60px;
        padding-top: 0;
    }

    .future .future__bottom-pic {
        bottom: -118px;
        left: -56.5px;
    }

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

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

    .future .future__top-pic {
        top: -31px;
        right: 21px;
    }
}

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

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

    .future .future__right {
        padding: 40px 20px;
        padding-bottom: 24px;
    }

    .future .future__form-wrap {
        padding: 0 20px;
    }

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

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

    .future {
        padding: 40px 0;
    }

    .future .future__top-pic {
        top: -27.61px;
        right: -3.12px;
    }

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

    .future .future__bottom-pic {
        bottom: -53.59px;
        left: -29.86px;
    }

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

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