
/* Поле input для защиты от ботов */
.your_name {
    display: none;
    visibility: hidden;
    position: absolute;
    top: -9999px;
}