.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;
    align-items: center;
}

.why-join .why-join__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    background: linear-gradient(360deg, #3392FF 0%, #001833 100%);
}

.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);
    object-position: top;
}

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

.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;
    height: 100%;
    position: relative;
    color: #fff;
}

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

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

.why-join .why-join__title {
    font-weight: 800;
    font-size: 50px;
    line-height: 120%;
    letter-spacing: 0%;
}

.why-join .why-join__decor-picture {
    position: absolute;
    z-index: -2;
    pointer-events: none;
}


.why-join .why-join__decor-img {
    object-fit: contain;
    width: auto;
    height: 100%;
}

.why-join .why-join__decor-picture.top {
    height: 412.79px;
    top: -246.5px;
    left: 388px;
    transform: rotate(133.99deg);
}

.why-join .why-join__decor-picture.right {
    height: 508px;
    top: 71px;
    right: -178px;
    transform: rotate(-121.99deg);
}

.why-join .why-join__decor-picture.bottom {
    height: 417px;
    left: -180.9px;
    bottom: -223px;
    transform: scale(-1, 1) rotate(179deg);
}

.why-join .why-join__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-top: 24px;
}

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

    .why-join .why-join__decor-picture.right {
        top: unset;
        bottom: -200px;
    }

    .why-join .why-join__decor-picture.top {
        left: unset;
        right: -100px;
    }

    .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 .block-text-large {
        padding-right: 82px;
    }

    .why-join .why-join__title {
        margin-right: 150px;
    }
}

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

    .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 .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__left-content {
        padding: 30px;
    }

    .why-join .why-join__title {
        font-size: 28px;
        margin-right: 48px;
    }

    .why-join .why-join__text {
        font-size: 16px;
        margin-top: 20px;
    }

    .why-join .why-join__decor-picture.top {
        height: 267.8px;
        top: -141.5px;
    }

    .why-join .why-join__decor-picture.right {
        height: 305px;
        right: -130px;
        bottom: -180px;
    }
}
