.lists {
	width: 100%;
    display: flex;
    gap: 5px;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
        }
        
        /*         Menu        */
        
        .lists_menu {
    width: 20%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    color: var(--tb-txt);
    font-size: 13px;
    gap: 5px;
			    margin-top: 27.5px;
        }

.lists_menu_part{
	padding: 20px;
    background: var(--tb-bg);
    width: 100%;
}

.lists_menu_divider{
	border-top: 1px solid var(--tb-txt2); flex:1;
}
        
        .lists_menu-head {
            height: 50px;
            width: 100%;
            background: #b8b8b8;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            text-transform: uppercase;
        }
        
        .lists_menu-item {
    margin: 0 auto;
    box-sizing: border-box;
    font-family: var(--tb-main);
    color: var(--tb-txt);
        }
        
        
        /*         Content       */
        
        
        .lists_content {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 5px;
margin-bottom: 50px;
        }
        
        .lists_content-head {
			width:100%;
			display:flex;
			flex-direction: column; 
}

        
        .lists_content-description {
            padding: 20px 40px;
            text-align: justify;
            line-height: 1.4em;
        }
        
        .lists_content-bit {    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px;
    flex-direction: row;
        }

        .lists_content-bit2 {    
            padding: 0 20px 20px 20px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
			flex-direction: column;
        }
        
        .lists_content-block {
    width: 49.8%;
    background: var(--tb-bg);
    padding: 20px;
    flex-basis: 49.8%;
    flex-grow: 1;
        }

        .lists_content-block2 {
              width: 100%;
    background: var(--tb-bg);
    padding: 20px;

        }
        
        .lists_content-item {
            margin-bottom: 5px;
        }
		
.listnamewrap{
	width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
	padding: 5px 0px;
    color: var(--tb-txt);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.listnamedivider{
	border-top: 1px solid var(--tb-txt2);
    width: 75px;
}

.listleftbar1{
	background: var(--tb-hl1);
    width: 100%;
    height: 40px;
    background-size: cover;
    background-position: center;
}

.listnameblock{
	width: 100%;
    height: 10px;
    background: var(--tb-bg);
}