.form__group {
  margin-top: 22px;
  margin-bottom: 22px;
  position: relative
}
.form__user {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px
}
.form__user svg {
  margin-right: 8px
}
.form__user span {
  color: #5b9118;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline
}
.form__label {
  cursor: pointer;
  display: block;
  position: relative
}
.form__label-text {
  display: block;
  font-size: 16px;
  line-height: 19px;
  color: #222;
  margin-bottom: 10px;
  font-weight: 400
}
.form__label input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer
}
.form__label-upload {
  border: 1px dashed #878c94;
  padding: 18px;
  height: 55px;
  color: #878c94;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}
.form__label-upload svg {
  margin-right: 6px
}
.form__label-upload.is-hidden {
  display: none
}
.form__label-file {
  display: none;
  align-items: center
}
.form__label-file.is-show {
  display: flex
}
.form__label-val {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-left: 8px;
  margin-right: auto
}
.form__reset {
  position: relative;
  cursor: pointer
}
.form__input {
  width: 100%;
  height: 55px;
  font-size: 16px;
  line-height: 19px;
  color: #222;
  padding: 19px 20px 17px;
  border: 1px solid #878c94
}
.form__input::-moz-placeholder {
  font-size: 16px;
  line-height: 19px;
  color: #878c94
}
.form__input::placeholder {
  font-size: 16px;
  line-height: 19px;
  color: #878c94
}
.form__input.error {
  border-color: #e31e24
}
.form__input ~ .error {
  display: none;
  margin-top: 5px;
  color: #e31e24;
  font-size: 16px;
  line-height: 19px
}
.form__textarea {
  height: 55px;
  font-size: 16px;
  line-height: 19px;
  color: #222;
  padding: 19px 20px 17px;
  border: 1px solid #878c94;
  resize: vertical
}
.form__textarea::-moz-placeholder {
  font-size: 16px;
  line-height: 19px;
  color: #878c94
}
.form__textarea::placeholder {
  font-size: 16px;
  line-height: 19px;
  color: #878c94
}
.form__textarea.error {
  border-color: #e31e24
}
.form__textarea ~ .error {
  margin-top: 5px;
  color: #e31e24;
  font-size: 16px;
  line-height: 19px
}
.form__btn {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 20px
}
.form__btn_indent-b {
  margin-bottom: 28px
}
.form__policy {
  font-family: HarmonyOS_Sans,sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #5b5c5d
}
.form__policy a {
  color: #5b5c5d;
  text-decoration: underline
}
.form__checkbox-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  color: #5b9118
}
.form__checkbox-label.form__checkbox-label_black {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #222
}
.form__checkbox-label.form__checkbox-label_black > .form__checkbox-text::before {
  border: 1px solid #d9d9d9
}
.form__checkbox-label .form__checkbox-text {
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.form__checkbox-label .form__checkbox-text a {
  color: #222;
  text-decoration: underline
}
.form__checkbox-label > input {
  position: absolute;
  z-index: -1;
  opacity: 0
}
.form__checkbox-label > .form__checkbox-text::before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-top: -3px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #5b9118;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: .35s
}
.form__checkbox-label > input:not(:disabled):not(:checked) + .form__checkbox-text:hover::before {
  border-color: #5b9118
}
.form__checkbox-label > input:not(:disabled):active + .form__checkbox-text::before {
  background-color: #5b9118;
  border-color: #5b9118
}
.form__checkbox-label > input:focus:not(:checked) + .form__checkbox-text::before {
  border-color: #5b9118
}
.form__checkbox-label > input:checked + .form__checkbox-text::before {
  border-color: #5b9118;
  background-color: #5b9118;
  background-image: url(../img/svg/check_white.svg)
}
.form__checkbox-label > input:disabled + .form__checkbox-text::before {
  background-color: #5b9118
}
.form__checkbox-block {
  margin-bottom: 10px
}
.form__checkbox-row {
  display: flex;
  justify-content: space-between
}
.form__checkbox-row .form__checkbox-block {
  width: calc(33.333% - 10px)
}
.form__checkbox-row .form__checkbox-text {
  font-size: 13px
}
@media (max-width:768px) {
  .form__checkbox-label {
    font-size: 14px
  }
  .form__checkbox-label.form__checkbox-label_black {
    font-size: 12px
  }
  .form__checkbox-label > .form__checkbox-text::before {
    width: 19px;
    height: 19px;
    margin-top: -1px
  }
  .form__checkbox-row {
    flex-direction: column
  }
  .form__checkbox-row .form__checkbox-block {
    width: 100%
  }
}
@media (max-width:590px) {
  .form__btn {
    font-size: 14px;
    line-height: 18.03px;
    padding: 17.5px
  }
  .form__btn_indent-b {
    margin-bottom: 16px
  }
  .form__policy {
    font-size: 12px;
    line-height: 16px
  }
}