/* Fonts */
.sitemap-kp__section {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 64px;
}
.sitemap-kp__section .title {
  display: block;
  margin: 0 0 24px;
  font-weight: 600;
}
.sitemap-kp__section > ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -12px;
  margin-right: -12px;
}
.sitemap-kp__section > ul > li {
  display: block;
  max-width: 50%;
  flex: 0 0 50%;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 16px;
}
.sitemap-kp__section > ul > li > a {
  display: block;
  color: #626B79;
  text-decoration: underline;
}
.sitemap-kp__section:last-child {
  padding-bottom: 0;
}
.sitemap-kp__nav {
  max-height: calc(100vh - 138px);
  overflow: auto;
  padding-right: 8px;
}
.sitemap-kp__nav::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.sitemap-kp__nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.sitemap-kp__nav::-webkit-scrollbar-thumb {
  background-color: #8B95A5;
  outline: 1px solid none;
  border-radius: 2.5px;
}
.sitemap-kp__nav > li {
  margin-bottom: 8px;
}
.sitemap-kp__nav > li:last-child {
  margin-bottom: 0;
}
.sitemap-kp__nav > li > a {
  color: #232933;
  display: block;
  padding: 8px 52px 8px 16px;
  position: relative;
}
.sitemap-kp__nav > li > a::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  right: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g id="arrow"><path id="Vector" d="M12.0248 4.94165L17.0832 9.99998L12.0248 15.0583M2.9165 9.99998H16.9415" stroke="%23626B79" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
  background-size: contain;
  background-position: center;
  transition: all 0.3s ease;
}
.sitemap-kp__nav > li > a.active::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g id="arrow"><rect x="0.5" y="0.5" width="19" height="19" stroke="%23626B79"/><path id="Vector" d="M12.0248 4.94165L17.0832 9.99998L12.0248 15.0583M2.9165 9.99998H16.9415" stroke="%23232933" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
}
.sitemap-kp__sticky {
  position: sticky;
  top: 84px;
}
.sitemap-kp__sidebar {
  max-width: 304px;
  flex: 0 0 304px;
  padding: 0 12px;
}
.sitemap-kp__sidebar .sidebar_title {
  font-size: 14px;
  line-height: 20px;
  color: 626B79;
  margin: 0 0 8px;
}
.sitemap-kp__content {
  position: relative;
  max-width: calc(100% - 304px);
  flex: 0 0 calc(100% - 304px);
}
.sitemap-kp__wrap {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 991px) {
  .sitemap-kp__sidebar {
    max-width: 240px;
    flex: 0 0 240px;
    padding: 0 12px;
  }
  .sitemap-kp__content {
    position: relative;
    max-width: calc(100% - 240px);
    flex: 0 0 calc(100% - 240px);
  }
}
@media (max-width: 768px) {
  .sitemap-kp__section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .sitemap-kp__section > ul > li {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .sitemap-kp__nav {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
  }
  .sitemap-kp__sticky {
    position: relative;
    top: auto;
  }
  .sitemap-kp__sidebar {
    position: relative;
    z-index: 200;
    max-width: 100%;
    flex: 0 0 100%;
    position: sticky;
    top: 56px;
    background: #F2F4F7;
  }
  .sitemap-kp__sidebar .sidebar_title {
    padding: 12px 40px 12px 4px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
    position: relative;
  }
  .sitemap-kp__sidebar .sidebar_title::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 14px;
    right: 4px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g id="Caret"><path id="Path" d="M18 15L12 9L6 15L18 15Z" fill="%23626B79"/></g></svg>');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    transform: rotate(180deg);
  }
  .sitemap-kp__sidebar.open .sitemap-kp__nav {
    max-height: calc(100vh - 148px);
    opacity: 1;
    visibility: visible;
    margin-top: 12px;
    margin-bottom: 32px;
    background: #FFF;
    padding: 8px;
  }
  .sitemap-kp__sidebar.open .sitemap-kp__nav > li {
    margin-bottom: 12px;
  }
  .sitemap-kp__sidebar.open .sitemap-kp__nav > li > a {
    padding: 0;
  }
  .sitemap-kp__sidebar.open .sitemap-kp__nav > li > a::after {
    display: none;
  }
  .sitemap-kp__sidebar.open .sitemap-kp__nav > li > a.active {
    color: #1357FF;
  }
  .sitemap-kp__content {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .sitemap-kp__wrap {
    padding-top: 0;
    padding-bottom: 32px;
    padding-left: 12px;
    padding-right: 12px;
  }
}/*# sourceMappingURL=sitemap-kp.css.map */