/* for block with only email */
.wpcf7-form.sent .wpcf7-response-output,
 .wpcf7 form.invalid .wpcf7-response-output{
    padding: 11px;
    display: block;
    text-align: center;
    font-size: 12px;
}
@media screen and (min-width: 768px){
    .pum-close.popmake-close{
        width: 16px !important;
        height: 16px !important;
        right: 40px !important;
        top: 40px !important;
    }
    .pum-container.popmake{
        padding: 50px !important;
        border-radius: 30px !important;
    }
}
@media screen and (max-width: 768px){
    .pum-container.popmake{
        padding: 20px !important;
        border-radius: 20px !important;
    }
    .pum-close.popmake-close{
        width: 16px !important;
        height: 16px !important;
        right: 20px !important;
        top: 20px !important;
    }
}

.pum-close.popmake-close:before{
    content: '';
    background: url("/wp-content/uploads/2023/01/close.svg");
    width: 16px;
    height: 16px;
    display: flex;
}
.pum-container.popmake{
    box-shadow: none !important;
    border: 0 !important;
}
.pum-content figure{
    margin-bottom: 20px !important;
}
.pum-container.popmake img{
    filter: drop-shadow(-12px 9px 7px rgb(0 0 0 / 0.2));
}

.pum-overlay.pum-active,
.pum-overlay.pum-active .popmake.active {
    opacity: 1 !important;
    display: block !important;
}
.wpcf7-not-valid-tip{
     margin-top: 7px;
     text-align: center;
     margin-bottom: 10px;
     font-size: 12px;
     width: 320px;
 }
.wpcf7-form.invalid .wpcf7-response-output{
    display: none !important;
}

:focus-visible{
    outline: 0 !important;
}

 