body {
  background: #F5F5F5;
  counter-reset: my-sec-counter;
}

.faq_page {
  background: #ffffff;
}
.faq_page .faq_list {
  margin: 0 0 70px;
  list-style-type: none;
  padding: 0;
  border-top: 1px solid #e5e5e5;
}
.faq_page .faq_list li {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.faq_page .faq_list li.opened {
  background: #e5e5e5;
}
.faq_page .faq_list li.opened .question_block:after {
  box-shadow: -6px 0 0, -4px 0 0, -2px 0 0, 2px 0 0, 4px 0 0, 6px 0 0;
}
.faq_page .faq_list li:not(.opened) .question_block:after {
  box-shadow: -6px 0 0, -4px 0 0, -2px 0 0, 2px 0 0, 4px 0 0, 6px 0 0, 0 -6px 0, 0 -4px 0, 0 -2px 0, 0 2px 0, 0 4px 0, 0 6px 0;
}
.faq_page .faq_list li:nth-child(-n+9) .question_block:before {
  content: "0" counter(my-sec-counter);
}
.faq_page .faq_list .question_block {
  display: flex;
  align-items: center;
  width: 100%;
  border: none;
  color: #333333;
  font-family: "montserrat-medium", "montserratarm-medium";
  background: transparent;
}
.faq_page .faq_list .question_block:after {
  display: block;
  content: "";
  margin-left: auto;
  margin-right: 6px;
  min-width: 2px;
  height: 2px;
  background: #000000;
}
.faq_page .faq_list .question_block span {
  padding: 0 22px;
}
.faq_page .faq_list .question_block:before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
  font-family: "montserrat-light", "montserratarm-light";
}
.faq_page .faq_list .answer_block {
  display: none;
  color: #333333;
}
@media screen and (min-width: 1200px) {
  .faq_page .faq_list .question_block {
    padding: 27px 30px 27px 100px;
  }
  .faq_page .faq_list .answer_block {
    max-width: 690px;
    padding-left: 140px;
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 960px) {
  .faq_page .faq_list .question_block {
    font-size: 160%;
    line-height: 20px;
  }
  .faq_page .faq_list .answer_block {
    font-size: 140%;
    line-height: 21px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .faq_page .faq_list .question_block {
    padding: 20px;
  }
  .faq_page .faq_list .answer_block {
    max-width: 1160px;
    padding: 0 60px 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .faq_page .faq_list .answer_block {
    padding: 0 46px 20px;
  }
}
@media screen and (max-width: 959px) {
  .faq_page .faq_list .question_block {
    font-size: 140%;
    line-height: 18px;
    padding: 16px 15px;
  }
  .faq_page .faq_list .question_block span {
    padding: 0 15px;
  }
  .faq_page .faq_list .answer_block {
    font-size: 120%;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 575px) {
  .faq_page .faq_list .answer_block {
    padding: 0 15px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .faq_page .page_title {
    padding: 55px 100px;
  }
}
@media screen and (max-width: 1199px) {
  .faq_page .page_title {
    padding: 15px;
  }
}

.web .faq_page .faq_list li:hover {
  background: #e5e5e5;
}

.touch .faq_page .faq_list li:active {
  background: #e5e5e5;
}

.web .faq_page .faq_list li {
  -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_page .faq_list .question_block: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;
}

.touch .faq_page .faq_list li {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

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