/* Скрываем поле-ловушку check-field */
input[name="check-field"] {
    position:absolute !important;
    left:-9999px !important;
    opacity:0 !important;
    pointer-events:none !important;
    height:0 !important;
    width:0 !important;
}
