.smart-captcha {
    min-width: 100% !important;
}






  .callback {
        background: #f5f5f5;
        padding-block: clamp(50px, 7vw, 90px)
    }


    .callback-form {
        display: flex;
        flex-direction: column;
        gap: 40px;
        background: #56b49c;
        border-radius: 35px;
        padding: clamp(30px, 7vw, 120px);
        padding-bottom: 0;
        position: relative;
        min-height: 500px;

    }


    .callback__info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 50%;
    }

    .callback__bg-img {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: flex;

        img {
            max-width: 90%;
            max-height: 100%;
            border-radius: 35px;
            align-self: end;
            margin-left: auto;

        }
    }

    .form-agree {
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border-radius: 16px;
        color: #fff;
        z-index: 10;
        position: relative;
        color: #fff;
        font-size: 14px;

        a {
            color: #000;
        }
    }



    #wpcf7-f2103-o3 form,
    #wpcf7-f2103-o4 form,
    #wpcf7-f2103-o5 form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        justify-content: center;
        margin: 0 30px;
    }

    #wpcf7-f2103-o3 .wpcf7-response-output,
    #wpcf7-f2103-o4 .wpcf7-response-output,
    #wpcf7-f2103-o5 .wpcf7-response-output {
        font-size: 16px;
        color: #fff;
        position: absolute;
        z-index: 3;
        bottom: -20px;
        border: none;
    }

    .form-control {
        height: 60px;
        border-radius: 50px;
        padding-left: 20px;
        width: 100%;
        font-size: 16px;
        cursor: pointer;
        position: relative;
        z-index: 3;
    }

    .form-callback__btn {
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        border-radius: 50px;
        background-color: #fad370 !important;
        text-align: center;
        height: 60px;
        width: 100%;
        font-size: 16px;
        position: relative;
        z-index: 3;
    }

    .callback-form__title {
        text-align: start;
        font-size: 28px;
        color: #fff;
        position: relative;
        z-index: 3;
    }

    .callback-form__text {
        text-align: start;
        font-size: 16px;
        color: #fff;
        position: relative;
        z-index: 3;
    }

    @media (max-width:768px) {
        .callback-form {
            min-height: 570px;
        }

        .callback__info {
            width: 100%;
        }


        #wpcf7-f2103-o3 form,
        #wpcf7-f2103-o4 form,
        #wpcf7-f2103-o5 form {
            grid-template-columns: 1fr;
        }

        .callback-section:after {
            opacity: 0.5;
        }

        .callback-section {
            padding: 50px 0 20px 0;
        }

        #wpcf7-f2103-o3 .wpcf7-response-output,
        #wpcf7-f2103-o4 .wpcf7-response-output,
        #wpcf7-f2103-o5 .wpcf7-response-output {
            bottom: -15px;
        }


        .callback__bg-img {
            position: static;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: flex;

            img {
                max-height: 220px;
                margin-top: -70px;
                object-fit: cover;
            }

        }




        #wpcf7-f2103-o3,
        #wpcf7-f2103-o4,
        #wpcf7-f2103-o5 {
            position: absolute;
            bottom: -10%;
            left: 0;
        }



    }