.i_faq_items {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #d7d7d7;
}
.i_faq_items .i_faq_items_title {
  font-weight: normal;
  font-family: 'adihaus_b';
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 649px) {
  .i_faq_items .i_faq_items_title {
    font-size: 22px;
  }
}
.i_faq_items .i_sections {
  margin: 20px 0 30px;
  display: grid;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  justify-content: flex-start;
}
@media screen and (min-width: 421px) {
  .i_faq_items .i_sections {
    grid-template-columns: repeat(auto-fill, minmax(151px, 1fr));
  }
}
@media screen and (max-width: 420px) {
  .i_faq_items .i_sections {
    grid-template-columns: repeat(auto-fill, minmax(139px, 1fr));
  }
}
.i_faq_items .i_section_anchor {
  text-align: center;
  padding: 20px 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #f2f3f3;
}
.i_faq_items .i_section_anchor svg {
  width: 30px;
  height: 30px;
}
.i_faq_items .i_section_anchor.active {
  background-color: #a61432;
  color: #fff;
}
.i_faq_items .i_section_anchor.active svg {
  fill: #fff;
}
.i_faq_items .i_section_anchor:not(.active) svg {
  fill: #a61432;
}
.i_faq_items .i_faq_sections_name {
  font-weight: normal;
  font-family: 'adihaus_b';
  font-size: 14px;
  margin: 10px 0;
  display: flex;
  align-items: flex-start;
}
.i_faq_items .i_faq_answer_name {
  font-weight: normal;
  font-family: 'adihaus_b';
  font-size: 21px;
  text-transform: uppercase;
  display: flex;
  align-items: flex-start;
  margin: 25px 0;
}
.i_faq_items .i_faq_answer_name svg {
  width: 30px;
  height: 30px;
  fill: #a61432;
  margin-right: 10px;
}
.i_faq_items .i_faq_answer_name .i_sec_name {
  margin-top: 5px;
}
.i_faq_items .i_answer_block {
  margin-bottom: 40px;
}
.i_faq_items .i_faq_item {
  display: flex;
  margin-bottom: 10px;
  border-radius: 5px;
}
.i_faq_items .i_faq_item_block {
  flex: 1;
}
.i_faq_items .i_faq_answer_block {
  padding: 20px;
  margin-top: 10px;
  border-radius: 5px;
  display: none;
}
.i_faq_items .i_item_count {
  margin-right: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 16px;
  background-color: #1e1e1d;
  color: #fff;
}
.i_faq_items .i_faq_question {
  background-color: #f2f3f3;
  padding: 20px;
  font-weight: normal;
  font-family: 'adihaus_b';
  font-size: 16px;
  padding-right: 45px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 560px) {
  .i_faq_items .i_faq_question {
    font-size: 14px;
  }
}
.i_faq_items .i_faq_question:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 20px;
  width: 18px;
  height: 18px;
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/arrow/d_filter.svg") no-repeat center/10px;
  transition: all 0.4s ease;
}
.i_faq_items .i_faq_question.active {
  background-color: #e6e6e6;
}
.i_faq_items .i_faq_question.active:after {
  transform: rotate(180deg);
}
.i_faq_items .i_faq_answer_title {
  font-weight: normal;
  font-family: 'adihaus_b';
  font-size: 14px;
}
.i_faq_items iframe {
  width: 100%;
  height: 490px;
  margin-top: 20px;
}
@media screen and (max-width: 979px) {
  .i_faq_items .i_faq_item {
    border-radius: 0;
  }
}
@media screen and (max-width: 759px) {
  .i_faq_items .i_faq_item {
    flex-direction: column;
  }
  .i_faq_items .i_item_count {
    margin: 0 auto 20px;
  }
  .i_faq_items iframe {
    height: 300px;
  }
}
@media screen and (max-width: 479px) {
  .i_faq_items .i_faq_answer_block {
    border-radius: 0;
  }
}
