@media only screen and (max-width: 575px) {
  .sitemap .root {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.sitemap .content {
  padding: 0;
}
.sitemap .content .acc-key-blk {
  margin-bottom: 50px;
}
.sitemap .content .acc-key-blk .accordion-wrap {
  width: calc(100% - 60px);
  max-width: 1210px;
  margin: auto;
}
.sitemap .content .acc-key-blk .title {
  color: #523B1D;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .sitemap .content .acc-key-blk .title {
    font-size: max(3.515625vw, 1.875rem);
  }
}
.sitemap .content .acc-key-blk .title::after {
  content: "";
  background: #8F724C;
  height: 2px;
  width: 60px;
  margin: 20px auto 0 0;
}
.sitemap .content .acc-key-blk .dep {
  margin-top: 30px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 1px;
}
.sitemap .content .menu {
  width: 100%;
  padding: 50px 0 100px 0;
  background: #fdfaf4;
}
.sitemap .content .menu .accordion-wrap {
  width: calc(100% - 120px);
  max-width: 1210px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 35px;
}
.sitemap .content .menu .item {
  width: calc(50% - 17.5px);
}
@media only screen and (max-width: 768px) {
  .sitemap .content .menu .item {
    width: 100%;
  }
}
.sitemap .content .menu .title {
  padding: 0 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.sitemap .content .menu .title > span {
  position: relative;
  width: 14px;
  height: 2px;
  background: #523B1D;
}
.sitemap .content .menu .title > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 14px;
  background: #523B1D;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
.sitemap .content .menu .itemUl {
  margin-top: 15px;
  padding: 0 20px;
}
.sitemap .content .menu .itemUl > ul {
  color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
/*# sourceMappingURL=sitemap.css.map */