.questions-block {
  position: relative;
  padding: 80px 0;
}
.questions-block__wrapper {
  display: flex;
}
.questions-block .block-title {
  margin-bottom: 60px;
}
.questions-block .form {
  border-radius: 2px;
  position: relative;
  margin-right: 30px;
  width: 370px;
  flex-shrink: 0;
}
.questions-block .form__title {
  margin-bottom: 20px;
  font-family: "Bahnschrift", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.questions-block .form__desc {
  margin-bottom: 20px;
}
.questions-block .form .wpcf7 {
  max-width: 270px;
}
.questions-block .form .wpcf7-form {
  display: flex;
  flex-direction: column;
}
.questions-block .form .wpcf7-form .policy {
  display: inline-block;
  margin-top: 15px;
  font-weight: 400;
  font-size: 12px;
  line-height: 143%;
  color: #A5A5A5;
}
.questions-block .form .wpcf7-form .policy a {
  margin-left: 7px;
  border-bottom: 1px solid transparent;
  background: transparent;
  transition: all 0.3s ease-in;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.questions-block .form .wpcf7-form .policy a:hover {
  color: #B9A25C;
  border-color: #B9A25C;
}
.questions-block .form .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.questions-block .form .wpcf7-form .wpcf7-form-control-wrap ~ .wpcf7-form-control-wrap {
  margin-top: 20px;
}
.questions-block .form .wpcf7-form .wpcf7-form-control {
  width: 100%;
}
.questions-block .form .wpcf7-form .wpcf7-form-control.wpcf7-textarea, .questions-block .form .wpcf7-form .wpcf7-form-control.wpcf7-text {
  resize: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid #3C3C3B;
  outline: none;
  font-size: 16px;
  line-height: 150%;
  padding: 5px 0;
  color: #3C3C3B;
}
.questions-block .form .wpcf7-form .wpcf7-form-control.wpcf7-textarea::placeholder, .questions-block .form .wpcf7-form .wpcf7-form-control.wpcf7-text::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #3C3C3B;
}
.questions-block .form .wpcf7-form .wpcf7-form-control.wpcf7-textarea.wpcf7-not-valid, .questions-block .form .wpcf7-form .wpcf7-form-control.wpcf7-text.wpcf7-not-valid {
  border-color: #f70a0e;
}
.questions-block .form .wpcf7-form .wpcf7-form-control.wpcf7-textarea.wpcf7-not-valid::placeholder, .questions-block .form .wpcf7-form .wpcf7-form-control.wpcf7-text.wpcf7-not-valid::placeholder {
  color: #f70a0e;
}
.questions-block .form .wpcf7-form .wpcf7-form-control.wpcf7-textarea:focus, .questions-block .form .wpcf7-form .wpcf7-form-control.wpcf7-text:focus {
  border-color: #B9A25C;
}
.questions-block .form .wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  max-height: 150px;
  border: none;
  border-radius: 15px;
  padding: 10px 20px;
  background: #F5F5F5;
}
.questions-block .form .wpcf7-form .wpcf7-form-control.wpcf7-submit {
  margin-top: 30px;
  text-transform: uppercase;
  padding: 10px 45px;
  border-radius: 60px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: white;
  background-color: #B9A25C;
  border-color: #B9A25C;
}
.questions-block .form .wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
  color: #B9A25C;
  background-color: transparent;
}
.questions-block .tabs-grid {
  width: 100%;
}
.questions-block .tabs-grid__title {
  display: none;
}
.questions-block .tabs-grid > div {
  width: 100%;
}
.questions-block .tabs-grid .accordeon {
  background: #F5F5F5;
}
.questions-block .tabs-grid .accordeon + .accordeon {
  margin-top: 10px;
}
.questions-block .tabs-grid .accordeon__title {
  padding: 13px 35px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.questions-block .tabs-grid .accordeon__title .icon {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(204, 178, 154, 0.1);
  transition: background 0.2s ease-in;
}
.questions-block .tabs-grid .accordeon__title .icon::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #B9A25C;
  transition: background 0.3s ease-in;
}
.questions-block .tabs-grid .accordeon__title .icon svg {
  position: relative;
}
.questions-block .tabs-grid .accordeon__title .icon svg path {
  transition: fill 0.3s ease-in;
}
.questions-block .tabs-grid .accordeon__title.is-opened .icon {
  background-color: transparent;
}
.questions-block .tabs-grid .accordeon__title.is-opened .icon::before {
  background-color: white;
}
.questions-block .tabs-grid .accordeon__title.is-opened .icon svg path {
  fill: #B9A25C;
}
.questions-block .tabs-grid .accordeon__title .vopros {
  font-size: 22px;
  line-height: 120%;
}
.questions-block .tabs-grid .accordeon__content {
  display: block;
  padding: 0 35px 25px;
}
.questions-block .tabs-grid .accordeon__content .otvet {
  font-size: 16px;
  line-height: 150%;
}

@media (max-width: 950px) {
  .questions-block .tabs-grid .accordeon__title {
    padding: 10px 25px;
  }
  .questions-block .tabs-grid .accordeon__title .vopros {
    font-size: 18px;
  }
  .questions-block .tabs-grid .accordeon__content {
    padding: 0 25px 15px;
  }
}
@media (max-width: 850px) {
  .questions-block .form {
    width: 40%;
  }
}
@media (max-width: 620px) {
  .questions-block {
    padding-top: 40px;
  }
  .questions-block .block-title {
    display: none;
  }
  .questions-block .tabs-grid__title {
    display: block;
    margin-bottom: 30px;
  }
  .questions-block__wrapper {
    flex-direction: column-reverse;
  }
  .questions-block .form {
    width: auto;
    margin: 0 auto;
    margin-top: 30px;
  }
  .questions-block .form__title {
    font-size: 26px;
  }
}
@media (max-width: 450px) {
  .questions-block .tabs-grid .accordeon__title .icon {
    background-color: transparent;
  }
  .questions-block .tabs-grid .accordeon__title {
    padding: 10px 15px;
  }
  .questions-block .tabs-grid .accordeon__content {
    padding: 0 15px 10px;
  }
  .questions-block .tabs-grid .accordeon__content .otvet {
    font-size: 14px;
  }
  .questions-block .form__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=block.css.map */