.faq{background-color:#f7f7f7;box-sizing:border-box;padding:64px 32px;width:100%}.faq__inner{margin:0 auto;max-width:1080px}.faq__heading{margin:0 0 44px;text-align:center}.faq__list{display:flex;flex-wrap:wrap;gap:24px}.faq__item{align-self:flex-start;background-color:#fff;border:1px solid #e2e2e2;flex:1 1 calc(50% - 12px);min-width:280px}.faq__question{align-items:center;background:none;border:0;cursor:pointer;display:flex;font:inherit;gap:16px;justify-content:space-between;padding:20px 22px;text-align:left;width:100%}.faq__question-text{color:#2c2c2c;font-size:16px;font-weight:400;line-height:1.4}.faq__icon{background-color:#e02323;border-radius:50%;flex:0 0 auto;height:26px;position:relative;width:26px}.faq__icon:after,.faq__icon:before{background-color:#fff;content:"";left:50%;position:absolute;top:50%;transition:transform .25s ease,opacity .25s ease}.faq__icon:before{height:2px;transform:translate(-50%,-50%);width:12px}.faq__icon:after{height:12px;transform:translate(-50%,-50%);width:2px}.faq__item.is-open .faq__icon:after{opacity:0;transform:translate(-50%,-50%) rotate(90deg)}.faq__answer{display:none;padding:0 22px}.faq__answer-inner{color:#4a4f63;font-size:15px;line-height:1.6;padding-bottom:20px}.faq__answer-inner p{margin:0 0 12px}.faq__answer-inner p:last-child{margin-bottom:0}@media (max-width:480px){.faq{padding:40px 18px}.faq__heading{margin-bottom:28px}.faq__list{flex-direction:column;gap:16px}.faq__item{flex:1 1 100%;min-width:0;width:100%}.faq__question{padding:16px 18px}.faq__answer{padding:0 18px}}