.faq__right-desc{margin:0 0 20px}.faq-list+.btns-wrapper{margin-top:20px}.faq-item{border-bottom:1px solid #dfe3de}.faq-item__question{appearance:none;background-color:#fff;background:transparent;border:none;color:var(--base-color);cursor:pointer;display:block;font-family:var(--base-font-family);font-size:1.6rem;line-height:1.5;margin:0;padding:20px 56px 20px 0;position:relative;text-align:left;transition:all .3s ease-in-out;user-select:none;width:100%}.faq-item__question:active,.faq-item__question:focus,.faq-item__question:hover{background-color:inherit}.faq-item__question h3{font-size:2.4rem;font-weight:500;margin:0}.faq-item__arrow{background-color:var(--green);background-color:currentColor;border-radius:2px;right:20px;top:calc(50% - 1.5px)}.faq-item__arrow,.faq-item__arrow:after{display:block;height:3px;position:absolute;transition:all .3s ease-in-out;width:15px}.faq-item__arrow:after{background:var(--green);background-color:currentColor;content:"";left:0;top:0;transform:rotate(90deg)}.faq-item__question--active .faq-item__arrow{transform:rotate(180deg)}.faq-item__question--active .faq-item__arrow:after{transform:rotate(0deg)}.faq-item__answer{max-height:0;opacity:0;overflow:hidden;transition:all .3s ease-in-out}.faq-item__answer--show{max-height:500vh;opacity:1}.faq-item__description{display:flow-root;margin:0;padding:0 60px 20px 0}.faq-item__description :last-child{margin-bottom:0}