.document-list{display:flex;flex-direction:column;gap:20px}@media screen and (max-width:1420px){.document-list{gap:10px}}.document-list__header{display:flex;justify-content:space-between;gap:30px}@media screen and (max-width:1260px){.document-list__header{gap:20px;flex-direction:column;justify-content:normal;align-items:normal}}.document-list__header .x-button{white-space:nowrap}@media screen and (max-width:1260px){.document-list__header .x-button{justify-content:normal}}.document-list__header-title{font-size:16px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.32px;max-width:620px}@media screen and (max-width:1260px){.document-list__header-title{max-width:none}}@media screen and (max-width:780px){.document-list__header-title{font-size:14px;letter-spacing:-.3px}}.document-list__category{display:flex;flex-direction:column;gap:20px}.document-list__category-title{display:flex;padding:12px 0;justify-content:space-between;gap:10px;border-bottom:1px solid #e1e4eb;cursor:pointer;transition:.3s;font-size:16px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.32px;margin-top:20px}.document-list__category-title:hover{opacity:.92}.document-list__category-title-image{width:16px;height:16px;transition:transform .3s;transform:rotate(180deg)}.document-list__category-title-image_collapsed{transform:rotate(0)}.document-list__category-documents{display:flex;gap:4px;flex-wrap:wrap;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;opacity:1}.document-list__category-documents_collapsed{max-height:0!important;opacity:0}.document-list__item{width:calc(33.33333% - 3px)}@media screen and (max-width:1260px){.document-list__item{width:calc(50% - 2px)}}@media screen and (max-width:780px){.document-list__item{width:100%}}