.filter__content{position:absolute;top:100%;left:50%;transform:translate(-50%);width:100%;max-width:64rem;max-height:40rem;overflow:auto;background-color:#fff;z-index:10;padding:1.6rem;border-radius:1rem;box-shadow:0 0 10px #0000001a;margin-top:1.2rem}@media (min-width: 768px){.filter__content{padding:2.4rem;max-height:100vh}}.filter__part{display:flex;flex-direction:column;flex-wrap:wrap;gap:.8rem}.filter__part-title{font-weight:300;text-transform:uppercase;opacity:.6;margin-bottom:.3rem;width:100%}.filter .c-checkbox{display:block}.filter .c-checkbox input{display:none}.filter .c-checkbox__label{display:flex;align-items:center;justify-content:space-between;gap:.6rem;border:1px solid rgba(51,51,51,.15);color:#333c;padding:.8rem 1.2rem;border-radius:1rem;font-size:1.4rem}.filter .c-checkbox__label small{font-size:1.2rem;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;width:2rem;height:2rem;border-radius:50%;background-color:#3333331a}.filter .c-checkbox__input:checked+.c-checkbox__label,.filter .c-checkbox:hover .c-checkbox__label{border-color:#333;color:#333}
