

/* Start:/local/templates/main_composite_adaptive/components/bitrix/news.list/faq/style.css?17175766241995*/
.faq_section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin: 100px 0;
}

.faq_filter {
  width: 25%;
  position: sticky;
  top: 50px;
}
.faq_filter>button {
  text-align: left;
  display: block;
  margin-bottom: 20px;
  
}
.faq_filter>button>span {
  background-color: #fff;
  color: #c79138;
}

.faq_filter>button.active_faq_section>span, .faq_filter>button:hover>span {
  background-color: #c79138;
  color: #fff;
}

.faq_body {
  width: 70%;
}

.faq_item {
  padding-top: 15px;
  border-top: 1px solid #eee;
  margin-bottom: 60px;
  overflow: hidden;
}
.faq_item:last-child {
  margin-bottom: 0;
}


.fi_header {
  font-size: 24px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #c5766b;
  margin-bottom: 10px;
  margin-top: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
}
.fi_header>span {
  width: 80%;
}
.fi_header>img {padding-top: 10px;}
.faq_item_active .fi_header>img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  padding-bottom: 10px;
}
.fi_body {
  margin-top: 30px;
  margin-left: 34.5%;
  display: none;
}

@media (max-width: 1023px) {
  .faq_section {margin: 50px 0;}
  .fi_header {font-size: 20px;}
  .fi_header>span {width: 90%;}
  .fi_body {margin-left: 0;}
  .faq_filter>button>span {
    font-size: 20px;
    padding: 6px 10px;
  }
}

@media (max-width: 767px) {
  .faq_section {display: block;}
  .faq_filter {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    position: static;
  }
  .faq_filter>button {
    width: auto;
    margin-bottom: 0;
  }
  .faq_body {width: 100%; }
  .fi_body {margin-top: 10px;}
  .faq_item {margin-bottom: 30px;}
  .faq_filter>button>span {padding: 0 10px;}
}

@media (max-width: 479px) {
  .fi_header {font-size: 20px;}
  .fi_body {font-size: 14px;}
}
/* End */
/* /local/templates/main_composite_adaptive/components/bitrix/news.list/faq/style.css?17175766241995 */
