.faq_section .drop_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.faq_section .page_description {
  font-size: 130%;
  max-width: 780px;
  line-height: 19px;
  color: #666666;
  margin-top: 40px;
}
.faq_section .drop_list {
  padding-top: 35px;
  margin-top: 40px;
  border-top: 1px solid rgba(0, 105, 104, 0.1);
}
.faq_section .drop_list li {
  margin-bottom: 15px;
}
.faq_section .drop_list li.opened .drop_button {
  color: #ffffff;
  background: #006968;
  box-shadow: 0 15px 21px -10px rgba(0, 61, 61, 0.25);
}
.faq_section .drop_list li.opened .drop_button::before {
  content: "-";
}
.faq_section .drop_button {
  display: block;
  background: #F8F8F8;
  padding: 25px;
  font-size: 160%;
  line-height: 24px;
  font-family: "bold", "arm-bold";
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333333;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.faq_section .drop_button:hover {
  opacity: 0.7;
}
.faq_section .drop_button::before {
  content: "+";
  font-size: 2.5rem;
}
.faq_section .drop_element {
  display: none;
  padding: 0 25px;
}
.faq_section .drop_inner {
  font-size: 130%;
  line-height: 19px;
  color: #333333;
  padding: 34px 0;
  max-width: 850px;
}
@media (max-width: 767px) {
  .faq_section .drop_button {
    padding: 20px;
    font-size: 140%;
    line-height: 21px;
  }
  .faq_section .drop_inner {
    padding: 20px 0;
  }
  .faq_section .drop_element {
    padding: 0 15px;
  }
}

/*# sourceMappingURL=faq.css.map */
