.why-join {
    padding: 60px 0;
    --block-bg: #F7824D;
    --border-radius: 60px;
    position: relative;
}

.why-join .why-join__top {
    display: flex;
    margin-right: 260px;
    height: 90px;
    position: relative;
    z-index: -2;
}



.why-join .why-join__content {
    border-radius: var(--border-radius);
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    box-shadow: 4px 4px 1.9px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.why-join .why-join__bg-picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
}

.why-join .why-join__bg-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: var(--border-radius);
}

.why-join .block-text-large {
    margin-top: 32px;
}

.why-join .why-join__picture {
    position: absolute;
    z-index: -1;
    top: -130px;
    left: -72px;
}

.why-join .why-join__img {
    width: 726px;
    height: auto;
    max-width: unset;
}

.why-join .why-join__form-wrap {
    position: relative;
    width: 508px;
    box-sizing: content-box;
    flex-shrink: 0;
    padding: 86.5px 80px;
    padding-left: 0;
}

.why-join .why-join__left {
    --radius: 40px;
    margin: 80px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    border-radius: var(--radius);
    position: relative;
    height: 100%;
    background: linear-gradient(298.25deg, rgba(198, 160, 255, 0) 0.37%, #C6A0FF 100%) border-box;
    padding: 1.5px;
}

.why-join .why-join__left-content {
    background: linear-gradient(295.07deg, rgba(116, 48, 251, 0) -74.52%, #7430FB 93.01%);
    backdrop-filter: blur(21.35px);
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: var(--radius);
}

.why-join .callbackform___step1 .callbackform__title {
    display: none;
}

.why-join .why-join__bottom-picture {
    position: absolute;
    display: flex;
    bottom: 41.5px;
    left: -32.51px;
    pointer-events: none;
    width: 83.86px;
}

.why-join .why-join__bottom-img {
    width: 100%;
    height: auto;
}

.why-join .why-join__top-picture {
    position: absolute;
    display: flex;
    top: 35.5px; 
    right: 52px;
    z-index: 3;
    pointer-events: none;
    width: 104px;
}

.why-join .why-join__top-img {
    width: 100%;
    height: auto;
    transform: rotate(-28.74deg);
}

.why-join .why-join__text-picture {
    position: absolute; 
    z-index: 1;
    pointer-events: none;
    width: 55.87px;
    top: -10.1px;
    left: -19.6px;
}

.why-join .why-join__hand-top-picture {
    position: absolute; 
    z-index: 1;
    pointer-events: none;
    width: 177px;
    bottom: 30.44px;
    right: -4.98px;
}

.why-join .why-join__hand-picture {
    position: absolute; 
    z-index: 1;
    pointer-events: none;
    width: 197px;
    bottom: 17.8px;
    right: -3.5px;
    z-index: -1;
}

.why-join .why-join__hand-img,
.why-join .why-join__hand-top-img {
    width: 100%;
    height: auto;
}

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

@media screen and (max-width: 1225px) {
    .why-join .why-join__content {
        flex-direction: column;
    }

    .why-join .why-join__left {
        margin: 60px;
        margin-bottom: 25px;
    }

    .why-join .why-join__left-content {
        padding: 32px;
    }

    .why-join .why-join__form-wrap {
        width: 100%;
        box-sizing: border-box;
        padding: 60px;
        padding-top: 0;
    }

    .why-join .why-join__top-img {
        width: 101px;
    }

    .why-join .why-join__top-picture {
        top: -46.02px;
        right: 21.6px;
        left: unset;
    }

    .why-join .why-join__bottom-img {
        width: 125px;
    }

    .why-join .why-join__bottom-picture {
        bottom: 7px;
        left: 24px;
    }

    .why-join .block-text-large {
        padding-right: 82px;
    }
}

@media screen and (max-width: 680px) {
    .why-join .why-join__left {
        margin: 20px;
        margin-bottom: 16px;
    }

    .why-join .why-join__form-wrap {
        padding: 20px;
        padding-top: 0;
    }

    .why-join .why-join__cursor-img {
        display: none;
    }

    .why-join .callbackform__legal-notice {
        margin-right: 0;
    }

    .why-join {
        --border-radius: 20px;
        padding: 0;
        padding-bottom: 17px;
    }

    .why-join__outer {
        padding-left: 0;
        padding-right: 0;
    }
    
    .why-join .why-join__top-img {
        width: 97.97px;
    }

    .why-join .why-join__top-picture {
        top: -47.12px;
        right: -24.85px;
    }

    .why-join .why-join__bottom-picture {
        display: none;
    }

    .why-join .callbackform__message .register-btn {
        position: relative;
    }

    .why-join .callbackform__message .callbackform___step1 .register-btn::before {
        content: "";
        background-image: url('../img/decorative/why-join-bottom.webp');
        position: absolute;
        top: 33px;
        right: -30.74px;
        pointer-events: none;
        height: 61.74px;
        width: 61.74px;
        background-size: 100%;
    }

    .why-join .block-text-large {
        padding-right: 0;
    }

    .why-join .block-text-large {
        margin-top: 16px;
        font-size: 16px;
    }

    .why-join .why-join__hand-top-picture {
        bottom: -26.6px;
        right: -62.0px;
    }

    .why-join .why-join__hand-picture {
        bottom: -39.2px;
        right: -60.5px;
    }

    .why-join .callbackform__legal-notice {
        margin-right: 40px;
    }

    .why-join .why-join__left-content {
        padding: 30px;
    }
}

