/*CAPTCHA BAGS START*/
@media (max-width: 450px) {

    /*#g-recaptcha-phone, #g-recaptcha-custom, #g-recaptcha-deposit-product{*/
    /*    position: relative;*/
    /*    width: 100%;*/
    /*    max-width: none;*/
    /*}*/

    /*#g-recaptcha-custom > div iframe{*/
    /*    transform: scale(0.9);*/
    /*}*/
    /*#g-recaptcha-phone > div iframe{*/
    /*    transform: scale(0.9);*/
    /*}*/
    /*#g-recaptcha-deposit-product > div iframe{*/
    /*    transform: scale(0.9);*/
    /*}*/
}

@media (max-width: 400px) {

    #g-recaptcha-custom, #g-recaptcha-phone, #g-recaptcha-deposit-product, #g-recaptcha-office{
        position: relative;
        width: 100%;
        max-width: none;
    }

    /*#g-recaptcha-custom > div iframe {*/
    /*    position: absolute;*/
    /*    transform: scale(0.8);*/
    /*    transform-origin: left;*/
    /*}*/
    #g-recaptcha-feedback{
        position: relative;
        width: 100%;
        max-width: none;
    }
    #g-recaptcha-feedback{
        text-align: left;
    }
    /*#g-recaptcha-feedback > div iframe{*/
    /*    position: absolute;*/
    /*    transform: scale(0.8);*/
    /*    transform-origin: left;*/
    /*}*/
    #g-recaptcha-deposit-product{
        position: relative;
        width: 100%;
        max-width: none;
    }
    /*#g-recaptcha-deposit-product > div iframe{*/
    /*    position: absolute;*/
    /*    transform: scale(0.8);*/
    /*    transform-origin: left;*/
    /*}*/
    /*#g-recaptcha-office > div iframe{*/
    /*    position: absolute;*/
    /*    transform: scale(0.8);*/
    /*    transform-origin: left;*/
    /*}*/
}
/*CAPTCHA BAGS END*/

.g-recaptcha-custom, .g-recaptcha-step-third, div[data-size=invisible]{
    display:none;
}
.grecaptcha-badge{
    opacity: 0;
}
