.page .wrapper {
  overflow: unset;
}
.sidebar {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 30px;
  width: 100%;
  min-height: 120px;
}
.sidebar nav {
  border: 1px solid #003594;
  padding: 16px;
  border-radius: 16px;

}
.sidebar h4 {
  margin-top: -30px;
  background: white;
  width: fit-content;
  font-weight: 400;
  padding: 0 12px;
  color: #003594;
}
.sidebar ul {
  padding: 10px 0 0 0;
  /* height: 150px; */
  overflow: hidden;
}
.sidebar li {
  list-style: none;
  font-size: 15px;
  line-height: 1.1;
  padding: 0;
}
/* .sidebar li.active > a{
  color: #003594;
} */

.sidebar li > a:hover {
  color: #003594;
}

.sidebar li > a:hover::before {
  background: #003594;
}

/* .sidebar li.active > a::before {
  background: #003594;
} */
.sidebar a {
  text-decoration: none;
  display: flex;
  padding: 5px 0;
  color: #6e7685;
  align-items: center;
  transition: all 50ms ease-in-out;
}
.sidebar a::before {
  content: "";
  background: #6e7685;
  border-radius: 50%;
  width: 4px;
  min-width: 4px;
  height: 4px;
  display: block;
  margin-right: 8px;
}
.sidebar .minput,
.sidebar label {
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  z-index: 11;
}
/*.sidebar .minput {
  opacity: 0;
  -webkit-touch-callout: none;
}
 .sidebar .minput:checked ~ ul {
  height: auto;
  padding-bottom: 25px;
}
.sidebar .minput:checked ~ label::before {
  transform: rotate(0deg);
}
.sidebar .minput:checked ~ label::after {
  height: 100%;
  content: "Свернуть";
}
.sidebar label {
  font-size: clamp(10px, 4vw, 15px);
  padding: 0 41px 10px 41px;
  display: flex;
  align-items: center;
  color: #2972a6;
}
.sidebar label::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='16' viewBox='0 0 28 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 14L14 2L26 14' stroke='%232972A6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 14px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  order: 2;
  transition: transform 0.1s ease-in-out;
  transform: rotate(180deg);
  position: absolute;
  left: clamp(125px, 20vw, 130px);
}
.sidebar label::after {
  content: "Развернуть";
  display: flex;
  align-items: flex-end;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 50%,
    #fff 100%
  );
  position: absolute;
  padding: 10px 16px;
  left: 0;
  right: 0;
  bottom: 3px;
  margin: auto;
  width: calc(100% - 50px);
  height: calc(100% + 40px);
  z-index: -1;
  transition: height 0.1s ease-in-out;
} */
@media (max-width: 800px) {
  .sidebar h4,
  .sidebar li {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .sidebar label::before {
    bottom: 15px;
  }
}
@media (max-width: 630px) {
  .sidebar {
    top: 0;
    position: relative;
    height: auto;
  }
}
/*# sourceMappingURL=sidebar.css.map */
