#new-faq .faq__list {
  gap: 20px;
}
#new-faq .faq__list li {
  padding: 20px;
  gap: 16px;
  align-items: center;
  background: var(--accent-second-color);
  border-radius: 8px;
}

#new-faq .faq__name {
  font-weight: 600;
  font-size: 20px;
  line-height: var(--line-2);
}
#new-faq .faq__text {
  font-size: 18px;
}
#new-faq .faq__box-img,
#new-faq .faq__box-img img {
  min-width: 60px;
  height: 60px;
}
#new-faq .faq__box {
  gap: 40px;
}
#new-faq .faq__box-list,
#new-faq .faq__swiper {
  max-width: 600px;
  width: 48%;
}
#new-faq .faq__summ-text {
  font-weight: 600;
  font-size: 20px;
  line-height: var(--line-2);
}
#new-faq .faq__det {
  padding: 24px 0;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #999999;
}
#new-faq .faq__det::before {
  content: "";
  width: 1rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#new-faq .faq__summ {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
#new-faq .faq__box-arrow {
  width: 20px;
  height: 20px;
  background-image: url(/services/wp-content/themes/okoni/assets/plus.png);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}

#new-faq .faq__det[open] .faq__box-arrow {
  background-image: url(/services/wp-content/themes/okoni/assets/minus.png);
}
#new-faq .faq__details-text {
  padding-top: 12px;
  font-size: 18px;
}
#new-faq .faq__swiper {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#new-faq .faq__swiper .swiper-wrapper {
  height: auto;
}
#new-faq .faq__block-pagin {
  margin-top: auto;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
#new-faq .swiper-faq-pagination {
  min-width: max-content;
  width: max-content;
}
#new-faq .faq__box-btn {
  gap: 12px;
}
#new-faq .faq-pagination-current {
  color: var(--second-bg-color);
}
#new-faq .faq__box-info {
  gap: 4px;
}
#new-faq .gallery__box-pag {
  align-items: baseline !important;
}
@media (max-width: 1280px) {
  #new-faq .faq__box {
    gap: 32px;
  }
  #new-faq .faq__list {
    gap: 12px;
  }
  #new-faq .faq__list li {
    padding: 16px;
    gap: 12px;
  }
  #new-faq .faq__name,
  #new-faq .faq__summ-text {
    font-size: 18px;
  }
  #new-faq .faq__text,
  #new-faq .faq__details-text {
    font-size: 16px;
  }
  #new-faq .faq__det {
    padding: 16px 0;
  }
}
@media (max-width: 767px) {
  #new-faq .faq__box {
    flex-direction: column;
    gap: 16px;
  }
  #new-faq .faq__box-list,
  #new-faq .faq__swiper {
    max-width: 100%;
    width: 100%;
  }

  #new-faq .faq__list li {
    padding: 12px;
    gap: 8px;
  }
  #new-faq .faq__box-img,
  #new-faq .faq__box-img img {
    min-width: 48px;
    height: 48px;
  }
  #new-faq .faq__name,
  #new-faq .faq__summ-text {
    font-size: 16px;
  }
  #new-faq .faq__text,
  #new-faq .faq__details-text {
    font-size: 14px;
  }
  #new-faq .faq__det {
    padding: 10px 0;
  }
  #new-faq .faq__details-text {
    padding-top: 8px;
  }
}
