.faq-section{margin:100px 0;h2{text-align:center;margin-bottom:40px}}.faq-container{max-width:846px;margin:40px auto 0}.faq-item{border-bottom:1px solid #e5e5e5}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:25px 0;cursor:pointer;transition:.3s}.faq-question h3{font-size:18px;font-weight:700;margin:0;color:var(--main-text-color)}.faq-icon{position:relative;width:32px;height:32px;background:var(--main-text-color);border-radius:50%;flex-shrink:0;transition:.3s}.faq-icon:before,.faq-icon:after{content:'';position:absolute;background:var(--text-color-contrast);top:50%;left:50%;transform:translate(-50%,-50%)}.faq-icon:before{width:14px;height:2px}.faq-icon:after{width:2px;height:14px;transition:.3s}.faq-item.active .faq-icon{background:var(--accent-color)}.faq-item.active .faq-icon:after{transform:translate(-50%,-50%) rotate(90deg);opacity:0}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-item.active .faq-answer{max-height:1000px;transition:max-height 1s ease}.faq-answer-content{padding-bottom:20px;color:var(--main-text-color);line-height:1.6;font-size:16px}@media (max-width:768px){.faq-section{margin:60px 0}.faq-section h2{margin-bottom:30}}