.button {
  display: inline-block;
  height: 70px;
  padding: 3px 20px 3px 20px;
  border: 0;
  border-radius: 0;
  font-size: 13px;
  line-height: normal;
  color: white;
  font-weight: bold;
  letter-spacing: 2px;
  background-color: #ec3b3b;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  overflow: visible;
  letter-spacing: 1px;
  cursor: pointer;
}

.button:hover {
  background-color: #f61b1b;
}

.button:active {
  background-color: #f61b1b;
}

.button i {
  margin-left: 8px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.quiz input[type="text"] {
  padding-left: 20px;
  width: 100% !important;
  margin-bottom: 10px;
  height: 50px;
  border-radius: 0;

  font-size: 18px;
  color: #303030;
}

input[type="text"]:hover {}

input::-webkit-input-placeholder {
  font-size: 18px;
  color: #303030;
}

input:-moz-placeholder {
  font-size: 18px;
  color: #303030;
}

input::-moz-placeholder {
  font-size: 18px;
  color: #303030;
}

input:-ms-input-placeholder {
  font-size: 18px;
  color: #303030;
}

.quiz form input[type="text"],
form input[type="email"],
form input[type="url"],
form textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  outline: 0;
  width: 100%;

  font-size: 18px;
  color: #303030;
  border: 2px solid #766868;
  padding: 0 0 0 1em;
}

.quiz form input[type="text"]:focus,
.quiz form input[type="text"]:hover,
form input[type="email"]:focus,
form input[type="email"]:hover,
form input[type="url"]:focus,
form input[type="url"]:hover,
form textarea:focus,
form textarea:hover {
  border: 2px solid #766868;
}

form textarea {
  width: 80%;
}

form input[type="submit"] {
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial,
    "Lucida Grande", sans-serif;
  font-size: 0.9em;
  border: none;
  cursor: pointer;
  padding-right: 1.5em;
}

.form-wrapper {
  width: 90%;
  padding: 40px;
  border: 12px solid #2a4362;
  background: white;
}

.form {
  width: 100%;
}

.form__phone {
  width: 100%;
  /*   margin-bottom: 10px;*/
  height: 50px;
  border-radius: 0;

  font-size: 18px;
  color: #303030;
  width: 100%;
  border: 2px solid #766868;
  padding: 0 0 0 1em;
}

.form__conf-check {
  width: 100%;
  vertical-align: top;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form__submit {
  width: 100%;
  letter-spacing: 0.1em;
}

.form__offer {
  font-size: 30px;
  /* margin-top: 35px; */
  margin-bottom: 15px;
}

.form__footer-note-inner {
  width: 100%;
  padding-top: 10px;
  text-align: center;
}

.form__footer-note {
  text-transform: none;
  line-height: 16px;
  font-size: 16px;
  font-weight: normal;
  color: #2a4362;
}

.conf-check-div {}

.conf-check__left {
  display: inline-block;
  width: 5%;
  vertical-align: top;
  padding: 2px;
}

.conf-check__right {
  display: inline-block;
  vertical-align: top;
  line-height: normal;
}

.conf-check__check {
  width: 100%;
  border: 2px solid #766868;
  height: 16px;
}

.conf-check__question {
  color: #00314a;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.questions-left {
  width: 70%;
  display: inline-block;
}

.questions-right {
  width: 30%;
  display: inline-block;
  float: right;
  margin: 0 0 0 0;
  padding: 0;
  text-align: center;
  vertical-align: baseline;
}

.subtext {
  font-size: 15px;
  text-align: center;
}