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

.future .block-title-large {
    font-style: italic;
}

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

.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 .future__form-wrap {
    position: relative;
    padding: 60px;
}

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

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

.future .future__right {
    padding: 60px;
    padding-left: 0;
}

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

.future .future__grass-pic {
    position: absolute;
    bottom: 0;
    z-index: -1;
    display: flex;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    overflow: hidden;
}

.future .future__arrows-pic {
    width: 445px;
    position: absolute;
    top: -195.22px;
    left: 299px;
    z-index: 1;
    transform: rotate(169.4deg);
    pointer-events: none;
    filter:
        drop-shadow(5px 77px 31px rgba(0, 0, 0, 0.01))
        drop-shadow(3px 43px 26px rgba(0, 0, 0, 0.05))
        drop-shadow(1px 19px 19px rgba(0, 0, 0, 0.09))
        drop-shadow(0px 5px 11px rgba(0, 0, 0, 0.1));
}

.future .future__arrows-img {
    height: auto;
    width: 100%;
}

.future .future__love {
    width: 119px;
    height: auto;
    position: absolute;
    bottom: 62.41px;
    right: 25.97px;
    transform: rotate(18.65deg);
    pointer-events: none;
}

.future .future__3star {
    display: none;
    position: absolute;
    height: auto;
    pointer-events: none;
}

.future .callbackform__message .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 {
        padding: 60px;
        padding-bottom: 24px;
    }

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

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

    .future .future__arrows-pic {
        width: 240.17px;
        top: -107.2px;
        left: unset;
        right: 35.57px;
    }

    .future .future__3star {
        display: block;
        width: 115.84px;
        top: -34px;
        left: -8px;
    }

    .future .future__love {
        width: 119px;
        bottom: 29.41px;
        right: 17.03px;
    }

    .future {
        padding: 57px 0;
    }
}

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

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

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

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

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

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

    .future .future__arrows-img {
        display: none;
    }

    .future .future__love {
        width: 52.96px;
        bottom: 18.08px;
        right: 2.49px;
    }

    .future .future__3star {
        width: 71.86px;
        top: -31px;
        left: -16px;
    }

    .future {
        padding: 40px 0;
    }
}
