.section__sitemap .container {
  max-width: 980px;
}
.section__sitemap .sitemap__items {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.section__sitemap .sitemap__item {
  margin-bottom: 30px;
  width: 50%;
  font-weight: 500;
}
.section__sitemap .sitemap__item:nth-of-type(1), .section__sitemap .sitemap__item:nth-of-type(6), .section__sitemap .sitemap__item:nth-of-type(7), .section__sitemap .sitemap__item:nth-of-type(8) {
  width: 100%;
}
.section__sitemap .sub-menu {
  margin-top: 10px;
  font-weight: normal;
}
.section__sitemap .sub-menu a {
  margin-bottom: 15px;
  position: relative;
}
.section__sitemap .sub-menu a::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 20px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  margin-left: 35px;
  margin-right: 10px;
  margin-bottom: 5px;
}

@media (max-width: 700px) {
  .section__sitemap .sitemap__item {
    width: 100%;
  }
}/*# sourceMappingURL=sitemap.css.map */