_support.scss 740 Bytes
.section-books-support {
  margin-top: 33px;
  padding-bottom: 6px;
}
.title-support {
  text-align: center;
}

.support-form-col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.support-form-wr {

  background: #f6f6f6;
  border-radius: 2px;
  box-shadow: 0px 0px 12px 0px rgba(172, 171, 171, 0.6);
  padding: 29px 30px 30px 30px;
  margin-top: 34px;
  form {
    @include wfl;
  }
}

.title-support-form {
  font-weight: 700;
  font-size: 18px;
}

.autor-support-form {
  font-weight: 500;
  font-size: 15px;
  margin-top: 8px;
  margin-bottom: 15px;


}

.price-input {
  width: 158px;
 margin: 0 auto;
  input {
    height: 53px;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    padding: 0;
  }
}