.taxes-main {
  background: url(../img/taxes-main.svg) center center/cover no-repeat;
}

.taxes-landing {
  width: 100%;
  flex: 1;
  padding: 0;
  background: #fff;
}

.taxes-main h1 {
  font-weight: 800;
  font-size: 43px;
  line-height: 130%;
  max-width: 460px;
  margin-bottom: 70px;
}

.taxes-landing .container {
  padding: 120px 90px;
}

.taxes-landing .btn {
  border-radius: 0;
  min-width: 220px;
}

.taxes-main h1 span {
  background: #000;
  color: #fff;
  display: inline-flex;
}

.taxes-landing .tx-title {
  font-size: 24px;
  line-height: 42px;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 38px;
}

.taxes-residense {
  padding: 120px 24px;
}

.taxes-box {
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.05);
  padding: 24px 0 16px;
  position: relative;
  padding-left: 100px;
}

.taxes-box svg {
  position: absolute;
  left: 0;
  top: 0;
}

.taxes-box h2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 12px;
}

.taxes-box p {
  font-size: 14px;
  line-height: 140%;
  color: #525559;
}

.taxes-box a {
  color: #62bc70;
  font-size: 14px;
  line-height: 140%;
}

.taxes-box a:hover {
  text-decoration: underline;
}

.taxes-residense {
  padding-right: 24px;
}

.taxes-residense .col-md {
  display: flex;
}

.taxes-connect {
  padding: 0 24px 120px;
  /*padding-right: 24px;*/
}

.tx-numbers {
  position: relative;
  padding: 24px 0 16px 66px;
}

.taxes-connect span {
  font-weight: 800;
  font-size: 100px;
  line-height: 1;
  color: #f2f2f2;
  position: absolute;
  left: 0;
  top: 23px;
}

.tx-numbers h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

.tx-numbers p {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 140%;
  color: #46494d;
}

.tx-numbers a {
  color: #62bc70;
}

.taxes-documents {
  padding: 64px 0 80px;
  background: #fafafa;
}

.taxes-faq {
  padding: 120px 0;
}

.taxes-documents a {
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.05);
  padding: 22px 16px;
  margin-bottom: 6px;
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  line-height: 140%;
  gap: 16px;
}

.taxes-documents ul {
  max-width: 600px;
  margin: 0 auto;
}

.taxes-documents a:hover {
  color: #62bc70;
  text-decoration: underline;
}

.taxes-faq .faq {
  max-width: 720px;
  margin: 0 auto;
}

.taxes-faq h3 {
  font-size: 15px;
  line-height: 24px;
}

.taxes-faq .card {
  border-radius: 0;
  border: 1px solid #ecedee;
  box-sizing: border-box;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.03);
}

.taxes-form {
  padding: 80px 24px;
  text-align: center;
  background: #181818 url(../img/taxes-form-bg.svg) center center no-repeat;
  color: #fff;
}

.taxes-form h1 {
  margin-bottom: 8px;
}

.taxes-form p {
  opacity: 0.8;
  margin-bottom: 56px;
  font-size: 18px;
  line-height: 42px;
}

.taxes-documents ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.taxes-documents ul li {
  flex: 0 0 49%;
}

.taxes-documents ul li a {
  display: flex;
  margin-bottom: 12px;
}

.taxes-documents ul li a svg {
  flex: 0 0 18px;
}

@media (max-width: 859px) {
  .taxes-landing .container {
    padding: 20px;
  }

  .taxes-documents ul li {
    flex: 0 0 100%;
  }

  .taxes-landing h1 {
    font-size: 18px;
    max-width: 50%;
    margin-bottom: 24px;
  }

  .taxes-residense {
    padding: 24px;
  }

  .taxes-landing .tx-title {
    font-size: 18px;
    line-height: 1.4;
  }

  .taxes-box {
    margin-bottom: 24px;
  }

  .taxes-connect {
    padding: 24px;
  }

  .taxes-documents {
    padding: 24px;
  }

  .taxes-faq {
    padding: 24px;
  }

  .taxes-form p {
    margin-bottom: 24px;
  }

  .taxes-form {
    padding: 24px;
  }
}
