.faq__list {
  margin-top: 71px;
}
.faq__item {
  display: flex;
  padding: 30px 0;
  position: relative;
}
.faq__item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-top: solid 1px var(--kmnd-body-border-color-primary);
  opacity: 0.1;
}
.faq__item:last-of-type:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: solid 1px var(--kmnd-body-border-color-primary);
  opacity: 0.1;
}
.faq__item:hover .faq__item-title p {
  color: var(--kmnd-body-color-accent);
}
.faq__item:hover .faq__item-icon:after, .faq__item:hover .faq__item-icon:before {
  background: var(--kmnd-body-background-accent);
}
.faq__item ul {
  margin-left: 20px;
}
.faq__item_active .faq__item-title p {
  color: var(--kmnd-body-color-accent);
}
.faq__item_active .faq__item-text {
  max-height: 1500px;
}
.faq__item_active .faq__item-text p {
  display: block;
  -webkit-box-orient: unset;
  -webkit-line-clamp: unset;
  white-space: unset;
}
.faq__item_active .faq__item-icon:before {
  opacity: 0;
}
.faq__item_active .faq__item-icon:after, .faq__item_active .faq__item-icon:before {
  background: var(--kmnd-body-background-accent);
}
.faq__item-title {
  width: calc(50% - 8px);
  margin-right: 16px;
  cursor: pointer;
}
.faq__item-title p {
  transition: var(--kmnd-transition);
  max-width: 782px;
}
.faq__item-content {
  width: calc(50% - 8px);
  display: flex;
  padding-left: 30px;
}
.faq__item-text {
  max-width: calc(100% - 38px);
  margin-right: 20px;
  flex-shrink: 0;
  transition: all 1s linear;
  max-height: 23px;
  position: relative;
  top: 5px;
  overflow: hidden;
}
.faq__item-text p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: pre-wrap;
}
.faq__item-text p:not(:last-child) {
  margin-bottom: 20px;
}
.faq__item-text ol:not(:last-child) {
  margin-bottom: 20px;
}
.faq__item-text ol li {
  counter-increment: customcounter;
}
.faq__item-text ol li:not(:last-child) {
  margin-bottom: 10px;
}
.faq__item-text ol li:before {
  content: counter(customcounter) ". ";
}
.faq__item-icon {
  margin-left: auto;
  width: 18px;
  height: 18px;
  position: relative;
  top: 5px;
  cursor: pointer;
  flex-shrink: 0;
}
.faq__item-icon:after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background: var(--kmnd-body-background-primary-inverted);
  transition: var(--kmnd-transition);
}
.faq__item-icon:before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 2px;
  height: 100%;
  border-radius: 5px;
  background: var(--kmnd-body-background-primary-inverted);
  transition: var(--kmnd-transition);
}

@media only screen and (min-width: 1024px) and (max-width: 1340px) {
  .faq__list {
    margin-top: 40px;
  }
  .faq__item {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 992px) {
  .faq__list {
    margin-top: 60px;
  }
  .faq__item {
    display: block;
    padding: 50px 0;
  }
  .faq__item:first-of-type {
    padding-top: 0;
  }
  .faq__item:first-of-type:before {
    display: none;
  }
  .faq__item-title {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 28px;
  }
  .faq__item-content {
    width: 100%;
    padding-left: 0;
  }
  .faq__item-text {
    overflow: hidden;
    width: 100%;
  }
  .faq__item-icon {
    position: absolute;
    right: 0;
    top: 55px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .faq__item-title {
    margin-bottom: 0 !important;
  }
  .faq__item-icon {
    top: 5px !important;
  }
}
@media only screen and (min-width: 577px) and (max-width: 1024px) {
  .faq__section {
    padding-bottom: 0 !important;
  }
  .faq__list {
    margin-top: 25px;
  }
  .faq__section {
    padding-bottom: 70px;
  }
  .faq__item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .faq__item:first-of-type {
    padding-top: 20px;
  }
  .faq__item-icon {
    top: 55px;
  }
  .faq__item-title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .faq__list {
    margin-top: 30px;
  }
  .faq__item {
    padding: 25px 0;
  }
  .faq__item:first-of-type .faq__item-icon {
    top: 0;
  }
  .faq__item-title {
    margin-bottom: 10px;
  }
  .faq__item-title p {
    font-size: 1.125rem;
  }
  .faq__item-icon {
    top: 25px;
  }
}

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