.faq-module {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.faq-module_block {
  margin-bottom: 20px !important;
  box-shadow: 0px 3px 3px #dee0e2 !important;
  background-color: #ffffff;
  cursor: pointer !important;
  border: 1px dashed #f6115a !important;
}

.faq-module.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.faq-module .accordion {
  background-color: #fff !important;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 1.2em;
  font-weight: 500;
  outline: none;
  padding: 20px;
  position: relative !important;
  text-align: left;
  transition: 0.9s;
  user-select: none;
  width: 100%;
}

.faq-module .accordion.open:after {
  content: "\2212" !important;
}

.faq-module .accordion:after {
  color: #777;
  content: "\002B";
  float: right;
  font-weight: 700;
  margin: auto;
  position: absolute !important;
  right: 20px !important;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.faq-module .accordion:hover,
.faq-module .active {
  background-color: #fff;
}

.faq-module .active {
  display: block;
}

.faq-module .panel {
  background-color: #fff;
  display: none;
  line-height: 1.75;
  overflow: hidden;
  padding-top: 0 !important;
  padding: 20px;
}

.transition-acc {
  -webkit-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.faq_width-100 {
  width: 100%;
}

.faq_width-90 {
  width: 90%;
}

.faq_width-80 {
  width: 80%;
}

.faq_width-70 {
  width: 70%;
}

.faq_width-60 {
  width: 60%;
}

.faq_width-50 {
  width: 50%;
}

@media (max-width: 768px) {
  .faq-module {
    width: 90% !important;
  }
}

@media (max-width: 425px) {
  .faq-module {
    width: 100% !important;
  }

  .faq-module_block {
    padding: 10px !important;
  }
}
