/* Форма обратной связи, заказ съемки */
form {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  color: #717171;
}
form .left, form .right {
  display: inline-block;
  vertical-align: top;
  width: 300px;
}
label {
  display: block;
  font-size: 18px;
  text-align: left;
  margin: 10px 0px 0px 0px;
}
input, textarea {
  border: 1px solid #82858D;
  padding: 5px;
  font-size: 16px;
  width: 300px;
}
input {
  width: 240px;
}
textarea {
  height: 98px;
  resize: none;
}
button[type="submit"] {
  width: 200px;
  height: 35px;
  border: none;
  background: #595B5F;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  margin-right: 0;
  margin-left: auto;
  border-radius: 4px;
}
button:disabled,
button[disabled]{
  /*border: 1px solid #999999;*/
  background-color: #cccccc;
  color: #666666;
  cursor: default;
}
.order_wrapper {
  margin: 40px 0 40px 0;
  background: #f4f5f7;
  padding: 10px 0 30px 0;
}
.min-margin {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.order {
  background: #f4f5f7;
  display: flex;
  justify-content: space-around;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.order_block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.order_block a {
  line-height: 30px;
  padding: 5px 10px 5px 10px;
  font-weight: 300;
  color: #717171;
  letter-spacing: 0.05px;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  text-decoration: none;
}
.order_block_number {
  min-width: 295px;
}
@media (max-width: 934px) {
  input {
    width: 300px;
  }
  form {
    width: 300px;
  }
}
@media (max-width: 330px) {
  input, textarea, form, form .left, form .right {
    padding: 0 0 10px 0;
  }
  .form-captcha {
    /* margin-left: -12px; */
  }
}