/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jan 28 2026 | 20:56:21 */
/* =========================================================
   КНОПКА ФОРМЫ КОНТАКТОВ — ТОЛЬКО WPForms ID 1098914
   ========================================================= */

#wpforms-1098914 .custom-contact-form-button {
  width: auto;
  min-width: 220px;
  height: 44px;
  padding: 0 26px;

  background: #E09900;
  border: 1px solid #E09900;
  border-radius: 4px;

  color: #ffffff;
  font-size: 16px;
  font-weight: 500;

  cursor: pointer;
  transition: 
    background-color .2s ease,
    border-color .2s ease,
    box-shadow .2s ease,
    transform .15s ease;
}

/* hover — как у кнопки подписки */
#wpforms-1098914 .custom-contact-form-button:hover {
  background: #d48f00;
  border-color: #d48f00;
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
}

/* active — лёгкое "нажатие" */
#wpforms-1098914 .custom-contact-form-button:active {
  transform: translateY(1px);
  box-shadow: 0 3px 8px rgba(0,0,0,.12);
}

/* focus — аккуратно, без синей рамки браузера */
#wpforms-1098914 .custom-contact-form-button:focus,
#wpforms-1098914 .custom-contact-form-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(224,153,0,.25);
}
