.theme-block:has(>.faq){--padding-top: 100px;--padding-bottom: 140px;--padding-top-tablet: 60px;--padding-bottom-tablet: 60px;--padding-top-mobile: 40px;--padding-bottom-mobile: 40px}.theme-block .faq{width:100%;max-width:808px;margin:0 auto}.theme-block .faq__list{display:flex;flex-direction:column;gap:16px;flex-grow:1}.theme-block .faq__item{padding:30px;position:relative;background:var(--white);border:1px solid #dfdfdf;box-shadow:0 2px 8px #00000012;border-radius:20px}.theme-block .faq__item:before{content:"";position:absolute;left:-38px;top:0;width:4px;height:0;border-radius:4px;background-color:var(--green1);transition:.4s cubic-bezier(.4,0,.2,1)}@media screen and (max-width:992px){.theme-block .faq__item:before{left:-11px}}.theme-block .faq__item.active .faq__question:after{transform:rotate(180deg)}.theme-block .faq__question{padding:0 44px 0 0;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer;font-weight:700;font-size:20px;line-height:32px;color:var(--primary);position:relative;width:100%;text-align:left}@media screen and (max-width:576px){.theme-block .faq__question{font-size:16px}}.theme-block .faq__question:after{content:"";position:absolute;right:9px;top:7px;width:28px;height:28px;background:url(./chevron-down-blue-CK2h-3p7.svg);transition:transform .4s ease-in-out}@media screen and (max-width:576px){.theme-block .faq__question:after{right:8px}}.theme-block .faq__answer{padding:16px 30px 0 0}.theme-block .faq__answer>*:last-child{margin-bottom:0}
