#contact-form {}

#contact-form {
  max-width: 800px;
  margin: 0 auto;
}



#contact-form textarea {
  border-radius: 25px;
}

#voiceModal-step-1,
#voiceModal-step-2,
#voiceModal-step-3,
#voiceModal-step-4 {
  display: none;
}

#voiceModal.step-1 #voiceModal-step-1 {
  display: block;
}

#voiceModal.step-2 #voiceModal-step-2 {
  display: block;
}


#voiceModal.step-3 #voiceModal-step-3 {
  display: block;
}

#voiceModal.step-4 #voiceModal-step-4 {
  display: block;
}

#voiceModal-gauje {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

#voiceModal-gauje span {
  display: block;
  height: 18px;
  width: 0%;
  background-color: var(--red);

}

#voiceModal-step-3 button,
#voiceModal-step-3 audio {
  width: 282px;
}


#voiceModal-step-3 audio {
  height: 41px;
}


#voiceModal .audio-wrapper {
  border: 1px solid var(--red);
  border-radius: 50rem;
  overflow: hidden;
  height: 41px;
}