

/* Start:/local/templates/.default/components/bitrix/news/faq/bitrix/news.list/.default/style.css?17881538653832*/
.faq-warp {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .faq-warp {
    margin-bottom: 50px;
  }
}
.faq-warp .termin {
  --header-color: #798DA2;
  padding: 18.5px 20px;
  background: #fff;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.05);
  border-radius: var(--border-radius, 4px);
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.faq-warp .termin .termin-warp {
  margin: 0;
  padding: 0;
}
.faq-warp .termin .termin-warp .termin-question {
  color: var(--header-color);
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
  font-style: italic;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}
.faq-warp .termin .termin-warp .termin-question::before {
  content: 'Q:';
  display: inline;
  float: left;
  opacity: 0.5;
  font-weight: bolder;
  margin-right: 10px;
}
.faq-warp .termin .termin-warp .termin-question .termin-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.faq-warp .termin .termin-warp .termin-question .termin-header .termin-title {
  color: var(--header-color);
  margin: 0;
  font-size: 16px;
  line-height: 21px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  pointer-events: none;
}
.faq-warp .termin .termin-warp .termin-question .termin-header .termin-btn-link {
  color: var(--header-color);
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: small;
  visibility: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  pointer-events: auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
@media (max-width: 992px), (pointer: coarse) {
  .faq-warp .termin .termin-warp .termin-question .termin-header .termin-btn-link {
    visibility: visible;
    opacity: 0.8;
  }
}
@media (hover: hover) and (pointer: fine) {
  .faq-warp .termin .termin-warp .termin-question .termin-header:hover .termin-btn-link {
    visibility: visible;
  }
}
.faq-warp .termin .termin-warp .termin-question .termin-preview {
  font-size: 80%;
  font-weight: 400;
  padding: 0;
}
.faq-warp .termin .termin-warp .termin-question.open {
  padding: 0 0 10px 0;
  -webkit-box-shadow: 0 5px 10px -10px;
          box-shadow: 0 5px 10px -10px;
}
.faq-warp .termin .termin-warp .termin-question.open + .termin-answer {
  opacity: 1;
  display: block;
  visibility: visible;
}
.faq-warp .termin .termin-warp .termin-answer {
  color: #393939;
  font-size: 14px;
  line-height: 21px;
  font-weight: normal;
  margin: 10px 0;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.faq-warp .termin .termin-warp .termin-answer::before {
  content: 'A:';
  display: inline;
  float: left;
  opacity: 0.5;
  font-weight: bolder;
  margin-right: 10px;
}
.faq-warp .termin .question-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.faq-warp .termin .question-info .faq-rating .ilike-light .bx-ilike-right {
  background-position: 0 -38px;
}
.faq-warp .termin .question-info .faq-rating .faq-rating .ilike-light .bx-you-like .bx-ilike-right {
  background-position: 0 -18px;
}

/* End */
/* /local/templates/.default/components/bitrix/news/faq/bitrix/news.list/.default/style.css?17881538653832 */
