ef634df3
Eugeny Galkovskiy
123
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html lang="ru-ru">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Контакти, адреса, телефон ТМ «Професійне насіння» | Інтернет магазин насіння Semena.in.ua</title>
<link href="https://fonts.googleapis.com/css?family=Ubuntu:400,400i,500,700" rel="stylesheet">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Default Theme -->
|
1265be4f
Eugeny Galkovskiy
123
|
16
|
<link href="/css/about/theme-style.css" rel="stylesheet">
|
ef634df3
Eugeny Galkovskiy
123
|
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="theme-eng">
<nav class="navbar">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-header-body">
<div class="visible-lg col-sm-4">
<div class="switch_lang">
<ul class="list-inline">
|
65513373
Eugeny Galkovskiy
123
|
39
|
<li><a href="/pro_companiu-1" title="Українська">Українська</a></li>
|
ef634df3
Eugeny Galkovskiy
123
|
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
<li>English</li>
</ul>
</div>
<div class="contact_phones">
<span class="small_digits">(044)</span><span> 581-67-15</span>
<span class="small_digits">(044)</span><span> 451-48-59</span>
</div>
<div class="contact_mob_phones">
<span class="small_digits">(050)</span><span> 464-48-59</span>
<span class="small_digits">(067)</span><span> 464-48-59</span>
</div>
<div class="contact_mob_phones">
<span class="small_digits">(093)</span><span> 026-86-64</span>
<div style="float:right;font-size:12px;margin-right:65px;" class="contact_callback_phones">
|
26f34592
Eugeny Galkovskiy
123
|
55
|
<a class="callback" title="Contact Us" id="ajax_simple" data-options="width: 940, height: 400" data-toggle="modal" data-target="#myModal2" data-type="ajax">Contact Us</a>
|
ef634df3
Eugeny Galkovskiy
123
|
56
57
58
59
60
|
</div>
</div>
</div>
<div class="col-xs-9 col-sm-12 col-lg-4">
<div class="logo">
|
69ea86d2
Eugeny Galkovskiy
123
|
61
|
<a class="" href="/" title=""><img class="img-responsive" alt="Інтернет-магазин насіння" title="Магазин насіння Semena.in.ua" src="/images/about/logo.png"></a>
|
ef634df3
Eugeny Galkovskiy
123
|
62
63
64
65
|
</div>
</div>
<div class="visible-lg col-sm-4">
<div class="float columns3 third_column last">
|
5c1ab46d
Eugeny Galkovskiy
123
|
66
|
<div class="basket_number pull-right"><a href="<?= $this->seoUrl->setUrl('/basket') ?>" title="Basket"><?= !empty( $in_cart ) ? count( $in_cart ) : '0' ?></div>
|
ef634df3
Eugeny Galkovskiy
123
|
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
<div class="basket pull-right"><a href="/basket" title="Кошик" class="">Bag</a></div>
<div class="menu_cabinet pull-right">
<a href="/cabinet" title="Особистий кабінет" class="">
Cabinet</a>
</div>
<div class="clearfix"></div>
<div class="file_download_link_ pull-right">
<a href="http://storage.semena.in.ua/temp/catalog.pdf">Download catalog</a>
</div>
<div class="faq pull-right">
<a href="/faq">FAQ</a>
</div>
<div class="clearfix"></div>
<div class="site_search">
<form action="/search" method="get">
<div class="search_result_wrapper">
<input type="text" name="search" id="search_item" value="" class="ui-autocomplete-input" autocomplete="off">
|
69ea86d2
Eugeny Galkovskiy
123
|
89
|
<label><img src="/images/about/search.png" alt="search" width="16" height="17"></label>
|
ef634df3
Eugeny Galkovskiy
123
|
90
91
92
93
94
95
96
97
98
99
100
101
102
|
<div class="search_result_display" id="search_result_display"></div>
</div>
</form>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="row">
<div id="navbar" class="navbar-collapse collapse" aria-expanded="false">
<ul class="nav navbar-nav">
|
69ea86d2
Eugeny Galkovskiy
123
|
103
|
<li><a href="/" title="home"><img src="/images/about/ico_home.png"></a></li>
|
ef634df3
Eugeny Galkovskiy
123
|
104
105
106
107
108
109
110
111
112
113
114
115
116
|
<li><a href="/#catalog" title="Catalog">Catalog</a></li>
<li><a href="/pro_companiu-1" title="About Company">About Company</a></li>
<li><a href="/dostavka_i_oplata-2" title="Payment and delivery">Payment and delivery</a></li>
<li><a href="/news-actions" title="Shares">Shares</a></li>
<li><a href="/video" title="Video">Video</a></li>
<li><a href="/prof_tips" title="Experts Asks">Experts Asks</a></li>
<li class="active"><a href="/contacts" title="Contacts">Contacts</a></li>
</ul>
</div>
</div>
</div>
<div class="clearfix"></div>
</nav>
|
ef634df3
Eugeny Galkovskiy
123
|
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
|
<!-- 1 -->
<section class="page_section section1">
<div class="for_section1">
<div class="container">
<div class="outer">
<div class="inner">
<h1>About Company</h1>
<div id="owl1" class="owl-carousel owl-theme">
<div class="item text-center">
<p>Professional Seeds came into business 25 years ago as a family undertaking. As for now the company has evolved into a dynamically growing brand that prevails in the market of Ukrainian professional seeds. We are a team of 70 professionals with the particular knowledge and skills.</p>
</div>
<div class="item text-center">
<p>Professional Seeds offers a wide range of wholesale and retail trade of seeds for vegetable and flower plants, turf grass, flower mixes, crop protection agents, fertilizers, young plants, ornamental plants, berrylike bushes, grapes, fruit trees, herbage plant and the associated goods. One of the most special things about our company is that it has its own production and packaging capacities. Professional Seeds spreads its activity all over Ukraine.</p>
</div>
<div class="item text-center">
|
92c9c03e
Eugeny Galkovskiy
123
|
132
|
<p>We try to meet the needs of our clients as well as keep up with the trends of today's markets. The corporate philosophy of our brand is based on the following components: expert counseling, excellent quality services, fastest logistics and uniqueness of the products. Professional Seeds caters to its clients, providing them with committed services and the products of top quality. At present we are working with 16 world-known brand, and we do move beyond. Our company always stays open to clients, and ready to cooperate with new partners.</p>
|
ef634df3
Eugeny Galkovskiy
123
|
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
|
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- 2 -->
<section class="page_section section2" id="select2">
<div class="container">
<h2><span>Exclusive Distribution</span></h2>
<div class="row text-center">
<div class="col-sm-6 col-md-3">
<a href="#" data-toggle="modal" data-target="#basicModalsel2_1" title="">
<div class="logo-card">
|
69ea86d2
Eugeny Galkovskiy
123
|
149
|
<img src="/images/about/2/nongwoo_bio.png" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
150
151
152
153
154
155
156
|
</div>
<p>Nongwoo Bio</p>
</a>
</div>
<div class="col-sm-6 col-md-3">
<a href="#" data-toggle="modal" data-target="#basicModalsel2_2" title="">
<div class="logo-card">
|
69ea86d2
Eugeny Galkovskiy
123
|
157
|
<img src="/images/about/2/united_genetics.png" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
158
159
160
161
162
163
164
|
</div>
<p>United Genetics</p>
</a>
</div>
<div class="col-sm-6 col-md-3">
<a href="#" data-toggle="modal" data-target="#basicModalsel2_3" title="">
<div class="logo-card">
|
69ea86d2
Eugeny Galkovskiy
123
|
165
|
<img src="/images/about/2/wing_seed.png" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
166
167
168
169
170
171
172
|
</div>
<p>Wing Seed</p>
</a>
</div>
<div class="col-sm-6 col-md-3">
<a href="#" data-toggle="modal" data-target="#basicModalsel2_4" title="">
<div class="logo-card">
|
69ea86d2
Eugeny Galkovskiy
123
|
173
|
<img src="/images/about/2/dlf_trifolium.png" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
|
</div>
<p>DLF seeds & science</p>
</a>
</div>
</div>
</div>
</section>
<div class="modal fade modal-dark" id="basicModalsel2_1" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content modal-content-company">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-3">
<div class="logo-card">
|
69ea86d2
Eugeny Galkovskiy
123
|
191
|
<img src="/images/about/2/nongwoo_bio.png" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
|
</div>
</div>
<div class="col-md-9">
<p><em>Nongwoo Bio is a South Korea-based company, a plant selection breeder with 40 years experience on the market. This company entered the Ukrainian agriculture market quite recently. Meanwhile, the company has already gained the reputation of good quality seed breeder. It produces the disease-resistant seeds of excellent crop yield, wonderful tastiness and perfect market condition. The special thing about the seeds produced by the company is that all the hybrids are tolerant to the diseases and pests widespread in Ukraine’s climate. Nongwoo Bio is devoted to enhance the tastiness quality of its hybrids. For example, its cucumbers are dense structured without emptiness, and have no genetic bitter tasting. The seeds producted by Nongwoo Bio have a strong growing capacity, resulting in plant crop of top quality and yield. </em>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade modal-dark" id="basicModalsel2_2" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content modal-content-company">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-3">
<div class="logo-card">
|
69ea86d2
Eugeny Galkovskiy
123
|
213
|
<img src="/images/about/2/united_genetics.png" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
|
</div>
</div>
<div class="col-md-9">
<p><em>
United Genetics is an American company, dealing with the production of such plants as tomatoes, melons, water-melons, vegetable marrows, peppers, cucumbers, eggplants and onion. The plant selection specialists of United Genetics are mainly focused on the breeding of canning tomatoes. The company is also deeply involved in the seeds selection and breeding of new variety and hybrids as well as in a steady improvement of the quality of the existent plants.
</em></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade modal-dark" id="basicModalsel2_3" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content modal-content-company">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-3">
<div class="logo-card">
|
69ea86d2
Eugeny Galkovskiy
123
|
236
|
<img src="/images/about/2/wing_seed.png" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
|
</div>
</div>
<div class="col-md-9">
<p><em>
Wing Seed is a promising Dutch company, dealing with the selection of a wide range of vegetable plants. Despite its young age the company has contributed to the development of a few 'calling cards' in the Ukrainian market: Chicago F1 carrot, Nadiya F1 cucumber, New York F1 cabbage and others. Since 2012 the Professional Seeds trade name has served as an official dealer of Wind Seed in Ukraine.
</em></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade modal-dark" id="basicModalsel2_4" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content modal-content-company">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-3">
<div class="logo-card">
|
69ea86d2
Eugeny Galkovskiy
123
|
259
|
<img src="/images/about/2/dlf_trifolium.png" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
260
261
262
263
|
</div>
</div>
<div class="col-md-9">
<p><em>
|
9ce85ea8
Eugeny Galkovskiy
123
|
264
|
DLF seeds & science is a Dutch company, set up more than a hundred years ago. It is now one of the largest turf grass and medic selection breeders in the world. The products of DLF Seeds & Science have stood the test of time and are constantly improving in its quality, as does the company itself. In order to satisfy the needs of the customers and adapt to the market, the company does its best to increase the variety of its products. The Professional Seeds brand started working with DLF Seeds & Science since 2010. The cooperation between the two companies successfully continues up to the present moment to the mutual benifits of the parties.
|
ef634df3
Eugeny Galkovskiy
123
|
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
|
</em>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- 4 -->
<section class="page_section section4" id="select4">
<div class="container">
<h2><span>ACHIEVEMENTS AND AWARDS</span></h2>
<ul class="timeline">
<li>
<div class="timeline-badge"></div>
<div class="timeline-panel">
<div class="timeline-body">
<p> Since 1995 <br> Distributor of Nunhems Company in Ukraine</p>
<p>Since 1995 to 2006 <br> Distributor of Bejo Zaden in Ukraine</p>
</div>
</div>
</li>
<li>
<div class="timeline-badge sm"></div>
</li>
<li>
<div class="timeline-badge sm"></div>
</li>
<li class="timeline-inverted">
<div class="timeline-badge"></div>
<div class="timeline-panel">
<div class="timeline-body">
<p>Since 1998 to 2007 <br> Official distributor of Сlause Company in Ukraine</p>
<p>Since 1998 <br> Official distributor of EuroGrass Company in Ukraine</p>
</div>
</div>
</li>
<li>
<div class="timeline-badge sm"></div>
</li>
<li>
<div class="timeline-badge sm"></div>
</li>
<li>
<div class="timeline-badge sm"></div>
</li>
<li>
<div class="timeline-badge sm"></div>
</li>
<li>
<div class="timeline-badge sm"></div>
</li>
<li>
<div class="timeline-badge sm"></div>
</li>
<li>
<div class="timeline-badge sm"></div>
</li>
<li>
<div class="timeline-badge"></div>
<div class="timeline-panel">
<div class="timeline-body">
<p>Since 2006 <br> Official distributor of Hem Zaden, Hem Genetics та Rijk Zwaan in Ukraine</p>
</div>
</div>
</li>
<li>
<div class="timeline-badge sm"></div>
</li>
<li class="timeline-inverted">
<div class="timeline-badge"></div>
<div class="timeline-panel">
<div class="timeline-body">
<p>Since 2008 <br> Official distributor of United Genetics and Nongwoo Bio in Ukraine
</div>
</div>
</li>
<li>
<div class="timeline-badge sm"></div>
</li>
<li>
<div class="timeline-badge sm"></div>
</li>
<li>
<div class="timeline-badge"></div>
<div class="timeline-panel">
<div class="timeline-body">
<p>
Since 2011 Official distributor of Bayer , Syngenta, Pan American, Syngenta Flowers, Dorsing Seeds in Ukraine
</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-badge"></div>
<div class="timeline-panel">
<div class="timeline-body">
<p>Since 2012 <br> Official distributor of Seminis та DLF Trifolium in Ukraine
</p>
</div>
</div>
</li>
<li>
<div class="timeline-badge sm"></div>
</li>
<li>
<div class="timeline-badge"></div>
<div class="timeline-panel">
<div class="timeline-body">
<p>Since 2014 <br> Official distributor of Wing Seed in Ukraine</p>
</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-badge"></div>
<div class="timeline-panel">
<div class="timeline-body">
<p>Since 2015 <br> Official distributor of Ukravit
</p>
</div>
</div>
</li>
<li>
<div class="timeline-badge"></div>
<div class="timeline-panel">
<div class="timeline-body">
<p>Since 2016 <br> Official distributor of Alfa Himgroup in Ukraine
</p>
</div>
</div>
</li>
</ul>
</div>
</section>
<!-- 5 + -->
<section class="page_section section5" id="select5">
<div class="container">
<h2><span>Advantages of the Company</span></h2>
<div class="row text-center">
<div class="col-xs-6 col-md-3 text-center">
|
69ea86d2
Eugeny Galkovskiy
123
|
406
|
<img src="/images/about/5/icon1.png" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
407
408
409
|
<h6>Original products, supplied directly from the manufacturer</h6>
</div>
<div class="col-xs-6 col-md-3 text-center">
|
69ea86d2
Eugeny Galkovskiy
123
|
410
|
<img src="/images/about/5/icon2.png" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
411
412
413
414
415
|
<h6>Extremely wide range of products provided
</h6>
</div>
<div class="visible-xs-block visible-sm-block clearfix"></div>
<div class="col-xs-6 col-md-3 text-center">
|
69ea86d2
Eugeny Galkovskiy
123
|
416
|
<img src="/images/about/5/icon3.png" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
417
418
419
420
|
<h6>Annual updating of the variety of products
</h6>
</div>
<div class="col-xs-6 col-md-3 text-center">
|
69ea86d2
Eugeny Galkovskiy
123
|
421
|
<img src="/images/about/5/icon4.png" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
422
423
424
425
426
|
<h6>Fast logistics
</h6>
</div>
<div class="clearfix"></div>
<div class="col-xs-6 col-md-3 text-center">
|
69ea86d2
Eugeny Galkovskiy
123
|
427
|
<img src="/images/about/5/icon5.png" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
428
429
430
431
|
<h6>Expert counseling
</h6>
</div>
<div class="col-xs-6 col-md-3 text-center">
|
69ea86d2
Eugeny Galkovskiy
123
|
432
|
<img src="/images/about/5/icon6.png" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
433
434
435
436
437
|
<h6>Thousands of satisfied clients
</h6>
</div>
<div class="visible-xs-block visible-sm-block clearfix"></div>
<div class="col-xs-6 col-md-3 text-center">
|
69ea86d2
Eugeny Galkovskiy
123
|
438
|
<img src="/images/about/5/icon7.png" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
439
440
441
442
|
<h6>Client-oriented corporate policy
</h6>
</div>
<div class="col-xs-6 col-md-3 text-center">
|
69ea86d2
Eugeny Galkovskiy
123
|
443
|
<img src="/images/about/5/icon8.png" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
444
445
446
447
448
449
450
451
452
453
454
455
456
457
|
<h6>Company's operating all over Ukraine
</h6>
</div>
</div>
</div>
</section>
<!-- 6 + -->
<section class="page_section section6" id="select6">
<div class="container">
<h2><span>Professional Team</span></h2>
<div id="owl6" class="owl-carousel owl-theme">
<div class="item">
<div class="row">
<div class="col-md-2 text-center">
|
69ea86d2
Eugeny Galkovskiy
123
|
458
|
<img class="img-responsive img-circle" src="/images/about/6/beluak.jpg" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
|
</div>
<div class="col-md-10 ">
<p>
<strong>Oleksandr Bilyak </strong>
– Commercial Director
</p>
<p><em>
The demand for high quality seeds has been increasing year by year. Our team is working steadily at enhancing the range of top quality and unique products both in the farmer and in the retail markets in order to meet the needs of our clients. The company constantly improves itself to keep up with the requirements of today's customers, focusing on communications with our clients as well as reaching a better quality of our services.
</em></p>
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-md-2 text-center">
|
69ea86d2
Eugeny Galkovskiy
123
|
474
|
<img class="img-responsive img-circle" src="/images/about/6/valeria.jpg" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
475
476
477
478
479
480
481
|
</div>
<div class="col-md-10 ">
<p>
<strong>Valeriia Pryzuk </strong>
– Head of International Business Department
</p>
<p><em>
|
b52361af
Eugeny Galkovskiy
123
|
482
|
Effective communications and negotiations as an important part of business performance is a must for a successful cooperation with our partners. As our company moves on, the number of its business partners is constantly growing, fostering a greater variety of our products to be put on the market. Signing a contract with our company is only the first step. We can further provide our clients with a committed service of products delivery. One of the major advantages - our Company specifically offers is the efficiency and flexibility of its logistical system. Our devision is determined to ensure the proper functioning of the complete supplier-to-end customer business cycle.
|
ef634df3
Eugeny Galkovskiy
123
|
483
484
485
486
487
488
489
|
</em></p>
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-md-2 text-center">
|
69ea86d2
Eugeny Galkovskiy
123
|
490
|
<img class="img-responsive img-circle" src="/images/about/6/chizh.jpg" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
491
492
493
494
495
496
497
|
</div>
<div class="col-md-10 ">
<p>
<strong>Olga Chyzh </strong>
– Retail Network Director
</p>
<p><em>
|
b52361af
Eugeny Galkovskiy
123
|
498
|
With the creation of a well developed retail network our company has made a step forward towards our clients. Our retail network now ensures a direct contact with our customers, enabling us to render detailed and expert counseling. Our new order processing centers do serve to the benefits of our clients, allowing them to personally make sure of the originality of our products. The on line shop, that our company is running now, helps our clients to familiarize themselves with a great variety of our products. On visiting that shop in the Internet, a customer can make the best and most suitable choice of the product, order any item on line, having received an expert advice on how to plant vegetables as well as to see the latest news on the company and the products it promotes.
|
ef634df3
Eugeny Galkovskiy
123
|
499
500
501
502
503
504
505
|
</em></p>
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-md-2 text-center">
|
69ea86d2
Eugeny Galkovskiy
123
|
506
|
<img class="img-responsive img-circle" src="/images/about/6/podluzhnyy.jpg" alt="Юрій Підлужний">
|
ef634df3
Eugeny Galkovskiy
123
|
507
508
509
510
511
512
513
|
</div>
<div class="col-md-10 ">
<p>
<strong>Yuriy Pidluzhny </strong>
– Director for the Development of Ukraine's South Region
</p>
<p><em>
|
b52361af
Eugeny Galkovskiy
123
|
514
|
Dealing with farmers is specific in nature. To harvest an excellent crop, each professional farmer these days sets a very high standard towards the quality of the seeds in the market. To meet the needs of such clients we are project the market changes, being bound to run the company in a flexible and look-ahead manner. The seeds of extra quality are a very important factor in ensuring the good yield of the crop. The farmer, so to yield richly, knows how to take advantage of the existing plant breeding technologies. This is why, our company do its best to offer expert consultations on the agronomic effectiveness.
|
ef634df3
Eugeny Galkovskiy
123
|
515
516
517
518
519
520
521
|
</em></p>
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-md-2 text-center">
|
69ea86d2
Eugeny Galkovskiy
123
|
522
|
<img class="img-responsive img-circle" src="/images/about/6/gavris.jpg" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
523
524
525
526
527
528
529
|
</div>
<div class="col-md-10 ">
<p>
<strong>Liudmyla Gavrys </strong>
– Head of the Flower Products Division
</p>
<p><em>
|
b52361af
Eugeny Galkovskiy
123
|
530
|
Flower products account for a large part of the Ukrainian seed market. Thus, it inspires us to constantly move forward in broadening the range of flower seeds. With each growing season new seed flower entries of world-known brands are put on the market by our specialists. The primary focus of our company in this area is to enlarge the color palette, as well as the types and variety of flowers available. We do our best for providing the producers of flowers as well as specialists in floral decor with the products and services of top quality.
|
ef634df3
Eugeny Galkovskiy
123
|
531
532
533
534
535
536
537
|
</em></p>
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-md-2 text-center">
|
69ea86d2
Eugeny Galkovskiy
123
|
538
|
<img class="img-responsive img-circle" src="/images/about/6/ivashchenko.jpg" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
539
540
541
542
543
544
545
|
</div>
<div class="col-md-10 ">
<p>
<strong>Maryna Ivashchenko</strong>
– Head of the Mini Packaging Division
</p>
<p><em>
|
b52361af
Eugeny Galkovskiy
123
|
546
|
The mini packaging is one of the most flexible and client-oriented business areas. Own production, as a complex mechanism aiming at satisfying the needs of end users, largely requires prepackaging our products, using mini boxes. With each growing season underway, we inspect and broaden the variety of the products that our company produces. We always try to meet the needs and requests of our clients as well as keep up with the demands of the market. We would not create additional range of packing boxes for the variety of our seeds and hybrids, unless they have passed all applicable tests, showing good results on the farmer's market. For convenience of our clients we may set up a new product line with the most popular and frequently requested seeds.
|
ef634df3
Eugeny Galkovskiy
123
|
547
548
549
550
551
552
553
|
</em></p>
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-md-2 text-center">
|
69ea86d2
Eugeny Galkovskiy
123
|
554
|
<img class="img-responsive img-circle" src="/images/about/6/radivilov.jpg" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
|
</div>
<div class="col-md-10 ">
<p>
<strong>Ihor Radivilov</strong>
– Head of the Marketing Department
</p>
<p><em>
Our marketing department enables the company to quickly apply the most efficient and up-to-date marketing tools in order to foster the promotion and sales of its products. We have succeeded in carrying out some of the fortunate marketing projects. Each project has increasingly boosted the ratings of the newly created or little-known products in the market, allowing our production to be promoted in the most efficient way.
</em></p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- 7 + -->
<section class="page_section section7" id="select7">
<div class="container">
<h2><span>DISTRIBUTION</span></h2>
<div class="row text-center">
<div class="col-sm-6 col-md-3">
<div class="logo-card">
|
69ea86d2
Eugeny Galkovskiy
123
|
577
|
<img src="/images/about/7/bayer.png" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
578
579
580
581
|
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="logo-card">
|
69ea86d2
Eugeny Galkovskiy
123
|
582
|
<img src="/images/about/7/hem_zaden_by.png" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
583
584
585
586
|
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="logo-card">
|
69ea86d2
Eugeny Galkovskiy
123
|
587
|
<img src="/images/about/7/pan_american_seed.png" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
588
589
590
591
|
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="logo-card">
|
69ea86d2
Eugeny Galkovskiy
123
|
592
|
<img src="/images/about/7/dorsind_seeds_inc.png" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
593
594
595
596
|
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="logo-card">
|
69ea86d2
Eugeny Galkovskiy
123
|
597
|
<img src="/images/about/7/ruk_zwaan.png" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
598
599
600
601
|
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="logo-card">
|
69ea86d2
Eugeny Galkovskiy
123
|
602
|
<img src="/images/about/7/seminis.png" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
603
604
605
606
|
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="logo-card">
|
69ea86d2
Eugeny Galkovskiy
123
|
607
|
<img src="/images/about/7/ukravit.png" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
608
609
610
611
|
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="logo-card">
|
69ea86d2
Eugeny Galkovskiy
123
|
612
|
<img src="/images/about/7/beyo.png" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
613
614
615
616
|
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="logo-card">
|
69ea86d2
Eugeny Galkovskiy
123
|
617
|
<img src="/images/about/7/nuhems.png" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
618
619
620
621
|
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="logo-card">
|
69ea86d2
Eugeny Galkovskiy
123
|
622
|
<img src="/images/about/7/syngenta.png" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
623
624
625
626
|
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="logo-card">
|
69ea86d2
Eugeny Galkovskiy
123
|
627
|
<img src="/images/about/7/novalon.png" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
628
629
630
631
|
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="logo-card">
|
69ea86d2
Eugeny Galkovskiy
123
|
632
|
<img src="/images/about/7/agrisol.png" alt="">
|
ef634df3
Eugeny Galkovskiy
123
|
633
634
635
636
637
638
639
640
641
642
643
644
645
646
|
</div>
</div>
</div>
</div>
</section>
<!-- 8 Карта + -->
<div class="section8"></div>
<!-- 9 -->
<footer>
<div class="container footer-top">
<div class="row">
<div class="col-xs-12 col-sm-4 col-md-3">
<address class="phone">+38 (044) <span>581-67-15</span><br>
+38 (044) <span>451-48-59</span><br>
|
f967ee88
Eugeny Galkovskiy
123
|
647
|
<a class="hidden-xs" data-toggle="modal" data-target="#myModal2" style="cursor:pointer;">
|
ef634df3
Eugeny Galkovskiy
123
|
648
649
650
651
652
653
654
655
|
Contact Us
</a>
</address>
</div>
<div class="col-xs-12 col-sm-4 col-md-3 m-b-2">
<address>+38 (050) <span>464-48-59</span><br>
+38 (067) <span>464-48-59</span><br>
+38 (093) <span>026-86-64</span>
|
f967ee88
Eugeny Galkovskiy
123
|
656
|
<a class="visible-xs" data-toggle="modal" data-target="#myModal2" style="cursor:pointer;">
|
ef634df3
Eugeny Galkovskiy
123
|
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
|
Contact Us
</a>
</address>
<div class="modal fade" id="myModal2" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span></button>
<h3 class="text-center">Contact Us</h3>
</div>
<div class="modal-body">
<form class="form-horizontal">
<div class="form-group">
<label class="col-sm-5">Your Name</label>
<div class="col-sm-7">
|
4ae668f6
Eugeny Galkovskiy
123
|
672
|
<input class="form-control" type="text" name="name" id="name" class="name" value="<?= !empty( $customer ) ? $customer['0']['name'] : '' ?>">
|
ef634df3
Eugeny Galkovskiy
123
|
673
674
675
676
677
|
</div>
</div>
<div class="form-group">
<label class="col-sm-5">Telephone Number or Email </label>
<div class="col-sm-7">
|
4ae668f6
Eugeny Galkovskiy
123
|
678
|
<input class="form-control" type="text" name="email" id="email" class="name" value="">
|
ef634df3
Eugeny Galkovskiy
123
|
679
680
681
682
683
|
</div>
</div>
<div class="form-group">
<label class="col-sm-5">Message</label>
<div class="col-sm-7">
|
4ae668f6
Eugeny Galkovskiy
123
|
684
|
<textarea class="form-control" name="comments"></textarea>
|
ef634df3
Eugeny Galkovskiy
123
|
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
|
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-5 col-sm-10">
<button type="submit" class="btn btn-lg btn-warning">Submit</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-2 m-b-1">
<div class="mail">info@hs.kiev.ua</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 m-b-1 text-right">
<a class="w_youtube" target="_blank" href="https://www.youtube.com/channel/UCMnG-NxtoprcTxKcPouwWdQ/videos"></a>
<a class="w_facebook" target="_blank" href="https://www.facebook.com/Professionalseeds/?fref=ts"></a>
<a class="w_vk" target="_blank" href="https://vk.com/public116774284"></a>
</div>
</div>
<div class="clearfix"></div>
<div class="footer-bottom">
<div class="row">
<div class="col-md-9">
<p>TM "Professional Seeds" that TM "Professional Fertilizers"The trademarks are registered on the territory of Ukraine. All rights are protected.</p>
</div>
<div class="col-md-3">
|
69ea86d2
Eugeny Galkovskiy
123
|
714
|
<p class="text-right">Website development <img src="/images/about/9/artweb_gray.png" alt="Артвеб"></p>
|
ef634df3
Eugeny Galkovskiy
123
|
715
716
717
718
719
720
721
|
</div>
</div>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
|
69ea86d2
Eugeny Galkovskiy
123
|
722
|
<script src="/js/about/owl.carousel.min.js"></script>
|
ef634df3
Eugeny Galkovskiy
123
|
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
|
<script>
$('#owl1').owlCarousel({
loop:true,
nav:false,
items:1,
autoplay:true,
autoplayTimeout:8000,
autoplayHoverPause:true
})
</script>
<script>
$('#owl6').owlCarousel({
loop:true,
nav:false,
items:1,
autoplay:true,
autoplayTimeout:8000,
autoplayHoverPause:true
})
</script>
<!--
|
69ea86d2
Eugeny Galkovskiy
123
|
744
|
<script src="/js/about/script.js"></script>
|
ef634df3
Eugeny Galkovskiy
123
|
745
|
-->
|
c516b9d0
Eugeny Galkovskiy
123
|
746
|
<script type="text/javascript" src="/js/main.js"></script>
|
ef634df3
Eugeny Galkovskiy
123
|
747
748
|
</body>
</html>
|