#order_form {
  background: white;
  padding: 30px 20px;
  max-width: 651px;
  font-family: Arial;
  margin: 20px;
  background-image: url("../img/formbg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}

#order_form div {
  background: transparent !important;
}

#order_form h2 {
  margin: 0;
  padding: 0px;
  line-height: 32px;
  border: none;
}

#order_form label {
  max-width: 300px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  display: block;
  padding: 5px 0 5px 0;
  font-weight: bold;
  font-size: 16px;
  margin: 0 auto 8px;
  text-align: center;
}

.order-form__header-subtitle {
  margin: 15px 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.order-form__header-annotation {
  display: block;
  margin: 5px 10px;
  border: 2px solid #0299ff;
  padding: 10px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
}

#order_form label.vertical {
  border: none !important;
}

.device_info {
  font-size: 14px;
  color: green;
  display: block;
  margin: 10px 20px;
}

#order_form .order_form_pole {
  padding: 5px;
  margin: 0px;
}

#order_form input,select {
  font-size: 21px;
  padding: 15px;
  border-radius: 3px;
  height: 58px;
  border: 2px solid #e9d7dc;
  max-width: 300px;
  width: 100%;
  box-sizing: border-box;
}

.order-form__header-subtitle,
.order-form__footer-annotation {
  font-size: 12px;
}

#order_form button,
.obutton {
  display: inline-block;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
  border-radius: 5px;
  background-color: #0299ff;
  background-position: 1.35em 0.94em;
  background-size: 1em;
  background-repeat: no-repeat;
  transition: all 0.15s ease-in-out;
  border: none;
  cursor: pointer;
  font-size: 20px;
  margin-top: 20px;
  font-family: roboto condensed;
  text-transform: uppercase;
}

#order_form button:hover,
.obutton:hover {
  background-color: #017acc;
}

#order_form button:active {
  position: relative;
  top: 1px;
}

.order_info h2 {
  border: none !important;
  font-size: 24px;
  color: red !important;
  line-height: 1.3;
}

.left_count {
  background: red;
  margin: 12px 0px;
  width: 190px;
  color: #fff;
  text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000,
    0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000,
    1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000,
    1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000,
    -1px 1px 0 #000000, 1px 1px 0 #000000;
  font-size: 24px !important;
  border-radius: 5px;
}

.left_count .prod_left_val {
  font-size: 42px !important;
}

#order_form_success {
  position: relative;
}

@media screen and (max-width: 480px) {
  #order_form label {
    font-size: 14px;
  }

  #order_form button {
    font-size: 16px;
  }

  #order_form {
    padding: 21px;
    padding-top: 30px;
  }

  #order_form .order_form_pole {
    padding: 0px;
    margin: 2px;
  }
}

@media screen and (max-width: 459px) {
  #order_form {
    margin-left: -37px;
    margin-right: -35px;
  }
}

@media screen and (max-width: 349px) {
  #order_form input {
    font-size: 17px;
  }

  #order_form button {
    margin-left: 0px;
  }
}
