.CheckBoxesList{display:flex;flex-direction:column;gap:5px}@media only screen and (max-width:640px){.CheckBoxesList{gap:10px}}@media only screen and (max-width:1240px){.CheckBoxesList_compact{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px 16px;gap:8px 16px;margin-top:8px;width:100%}}@media only screen and (max-width:820px){.CheckBoxesList_compact{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:640px){.CheckBoxesList_compact{display:flex;flex-direction:column}}