body {
  background-color: white;
}

hr {
  height: 1px;
  background: #e3e9f0;
  outline: none;
  border: none;
}

.grade-task__title {
  font-size: 32px;
  line-height: 40px;
  color: #374045;
  margin-top: 35px;
  margin-bottom: 32px;
}

.grade-task__subtitle {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #374045;
}

.form-simple input:not([type="radio"]):not([type="checkbox"]) {
  color: #374045;
  width: 100%;
  max-width: 352px;
  height: 48px;
  background: #f1f5f9;
  border-radius: 6px;
  border: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
}

.form-simple textarea {
  color: #374045;
  width: 100%;
  height: 48px;
  background: #f1f5f9;
  border-radius: 6px;
  border: 0;
  padding: 24px 16px;
  overflow: hidden;
  display: block;
  height: 72px;
  min-height: 72px;
  max-height: 151px;
}

.grade-task__block {
  margin-bottom: 40px;
  position: relative;
}

p {
  margin: revert;
}

.poll__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  max-width: 600px;
}

.poll__name {
  font-weight: 400;
}

.poll__hr {
  margin-top: 13px;
  display: inline-block;
  width: 100%;
}

.poll--decor {
  padding-top: 23px;
}

.article p.grade-task__text {
  color: #58646a;
  font-size: 16px;
  line-height: 24px;
  padding-top: 0;
  margin-bottom: 10px;
  width: 100%;
  max-width: 736px;
}

.grade-error {
  height: 30px;
  position: absolute;
  left: 0;
  z-index: 2;
  margin-left: 20px;
  display: block;
  color: red;
  width: auto;
  font-size: 12px;
  margin-left: 0px;
}

.form-simple input:not([type="radio"]):not([type="checkbox"])::placeholder,
.form-simple textarea::placeholder {
  color: rgba(55, 64, 69, 0.5);
  font-size: 16px;
  line-height: 16px;
  padding-left: 10px;
}

.form-simple input:not([type="radio"]):not([type="checkbox"]):focus {
  padding-top: 16px;
}

.form-simple
  input:not([type="radio"]):not([type="checkbox"]):focus::placeholder,
.form-simple textarea:focus::placeholder {
  opacity: 0;
}

.form-simple
  input:not([type="radio"]):not([type="checkbox"]):focus
  + .grade-task__plr,
.form-simple textarea:focus + .grade-task__plr {
  opacity: 1;
}

.grade-task__plr {
  opacity: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #7b878f;
  position: absolute;
  left: 0;
  right: 0px;
  margin-top: 7px;
  margin-left: 16px;
  top: 50px;
  display: block;
}

.grade-task__label {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #58646a;
  margin-top: 15px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 736px;
}
.btn {
  margin: revert;
}

.btn-block-dual {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  flex-wrap: wrap;
}

.btn.button-cancel {
  color: #374045;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  width: 147px;
  height: 56px;
  background: transparent;
  border: 1px solid #ccc;
}

.btn.button-cancel:not(.disabled):not(.btn-disabled):hover {
  background-color: #ccc;
}

.btn-block-dual .btn.button-add {
  width: 147px;
  height: 56px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 10px;
}

label.error,
.form-error.under-input {
  margin-left: 0px;
  margin-top: 5px;
}
