

/* Start:/faq/faq.css?17754613412913*/
.faq-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 80px;
}

.faq-head-content {
  background: linear-gradient(0deg, #fb3453 0%, #fb3453 100%);
  border-radius: 15px;
  padding: 50px 60px;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-head-content.mob {
  display: none;
}

.faq-head__question {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.faq-head__writeus {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.faq-head__send {
  color: var(--main-black);
  font-size: 20px;
  font-weight: 600;
  padding: 20px 80px;
  background-color: #fff;
  border-radius: 15px;
}

.faq-item__title-links {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-bottom: 70px;
}
.faq-item__title {
  color: #c9c8c8;
  font-size: 23px;
  font-weight: 500;
}

.faq-item__title.active {
  color: var(--main-black);
}

.faq-subtitle {
  color: #232323;
  font-size: 23px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 40px;
}

.faq-content {
  max-width: 810px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-content.tab-content.active {
  display: flex;
}

.faq-item {
  border-radius: 20px;
  background: #fafafa;
  padding: 20px 25px;
}
.faq-item-title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.faq-item.active .faq-item-title {
  margin-bottom: 20px;
}

.faq-title-text {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

.faq-answer {
  border-radius: 20px;
  padding-right: 50px;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

.faq-arrow {
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  border-top: 2px solid var(--main-black);
  border-left: 2px solid var(--main-black);
  rotate: -135deg;
  transition: all 0.3s ease-in-out;
}

.faq-item.active .faq-arrow {
  rotate: 45deg;
}

@media (max-width: 880px) {
  .faq-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .faq-head-content {
    display: none;
    flex-direction: column;
    padding: 15px 25px;
    align-items: start;
    margin-bottom: 30px;
  }
  .faq-head-content.mob {
    display: flex;
  }

  .faq-head__question {
    font-size: 18px;
  }

  .faq-head__writeus {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .faq-head__send {
    font-size: 14px;
    padding: 15px 50px;
  }

  .faq-subtitle {
    margin-bottom: 25px;
    font-size: 16px;
  }

  .faq-item__title {
    font-size: 16px;
    flex-shrink: 0;
  }

  .faq-item__title-links {
    margin-bottom: 25px;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: start;
    scrollbar-width: none;
  }
  .faq-item__title-links::-webkit-scrollbar {
    display: none;
  }
  .faq-title-text,
  .faq-answer {
    font-size: 14px;
    padding: 0;
  }
}

/* End */
/* /faq/faq.css?17754613412913 */
