.order-form {
  width: 100%;
  padding: 24px 0;
  border: 1px solid #242124;
  text-align: center;
  box-sizing: border-box;
}

.order-form__price {
  display: inline-block;
  margin: 0 8px 16px;
}

.order-form__price:first-of-type {
  text-decoration: line-through;
}

.order-form__price:last-of-type {
  font-weight: bold;
}

body *:not(i),
table * {
  font-family: sans-serif !important;
}

body {
  font-family: sans-serif !important;
}

p,
ul,
ol,
li,
p *,
li *,
table * {
  font-size: 22px !important;
  line-height: 26px !important;
}

h2,
h2 * {
  font-size: 26px !important;
}

.input-roulette {
  display: block;
  margin: 0 auto;
  border: 1px solid #ccc;
  min-height: 45px;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.submit-roulette {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  border: 0;
  min-height: 45px;
  background: red;
  color: white;
  font-size: 16px;
  border-radius: 6px;
  padding: 0 15px;
  cursor: pointer;
  box-shadow: 0 1px 4px #000;
  text-transform: uppercase;
}
.order_block {
  display: block;
  text-align: center !important;
}

.order_block img {
  width: 80%;
  max-width: 303px;
}

.order_block h3 {
  font: bold 18px sans-serif !important;
  background: 0 0;
}

.quiz-block {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  background: #b5e9ff;
  padding: 25px;
  text-align: center;
}

.quiz-item {
  display: none;
}

.quiz-item.active {
  display: block;
}

.quiz-item p {
  font-size: 1.5rem;
  text-align: left;
}

.quiz-answer {
  text-align: left;
}

.quiz-answer label {
  display: block;
}

.btn-main {
  display: inline-block;
  padding: 15px 25px 17px;
  margin: 20px 0 0;
  background: #2035dc;
  color: #fff !important;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  transition: all 0.5s;
}

.result-block {
  display: none;
}

.btn-main-2 {
  display: inline-block;
  margin: 20px 0 0;
  padding: 10px 35px 12px;
  color: #fff !important;
  background: #2035dc;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
