.filters-bar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:24px;display:flex}.filters-bar>:first-child{flex:1}.filters-bar .sort{align-items:center;gap:8px;display:flex}.filters-bar .sort .select{width:180px;height:36px}.tests-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (max-width:1100px){.tests-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.tests-grid{grid-template-columns:1fr}}
