.questions {
  position: relative;
  display: grid;
  grid-auto-flow: row;
  grid-row-gap: 42px;
  padding: 80px calc(50% - 520px);
  text-align: center;
  overflow: hidden;
}

.questions__headline {
  margin-bottom: 40px;
  line-height: 54px;
  padding-left: 25px;
  padding-right: 25px;
  color: var(--color-white);
}

.questions__wrap {
  padding: 80px 135px;
  background: linear-gradient(180deg, #3D2AA4 0%, #291A7A 100%);
  border: 3px solid #000;
  box-shadow: 20px 20px 0 #000;
  border-radius: 50px;
}

.questions__list {
  position: relative;
  display: block;
  z-index: 10;
}

.questions__item {
  position: relative;
  border-bottom: 1px solid var(--color-silver06);
  transition: 0.2s;
  z-index: 10;
  width: 100%;
}

.questions__item:first-child {
  border-top: 1px solid var(--color-silver06);
}

.questions__button {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: start;
  padding: 20px 16px 20px 0;
  width: 100%;
  color: var(--color-white);
  text-align: left;
}

.questions__icon {
  margin-top: 4px;
  width: 20px;
  height: 20px;
  fill: var(--color-white);
}

.active .questions__icon {
  transform: rotate(90deg);
}

.questions__description {
  padding-right: 80px;
  width: 100%;
  color: #DDDDE8;
  text-align: justify;
  padding-bottom: 20px;
}

.questions__description p {
  margin-bottom: 15px;
}

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

.questions__description a {
  color: var(--color-green03);
  border-color: var(--color-green03);
}

.questions__description a:hover {
  border-color: transparent;
}

.questions__map {
  position: absolute;
  max-width: 514px;
  width: 100%;
}

.questions__map_bottom {
  top: 134px;
  right: -15%;
  max-width: 400px;
}

.questions__map_top {
  bottom: 10px;
  left: calc(50% - 500px - 424px);
}

.questions__plane {
  position: absolute;
  top: 158px;
  right: 0;
  max-width: 100px;
  width: 100%;
}

.questions__description ol {
  margin-bottom: 15px;
  position: relative;
  counter-reset: li;
}


.questions__description ol li:before {
  counter-increment: li;
  content: counter(li)". ";
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 14px;
  text-align: right;
}

.questions__description ol:last-child {
  margin-bottom: 0;
}

.questions__description ul:not(.questions__description__list) {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}

.questions__description ul:not(.questions__description__list) li {
  position: relative;
}

.questions__description ul:not(.questions__description__list) li:before {
  content: "";
  display: block;
  background: #DDDDE8;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  top: 7px;
  left: -15px;
}

@media (max-width: 1200px) {
  .questions {
    grid-row-gap: 30px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .questions__wrap {
    padding: 60px 45px;
    border-radius: 25px;
    box-shadow: 12px 12px 0 #000;
  }

  .questions__description {
    padding-right: 100px;
    color: var(--color-silver06);
  }

  .questions__plane {
    left: 30%;
    top: 160px;
    height: 100px;
    width: 100px;
  }

  .questions__map_top {
    position: static;
    justify-self: center;
    max-width: 768px;
    order: -1;
  }

  .questions__map_bottom {
    display: none;
  }
}

@media (max-width: 767px) {
  .questions {
    padding-right: 16px;
    padding-left: 16px;
  }

  .questions__headline {
    width: calc(100% + 50px);
    margin-left: -25px;
    text-align: center;
  }

  .questions__wrap {
    padding: 60px 25px;
    box-shadow: 6px 6px 0 #000;
  }

  .questions__description {
    padding-right: 0;
  }

  .questions__plane {
    top: 120px;
    width: 64px;
    height: 64px;
  }

  .questions__button {
    padding-right: 10px;
    text-align: left;
  }
}

.questions__description.tog__body {
  height: auto;
  max-height: none;
}

.accordion__body {
  transition: none;
  display: none;
}

/*************************************************************/
.new_questions {
  padding: 80px calc(50% - 585px);
}

.new_questions .questions__wrap {
  padding: 80px 80px;
}

@media (max-width: 1200px) {
  .new_questions {
    padding-right: 40px;
    padding-left: 40px;
  }

  .new_questions .questions__wrap {
    padding: 64px 64px;
  }
}

@media (max-width: 767px) {
  .new_questions {
    padding-right: 16px;
    padding-left: 16px;
  }

  .new_questions .questions__wrap {
    padding: 64px 15px;
  }
}

.inf_questions {
  padding-top: 100px;
  padding-bottom: 80px;
}
.inf_questions.questions {
  overflow: unset;
}
.inf_questions_bg {
    position: relative;
}
.inf_questions_bg::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    opacity: 0.16;
    background: radial-gradient(44.33% 44.33% at 50% 55.67%, #FF492C 47.5%, #FF71E8 66.5%, rgba(255, 113, 232, 0.00) 100%);
    filter: blur(50px);
    width: 1920px;
    height: 1920px;
    z-index: 1;
    left: -10%;
    top: -560px;
}
.inf_questions .questions__wrap {
  width: 100%;
  margin: 0 auto;
  display: inline-flex;
  padding: 50px 100px 70px 100px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 12px;
  background: #FFF;
  border: unset;
  z-index: 2;
  box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.10), 0 1px 2px -1px rgba(16, 24, 40, 0.10);
}
.inf_questions .container {
  max-width: 974px;
}
.inf_questions  .questions__headline {
  color: #120D34;
  text-align: center;
  text-transform: capitalize;
  margin: 0 auto;
  paddig-bottom: 27px;
}
.inf_questions .questions__list {
  width: 100%;
  padding-top: 40px;
}
.inf_questions .questions__button {
  color: #1C1C20;
  padding: 10px 0;
  align-items: center;
}
.inf_questions .questions__icon {
  width: 40px;
  height: 40px;
  fill: none;
}
.inf_questions .questions__description {
  color: #404040;
  text-align: start;
}
.inf_questions .accordion__item.--open .accordion__arrow-icon {
  transform: rotate(90deg);
}
@media (max-width: 1440px) {
  .inf_questions::before {
    background: radial-gradient(44.33% 44.33% at 50% 55.67%, #FF492C 47.5%, #FF71E8 66.5%, rgba(255, 113, 232, 0.00) 120%);
    left: unset;
  }
}
@media (max-width: 1024px) {
  .inf_questions {
    padding-top: 50px;
  }
  .inf_questions_bg::before {
      width: 1253px;
      height: 1253px;
      top: -360px;
      left: -34%;
  }
  .inf_questions .container {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .inf_questions .questions__wrap {
    padding: 40px 15px 32px 15px;
  }
  .inf_questions {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .inf_questions .questions__headline {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 667px) {
  .inf_questions .questions__headline {
    width: unset;
  }
  .inf_questions .questions__button h3{
    padding-right: 20px;
  }
    .inf_questions_bg::before {
        top: -445px;
        left: -100%;
    }
}