@font-face {
  font-family: 'Pattaya';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/pattaya/v6/ea8ZadcqV_zkHY-XBdOt8w.ttf) format('truetype');
}
.order_form .field, .order_form option {
    display: block;
    margin: 0 auto 15px;
    padding: 0 20px;
    width: 380px;
    height: 70px;
    border: 1px solid #d7d8db;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f1f1f1;
    font-family: 'SegoeUI', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #999ca1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}