@keyframes loadAnimation {
  9% {
    box-shadow: none;
  }
  10% {
    box-shadow: -8px 0 0;
  }
  35% {
    box-shadow: -8px 0 0;
  }
  36% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  60% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  61% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  85% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  86% {
    box-shadow: none;
  }
}
.faq_list {
  word-break: break-word;
  padding: 30px 300px 40px 60px;
  margin: 10px auto 0;
  background: #ffffff;
  border-radius: 15px;
}
.faq_list .page-title-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
}
.faq_list .page-title-wrapper .page-title {
  display: block;
  margin: 0;
  font-size: 300%;
  line-height: 35px;
  margin-bottom: 30px;
}

.faq_block {
  border-bottom: 1px solid #E3E3E3;
}
.faq_block:last-child {
  border-bottom: 1px solid #E3E3E3;
}
.faq_block.opened .faq_question {
  color: #50813F;
}
.faq_block.opened .faq_question::after {
  box-shadow: -7px 0 0, -5px 0 0, -2px 0 0, 2px 0 0, 5px 0 0, 7px 0 0;
}

.faq_question {
  position: relative;
  padding: 30px 30px 30px 0;
  color: #231F20;
  font-size: 160%;
  line-height: 24px;
  font-family: "mardoto", "roboto";
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.faq_question:after {
  display: block;
  content: "";
  margin-left: -10px;
  margin-right: 0;
  margin-top: 10px;
  min-width: 4px;
  height: 4px;
  background: #50813F;
  color: #50813F;
  box-shadow: -7px 0 0, -5px 0 0, -2px 0 0, 2px 0 0, 5px 0 0, 7px 0 0, 0 -7px 0, 0 -5px 0, 0 -2px 0, 0 2px 0, 0 5px 0, 0 7px 0;
}
.faq_question span {
  padding-right: 40px;
}

.faq_answer {
  display: none;
  color: #6D6D6D;
  font-size: 140%;
  line-height: 20px;
  font-family: "mardoto", "roboto";
  padding-bottom: 30px;
  padding-right: 100px;
}

@media screen and (max-width: 1199px) {
  .faq_list {
    padding: 30px;
  }

  .faq_answer {
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .faq_list {
    padding: 20px;
  }
  .faq_list .page-title-wrapper .page-title {
    font-size: 240%;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .faq_question span {
    padding-right: 30px;
  }
  .faq_question:after {
    box-shadow: -5px 0 0, -5px 0 0, -2px 0 0, 2px 0 0, 5px 0 0, 5px 0 0, 0 -5px 0, 0 -5px 0, 0 -2px 0, 0 2px 0, 0 5px 0, 0 5px 0;
  }
  .faq_question.opened .faq_question::after {
    box-shadow: -5px 0 0, -5px 0 0, -2px 0 0, 2px 0 0, 5px 0 0, 5px 0 0;
  }

  .faq_answer {
    padding-right: 40px;
  }
}
@media screen and (max-width: 575px) {
  .faq_question {
    padding: 20px 20px 20px 0;
    font-size: 1.4rem;
    line-height: 21px;
  }

  .faq_answer {
    font-size: 1.2rem;
    line-height: 17px;
    padding-bottom: 20px;
  }
}
.web .faq_question {
  -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_block.opened .faq_question::after, .faq_question: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_question {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.web .faq_question:hover {
  color: #50813F !important;
}
.web .faq_question:active {
  color: #3B672C;
}
.touch .faq_question:active {
  color: #3B672C;
}

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