.bb-custom-wrapper {margin-bottom: 50px;}
.tabs__content h2 {margin-top:0;}

#menu-toc {margin:0;}
.menu-panel {
    background: #0baa8f;
    width: 194px;
    float: left;
margin-bottom: 50px;
}

.menu-panel h3 {
    font-size: 1.4em;
    padding: 20px;
    font-weight: 300;
    color: #fff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 5%);
    margin: 0;
}

.menu-toc li {
    display: block;
    color: #fff;
    font-size: 1.1em;
    line-height: 2;
    padding: 10px;
    cursor: pointer;
    background: #128370;
    border-bottom: 1px solid #fff;
}
.menu-toc li.active {background: #24695b;}
.menu-toc li:before {
    content: none!important;
}
.menu-toc li {margin:0!important;}

.bb-custom-wrapper {
    float: right;
    width: calc(100% - 250px);
}

.tabs__content  {
  display: none; /* по умолчанию прячем все блоки */
}
.tabs__content.active {
  display: block; /* по умолчанию показываем нужный блок */
}



@media (max-width: 992px) {
.tabs__content img {max-width: 100%;}
.bb-custom-wrapper {
    float: none;
    width: 100%;
clear: both;
}
}