.n-container {
  max-width: 287px;
  margin: 0 auto;
}
@media screen and (min-width: 390px) {
  .n-container {
    max-width: 358px;
  }
}
@media screen and (min-width: 768px) {
  .n-container {
    max-width: 735px;
  }
}
@media screen and (min-width: 1280px) {
  .n-container {
    max-width: 1160px;
  }
}
@media screen and (min-width: 1440px) {
  .n-container {
    max-width: 1280px;
  }
}
.n-container--main {
  max-width: 287px;
  margin: 0 auto;
}
@media screen and (min-width: 390px) {
  .n-container--main {
    max-width: 358px;
  }
}
@media screen and (min-width: 768px) {
  .n-container--main {
    max-width: 735px;
  }
}
@media screen and (min-width: 1280px) {
  .n-container--main {
    max-width: 1130px;
  }
}
@media screen and (min-width: 1440px) {
  .n-container--main {
    max-width: 1280px;
  }
}
.n-container--faq {
  max-width: 287px;
  margin: 0 auto;
}
@media screen and (min-width: 390px) {
  .n-container--faq {
    max-width: 358px;
  }
}
@media screen and (min-width: 768px) {
  .n-container--faq {
    max-width: 735px;
  }
}
@media screen and (min-width: 1280px) {
  .n-container--faq {
    max-width: 1130px;
  }
}
@media screen and (min-width: 1440px) {
  .n-container--faq {
    max-width: 1302px;
  }
}
.n-container--experts-detail {
  max-width: 287px;
  margin: 0 auto;
}
@media screen and (min-width: 390px) {
  .n-container--experts-detail {
    max-width: 358px;
  }
}
@media screen and (min-width: 768px) {
  .n-container--experts-detail {
    max-width: 735px;
  }
}
@media screen and (min-width: 1280px) {
  .n-container--experts-detail {
    max-width: 1120px;
  }
}
@media screen and (min-width: 1440px) {
  .n-container--experts-detail {
    max-width: 1280px;
  }
}

.breads {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding-left: 12px;
  letter-spacing: 0.004em;
  background: left center/auto 68% no-repeat url("../img/arrow-breadcrumbs-back.svg");
}
.breads a {
  color: #0B0B0B;
  text-decoration: none;
}

.icon {
  padding-left: 20px;
  background: left center/auto 13px no-repeat;
}
.icon--count {
  background-image: url("../img/team-card-man.svg");
}
.icon--time {
  background-image: url("../img/team-card-clock.svg");
}
.icon--place {
  background-image: url("../img/team-card-place.svg");
}
.icon--network {
  background-image: url("../img/team-status.svg");
}
.icon--world {
  background-image: url("../img/world.svg");
}

.button-action {
  padding: 0;
  width: 308px;
  height: 54px;
  border-radius: 30px;
  border: 3px solid #D84E52;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 1439px) {
  .button-action {
    width: 278px;
  }
}
@media screen and (max-width: 1279px) {
  .button-action {
    width: 308px;
  }
}
@media screen and (max-width: 767px) {
  .button-action {
    width: 268px;
    height: 48px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.button-action--red {
  color: #ffffff;
  background-color: #D84E52;
}
.button-action--white {
  color: #D84E52;
  background-color: #ffffff;
}

.table-row {
  display: flex;
}

.faq {
  min-height: calc(100vh - 95px - 190px);
}
.faq__header {
  background-color: #D84E52;
  padding: 41px 0 49px;
}
.faq__header .n-container {
  position: relative;
}
.faq__header_wrapper h1 {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0.04em;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .faq__header_wrapper h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .faq__header_wrapper h1 {
    font-size: 18px;
  }
}
.faq__header_wrapper h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  height: 2px;
  width: 100px;
  background-color: #e07175;
}
.faq__header_buttons {
  margin-top: 38px;
}
.faq__header_buttons-item {
  border: none;
  color: #D84E52;
  background-color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  border-radius: 30px;
  padding: 8px 36px;
  margin-right: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .faq__header_buttons-item {
    font-weight: 600;
  }
}
.faq__content {
  padding: 52px 0;
}
.faq__content_item {
  cursor: pointer;
  margin-bottom: 38px;
}
.faq__content_item.item--close {
  margin-bottom: 22px;
}
.faq__content_item.item--close .faq__content_question-i:before {
  content: "+";
}
.faq__content_item.item--close .faq__content_answer {
  display: none;
}
.faq__content_question-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 22px;
}
.faq__content_question-wrapper:after {
  content: "";
  position: absolute;
  width: calc(100% - 70px);
  height: 2px;
  background-color: rgba(216, 78, 82, 0.2);
  bottom: 0;
  right: 0;
}
.faq__content_question-number {
  flex: 0 0 auto;
  font-weight: 600;
  font-size: 24px;
  line-height: 48px;
  border: 2px solid #D84E52;
  color: #D84E52;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faq__content_question-number {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px;
  }
}
.faq__content_question-title {
  flex: 1 1 auto;
  font-weight: 500;
  font-size: 22px;
  color: #0B0B0B;
  box-sizing: border-box;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .faq__content_question-title {
    font-size: 16px;
    line-height: 150%;
  }
}
.faq__content_question-i {
  flex: 0 0 auto;
  position: relative;
  font-weight: 500;
  font-size: 48px;
  color: #D84E52;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
}
.faq__content_question-i:before {
  content: "-";
}
.faq__content_answer {
  padding-left: 70px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding-top: 17px;
}
@media screen and (max-width: 767px) {
  .faq__content_answer {
    padding-left: 41px;
  }
}

/*# sourceMappingURL=faq.css.map */
