.v6-faq .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}.v6-faq .container>*{max-width:804px;width:100%}.v6-faq__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:32px;margin-top:8px}.v6-faq__list-item{width:100%}.v6-faq__list-item summary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid var(--line-secondary);color:var(--text-main);cursor:pointer;gap:12px;list-style:none;margin-bottom:16px;padding-bottom:16px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.v6-faq__list-item summary::-webkit-details-marker{display:none}.v6-faq__list-item summary svg{-ms-flex-negative:0;flex-shrink:0;height:20px;-webkit-transform:rotate(180deg);transform:rotate(180deg);width:20px}.v6-faq__list-item__question{font-size:20px;font-weight:700;line-height:140%}.v6-faq__list-item .text-block{color:var(--text-main);height:0;overflow:hidden;-webkit-transition:height .5s;transition:height .5s}.v6-faq__list-item_open summary{margin-bottom:16px}.v6-faq__list-item_open summary svg{-webkit-transform:rotate(0);transform:rotate(0)}@media (max-width:768px){.v6-faq .container{gap:16px}.v6-faq__list{gap:24px}}