.accordion{background:#f3f5f7;font-family:Montserrat,sans-seriff;padding:80px 0 120px;width:100%}.acc__wrapper{align-items:center}.acc__inner,.acc__wrapper{display:flex;flex-flow:column;width:100%}.acc__inner{gap:40px}.acc__title{color:#000;font-size:50px;font-weight:800;letter-spacing:-.01em;line-height:116%;text-align:center}.acc__list{display:flex;flex-flow:column;gap:20px}.acc__item{background:#fff;border-radius:20px;cursor:pointer;padding:32px}.acc__trigger{align-items:center;cursor:pointer;display:flex;justify-content:space-between;width:100%}.acc__left{color:#111;font-size:24px;font-weight:800;line-height:142%}.acc__svg-wrapper svg{display:flex}.acc__answer{color:#2b313b;font-family:Inter,sans-seriff;font-size:18px;font-weight:400;line-height:133%}.acc__item{transition:background .3s ease}.acc__item.is-active .acc__content{margin-top:16px}.acc__svg-wrapper svg{transform-origin:50% 50%;transition:transform .25s ease}.acc__svg-wrapper svg path:first-child{transition:opacity .2s ease}.acc__item.is-active .acc__svg-wrapper svg path:first-child{opacity:0}.acc__content{max-height:0;overflow:hidden;transition:max-height .45s ease;will-change:max-height}@media (width <= 991px){.accordion{padding:80px 0}}@media (width <= 768px){.acc__left{font-size:22px}.acc__item{padding:24px}.acc__trigger{gap:10px}}@media (width <= 479px){.accordion{padding:60px 0}.acc__inner{gap:24px}.acc__left{font-size:18px}.acc__answer{font-size:16px}.acc__item{padding:20px}.acc__trigger{gap:15px}}