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

.book-cta .book-cta__inner {
    background: linear-gradient(142.44deg, #8193FF 3.14%, #4E5899 94.97%);
    padding: 60px;
    border-radius: 60px;
    position: relative;
}

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

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

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

.book-cta .book-cta__picture {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    pointer-events: none;
}

.book-cta .book-cta__img {
    width: 100%;
    height: auto;
}

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

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

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

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

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

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

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

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

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

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

    .book-cta .book-cta__form {
        padding: 0;
    }
}



.book-cta .book-cta__picture {
    top: -350px;
    left: -68px;
    max-width: 900px;
    width: 85%;
}

@media screen and (max-width: 1420px) {
    .book-cta .book-cta__picture {
        max-width: unset;
        width: 65%;
        top: -250px;
    }
}

@media screen and (max-width: 1200px) {
    .book-cta .book-cta__picture {
        max-width: unset;
        width: 60%;
        top: -150px;
    }
}

@media screen and (max-width: 1080px) {
    .book-cta .book-cta__picture {
        top: -200px;
        left: unset;
        right: -82px;
        max-width: unset;
        width: 400px;
        height: auto;
        z-index: 5;
    }
}

@media screen and (max-width: 760px) {
    .book-cta .book-cta__picture {
        top: unset;
        bottom: -380px;
        width: 300px;
        left: unset;
        right: 50%;
        transform: translateX(50%);
        z-index: 0;
    }
}
