/* Shared service-detail components missing from the country-specific legacy styles. */
.services__documents {
  padding: 70px 0 45px;
}

.services__documents h2 {
  margin-bottom: 40px;
}

.services__documents-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.services__documents-el {
  position: relative;
  width: 48%;
  margin-bottom: 35px;
  padding-left: 55px;
}

.services__documents-el::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  background: url("/account/static/website/img/icon-document.svg") center / contain no-repeat;
}

.services__documents-title {
  margin-bottom: 5px;
  color: #3a3e59;
  font-size: 17px;
  font-weight: 700;
}

.services__documents-desc {
  color: #3a3e59;
  font-size: 15px;
  line-height: 22px;
}

.services__text {
  padding: 50px 0;
}

.services__text h2 {
  margin-bottom: -10px;
}

.services__text h3 {
  margin-bottom: -10px;
  color: #252525;
  font-size: 24px;
  font-weight: 700;
}

.services__text p {
  margin-top: 20px;
  color: #3a3e59;
  font-size: 17px;
  line-height: 25px;
}

.services__text-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.services__text-left-blocks,
.services__text-right-blocks {
  width: 48%;
}

.services__text-left-blocks:only-child,
.services__text-right-blocks:only-child {
  width: 100%;
}

.services__text-block {
  width: 48%;
  margin-bottom: 20px;
  padding: 25px;
  border: 1px solid #e7e9ec;
  border-radius: 10px;
}

.services__faq {
  padding: 60px 0 40px;
}

.services__faq h2.main {
  margin-bottom: 30px;
}

.article-faq__el {
  margin-bottom: 30px;
}

.article-faq__question {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-radius: 7px;
  background-color: #f3f4f6;
  color: #252525;
  font-size: 18px;
  font-weight: 700;
}

.article-faq__answer {
  padding-left: 20px;
}

.article-faq__answer p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 29px;
}

@media (max-width: 760px) {
  .services__documents {
    padding: 40px 0 20px;
  }

  .services__documents h2 {
    margin-bottom: 25px;
  }

  .services__documents-el {
    width: 100%;
    margin-bottom: 25px;
    padding-left: 42px;
  }

  .services__text {
    padding: 30px 0;
  }

  .services__text-left-blocks,
  .services__text-right-blocks {
    width: 100%;
  }

  .services__text-block {
    width: 100%;
    padding: 20px;
  }

  .services__faq {
    padding: 40px 0 20px;
  }

  .article-faq__question {
    padding: 10px 15px;
  }

  .article-faq__answer {
    padding-left: 15px;
  }
}
