/* Titane FAQ — from octane.club/faq/ catalog.section/faq/style.css */
.faq-page {
  font-family: "Montserrat", sans-serif;
}

.faq-page__banner {
  background-size: cover !important;
  background-position: center !important;
  height: 600px;
}

.faq-page__title {
  font-size: 48px;
  line-height: normal;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  padding: 160px 0 90px;
  text-transform: uppercase;
  margin: 0;
}

.faq-page .wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.faq-page .breadcrumb {
  list-style: none;
  padding: 24px 0 0;
  margin: 0 0 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 14px;
}

.faq-page .breadcrumb li {
  display: inline;
}

.faq-page .breadcrumb a {
  color: #fd6c1e;
  text-decoration: none;
}

.faq-page .breadcrumb li + li::before {
  content: " / ";
  color: #999;
  margin: 0 4px;
}

.faq-page .breadcrumb span {
  color: #666;
}

.faq-items {
  margin: 40px 0 60px;
}

.faq-items .tr {
  margin-bottom: -1px;
}

.faq-items .tr .name {
  border-top: 1px solid #fd6c1e;
  border-bottom: 1px solid #fd6c1e;
  font-weight: 700;
  line-height: initial;
  padding: 15px 50px;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.faq-items .tr .name::before,
.faq-items .tr .name::after {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 12px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAMCAMAAAC3DnawAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAADxQTFRFAAAA/Wsd/Wsd/Wsd/Wsd/Wsd/Wsd/Wsd/Wsd/Wsd/Wsd/Wsd/Wsd/Wsd/Wsd/Wsd/Wsd/Wsd/Wsd/WsdxYCGrwAAABR0Uk5TABBfUMD/gO9gMEAgoJDP0PDj8T1WkZ0EAAAAW0lEQVR4nG1P0RKAIAiTdCFpYfX//9qledKdexmMYwPnpqDFNJ4qBaxDAlNjxE8S7vMIbLVIjNw3drC8xgfCcM7VRqFk4hQHZRQrOVKcKPI/Ml09yEBuP3+p4QHR1gHmi9J0XAAAAABJRU5ErkJggg==');
  background-size: contain;
  top: calc(50% - 6px);
  transition: transform 0.3s;
}

.faq-items .tr .name::before {
  left: 10px;
}

.faq-items .tr .name::after {
  right: 10px;
}

.faq-items .tr .text-preview {
  display: none;
  height: 0;
  overflow: hidden;
}

.faq-items .tr.active .name::before,
.faq-items .tr.active .name::after {
  transform: rotate(-180deg);
}

.faq-items .tr .text-preview.active {
  display: block;
  height: auto;
  overflow: visible;
}

.faq-items .tr .text-preview .text {
  padding: 20px;
}

.faq-items .tr .text-preview .text,
.faq-items .tr .text-preview .text * {
  font-size: 18px;
  line-height: 1.55;
  color: #000000;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.faq-items .tr .text-preview .text a {
  color: #fd6c1e;
}

.faq-page .rent-footer-form {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .faq-page__banner {
    height: 448px !important;
    background-image: url("../assets/faq/banner-mobile.webp") !important;
  }

  .faq-page__title {
    font-size: 18px;
    padding: 60px 0 15px;
  }

  .faq-items .tr .name {
    font-size: 16px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .faq-items .tr .text-preview .text,
  .faq-items .tr .text-preview .text * {
    font-size: 16px;
  }
}
