{"id":503,"date":"2026-02-26T21:02:02","date_gmt":"2026-02-26T17:02:02","guid":{"rendered":"https:\/\/gwm.vasco.ge\/?page_id=503"},"modified":"2026-03-04T18:35:46","modified_gmt":"2026-03-04T14:35:46","slug":"annual-service","status":"publish","type":"page","link":"https:\/\/gwm.vasco.ge\/en\/annual-service\/","title":{"rendered":"Scheduled Maintenance"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"503\" class=\"elementor elementor-503\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8196868 e-flex e-con-boxed e-con e-parent\" data-id=\"8196868\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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=\"elementor-element elementor-element-0826bc4 e-flex e-con-boxed e-con e-parent\" data-id=\"0826bc4\" 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-1060650 elementor-widget elementor-widget-shortcode\" data-id=\"1060650\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><style>\n\/* \u2500\u2500 MODELS GRID \u2014 AWWWARDS LIGHT THEME \u2500\u2500 *\/\n.gmg-root *, .gmg-root *::before, .gmg-root *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n.gmg-root {\n  --bg-main: #ffffff;\n  --surface: #f1f5f9;\n  --surface-hover: #e2e8f0;\n  --border-light: #e2e8f0;\n  \n  --text-dark: #0f172a;\n  --text-mid: #475569;\n  --text-light: #94a3b8;\n  \n  --accent: #c8102e;\n  --accent-glow: rgba(200, 16, 46, 0.12);\n  \n  --radius-xl: 24px;\n  --radius-lg: 16px;\n  --spring: cubic-bezier(0.25, 1.2, 0.4, 1);\n  --ease: cubic-bezier(0.2, 0, 0, 1);\n  \n  font-family: inherit;\n  background: transparent;\n  width: 100%;\n  padding: 24px 0 60px;\n}\n\n\/* Filter Pills (Hidden per request) *\/\n.gmg-filterbar { display: none; }\n\n\/* Grid *\/\n.gmg-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }\n@media (max-width: 600px) { .gmg-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }\n@media (max-width: 480px) { .gmg-grid { grid-template-columns: 1fr; gap: 16px; } }\n\n\/* Card *\/\n.gmg-card {\n position: relative; border-radius: var(--radius-lg); overflow: hidden;\nbackground: var(--surface); border: 1px solid var(--border-light);\n display: block; color: inherit !important; text-decoration: none !important;\n cursor: pointer; transition: all 0.4s var(--spring);\n}\n.gmg-card:hover {\n transform: translateY(-4px); border-color: var(--accent);\n box-shadow: 0 12px 32px -8px rgba(15,23,42,0.12), 0 0 0 1px var(--accent);\n}\n\n\/* Card Image *\/\n.gmg-img-wrap { position: relative; width: 100%; aspect-ratio: 4 \/ 3; display: flex; align-items: center; justify-content: center; padding: 10%; }\n.gmg-img-wrap img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.5s var(--ease); }\n.gmg-card:hover .gmg-img-wrap img { transform: scale(1.08); }\n.gmg-img-placeholder { color: var(--text-light); opacity: 0.3; }\n\n\/* Badges (Model Titles) *\/\n.gmg-title-badges { position: absolute; top: 16px; right: 16px; display: flex; gap: 6px; z-index: 3; flex-direction: column; align-items: flex-end; }\n.gmg-title-badge {\n  display: inline-flex; align-items: center; gap: 4px; padding: 4px 10px;\n  border-radius: 6px; font-size: 10px; font-weight: 700; text-transform: uppercase;\n  background: rgba(255,255,255,0.9); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);\n  color: var(--text-mid); border: 1px solid rgba(0,0,0,0.08); box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n}\n\n\/* Card Body *\/\n.gmg-card-body {\n  position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;\n  padding: 20px; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px;\n  background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);\n}\n.gmg-card-name { font-size: 20px; font-weight: 700; color: var(--text-dark); line-height: 1.1; margin-bottom: 4px; }\n.gmg-card-price-lbl { font-size: 10px; font-weight: 600; text-transform: uppercase; color: var(--text-mid); }\n.gmg-card-price-num { font-size: 16px; font-weight: 700; color: var(--accent); }\n\n\/* Arrow CTA *\/\n.gmg-cta-arrow {\n  width: 36px; height: 36px; border-radius: 50%;\n  background: var(--text-dark); color: #fff; display: flex; align-items: center; justify-content: center;\n  transition: all 0.3s var(--spring);\n}\n.gmg-card:hover .gmg-cta-arrow { background: var(--accent); transform: translateX(4px); box-shadow: 0 4px 12px var(--accent-glow); }\n\n\/* ================================================================\n * POPUP OVERLAY - CENTERED, COMPACT, & SCROLLABLE\n * ================================================================ *\/\n.gmg-overlay {\n  display: none; position: fixed; inset: 0; z-index: 999999;\n  background: rgba(15,23,42,0.5); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);\n  \/* Centered perfectly on both mobile and desktop *\/\n  align-items: center; justify-content: center; padding: 16px;\n}\n.gmg-overlay.open { display: flex; animation: gmgFade .2s ease; }\n@keyframes gmgFade { from { opacity: 0; } to { opacity: 1; } }\n\n.gmg-popup {\n  background: #fff; border-radius: var(--radius-xl); width: 100%; max-width: 600px;\n  box-shadow: 0 24px 60px rgba(15,23,42,0.2); \n  animation: gmgSlide .4s var(--spring);\n  display: flex; flex-direction: column; \n  \/* Limits height so inner part is scrollable *\/\n  max-height: 85dvh; \n  overflow: hidden;\n}\n\/* Reverted slide animation so it opens from the center, not bottom *\/\n@keyframes gmgSlide { from { transform: translateY(20px) scale(.95); opacity: 0; } to { transform: none; opacity: 1; } }\n\n\/* Sticky Header *\/\n.gmg-popup-header {\n  padding: 20px 24px; border-bottom: 1px solid var(--border-light);\n  display: flex; align-items: flex-start; justify-content: space-between;\n  flex-shrink: 0; background: #fff; z-index: 10;\n}\n.gmg-popup-kicker { font-size: 11px; font-weight: 700; text-transform: uppercase; color: var(--text-light); margin-bottom: 4px; }\n.gmg-popup-title { font-size: 24px; font-weight: 700; color: var(--text-dark); line-height: 1.1; }\n.gmg-popup-close {\n  all: unset; width: 36px; height: 36px; border-radius: 50%; background: var(--surface); color: var(--text-mid);\n  display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s; flex-shrink: 0; margin-left: 16px;\n}\n.gmg-popup-close:hover { background: var(--surface-hover); color: var(--text-dark); transform: rotate(90deg); }\n\n@media (min-width: 600px) {\n  .gmg-overlay { padding: 40px; }\n  .gmg-popup-header { padding: 24px 32px; }\n  .gmg-popup-title { font-size: 28px; }\n}\n\n\/* Scrollable Inner Area *\/\n.gmg-popup-scrollable {\n  overflow-y: auto; -webkit-overflow-scrolling: touch;\n  flex-grow: 1; display: flex; flex-direction: column;\n}\n\n.gmg-popup-hint { \n  padding: 12px 24px; font-size: 13px; font-weight: 500; color: var(--text-mid); \n  background: var(--surface); border-bottom: 1px solid var(--border-light); \n}\n@media (min-width: 600px) { .gmg-popup-hint { padding: 16px 32px; } }\n\n\/* Options Container *\/\n.gmg-popup-options { \n  padding: 20px; display: grid; gap: 12px; \n  \/* Mobile: 1 column *\/\n  grid-template-columns: 1fr; \n}\n@media (min-width: 600px) {\n  \/* Desktop: 2 columns *\/\n  .gmg-popup-options { padding: 32px; grid-template-columns: 1fr 1fr; gap: 16px; }\n}\n\n\/* COMPACT OPTION CARD *\/\n.gmg-opt {\n  display: flex; text-decoration: none !important;\n  background: var(--surface); border: 1px solid transparent; border-radius: var(--radius-lg);\n  overflow: hidden; transition: all 0.3s var(--spring);\n  \/* Mobile: Horizontal Layout *\/\n  flex-direction: row; align-items: stretch;\n}\n.gmg-opt:hover {\n  background: #fff; border-color: var(--accent); box-shadow: 0 12px 24px -8px rgba(15,23,42,0.1), 0 0 0 2px var(--accent-glow);\n  transform: translateY(-2px);\n}\n@media (min-width: 600px) {\n  \/* Desktop: Vertical Layout *\/\n  .gmg-opt { flex-direction: column; }\n}\n\n\/* Option Image *\/\n.gmg-opt-img { \n  position: relative; display: flex; align-items: center; justify-content: center; \n  \/* Mobile: Fixed width, square-ish *\/\n  width: 120px; flex-shrink: 0; padding: 12px; background: #fff;\n}\n.gmg-opt-img img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.4s var(--ease); }\n.gmg-opt:hover .gmg-opt-img img { transform: scale(1.05); }\n\n@media (min-width: 600px) {\n  .gmg-opt-img { width: 100%; aspect-ratio: 4\/3; padding: 10%; background: transparent; }\n}\n\n\/* Option Body *\/\n.gmg-opt-body { \n  display: flex; flex-direction: column; flex: 1; background: #fff; \n  \/* Mobile: Padding *\/\n  padding: 12px 16px; border-left: 1px solid var(--border-light); justify-content: center;\n}\n@media (min-width: 600px) {\n  .gmg-opt-body { padding: 20px; border-left: none; border-top: 1px solid var(--border-light); justify-content: flex-start; }\n}\n\n.gmg-opt-badge {\n  display: inline-flex; align-items: center; gap: 4px; padding: 4px 8px; border-radius: 6px;\n  font-size: 10px; font-weight: 700; text-transform: uppercase; margin-bottom: 8px; align-self: flex-start;\n}\n.gmg-opt-badge-hy { background: rgba(16,185,129,0.1); color: #10b981; }\n.gmg-opt-badge-ga { background: rgba(200,16,46,0.1); color: var(--accent); }\n.gmg-opt-badge svg { width: 12px; height: 12px; }\n\n.gmg-opt-name { font-size: 15px; font-weight: 700; color: var(--text-dark); margin-bottom: 2px; line-height: 1.2; }\n.gmg-opt-model { font-size: 11px; color: var(--text-light); margin-bottom: 12px; }\n\n.gmg-opt-price-row { display: flex; align-items: baseline; gap: 6px; margin-top: auto; margin-bottom: 8px; }\n.gmg-opt-price-lbl { font-size: 10px; font-weight: 600; text-transform: uppercase; color: var(--text-mid); }\n.gmg-opt-price-val { font-size: 16px; font-weight: 700; color: var(--accent); }\n\n.gmg-opt-view {\n  display: flex; align-items: center; justify-content: space-between;\n  font-size: 11px; font-weight: 700; text-transform: uppercase; color: var(--text-mid);\n  padding-top: 10px; border-top: 1px solid var(--border-light); transition: color 0.2s;\n}\n.gmg-opt:hover .gmg-opt-view { color: var(--accent); }\n.gmg-opt-view svg { transition: transform 0.3s var(--spring); width: 14px; height: 14px; }\n.gmg-opt:hover .gmg-opt-view svg { transform: translateX(4px); }\n<\/style>\n\n\n<div class=\"gmg-root\" id=\"gmg1\">\n\n  <div class=\"gmg-grid\">\n        <div\n      class=\"gmg-card gf-hybrid gf-gas\"\n      role=\"button\" tabindex=\"0\"\n      aria-label=\"Haval H6\"\n      onclick=\"gmgOpen('gmg1p23')\"\n    >\n      <div class=\"gmg-img-wrap\">\n                  <img decoding=\"async\" src=\"https:\/\/gwm.vasco.ge\/wp-content\/uploads\/2026\/02\/haval-h6-1024x440.webp\" alt=\"Haval H6\" loading=\"lazy\">\n              <\/div>\n\n      <div class=\"gmg-title-badges\">\n                  <div class=\"gmg-title-badge\">\u10f0\u10d8\u10d1\u10e0\u10d8\u10d3\u10d8<\/div>\n                  <div class=\"gmg-title-badge\">\u10d1\u10d4\u10dc\u10d6\u10d8\u10dc\u10d8<\/div>\n              <\/div>\n\n      <div class=\"gmg-card-body\">\n        <div>\n          <div class=\"gmg-card-name\">Haval H6<\/div>\n                    <div>\n            <span class=\"gmg-card-price-lbl\">\u10e1\u10d0\u10ec\u10e7\u10d8\u10e1\u10d8 \u10e4\u10d0\u10e1\u10d8<\/span>\n            <span class=\"gmg-card-price-num\">\u20be28,500<\/span>\n          <\/div>\n                  <\/div>\n        <div class=\"gmg-cta-arrow\">\n          <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n        <\/div>\n      <\/div>\n    <\/div>\n\n        <div class=\"gmg-overlay\" id=\"gmg1p23\" role=\"dialog\" aria-modal=\"true\" onclick=\"gmgBg(event,this)\">\n      <div class=\"gmg-popup\">\n        \n        <div class=\"gmg-popup-header\">\n          <div>\n            <div class=\"gmg-popup-kicker\">\u10e1\u10d4\u10e0\u10d5\u10d8\u10e1 \u10d2\u10d4\u10d2\u10db\u10d8\u10e1 \u10d0\u10e0\u10e9\u10d4\u10d5\u10d0<\/div>\n            <div class=\"gmg-popup-title\">Haval H6<\/div>\n          <\/div>\n          <button class=\"gmg-popup-close\" onclick=\"gmgClose('gmg1p23')\" aria-label=\"\u10d3\u10d0\u10ee\u10e3\u10e0\u10d5\u10d0\">\n            <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg>\n          <\/button>\n        <\/div>\n\n        <div class=\"gmg-popup-scrollable\">\n            <div class=\"gmg-popup-hint\">\u10d0\u10d8\u10e0\u10e9\u10d8\u10d4\u10d7 \u10eb\u10e0\u10d0\u10d5\u10d8\u10e1 \u10e2\u10d8\u10de\u10d8 \u10e1\u10d4\u10e0\u10d5\u10d8\u10e1 \u10d2\u10d4\u10d2\u10db\u10d8\u10e1 \u10e1\u10d0\u10dc\u10d0\u10ee\u10d0\u10d5\u10d0\u10d3<\/div>\n            <div class=\"gmg-popup-options\">\n                            <a href=\"https:\/\/gwm.vasco.ge\/en\/models\/haval-h6\/hybrid\/?v=0\" class=\"gmg-opt\">\n                <div class=\"gmg-opt-img\">\n                                      <img decoding=\"async\" src=\"https:\/\/gwm.vasco.ge\/wp-content\/uploads\/2026\/02\/haval-h6-ultra-phev-awd-astral-pearl-01-zoomed-e1771767228266.png\" alt=\"\" loading=\"lazy\">\n                                  <\/div>\n                <div class=\"gmg-opt-body\">\n                  <div class=\"gmg-opt-badge gmg-opt-badge-hy\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\/><\/svg> \u10f0\u10d8\u10d1\u10e0\u10d8\u10d3\u10d8<\/div>\n                                      <div class=\"gmg-opt-name\">\u10f0\u10d8\u10d1\u10e0\u10d8\u10d3\u10d8<\/div>\n                                    <div class=\"gmg-opt-model\">Haval H6<\/div>\n                                    <div class=\"gmg-opt-price-row\">\n                    <span class=\"gmg-opt-price-lbl\">\u10e4\u10d0\u10e1\u10d8<\/span>\n                    <span class=\"gmg-opt-price-val\">\u20be28,500<\/span>\n                  <\/div>\n                                    <div class=\"gmg-opt-view\">\n                    \u10d0\u10e0\u10e9\u10d4\u10d5\u10d0\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                  <\/div>\n                <\/div>\n              <\/a>\n                            <a href=\"https:\/\/gwm.vasco.ge\/en\/models\/haval-h6\/gas\/?v=1\" class=\"gmg-opt\">\n                <div class=\"gmg-opt-img\">\n                                      <img decoding=\"async\" src=\"https:\/\/gwm.vasco.ge\/wp-content\/smush-webp\/2026\/02\/haval-h6-ultra-petrol-astral-pearl-01-zoomed-e1771767268694.png.webp\" alt=\"\" loading=\"lazy\">\n                                  <\/div>\n                <div class=\"gmg-opt-body\">\n                  <div class=\"gmg-opt-badge gmg-opt-badge-ga\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 22v-8c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v8\"\/><path d=\"M3 10h8\"\/><path d=\"M11 6h4a2 2 0 0 1 2 2v2\"\/><path d=\"M17 10h2a2 2 0 0 1 2 2v8\"\/><path d=\"M19 14h-2\"\/><\/svg> \u10d1\u10d4\u10dc\u10d6\u10d8\u10dc\u10d8<\/div>\n                                      <div class=\"gmg-opt-name\">\u10d1\u10d4\u10dc\u10d6\u10d8\u10dc\u10d8<\/div>\n                                    <div class=\"gmg-opt-model\">Haval H6<\/div>\n                                    <div class=\"gmg-opt-price-row\">\n                    <span class=\"gmg-opt-price-lbl\">\u10e4\u10d0\u10e1\u10d8<\/span>\n                    <span class=\"gmg-opt-price-val\">\u20be26,500<\/span>\n                  <\/div>\n                                    <div class=\"gmg-opt-view\">\n                    \u10d0\u10e0\u10e9\u10d4\u10d5\u10d0\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                  <\/div>\n                <\/div>\n              <\/a>\n                          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n            <div\n      class=\"gmg-card gf-gas gf-hybrid\"\n      role=\"button\" tabindex=\"0\"\n      aria-label=\"Tank 300\"\n      onclick=\"gmgOpen('gmg1p1050')\"\n    >\n      <div class=\"gmg-img-wrap\">\n                  <img decoding=\"async\" src=\"https:\/\/gwm.vasco.ge\/wp-content\/uploads\/2026\/02\/tank-300-1024x440.webp\" alt=\"Tank 300\" loading=\"lazy\">\n              <\/div>\n\n      <div class=\"gmg-title-badges\">\n                  <div class=\"gmg-title-badge\">\u10d3\u10d8\u10d6\u10d4\u10da\u10d8<\/div>\n                  <div class=\"gmg-title-badge\">\u10f0\u10d8\u10d1\u10e0\u10d8\u10d3\u10d8<\/div>\n              <\/div>\n\n      <div class=\"gmg-card-body\">\n        <div>\n          <div class=\"gmg-card-name\">Tank 300<\/div>\n                    <div>\n            <span class=\"gmg-card-price-lbl\">\u10e1\u10d0\u10ec\u10e7\u10d8\u10e1\u10d8 \u10e4\u10d0\u10e1\u10d8<\/span>\n            <span class=\"gmg-card-price-num\">\u20be35,500<\/span>\n          <\/div>\n                  <\/div>\n        <div class=\"gmg-cta-arrow\">\n          <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n        <\/div>\n      <\/div>\n    <\/div>\n\n        <div class=\"gmg-overlay\" id=\"gmg1p1050\" role=\"dialog\" aria-modal=\"true\" onclick=\"gmgBg(event,this)\">\n      <div class=\"gmg-popup\">\n        \n        <div class=\"gmg-popup-header\">\n          <div>\n            <div class=\"gmg-popup-kicker\">\u10e1\u10d4\u10e0\u10d5\u10d8\u10e1 \u10d2\u10d4\u10d2\u10db\u10d8\u10e1 \u10d0\u10e0\u10e9\u10d4\u10d5\u10d0<\/div>\n            <div class=\"gmg-popup-title\">Tank 300<\/div>\n          <\/div>\n          <button class=\"gmg-popup-close\" onclick=\"gmgClose('gmg1p1050')\" aria-label=\"\u10d3\u10d0\u10ee\u10e3\u10e0\u10d5\u10d0\">\n            <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg>\n          <\/button>\n        <\/div>\n\n        <div class=\"gmg-popup-scrollable\">\n            <div class=\"gmg-popup-hint\">\u10d0\u10d8\u10e0\u10e9\u10d8\u10d4\u10d7 \u10eb\u10e0\u10d0\u10d5\u10d8\u10e1 \u10e2\u10d8\u10de\u10d8 \u10e1\u10d4\u10e0\u10d5\u10d8\u10e1 \u10d2\u10d4\u10d2\u10db\u10d8\u10e1 \u10e1\u10d0\u10dc\u10d0\u10ee\u10d0\u10d5\u10d0\u10d3<\/div>\n            <div class=\"gmg-popup-options\">\n                            <a href=\"https:\/\/gwm.vasco.ge\/en\/models\/tank-300\/gas\/?v=0\" class=\"gmg-opt\">\n                <div class=\"gmg-opt-img\">\n                                      <img decoding=\"async\" src=\"https:\/\/gwm.vasco.ge\/wp-content\/uploads\/2026\/03\/tank-300-diesel.webp\" alt=\"\" loading=\"lazy\">\n                                  <\/div>\n                <div class=\"gmg-opt-body\">\n                  <div class=\"gmg-opt-badge gmg-opt-badge-ga\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 22v-8c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v8\"\/><path d=\"M3 10h8\"\/><path d=\"M11 6h4a2 2 0 0 1 2 2v2\"\/><path d=\"M17 10h2a2 2 0 0 1 2 2v8\"\/><path d=\"M19 14h-2\"\/><\/svg> \u10d3\u10d8\u10d6\u10d4\u10da\u10d8<\/div>\n                                      <div class=\"gmg-opt-name\">\u10d3\u10d8\u10d6\u10d4\u10da\u10d8<\/div>\n                                    <div class=\"gmg-opt-model\">Tank 300<\/div>\n                                    <div class=\"gmg-opt-price-row\">\n                    <span class=\"gmg-opt-price-lbl\">\u10e4\u10d0\u10e1\u10d8<\/span>\n                    <span class=\"gmg-opt-price-val\">\u20be35,500<\/span>\n                  <\/div>\n                                    <div class=\"gmg-opt-view\">\n                    \u10d0\u10e0\u10e9\u10d4\u10d5\u10d0\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                  <\/div>\n                <\/div>\n              <\/a>\n                            <a href=\"https:\/\/gwm.vasco.ge\/en\/models\/tank-300\/hybrid\/?v=1\" class=\"gmg-opt\">\n                <div class=\"gmg-opt-img\">\n                                      <img decoding=\"async\" src=\"https:\/\/gwm.vasco.ge\/wp-content\/uploads\/2026\/03\/tank-300-hybrid.webp\" alt=\"\" loading=\"lazy\">\n                                  <\/div>\n                <div class=\"gmg-opt-body\">\n                  <div class=\"gmg-opt-badge gmg-opt-badge-hy\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\/><\/svg> \u10f0\u10d8\u10d1\u10e0\u10d8\u10d3\u10d8<\/div>\n                                      <div class=\"gmg-opt-name\">\u10f0\u10d8\u10d1\u10e0\u10d8\u10d3\u10d8<\/div>\n                                    <div class=\"gmg-opt-model\">Tank 300<\/div>\n                                    <div class=\"gmg-opt-price-row\">\n                    <span class=\"gmg-opt-price-lbl\">\u10e4\u10d0\u10e1\u10d8<\/span>\n                    <span class=\"gmg-opt-price-val\">\u20be38,500<\/span>\n                  <\/div>\n                                    <div class=\"gmg-opt-view\">\n                    \u10d0\u10e0\u10e9\u10d4\u10d5\u10d0\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                  <\/div>\n                <\/div>\n              <\/a>\n                          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n            <div\n      class=\"gmg-card gf-gas gf-gas gf-gas\"\n      role=\"button\" tabindex=\"0\"\n      aria-label=\"Haval Jolion\"\n      onclick=\"gmgOpen('gmg1p290')\"\n    >\n      <div class=\"gmg-img-wrap\">\n                  <img decoding=\"async\" src=\"https:\/\/gwm.vasco.ge\/wp-content\/uploads\/2026\/02\/Haval-Jolion-1024x440.webp\" alt=\"Haval Jolion\" loading=\"lazy\">\n              <\/div>\n\n      <div class=\"gmg-title-badges\">\n                  <div class=\"gmg-title-badge\">\u10d1\u10d4\u10dc\u10d6\u10d8\u10dc\u10d8 2WD<\/div>\n                  <div class=\"gmg-title-badge\">\u10d1\u10d4\u10dc\u10d6\u10d8\u10dc\u10d8 4WD<\/div>\n                  <div class=\"gmg-title-badge\">Max \u10d1\u10d4\u10dc\u10d6\u10d8\u10dc\u10d8 2WD<\/div>\n              <\/div>\n\n      <div class=\"gmg-card-body\">\n        <div>\n          <div class=\"gmg-card-name\">Haval Jolion<\/div>\n                    <div>\n            <span class=\"gmg-card-price-lbl\">\u10e1\u10d0\u10ec\u10e7\u10d8\u10e1\u10d8 \u10e4\u10d0\u10e1\u10d8<\/span>\n            <span class=\"gmg-card-price-num\">\u20be20,000<\/span>\n          <\/div>\n                  <\/div>\n        <div class=\"gmg-cta-arrow\">\n          <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n        <\/div>\n      <\/div>\n    <\/div>\n\n        <div class=\"gmg-overlay\" id=\"gmg1p290\" role=\"dialog\" aria-modal=\"true\" onclick=\"gmgBg(event,this)\">\n      <div class=\"gmg-popup\">\n        \n        <div class=\"gmg-popup-header\">\n          <div>\n            <div class=\"gmg-popup-kicker\">\u10e1\u10d4\u10e0\u10d5\u10d8\u10e1 \u10d2\u10d4\u10d2\u10db\u10d8\u10e1 \u10d0\u10e0\u10e9\u10d4\u10d5\u10d0<\/div>\n            <div class=\"gmg-popup-title\">Haval Jolion<\/div>\n          <\/div>\n          <button class=\"gmg-popup-close\" onclick=\"gmgClose('gmg1p290')\" aria-label=\"\u10d3\u10d0\u10ee\u10e3\u10e0\u10d5\u10d0\">\n            <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg>\n          <\/button>\n        <\/div>\n\n        <div class=\"gmg-popup-scrollable\">\n            <div class=\"gmg-popup-hint\">\u10d0\u10d8\u10e0\u10e9\u10d8\u10d4\u10d7 \u10eb\u10e0\u10d0\u10d5\u10d8\u10e1 \u10e2\u10d8\u10de\u10d8 \u10e1\u10d4\u10e0\u10d5\u10d8\u10e1 \u10d2\u10d4\u10d2\u10db\u10d8\u10e1 \u10e1\u10d0\u10dc\u10d0\u10ee\u10d0\u10d5\u10d0\u10d3<\/div>\n            <div class=\"gmg-popup-options\">\n                            <a href=\"https:\/\/gwm.vasco.ge\/en\/models\/haval-jolion\/gas\/?v=0\" class=\"gmg-opt\">\n                <div class=\"gmg-opt-img\">\n                                      <img decoding=\"async\" src=\"https:\/\/gwm.vasco.ge\/wp-content\/uploads\/2026\/02\/Haval-Jolion.webp\" alt=\"\" loading=\"lazy\">\n                                  <\/div>\n                <div class=\"gmg-opt-body\">\n                  <div class=\"gmg-opt-badge gmg-opt-badge-ga\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 22v-8c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v8\"\/><path d=\"M3 10h8\"\/><path d=\"M11 6h4a2 2 0 0 1 2 2v2\"\/><path d=\"M17 10h2a2 2 0 0 1 2 2v8\"\/><path d=\"M19 14h-2\"\/><\/svg> \u10d1\u10d4\u10dc\u10d6\u10d8\u10dc\u10d8 2WD<\/div>\n                                      <div class=\"gmg-opt-name\">\u10d1\u10d4\u10dc\u10d6\u10d8\u10dc\u10d8 2WD<\/div>\n                                    <div class=\"gmg-opt-model\">Haval Jolion<\/div>\n                                    <div class=\"gmg-opt-price-row\">\n                    <span class=\"gmg-opt-price-lbl\">\u10e4\u10d0\u10e1\u10d8<\/span>\n                    <span class=\"gmg-opt-price-val\">\u20be20,000<\/span>\n                  <\/div>\n                                    <div class=\"gmg-opt-view\">\n                    \u10d0\u10e0\u10e9\u10d4\u10d5\u10d0\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                  <\/div>\n                <\/div>\n              <\/a>\n                            <a href=\"https:\/\/gwm.vasco.ge\/en\/models\/haval-jolion\/gas\/?v=1\" class=\"gmg-opt\">\n                <div class=\"gmg-opt-img\">\n                                      <img decoding=\"async\" src=\"https:\/\/gwm.vasco.ge\/wp-content\/uploads\/2026\/02\/Haval-Jolion.webp\" alt=\"\" loading=\"lazy\">\n                                  <\/div>\n                <div class=\"gmg-opt-body\">\n                  <div class=\"gmg-opt-badge gmg-opt-badge-ga\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 22v-8c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v8\"\/><path d=\"M3 10h8\"\/><path d=\"M11 6h4a2 2 0 0 1 2 2v2\"\/><path d=\"M17 10h2a2 2 0 0 1 2 2v8\"\/><path d=\"M19 14h-2\"\/><\/svg> \u10d1\u10d4\u10dc\u10d6\u10d8\u10dc\u10d8 4WD<\/div>\n                                      <div class=\"gmg-opt-name\">\u10d1\u10d4\u10dc\u10d6\u10d8\u10dc\u10d8 4WD<\/div>\n                                    <div class=\"gmg-opt-model\">Haval Jolion<\/div>\n                                    <div class=\"gmg-opt-price-row\">\n                    <span class=\"gmg-opt-price-lbl\">\u10e4\u10d0\u10e1\u10d8<\/span>\n                    <span class=\"gmg-opt-price-val\">\u20be25,000<\/span>\n                  <\/div>\n                                    <div class=\"gmg-opt-view\">\n                    \u10d0\u10e0\u10e9\u10d4\u10d5\u10d0\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                  <\/div>\n                <\/div>\n              <\/a>\n                            <a href=\"https:\/\/gwm.vasco.ge\/en\/models\/haval-jolion\/gas\/?v=2\" class=\"gmg-opt\">\n                <div class=\"gmg-opt-img\">\n                                      <img decoding=\"async\" src=\"https:\/\/gwm.vasco.ge\/wp-content\/uploads\/2026\/02\/Haval-Jolion.webp\" alt=\"\" loading=\"lazy\">\n                                  <\/div>\n                <div class=\"gmg-opt-body\">\n                  <div class=\"gmg-opt-badge gmg-opt-badge-ga\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 22v-8c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v8\"\/><path d=\"M3 10h8\"\/><path d=\"M11 6h4a2 2 0 0 1 2 2v2\"\/><path d=\"M17 10h2a2 2 0 0 1 2 2v8\"\/><path d=\"M19 14h-2\"\/><\/svg> Max \u10d1\u10d4\u10dc\u10d6\u10d8\u10dc\u10d8 2WD<\/div>\n                                      <div class=\"gmg-opt-name\">Max \u10d1\u10d4\u10dc\u10d6\u10d8\u10dc\u10d8 2WD<\/div>\n                                    <div class=\"gmg-opt-model\">Haval Jolion<\/div>\n                                    <div class=\"gmg-opt-price-row\">\n                    <span class=\"gmg-opt-price-lbl\">\u10e4\u10d0\u10e1\u10d8<\/span>\n                    <span class=\"gmg-opt-price-val\">\u20be27,000<\/span>\n                  <\/div>\n                                    <div class=\"gmg-opt-view\">\n                    \u10d0\u10e0\u10e9\u10d4\u10d5\u10d0\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                  <\/div>\n                <\/div>\n              <\/a>\n                          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n            <div\n      class=\"gmg-card gf-gas gf-hybrid\"\n      role=\"button\" tabindex=\"0\"\n      aria-label=\"Tank 500\"\n      onclick=\"gmgOpen('gmg1p1110')\"\n    >\n      <div class=\"gmg-img-wrap\">\n                  <img decoding=\"async\" src=\"https:\/\/gwm.vasco.ge\/wp-content\/uploads\/2026\/02\/tank-500-1024x440.webp\" alt=\"Tank 500\" loading=\"lazy\">\n              <\/div>\n\n      <div class=\"gmg-title-badges\">\n                  <div class=\"gmg-title-badge\">\u10d1\u10d4\u10dc\u10d6\u10d8\u10dc\u10d8<\/div>\n                  <div class=\"gmg-title-badge\">\u10f0\u10d8\u10d1\u10e0\u10d8\u10d3\u10d8<\/div>\n              <\/div>\n\n      <div class=\"gmg-card-body\">\n        <div>\n          <div class=\"gmg-card-name\">Tank 500<\/div>\n                    <div>\n            <span class=\"gmg-card-price-lbl\">\u10e1\u10d0\u10ec\u10e7\u10d8\u10e1\u10d8 \u10e4\u10d0\u10e1\u10d8<\/span>\n            <span class=\"gmg-card-price-num\">\u20be43,900<\/span>\n          <\/div>\n                  <\/div>\n        <div class=\"gmg-cta-arrow\">\n          <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n        <\/div>\n      <\/div>\n    <\/div>\n\n        <div class=\"gmg-overlay\" id=\"gmg1p1110\" role=\"dialog\" aria-modal=\"true\" onclick=\"gmgBg(event,this)\">\n      <div class=\"gmg-popup\">\n        \n        <div class=\"gmg-popup-header\">\n          <div>\n            <div class=\"gmg-popup-kicker\">\u10e1\u10d4\u10e0\u10d5\u10d8\u10e1 \u10d2\u10d4\u10d2\u10db\u10d8\u10e1 \u10d0\u10e0\u10e9\u10d4\u10d5\u10d0<\/div>\n            <div class=\"gmg-popup-title\">Tank 500<\/div>\n          <\/div>\n          <button class=\"gmg-popup-close\" onclick=\"gmgClose('gmg1p1110')\" aria-label=\"\u10d3\u10d0\u10ee\u10e3\u10e0\u10d5\u10d0\">\n            <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg>\n          <\/button>\n        <\/div>\n\n        <div class=\"gmg-popup-scrollable\">\n            <div class=\"gmg-popup-hint\">\u10d0\u10d8\u10e0\u10e9\u10d8\u10d4\u10d7 \u10eb\u10e0\u10d0\u10d5\u10d8\u10e1 \u10e2\u10d8\u10de\u10d8 \u10e1\u10d4\u10e0\u10d5\u10d8\u10e1 \u10d2\u10d4\u10d2\u10db\u10d8\u10e1 \u10e1\u10d0\u10dc\u10d0\u10ee\u10d0\u10d5\u10d0\u10d3<\/div>\n            <div class=\"gmg-popup-options\">\n                            <a href=\"https:\/\/gwm.vasco.ge\/en\/models\/tank-500\/gas\/?v=0\" class=\"gmg-opt\">\n                <div class=\"gmg-opt-img\">\n                                      <img decoding=\"async\" src=\"https:\/\/gwm.vasco.ge\/wp-content\/uploads\/2026\/03\/500-gas.webp\" alt=\"\" loading=\"lazy\">\n                                  <\/div>\n                <div class=\"gmg-opt-body\">\n                  <div class=\"gmg-opt-badge gmg-opt-badge-ga\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 22v-8c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v8\"\/><path d=\"M3 10h8\"\/><path d=\"M11 6h4a2 2 0 0 1 2 2v2\"\/><path d=\"M17 10h2a2 2 0 0 1 2 2v8\"\/><path d=\"M19 14h-2\"\/><\/svg> \u10d1\u10d4\u10dc\u10d6\u10d8\u10dc\u10d8<\/div>\n                                      <div class=\"gmg-opt-name\">\u10d1\u10d4\u10dc\u10d6\u10d8\u10dc\u10d8<\/div>\n                                    <div class=\"gmg-opt-model\">Tank 500<\/div>\n                                    <div class=\"gmg-opt-price-row\">\n                    <span class=\"gmg-opt-price-lbl\">\u10e4\u10d0\u10e1\u10d8<\/span>\n                    <span class=\"gmg-opt-price-val\">\u20be43,900<\/span>\n                  <\/div>\n                                    <div class=\"gmg-opt-view\">\n                    \u10d0\u10e0\u10e9\u10d4\u10d5\u10d0\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                  <\/div>\n                <\/div>\n              <\/a>\n                            <a href=\"https:\/\/gwm.vasco.ge\/en\/models\/tank-500\/hybrid\/?v=1\" class=\"gmg-opt\">\n                <div class=\"gmg-opt-img\">\n                                      <img decoding=\"async\" src=\"https:\/\/gwm.vasco.ge\/wp-content\/uploads\/2026\/03\/500-hybrid.webp\" alt=\"\" loading=\"lazy\">\n                                  <\/div>\n                <div class=\"gmg-opt-body\">\n                  <div class=\"gmg-opt-badge gmg-opt-badge-hy\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\/><\/svg> \u10f0\u10d8\u10d1\u10e0\u10d8\u10d3\u10d8<\/div>\n                                      <div class=\"gmg-opt-name\">\u10f0\u10d8\u10d1\u10e0\u10d8\u10d3\u10d8<\/div>\n                                    <div class=\"gmg-opt-model\">Tank 500<\/div>\n                                    <div class=\"gmg-opt-price-row\">\n                    <span class=\"gmg-opt-price-lbl\">\u10e4\u10d0\u10e1\u10d8<\/span>\n                    <span class=\"gmg-opt-price-val\">\u20be47,500<\/span>\n                  <\/div>\n                                    <div class=\"gmg-opt-view\">\n                    \u10d0\u10e0\u10e9\u10d4\u10d5\u10d0\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                  <\/div>\n                <\/div>\n              <\/a>\n                          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n            <div\n      class=\"gmg-card gf-gas gf-hybrid\"\n      role=\"button\" tabindex=\"0\"\n      aria-label=\"Poer\"\n      onclick=\"gmgOpen('gmg1p1133')\"\n    >\n      <div class=\"gmg-img-wrap\">\n                  <img decoding=\"async\" src=\"https:\/\/gwm.vasco.ge\/wp-content\/uploads\/2026\/02\/poer-1024x440.webp\" alt=\"Poer\" loading=\"lazy\">\n              <\/div>\n\n      <div class=\"gmg-title-badges\">\n                  <div class=\"gmg-title-badge\">Passenger<\/div>\n                  <div class=\"gmg-title-badge\">Commercial<\/div>\n              <\/div>\n\n      <div class=\"gmg-card-body\">\n        <div>\n          <div class=\"gmg-card-name\">Poer<\/div>\n                    <div>\n            <span class=\"gmg-card-price-lbl\">\u10e1\u10d0\u10ec\u10e7\u10d8\u10e1\u10d8 \u10e4\u10d0\u10e1\u10d8<\/span>\n            <span class=\"gmg-card-price-num\">\u20be26,500<\/span>\n          <\/div>\n                  <\/div>\n        <div class=\"gmg-cta-arrow\">\n          <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n        <\/div>\n      <\/div>\n    <\/div>\n\n        <div class=\"gmg-overlay\" id=\"gmg1p1133\" role=\"dialog\" aria-modal=\"true\" onclick=\"gmgBg(event,this)\">\n      <div class=\"gmg-popup\">\n        \n        <div class=\"gmg-popup-header\">\n          <div>\n            <div class=\"gmg-popup-kicker\">\u10e1\u10d4\u10e0\u10d5\u10d8\u10e1 \u10d2\u10d4\u10d2\u10db\u10d8\u10e1 \u10d0\u10e0\u10e9\u10d4\u10d5\u10d0<\/div>\n            <div class=\"gmg-popup-title\">Poer<\/div>\n          <\/div>\n          <button class=\"gmg-popup-close\" onclick=\"gmgClose('gmg1p1133')\" aria-label=\"\u10d3\u10d0\u10ee\u10e3\u10e0\u10d5\u10d0\">\n            <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg>\n          <\/button>\n        <\/div>\n\n        <div class=\"gmg-popup-scrollable\">\n            <div class=\"gmg-popup-hint\">\u10d0\u10d8\u10e0\u10e9\u10d8\u10d4\u10d7 \u10eb\u10e0\u10d0\u10d5\u10d8\u10e1 \u10e2\u10d8\u10de\u10d8 \u10e1\u10d4\u10e0\u10d5\u10d8\u10e1 \u10d2\u10d4\u10d2\u10db\u10d8\u10e1 \u10e1\u10d0\u10dc\u10d0\u10ee\u10d0\u10d5\u10d0\u10d3<\/div>\n            <div class=\"gmg-popup-options\">\n                            <a href=\"https:\/\/gwm.vasco.ge\/en\/models\/poer\/gas\/?v=0\" class=\"gmg-opt\">\n                <div class=\"gmg-opt-img\">\n                                      <img decoding=\"async\" src=\"https:\/\/gwm.vasco.ge\/wp-content\/uploads\/2026\/03\/pass-blue.webp\" alt=\"\" loading=\"lazy\">\n                                  <\/div>\n                <div class=\"gmg-opt-body\">\n                  <div class=\"gmg-opt-badge gmg-opt-badge-ga\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 22v-8c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v8\"\/><path d=\"M3 10h8\"\/><path d=\"M11 6h4a2 2 0 0 1 2 2v2\"\/><path d=\"M17 10h2a2 2 0 0 1 2 2v8\"\/><path d=\"M19 14h-2\"\/><\/svg> Passenger<\/div>\n                                      <div class=\"gmg-opt-name\">Passenger<\/div>\n                                    <div class=\"gmg-opt-model\">Poer<\/div>\n                                    <div class=\"gmg-opt-price-row\">\n                    <span class=\"gmg-opt-price-lbl\">\u10e4\u10d0\u10e1\u10d8<\/span>\n                    <span class=\"gmg-opt-price-val\">\u20be26,500<\/span>\n                  <\/div>\n                                    <div class=\"gmg-opt-view\">\n                    \u10d0\u10e0\u10e9\u10d4\u10d5\u10d0\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                  <\/div>\n                <\/div>\n              <\/a>\n                            <a href=\"https:\/\/gwm.vasco.ge\/en\/models\/poer\/hybrid\/?v=1\" class=\"gmg-opt\">\n                <div class=\"gmg-opt-img\">\n                                      <img decoding=\"async\" src=\"https:\/\/gwm.vasco.ge\/wp-content\/uploads\/2026\/03\/poer-com-blue.webp\" alt=\"\" loading=\"lazy\">\n                                  <\/div>\n                <div class=\"gmg-opt-body\">\n                  <div class=\"gmg-opt-badge gmg-opt-badge-hy\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\/><\/svg> Commercial<\/div>\n                                      <div class=\"gmg-opt-name\">Commercial<\/div>\n                                    <div class=\"gmg-opt-model\">Poer<\/div>\n                                    <div class=\"gmg-opt-price-row\">\n                    <span class=\"gmg-opt-price-lbl\">\u10e4\u10d0\u10e1\u10d8<\/span>\n                    <span class=\"gmg-opt-price-val\">\u20be28,500<\/span>\n                  <\/div>\n                                    <div class=\"gmg-opt-view\">\n                    \u10d0\u10e0\u10e9\u10d4\u10d5\u10d0\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                  <\/div>\n                <\/div>\n              <\/a>\n                          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n          <\/div>\n<\/div>\n\n<script>\nif(typeof window.gmgFilter==='undefined'){\n  window.gmgFilter=function(btn,fuel,uid){\n    var r=document.getElementById(uid);\n    if(!r)return;\n    document.querySelectorAll('[onclick*=\"gmgFilter\"][onclick*=\"\\''+uid+'\\'\"]').forEach(function(b){\n      b.classList.remove('on');\n    });\n    btn.classList.add('on');\n    r.querySelectorAll('.gmg-card').forEach(function(c){\n      c.style.display=(fuel==='all'||c.classList.contains('gf-'+fuel))?'':'none';\n    });\n  };\n  window.gmgOpen=function(id){\n    var el=document.getElementById(id);\n    if(!el)return;\n    el.classList.add('open');\n    document.body.style.overflow='hidden';\n  };\n  window.gmgClose=function(id){\n    var el=document.getElementById(id);\n    if(!el)return;\n    el.classList.remove('open');\n    document.body.style.overflow='';\n  };\n  window.gmgBg=function(e,el){\n    if(e.target===el){el.classList.remove('open');document.body.style.overflow='';}\n  };\n}\n<\/script>\n<\/div>\n\t\t\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":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-503","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/gwm.vasco.ge\/en\/wp-json\/wp\/v2\/pages\/503","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gwm.vasco.ge\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gwm.vasco.ge\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gwm.vasco.ge\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gwm.vasco.ge\/en\/wp-json\/wp\/v2\/comments?post=503"}],"version-history":[{"count":6,"href":"https:\/\/gwm.vasco.ge\/en\/wp-json\/wp\/v2\/pages\/503\/revisions"}],"predecessor-version":[{"id":1200,"href":"https:\/\/gwm.vasco.ge\/en\/wp-json\/wp\/v2\/pages\/503\/revisions\/1200"}],"wp:attachment":[{"href":"https:\/\/gwm.vasco.ge\/en\/wp-json\/wp\/v2\/media?parent=503"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}