@font-face {
  font-family: "ProximaNova";
  src: url("../../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "ProximaNova";
  src: url("../../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

.order {
  position: relative;
  min-height: 400px;
  padding: 20px 28px 26px 29px;
  font-family: "ProximaNova", "Arial", sans-serif;
  background: #F7F7F4 url("../../img/cont-api_bg.png") no-repeat -80px center;
  background-size: 333px;
  background-color: #F7F7F4;
  color: #474D5E;
  border-radius: 3px;
}

.order-use {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.order__title {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.order__desc {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
}

.order__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.order__form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 340px;
  margin-top: 16px;
  margin-left: auto;
}

.order__form-title {
  margin: 0;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 600;
  color: #009935;
}

.form__label {
  margin-bottom: 12px;
  width: 100%;
}

.form__label:last-of-type {
  margin-bottom: 0;
}

.form__input {
  width: 100%;
  height: 45px;
  padding-left: 15px;
  font-family: inherit;
  font-size: 18px;
  border: 1px solid #C2C2C2;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form__button {
  height: 44px;
  margin-top: 24px;
  font-family: inherit;
  font-size: 19px;
  padding: 5px;
  background-color: #009935;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
  border: none;
}

.order__footnote-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order__footnote-operator {
  width: 304px;
  font-size: 18px;
  line-height: 24px;
}

.order__footnote {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 230px;
  margin-top: 0;
  margin-top: 14px;
  text-align: right;
  font-size: 12px;
  line-height: 16px;
}

.crmresult {
  width: 380px;
  margin: 106px 0 0 auto;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  font-size: 38px;
  font-weight: 700;
  text-align: center;
}

.crmresult span {
  display: block;
  width: 300px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

@media (max-width: 425px) {
  .order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
    padding: 20px 14px;
    background-position: center 220px;
    background-size: contain;
  }
  .order__form-wrapper {
    margin: 10px auto;
    width: auto;
  }
  .order__title {
    font-size: 30px;
    line-height: 30px;
  }
  .order__desc {
    font-size: 18px;
    line-height: 24px;
  }
  .order__footnote-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .order__footnote-operator {
    display: none;
  }
  .crmresult {
    width: auto;
    margin: 60% 0 0 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
/*# sourceMappingURL=form-api.css.map */