.toc {
    padding: 24px;
    width: 100%;
    position: sticky;
    top: 150px;
    display: none;
    background: #FCF9F6;
    border-radius:12px;
    z-index:99;
}
@media (max-width:1023px){
  .toc{
    background: transparent;
    position: unset;
    padding: 0;
    order:2;
    margin-bottom:48px;
  }
}

@media (min-width:1024px){
.toc__wrapper {
    flex: 0 0 360px;
  }
}


.toc h4 {
  margin-bottom:24px;
  font-family: 'markOTBold';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.1px;
  color: #1d082b;
}

.toc ul {
  margin-left: 0;
}

.toc ul li {
  border-bottom: 1px solid  #d9d9d9;
}

.toc ul li:last-child {
  border:none;
}

.toc ul li:first-child {
  border-top: 1px solid #d9d9d9;
}

.toc .toc-link.toc-link__active {
  color:#f50;
}

.toc .toc-link {
  padding: 24px 0;
  display: block;
  color: #1D082B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
  text-decoration-line: underline;
}


.toc-link:hover {
  color:#f50;;
}
