.p-sitemap-content {
  --sitemap-border-color: #c1c0c0;
  padding-bottom: 85px;
}

.p-sitemap-section h3 {
  margin-bottom: 40px;
}

.p-sitemap-list,
.p-sitemap-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-sitemap-list {
  border-top: 1px dashed var(--sitemap-border-color);
}

.p-sitemap-list > li {
  min-height: 74px;
  border-bottom: 1px dashed var(--sitemap-border-color);
}

.p-sitemap-list > li > a {
  position: relative;
  display: flex;
  min-height: 73px;
  align-items: center;
  padding: 0 39px;
  color: #262626;
  font-size: 20px;
  line-height: 32px;
  text-decoration: none;
}

.p-sitemap-list > li:not(.p-sitemap-list__treatments) > a::after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.p-sitemap-list > li > a::before {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  content: "";
  background: #4a9b7f;
}

.p-sitemap-list__treatments {
  display: grid;
  height: 286px;
  grid-template-columns: 322px 1fr;
  align-items: start;
}

.p-sitemap-list__treatments > a {
  min-height: 73px;
}

.p-sitemap-list__treatments > ul {
  padding-top: 23px;
}

.p-sitemap-list__treatments > ul a {
  display: block;
  color: #262626;
  font-size: 20px;
  line-height: 33px;
  text-decoration: none;
}

.p-sitemap-list a:hover,
.p-sitemap-list a:focus-visible {
  color: #a97723;
}

@media screen and (max-width: 767px) {
  .p-sitemap-content {
    padding-bottom: 3px;
  }

  .p-sitemap-content > h2 {
    margin-bottom: 53px;
  }

  .p-sitemap-section h3 {
    min-height: 65px;
    margin-bottom: 33px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 28px;
    line-height: 33px;
  }

  .p-sitemap-list > li {
    min-height: 61px;
  }

  .p-sitemap-list > li:first-child {
    min-height: 58px;
  }

  .p-sitemap-list > li:first-child > a {
    min-height: 57px;
  }

  .p-sitemap-list > li > a {
    min-height: 60px;
    padding: 0 8px;
    font-size: 16px;
    line-height: 32px;
  }

  .p-sitemap-list > li > a::before {
    width: 13px;
    height: 13px;
    margin-right: 6px;
  }

  .p-sitemap-list > li:not(.p-sitemap-list__treatments) > a::after {
    display: none;
  }

  .p-sitemap-list__treatments {
    display: block;
    height: 298px;
  }

  .p-sitemap-list__treatments > a {
    min-height: 60px;
  }

  .p-sitemap-list__treatments > ul {
    padding: 0 0 0 25px;
  }

  .p-sitemap-list__treatments > ul a {
    font-size: 16px;
    line-height: 32px;
  }

}
