

/* Start:/local/templates/legion/components/bitrix/news.list/faq/style.css?17448676843610*/
.faq-accordion {
  width: 100%;
  max-width: 1070px;
}

.faq-section {
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(244, 247, 249, 1);
}

.faq-title {
  padding: 30px;
  cursor: pointer;
  position: relative;
  color: rgba(0, 0, 0, 1);
  font-family: Verdana;
  font-weight: 400;
  font-size: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-title .toggle-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(0, 89, 156, 1);  
  position: relative;
  flex-shrink: 0;
}

.faq-title .toggle-icon::before,
.faq-title .toggle-icon::after {
  content: '';
  position: absolute;
  transition: all 0.3s ease;
}

.faq-title .toggle-icon::before {
  width: 14px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 89, 156, 1);  
}

.faq-title .toggle-icon::after {
  width: 2px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 89, 156, 1);
}

.faq-title.active .toggle-icon::after {
  opacity: 0;
}

.faq-items {
  display: none;
  padding: 0px 30px;
}

.faq-item {
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.faq-question {
  cursor: pointer;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.faq-question .toggle-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(0, 89, 156, 1);
  position: relative;
  flex-shrink: 0;
}

.faq-question .toggle-icon::before,
.faq-question .toggle-icon::after {
  content: '';
  position: absolute;
background: rgba(0, 89, 156, 1);
  transition: all 0.3s ease;
}

.faq-question .toggle-icon::before {
  width: 14px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-question .toggle-icon::after {
  width: 2px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-question.active .toggle-icon {
    background: rgba(0, 89, 156, 1);
}

.faq-question.active .toggle-icon::before {
    background: none;
}

.faq-question.active .toggle-icon::after {
  opacity: 0;
}

.faq-answer {
  display: none;
  padding-top: 20px;
  color: rgba(166, 170, 179, 1);
  font-family: Verdana;
  font-weight: 400;
  font-size: 16px;
}

.faq-answer p,
.faq-answer li {
  color: rgba(166, 170, 179, 1);
font-size: 16px;
}

.faq-answer ul {
  list-style: disc;
  padding-left: 2rem;
	
}

.faq-question .num {
  font-family: Verdana;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(0, 89, 156, 1);
}

/* Убираем + / - */
.faq-question .toggle-icon::before,
.faq-question .toggle-icon::after {
  content: none;
}

/* Добавляем "птичку" (стрелку) */
.faq-question .toggle-icon::after {
  content: '';
  top: calc(50% - 5px);
  left: calc(50% - 4px);
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(0, 89, 156, 1);
  border-bottom: 2px solid rgba(0, 89, 156, 1);
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  position: absolute;
  background: none;
}

/* Поворот вверх при открытии */
.faq-question.active .toggle-icon::after {
  transform: rotate(-135deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  background: none;
  opacity: 1;
}

.question-name {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media(max-width: 460px) {
  .faq-question {
    font-size: 16px;
  }
}
/* End */
/* /local/templates/legion/components/bitrix/news.list/faq/style.css?17448676843610 */
