.accordion {
  padding: var(--sp) 0;
}
.single-post .accordion {
  padding: 0;
  /* margin: var(--sp) 0; */
  margin-top: var(--sp);
}
.accordion.bg-- {
  background: #fff;
}
.section__content_title,
.section h2,
.section .h2 {
  display: block;
  margin-bottom: 40px;
  /* margin-bottom: 24px; */
  line-height: 112%;
}

h2.accordion__title {
  margin-bottom: 0;
}

.section .h2 + br {
  display: none;
}

.accordion__subtitle {
  margin-top: 24px;
}

.accordion__subtitle a {
  color: #3f41f5;
  text-decoration: underline;
}

.section__content_accordeon {
  margin-top: 70px;
}

.section__content_accordeon .item {
  border-top: 1px solid #f0f0f0;
}

.section__content_accordeon .item:last-child {
  border-bottom: 1px solid #f0f0f0;
}

.section__content_accordeon .item__title {
  font-size: var(--fz-default);
  line-height: 130%;
  font-family: var(--default-font-family);
}

.section__content_accordeon .item.active {
  border-top: 2px solid #3f41f5;
}

.section__content_accordeon .item.active .item__header {
  background: #f7f8fd;
}
.bg--gray .section__content_accordeon .item.active .item__header {
  background: var(--bg);
}

.section__content_accordeon .item.active .item__header {
  border-radius: 0px 0px 6px 6px;
}

.section__content_accordeon .item.active .item__title {
  color: #3f41f5;
}

.section__content_accordeon .item.active .item__text {
  padding: 24px;
  max-height: 1000px;
}

.section__content_accordeon .item.active .item__text a {
  text-decoration: underline;
}

.section__content_accordeon .item.active .item__text a:hover {
  text-decoration: none;
}

.section__content_accordeon .item__header {
  padding: 24px 26px;
  position: relative;
  cursor: pointer;
}

.section__content_accordeon .item__header:hover:after {
  opacity: 1;
}

.section__content_accordeon .item__header:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6.22727 6L11 1' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A")
    50% no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: transltateY(-50%);
  opacity: 0.2;
  transition: var(--transition);
}

.section__content_accordeon .item__text {
  overflow: hidden;
  max-height: 0;
  padding: 0 15px;
  transition: 0.2s ease;
  margin: 0;
}

@media (max-width: 992px) {
}

@media (max-width: 760px) {
  .section {
    text-align: center;
  }
  .section__content_accordeon {
    margin-top: 50px;
  }

  .section__content_accordeon .item {
    text-align: left;
  }

  .section__content_accordeon .item__title {
    font-size: var(--m);
  }
}
