.FiltersSystem{width:100%;height:max-content;background-color:var(--filters-bg);padding:15px 12px 20px;border-radius:10px;display:flex;flex-direction:column;gap:20px;justify-content:space-between;overflow-x:auto;transition:height .2s linear}.FiltersSystem .FiltersSystem__list__el:nth-child(n+6){display:none}.FiltersSystem-open .FiltersSystem__list__el:nth-child(n+6){display:block}@media(max-width:800px){.FiltersSystem{flex-direction:row;padding-inline:0;padding-left:10px;width:auto;padding-bottom:0;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;background:none;padding-top:0}}.FiltersSystem__all{width:max-content;border-radius:50px;height:42px;color:#fff;background-color:var(--input-mobile-bg);font-weight:700;font-size:14px;padding:12px 10px;border:none;display:flex;gap:8px;align-items:center}.FiltersSystem__all-true{color:var(--second-color-emphasis);border:3px solid #404de0}.FiltersSystem__list{display:flex;gap:10px;width:auto;flex-wrap:wrap;scrollbar-width:none;-ms-overflow-style:none}.FiltersSystem__list::-webkit-scrollbar{display:none}@media(max-width:800px){.FiltersSystem__list-preview .FiltersSystem__list__el:nth-child(n+5),.FiltersSystem__list-preview .FullFiltersList__list__el:nth-child(n+5){display:none}}.FiltersSystem__list__el{width:calc(25% - 7.5px);transition:filter .2s}.FiltersSystem__list__el:hover{filter:brightness(120%)}@media(max-width:1155px){.FiltersSystem__list__el{width:calc(33.3% - 7.5px)}}@media(max-width:800px){.FiltersSystem__list__el{width:max-content}.FiltersSystem__list{flex-direction:row;flex-wrap:nowrap;width:auto;overflow-x:scroll;background:none}}.FiltersSystem__footer{display:flex;justify-content:space-between}@media(max-width:800px){.FiltersSystem__footer{display:none}}.FiltersSystem__footer__filters{display:flex;align-items:center;gap:20px}.FiltersSystem__footer__show{background:none;border:none;cursor:pointer;position:relative;display:flex;align-items:center;gap:10px}.FiltersSystem__footer__show label{text-align:left;width:max-content;color:#fff;font-size:14px;font-weight:600;cursor:pointer}.FiltersSystem__footer__show-open svg{rotate:180deg}.FiltersSystem__footer__buttons{display:flex;gap:20px;align-items:center}.FiltersSystem__footer__button{cursor:pointer}.FiltersSystem__footer__button-true{opacity:.2;cursor:wait}.FiltersSystem__footer__button:first-child{font-weight:600;font-size:14px;background:none;border:none;color:#fff}.FiltersSystem__footer__button:last-child{transition:filter .2s ease;background:var(--second-color-emphasis);height:52px;width:320px;border-radius:10px;font-weight:700;font-size:20px;border:none;color:#fff}.FiltersSystem__footer__button:last-child:hover{filter:brightness(120%)}@media(max-width:740px){.FiltersSystem__footer__button:last-child{padding:5px 10px}}.FiltersHeader{display:block}@media(min-width:800px){.FiltersHeader{display:none}}