.faq-two-block {
  background: var(--background-second);
}
.faq-two-block__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: 1px solid var(--stroke);
  border-radius: 100px;
  padding: 10px 15px;
  background: var(--background-thirdly);
  margin-bottom: 20px;
}
.faq-two-block__title {
  max-width: 1050px;
}
.faq-two-block .items__wrapper .item {
  border: 1px solid transparent;
  border-radius: 10px;
  transition: background 0.3s ease;
  margin-bottom: 20px;
}
.faq-two-block .items__wrapper .item:last-child {
  margin-bottom: 0px;
}
.faq-two-block .items__wrapper .item.active {
  background: transparent;
  border: 1px solid var(--stroke);
}
.faq-two-block .items__wrapper .item.active .item__header {
  border-bottom: 1px solid var(--stroke);
}
.faq-two-block .items__wrapper .item.active .item__status {
  background: var(--background-thirdly);
}
.faq-two-block .items__wrapper .item.active .vertical {
  opacity: 0;
}
.faq-two-block .items__wrapper .item.active .horizontal {
  fill: var(--primary);
}
.faq-two-block .items__wrapper .item.hidden {
  display: none;
}
.faq-two-block .items__wrapper .item__icon {
  min-width: 50px;
  width: 50px;
  height: 50px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 35px;
  border-radius: 50%;
  background: var(--background-secondary);
}
.faq-two-block .items__wrapper .item.active .item__icon {
  background: var(--background-thirdly);
}
.faq-two-block .items__wrapper .item__title {
  padding-right: 15px;
}
.faq-two-block .items__wrapper .item__status {
  margin-left: auto;
  min-width: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  border-radius: 50%;
  transition:
    border,
    background 0.3s ease;
}
.faq-two-block .items__wrapper .item__status .vertical {
  fill: var(--secondary);
  transition: opacity 0.3s ease;
}
.faq-two-block .items__wrapper .item__status .horizontal {
  fill: var(--secondary);
  transition: fill 0.3s ease;
}
.faq-two-block .items__wrapper .item__header {
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: var(--background-thirdly);
}
.faq-two-block .items__wrapper .item.active .item__header {
  background: transparent;
}
.faq-two-block .items__wrapper .item__content {
  padding: 40px 95px 45px 100px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--main-text-primary);
  display: none;
}
.faq-two-block .items__wrapper .item__content * {
  font-size: 16px;
  line-height: 130%;
  color: var(--main-text-primary);
}
.faq-two-block .items__wrapper .item__content *:not(:last-child) {
  margin-bottom: 15px;
}
.faq-two-block .items__more {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .faq-two-block .items__wrapper .item__icon {
    min-width: 40px;
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  .faq-two-block .items__wrapper .item__status {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
  .faq-two-block .items__wrapper .item__content {
    padding: 40px 40px 45px 70px;
  }
}
@media (max-width: 767px) {
  .faq-two-block .items__wrapper .item__icon {
    min-width: 35px;
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
  .faq-two-block .items__wrapper .item__status {
    min-width: 35px;
    width: 35px;
    height: 35px;
  }
  .faq-two-block .items__wrapper .item__content {
    padding: 20px;
  }
  .faq-two-block .items__wrapper .item__title {
    font-size: 14px;
  }
  .faq-two-block .items__wrapper .item__header {
    padding: 10px;
  }
}
@media (max-width: 435px) {
  .faq-two-block .items__wrapper .item .item__icon {
    display: none;
  }
}

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