.v10-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:16px;margin-top:20px}.v10-faq__list-item{background:var(--card-bg);border-radius:16px;width:100%}.v10-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;background:var(--card-bg);border-radius:16px;color:var(--card-text);cursor:pointer;gap:12px;list-style:none;padding:16px;-webkit-transition:margin-bottom .3s ease-in-out;transition:margin-bottom .3s ease-in-out}.v10-faq__list-item summary::-webkit-details-marker{display:none}.v10-faq__list-item .text-block{height:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;interpolate-size:allow-keywords;color:var(--card-text-secondary);overflow:hidden;padding-left:44px;position:relative;visibility:hidden}.v10-faq__list-item .text-block:before{background:var(--line-main);content:"";display:inline-block;height:100%;left:28px;position:absolute;top:0;width:1px}.v10-faq__list-item_open{padding-bottom:16px}.v10-faq__list-item_open summary{margin-bottom:12px}.v10-faq__list-item_open summary .v10-faq__arrow svg{-webkit-transform:rotate(0);transform:rotate(0)}.v10-faq__list-item_open .text-block{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;visibility:visible}.v10-faq__arrow svg{-ms-flex-negative:0;flex-shrink:0;height:24px;-webkit-transform:rotate(180deg);transform:rotate(180deg);width:24px}.v10-faq__list-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.v10-faq__list-title svg{height:24px;width:24px;-ms-flex-negative:0;color:var(--theme-color);flex-shrink:0}.v10-faq__list-question{font-size:18px;font-weight:500;line-height:150%}