

/* Start:/local/templates/.default/components/bitrix/news.list/faq/style.css?17761868021865*/
  .faq-container {
    width: 100%;
    max-width: 1760px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .faq-section {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    box-sizing: border-box;
  }

  .faq-item {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    width: 100%;
  }

  .faq-question {
    cursor: pointer;
    padding: 15px 0;
    font-size: 26px;
    font-weight: 600;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s;
    width: 100%;
    margin: 0;
  }

  .faq-question:hover {
    color: #007bff;
  }

  .faq-question::after {
    content: '+';
    font-size: 24px;
    font-weight: bold;
    color: #007bff;
    min-width: 25px;
    text-align: center;
  }

  .faq-answer {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, margin 0.3s;
    line-height: 1.6;
    color: #555;
    width: 100%;
  }

  .faq-answer p {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .faq-answer ul {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 20px;
    width: 100%;
    box-sizing: border-box;
    list-style-type: unset;
  }

  .faq-answer li {
    margin-bottom: 5px;
  }

  .faq-item.active .faq-question::after {
    content: '−';
  }

  .faq-item.active .faq-answer {
    max-height: 500px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  /* Адаптивность для мобильных устройств */
  @media (max-width: 768px) {
    .faq-container {
      padding: 0 15px;
    }

    .faq-section {
      padding: 15px 0;
    }

    .faq-question {
      font-size: 16px;
      padding: 12px 0;
    }

    .faq-question::after {
      font-size: 20px;
    }
  }
/* End */
/* /local/templates/.default/components/bitrix/news.list/faq/style.css?17761868021865 */
