.mczfaq {
  clear: both;
  margin: 26px 0 34px;
  padding: 26px 24px;
  border: 1px solid #d7e7f7;
  background: #f2f8ff;
}

.mczfaq__inner {
  max-width: 100%;
}

.mczfaq__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.mczfaq__title {
  margin: 0;
  color: #18212b;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.mczfaq__preview {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 3px 9px;
  border: 1px solid #c9d7ec;
  color: #335b96;
  background: #f3f7fd;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.mczfaq__items {
  display: grid;
  gap: 10px;
}

.mczfaq__item {
  border: 1px solid #d6e4f2;
  background: #fff;
}

.mczfaq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 54px;
  padding: 14px 18px;
  color: #18212b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
}

.mczfaq__question::-webkit-details-marker {
  display: none;
}

.mczfaq__question::after {
  content: "+";
  flex: 0 0 auto;
  width: 24px;
  color: #697586;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.mczfaq__item[open] .mczfaq__question::after {
  content: "-";
}

.mczfaq__answer {
  padding: 0 18px 18px;
  color: #374151;
  font-size: 15px;
  line-height: 1.65;
}

.mczfaq__answer p {
  margin: 0 0 12px;
}

.mczfaq__answer p:last-child {
  margin-bottom: 0;
}

.mczfaq__source {
  margin-top: 14px;
  font-size: 13px;
}

.mczfaq__source a {
  color: #245ea8;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .mczfaq {
    margin: 26px 0;
    padding: 20px 14px;
  }

  .mczfaq__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .mczfaq__title {
    font-size: 20px;
  }

  .mczfaq__question {
    min-height: 50px;
    padding: 13px 14px;
    font-size: 15px;
  }

  .mczfaq__answer {
    padding: 0 14px 16px;
  }
}
