.faq_title {
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 3px 3px 0 rgba(27, 27, 32, 0.3), 5px 5px 0 rgba(27, 27, 32, 0.2);
  text-align: center;
  margin-bottom: 85px;
}
.page-template-faq .site-header {
  border-bottom: 2px solid #efd3e3;
  padding-bottom: 12px;
}
.page-template-faq .site-main {
  padding-top: 120px;
}
.faq_blocks {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  padding: 0 10px;
  margin: 0 auto;
  justify-content: space-between;
}
.faq_blocks .faq_question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq_blocks .faq_question p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 12px;
  max-width: 510px;
  width: calc(70%);
  margin-bottom: 13px;
  line-height: 26px;
}
.faq_blocks .faq_question span {
  position: relative;
  width: 28px;
  height: 28px;
  background-color: #ae2573;
  border-radius: 100%;
  display: block;
}
.faq_blocks .faq_question span:before,
.faq_blocks .faq_question span:after {
  content: '';
  position: absolute;
  background-color: #fff;
  transition: 0.4s;
}
.faq_blocks .faq_question span:before {
  width: 14px;
  height: 2px;
  right: 7px;
  top: 13px;
}
.faq_blocks .faq_question span:after {
  width: 2px;
  height: 14px;
  right: 13px;
  top: 7px;
  transition: transform .3s;
}
.faq_blocks .h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 13px;
  max-width: 500px;
}
.faq_blocks .faq_answer {
  max-width: 615px;
  color: #737373;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  overflow: hidden;
  transition: .4s;
}
.faq_blocks .faq_answer.open {
  margin-top: 4px;
  margin-bottom: 31px;
}
.faq_blocks .faq_question_block {
  border-bottom: 1px solid #e0dfdf;
}
.faq_blocks .faq_question.active span {
  border: 2px solid #dbdada;
  background-color: #fff;
}
.faq_blocks .faq_question.active span:after {
  transform: rotate(90deg);
  background-color: #ae2573;
  right: 11px;
  top: 5px;
}
.faq_blocks .faq_question.active span:before {
  display: none;
}
.faq_blocks .right,
.faq_blocks .left {
  max-width: calc(50% - 10px);
  width: 100%;
}
.faq_single {
  box-shadow: 0 14px 24px 3px rgba(35, 31, 32, 0.1);
  padding: 41px 47px;
  margin-bottom: 20px;
  padding-right: 40px;
  padding-bottom: 50px;
}
