/* Небольшие правки для Contact Form 7 */
.wpcf7 .text-center {
    position: relative;
    display: block;
}

.wpcf7-spinner {
    margin: 0;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}

/* Убираем обертки параграфов */
.wpcf7 form p {
    margin: 0;
    padding: 0;
}