How to copy data from an accordion

Good afternoon Tell me how you can copy the data from the accordion. I try, but something doesn't work.
Url: Разработанный проект "Бельведер парк"

Sitemap:
{id:"{"_id":"domik","startUrl":["https://domgazobeton.com/projects"],"selectors":[{"id":"link","parentSelectors":["_root"],"type":"SelectorLink","selector":"div:nth-of-type(n+4) .t694__row a","multiple":true},{"id":"название","parentSelectors":["link"],"type":"SelectorText","selector":"h1","multiple":false,"regex":""},{"id":"размеры","parentSelectors":["link"],"type":"SelectorText","selector":".t225__descr span:nth-of-type(1)","multiple":false,"regex":""},{"id":"площадь","parentSelectors":["link"],"type":"SelectorText","selector":".t225__descr span:nth-of-type(2)","multiple":false,"regex":""},{"id":"стоимость","parentSelectors":["link"],"type":"SelectorText","selector":".t225__descr span:nth-of-type(3)","multiple":false,"regex":""},{"id":"картинки","parentSelectors":["link"],"type":"SelectorHTML","selector":"div.t660__container","multiple":true,"regex":""},{"id":"картинка1","parentSelectors":["картинки"],"type":"SelectorImage","selector":"img.loaded","multiple":false},{"id":"фунд","parentSelectors":["link"],"type":"SelectorElementClick","clickElementSelector":".t849__opened button","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickMore","delay":2000,"discardInitialElements":"do-not-discard","multiple":false,"selector":"#accordion1_517604871 div.t849__text"}]}"}

@Fedor Hello, could you, please, provide more details of where exactly this element/data can be located?

At the very bottom of the page there are accordions with information

@Fedor Understood, you should be able to extract this data without having to execute additional clicks.

In order to scrape this data into one column you can use the following 'Grouped' selector: div[class*="accordion"] div[class*="textwrapper"]