.lt-toc * {
  box-sizing: border-box; }

.lt-toc--list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  overflow-y: auto;
font-weight: 600; }

.lt-toc--link {
  display: block;
  text-decoration: none;
  padding: 6px 12px; }
  .lt-toc--link.is-active {
    background: #ff7f41; }
    .lt-toc--link.is-active:hover {
      background: #003b5c; }
    .lt-toc--link.is-active span {
      color: #ffffff; }

.lt-toc--current {
  padding: 6px 12px; }

/* Desktop version */
.lt-toc_is-desktop {
  position: relative; }
  .lt-toc_is-desktop .lt-toc--title {
    font-size: 20px;
    margin: 0 0 12px; }
  .lt-toc_is-desktop .lt-toc--current {
    display: none; }
  .lt-toc_is-desktop .lt-toc--item {
    margin-bottom: 6px; }
  .lt-toc_is-desktop .lt-toc--list {
    display: block !important; }
  .lt-toc_is-desktop .lt-toc--link {
    border-radius: 4px; }

/* Mobile version */
.lt-toc-mobile {
  display: none; }
  .lt-toc-mobile.is-active {
    display: block; }

.lt-toc-mobile,
.lt-toc_is-mobile {
  width: 100%;
  height: 50px; }

.lt-toc-mobile_start {
  margin-bottom: 24px; }

.lt-toc-mobile_end {
  margin-top: 24px; }

.lt-toc_is-mobile {
  position: absolute;
  z-index: 2; }
  .lt-toc_is-mobile.lt-toc_is-bottom {
    top: 0 !important; }
  .lt-toc_is-mobile .lt-toc--container {
    position: relative;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    background: #ffffff; }
  .lt-toc_is-mobile .lt-toc--title {
    display: block;
    margin: 0;
    position: absolute;
    left: 12px;
    top: 0;
    transform: translateY(-50%);
    padding: 2px 4px;
    border-radius: 4px;
    background: #eee;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal; }
  .lt-toc_is-mobile .lt-toc--list {
    display: none;
    border-top: 1px solid #e8e8e8; }
  .lt-toc_is-mobile .lt-toc--current,
  .lt-toc_is-mobile .lt-toc--link {
    font-size: 16px;
    line-height: 1.5;
    padding: 12px; }
  .lt-toc_is-mobile .lt-toc--current {
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 36px; }
    .lt-toc_is-mobile .lt-toc--current::before, .lt-toc_is-mobile .lt-toc--current::after {
      content: '';
      display: block;
      position: absolute;
      background: #4e5565;
      bottom: 50%;
      right: 22px;
      transition: all .3s;
      transform: translate(50%, 50%);
      border-radius: 1px; }
    .lt-toc_is-mobile .lt-toc--current::before {
      width: 2px;
      height: 12px; }
    .lt-toc_is-mobile .lt-toc--current::after {
      width: 12px;
      height: 2px; }
  .lt-toc_is-mobile .lt-toc--container.is-active .lt-toc--current::before {
    transform: translate(50%, 50%) rotate(-90deg); }
  .lt-toc_is-mobile .lt-toc--container.is-active .lt-toc--current::after {
    transform: translate(50%, 50%) rotate(-90deg);
    opacity: 0; }
  .lt-toc_is-mobile .lt-toc--item:last-child a {
    border-radius: 0 0 4px 4px; }

.lt-toc_is-mobile.lt-toc_is-fixed .lt-toc--container {
  top: 74px!important;
  left: 0;
  width: 100%!important;
  border-radius: 0;
  border: none;
}

.lt-toc_is-mobile.lt-toc_is-fixed .lt-toc--container .lt-toc--current {
  background: #003b5c;
  color: #fff;
}

.lt-toc_is-mobile.lt-toc_is-fixed .lt-toc--current::before, 
.lt-toc_is-mobile.lt-toc_is-fixed .lt-toc--current::after {
  background: #fff;
}

.lt-toc-mobile.lt-toc-mobile_end {
  height: 0;
  margin: 0;
}