section.sitemap_page .copy_block > ul > li > a {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  font-family: var(--font-montserrat_sans);
  border-bottom: 2px solid transparent;
  color: inherit;
}

section.sitemap_page .copy_block > ul > li + li {
  margin-top: 32px;
}

section.sitemap_page .copy_block > ul > li .carrot_down {
  display: none;
}

section.sitemap_page .copy_block > ul > li > ul {
  margin-top: 8px;
  margin-left: 8px;
}

ul.triangle > li {
  position: relative;
  padding-left: 20px;
}

ul.triangle > li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 11px;
  background-image: url('../images/Icons/arrow-right.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
}

ul.triangle > li + li {
  margin-top: 8px;
}

section.sitemap_page .copy_block > ul > li > ul li a {
  border-bottom: 2px solid transparent;
}

section.sitemap_page .copy_block > ul > li > a:hover {
  border-bottom: 2px solid var(--secondary-background-color);
}

section.sitemap_page .copy_block > ul > li > ul li a:hover {
  border-bottom: 2px solid var(--secondary-background-color);
}

@media screen and (min-width: 981px) {
  section.sitemap_page .copy_block > ul > li > a {
    font-size: 18px;
    line-height: 24px;
}
}
