.cta-with-socials {
    --block-bg: #8868FF;
    --title-font: 62px;
    overflow: visible;
    --title-font-m: 28px;
}

.cta-with-socials .cta-with-socials__right {
    top: calc(-1 * var(--top-height) / 2);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.cta-with-socials .cta-with-socials__form-picture {
    width: calc(100% + 330px);
    height: auto;
    position: absolute;
    right: -50px;
    bottom: -150px;
    z-index: -1;
    pointer-events: none;
}

.cta-with-socials .callbackform__message {
    --form-bg: transparent;
}

.cta-with-socials .cta-with-socials__text {
    line-height: 150%;
}

.cta-with-socials .cta-with-socials__social-block {
    margin-top: 32px;
}

@media screen and (max-width: 1200px) {
    .cta-with-socials .cta-with-socials__block {
        padding: 20px 40px;
    }

    .cta-with-socials .cta-with-socials__form-picture {
        bottom: -30px;
    }
}

@media screen and (max-width: 750px) {
    .cta-with-socials .cta-with-socials__right {
        top: 0;
    }

    .cta-with-socials .cta-with-socials__form-wrap {
        width: 100%;
    }

    .cta-with-socials .cta-with-socials__top {
        display: none;
    }

    .cta-with-socials.cutout .cta-with-socials__block::before { 
        border-radius: 20px;
    }

    .cta-with-socials .cta-with-socials__form-picture {
        right: 50%;
        transform: translateX(50%);
        width: 490px;
        bottom: unset;
        top: -180px;
    }

    .cta-with-socials {
        padding-top: 110px;
    }

    .cta-with-socials .cta-with-socials__block {
        padding: 40px 20px;
    }
}
