@charset "UTF-8";
:root {
  --grey: #a9a9a9;
  --color-placeholder: gray;
}

.dark-theme,
body {
  --theme-color-text: #FEFEFE;
  --theme-color-bg-main: #0E0F11;
  --theme-color-bg-top-menu-link: #212122;
  --theme-color-text-top-menu-link: #fff;
}

.light-theme,
body.light-theme {
  --theme-color-text: #0E0F11;
  --theme-color-bg-main: #FEFEFE;
  --theme-color-bg-top-menu-link: #F8F8F8;
  --theme-color-text-top-menu-link: #0E0F11;
}

/*
$type -- для условия
         1 -- только если ширина окна меньше контейнера
         2 -- только если ширина окна больше контейнера
         0 -- всегда
*/
.section-faq {
  padding-top: calc(124rem / 16);
  padding-bottom: calc(121rem / 16);
  background-color: var(--theme-color-bg-main);
  color: var(--theme-color-text);
}
@media (max-width: 1728px) {
  .section-faq {
    padding-top: calc(56rem / 16 + 68 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .section-faq {
    padding-bottom: calc(100rem / 16 + 21 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.section-faq__title {
  margin-bottom: calc(33rem / 16);
}
@media (max-width: 1728px) {
  .section-faq__title {
    margin-bottom: calc(15rem / 16 + 18 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.section-faq__wrapper {
  display: grid;
  gap: 21px;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .section-faq__wrapper {
    gap: 114px 29px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-faq__btn {
  font-size: 1.875rem;
  line-height: 1.166;
  color: var(--theme-color-text);
  font-weight: 500;
  padding: 30px 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section-faq__btn {
    font-size: calc(30rem / 16);
    padding: 14px 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 1728px) {
  .section-faq__btn {
    font-size: calc(18rem / 16 + 12 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.section-faq__btn-span {
  opacity: 0.8;
}
.section-faq__btn-icon {
  width: 1.125rem;
  color: #8771ff;
}
@media screen and (min-width: 768px) {
  .section-faq__btn-icon {
    margin-right: 4rem;
  }
}
.section-faq__body {
  opacity: 0.6;
  max-width: 550px;
}
.section-faq__item:not(.is-active) {
  border-bottom: 0.795px solid #a9a9a9;
}
.section-faq__item:not(.is-active) .section-faq__body {
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .section-faq__item {
    border-bottom: 0.795px solid #a9a9a9;
  }
  .section-faq__item.is-active {
    padding-bottom: 34px;
  }
}

.page-plug-play .section-faq,
.page-service .section-faq {
  padding-bottom: calc(121rem / 16);
}
@media (max-width: 1728px) {
  .page-plug-play .section-faq,
  .page-service .section-faq {
    padding-bottom: calc(70rem / 16 + 51 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.page-plug-play .section-faq.light-theme,
.page-service .section-faq.light-theme {
  background-color: #f8f8f8;
  margin-block: -1px;
}
/*# sourceMappingURL=section-faq.min.css.map */
