.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 80px;
    padding-left: 0;
}

.why-join .why-join__left {
    padding: 80px;
    padding-right: 30px;
    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: 7px;
    right: -18.07px;
    pointer-events: none;
}

.why-join .why-join__bottom-img {
    width: 212.059px;
    height: auto;
    filter:
        drop-shadow(-94.9057px 248.718px 106.36px rgba(0, 0, 0, 0.01))
        drop-shadow(-52.3617px 140.722px 89.9968px rgba(0, 0, 0, 0.05))
        drop-shadow(-22.9083px 62.1796px 67.0885px rgba(0, 0, 0, 0.09))
        drop-shadow(-6.54522px 16.363px 35.9987px rgba(0, 0, 0, 0.1));
}

.why-join .why-join__top-picture {
    position: absolute;
    display: flex;
    top: -8.54px; 
    left: -92.5px;
    z-index: 3;
    pointer-events: none;
}

.why-join .why-join__top-img {
    width: 200px;
    height: auto;
    transform: rotate(-23.37deg);
    filter:
        drop-shadow(-94.9057px 248.718px 106.36px rgba(0, 0, 0, 0.01))
        drop-shadow(-52.3617px 140.722px 89.9968px rgba(0, 0, 0, 0.05))
        drop-shadow(-22.9083px 62.1796px 67.0885px rgba(0, 0, 0, 0.09))
        drop-shadow(-6.54522px 16.363px 35.9987px 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 .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;
        right: 3.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-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;
    }
}

