@media (min-width: 768px) { .faqs { margin: 54px 0; } }

.faqs .block-content-faq-full__title { margin-bottom: 40px; }

.faqs .block-content-faq-full__field-faqs-item { margin-bottom: 10px; background: #f4f4f4; border-radius: 8px; padding: 20px; -webkit-transition: 0.3s; transition: 0.3s; }

.faqs .block-content-faq-full__field-faqs-item:hover { background: #e7e6f7; }

.faqs .block-content-faq-full__field-faqs-item.active { background: #e7e6f7; }

.faqs .block-content-faq-full__field-faqs-item.active .js-opener svg { -webkit-transform: rotate(180deg); transform: rotate(180deg); }

.faqs .js-opener { background: transparent; padding: 0; border: none; width: 100%; display: grid; grid-template-columns: 1fr 26px; gap: 10px; font-size: 16px; font-weight: 700; line-height: 1.5; color: #000; text-align: left; border-radius: 0; text-transform: none; }

.faqs .js-opener:after { display: none; }

.faqs .js-opener svg { width: 26px; height: 26px; -webkit-transition: 0.3s; transition: 0.3s; }

.faqs .js-slide { padding-top: 20px; font-size: 16px; line-height: 1.5; }

/*# sourceMappingURL=faqs.css.map */
