@charset "UTF-8";
.main__wrapper {
  padding: 0;
}

.about__block {
  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;
}
.about__block-title {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
  padding-bottom: 20px;
  text-align: center;
}
.about__block-subtitle {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 400;
  padding-bottom: 50px;
  text-align: center;
}
.about__banner {
  width: 100%;
  padding: 100px 0;
  background-color: #F08E20;
}
.about__banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 70%;
}
.about__banner-title {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ECECEC;
  margin-bottom: 50px;
}
.about__banner-subtitle {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 400;
  color: #ECECEC;
  margin-bottom: 30px;
}
.about__banner-subtitle:last-child {
  margin-bottom: 0;
}
.about__banner-social-title {
  font-weight: bold;
  color: #ECECEC;
  margin-bottom: 10px;
}
.about__banner-social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.about__banner-social-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  height: 52px;
}
.about__social-icon {
  font-size: 1.5rem;
}
.about__info {
  width: 100%;
  padding: 120px 0;
  color: #1E1E1E;
}
.about__proscons {
  width: 100%;
  padding: 120px 0;
  color: #1E1E1E;
}
.about__target {
  width: 100%;
  padding: 120px 0;
  color: #1E1E1E;
}
.about__work {
  width: 100%;
  padding: 120px 0;
  background-color: #1E1E1E;
  color: #ECECEC;
}
.about__faq {
  width: 100%;
  padding: 120px 0;
  color: #1E1E1E;
}
.about__contact {
  width: 100%;
  padding: 120px 0;
  color: #1E1E1E;
}

.banner-link {
  border: 1.8px solid #ECECEC;
  border-radius: 150px;
  color: #ECECEC;
  background-color: transparent;
}
.banner-link:hover {
  background-color: #F08E20;
  color: #1E1E1E;
}

.proscons__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  list-style: none;
}
.proscons__list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 2rem);
          flex: 0 0 calc(33.333% - 2rem);
  font-size: 1.3rem;
  line-height: 1.6;
  margin: 1rem;
  padding-left: 2.5rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.proscons__list li i {
  color: #F08E20;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: 0.1rem;
}

.work__work-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 2rem;
}
.work__step {
  padding: 2rem 1rem;
  border-radius: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.work__step-icon {
  color: #F08E20;
}
.work__title {
  font-size: 1.3rem;
  font-weight: 500;
  color: #F08E20;
}
.work__subtitle {
  font-size: 1rem;
}

.target__list {
  list-style: none;
  padding-bottom: 20px;
}
.target__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  line-height: 1.5;
  padding-bottom: 10px;
}
.target__list li:last-child {
  padding-bottom: 0;
}
.target__list-icon {
  color: #1E1E1E;
  margin-right: 10px;
  font-size: 1.5rem;
}
.target__call-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.target__call-to-action {
  font-weight: bold;
  font-size: 1.5rem;
  color: #1E1E1E; /* Цвет текста */
  line-height: 1.2;
  padding-bottom: 20px;
}

.faq__accordion {
  padding: 0 100px;
}
.faq__item {
  margin-bottom: 10px;
}
.faq__item:last-child {
  margin-bottom: 0;
}
.faq__item.active .faq__answer {
  max-height: 300px;
}
.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.2rem;
  border-radius: 40px;
  background-color: #1E1E1E;
  cursor: pointer;
}
.faq__question-item {
  color: #ECECEC;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 500;
}
.faq__icon {
  color: #ECECEC;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 500;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  padding: 0 1.2rem;
  background-color: #fff;
}
.faq__answer-item {
  font-size: 1rem;
  line-height: 1.2;
  padding: 1.2rem 0;
}