.catalog{align-items:center;display:flex;flex-direction:column}.catalog__list{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;height:100%;justify-content:center;row-gap:2em;width:100%}.subcategories a>span{text-wrap:nowrap;display:inline-block;overflow:hidden;text-overflow:ellipsis;width:15em}.subcategories button:active,.subcategories button:focus,.subcategories button:hover{border:1px solid transparent;outline:0}.subcategories>li>div{display:flex;justify-content:space-between}.subcategories>li ul{list-style:bullet;margin-left:1em;max-height:0;overflow:hidden;padding:initial;transition:max-height .3s ease-in-out}.subcategories>li i{transform:rotate(180deg);transition:.3s ease-in-out}.subcategories>li.open ul{max-height:40em}.subcategories>li.open i{transform:rotate(0deg)}.top{bottom:0;display:flex;font-size:18px;justify-content:flex-end;padding:1em;position:fixed;right:20px;z-index:3}.top button{background-color:var(--brand-logo-color);border-radius:1px;height:55px;opacity:.5;outline:none;width:55px}.top button:hover{opacity:.8}.top .icon{height:35px;width:35px}