.faqpage {
  padding: 0 0 120px;
}
@media (max-width: 1170px) {
  .faqpage {
    padding: 0 0 80px;
  }
}
.faqpage .search {
  margin: 0 auto 80px;
  max-width: 1170px;
  width: 100%;
}
@media (max-width: 1170px) {
  .faqpage .search {
    margin: 0 auto 40px;
    width: calc(100% - 40px);
  }
}
.faqpage .search input {
  background: url("/usertpl/i/faq-search.svg") no-repeat 70px center #F4F7FB;
  width: calc(100% - 213px);
  padding: 15px 15px 15px 104px;
  line-height: 20px;
}
@media (max-width: 1170px) {
  .faqpage .search input {
    width: 100%;
    background-position: 33px center;
    padding: 15px 15px 15px 67px;
  }
}
.faqpage .search .btn3 {
  width: 188px;
}
@media (max-width: 1170px) {
  .faqpage .search .btn3 {
    display: none;
  }
}
.faqpage .search .results {
  width: 100%;
}
@media (max-width: 1170px) {
  .faqpage .search .results .faq-section {
    margin: 0 auto 15px;
    width: 100%;
  }
}
.faqpage .search .results .faq-section .faq-item .share {
  display: none;
}
.faq-section {
  margin: 0 auto 20px;
  max-width: 1170px;
  width: 100%;
}
@media (max-width: 1170px) {
  .faq-section {
    margin: 0 auto 15px;
    width: calc(100% - 40px);
  }
}
.faq-section:hover .head {
  background: #eaf8ff;
}
.faq-section:hover .head .count {
  color: #373B3E;
}
.faq-section.opened .head {
  background: #eaf8ff;
}
.faq-section.opened .head .count {
  color: #373B3E;
}
.faq-section.opened .list {
  display: block;
}
.faq-section .head {
  background: #FCFDFE;
  padding: 39px 58px 39px 70px;
  cursor: pointer;
  transition: 0.2s;
  display: flex;
}
@media (max-width: 1170px) {
  .faq-section .head {
    padding: 25px;
    justify-content: center;
  }
}
.faq-section .head .title {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.03em;
}
@media (max-width: 1170px) {
  .faq-section .head .title {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 15px;
  }
}
.faq-section .head .count {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  transition: 0.2s;
}
@media (max-width: 1170px) {
  .faq-section .head .count {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #BFBFBF;
  }
}
.faq-section .list {
  display: none;
}
.faq-item {
  border-bottom: 2px solid #C2D7E1;
  padding: 32px 100px;
  position: relative;
}
@media (max-width: 1170px) {
  .faq-item {
    padding: 15px 0;
  }
}
.faq-item.opened .control {
  background-image: url("/usertpl/i/faq-item-control-close.svg");
}
.faq-item.opened .answer {
  display: block;
}
.faq-item .control {
  border-radius: 50%;
  position: absolute;
  width: 54px;
  height: 54px;
  background: url("/usertpl/i/faq-item-control-open.svg") no-repeat center #1E4E9D;
  top: 25px;
  right: 60px;
  cursor: pointer;
}
@media (max-width: 1170px) {
  .faq-item .control {
    top: 20px;
    right: 0;
    width: 30px;
    height: 30px;
    background-size: 13px;
  }
}
.faq-item .quest {
  font-weight: 500;
  font-size: 21px;
  line-height: 39px;
  color: #0B2847;
  padding: 0 140px 0 0;
}
@media (max-width: 1170px) {
  .faq-item .quest {
    font-size: 12px;
    padding: 10px 40px 10px 0;
    line-height: 20px;
  }
}
.faq-item .answer {
  margin: 40px 0 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  display: none;
}
@media (max-width: 1170px) {
  .faq-item .answer {
    font-size: 10px;
    line-height: 18px;
  }
}
.faq-item .share .label {
  background: url("/usertpl/i/faq-share-label.svg") no-repeat left center;
  padding-left: 35px;
  color: #808080;
  margin: 0 25px 0 0;
  height: 42px;
  line-height: 42px;
}
.faq-item .share .btns {
  background: #eaf8ff;
  height: 42px;
  padding: 9px 14px;
  position: relative;
}
.faq-item .share .btns::before {
  content: '';
  display: block;
  background: url("/usertpl/i/faq-share-btns.svg");
  width: 13px;
  height: 13px;
  left: -11px;
  top: 15px;
  position: absolute;
}
.faq-btn-recall {
  width: 240px;
  margin: 80px auto 0;
}
@media (max-width: 1170px) {
  .faq-btn-recall {
    margin: 40px auto 0;
    width: calc(100% - 40px);
  }
}
