.b-category-bulk {
  margin-left: -5px;
  margin-right: -5px;
}
.b-category-bulk:before,
.b-category-bulk:after {
  content: " ";
  display: table;
}
.b-category-bulk:after {
  clear: both;
}
.b-category-bulk__col {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 100%;
}
.b-category-bulk__title {
  text-align: center;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 0.5em;
}
.b-category-bulk__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 481px) {
  .b-category-bulk__col {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    width: 50%;
  }
}
.cms-no-route .b-cms {
  text-align: center;
}
.b-sitemap-tree {
  text-align: left;
}
.b-sitemap-tree__level-1 {
  margin-left: 20px;
  list-style-type: circle;
}
.b-sitemap-tree__level-2 {
  margin-left: 40px;
  list-style-type: square;
}
.b-sitemap-tree a {
  display: block;
  margin: 6.66666667px 0;
}
.p-cms {
  text-align: left;
}

