.faq_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.faq_page {
  padding-top: 25px;
  padding-bottom: 40px;
}
.faq_page .section_title {
  margin-bottom: 20px;
}

.faq_block {
  padding: 40px 0;
  background: #ffffff;
  margin-top: 20px;
}

.faq_title {
  font-size: 200%;
  font-family: "bold", "bold_arm";
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
}

.faq_list {
  max-width: 890px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 50px;
}
.faq_list > li {
  padding-bottom: 20px;
}
.faq_list > li.opened .drop_btn:after {
  height: 0;
  margin-top: -1px;
}
.faq_list .drop_btn {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 14px 15px;
  background: #F7F7F7;
  border: none;
  width: 100%;
  text-align: left;
  font-family: "bold", "bold_arm";
  font-size: 160%;
  line-height: 21px;
  color: #000000;
}
.faq_list .drop_btn:before {
  display: block;
  content: "";
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -1px;
  width: 10px;
  border-top: 4px solid;
}
.faq_list .drop_btn:after {
  display: block;
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -4px;
  border-left: 4px solid;
  height: 10px;
}
.faq_list .drop_block {
  display: none;
  background: #F7F7F7;
}
.faq_list .drop_inner {
  color: #424242;
  font-size: 140%;
  line-height: 19px;
  padding: 10px 15px;
}

@media (max-width: 991px) {
  .faq_page {
    padding-top: 80px;
  }

  .second_inner {
    background: #ffffff;
    bottom: -64px;
    padding: 13px 16px;
  }
}
@media (max-width: 479px) {
  .faq_list .drop_btn {
    font-size: 140%;
    line-height: 19px;
  }
}
.web .faq_list .drop_btn {
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.web .faq_list .drop_btn:hover {
  opacity: 0.5;
}

.touch .faq_list .drop_btn {
  -o-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.touch .faq_list .drop_btn:active {
  opacity: 0.5;
}

.faq_list .drop_btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*# sourceMappingURL=faq.css.map */
