.sitemap::after {
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 165px;
  content: "";
  background: #1B143F;
}
@media screen and (width <= 900px) {
  .sitemap::after {
    height: 10px;
    margin-top: 85px;
  }
}
.sitemap__wrap {
  max-width: 640px;
  padding: 0 20px;
  margin: 75px auto 0;
}
.sitemap__title {
  padding-top: 24px;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  color: #1D1342;
  letter-spacing: 0.12em;
}
.sitemap__title_bordertop {
  margin-top: 30px;
  border-top: 2px solid #1D1342;
}
.sitemap__title-wrap {
  padding-top: 16px;
  margin-top: 30px;
  border-top: 2px solid #1D1342;
}
.sitemap__link-0, .sitemap__link-00, .sitemap__link-1 {
  position: relative;
  display: block;
}
.sitemap__link-0::after, .sitemap__link-00::after, .sitemap__link-1::after {
  position: absolute;
  top: 50%;
  right: 7px;
  display: block;
  width: 5px;
  height: 12px;
  content: "";
  background: url("../img/sitemap-arrow.svg");
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sitemap__link-0, .sitemap__link-00 {
  padding: 8px 0;
}
.sitemap__link-0 span, .sitemap__link-00 span {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  color: #1D1342;
  letter-spacing: 0.12em;
}
.sitemap__link-0 {
  border-bottom: 2px solid #1D1342;
}
.sitemap__link-1 {
  padding: 5px 0;
  background-image: -webkit-linear-gradient(left, #BBB8C6 1px, transparent 2px);
  background-image: linear-gradient(to right, #BBB8C6 1px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 3px 1px;
}
.sitemap__link-1 span {
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
  color: #1D1342;
  letter-spacing: 0.12em;
}
.sitemap__link-1 i {
  display: inline-block;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  color: #1D1342;
  letter-spacing: 0;
}
.sitemap__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 12px;
  padding-left: 12px;
  background-image: -webkit-linear-gradient(left, #BBB8C6 1px, transparent 2px);
  background-image: linear-gradient(to right, #BBB8C6 1px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 3px 1px;
}
@media screen and (max-width: 500px) {
  .sitemap__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sitemap__link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0 2px;
  font-size: 12px;
}
.sitemap__link-2 span {
  line-height: 19px;
  color: #1D1342;
}
.sitemap__link-2::before {
  display: block;
  width: 3px;
  height: 9px;
  margin-right: 2px;
  color: #1D1342;
  content: "";
  background: url("../img/sitemap-arrow1.svg") no-repeat;
}
.sitemap__foot {
  padding: 19px 0 30px;
  margin-top: 30px;
  border-top: 2px solid #1D1342;
  border-bottom: 2px solid #1D1342;
}