.faq-list__list{margin:0 0 20px}.faq-list__list:last-child{margin:0}.faq-list__question{align-items:center;background-color:#f2f2f2;cursor:pointer;display:flex;font-size:18px;font-weight:700;justify-content:space-between;line-height:1.6;padding:20px 20px 20px 75px;position:relative}.faq-list__question:before{content:"Q";font-size:20px;font-weight:700;left:40px;line-height:1;position:absolute;top:calc(20px + .4em)}.faq-list__icon{background-color:#000;border-radius:50%;flex-shrink:0;height:40px;margin-left:25px;position:relative;width:40px}.faq-list__icon:before{transform:translate(-50%,-50%)}.faq-list__icon:after,.faq-list__icon:before{background:#fff;content:"";height:2px;left:50%;position:absolute;top:50%;width:16px}.faq-list__icon:after{transform:translate(-50%,-50%) rotate(90deg);z-index:2}.active .faq-list__icon:after{display:none}.faq-list__answer{background-color:#f2f2f2;box-sizing:border-box;display:none;padding:0 85px 50px 75px;position:relative}.faq-list__answer:before{content:"A";font-size:18px;font-weight:500;left:42px;position:absolute;top:.5em}