.formInfo {
  padding: 32px 24px 57px;
}
@media screen and (max-width: 690px) {
  .formInfo {
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    padding: 24px;
  }
}
.formInfo__title {
  font-style: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 375px) {
  .formInfo__title {
    margin-bottom: 24px;
  }
}
.formInfo .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 924px) {
  .formInfo .form {
    flex-direction: column;
  }
}
.formInfo .form .fieldset {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 48.8%;
  margin-bottom: 20px;
}
@media screen and (max-width: 924px) {
  .formInfo .form .fieldset {
    width: 75%;
  }
}
@media screen and (max-width: 800px) {
  .formInfo .form .fieldset {
    width: 100%;
  }
}
.formInfo .form .fieldset__name {
  line-height: 16px;
  font-size: 14px;
  padding-left: 1px;
}
.formInfo .form .fieldset__input {
  border: 1px solid #8DA4B0;
  border-radius: 15px;
  padding: 21px 28px 23px;
  font-size: 14px;
  line-height: 16px;
}
.formInfo__footer {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 924px) {
  .formInfo__footer {
    flex-direction: column;
  }
}
@media screen and (max-width: 375px) {
  .formInfo__footer {
    margin-top: 30px;
    gap: 24px;
  }
}

.messages {
  margin-top: 14px;
}
@media screen and (max-width: 375px) {
  .messages {
    margin-top: 28px;
  }
}
.messages__title {
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 375px) {
  .messages__title {
    margin-bottom: 16px;
  }
}
.messages__text {
  width: 100%;
  border: 1px solid #8DA4B0;
  border-radius: 15px;
  padding: 19px 26px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}
@media screen and (max-width: 375px) {
  .messages__text {
    margin-bottom: 0;
  }
}
.messages__footer {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 924px) {
  .messages__footer {
    flex-direction: column;
  }
}
@media screen and (max-width: 375px) {
  .messages__footer {
    gap: 7px;
  }
}
.messages__footer .max {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  align-self: flex-start;
  margin: 9px 0;
  text-wrap: nowrap;
}
.messages__footer .upload {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
@media screen and (max-width: 944px) {
  .messages__footer .upload {
    flex-direction: column;
  }
}
.messages__footer .upload__input {
  display: none;
}
.messages__footer .upload-custom {
  border: 1px dashed #8DA4B0;
  border-radius: 17px;
  padding: 5px 16px;
  display: flex;
  gap: 4px;
  margin: 0;
  text-wrap: nowrap;
}
.messages__footer .upload-custom__title {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  align-self: center;
}
.messages__footer .upload__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin: 0;
  width: 100%;
}
.messages__footer__item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.messages__footer__details {
  display: flex;
  background-color: #FFF006;
  padding: 5px 24px 5px 13px;
  border-radius: 30px;
  width: 75%;
}
.messages__footer__name {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
}
.messages__footer__name span {
  opacity: 0.5;
}

.deadline {
  width: 50%;
}
@media screen and (max-width: 924px) {
  .deadline {
    width: 75%;
  }
}
@media screen and (max-width: 800px) {
  .deadline {
    width: 100%;
  }
}
.deadline__title {
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 375px) {
  .deadline__title {
    margin-bottom: 16px;
  }
}
.deadline__text {
  opacity: 0.6;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 15px;
}
@media screen and (max-width: 375px) {
  .deadline__text {
    margin-bottom: 24px;
  }
}
.deadline__date {
  border: 1px solid #8DA4B0;
  border-radius: 15px;
  padding: 17px 20px 19px 28px;
  font-size: 24px;
  line-height: 24px;
  width: 100%;
}
@media screen and (max-width: 375px) {
  .deadline__date {
    font-size: 18px;
  }
}
.deadline__date::-webkit-calendar-picker-indicator {
  background-image: url("../img/form/icon/calendar.svg");
}

.note {
  width: 50%;
}
@media screen and (max-width: 924px) {
  .note {
    width: 100%;
  }
}
.note__title {
  font-size: 18px;
  margin: 0 0 20px 1px;
}
.note__text {
  background-color: #E70658;
  padding: 20px 28px;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.5px;
  margin: 0;
}
@media screen and (max-width: 375px) {
  .note__text {
    padding: 16px 24px;
  }
}

@media screen and (max-width: 375px) {
  #action3 {
    margin: 24px 0 32px;
  }
}
#action3 .confirmation {
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 38.5px 20px 52px;
}
@media screen and (max-width: 375px) {
  #action3 .confirmation {
    padding: 24px 11.5px;
  }
}
#action3 .confirmation .wrapper {
  min-height: calc(100% - 101px);
}
#action3 .confirmation__send {
  padding: 27px 20px 30px;
}