.section-submain {
  background: #ccc url(/assets/img/sitemap/main.jpg) no-repeat center;
  background-size: cover;
}
.section-sitemap {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .section-sitemap {
    padding: 20px 0;
  }
}
.section-sitemap__row {
  display: flex;
  flex-wrap: wrap;
}
.section-sitemap__col {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .section-sitemap__col {
    width: 50%;
  }
}
.section-sitemap hr {
  margin: 20px 0;
}
.section-sitemap ul {
  border-left: 1px solid #9e9e9e;
  margin: 16px 0 16px 16px;
  padding-left: 10px;
}
.section-sitemap a {
  position: relative;
  padding-right: 25px;
  color: #232323;
  text-decoration: none;
  line-height: 2;
}
.section-sitemap a::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "chevron_right";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  color: #1155a3;
}
.section-sitemap a:hover {
  border-bottom: 1px solid #1155a3;
  color: #1155a3;
}

/*# sourceMappingURL=index.css.map*/