.lists{width:100%;display:flex;gap:20px;justify-content:space-between}.lists_menu{width:20%;display:flex;flex-direction:column;gap:10px;background:#222;align-items:flex-start}.lists_menu-head{height:50px;width:100%;display:flex;justify-content:center;align-items:center;font-weight:bold;text-transform:uppercase;background:rgba(22,22,22,0.5)}.lists_menu-item{height:25px;width:90%;margin:0 auto;display:flex;align-items:center;box-sizing:border-box;border-bottom:0px solid #b4b4b4;text-transform:uppercase}.lists_menu-item:before{content:"———          "}.lists_content{width:80%;box-sizing:border-box;background:#222}.lists_content-head{height:50px;width:100%;background:rgba(22,22,22,0.5);font-size:30px;display:flex;justify-content:center;align-items:center;font-weight:bold;text-transform:uppercase}.lists_content-description{padding:20px 40px;text-align:justify;line-height:180%}.lists_content-bit{padding:0 40px 40px 40px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px}.lists_content-block{width:30%}.lists_content-item{margin-bottom:5px}