.order_container {
  position: relative;
  text-align: center;
  padding-bottom: 150px; }
.order_title {
  font-weight: 900;
  font-size: 40px;
  padding-top: 178px; }
.order_subtitle {
  padding-top: 40px;
  font-weight: normal;
  font-size: 20px; }
.order_input {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 25px auto;
  max-width: 700px; }
  .order_input .input {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column; }
    .order_input .input.error input {
      color: #D71C39; }
    .order_input .input.error .error_message {
      display: block; }
    .order_input .input:not(:first-child) {
      margin-top: 25px; }
  .order_input .error_message {
    position: absolute;
    bottom: -18px;
    left: 0;
    font-weight: normal;
    font-size: 12px;
    color: #D71C39;
    display: none; }
  .order_input input {
    padding: 26px 17px;
    font-weight: normal;
    font-size: 20px; }
.order_text {
  margin-top: 10px;
  opacity: 0.6;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  line-height: 38px; }
.order_submit-btn {
  color: #ffffff;
  border: 0;
  padding: 25px 100px;
  background-color: #D31F37;
  margin: 0 auto;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase; }
  .order_submit-btn:hover {
    cursor: url(/local/templates/rs_trade/images/svg/cursor.svg), pointer; }

.response {
  text-align: center; }
  .response_content {
    padding-top: 100px;
    position: relative; }
  .response_desc {
    font-weight: 300;
    margin-bottom: 40px; }
  .response_footer {
    padding-bottom: 100px; }
  .response_close {
    position: absolute;
    top: 37px;
    right: 133px;
    cursor: url(/local/templates/rs_trade/images/svg/cursor.svg), pointer; }
  .response_close-btn {
    color: #ffffff;
    border: 0;
    padding: 25px 100px;
    background-color: #D31F37;
    max-width: 20%;
    margin: 0 auto;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase; }

/*# sourceMappingURL=style.css.map */
