.faq_group .faq_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.faq_group .faq_list li.opened .drop_button:after {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.faq_search button {
  font-family: "bold";
  font-size: 130%;
  line-height: 16px;
  display: flex;
  width: 230px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 15px;
  border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 56px;
}
@media (max-width: 991px) {
  .faq_search button {
    font-size: 120%;
    line-height: 15px;
    width: 170px;
    height: 46px;
  }
}
@media (max-width: 767px) {
  .faq_search button {
    width: 150px;
    height: 40px;
  }
}

.faq_search button {
  color: #ffffff;
  background: #f1621e;
}
.faq_search button:hover {
  background: rgba(241, 98, 30, 0.7);
  color: rgba(255, 255, 255, 0.7);
}

.faq_search {
  margin-top: 45px;
}
.faq_search label {
  display: flex;
  border-radius: 5px;
  padding: 18px 20px;
  align-items: center;
  margin: 0;
  font-weight: normal;
  background: rgba(32, 36, 43, 0.04);
  height: 100%;
  cursor: text;
}
.faq_search label:before {
  font-size: 160%;
  color: #f1621e;
  margin-right: 20px;
}
.faq_search input {
  flex: 1;
  padding: 0;
  font-size: 140%;
  line-height: 20px;
  color: #292929;
  background: transparent;
  border: none;
}
.faq_search button {
  border: none;
  max-width: 100%;
  width: 165px;
}
.faq_search button:before {
  display: none;
}

.faq_group {
  padding-top: 45px;
}
.faq_group .group_title {
  font-size: 200%;
  line-height: 27px;
  font-family: "bold";
  margin-bottom: 30px;
}
.faq_group .faq_list li {
  margin-bottom: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.faq_group .faq_list li.opened {
  background: rgba(3, 14, 26, 0.04);
}
.faq_group .faq_list .drop_button {
  display: flex;
  padding: 15px 25px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 140%;
  line-height: 20px;
  font-family: "bold";
  color: #292929;
}
.faq_group .faq_list .drop_button:hover {
  background: #ededed;
}
.faq_group .faq_list .drop_button:after {
  color: inherit;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  margin-right: 5px;
  margin-left: 30px;
  border-width: 7px 4px 0;
  width: 9px;
  height: 7px;
  content: "";
}
.faq_group .faq_list .drop_element {
  display: none;
  padding: 0 25px 25px;
  color: #818181;
  font-size: 120%;
  line-height: 16px;
}
.faq_group .faq_list .drop_element a {
  color: #292929;
}
.faq_group .faq_list .drop_element a:hover {
  color: #f1621e;
}
.faq_group .faq_list .drop_element:before {
  display: block;
  content: "";
  height: 1px;
  background: #000000;
  margin-bottom: 15px;
  opacity: 0.1;
}

@media (max-width: 1199px) {
  .faq_group .group_title {
    font-size: 180%;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .faq_search {
    margin-top: 40px;
  }
  .faq_search label {
    border-radius: 2px;
    padding: 10px 20px;
  }
  .faq_search label:before {
    font-size: 140%;
  }

  .faq_group .faq_list .drop_element {
    line-height: 18px;
  }
}
@media (max-width: 479px) {
  .faq_search {
    margin: 25px 0 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .faq_search .input_block,
.faq_search .button_block {
    padding: 0;
  }
  .faq_search label {
    border-radius: 2px 0 0 2px;
    padding: 10px 15px;
  }
  .faq_search label:before {
    display: none;
  }
  .faq_search button {
    font-size: 0;
    border-radius: 0 2px 2px 0;
    box-shadow: none;
  }
  .faq_search button:before {
    display: block;
    font-size: 1.4rem;
  }

  .faq_group .faq_list .drop_button {
    padding: 15px;
  }
  .faq_group .faq_list .drop_button:before {
    margin-right: 0;
    margin-left: 15px;
  }
  .faq_group .faq_list .drop_element {
    padding: 0 15px 20px;
  }
}
.faq_group .faq_list .drop_element a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.faq_group .faq_list li, .faq_group .faq_list .drop_button {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.faq_search button, .faq_group .faq_list .drop_button:after {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*# sourceMappingURL=faq.css.map */
