.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__top:before {
    content: "";
    height: 100%;
    flex: 1;
    background-color: var(--block-bg);
    border-radius: var(--border-radius);
}

.why-join .why-join__content {
    border-radius: var(--border-radius);
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.why-join .why-join__content::before {
    content: "";
    background-color: var(--block-bg);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
    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 60px;
    padding-left: 0;
}

.why-join .why-join__left {
    padding: 60px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

.why-join .why-join__bottom-picture {
    position: absolute;
    display: flex;
    bottom: 0;
    left: -104px;
    pointer-events: none;
}

.why-join .why-join__bottom-img {
    width: 174px;
    height: auto;
    filter: drop-shadow(-45px 86px 39px rgba(0, 0, 0, 0.01))
        drop-shadow(-25px 48px 33px rgba(0, 0, 0, 0.05))
        drop-shadow(-11px 22px 24px rgba(0, 0, 0, 0.09))
        drop-shadow(-3px 5px 13px rgba(0, 0, 0, 0.1));
}

.why-join .why-join__top-picture {
    position: absolute;
    display: flex;
    top: -80px; 
    right: -83.7px;
    z-index: 3;
    pointer-events: none;
}

.why-join .why-join__top-img {
    width: 298.99px;
    height: auto;
    transform: rotate(-24.45deg);
    filter: drop-shadow(-45px 86px 39px rgba(0, 0, 0, 0.01))
        drop-shadow(-25px 48px 33px rgba(0, 0, 0, 0.05))
        drop-shadow(-11px 22px 24px rgba(0, 0, 0, 0.09))
        drop-shadow(-3px 5px 13px rgba(0, 0, 0, 0.1));
}

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

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

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

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

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

    .why-join .why-join__top-picture {
        top: -95px;
        right: -58.7px;
    }

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

    .why-join .why-join__bottom-picture {
        bottom: 4px;
        left: 9px;
    }

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

@media screen and (max-width: 680px) {
    .why-join .why-join__left {
        padding: 20px;
        padding-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-img {
        width: 76px;
    }

    .why-join .why-join__bottom-picture {
        bottom: -30px;
        left: -8px;
    }

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

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

