.toc {
    background: #fbfbfb;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 1em;
    margin-top: 1em;
    width: auto;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    font-size: 100%;
    box-sizing: border-box;
}

.toc.toc_light_blue {
    background: #edf6ff
}

.toc.toc_white {
    background: #fff
}

.tocr.toc_black {
    background: #000
}

.toc.toc_transparent {
    background: none transparent
}

.toc .back-link:hover{

}
.toc p.toc__title {
    font-size: 150%;
    text-align: left;
    font-weight: 700;
    padding: 0;
    margin-top: 0;
    margin-bottom: 1em;
}

.toc.toc_black p.toc_title {
    color: #aaa
}

.toc .toc__list{
    position: relative;
}
.toc .toc__sublist{
    padding-left: 20px;
    margin: 0;
    overflow: hidden;
}

.toc .toc__list p{
    display: none;
}
.toc .toc__list.no_bullets{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.toc .toc__list.have_bullets{
    padding-left: 20px;
}

.toc span.toc_toggle {
    font-weight: 400;
    font-size: 90%
}

.toc_wrap_left {
    float: left;
    margin-right: 10px
}

.toc_wrap_right {
    float: right;
    margin-left: 10px
}
.toc .toc__listItem{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.toc .toc__sublist .toc__listItem{
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.toc .toc_listItem-wrapper{
   position: relative;
}
.toc .toc__listLink{
    display: inline;
    text-decoration: none;
    transition:border-bottom-color ease 0.4s;
    line-height: 1.2;
    border-bottom: 1px dashed transparent;
    
}
.toc .toc__listLink:hover{
    text-decoration: none;

}
.toc .toc__listLink-btn{
    display: none;
    position: absolute;
    right: -20px;
    text-decoration: none;
    transform: rotate(-90deg);
}

.toc .toc__listLink-btn.is-active{
    transform: rotate(90deg);
}
.toc_sitemap_posts_letter {
    font-size: 1.5em;
    font-style: italic
}
@media(max-width: 320px){
   .toc {
    padding: 10px
   } 
   .toc p.toc__title{
    margin-bottom: 0.5em;
   }
}
