.page-filter{display:flex;flex-direction:column;flex-wrap:wrap;gap:8px;position:relative}@media(min-width:768px){.page-filter{gap:12px}}@media(min-width:1632px){.page-filter{flex-direction:row;justify-content:space-between}}.page-filter__footer{display:flex;gap:8px}@media(min-width:1248px){.page-filter .page-routing__wrapper{flex:1}}.page-filter__search{align-items:center;background:#23211d;border-radius:2px;color:#9d9b98;display:flex;font-size:24px;height:48px;justify-content:center;transition:.3s ease;width:48px}@media(min-width:1632px){.page-filter__search{height:52px;width:52px}}.page-filter__search:hover{background:#3b3730}@media(min-width:768px){.page-filter--live-page{flex-direction:row;flex-wrap:nowrap;gap:32px;justify-content:space-between}.page-filter--live-page .page-filter__search{height:52px;width:52px}.page-filter--live-page .page-routing{display:grid}}