* {
  box-sizing: border-box;
}


.features-wrapper {
  padding: 30px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
}

.form_order {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 380px;
  width: 100%;
}


        .target_list_wrap {
  max-width: 360px;
  width: 100%;
  display: none !important;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
}


input,
select {
  background-color: white;
  border: 1px solid #a9a9a9;
  color: black;
  padding: 10px;
  display: block;
  width: 100%;
  appearance: none;
  max-width: 240px;
  margin: 15px auto;
}

.form_order button {
  color: white;
  background-color: #12A1BD;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  border: none;
}