/* Состояния отправки заявки и ловушка для ботов. */
.lead-trap { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.lead-status { margin: 10px 0 0; font-size: 14px; line-height: 1.4; }
.lead-status--ok { color: #1a7f37; }
.lead-status--error { color: #c02626; }
.lead-status--pending { color: #666; }
