#order_form {
  background-image: url(../img/formbg.jpg);
  padding: 20px;
  max-width: 600px;
  text-align: center;
  margin: 20px auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 25px;
  text-align: center;
}

#order_form div {
  background: transparent !important;
}

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

textarea {
  resize: none;
}

#order_form span {
  display: inline-block;
}

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

#order_form label {
  width: 230px;
  margin: 0 auto;
  display: block;
  padding: 5px 0 5px 0;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

#order_form button {
  display: inline-block;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgb(129 150 160 / 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;
  text-transform: uppercase;
  transition: 0.8s ease-out;
}

#order_form button:hover {
  transform: scale(1.05);
}

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

#topBaner {
  display: none !important;
}

a {
  cursor: pointer;
}

p.txt_center {
  text-align: center;
  padding-bottom: 20px;
}

body {
  font-family: pt sans, sans-serif;
}

.contentBox {
  line-height: 1.5;
}

.contentBox p {
  padding-bottom: 10px;
}

.contentBox h1 {
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 27px;
}

.contentBox h2 {
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 10px;
}

.green-horizontal-box {
  width: 96%;
  padding: 2%;
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #9ace747d;
}

.red-border-horizontal-box {
  width: 96%;
  padding: 2%;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #fff;
  border: 5px solid red;
}

* {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
}

input:active,
a:active {
  outline: medium;
}

:focus {
  outline: medium;
}
