body {
/*
  font-family: Arial, sans-serif;
  text-align: center;
*/
}

.open-modal {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.modal_form {
  h2 {
    font-size: 36px;
    font-weight: 600;
    color: black;
  }
  background: white;
  padding: 40px;
  width: 90%;
  max-width: 600px;
  max-height: 506px;
  position: relative;
  text-align: left;
  font-family: Montserrat, serif;
}

.close-modal-btn {
  position: absolute;
  top: 32px;
  right: 40px;
  border: none;
  background-image: url("/local/templates/.default/components/bitrix/main.feedback/modal_callback/img/close.png");
  cursor: pointer;
  width: 48px;
  height: 48px;
}

.error-message {
  color: red;
  font-size: 12px;
  display: none;
}

input.error {
  border-color: red;
}

.submit {
  background: linear-gradient(90deg, #005F4F 0%, #00715E 100%);
  color: white;
  padding: 10px;
  width: 200px;
  height: 50px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.privacy-text {
  font-size: 12px;
  color: gray;
  margin-top: 10px;
  /*max-width: 300px;*/
  text-align: left;
}

.input-group {
  margin-top: 40px;
  input {
    width: 100%;
    margin: 30px 0;
    border: none;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 24px;
  }
}

.privacy-text a:hover {
  color: inherit;
}
