.faq{margin-top:50px;margin-bottom:50px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq-title{display:flex;flex-wrap:nowrap;align-items:center;margin-bottom:20px}.faq-title h2{font-weight:700;font-size:2.5rem;margin-left:20px}.faq-title__icon{display:block;width:100px;height:100px;background:url(/img/icons/faq-question.svg);background-repeat:no-repeat;background-size:contain;background-position:50%}.faq-question__arrow{display:block;width:2rem;height:2rem;min-width:2rem;min-height:2rem;background:url(/img/icons/faq-arrow.svg);background-repeat:no-repeat;background-size:contain;background-position:50%;transform:rotate(90deg);transition:all .3s ease}.faq-question__arrow.active{transform:rotate(0)}.faq-item{max-width:800px}.faq-item__question{display:flex;align-items:center;justify-content:space-between;padding:20px;font-size:1.4rem;cursor:pointer}.faq-item__answer{line-height:1.6;font-size:1rem;padding:0 40px 60px;animation:faq-item__answer-fade-in .3s ease both}@keyframes faq-item__answer-fade-in{0%{opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}.support-form{margin-top:100px;margin-bottom:100px}.support-form h2{font-weight:700;font-size:2.5rem;padding-bottom:10px}.support-form p{max-width:700px}.support-form__form-wrapper{margin-top:50px}.support-description p{max-width:700px}@media screen and (max-width:768px){.faq-question__arrow{width:1.5rem;height:1.5rem;min-width:1.5rem;min-height:1.5rem}.faq-item__question{font-size:16px}.faq-item__answer{font-size:14px}}