{"id":32095,"date":"2021-10-12T15:51:09","date_gmt":"2021-10-12T12:51:09","guid":{"rendered":"https:\/\/gar-mak.com\/?page_id=32095"},"modified":"2026-03-28T12:12:47","modified_gmt":"2026-03-28T09:12:47","slug":"%d9%85%d9%86-%d9%86%d8%ad%d9%86","status":"publish","type":"page","link":"https:\/\/gar-mak.com\/ar\/%d9%85%d9%86-%d9%86%d8%ad%d9%86\/","title":{"rendered":"\u0645\u0646 \u0646\u062d\u0646"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"32095\" class=\"elementor elementor-32095 elementor-4400\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"wd-negative-gap elementor-element elementor-element-60117fd e-flex e-con-boxed e-con e-parent\" data-id=\"60117fd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-2014336 e-flex e-con-boxed e-con e-parent\" data-id=\"2014336\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0c41657 elementor-widget elementor-widget-html\" data-id=\"0c41657\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"ar\" dir=\"rtl\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>\u0645\u0646 \u0646\u062d\u0646 - Gar-Mak<\/title>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@700;900&family=Work+Sans:wght@300;400;500;600&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n        :root {\r\n            --primary: #1a1a2e;\r\n            --secondary: #16213e;\r\n            --accent: #e94560;\r\n            --accent-light: #ff6b85;\r\n            --gold: #d4af37;\r\n            --bg: #f8f9fa;\r\n            --text: #2c3e50;\r\n            --text-light: #6c757d;\r\n            --white: #ffffff;\r\n        }\r\n\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Work Sans', sans-serif;\r\n            background: var(--bg);\r\n            color: var(--text);\r\n            line-height: 1.7;\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        \/* Hero Section *\/\r\n        .hero {\r\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\r\n            padding: 120px 20px 80px;\r\n            text-align: center;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .hero::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            bottom: 0;\r\n            background: \r\n                radial-gradient(circle at 20% 50%, rgba(233, 69, 96, 0.1) 0%, transparent 50%),\r\n                radial-gradient(circle at 80% 80%, rgba(212, 175, 55, 0.1) 0%, transparent 50%);\r\n            pointer-events: none;\r\n        }\r\n\r\n        .hero-content {\r\n            max-width: 800px;\r\n            margin: 0 auto;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .hero h1 {\r\n            font-family: 'Playfair Display', serif;\r\n            font-size: clamp(3rem, 8vw, 5rem);\r\n            font-weight: 900;\r\n            color: var(--white);\r\n            margin-bottom: 20px;\r\n            letter-spacing: -2px;\r\n            animation: fadeInUp 1s ease-out;\r\n        }\r\n\r\n        .hero-subtitle {\r\n            font-size: 1.3rem;\r\n            color: rgba(255, 255, 255, 0.9);\r\n            font-weight: 300;\r\n            margin-bottom: 40px;\r\n            animation: fadeInUp 1s ease-out 0.2s backwards;\r\n        }\r\n\r\n        .stats-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\r\n            gap: 30px;\r\n            max-width: 1000px;\r\n            margin: 60px auto 0;\r\n            animation: fadeInUp 1s ease-out 0.4s backwards;\r\n        }\r\n\r\n        .stat-item {\r\n            background: rgba(255, 255, 255, 0.1);\r\n            backdrop-filter: blur(10px);\r\n            padding: 25px;\r\n            border-radius: 15px;\r\n            border: 1px solid rgba(255, 255, 255, 0.2);\r\n            transition: transform 0.3s ease, background 0.3s ease;\r\n        }\r\n\r\n        .stat-item:hover {\r\n            transform: translateY(-5px);\r\n            background: rgba(255, 255, 255, 0.15);\r\n        }\r\n\r\n        .stat-number {\r\n            font-size: 2.5rem;\r\n            font-weight: 700;\r\n            color: var(--gold);\r\n            font-family: 'Playfair Display', serif;\r\n        }\r\n\r\n        .stat-label {\r\n            font-size: 0.9rem;\r\n            color: rgba(255, 255, 255, 0.8);\r\n            margin-top: 5px;\r\n            text-transform: uppercase;\r\n            letter-spacing: 1px;\r\n        }\r\n\r\n        \/* Mission & Vision *\/\r\n        .mission-vision {\r\n            padding: 100px 20px;\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        .mv-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n            gap: 40px;\r\n            margin-top: 60px;\r\n        }\r\n\r\n        .mv-card {\r\n            background: var(--white);\r\n            padding: 50px 40px;\r\n            border-radius: 20px;\r\n            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);\r\n            position: relative;\r\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n        }\r\n\r\n        .mv-card::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 5px;\r\n            background: linear-gradient(90deg, var(--accent), var(--accent-light));\r\n            border-radius: 20px 20px 0 0;\r\n        }\r\n\r\n        .mv-card:hover {\r\n            transform: translateY(-10px);\r\n            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);\r\n        }\r\n\r\n        .mv-icon {\r\n            font-size: 3rem;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .mv-title {\r\n            font-family: 'Playfair Display', serif;\r\n            font-size: 1.8rem;\r\n            color: var(--primary);\r\n            margin-bottom: 20px;\r\n            font-weight: 700;\r\n        }\r\n\r\n        .mv-text {\r\n            color: var(--text-light);\r\n            line-height: 1.8;\r\n        }\r\n\r\n        \/* Timeline Section *\/\r\n        .timeline-section {\r\n            background: linear-gradient(to bottom, var(--bg) 0%, #e8eef3 100%);\r\n            padding: 100px 20px;\r\n        }\r\n\r\n        .section-title {\r\n            text-align: center;\r\n            font-family: 'Playfair Display', serif;\r\n            font-size: clamp(2.5rem, 6vw, 4rem);\r\n            color: var(--primary);\r\n            margin-bottom: 20px;\r\n            font-weight: 900;\r\n        }\r\n\r\n        .section-subtitle {\r\n            text-align: center;\r\n            color: var(--text-light);\r\n            font-size: 1.2rem;\r\n            margin-bottom: 80px;\r\n            max-width: 600px;\r\n            margin-left: auto;\r\n            margin-right: auto;\r\n        }\r\n\r\n        .timeline {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            position: relative;\r\n        }\r\n\r\n        .timeline::before {\r\n            content: '';\r\n            position: absolute;\r\n            left: 50%;\r\n            transform: translateX(-50%);\r\n            width: 4px;\r\n            height: 100%;\r\n            background: linear-gradient(to bottom, var(--accent), var(--gold));\r\n            border-radius: 2px;\r\n        }\r\n\r\n        .timeline-item {\r\n            margin-bottom: 80px;\r\n            position: relative;\r\n            animation: fadeIn 0.8s ease-out;\r\n        }\r\n\r\n        .timeline-item:nth-child(odd) .timeline-content {\r\n            margin-left: auto;\r\n            margin-right: 0;\r\n            padding-left: 0;\r\n            padding-right: 60px;\r\n        }\r\n\r\n        .timeline-item:nth-child(even) .timeline-content {\r\n            margin-left: 0;\r\n            margin-right: auto;\r\n            padding-left: 60px;\r\n            padding-right: 0;\r\n        }\r\n\r\n        .timeline-marker {\r\n            position: absolute;\r\n            left: 50%;\r\n            top: 30px;\r\n            transform: translateX(-50%);\r\n            width: 30px;\r\n            height: 30px;\r\n            background: var(--accent);\r\n            border: 6px solid var(--white);\r\n            border-radius: 50%;\r\n            z-index: 2;\r\n            box-shadow: 0 0 0 6px rgba(233, 69, 96, 0.2);\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .timeline-item:hover .timeline-marker {\r\n            transform: translateX(-50%) scale(1.3);\r\n            box-shadow: 0 0 0 12px rgba(233, 69, 96, 0.3);\r\n        }\r\n\r\n        .timeline-content {\r\n            width: calc(50% - 40px);\r\n            background: var(--white);\r\n            padding: 40px;\r\n            border-radius: 20px;\r\n            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);\r\n            transition: all 0.3s ease;\r\n            position: relative;\r\n        }\r\n\r\n        .timeline-content:hover {\r\n            transform: scale(1.02);\r\n            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);\r\n        }\r\n\r\n        .timeline-year {\r\n            font-family: 'Playfair Display', serif;\r\n            font-size: 3rem;\r\n            font-weight: 900;\r\n            color: var(--accent);\r\n            margin-bottom: 15px;\r\n            line-height: 1;\r\n        }\r\n\r\n        .timeline-title {\r\n            font-size: 1.5rem;\r\n            font-weight: 600;\r\n            color: var(--primary);\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .timeline-text {\r\n            color: var(--text-light);\r\n            line-height: 1.8;\r\n        }\r\n\r\n        .timeline-image {\r\n            width: 100%;\r\n            height: 200px;\r\n            object-fit: cover;\r\n            border-radius: 12px;\r\n            margin-top: 20px;\r\n        }\r\n\r\n        \/* Responsive Timeline *\/\r\n        @media (max-width: 768px) {\r\n            .timeline::before {\r\n                left: 30px;\r\n            }\r\n\r\n            .timeline-marker {\r\n                left: 30px;\r\n            }\r\n\r\n            .timeline-item:nth-child(odd) .timeline-content,\r\n            .timeline-item:nth-child(even) .timeline-content {\r\n                width: calc(100% - 80px);\r\n                margin-left: 80px;\r\n                margin-right: 0;\r\n                padding: 30px;\r\n                padding-left: 30px;\r\n                padding-right: 30px;\r\n            }\r\n\r\n            .timeline-year {\r\n                font-size: 2rem;\r\n            }\r\n        }\r\n\r\n        \/* Animations *\/\r\n        @keyframes fadeInUp {\r\n            from {\r\n                opacity: 0;\r\n                transform: translateY(30px);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n\r\n        @keyframes fadeIn {\r\n            from {\r\n                opacity: 0;\r\n            }\r\n            to {\r\n                opacity: 1;\r\n            }\r\n        }\r\n\r\n        \/* Scroll Animation *\/\r\n        .timeline-item {\r\n            opacity: 0;\r\n            animation: none;\r\n        }\r\n\r\n        .timeline-item.visible {\r\n            animation: fadeInUp 0.8s ease-out forwards;\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <!-- Hero Section -->\r\n    <section class=\"hero\">\r\n        <div class=\"hero-content\">\r\n            <h1>Gar-Mak<\/h1>\r\n            <p class=\"hero-subtitle\">\u0646\u0642\u0648\u062f \u0635\u0646\u0627\u0639\u0629 \u0627\u0644\u062a\u0646\u0638\u064a\u0641 \u0628\u062a\u0642\u0646\u064a\u0627\u062a \u0645\u0628\u062a\u0643\u0631\u0629 \u0645\u0646\u0630 \u0639\u0627\u0645 1978<\/p>\r\n            \r\n            <div class=\"stats-grid\">\r\n                <div class=\"stat-item\">\r\n                    <div class=\"stat-number\">47<\/div>\r\n                    <div class=\"stat-label\">\u0639\u0627\u0645\u0627\u064b \u0645\u0646 \u0627\u0644\u062e\u0628\u0631\u0629<\/div>\r\n                <\/div>\r\n                <div class=\"stat-item\">\r\n                    <div class=\"stat-number\">56<\/div>\r\n                    <div class=\"stat-label\">\u062f\u0648\u0644\u0629 \u062a\u0635\u062f\u064a\u0631<\/div>\r\n                <\/div>\r\n                <div class=\"stat-item\">\r\n                    <div class=\"stat-number\">3,400\u0645\u00b2<\/div>\r\n                    <div class=\"stat-label\">\u0645\u0646\u0634\u0623\u0629 \u0625\u0646\u062a\u0627\u062c \u062d\u062f\u064a\u062b\u0629<\/div>\r\n                <\/div>\r\n                <div class=\"stat-item\">\r\n                    <div class=\"stat-number\">60%<\/div>\r\n                    <div class=\"stat-label\">\u0645\u0639\u062f\u0644 \u0627\u0644\u062a\u0635\u062f\u064a\u0631<\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Mission & Vision -->\r\n    <section class=\"mission-vision\">\r\n        <div class=\"mv-grid\">\r\n            <div class=\"mv-card\">\r\n                <div class=\"mv-icon\">\ud83c\udfaf<\/div>\r\n                <h2 class=\"mv-title\">\u0631\u0624\u064a\u062a\u0646\u0627<\/h2>\r\n                <p class=\"mv-text\">\u0623\u0646 \u0646\u0635\u0628\u062d \u0627\u0644\u0634\u0631\u0643\u0629 \u0627\u0644\u0645\u0635\u0646\u0651\u0639\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0644\u0645\u0639\u062f\u0627\u062a \u0627\u0644\u062a\u0646\u0638\u064a\u0641 \u0627\u0644\u0635\u0646\u0627\u0639\u064a \u0641\u064a \u062a\u0631\u0643\u064a\u0627 \u0641\u064a \u0639\u0627\u0645\u0646\u0627 \u0627\u0644\u0623\u0631\u0628\u0639\u064a\u0646\u061b \u0648\u0623\u0646 \u0646\u0643\u0648\u0646 \u0627\u0644\u0639\u0644\u0627\u0645\u0629 \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629 \u0627\u0644\u0623\u0643\u062b\u0631 \u062a\u0641\u0636\u064a\u0644\u0627\u064b \u0641\u064a \u0642\u0637\u0627\u0639 \u0622\u0644\u0627\u062a \u0627\u0644\u062a\u0646\u0638\u064a\u0641 \u0641\u064a \u0639\u0627\u0645\u0646\u0627 \u0627\u0644\u062e\u0645\u0633\u064a\u0646.<\/p>\r\n            <\/div>\r\n            <div class=\"mv-card\">\r\n                <div class=\"mv-icon\">\ud83d\udca1<\/div>\r\n                <h2 class=\"mv-title\">\u0645\u0647\u0645\u062a\u0646\u0627<\/h2>\r\n                <p class=\"mv-text\">\u0625\u0646\u062a\u0627\u062c \u062a\u0642\u0646\u064a\u0627\u062a \u0639\u0627\u0644\u064a\u0629 \u0627\u0644\u0623\u062f\u0627\u0621 \u062a\u0633\u062a\u0647\u0644\u0643 \u0623\u0642\u0644 \u0642\u062f\u0631 \u0645\u0646 \u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0645\u0646 \u0623\u062c\u0644 \u0645\u0633\u062a\u0642\u0628\u0644 \u0623\u0643\u062b\u0631 \u0635\u062d\u0629\u064b \u0648\u0646\u0638\u0627\u0641\u0629\u064b \u0648\u0633\u0639\u0627\u062f\u0629\u064b\u061b \u0648\u062a\u0642\u062f\u064a\u0645 \u062a\u0642\u0646\u064a\u062a\u0646\u0627 \u0625\u0644\u0649 \u0627\u0644\u0623\u0633\u0648\u0627\u0642 \u0627\u0644\u0639\u0627\u0644\u0645\u064a\u0629 \u0648\u0625\u0628\u0631\u0627\u0632 \u0642\u0648\u0629 \u0627\u0644\u0625\u0646\u062a\u0627\u062c \u0627\u0644\u062a\u0631\u0643\u064a \u0623\u0645\u0627\u0645 \u0627\u0644\u0639\u0627\u0644\u0645.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Timeline Section -->\r\n    <section class=\"timeline-section\">\r\n        <h2 class=\"section-title\">\u062a\u0627\u0631\u064a\u062e\u0646\u0627<\/h2>\r\n        <p class=\"section-subtitle\">\u0631\u062d\u0644\u0629 47 \u0639\u0627\u0645\u0627\u064b \u0645\u0646 \u0648\u0631\u0634\u0629 \u0645\u062e\u0631\u0637\u0629 \u0635\u063a\u064a\u0631\u0629 \u0625\u0644\u0649 \u0639\u0644\u0627\u0645\u0629 \u062a\u062c\u0627\u0631\u064a\u0629 \u0639\u0627\u0644\u0645\u064a\u0629<\/p>\r\n\r\n        <div class=\"timeline\">\r\n            <!-- 1978 -->\r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-marker\"><\/div>\r\n                <div class=\"timeline-content\">\r\n                    <div class=\"timeline-year\">1978<\/div>\r\n                    <h3 class=\"timeline-title\">\u0639\u0627\u0645 \u0627\u0644\u062a\u0623\u0633\u064a\u0633<\/h3>\r\n                    <p class=\"timeline-text\">\u0623\u0633\u0633\u0647\u0627 \u0631\u062c\u0628 \u0628\u0643\u062a\u0627\u0634 \u062a\u062d\u062a \u0627\u0633\u0645 \"Garanti Makine Torna At\u00f6lyesi\" (\u0648\u0631\u0634\u0629 \u0627\u0644\u0645\u062e\u0631\u0637\u0629 \u0644\u0644\u0622\u0644\u0627\u062a \u0627\u0644\u0636\u0645\u0627\u0646\u064a\u0629)\u060c \u0648\u0628\u062f\u0623\u062a \u0627\u0644\u0634\u0631\u0643\u0629 \u0646\u0634\u0627\u0637\u0647\u0627 \u0643\u0648\u0631\u0634\u0629 \u0645\u062e\u0631\u0637\u0629 \u0635\u063a\u064a\u0631\u0629 \u0644\u0625\u0646\u062a\u0627\u062c \u0642\u0637\u0639 \u063a\u064a\u0627\u0631 \u0622\u0644\u0627\u062a \u062e\u0627\u0635\u0629 \u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u0633\u064a\u0627\u0631\u0627\u062a \u0648\u062a\u0642\u062f\u064a\u0645 \u062e\u062f\u0645\u0627\u062a \u0627\u0644\u0635\u064a\u0627\u0646\u0629 \u0627\u0644\u0641\u0646\u064a\u0629.<\/p>\r\n                    <img decoding=\"async\" src=\"https:\/\/gar-mak.com\/wp-content\/uploads\/2025\/09\/44.jpg\" alt=\"\u0631\u062c\u0628 \u0628\u0643\u062a\u0627\u0634 - 1986\" class=\"timeline-image\" title=\"\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- 1990 -->\r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-marker\"><\/div>\r\n                <div class=\"timeline-content\">\r\n                    <div class=\"timeline-year\">1990<\/div>\r\n                    <h3 class=\"timeline-title\">Garanti Makine Torna Ta\u015flama<\/h3>\r\n                    <p class=\"timeline-text\">\u062c\u0631\u0649 \u062a\u062d\u062f\u064a\u062b \u0627\u0633\u0645 \u0627\u0644\u0634\u0631\u0643\u0629 \u0625\u0644\u0649 \"Garanti Makine Torna Ta\u015flama\" (\u0622\u0644\u0627\u062a \u0627\u0644\u0636\u0645\u0627\u0646 \u0644\u0644\u0645\u062e\u0631\u0637\u0629 \u0648\u0627\u0644\u0637\u062d\u0646)\u060c \u0648\u062a\u0645 \u062a\u0648\u0633\u064a\u0639 \u0637\u0627\u0642\u062a\u0647\u0627 \u0627\u0644\u0625\u0646\u062a\u0627\u062c\u064a\u0629.<\/p>\r\n                    <img decoding=\"async\" src=\"https:\/\/gar-mak.com\/wp-content\/uploads\/2025\/09\/1978-418x300-1.jpg\" alt=\"\u0627\u0644\u0645\u062e\u0631\u0637\u0629 \u0648\u0627\u0644\u0637\u062d\u0646\" class=\"timeline-image\" title=\"\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- 2005 -->\r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-marker\"><\/div>\r\n                <div class=\"timeline-content\">\r\n                    <div class=\"timeline-year\">2005<\/div>\r\n                    <h3 class=\"timeline-title\">\u0627\u0644\u062f\u062e\u0648\u0644 \u0625\u0644\u0649 \u0642\u0637\u0627\u0639 \u063a\u0633\u064a\u0644 \u0627\u0644\u0633\u062c\u0627\u062f<\/h3>\r\n                    <p class=\"timeline-text\">\u062a\u062d\u062a \u0639\u0644\u0627\u0645\u0629 Gar-Mak \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629\u060c \u062f\u062e\u0644\u0646\u0627 \u0642\u0637\u0627\u0639 \u063a\u0633\u064a\u0644 \u0627\u0644\u0633\u062c\u0627\u062f \u0627\u0644\u0645\u062a\u0646\u0627\u0645\u064a \u0641\u064a \u062a\u0631\u0643\u064a\u0627 \u0628\u0625\u0646\u062a\u0627\u062c \u0622\u0644\u0629 \u0639\u0635\u0631 \u0627\u0644\u0633\u062c\u0627\u062f \u0627\u0644\u0637\u0631\u062f\u064a\u0629 \u0630\u0627\u062a \u0627\u0644\u0628\u0643\u0631\u0627\u062a \u0628\u0645\u064a\u0632\u0629 \u0627\u0644\u0634\u0637\u0641. \u0648\u0623\u0635\u0628\u062d\u062a \u0622\u0644\u0629 \u0639\u0635\u0631 \u0627\u0644\u0633\u062c\u0627\u062f \u0627\u0644\u0623\u0646\u0628\u0648\u0628\u064a\u0629 \u0625\u062d\u062f\u0649 \u0627\u0644\u0622\u0644\u0627\u062a \u0627\u0644\u0645\u0647\u0645\u0629 \u0641\u064a \u0627\u0644\u0642\u0637\u0627\u0639.<\/p>\r\n                    <img decoding=\"async\" src=\"https:\/\/gar-mak.com\/wp-content\/uploads\/2025\/09\/IMG_7970-450x300-1.jpg\" alt=\"\u0622\u0644\u0627\u062a \u063a\u0633\u064a\u0644 \u0627\u0644\u0633\u062c\u0627\u062f\" class=\"timeline-image\" title=\"\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- 2011 -->\r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-marker\"><\/div>\r\n                <div class=\"timeline-content\">\r\n                    <div class=\"timeline-year\">2011<\/div>\r\n                    <h3 class=\"timeline-title\">\u0627\u0644\u0627\u0646\u062a\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u062c\u064a\u0644 \u0627\u0644\u062b\u0627\u0646\u064a<\/h3>\r\n                    <p class=\"timeline-text\">\u0627\u0646\u062a\u0642\u0644\u062a \u0627\u0644\u0634\u0631\u0643\u0629 \u0625\u0644\u0649 \u0627\u0644\u062c\u064a\u0644 \u0627\u0644\u062b\u0627\u0646\u064a\u060c \u0648\u062a\u062d\u062a \u0625\u062f\u0627\u0631\u0629 \u0631\u0636\u0648\u0627\u0646 \u0628\u0643\u062a\u0627\u0634 \u0648\u0623\u062d\u0645\u062f \u0623\u0648\u0631\u0647\u0627\u0646 \u0628\u0643\u062a\u0627\u0634 \u0648\u0622\u062f\u0645 \u0628\u0643\u062a\u0627\u0634 \u0648\u0645\u062d\u0645\u062f \u0623\u0645\u064a\u0646 \u0628\u0643\u062a\u0627\u0634\u060c \u0642\u062f\u0651\u0645\u0646\u0627 \u0644\u0644\u0642\u0637\u0627\u0639 \u0622\u0644\u0627\u062a \u063a\u0633\u064a\u0644 \u0627\u0644\u0633\u062c\u0627\u062f \u0627\u0644\u0623\u0648\u062a\u0648\u0645\u0627\u062a\u064a\u0643\u064a\u0629 \u0648\u0622\u0644\u0627\u062a \u0646\u0641\u0636 \u0627\u0644\u0633\u062c\u0627\u062f \u0648\u0622\u0644\u0627\u062a \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u063a\u0628\u0627\u0631 \u0648\u063a\u064a\u0631\u0647\u0627 \u0627\u0644\u0643\u062b\u064a\u0631.<\/p>\r\n                    <img decoding=\"async\" src=\"https:\/\/gar-mak.com\/wp-content\/uploads\/2025\/09\/Kurban-Bayrami-398x300-1.jpg\" alt=\"\u0622\u0644\u0629 \u0646\u0641\u0636 \u0648\u063a\u0633\u064a\u0644 \u0648\u0639\u0635\u0631 \u0627\u0644\u0633\u062c\u0627\u062f\" class=\"timeline-image\" title=\"\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- 2015 -->\r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-marker\"><\/div>\r\n                <div class=\"timeline-content\">\r\n                    <div class=\"timeline-year\">2015<\/div>\r\n                    <h3 class=\"timeline-title\">\u0627\u0644\u0647\u064a\u0643\u0644\u0629 \u0627\u0644\u0645\u0624\u0633\u0633\u064a\u0629<\/h3>\r\n                    <p class=\"timeline-text\">\u0645\u0639 \u0641\u0631\u064a\u0642 \u0627\u0644\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u062c\u062f\u064a\u062f\u060c \u062a\u062d\u0648\u0651\u0644\u062a \u0627\u0644\u0634\u0631\u0643\u0629 \u0625\u0644\u0649 \u0647\u064a\u0643\u0644 \u0645\u0624\u0633\u0633\u064a \u0623\u0643\u062b\u0631 \u0631\u0628\u062d\u064a\u0629\u064b \u0648\u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629\u064b\u060c \u0648\u062a\u0645 \u062a\u0637\u0628\u064a\u0642 \u0623\u0646\u0638\u0645\u0629 \u0648\u0639\u0645\u0644\u064a\u0627\u062a \u0625\u062f\u0627\u0631\u064a\u0629 \u062d\u062f\u064a\u062b\u0629.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- 2017 -->\r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-marker\"><\/div>\r\n                <div class=\"timeline-content\">\r\n                    <div class=\"timeline-year\">2017<\/div>\r\n                    <h3 class=\"timeline-title\">\u0627\u0644\u0646\u0645\u0648 \u0627\u0644\u0639\u0627\u0644\u0645\u064a<\/h3>\r\n                    <p class=\"timeline-text\">\u0628\u0641\u0636\u0644 \u0645\u0626\u0627\u062a \u0627\u0644\u0622\u0644\u0627\u062a \u0627\u0644\u0639\u0627\u0645\u0644\u0629 \u0641\u064a 37 \u062f\u0648\u0644\u0629\u060c \u0623\u0635\u0628\u062d\u062a Gar-Mak \u0625\u062d\u062f\u0649 \u0627\u0644\u0634\u0631\u0643\u0627\u062a \u0627\u0644\u0631\u0627\u0626\u062f\u0629 \u0641\u064a \u0627\u0644\u0642\u0637\u0627\u0639. \u0648\u0623\u064f\u0639\u0644\u0646 \u0639\u0646 \u0639\u0627\u0645\u064e\u064a 2017-2018 \u0628\u0648\u0635\u0641\u0647\u0645\u0627 \"\u0639\u0627\u0645\u064e\u064a \u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631\"\u060c \u0625\u0630 \u0623\u064f\u062c\u0631\u064a\u062a \u062f\u0631\u0627\u0633\u0627\u062a \u0628\u062d\u062b \u0648\u062a\u0637\u0648\u064a\u0631 \u0645\u0643\u062b\u0641\u0629 \u0644\u062a\u0642\u062f\u064a\u0645 \u0645\u0646\u062a\u062c\u0627\u062a \u062c\u062f\u064a\u062f\u0629 \u0644\u0644\u0642\u0637\u0627\u0639.<\/p>\r\n                    <img decoding=\"async\" src=\"https:\/\/gar-mak.com\/wp-content\/uploads\/2025\/09\/BURK0202-450x300-1.jpg\" alt=\"\u0645\u0635\u0646\u0639 Gar-Mak\" class=\"timeline-image\" title=\"\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- 2018 -->\r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-marker\"><\/div>\r\n                <div class=\"timeline-content\">\r\n                    <div class=\"timeline-year\">2018<\/div>\r\n                    <h3 class=\"timeline-title\">\u0642\u0641\u0632\u0629 \u062a\u0635\u062f\u064a\u0631\u064a\u0629 \u0643\u0628\u0631\u0649<\/h3>\r\n                    <p class=\"timeline-text\">\u0648\u0635\u0644\u062a \u0645\u0646\u062a\u062c\u0627\u062a\u0646\u0627 \u0625\u0644\u0649 44 \u062f\u0648\u0644\u0629\u060c \u0648\u062c\u0627\u0621 50% \u0645\u0646 \u0625\u062c\u0645\u0627\u0644\u064a \u062d\u062c\u0645 \u0623\u0639\u0645\u0627\u0644\u0646\u0627 \u0645\u0646 \u0627\u0644\u0635\u0627\u062f\u0631\u0627\u062a. \u0643\u0645\u0627 \u0646\u064f\u0638\u0650\u0651\u0645\u062a \u062b\u0644\u0627\u062b\u0629 \u0645\u0639\u0627\u0631\u0636 \u062a\u062c\u0627\u0631\u064a\u0629 \u062a\u062d\u062a \u0645\u0638\u0644\u0629 TEMS\u0130AD.<\/p>\r\n                    <img decoding=\"async\" src=\"https:\/\/gar-mak.com\/wp-content\/uploads\/2025\/09\/BURK0202-450x300-1.jpg\" alt=\"\u0627\u0644\u062a\u0635\u062f\u064a\u0631\" class=\"timeline-image\" title=\"\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- 2019 -->\r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-marker\"><\/div>\r\n                <div class=\"timeline-content\">\r\n                    <div class=\"timeline-year\">2019<\/div>\r\n                    <h3 class=\"timeline-title\">\u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a \u0641\u064a 48 \u062f\u0648\u0644\u0629<\/h3>\r\n                    <p class=\"timeline-text\">\u0628\u062f\u0623\u0646\u0627 \u0627\u0644\u0639\u0645\u0644 \u0645\u0639 \u0634\u0631\u0643\u0627\u0621 \u062a\u062c\u0627\u0631\u064a\u064a\u0646 \u0641\u064a 48 \u062f\u0648\u0644\u0629\u060c \u0648\u0623\u062a\u0645\u0645\u0646\u0627 60% \u0645\u0646 \u0645\u0628\u064a\u0639\u0627\u062a\u0646\u0627 \u0639\u0628\u0631 \u0627\u0644\u062a\u0635\u062f\u064a\u0631\u060c \u0648\u0627\u0646\u062a\u0642\u0644\u0646\u0627 \u0625\u0644\u0649 \u0645\u0635\u0646\u0639\u0646\u0627 \u0627\u0644\u062c\u062f\u064a\u062f \u0627\u0644\u0628\u0627\u0644\u063a \u0645\u0633\u0627\u062d\u062a\u0647 2,500 \u0645\u00b2 \u0641\u064a G\u00f6r\u00fckle.<\/p>\r\n                    <img decoding=\"async\" src=\"https:\/\/gar-mak.com\/wp-content\/uploads\/2025\/09\/Gar-Mak-Yeni-Fabrika-444x300-1-1.jpg\" alt=\"\u0645\u0635\u0646\u0639 G\u00f6r\u00fckle\" class=\"timeline-image\" title=\"\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- 2020 -->\r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-marker\"><\/div>\r\n                <div class=\"timeline-content\">\r\n                    <div class=\"timeline-year\">2020<\/div>\r\n                    <h3 class=\"timeline-title\">\u0634\u0628\u0643\u0629 \u0627\u0644\u0648\u0643\u0644\u0627\u0621 \u0648\u0627\u0644\u0645\u0648\u0632\u0639\u064a\u0646<\/h3>\r\n                    <p class=\"timeline-text\">\u0645\u064f\u0646\u062d \u062a\u0648\u0632\u064a\u0639 \u0645\u0646\u0637\u0642\u0629 \u0623\u0648\u0631\u0648\u0628\u0627 \u0627\u0644\u0634\u0631\u0642\u064a\u0629 \u0644\u0640 Flaviu Podina \u0627\u0644\u0645\u0642\u064a\u0645 \u0641\u064a \u0631\u0648\u0645\u0627\u0646\u064a\u0627. \u0648\u062a\u0639\u0632\u0651\u0632\u062a \u0634\u0628\u0643\u062a\u0646\u0627 \u0628\u0648\u0643\u0644\u0627\u0621 \u0641\u064a \u0628\u0644\u063a\u0627\u0631\u064a\u0627 \u0648\u0627\u0644\u0628\u0648\u0633\u0646\u0629 \u0648\u0627\u0644\u0647\u0631\u0633\u0643. \u062a\u064f\u0646\u0638\u064e\u0651\u0641 \u0627\u0644\u0633\u062c\u0627\u062f \u0628\u0622\u0644\u0627\u062a\u0646\u0627 \u0641\u064a 50 \u062f\u0648\u0644\u0629 \u062d\u0648\u0644 \u0627\u0644\u0639\u0627\u0644\u0645.<\/p>\r\n                    <img decoding=\"async\" src=\"https:\/\/gar-mak.com\/wp-content\/uploads\/2025\/11\/Garmak-Ekip-scaled.webp\" alt=\"\u0641\u0631\u064a\u0642 Gar-Mak\" class=\"timeline-image\" title=\"\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- 2024 -->\r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-marker\"><\/div>\r\n                <div class=\"timeline-content\">\r\n                    <div class=\"timeline-year\">2024<\/div>\r\n                    <h3 class=\"timeline-title\">\u0631\u0648\u0628\u0648\u062a Morbit \u0644\u062a\u0646\u0638\u064a\u0641 \u0627\u0644\u0623\u0644\u0648\u0627\u062d \u0627\u0644\u0634\u0645\u0633\u064a\u0629<\/h3>\r\n                    <p class=\"timeline-text\">\u0623\u0646\u062a\u062c\u0646\u0627 \"\u0631\u0648\u0628\u0648\u062a Morbit \u0644\u062a\u0646\u0638\u064a\u0641 \u0627\u0644\u0623\u0644\u0648\u0627\u062d \u0627\u0644\u0634\u0645\u0633\u064a\u0629\" \u0627\u0644\u0645\u0635\u0645\u0645 \u0644\u0644\u062a\u0646\u0638\u064a\u0641 \u0627\u0644\u0641\u0639\u0651\u0627\u0644 \u0644\u0644\u0623\u0644\u0648\u0627\u062d \u0627\u0644\u0634\u0645\u0633\u064a\u0629 \u0627\u0644\u0645\u0631\u0643\u0651\u0628\u0629 \u0639\u0644\u0649 \u0623\u0633\u0637\u062d \u0627\u0644\u0645\u0635\u0627\u0646\u0639 \u0648\u0627\u0644\u0645\u0633\u062a\u0648\u062f\u0639\u0627\u062a \u0648\u0627\u0644\u0645\u0628\u0627\u0646\u064a \u0627\u0644\u0645\u063a\u0644\u0642\u0629. \u0648\u0633\u0651\u0639\u0646\u0627 \u0628\u0630\u0644\u0643 \u0645\u062d\u0641\u0638\u0629 \u0645\u0646\u062a\u062c\u0627\u062a\u0646\u0627 \u0627\u0644\u0645\u0628\u062a\u0643\u0631\u0629.<\/p>\r\n                    <img decoding=\"async\" src=\"https:\/\/gar-mak.com\/wp-content\/uploads\/2025\/11\/Morbit-Solar-Panel-Temizleme-Robotu-scaled.jpg\" alt=\"\u0631\u0648\u0628\u0648\u062a Morbit \u0644\u062a\u0646\u0638\u064a\u0641 \u0627\u0644\u0623\u0644\u0648\u0627\u062d \u0627\u0644\u0634\u0645\u0633\u064a\u0629\" class=\"timeline-image\" title=\"\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- 2025 -->\r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-marker\"><\/div>\r\n                <div class=\"timeline-content\">\r\n                    <div class=\"timeline-year\">2025<\/div>\r\n                    <h3 class=\"timeline-title\">\u0627\u0644\u0645\u0646\u0634\u0623\u0629 \u0627\u0644\u062d\u062f\u064a\u062b\u0629 \u0648\u0627\u0644\u062a\u062d\u0648\u0644 \u0627\u0644\u0631\u0642\u0645\u064a<\/h3>\r\n                    <p class=\"timeline-text\">\u0641\u064a \u0623\u0643\u062a\u0648\u0628\u0631 2025\u060c \u0627\u0646\u062a\u0642\u0644\u0646\u0627 \u0625\u0644\u0649 \u0645\u0646\u0634\u0623\u0629 \u0627\u0644\u0625\u0646\u062a\u0627\u062c \u0627\u0644\u062d\u062f\u064a\u062b\u0629 \u0627\u0644\u062c\u062f\u064a\u062f\u0629 \u0627\u0644\u0628\u0627\u0644\u063a\u0629 3,400 \u0645\u00b2 \u0641\u064a \u0628\u0648\u0631\u0635\u0629\u060c \u0643\u0633\u062a\u0644\u060c \u062d\u064a \u062a\u0648\u0631\u0627\u0646. \u0648\u0623\u064f\u0628\u0631\u0645 \u0627\u062a\u0641\u0627\u0642 \u062a\u0648\u0632\u064a\u0639 \u0645\u0639 \u0639\u0644\u0627\u0645\u0629 \"Rugmag\" \u0641\u064a \u0628\u0648\u0644\u0646\u062f\u0627. \u0627\u0643\u062a\u0645\u0644 \u0627\u0644\u062a\u062d\u0648\u0644 \u0627\u0644\u0631\u0642\u0645\u064a \u0628\u0646\u0638\u0627\u0645 Odoo ERP. \u0648\u0635\u0644 \u0646\u0637\u0627\u0642 \u062a\u0642\u0646\u064a\u062a\u0646\u0627 \u0625\u0644\u0649 56 \u062f\u0648\u0644\u0629.<\/p>\r\n                    <img decoding=\"async\" src=\"https:\/\/gar-mak.com\/wp-content\/uploads\/2025\/11\/Garmak-2025-Modern-Tesis-1-scaled.jpg\" alt=\"\u0645\u0646\u0634\u0623\u0629 Gar-Mak \u0627\u0644\u062d\u062f\u064a\u062b\u0629 2025\" class=\"timeline-image\" title=\"\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- 2026 - Future -->\r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-marker\"><\/div>\r\n                <div class=\"timeline-content\">\r\n                    <div class=\"timeline-year\">2026+<\/div>\r\n                    <h3 class=\"timeline-title\">\u0646\u062d\u0648 \u0627\u0644\u0645\u0633\u062a\u0642\u0628\u0644<\/h3>\r\n                    <p class=\"timeline-text\">\u0628\u0647\u062f\u0641 \u0623\u0646 \u0646\u0635\u0628\u062d \u0627\u0644\u0639\u0644\u0627\u0645\u0629 \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629 \u0627\u0644\u0623\u0643\u062b\u0631 \u062a\u0641\u0636\u064a\u0644\u0627\u064b \u0639\u0644\u0649 \u0645\u0633\u062a\u0648\u0649 \u0627\u0644\u0639\u0627\u0644\u0645 \u0641\u064a \u0642\u0637\u0627\u0639 \u0622\u0644\u0627\u062a \u0627\u0644\u062a\u0646\u0638\u064a\u0641 \u0628\u062d\u0644\u0648\u0644 \u0639\u0627\u0645 2028\u060c \u0646\u0648\u0627\u0635\u0644 \u0627\u0644\u0646\u0645\u0648 \u0628\u0645\u0646\u062a\u062c\u0627\u062a\u0646\u0627 \u0627\u0644\u0645\u0628\u062a\u0643\u0631\u0629 \u0648\u0634\u0628\u0643\u062a\u0646\u0627 \u0627\u0644\u0639\u0627\u0644\u0645\u064a\u0629 \u0627\u0644\u0642\u0648\u064a\u0629.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <script>\r\n        \/\/ Scroll Animation\r\n        const observerOptions = {\r\n            threshold: 0.2,\r\n            rootMargin: '0px 0px -100px 0px'\r\n        };\r\n\r\n        const observer = new IntersectionObserver((entries) => {\r\n            entries.forEach(entry => {\r\n                if (entry.isIntersecting) {\r\n                    entry.target.classList.add('visible');\r\n                }\r\n            });\r\n        }, observerOptions);\r\n\r\n        document.querySelectorAll('.timeline-item').forEach(item => {\r\n            observer.observe(item);\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-093006c e-flex e-con-boxed e-con e-parent\" data-id=\"093006c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0cf5eb7 wd-width-100 elementor-widget elementor-widget-wd_title\" data-id=\"0cf5eb7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"title-wrapper wd-set-mb reset-last-child wd-title-color-default wd-title-style-default wd-title-size-default text-center\">\n\n\t\t\t\n\t\t\t<div class=\"liner-continer\">\n\t\t\t\t<h4 class=\"woodmart-title-container title wd-fontsize-l\">Trusted By<\/h4> \n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4022908 elementor-widget elementor-widget-Google\" data-id=\"4022908\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"Google.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<pre class=\"ti-widget\"><template id=\"trustindex-google-widget-html\"><div class=\" ti-widget  ti-goog ti-review-text-mode-readmore ti-text-align-left\" data-no-translation=\"true\" data-plugin-version=\"13.3.1\" data-layout-id=\"13\" data-layout-category=\"slider\" data-set-id=\"light-background\" data-pid=\"\" data-language=\"tr\" data-close-locale=\"Kapal\u0131\" data-review-target-width=\"275\" data-css-version=\"2\" data-reply-by-locale=\"Sahibinden cevap\" data-only-rating-locale=\"Bu kullan\u0131c\u0131 sadece puan b\u0131rakt\u0131.\" data-pager-autoplay-timeout=\"6\"> <div class=\"ti-widget-container ti-col-4\"> <div class=\"ti-footer source-Google\"> <div class=\"ti-row\"> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/gps-cs-s\/AHRPTWnEPlOq158GVCvlqh9ZIFvMzjc_e10Ap35Ede6428SBmy395-n9h3XTAwRbJ7I_7oMvMS_qTk6DhmpY1xrcRYZnmR4mcs_hRaIEknMMNYXnzWfqE3J8Ro2EIfrPx5jfmlB9yUrYIFtXclgk=w65-h65-k-no\" alt=\"Gar-Mak Mechanical Engineering Co. Ltd\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Gar-Mak Mechanical Engineering Co. Ltd<\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><\/span> <div class=\"ti-rating-text\"> <span class=\"nowrap\"><strong>49 Google de\u011ferlendirme<\/strong><\/span> <\/div> <div class=\"ti-header-write-btn-container\"> <a href=\"https:\/\/admin.trustindex.io\/api\/googleWriteReview?place-id=ChIJzcHXKhk5yhQRCRp_IsAkWhQ\" class=\"ti-header-write-btn\" role=\"button\" aria-label=\"Google i\u00e7in bir inceleme yaz\u0131n\" target=\"_blank\" rel=\"noopener\">Inceleme b\u0131rak<\/a> <\/div>  <\/div> <\/div> <\/div> <div class=\"ti-reviews-container\"> <div class=\"ti-controls\"> <div class=\"ti-next\" aria-label=\"Sonraki inceleme\" role=\"button\" tabindex=\"0\"><\/div> <div class=\"ti-prev\" aria-label=\"\u00d6nceki inceleme\" role=\"button\" tabindex=\"0\"><\/div> <\/div> <div class=\"ti-reviews-container-wrapper\">  <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-time=\"\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Google'da yay\u0131nland\u0131<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjXLwozUeJqJ48CyThxWXjxXKtLFXkhm5WcHGwlAk9JaOfI9xkB9=w40-h40-c-rp-mo-br100\" alt=\"Istemihan Varisli profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Istemihan Varisli <\/div> <div class=\"ti-date\">23 Temmuz 2026<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex, incelemenin orijinal kayna\u011f\u0131n\u0131n Google oldu\u011funu do\u011frular.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->B\u0131\u00e7aklar\u0131n ikisi de \u00e7ok kaliteli. \u00d6zenle paketlenmi\u015f olarak s\u00fcr'atle elime ula\u015ft\u0131lar. Te\u015fekk\u00fcr ediyorum :)<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Saklamak\" data-open-text=\"Daha fazla oku\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-time=\"\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Google'da yay\u0131nland\u0131<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjWqWKXfoPhiNwF76I7tPLB0MbXGveh24omb3b4zHYW6nvwt0cA9=w40-h40-c-rp-mo-br100\" alt=\"Zafer \u00c7elik profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Zafer \u00c7elik <\/div> <div class=\"ti-date\">22 Temmuz 2026<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex, incelemenin orijinal kayna\u011f\u0131n\u0131n Google oldu\u011funu do\u011frular.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Manisa Akhisar'dan Zafer \u00c7elik Sipari\u015f verdi\u011fim COTRAS 4l\u00fc olta ta\u015f\u0131ma \u00e7antas\u0131 elime ula\u015ft\u0131 itinal\u0131 kargo ve h\u0131zl\u0131 teslimat i\u00e7in eme\u011fi ge\u00e7en herkese te\u015fekk\u00fcr ederim \ud83d\ude4f\ud83d\ude4f<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Saklamak\" data-open-text=\"Daha fazla oku\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-time=\"\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Google'da yay\u0131nland\u0131<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjUxLg9mJoz5_5pLZwtLy3vR7oU48UrtBtvA-HuN9FBxJnVLnnl58A=w40-h40-c-rp-mo-br100\" alt=\"Mustafa Alp profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Mustafa Alp <\/div> <div class=\"ti-date\">7 Temmuz 2026<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex, incelemenin orijinal kayna\u011f\u0131n\u0131n Google oldu\u011funu do\u011frular.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->\u00dcr\u00fcn \u00e7e\u015fitlili\u011fi harika, fiyatlar olduk\u00e7a uygun. Sipari\u015f ve kargo s\u00fcreci \u00e7ok h\u0131zl\u0131yd\u0131, m\u00fc\u015fteri ilgisi de ger\u00e7ekten takdire de\u011fer. G\u00f6n\u00fcl rahatl\u0131\u011f\u0131yla al\u0131\u015fveri\u015f yap\u0131labilecek bir firma. Eme\u011fi ge\u00e7en herkese te\u015fekk\u00fcr ederim.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Saklamak\" data-open-text=\"Daha fazla oku\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-time=\"\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Google'da yay\u0131nland\u0131<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjUD2YZ5xu3slYhYoEDGtTFLsQv1pgmvSVov9ln5oc5FNaMg49Ig9Q=w40-h40-c-rp-mo-ba12-br100\" alt=\"tayfun erg\u00fcl profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> tayfun erg\u00fcl <\/div> <div class=\"ti-date\">7 Temmuz 2026<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex, incelemenin orijinal kayna\u011f\u0131n\u0131n Google oldu\u011funu do\u011frular.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->piyasada orijinale en yak\u0131n kalitede par\u00e7a bulabilece\u011finiz, yine orijinal par\u00e7aya g\u00f6re kat kat uygun muadil sat\u0131c\u0131lar aras\u0131nda da yine fiyatlar\u0131 en a\u015fa\u011f\u0131da olan bir firma. sat\u0131\u015f ileti\u015fim ve destek konusunda da \u00e7ok yard\u0131mc\u0131 oluyorlar sa\u011f olsunlar. Kesinlikle tavsiye ederim.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Saklamak\" data-open-text=\"Daha fazla oku\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-time=\"\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Google'da yay\u0131nland\u0131<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjWk7ea1CqiLiAMRuVv0SkUeHzWWKrf2i4hgg4nc2XU47S9GYGOQ=w40-h40-c-rp-mo-br100\" alt=\"\u00c7INARO\u011eLU HALI TEM\u0130ZLEME profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> \u00c7INARO\u011eLU HALI TEM\u0130ZLEME <\/div> <div class=\"ti-date\">27 Nisan 2026<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex, incelemenin orijinal kayna\u011f\u0131n\u0131n Google oldu\u011funu do\u011frular.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->G\u00fczel kullan\u0131\u015fl\u0131ve istedi\u011finiz zaman baz\u0131 makinalar\u0131n bak\u0131m\u0131n\u0131 kendiniz yapada bilirsiniz. Tabi bu kafa meselesi<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Saklamak\" data-open-text=\"Daha fazla oku\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-time=\"\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Google'da yay\u0131nland\u0131<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjVXiCLivFeI0BJ7zBhMgdBkEQAqaL4ypAWMsPlcMgh6ke1qS23C=w40-h40-c-rp-mo-br100\" alt=\"Sinan Derman profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Sinan Derman <\/div> <div class=\"ti-date\">3 \u015eubat 2026<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex, incelemenin orijinal kayna\u011f\u0131n\u0131n Google oldu\u011funu do\u011frular.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->\u00d6nemli olan makinay\u0131 almak de\u011fil sat\u0131n ald\u0131ktan sonra \u00fcreticinin makinan\u0131n arkas\u0131nda durmas\u0131 servis hizmeti vermesidir .. En iyi makinay\u0131da alsan servis hizmeti iyi de\u011filse peri\u015fan olursun..\nGar-Mak makinaya her arad\u0131\u011f\u0131m\u0131zda \u00e7ok ilgililer ..\nHemen gerekeni yapmak i\u00e7in ellerinden geleni yap\u0131yorlar .. \u00c7al\u0131\u015ft\u0131\u011f\u0131n firmaya h\u0131zl\u0131 ula\u015fabilmek \u00e7ok \u00f6nemli ..<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Saklamak\" data-open-text=\"Daha fazla oku\"><\/span> <\/div> <\/div>  <\/div> <div class=\"ti-controls-line\"> <div class=\"dot\"><\/div> <\/div>   <div class=\"ti-verified-by ti-verified-by-row\" data-style=\"1\"> <div class=\"ti-inner\"> Do\u011frulayan: Trustindex <span class=\"ti-info-icon\"><\/span> <div class=\"ti-disclaimer\">Trustindex do\u011frulanm\u0131\u015f rozeti, G\u00fcvenin Evrensel Sembol\u00fcd\u00fcr. Sadece en iyi \u015firketler, 4.5 \u00fczerinde bir de\u011ferlendirme puan\u0131na sahip olan do\u011frulanm\u0131\u015f rozeti alabilir, son 12 ay i\u00e7inde m\u00fc\u015fteri incelemelerine dayal\u0131 olarak. <a href=\"https:\/\/www.trustindex.io\/?a=sys&amp;c=wp-verified-badge&amp;url=\/the-trustindex-verified-badge\/\" target=\"_blank\" rel=\"noopener\">Daha fazla oku<\/a><\/div> <\/div> <\/div>  <\/div> <\/div> <\/div> <\/template><\/pre><div data-src=\"https:\/\/cdn.trustindex.io\/loader.js?wp-widget\" data-template-id=\"trustindex-google-widget-html\" data-css-url=\"https:\/\/gar-mak.com\/wp-content\/uploads\/trustindex-google-widget.css?1784192270\"><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u0645\u0646 \u0646\u062d\u0646 &#8211; Gar-Mak Gar-Mak \u0646\u0642\u0648\u062f \u0635\u0646\u0627\u0639\u0629 \u0627\u0644\u062a\u0646\u0638\u064a\u0641 \u0628\u062a\u0642\u0646\u064a\u0627\u062a \u0645\u0628\u062a\u0643\u0631\u0629 \u0645\u0646\u0630 \u0639\u0627\u0645 1978 47 \u0639\u0627\u0645\u0627\u064b \u0645\u0646 \u0627\u0644\u062e\u0628\u0631\u0629 56 \u062f\u0648\u0644\u0629 \u062a\u0635\u062f\u064a\u0631<\/p>\n","protected":false},"author":2,"featured_media":32092,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-32095","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/gar-mak.com\/ar\/wp-json\/wp\/v2\/pages\/32095","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gar-mak.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gar-mak.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gar-mak.com\/ar\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/gar-mak.com\/ar\/wp-json\/wp\/v2\/comments?post=32095"}],"version-history":[{"count":4,"href":"https:\/\/gar-mak.com\/ar\/wp-json\/wp\/v2\/pages\/32095\/revisions"}],"predecessor-version":[{"id":32122,"href":"https:\/\/gar-mak.com\/ar\/wp-json\/wp\/v2\/pages\/32095\/revisions\/32122"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gar-mak.com\/ar\/wp-json\/wp\/v2\/media\/32092"}],"wp:attachment":[{"href":"https:\/\/gar-mak.com\/ar\/wp-json\/wp\/v2\/media?parent=32095"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}