/* File - /js/components/B2BCenter/Landing/Services/Controller.es6.js */ (function () {
			if (window.js_hints_indexed === undefined) {
				window.js_hints_indexed = {
					"gate_hint" : {},
					"hint" : {}
				};
			}
			var fillHintsCache = function (hints_list, is_gate) {
				var key = is_gate ? "gate_hint" : "hint";
				for (var lang in hints_list) {
					if (window.js_hints_indexed[key][lang] === undefined) {
						window.js_hints_indexed[key][lang] = {};
					}
					
					for (var keyword in hints_list[lang]) {
						window.js_hints_indexed[key][lang][keyword] = hints_list[lang][keyword];	
					}
				}
			};
			var js_hints = {"hint":{"rus":{"landing\/common\/not_found_service\/notice_success":{"title":"\u0412\u0430\u0448\u0435 \u043e\u0431\u0440\u0430\u0449\u0435\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e.","text":""}},"eng":{"landing\/common\/not_found_service\/notice_success":{"title":"Your message has been sent successfully.","text":""}},"chi":{"landing\/common\/not_found_service\/notice_success":{"title":"Your message has been sent successfully.","text":""}},"kaz":{"landing\/common\/not_found_service\/notice_success":{"title":"\u0412\u0430\u0448\u0435 \u043e\u0431\u0440\u0430\u0449\u0435\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e.","text":""}}},"gate_hint":[]};
			if (js_hints["gate_hint"]) {
				fillHintsCache(js_hints["gate_hint"], true)
			}
			if (js_hints["hint"]) {
				fillHintsCache(js_hints["hint"], false);
			}
		})();