/* Для блоков t004 */
.t004 ul,
.t004 ol {
    list-style-type: disc !important;
    padding-left: 1.5em !important;
}

/* Для блоков t120 */
.t120 ul,
.t120 ol {
    list-style-type: disc !important;
    padding-left: 1.5em !important;
}



.t123 .tx16n2-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
}

.t123 .tx16n2-accordion {
  max-width: 800px;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.t123 .accordion-item {
  display: block;
  border-bottom: 1px solid #e1e5e9;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.t123 .accordion-item:last-child {
  border-bottom: none;
}

.t123 .accordion-header {
  padding: 20px 24px 20px 24px;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
  position: relative;
  z-index: 2;
}

.t123 .accordion-header::after {
  content: '+';
  font-size: 24px;
  font-weight: 300;
  color: #666;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  flex-shrink: 0;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.t123 .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fafbfc;
}

.t123 .accordion-content > div {
  padding: 0;
}

.t123 .answer-text {
  padding: 24px 24px 24px 48px;
  color: #4a5568;
  line-height: 1.7;
  font-size: 16px;
}

/* Открытие контента */
.t123 .tx16n2-accordion #__acc1:checked ~ label[for="__acc1"] .accordion-content,
.t123 .tx16n2-accordion #__acc2:checked ~ label[for="__acc2"] .accordion-content,
.t123 .tx16n2-accordion #__acc3:checked ~ label[for="__acc3"] .accordion-content,
.t123 .tx16n2-accordion #__acc4:checked ~ label[for="__acc4"] .accordion-content,
.t123 .tx16n2-accordion #__acc5:checked ~ label[for="__acc5"] .accordion-content,
.t123 .tx16n2-accordion #__acc6:checked ~ label[for="__acc6"] .accordion-content,
.t123 .tx16n2-accordion #__acc7:checked ~ label[for="__acc7"] .accordion-content,
.t123 .tx16n2-accordion #__acc8:checked ~ label[for="__acc8"] .accordion-content,
.t123 .tx16n2-accordion #__acc9:checked ~ label[for="__acc9"] .accordion-content,
.t123 .tx16n2-accordion #__acc10:checked ~ label[for="__acc10"] .accordion-content {
  max-height: 500px !important;
}

/* Поворот иконки */
.t123 .tx16n2-accordion #__acc1:checked ~ label[for="__acc1"] .accordion-header::after,
.t123 .tx16n2-accordion #__acc2:checked ~ label[for="__acc2"] .accordion-header::after,
.t123 .tx16n2-accordion #__acc3:checked ~ label[for="__acc3"] .accordion-header::after,
.t123 .tx16n2-accordion #__acc4:checked ~ label[for="__acc4"] .accordion-header::after,
.t123 .tx16n2-accordion #__acc5:checked ~ label[for="__acc5"] .accordion-header::after,
.t123 .tx16n2-accordion #__acc6:checked ~ label[for="__acc6"] .accordion-header::after,
.t123 .tx16n2-accordion #__acc7:checked ~ label[for="__acc7"] .accordion-header::after,
.t123 .tx16n2-accordion #__acc8:checked ~ label[for="__acc8"] .accordion-header::after,
.t123 .tx16n2-accordion #__acc9:checked ~ label[for="__acc9"] .accordion-header::after,
.t123 .tx16n2-accordion #__acc10:checked ~ label[for="__acc10"] .accordion-header::after {
  transform: rotate(45deg) !important;
}

@media (max-width: 768px) {
  .tx16n2-accordion { padding: 0 16px; }
  .accordion-header { 
    font-size: 16px; 
    padding: 18px 20px 18px 20px; 
  }
  .answer-text { 
    font-size: 15px; 
    padding: 20px 20px 20px 44px;
  }
}

@media (max-width: 480px) {
  .tx16n2-accordion { padding: 0 12px; }
  .accordion-header { 
    padding: 16px 16px 16px 16px; 
    font-size: 15px; 
  }
  .answer-text { 
    padding: 16px 16px 16px 36px;
    font-size: 14px; 
  }
}

