		.lists {
            display: flex;
            gap: 15px;
            justify-content: space-between;
			margin: 0px 10px;
        }
        
        /*         Menu        */
        
        .lists_menu {
            width: 20%;
            display: flex;
            flex-direction: column;
            gap: 10px;
            background: var(--box);
            align-items: flex-start;
        }
        
        .lists_menu-head {
            height: 62px;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: var(--fsub);
            color: var(--bunttext);
            text-transform: var(--tsub);
            font-size: var(--sallg);
            font-weight: var(--wallg)!important;
            background: var(--bunt);
            letter-spacing: var(--lsub);
        }

		.lists_menu-head a {
		 color: var(--bunttext);
		}

		.lists_menu-head a:hover {
		 color: var(--box);
		}
        
        .lists_menu-item {
            height: 25px;
            width: 90%;
            margin: 0 auto;
            padding: 20px 15px;
            display: flex;
            align-items: center;
            box-sizing: border-box;
            border-bottom: 1px solid var(--hg);
        }
        
        
        /*         Content       */
        
        
        .lists_content {
            width: 80%;
            box-sizing: border-box;
            background: var(--box);
        }
        
        .lists_content-head {
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: var(--fsub);
            color: var(--bunt);
            text-transform: var(--thead);
            font-size: var(--sheading);
            font-weight: var( --wallg)!important;
            transition: 0.5s;
            letter-spacing: var(--lsub);
            font-style: var(--stylesub);
			height: 61px;
            border-bottom: 1px solid;
        }
        
        .lists_content-description {
            padding: 25px;
            text-align: justify;
            line-height: 180%;
        }
        
        .lists_content-bit {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-evenly;
            gap: 20px;
            padding-top: 0px;
        }
        
        .lists_content-block {
            padding: 25px;
            padding-top: 0px;
			min-width: 20%;
        }
        
        .lists_content-item {
            margin-bottom: 5px;
        }