.p-faq-head {
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .p-faq-head {
    padding-bottom: 90px;
  }
}
.p-faq-head__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 40px;
}
@media screen and (max-width: 768px) {
  .p-faq-head__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 18px 6%;
    max-width: 420px;
    margin: 0 auto;
  }
}
.p-faq-head__item {
  max-width: 205px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-faq-head__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 47%;
            flex: 0 47%;
  }
}
.p-faq-head__btn {
  display: block;
  max-width: 205px;
  width: 100%;
  font-size: 18px;
  text-align: center;
  color: #7E88B7;
  background-color: #fff;
  border: 1px solid #7E88B7;
  border-radius: 40px;
  padding: 8px;
  -webkit-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-faq-head__btn {
    font-size: 16px;
  }
}
.p-faq-head__btn:hover {
  opacity: 0.7;
}
.p-faq-head__btn.is-active {
  color: #fff;
  background-color: #7E88B7;
  pointer-events: none;
}

.p-faq-body {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-faq-body {
    padding-bottom: 20px;
  }
}
.p-faq-body__content {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-faq-body__content {
    margin-bottom: 60px;
  }
}
.p-faq-body__title {
  position: relative;
  font-size: 22px;
  color: #7E88B7;
  padding-left: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-faq-body__title {
    font-size: 18px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
}
.p-faq-body__title::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 12px;
  width: 7px;
  height: 7px;
  background: currentColor;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-faq-body__title::before {
    top: 9px;
    left: 0;
  }
}
.p-faq-body__item {
  position: relative;
  border-bottom: 1px solid #535353;
}
.p-faq-body__item:first-of-type {
  border-top: 1px solid #535353;
}
.p-faq-body__item-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 30px 16px 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .p-faq-body__item-head:hover {
    opacity: 0.7;
  }
}
.p-faq-body__item-head::before, .p-faq-body__item-head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background-color: #535353;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-faq-body__item-head:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.p-faq-body__item-head.is-open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.p-faq-body__item-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
}
@media screen and (max-width: 768px) {
  .p-faq-body__item-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
  }
}
.p-faq-body__item-icon-q, .p-faq-body__item-icon-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  background: rgba(126, 136, 183, 0.8);
  border: 1px solid #7E88B7;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-faq-body__item-icon-q, .p-faq-body__item-icon-a {
    height: 32px;
    font-size: 15px;
  }
}
.p-faq-body__item-icon-a {
  color: #7E88B7;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-faq-body__item-icon-a {
    font-size: 16px;
  }
}
.p-faq-body__item-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: #7E88B7;
  padding: 2px 0 0 10px;
}
@media screen and (max-width: 768px) {
  .p-faq-body__item-title {
    font-size: 16px;
  }
}
.p-faq-body__item-body {
  display: none;
}
.p-faq-body__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px 36px 0;
}
@media screen and (max-width: 768px) {
  .p-faq-body__item-wrap {
    padding: 0 30px 20px 0;
  }
}
.p-faq-body__item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.025em;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-faq-body__item-text {
    font-size: 16px;
    padding: 1px 0 0 10px;
  }
}