.nitay-form {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 0;
}
.nitay-form-title {
  width: 100%;
  margin-bottom: 24px;
  color: #3f3a36;
  font-family: "Averta Std CY";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.nitay-form-content {
  flex: 1;
}
.advice-section {
  padding: 60px 20px;
  background-color: #fff;
  font-family: Arial, sans-serif;
}

.advice-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
.advice-text {
  margin-bottom: 24px;
  color: #3f3a36;
  text-align: justify;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.8px;
}

.advice-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.advice-form input {
  flex: 1 1 calc(33.33% - 10px);
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.advice-form button {
  padding: 10px 20px;
  background-color: #a67c52;
  color: #fff;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 10px;
}

.advice-form button:hover {
  background-color: #8a623e;
}

.advice-image {
  text-align: center;
  width: 30%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
.nitay-form-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 100%;
}

.nitay-form-block input,
.nitay-form-block select {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

#nitay-name {
  width: 100%;
}

.nitay-form-row {
  display: flex;
  gap: 10px;
  width: 100%;
}
.nitay-form-row p {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.nitay-form-block form.wpcf7-form.init {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nitay-form-row p span {
  flex: 1;
}
.nitay-form-row p span #nitay-address {
  width: 100%;
}

#nitay-phone,
#nitay-address {
  flex: 1;
}
.nitay-form-button {
  padding: 10px 25px;
  background-color: #a67c52;
  color: #fff;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  width: fit-content;
  margin-top: 10px;
}
.nitay-form-button:hover {
  background-color: #8a623e;
}
button.tierra-contact-btn {
  display: flex;
  padding: 10px 25px;
  align-items: flex-start;
  margin-top: 24px;
  background: #b48c72;
  color: #fff;
  text-align: center;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
}
.nitay-form-cont-block.container {
  display: flex;
  align-items: center;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .nitay-form-cont-block.container {
    flex-direction: column;
    gap: 0;
  }
  .mluc-title,
  .nitay-form-title {
    text-align: center;
  }
  .nitay-form-title {
    margin-bottom: 12px;
  }
  .nitay-form {
    padding: 10px 0;
  }
  .advice-container {
    flex-direction: column;
  }
  .nitay-form-content {
    margin-top: 20px;
  }
  .advice-content {
    width: 100%;
  }
  .advice-image {
    width: 100%;
    margin-top: 20px;
  }
  .nitay-form-row p {
    flex-direction: column;
    align-items: normal;
    gap: 0;
  }
  .nitay-form-block {
    align-items: center;
  }
  .nitay-form-block div {
    width: 100%;
  }
  .nitay-form-block div {
    width: 100%;
  }
  input#nitay-phone {
    width: 100%;
  }
  span.wpcf7-form-control-wrap {
    width: 100%;
  }
  input.wpcf7-form-control.wpcf7-submit.has-spinner.nitay-form-button {
    width: 200px;
  }
  .nitay-form-block div form p {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .nitay-form-block div form p button {
    width: 100%;
  }
  .advice-text {
    font-size: 15px;
    letter-spacing: 0.75px;
  }
}
