.questions {
  border-bottom: 1px solid rgba(196, 193, 193, 0.4);
  padding-block: 70px 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
}
.questions__title {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.23;
  letter-spacing: 0.1px;
  color: #f5f5dc;
  color: #ffff9a;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .questions__title {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.23;
    letter-spacing: 0.1px;
  }
}
.questions-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 15px 25px 15px;
  border-radius: 10px;
}
.questions-list-item {
  border-bottom: 1px solid white;
  padding-block: 15px;
  width: 100%;
}
.questions-list-item__text {
  display: block;
  overflow: hidden;
}
.questions-list-item__text span {
  display: block;
  color: #f5f5dc;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: 0.1px;
  padding-block: 5px;
}
@media only screen and (max-width: 1024px) {
  .questions-list-item__text span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: 0.1px;
  }
}
.questions-list-item__title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 0.1px;
  color: #f5f5dc;
}
@media only screen {
  .questions-list-item__title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: 0.1px;
  }
}
.questions-list-item__description {
  padding-left: 10px;
}
.questions-list-item-buttonsBlock {
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-block: 5px;
}
.questions-list-item__button, .questions-list-item__button--open {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  background-color: inherit;
  border-radius: 50%;
  color: #f5f5dc;
  height: 40px;
  font-family: "Courier New", Courier, monospace;
  width: 40px;
  font-size: xx-large;
  transition: all 0.1s ease;
}
.questions-list-item__button--open {
  transform: rotate(45deg);
}

.maxHeight0 {
  max-height: 0;
  transition: max-height 0.15s ease-out;
}

.maxHeightFull {
  max-height: 1000px;
  transition: max-height 0.25s ease-in;
}

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