/* Generated by vite-plugin-svg-spritemap */
.faq .block-title {
  margin-bottom: 3.75rem;
}
.faq .tabs {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.faq .tabs__navigation {
  padding-left: 1.875rem;
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 3.125rem;
}
.faq .tabs__title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  transition: all 0.5s;
  margin-bottom: 0.9375rem;
  position: relative;
  text-align: left;
  padding-left: 2.5rem;
}
.faq .tabs__title::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 0.0625rem;
  background-color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq .tabs__title._tab-active {
  color: #BA8600;
}
.faq .tabs__title._tab-active::after {
  background-color: #BA8600;
}
.faq .tabs__content {
  width: 68%;
}
.faq .tabs__body {
  width: 100%;
}

.spollers {
  display: grid;
}

.faq .spollers__title {
  line-height: 1.5;
  font-weight: 500;
  width: 100%;
  cursor: default;
  text-align: left;
  padding: 1.5625rem 1.875rem 1.5625rem 0rem;
  position: relative;
  list-style: none;
}
.faq .spollers__title::marker, .faq .spollers__title::-webkit-details-marker {
  display: none;
}
.faq .spollers__body {
  padding: 0rem 0.9375rem 0rem 0rem;
  line-height: 1.6;
}
.faq .spollers__body video {
  margin: 0.9375rem 0;
  max-width: 100%;
}
.faq .spollers__body iframe {
  width: 100%;
  height: 28.125rem;
  margin: 0.9375rem 0;
}
.faq ._spoller-init .spollers__title {
  cursor: pointer;
}
.faq ._spoller-init .spollers__title::before, .faq ._spoller-init .spollers__title::after {
  content: "";
  position: absolute;
  right: 0.625rem;
  top: 50%;
  background-color: #BA8600;
  height: 0.0625rem;
  width: 0.9375rem;
  transition: transform 0.5s ease 0s;
}
.faq ._spoller-init .spollers__title::after {
  transform: translate(0, -50%) rotate(-90deg);
}
.faq ._spoller-init .spollers__title._spoller-active::before {
  transform: rotate(45deg);
}
.faq ._spoller-init .spollers__title._spoller-active::after {
  transform: rotate(-45deg);
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */@media (max-width: 61.99875em) {
  .faq .tabs__navigation {
    padding-left: 0.625rem;
  }
}@media (max-width: 47.99875em) {
  .faq .tabs {
    flex-direction: column;
  }
  .faq .tabs__navigation {
    width: 100%;
    flex-direction: row;
    margin-bottom: 1.875rem;
    padding-left: 0;
  }
  .faq .tabs__content {
    width: 100%;
  }
}@media (max-width: 37.5rem) {
  .faq .tabs__navigation {
    flex-wrap: wrap;
    gap: 0.9375rem;
  }
}@media (max-width: 29.99875em) {
  .faq .tabs__title {
    width: 100%;
  }
}@media (max-width: 22.5em) {
  .faq {
    padding-top: 1.875rem;
  }
  .faq {
    padding-bottom: 1.875rem;
  }
  .faq .spollers__title {
    font-size: 0.875rem;
  }
}@media (min-width: 22.5em) and (max-width: 71.375em) {
  .faq {
    padding-top: clamp( 1.875rem , 1.0118286445rem  +  3.8363171355vw , 3.75rem );
  }
  .faq {
    padding-bottom: clamp( 1.875rem , 1.0118286445rem  +  3.8363171355vw , 3.75rem );
  }
  .faq .spollers__title {
    font-size: clamp( 0.875rem , 0.81745524296875rem  +  0.2557544757vw , 1rem );
  }
}@media (min-width: 71.375em) {
  .faq {
    padding-top: 3.75rem;
  }
  .faq {
    padding-bottom: 3.75rem;
  }
  .faq .spollers__title {
    font-size: 1rem;
  }
}@media (any-hover: hover) {
  .faq .tabs__title:hover {
    transition: all 0.5s;
  }
}