.conten-right {
    margin-left: 150px;
    border-radius: 28px;
    border: 9px solid rgba(42, 123, 190, 0.4);
    background: rgba(250, 250, 250, 0.9);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
    width: 412px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 28px 28px 28px;
    .form-icon {
        width: 50px;
        height: 50px;
        flex-shrink: 0;
        aspect-ratio: 1/1;
        margin-bottom: 16px;
    }
    .form-title {
        color: #eb7220;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 1; /* 75% */
        letter-spacing: 0.48px;
        margin-bottom: 24px;
    }
    .form-booklich {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 12px;
        .banner-form-input {
            width: 100%;
            height: 44px;
            display: flex;
            padding: 13px 20px 13px 20px;
            align-items: center;
            border-radius: 40px;
            border: 1px solid #ebebeb;
            background: #fff;
            box-shadow: 3px 2px 6px 0 rgba(0, 0, 0, 0.06) inset;
            color: rgba(63, 63, 63, 1);
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.28; /* 128.571% */
            letter-spacing: 0.28px;
            margin-bottom: 0;
            cursor: pointer;
        }
        .banner-form-inpu::placeholder {
            color: rgba(63, 63, 63, 0.5);
        }
        .banner-form-select {
            position: relative;
            cursor: pointer;
            svg {
                position: absolute;
                top: 50%;
                right: 22px;
                transform: translateY(-50%);
                width: 10px;
                height: 5px;
                flex-shrink: 0;
            }
        }
        .flex .banner-form-input {
            flex: 1 0 0;
        }
        .flex {
            .banner-form-select {
                flex: 1;
            }
        }
        .banner-wapper-radio {
            display: flex;
            align-items: center;
            .gender-item {
                margin-bottom: 0;
                display: flex;
                align-items: center;
                color: rgba(63, 63, 63, 0.5);
                font-family: Roboto;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 1.28; /* 128.571% */
                letter-spacing: 0.28px;
                cursor: pointer;
                input {
                    margin-bottom: 0;
                    margin-top: 0;
                    width: 20px;
                    height: 20px;
                }
            }
        }
        .form-booklich-label {
            margin: 0;
        }
        button {
            margin: 0;
            text-transform: none;
        }
        .wpcf7-list-item label {
            display: flex;
            align-items: center;
        }
    }
    .wpcf7-response-output {
        display: none;
    }
}
@media (max-width: 1280px) {
    #hero-banner {
        .conten-right {
            margin-left: 55px;
        }
    }
}
@media (max-width: 639px) {
    .conten-right {
        .form-booklich {
            .banner-wapper-radio {
                margin-left: 10px;
            }
        }
    }
}
