.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) 0 0 0;
}

.why-join .why-join__content {
    height: 560px;
    border-radius: 0 var(--border-radius) 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px;
    position: relative;
    z-index: 2;
    gap: 45px;
}

.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: 0 var(--border-radius) var(--border-radius) var(--border-radius);
}

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

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

.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;
    max-width: 500px;
}

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

.why-join .why-join__form-wrap .inline-form {
    width: 508px;
}

@media screen and (max-width: 1280px) {
    .why-join .block-text-large {
        margin-top: 24px;
    }
}

@media screen and (max-width: 1150px) {
    .why-join .why-join__content {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 46px;
        padding-right: 24px;
    }

    .why-join {
        padding-bottom: 340px;
        padding-top: 30px;
    }

    .why-join .why-join__form-wrap {
        margin-left: auto;
    }

    .why-join .why-join__img {
        width: 546px;
    }

    .why-join .why-join__picture {
        left: -141px;
        top: -49px;
    }

    .why-join .why-join__left {
        margin-bottom: 0;
    }

    .why-join .why-join__content {
        height: 458px;
    }

    .why-join .why-join__top {
        height: 50px;
        margin-right: 150px;
    }

    .why-join .why-join__top svg.corner-curve {
        width: 90px;
    }
}

@media screen and (max-width: 720px) {
    .why-join .why-join__form-wrap {
        margin-left: 0;
        max-width: unset;
    }

    .why-join .why-join__form-wrap .inline-form {
        width: 100%;
    }

    .why-join .why-join__picture {
        left: 50%;
        top: 19px;
        transform: translateX(-50%);
    }

    .why-join .why-join__top {
        display: none;
    }

    .why-join .why-join__content::before {
        border-radius: 20px;
    }

    .why-join .why-join__content {
        padding: 20px;
        gap: 16px;
        height: fit-content;
    }

    .why-join__outer {
       padding: 0;
    }

    .why-join {
        padding-top: 20px;
        padding-bottom: 160px;
    }
}
