.faqs{display:grid;gap:20px}.faqs .faq{border-radius:32px;background:#faf9f1}.faqs .faq.unshown{display:none}.faqs .faq .top{padding:40px 80px 40px 32px;font-size:26px;font-weight:500;line-height:120%;position:relative}@media (max-width:1023px){.faqs .faq .top{padding:28px 70px 28px 20px;font-size:16px}}.faqs .faq .top.active:after{transform:translateY(-50%) rotate(-45deg);background-color:#ec7f55}.faqs .faq .top:after{content:"";width:44px;height:44px;border-radius:50%;background-color:#080e1a;background-image:url(../../images/icons/plus.svg);background-repeat:no-repeat;background-position:50%;background-size:22px;position:absolute;top:50%;right:32px;transform:translateY(-50%);cursor:pointer;transition:.3s}@media (max-width:1023px){.faqs .faq .top:after{width:38px;height:38px;background-size:16px;right:20px}}.faqs .faq .bottom{display:none;padding:0 80px 32px 32px}@media (max-width:1023px){.faqs .faq .bottom{padding:0 70px 20px 20px}}.faqs .faq .bottom .text{display:grid;gap:15px;max-width:904px}