Max Verstappen

  • Գերմանիայի Գրան պրիում Red Bull-ը պիտ-ստոպի արագության նոր ռեկորդ է սահմանել | Formula-1

    Գերմանիայի Գրան պրիում Red Bull-ը պիտ-ստոպի արագության նոր ռեկորդ է սահմանել | Formula-1

    «Ռեդ Բուլ»-ի մեխանիկները աչքի ընկան յուրահատուկ ձեռքբերմամբ գերմանական Գրան պրիի ընթացքում: Ավստրիական թիմի անդամները 1.88 վայրկյանում փոխել են Մաքս Վերստափենի ավտոմեքենայի անվադողերը: Սա Formula-1-ում պիտ-ստոպի արագության նոր ռեկորդ է: Հատկանշական է, որ նախորդ ռեկորդը նույնպես պատկանում է «Ռեդ Բուլ»-ին: Մեծ Բրիտանիայի Գրան պրիի ընթացքում թիմը ընդամենը 1,91 վայրկյանում ռեկորդ սահմանեց փոխելով Պիեռ Գասլիի մեքենայի անվադողերը։…

}// Handle language redirects const langLink = e.target.closest(".azat-switcher-item a"); if (langLink) { e.preventDefault(); e.stopPropagation();const origin = window.location.origin; const path = window.location.pathname; const lang = langLink.getAttribute("data-lang");// Determine current active language of the page: let currentLang = "am"; if (path.startsWith("/en/") || path === "/en") { currentLang = "en"; } else if (path.startsWith("/ru/") || path === "/ru") { currentLang = "ru"; }let newPath = path;if (currentLang === "en" && lang === "ru") { newPath = path.replace("/en/", "/ru/"); } else if (currentLang === "ru" && lang === "en") { newPath = path.replace("/ru/", "/en/"); } else if (currentLang === "en" && lang === "am") { newPath = path.replace("/en/", "/"); } else if (currentLang === "ru" && lang === "am") { newPath = path.replace("/ru/", "/"); } else if (currentLang === "am" && lang === "en") { newPath = "/en" + path; } else if (currentLang === "am" && lang === "ru") { newPath = "/ru" + path; }window.location.href = origin + newPath; } }); })();