.faq {
  padding: 10rem 0;
  background-color: #fafafa;
  border-radius: 5rem
}
.faq_service {
  background-color: #fff
}
.faq_service .faq__item {
  background-color: #fafafa
}
.faq_service .faq__item-arrow {
  background-color: #fff
}
.faq__title {
  margin-bottom: 3.6rem
}
.faq__item {
  background-color: #fff;
  border-radius: 1.6rem
}
.faq__item_active .faq__item-arrow {
  background-color: #1e5d9d
}
.faq__item_active .faq__item-arrow::before {
  background-color: #fff
}
.faq__item_active .faq__item-arrow::after {
  content: none
}
.faq__item:not(:last-child) {
  margin-bottom: 1rem
}
.faq__item-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  cursor: pointer
}
.faq__item-title {
  width: 90%;
  font-size: 1.8rem;
  font-weight: 600
}
.faq__item-arrow {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #f1f8fd;
  cursor: pointer;
  position: relative;
  transition: .25s
}
.faq__item-arrow:after,
.faq__item-arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #1e5d9d;
  transition: background-color .25s
}
.faq__item-arrow:before {
  width: 1.6rem;
  height: .2rem
}
.faq__item-arrow::after {
  width: .2rem;
  height: 1.6rem
}
.faq__item-dropdown {
  display: none;
  padding: 0 12rem 2rem 3.2rem;
  font-size: 1.6rem;
  line-height: 1.625
}
.faq__item-dropdown a {
  text-decoration: underline;
}
.faq__item-dropdown p:not(:last-child) {
  margin-bottom: 2rem
}
.faq_other {
  background: 0 0
}
.faq_other .faq__item {
  background-color: #fafafa
}
@media (max-width:48em) {
  .faq {
    margin: 0 3rem;
    padding: 4rem 0;
    border-radius: 3.2rem
  }
  .faq_service {
    margin: 0;
    padding-bottom: 12rem
  }
  .faq__title {
    margin-bottom: 4rem
  }
  .faq__item {
    border-radius: 3.2rem
  }
  .faq__item:not(:last-child) {
    margin-bottom: 2rem
  }
  .faq__item-heading {
    padding: 4.2rem 4rem 3.8rem
  }
  .faq__item-title {
    width: 77%;
    font-size: 3.2rem;
    line-height: 1.25
  }
  .faq__item-arrow {
    width: 8rem;
    height: 8rem
  }
  .faq__item-arrow:before {
    width: 2.6rem;
    height: .4rem
  }
  .faq__item-arrow::after {
    width: .4rem;
    height: 2.6rem
  }
  .faq__item-dropdown {
    padding: .4rem 4rem 4rem;
    font-size: 2.8rem;
    line-height: 1.21
  }
  .faq_other {
    margin: 0;
    padding-bottom: 12rem
  }
}