 



/* Стили для span с классом title (плейсхолдер) */
.quikform label .title_input {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    
    pointer-events: none;
    transition: all 0.2s ease;
    z-index: 1;
    background: transparent;
}

 
/*  Стили форм  */
.wpcf7-response-output {
	max-width: 400px;
    margin: 0 auto; 
}
 
 

 