diff --git a/src/App.vue b/src/App.vue
index 41825d8..29c9e04 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -7,6 +7,7 @@
+
@@ -19,5 +20,6 @@ import CompatibilitySection from './components/CompatibilitySection.vue'
import PricingSection from './components/PricingSection.vue'
import StepsSection from './components/StepsSection.vue'
import TestimonialsSection from './components/TestimonialsSection.vue'
+import FaqSection from './components/FaqSection.vue'
import AppFooter from './components/AppFooter.vue'
\ No newline at end of file
diff --git a/src/components/FaqSection.vue b/src/components/FaqSection.vue
new file mode 100644
index 0000000..01e188b
--- /dev/null
+++ b/src/components/FaqSection.vue
@@ -0,0 +1,66 @@
+
+
+
+ Часто задаваемые вопросы
+
+
+
+
+
+ {{ item.question }}
+
+
+
+
+
+
+
+
+
\ No newline at end of file