.faq {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 64px 48px;
  max-width: 1920px;
  margin: 0 auto;
}

.faq+.custom.products-slider {
  margin-top: 24px;
}

.faq_header {
  margin-bottom: 24px;
  width: 100%;
  padding-left: 24px;
}

.faq_header h1 {
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}

.faq_type {
  width: 100%;
  min-width: 460px;
  padding: 24px;
  break-inside: avoid;
  flex: calc(100% / 3);
  margin-bottom: 24px;
}

.faq_type._break {
  break-before: column;
  break-inside: auto;
}

.faq_type h2 {
  margin: 0 0 16px 0;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.1;
}

.faq_type-i {
  overflow: hidden;
  max-height: 100%;
  margin-bottom: 16px;
  transition: max-height var(--transition-cond);
  border: 0.5px solid rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

.faq_type-i:last-child {
  margin-bottom: 0;
}

.faq_type-i._open {
  height: auto;
}

.faq_type-i-title {
  height: auto;
  cursor: pointer;
  font-size: 20px;
  font-weight: 200;
  line-height: 20px;
  padding: 16px;
  gap: 0 24px;
}

.faq_type-i-title:after {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  content: '';
  transition: transform var(--transition-cond);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0008 16.7498C11.8018 16.7508 11.6107 16.6715 11.4708 16.5298L3.47082 8.52985C3.19546 8.23434 3.20359 7.77384 3.4892 7.48823C3.77481 7.20261 4.23531 7.19449 4.53082 7.46985L12.0008 14.9398L19.4708 7.46985C19.7663 7.19449 20.2268 7.20261 20.5124 7.48823C20.7981 7.77384 20.8062 8.23434 20.5308 8.52985L12.5308 16.5298C12.3909 16.6715 12.1999 16.7508 12.0008 16.7498Z' fill='black'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: cover;
}

.faq_type-i._open .faq_type-i-title {
  padding-bottom: 12px;
}

.faq_type-i._open .faq_type-i-title:after {
  transform: rotate(180deg);
}

.faq_type-i-text {
  font-family: Mulish;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: rgba(0, 0, 0);
  display: none;
  opacity: 0;
  transition: var(--transition-cond);
  padding: 0px 16px 16px 16px;
}

.faq_type-i._open .faq_type-i-text {
  display: block;
  opacity: 1;
}

.faq_type-i-text a {
  color: rgba(0, 0, 0);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: var(--transition-cond);
}

.faq_links {
  width: 100%;
  padding: 24px;
}

.faq_links-title {
  font-weight: 200;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 14px;
}


.faq_links a:nth-last-child(1) {
  margin-right: 0;
}

.faq_wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.faq_links-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  gap: 24px 12px;
  max-width: 560px;
  flex-wrap: wrap;
}

.faq_links-block {
  width: 100%;
  flex: 1 1 274px;
}

.faq_links-block a {
  font-weight: 200;
  font-size: 20px;
  line-height: 20px;
  text-transform: lowercase;
  margin-bottom: 4px;
  display: block;
  transition: var(--transition-cond);
}

.faq_links-block p {
  font-family: Mulish;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 2200px) {

  .faq_type {
    flex: 50%;
  }
}

@media screen and (max-width: 991px) {
  .faq {
    padding: 72px 48px 48px 48px;
  }

  .faq+.custom.products-slider {
    padding: 0 48px;
  }

  .faq_header,
  .faq_type,
  .faq_links {
    padding: 0;
  }

  .faq_type {
    padding-bottom: 24px;
    margin-bottom: 0;
    flex: 100%;
    min-width: 0;
  }

  .faq_type h2,
  .faq_links-title {
    font-size: 20px;
  }

  .faq_type-i-title,
  .faq_links-block a {
    font-size: 18px;
  }

  .faq_links-title {
    margin-bottom: 24px;
  }

  .faq_links-wrapper {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .faq {
    padding: 72px 24px 24px 24px;
  }

  .faq+.custom.products-slider {
    padding: 0 24px;
  }
}

@media (max-width: 300px) {
  .faq_type-i-title {
    word-break: break-word;
  }
}

@media (hover:hover) {
  .faq_type-i-text a:hover {
    color: rgba(0, 0, 0, 0.5);
  }

  .faq_links-block a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
  }
}


.faq *:not(.info-sidebar-title, h1) {
	text-transform: initial !important;
	font-family: Mulish !important;
}

.faq_header h1 {
  font-weight: 300;
}