.faq {
  display: flex;
}
.faq__item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  box-shadow: 0px 5px 20px 0px #525a662b;
  box-shadow: 0px 2px 6px 0px rgba(174, 174, 192, 0.35), 0px 4px 12px 2px rgba(174, 174, 192, 0.35);
  border-radius: 6px;
  background: #f5f5f5;
  margin-bottom: 12px;
}
.faq__item.active {
  background: #fff;
}
.faq__item.active > .faq__question {
  color: #141414;
}
.faq__item.active > .faq__question::after {
  background: url(images/minus-ng.svg) no-repeat center center;
  background-size: 22px;
  transform: rotate(0);
}
.faq__item.active > .faq__answer {
  padding: 6px 18px 18px 48px;
  height: unset;
  font-family: "GTE-light";
  align-items: start;
  align-content: start;
  display: flex;
  flex-wrap: wrap;
}
.faq__item.active > .faq__answer .link {
  width: 100%;
  font-family: "GTE-light";
  margin-bottom: 12px;
}
@media (max-width: 800px) {
  .faq__item.active > .faq__answer {
    padding: 12px;
  }
}
.faq__question {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 18px 18px 18px 48px;
  font-size: 18px;
  line-height: 26px;
  color: #2362a9;
  font-family: "GTE-regular";
  cursor: pointer;
}
.faq__question::after {
  content: "";
  display: inline-flex;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: url(images/close-v2-b.svg) no-repeat center center;
  background-size: 20px;
  transform: rotate(45deg);
  position: absolute;
  left: 10px;
  transition: transform 0.2s;
}
.faq__answer {
  height: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: start;
}
.faq__answer__title {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 26px;
}
.faq__answer__subtitle {
  display: inline-flex;
  width: 60px;
  margin-bottom: 6px;
  padding-bottom: 6px;
  font-family: "GTE-light";
  color: #7a7a7a;
  font-size: 18px;
}
.faq_v2 .faq__item {
  box-shadow: none;
  border: 2px solid #eaf0f6;
  background: #eaf0f6;
}
.faq_v2 .faq__item.active {
  background: #fff;
}
@media (max-width: 800px) {
  .faq_side-expand {
    flex-wrap: wrap;
  }
}
.faq_side-expand .faq__list {
  width: 40%;
}
@media (max-width: 800px) {
  .faq_side-expand .faq__list {
    width: 100%;
  }
}
.faq_side-expand .faq__list-preview {
  width: 60%;
  padding: 24px;
  background-color: #fff;
  border: 2px solid #f2f5f8;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media (max-width: 800px) {
  .faq_side-expand .faq__list-preview {
    display: none;
  }
}
.faq_side-expand .faq__list-preview .faq__answer {
  height: unset;
}
.faq_side-expand .faq__list-preview .link {
  width: 100%;
  font-family: "GTE-light";
  margin-bottom: 12px;
}
.faq_side-expand .faq__document-group-wr {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 2px solid #f3f6f8;
  margin-bottom: 18px;
}
.faq_side-expand .faq__document-group-wr:last-child {
  border-bottom: none;
}
.faq_side-expand .faq__document-group {
  display: inline-flex;
  flex-wrap: wrap;
  width: calc(100% - 70px);
}
.faq_side-expand .faq__item {
  border: none;
  width: 96%;
  border: 2px solid #eaf0f6;
}
@media (max-width: 800px) {
  .faq_side-expand .faq__item {
    width: 100%;
  }
}
.faq_side-expand .faq__item.active {
  width: 100%;
  width: calc(100% + 2px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 2px solid #f2f5f8;
  border-right: 0px solid #fff;
}
@media (max-width: 800px) {
  .faq_side-expand .faq__item.active {
    margin-left: unset;
    border: 2px solid #e2e7ee;
    border-radius: 6px;
  }
}
.faq_side-expand .faq__item.active .faq__question {
  color: #7a7a7a;
}
.faq_side-expand .faq__item.active .faq__answer {
  display: none;
}
@media (max-width: 800px) {
  .faq_side-expand .faq__item.active .faq__answer {
    display: flex;
  }
}
.faq_side-expand .faq__question {
  border: none;
}
@media (max-width: 800px) {
  .faq_side-expand .faq__answer__title {
    display: none;
  }
}

.faq-inner p {
  font-family: "GTE-light";
}
.faq-inner a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #2362a9;
  cursor: pointer;
  transition: 0.1s;
  position: relative;
}



/*RS*/
/*[data-comp="finreports"] .faq__item .faq__answer .faq__document-group-wr:not([class~="active"]), */
/*skeleton-cont lazy active .faq__document-group-wr:not([class~="active"]),*/
/*[data-comp="finreports"] .faq__answer a.link_document:not([class~="active"]) {*/
  /*display: none;*/
/*}*/


[data-comp="finreports"] .faq__item .faq__answer .faq__document-group-wr:not([class~="active"]), 
[data-comp="finreports"] .faq__list-preview .button-cont
{
  display: none;
}