.faq-accordeon-right .section__body.accordeon__list:not(.swiper-initialized) {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-accordeon-right .accordeon-element__info-header {
  justify-content: space-between;
  padding-right: 60px;
}

.faq-accordeon-right .accordeon-element {
  position: relative;
  padding-top: 16px;
  padding-right: 4px;
  padding-bottom: 16px;
  padding-left: 16px;
}

.faq-accordeon-right .accordeon-element.active .accordeon-element__info-body {
  margin-left: 0;
}

.faq-accordeon-right .accordeon-element__button {
  position: absolute;
  right: 4px;
  top: 40px;
  transform: translateY(-50%);
  transition: top 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.faq-accordeon-right .accordeon-element__info-title {
  order: 1;
  margin-right: 16px;
}

.faq-accordeon-right .accordeon-element:not(.active) .accordeon-element__button {
  background: #fff;
  border: 1px solid #3b8beb;
}

.faq-accordeon-right .accordeon-element:not(.active) .accordeon-element__button path {
  fill: #3b8beb;
}

.faq-accordeon-right .accordeon-element:not(.active) .accordeon-element__button svg {
  transform: rotate(-90deg);
}

.faq-accordeon-right .accordeon-element__info-text {
  max-width: 90%;
}

.faq-accordeon-right .accordeon-element.active .accordeon-element__button {
  top: 50%;
}

@media (max-width: 768px) {
  .ol_theme--gradient .ol_theme--gradient-item--important {
    display: grid;
    grid-template-columns: 48px 1fr;
    column-gap: 16px;
    row-gap: 10px;
    align-items: start;
    margin: 10px;
  }

  .ol_theme--gradient .ol_theme--gradient-item--important::before {
    position: static;
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    color: #fff;
    background: #3b8beb;
    align-self: center;
  }

  .ol_theme--gradient .ol_theme--gradient-item--important > div {
    display: contents;
  }

  .ol_theme--gradient .ol_theme--gradient-item--important > div > :first-child {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0;
    align-self: center;
  }

  .ol_theme--gradient .ol_theme--gradient-item--important > div > :last-child {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}
