.pane-globalnav {
  background: #fff;
}

#pages_faq h2 {
  padding-top: 80px;
  margin-top: -80px;
  margin-bottom: 27px;
}
#pages_faq .fp-contents--block + .fp-contents--block {
  margin-top: 80px;
}
#pages_faq p + p {
  margin-top: 17px;
}

.fp-faq-small {
  font-size: 12px;
}

.fp-faq-answer a {
  text-decoration: underline;
}

.fp-faq-item {
  padding: 0;
  border-top: solid 1px #F5F1EB;
}
.fp-faq-item:last-of-type {
  border-bottom: solid 1px #F5F1EB;
}

.fp-faq-quest {
  position: relative;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  padding-right: 45px;
}
.fp-faq-quest .quest {
  display: inline-block;
  min-width: 33px;
  font-size: 16px;
}
.fp-faq-quest:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #796E65;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fp-faq-quest:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background: #796E65;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fp-faq-quest.is_active:after {
  width: 1px;
  height: 10px;
  background: #796E65;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.fp-faq-answer {
  position: relative;
  max-height: 0;
  padding: 0 45px 0 33px;
  -webkit-transition: max-height 0.5s, padding 0.5s;
  transition: max-height 0.5s, padding 0.5s;
  overflow: hidden;
}
.fp-faq-answer:before {
  position: absolute;
  font-weight: bold;
  content: "A";
  display: inline-block;
  min-width: 33px;
  font-size: 16px;
  left: 0;
}

.is_active + .fp-faq-answer {
  max-height: 100vh;
  padding: 20px 45px 20px 33px;
}

.fp-faq-image {
  max-width: 300px;
  margin: 20px auto 0;
}

.fp-faq-btn {
  position: relative;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #443536;
  background: #FFFFFE;
  width: 166px;
  padding: 7px 10px 7px 0;
  color: #443536;
  display: inline-block;
  font-size: 10px;
  margin-top: 10px;
}
.fp-faq-btn img {
  position: absolute;
  right: 10px;
  top: 8px;
}

a.fp-faq-btn {
  text-decoration: none;
  display: block;
}