.faqs.block {
  background-color: #eaebeb;
  padding: 60px 0;
}
.faqs__introduction.block__text {
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 90%;
}
.faqs__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faqs__faq:last-child {
  border-bottom: 1px solid #313a3a;
}
.faqs__faq--question {
  font-size: 1.5rem;
  line-height: 1em;
  text-decoration: none;
  color: #313a3a;
  font-weight: 600;
  padding: 18px 0;
  display: block;
  border-top: 1px solid #313a3a;
  position: relative;
}
.faqs__faq--question:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../../images/icon-faq-slate.svg") no-repeat center center;
  background-size: auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(180deg);
  transition: all 0.5s ease-in-out;
}
.faqs__faq--question.open {
  border-bottom: none;
}
.faqs__faq--question.open::after {
  transform: rotate(0);
  top: 33%;
}
.faqs__faq--answer {
  display: none;
  font-size: 0.875rem;
  padding-bottom: 15px;
}

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