.cta {
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
    --pic-offset: 508px;
}

.cta .cta__inner {
    background-color: #FF8157;
    padding: 60px;
    border-radius: 60px;
    position: relative;
}

.cta .cta__title {
    font-weight: 800;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}

.cta .cta__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
    max-width: 414px;
}

.cta .cta__text-block,
.cta .cta__form {
    max-width: var(--pic-offset);
    margin-left: auto;
}

.cta .cta__picture {
    position: absolute;
    left: -26px;
    /* top: 34px; */
    bottom: 35px;
    z-index: 1;
    display: flex;
    pointer-events: none;
    filter:
        drop-shadow(-240.179px 304.923px 155.594px rgba(26, 67, 112, 0.01))
        drop-shadow(-134.709px 171.258px 130.532px rgba(26, 67, 112, 0.05))
        drop-shadow(-60.5669px 76.2307px 97.1158px rgba(26, 67, 112, 0.09))
        drop-shadow(-14.6196px 18.7966px 53.2571px rgba(26, 67, 112, 0.1));
}

.cta .cta__img {
    width: calc(100% - var(--pic-offset) - 42px);
    height: auto;
}

@media screen and (max-width: 1080px) {
    .cta {
        padding-top: 0;
        padding-bottom: 0;
    }

    .cta .cta__inner {
        padding: 40px;
        border-radius: 40px;
    }

    .cta .cta__form {
        max-width: 100%;
        position: relative;
        z-index: 2;
    }

    .cta .cta__text-block {
        max-width: 100%;
        margin-right: 251px;
    }

    .cta .cta__text {
        font-size: 20px;
        max-width: 375px;
    }

    .cta .cta__picture {
        bottom: unset;
        top: 47px;
        left: unset;
        right: -49px;
    }

    .cta .cta__img {
        width: 376px;
    }
}

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

    .cta .cta__inner {
        border-radius: 0;
        padding: 40px 20px;
    }

    .cta .cta__text-block {
        margin: 0;
        margin-bottom: 244px;
        position: relative;
    }

    .cta .cta__title {
        font-size: 24px;
    }

    .cta .cta__text {
        font-size: 18px;
        max-width: 100%;
    }

    .cta .cta__picture {
        top: calc(100% + 12px);
        right: 50%;
        transform: translateX(50%);
        width: 100%;
        justify-content: center;
    }

    .cta .cta__img {
        max-width: unset;
    }

    .cta .cta__form {
        padding: 0;
    }
}
