* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.none {
  display: none; }

.clear {
  clear: both; }

img {
  max-width: 100%;
}

a {
  color: #dca388; }
  a:hover {
    color: #bb8b74; }

html,
body {
    height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

h1, h2, h3, h4 {
  margin: 0 0 .3em;
  font-family: "Montserrat", sans-serif; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 19.2px; }

p {
  line-height: 150%;
  padding: 0 0 8px 0; }

ol, ul {
  padding: 0 0 8px 1.3em; }
  ol li, ul li {
    padding: .1em 0; }

ul {
  list-style: square; }


  input, select, textarea {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 0; }

  select {
    position: relative;
    padding-right: 20px;
    background: #fff url(../layout/selarr.svg) calc(100% - 7px) 50% no-repeat;
    background-size: 15px auto; }

  label {
    display: flex;
    flex-flow: column;
    margin-bottom: 8px; }
    label span {
      min-width: 150px;
      margin-top: 8px;
      margin-bottom: 4px; }
    label input + span {
      margin-left: 8px;
      min-width: auto; }

  input[type="radio"],
  input[type="checkbox"] {
    position: relative;
    margin-top: 8px;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc; }

  input[type="radio"]:checked:after,
  input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -4px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    background: #444; }

  input[type="radio"],
  input[type="radio"]:checked:after {
    border-radius: 50%; }

  input[type="submit"],
  .btn {
    background: #dca388;
    border: 1px solid #dca388;
    color: #fff;
    font-weight: 700;
    padding: 16px 24px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    letter-spacing: .05em;
    cursor: pointer; }
    input[type="submit"]:hover,
    .btn:hover {
      background: #bb8b74;
      border-color: #bb8b74; }
  input[type="submit"].secondary {
    background: none;
    color: #dca388;

  }
  .form__spec {
    visibility: hidden;
    height: 1px;
    overflow: hidden; }

  .req {
    font-weight: 700; }
    .req span::after {
      content: '*'; }

  .form__quote {
    color: #fff;
    padding: 16px;
    margin: 8px 0; }

  .form__quote_success {
    background: #00A676; }

  .form__quote_err {
    background: #C93C3C; }



.page_wrapper {
  margin: auto;
  text-align: center;
  height: 100%;
  width: 100%;
}
.header {
  padding: 24px;
  height: 100px;
}
.header_logo {
  max-width: 300px;
  margin: auto;
}

.page_content {
  height: calc(100% - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px;
}

.lineform {
  display: flex;
  justify-content: center;
}

h1 strong {
  color: #bb8b74;
}
.lab {
  font-size: 13px;
}
.bigger {
  font-size: 22px;
}
.bigger strong {
  font-size: 35px;
}
.alert {
  color: #C93C3C;
}

.vouchers {
  display: flex;
  justify-content: center;
}
.voucher {
  padding: 24px;
}
.brandlogo {
  width: 200px;
}
.voucher input{
  width: 100%;
  margin-bottom: 8px;
}

.posOrderWrapper {
  padding: 24px 0 0;
}
.posOrder {
  text-align: center;
}
