.callback-modal-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  background-color: #5ac37d;
  box-sizing: border-box;
  color: #fff;
  font-family: "GTEestiProDisplay Regular", Helvetica, Arial, sans-serif;
  height: 56px;
  overflow: hidden;
  padding: 8px 24px;
  text-decoration: none;
  border: 1px solid #9b9b9b;
  opacity: 0;
}

.callback-modal-button:hover {
  background-color: #377a6c;
  color: #fff;
}

.modal__inner {
  padding: 10px 30px 30px;
}

.modal__title {
  font-weight: bold;
  font-size: 32px;
  width: 100%;
  text-align: center;
}

.modal__text {
  text-align: center;
}
.callback-form__field {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
}

.callback-form {
  display: flex;
  flex-direction: column;

}

.callback-form__input {
  display: block;
  height: 60px;
  padding: 30px 15px 10px;
  width: 100%;
  border: 1px solid #9b9b9b;
  color: #4a4a4a;
  box-sizing: border-box;
}

.callback-form__label {
  position: absolute;
  top: 9px;
  left: 10px;
  padding-top: 20px;
  font-size: 16px;
  color: #9b9b9b;
}

.callback-form .callback-modal-button {
  margin-top: 10px;
  width: 100%;
}

.hero {
  .text-wrapper {
    background-color: #3C7EA4;
  }
}

@media (max-width: 970px) {
  .callback-modal-button {
    font-size: 16px;
    height: 40px;
  }
}