/* Блокирует прокрутку фона, пока открыта форма */
.order-open{
  height:100vh;
  overflow:hidden;
}

/* Подстраховка для зоны действий с кнопкой «Отправить» */
.ogow-actions,
.one-garage-order-actions,
.modal-actions{
  position: sticky;
  bottom: 0;
  background:#fff;
  padding:10px 12px;
  border-top:1px solid rgba(0,0,0,.08);
  z-index:2;
}

/* iOS: убираем авто-зум на узких экранах */
@media (max-width:480px){
  .ogow-modal__content input, .ogow-modal__content select, .ogow-modal__content textarea,
  .one-garage-order-modal__content input, .one-garage-order-modal__content select, .one-garage-order-modal__content textarea{
    font-size:16px;
  }
}
