.marketListForm {
  padding: 100px 0;
}

.marketListForm .line {
  width: 100%;
  height: 1px;
  background-color: #162636;
}

.marketListForm .content {
  padding: 60px 0;

  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.marketListForm .content .leftCol {
  flex-basis: 40%;
}

.marketListForm .content .leftCol h2 {
  color: #016fac;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1px;
}

.marketListForm .content .leftCol .snippet {
  color: #212529;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;

  margin-top: 24px;
}

.marketListForm .content .rightCol {
  flex-basis: 60%;
}

.formWrapper {
  padding: 0 !important;
}

.formWrapper form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.frow > p {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 38px;
}

.frow > p > * {
  width: 50%;
}
.frow.full > p > * {
  width: 100%;
}

.container-contact .contact__form .frow > p > span > select {
  width: 100%;
  height: 100%;
  border: none;
  border-bottom: 1px solid #858585;
  border-radius: 0 !important;
  padding: 6px 0;
  margin-top: 0;

  color: #212529;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 160% */
  letter-spacing: 1px;

  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
  background: url(./arrow.png);
  background-position: right;
  background-color: white;
  background-size: 5%;
  background-repeat: no-repeat;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.container-contact .contact__form .frow > p > span > input,
.container-contact .contact__form form > p > span > textarea {
  border: none;
  border-bottom: 1px solid #858585;
  padding: 6px 0;
  margin-top: 0;

  color: #212529;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 160% */
  letter-spacing: 1px;

  resize: none;
  height: auto;
}

.container-contact .contact__form .frow > p > span > input::placeholder,
.container-contact .contact__form form > p > span > textarea::placeholder {
  color: #212529;
}

.container-contact .contact__form .frow > p > span > input:hover,
.container-contact .contact__form form > p > span > textarea:hover {
  box-shadow: none;
}

.formWrapper .contact__agree {
  margin: 0;
}

.formWrapper .contact__agree > p > span > span > span > label {
  margin: 0;
}

.formWrapper .contact__agree > p > span > span > span > label > input {
  margin-right: 8px;
}
.formWrapper .contact__agree > p > span > span > span > label > span {
  color: #162636;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
  letter-spacing: 1px;
}

.contact__form.formWrapper
  .contact__agree
  > p
  > span
  > span
  > span
  > label
  > .wpcf7-list-item-label
  > a {
  color: #162636;
  text-decoration: underline;
  transition: 0.3s color;
}

.contact__form.formWrapper
  .contact__agree
  > p
  > span
  > span
  > span
  > label
  > .wpcf7-list-item-label
  > a:hover {
  color: #007dc5;
  text-decoration: underline;
}

.contact__form .contact__question {
  margin: 0 !important;
}

.contact__form .contact__question p label {
  width: fit-content;
  margin-bottom: 0;
  color: #212529;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1px;
}

.contact__question p br {
  display: none;
}

.contact__question p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 36px;
}

.contact__form .contact__question p span > .wpcf7-radio > .wpcf7-list-item {
  margin-right: 12px;
  display: flex;
  align-items: center;
}

.contact__form
  .contact__question
  p
  span
  > .wpcf7-radio
  > .wpcf7-list-item
  > input {
  margin-right: 4px;
}

.contact__form
  .contact__question
  p
  span
  > .wpcf7-radio
  > .wpcf7-list-item
  > span {
  color: #162636;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1px;
}

@media (max-width: 1499px) {
}
@media (max-width: 1199px) {
  .frow > p {
    gap: 20px;
  }

  .marketListForm .content {
    max-width: 710px;
    margin: 0 auto;
    flex-direction: column;
    gap: 48px;
  }

  .marketListForm .content .leftCol {
    width: 100%;
    flex-basis: auto;
  }

  .marketListForm .content .rightCol {
    width: 100%;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .contact__form .frow > p > span > select {
    font-size: 13px;
  }

  .contact__form .frow > p > span > input,
  .contact__form form > p > span > textarea {
    font-size: 13px;
  }

  .formWrapper .contact__agree > p > span > span > span > label > span {
    font-size: 11px;
  }

  .contact__form .contact__question p label {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .marketListForm .content {
    gap: 36px;
  }

  .formWrapper form {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .frow > p {
    flex-direction: column;
    gap: 32px;
  }

  .frow > p > * {
    width: 100%;
  }
}
