/* iOS: клики по кнопкам форм, псевдоэлементы, оверлеи */
.order_form .form__btn,
.order_form button[type="submit"],
.order_form .btn {
  -webkit-appearance: none;
  appearance: none;
  touch-action: manipulation;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 5;
}

.order_form .btn::before,
.order_form .btn::after {
  pointer-events: none;
}

.order_form .form__input {
  touch-action: manipulation;
  font-size: 16px;
}

.overlay {
  pointer-events: none !important;
}

._popup[style*="display: none"],
._popup[style*="display:none"] {
  pointer-events: none !important;
}
