.modal-dialog {
  max-width: 840px;
}
.modal-content {
  text-align: center;
  margin: auto;
  border-radius: 25px;
}
button.close {
  text-align: end;
  padding: 30px 30px 0 0;
  float: right;
  font-size: 40px;
  font-weight: 200;
  line-height: 1;
  color: #326df7;
  text-shadow: 0 1px 0 #fff;
  opacity: 100%;
}
.close:hover {
  color: #326df7;
  text-decoration: none;
}
.modal-body {
  max-width: 511px;
  margin: auto;
  padding-bottom: 50px;
}
.modal-title {
  font-size: 44px;
  color: #000;
  font-family: "Arista_Pro_Regular";
  line-height: 50px;
  padding-bottom: 37px;
}
.modal-subtitle {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-family: Montserrat;
}
.button-with-border {
  margin-top: 20px;
  margin-bottom: 53px;
}
.appointment-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 20px;
  padding-bottom: 40px;
}

.date-input .form-icon {
  position: absolute;
  right: 0;
  padding: 8px 27px;
}

#form_phone .input {
  margin-bottom: 20px;
}

#form_appointment button{

}
.g-recaptcha {
  display: flex;
  justify-content: center;
}

@media (max-width: 750px) {
  .appointment-form {
    grid-template-columns: 1fr;
  }
  .input-long {
    grid-column: auto;
  }
}
