.novaform-page {
  width: 100%;
  box-sizing: border-box;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.novaform-page *,
.novaform-page *::before,
.novaform-page *::after {
  box-sizing: border-box;
}

.novaform-section {
  width: 100%;
  margin: 0 auto;
}

.novaform-section--faq {
  display: block;
  margin-bottom: 118px;
  padding: 0;
  clear: both;
  max-width: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
}

.novaform-section__title {
  display: block;
  margin: 0 0 68px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #000;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
}

.novaform-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px;
  width: min(100%, 1688px);
  margin: 0 auto;
  padding: 0 44px;
  max-width: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  list-style: none;
}

.novaform-faq__column {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.novaform-faq__item {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: #f6f7f7;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  color: inherit;
  font: inherit;
}

.novaform-page .novaform-faq__item > .novaform-faq__question {
  min-height: 60px;
  width: 100%;
  margin: 0;
  padding: 16px 22px 16px 48px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  user-select: none;
  list-style: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.novaform-page .novaform-faq__item > .novaform-faq__question::-webkit-details-marker {
  display: none;
}

.novaform-page .novaform-faq__item > .novaform-faq__question::marker {
  content: "";
  display: none;
}

.novaform-page .novaform-faq__item > .novaform-faq__question::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-right: 3px solid #6f7375;
  border-bottom: 3px solid #6f7375;
  transform: translateY(-68%) rotate(45deg);
  transition: transform 160ms ease;
}

.novaform-page .novaform-faq__item[open] > .novaform-faq__question::before {
  transform: translateY(-32%) rotate(225deg);
}

.novaform-page .novaform-faq__item > .novaform-faq__answer {
  display: block;
  margin: 0;
  padding: 0 22px 18px 48px;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #2b2b2b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.novaform {
  width: min(100% - 48px, 1188px);
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.novaform p {
  margin: 0 0 24px;
}

.novaform label {
  display: inline-block;
  margin-bottom: 6px;
  color: #16191c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.novaform input,
.novaform textarea {
  width: 100%;
  padding: 9px 12px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  color: #111;
  font: inherit;
  font-size: 16px;
  line-height: 1.4;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.08);
}

.novaform input {
  min-height: 43px;
}

.novaform textarea {
  min-height: 148px;
  resize: vertical;
}

.novaform input:focus,
.novaform textarea:focus {
  outline: 2px solid rgba(0, 0, 0, 0.16);
  outline-offset: 1px;
  border-color: #9b9b9b;
}

.novaform button {
  min-height: 44px;
  padding: 10px 22px;
  background: #111;
  color: #fff;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.novaform button:hover,
.novaform button:focus {
  background: #333;
}

.novaform-notice {
  width: min(100% - 48px, 1188px);
  margin: 0 auto 24px;
  padding: 14px 18px;
  border-left: 4px solid;
  background: #f6f7f7;
  font-size: 16px;
}

.novaform-notice--success {
  border-color: #2f7d32;
}

.novaform-notice--error {
  border-color: #b3261e;
}

@media (max-width: 900px) {
  .novaform-section--faq {
    margin-bottom: 72px;
  }

  .novaform-section__title {
    margin-bottom: 36px;
    font-size: 36px;
  }

  .novaform-faq {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 24px;
  }

  .novaform-faq__question {
    min-height: 56px;
    font-size: 18px;
  }
}

@media (max-width: 560px) {
  .novaform-section__title {
    font-size: 30px;
  }

  .novaform-faq,
  .novaform,
  .novaform-notice {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
