.popup-mail__email {
  width: 90%;
  position: relative;
  margin: 0 0 10px;
}

.popup-mail__email::before {
  content: "*";
  position: absolute;
  left: 8px;
  line-height: 26px;
  font-size: 14px;
  font-weight: 600;
  color: #DE0000;
}

.popup-mail__email-input {
  width: 100%;
  height: 26px;
  box-sizing: border-box;
  flex-grow: 1;
  border: 1px solid #8B8B8B;
  margin: 0 auto;
  padding: 0 0 0 20px;
}

.popup-mail__email-input::placeholder {
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #C4C4C4;
}

.popup-mail__email-input:focus {
  outline:none;
  border: 1px solid #4DD6FF;
}

.popup-mail__text-input {
  width: 90%;
  height: 129px;
  box-sizing: border-box;
  flex-grow: 1;
  border: 1px solid #8B8B8B;
  resize: none;
  margin: 0 0 10px;
  padding: 0;
}

.popup-mail__text-input::placeholder {
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #C4C4C4;
  padding: 0 0 0 20px;
}

.popup-mail__text-input:focus {
  outline:none;
  border: 1px solid #4DD6FF;
}

.popup-mail__note {
  width: 90%;
  line-height: 16px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #DE0000;
  margin: 0 0 21px;
}

.popup-mail__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 21px;
}
