.store-filter-block{background:#fff;padding:20px;margin-bottom:30px}.store-filter-title{margin-bottom:15px}.store-filter-title .label{font-size:16px;font-weight:600;color:#333}.store-filter-row{display:flex;gap:20px;margin-bottom:20px;align-items:flex-end}.store-filter-item{flex:1;min-width:200px}.store-filter-actions{display:flex;gap:15px;align-items:flex-end;margin-left:auto}.store-filter-actions .btn{min-width:240px;max-height:50px;padding:10px 20px;font-size:14px;font-weight:500;text-decoration:none;text-align:center;cursor:pointer;transition:all 0.2s;border:none}.store-filter-actions .btn-blue{background:#004E9E;color:#fff}.store-filter-actions .btn-blue:hover{background:#0056b3}.store-filter-actions .btn--white{background:#fff;color:#004E9E;border:1px solid #004E9E}.store-filter-actions .btn--white:hover{background:#f8f9fa}.store-filter-dropdown{position:relative;display:inline-block;width:100%}.store-filter-dropdown__toggle{width:100%;height:50px;padding:10px 15px;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#333;transition:border-color 0.2s}.store-filter-dropdown__toggle:hover{border-color:#004E9E}.store-filter-dropdown__toggle svg{transition:transform 0.2s}.store-filter-dropdown.active .store-filter-dropdown__toggle svg{transform:rotate(180deg)}.store-filter-dropdown__content{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-top:none;border-radius:0 0 4px 4px;max-height:200px;overflow-y:auto;z-index:1000;display:none;padding:10px}.store-filter-dropdown.active .store-filter-dropdown__content{display:block}.store-filter-dropdown__content .b-check{margin-bottom:8px}.store-filter-dropdown__content .b-check:last-child{margin-bottom:0}.static-list__empty{text-align:center;padding:40px 20px;color:#666}.static-list__empty .title-4{margin-bottom:10px;color:#333}.static-list__empty a{color:#004E9E;text-decoration:underline}