.filter{width:100%}.filter .sort_bar{width:100%;box-sizing:border-box;display:flex;align-items:center;flex-wrap:wrap;gap:16px 24px;padding:14px 0;border-bottom:1px solid #e6e6e6}.filter .sort_bar .count{font-size:13px;color:#888888}.filter .sort_bar .active_filters{display:flex;flex-wrap:wrap;gap:8px}.filter .sort_bar .active_filters .chip{box-sizing:border-box;display:inline-flex;align-items:center;gap:6px;height:24px;padding:0 10px;border-radius:12px;background-color:rgba(231,97,36,0.14);border:1px solid rgba(231,97,36,0.4);font-size:11px;font-weight:500;color:#E76124;cursor:pointer}.filter .sort_bar .active_filters .chip .remove{position:relative;font-size:0;width:10px;height:10px}.filter .sort_bar .active_filters .chip .remove::before{content:'';position:absolute;inset:0;margin:auto;background:#E76124;-webkit-mask-image:url('../../../../img/close.svg');mask-image:url('../../../../img/close.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:10px 10px;mask-repeat:no-repeat;mask-position:center center;mask-size:10px 10px;transition:all 400ms ease 0ms}.filter .sort_bar .sort_bar_right{margin-left:auto;display:flex;align-items:center;gap:16px}.filter .sort_bar .view_toggle,.filter .sort_panel .view_toggle{display:flex;gap:6px}.filter .sort_bar .view_toggle .view_btn,.filter .sort_panel .view_toggle .view_btn{position:relative;box-sizing:border-box;width:32px;height:24px;border-radius:4px;border:1px solid #e6e6e6;background-color:#fff;color:#bbbbbb;display:flex;align-items:center;justify-content:center;cursor:pointer}.filter .sort_bar .view_toggle .view_btn::before,.filter .sort_panel .view_toggle .view_btn::before{content:'';position:absolute;inset:0;margin:auto;width:16px;height:16px;background-color:currentColor;transition:all 400ms ease 0ms}.filter .sort_bar .view_toggle .view_btn.grid::before,.filter .sort_panel .view_toggle .view_btn.grid::before{-webkit-mask-image:url('../../../../img/change_grid.svg');mask-image:url('../../../../img/change_grid.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:16px 16px;mask-repeat:no-repeat;mask-position:center center;mask-size:16px 16px}.filter .sort_bar .view_toggle .view_btn.line::before,.filter .sort_panel .view_toggle .view_btn.line::before{-webkit-mask-image:url('../../../../img/change_line.svg');mask-image:url('../../../../img/change_line.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:16px 16px;mask-repeat:no-repeat;mask-position:center center;mask-size:16px 16px}.filter .sort_bar .view_toggle .view_btn.active,.filter .sort_panel .view_toggle .view_btn.active{background-color:rgba(231,97,36,0.12);border:1.5px solid #E76124;color:#E76124}.filter .sort_bar .sort_select,.filter .sort_panel .sort_select{position:relative;display:flex;align-items:center;gap:8px;font-size:12px;color:#777777}.filter .sort_bar .sort_select>span,.filter .sort_panel .sort_select>span{white-space:nowrap}.filter .sort_bar .sort_select .select2-container--default .select2-selection--single,.filter .sort_panel .sort_select .select2-container--default .select2-selection--single{border-color:#E6E6E6;background-color:#f7f7f7;border-radius:4px}.filter .sort_bar .sort_select .select2-container--default.select2-container--focus .select2-selection--single,.filter .sort_panel .sort_select .select2-container--default.select2-container--focus .select2-selection--single{border-color:#1C1C1C}.filter .sort_bar .sort_select .select2-container .select2-selection--single .select2-selection__rendered,.filter .sort_panel .sort_select .select2-container .select2-selection--single .select2-selection__rendered{color:#1C1C1C;font-size:12px;line-height:16px;min-height:16px;font-weight:400;padding:6px 30px 6px 8px}.filter .sort_bar .sort_select .select2-container--default .select2-selection--single .select2-selection__arrow,.filter .sort_panel .sort_select .select2-container--default .select2-selection--single .select2-selection__arrow{background-color:transparent;border:0;border-radius:0}.filter .sort_bar .sort_select .select2-container--default .select2-selection--single .select2-selection__arrow::before,.filter .sort_panel .sort_select .select2-container--default .select2-selection--single .select2-selection__arrow::before{background-color:#1C1C1C}.filter .sort_bar .sort_select .select2-container--default.red_warning .select2-selection--single,.filter .sort_panel .sort_select .select2-container--default.red_warning .select2-selection--single{border-color:#D33030 !important}.filter .sort_bar .sort_select .select2-container--default .select2-selection__placeholder,.filter .sort_panel .sort_select .select2-container--default .select2-selection__placeholder{opacity:0}.filter .sort_panel{display:none}.notouch .filter .sort_bar .sort_select select:is(:hover,:focus){border-color:#E76124}.filter .mobile_tabs{display:none}.filter .filter_body{width:100%;display:flex;align-items:flex-start;gap:32px;padding:24px 0 0}.filter .filter_body .filter_panel{width:240px;flex-shrink:0;box-sizing:border-box}.filter .filter_body .filter_panel .fgroup{padding:0 0 16px;margin:0 0 16px;border-bottom:1px solid #ebebeb}.filter .filter_body .filter_panel .fgroup.no_border{border-bottom:0;margin-bottom:0}.filter .filter_body .filter_panel .fgroup .fgroup_label{display:block;margin:0 0 8px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#333399}.filter .filter_body .filter_panel .fgroup .fitem{position:relative;display:flex;align-items:center;gap:10px;box-sizing:border-box;min-height:28px;padding:0 4px;border-radius:4px;cursor:pointer}.filter .filter_body .filter_panel .fgroup .fitem.checked{background-color:rgba(231,97,36,0.08)}.filter .filter_body .filter_panel .fgroup .fitem .flabel{font-size:13px;color:#555555}.filter .filter_body .filter_panel .fgroup .fitem.checked .flabel{font-weight:700;color:#1C1C1C}.filter .filter_body .filter_panel .btn{justify-content:flex-end;margin-top:8px}.filter .filter_body .results{flex:1;min-width:0}.filter .pagination{width:100%;box-sizing:border-box;position:relative;display:flex;align-items:center;justify-content:center;gap:8px;padding:24px 0;margin-top:24px;border-top:1px solid #e6e6e6}.filter .pagination .page_btn{position:relative;box-sizing:border-box;width:36px;height:36px;border-radius:4px;border:1px solid #e6e6e6;background-color:#f7f7f7;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:400;color:#444444;transition:all 400ms ease 0ms}.filter .pagination .page_btn.active{background-color:#E76124;border-color:#E76124;color:#fff;font-weight:600}.filter .pagination .page_btn:is(.next,.prev)::before{content:"";position:absolute;inset:0;-webkit-mask-image:url('../../../../img/arrow_right2.svg');mask-image:url('../../../../img/arrow_right2.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:12px 12px;mask-repeat:no-repeat;mask-position:center center;mask-size:12px 12px;background:#1C1C1C;transition:all 400ms ease 0ms}.filter .pagination .page_btn.prev::before{rotate:180deg}.notouch .filter .pagination .page_btn:not(.active):is(:hover,:focus){border-color:#E76124;color:#E76124}.filter .pagination .page_info{position:absolute;right:0;font-size:12px;color:#aaaaaa}@media screen and (max-width:1280px){.filter .pagination{justify-content:flex-start}}@media screen and (max-width:900px){.filter .sort_bar .sort_bar_right{display:none}.filter .mobile_tabs{display:flex;gap:1rem;margin:16px 0 0}.filter .mobile_tabs .tab_btn{flex:1}.filter .sort_panel.open{display:flex;flex-direction:column;gap:16px;margin:16px 0 0}.filter .filter_body{flex-direction:column;gap:24px}.filter .filter_body .filter_panel{display:none;width:100%;margin-top:16px}.filter .filter_body .filter_panel.open{display:block}}@media screen and (max-width:700px){.filter .pagination{justify-content:center;flex-wrap:wrap}.filter .pagination .page_info{position:static;width:100%;text-align:center;order:1}}