

/* Start:/local/templates/default/components/bitrix/news.list/redesign/style.css?17891217143588*/
/* ===== Content layout ===== */
/* Контентная область 1480px */

/* ===== Аккардион ===== */
.faq__accordion {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--container-gap);
}

.faq__accordion-header {
  background-color: var(--background-light);
  padding: calc((100vw - 960px) / (1920 - 960) * (25 - 10) + 10px)
    calc((100vw - 960px) / (1920 - 960) * (30 - 15) + 15px);
  cursor: pointer;

  border-radius: 5px;
  border: 1px solid var(--brand-blue);

  font-size: var(--font-size-text-detail-card);
  font-weight: var(--font-weight-text-detail-card);

  display: flex;
  align-items: center;
  justify-content: space-between;

  transition:
    background-color 0.3s ease,
    border-radius 0.3s ease;
}

.faq__icon {
  width: calc((100vw - 960px) / (1920 - 960) * (24 - 12) + 12px);
  height: calc((100vw - 960px) / (1920 - 960) * (24 - 12) + 12px);
  flex-shrink: 0;

  background-image: url("/local/templates/default/icons/angle_down_icon-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  transition: transform 0.3s ease;
}

.faq__accordion-header.active .faq__icon {
  background-image: url("/local/templates/default/icons/angle_down_icon-up.svg");
}

.faq__accordion-content {
  max-height: 0;
  overflow: hidden;

  background-color: var(--background-medium);
  border-radius: 0 0 5px 5px;

  transition: max-height 0.3s ease;
}

.faq__accordion-body {
  padding: calc((100vw - 960px) / (1920 - 960) * (25 - 10) + 10px)
    calc((100vw - 960px) / (1920 - 960) * (30 - 15) + 15px);

  font-size: var(--font-size-body);
  font-weight: var(--font-weight-body);
  line-height: 1.4;
}

.faq__accordion-content.open {
  /* Обводка только по 3 сторонам: слева, справа, снизу */
  border-top: 1px solid var(--brand-orange);
  border-left: 1px solid var(--brand-orange);
  border-right: 1px solid var(--brand-orange);
  border-bottom: 1px solid var(--brand-orange);
}

.faq__accordion-header.active {
  border-radius: 5px 5px 0 0;

  border-bottom: none;
}

/* тело ответа */
.faq__accordion-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* подзаголовки внутри ответа */
.faq__accordion-subtitle {
  margin-top: calc(
    (100vw - 960px) / (1920 - 960) * (20 - 10) + 10px
  ); /* пустая строка сверху */
}

/* списки внутри ответа */
.faq__accordion-list {
  margin: 0;
  padding-left: calc((100vw - 960px) / (1920 - 960) * (20 - 10) + 10px);
}

/* расстояние между пунктами */
.faq__accordion-list li {
  line-height: 1.4;
  margin-bottom: 8px;
}

.cta .cta-inner {
  border-radius: var(--border-radius);
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: calc((100vw - 960px) / (1920 - 960) * (40 - 20) + 20px)
    calc((100vw - 960px) / (1920 - 960) * (20 - 10) + 10px);

  background-color: var(--background-medium);
}

.cta .cta-inner .cta-content .page-text {
  display: flex;
  flex-direction: column;
  gap: var(--font-size-body);
}

.cta .cta-inner .cta-content .page-text h3 {
  font-size: var(--font-size-detail-card);
  font-weight: var(--font-weight-detail-card);
  color: var(--font-color-accent-blue);
}

@media screen and (max-width: 640px) {
  .faq__accordion {
    grid-template-columns: 1fr;
  }

  .cta-action .button {
    text-wrap: nowrap;
  }
}

@media screen and (max-width: 460px) {
  .faq__accordion-header {
    padding: 5px 10px;
  }
}

/* End */


/* Start:/local/templates/default/components/redcat/callback.form/default/style.css?1789121714229*/
#cf_pop_form__feedback{
    display: none;
}
.cf_pop_form_feedback-active{
    display: block !important;
    width: 100%;
    text-align: center;
    color: red;
    font-weight: bold;
}
.cf_pop_form-none{
    display: none;
}


/* End */
/* /local/templates/default/components/bitrix/news.list/redesign/style.css?17891217143588 */
/* /local/templates/default/components/redcat/callback.form/default/style.css?1789121714229 */
