Blame view

src/app/frontend/views/about_eng.php 40.1 KB
cfaea47c   Alex Savenko   landing basket fix
1
  <?php $in_cart = $this->session->get('in_cart', []); ?>
ef634df3   Eugeny Galkovskiy   123
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  <!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
17
      <link href="/css/about/theme-style.css" rel="stylesheet">
ef634df3   Eugeny Galkovskiy   123
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
      
      <!-- 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
40
                              <li><a href="/pro_companiu-1" title="Українська">Українська</a></li>
ef634df3   Eugeny Galkovskiy   123
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
                              <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
56
                              <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
57
58
59
60
61
                          </div>
                      </div>
                  </div>
                  <div class="col-xs-9 col-sm-12 col-lg-4">
                      <div class="logo">
69ea86d2   Eugeny Galkovskiy   123
62
                          <a class="" href="/" title=""><img class="img-responsive" alt="Інтернет-магазин насіння" title="Магазин насіння Semena.in.ua" src="/images/about/logo.png"></a>
ef634df3   Eugeny Galkovskiy   123
63
64
65
66
                      </div>
                  </div>
                  <div class="visible-lg col-sm-4">
                      <div class="float columns3 third_column last">
de59170e   Eugeny Galkovskiy   123
67
                          <div class="basket_number pull-right"><a href="<?= $this->seoUrl->setUrl('/basket') ?>" title="Basket"><?= !empty( $in_cart ) ? count( $in_cart ) : '0' ?></a></div>
ef634df3   Eugeny Galkovskiy   123
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
                          
                          <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
90
                                      <label><img src="/images/about/search.png" alt="search" width="16" height="17"></label>
ef634df3   Eugeny Galkovskiy   123
91
92
93
94
95
96
97
98
99
100
101
102
103
                                      <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
104
                      <li><a href="/" title="home"><img src="/images/about/ico_home.png"></a></li>
ef634df3   Eugeny Galkovskiy   123
105
                      <li><a href="/#catalog" title="Catalog">Catalog</a></li>
94e648ae   Eugeny Galkovskiy   123
106
                      <li><a href="#" data-toggle="modal" data-target="#basicModal" title="About Company">About Company</a></li>
ef634df3   Eugeny Galkovskiy   123
107
108
109
110
111
112
113
114
115
116
117
                      <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>
035290ad   Eugeny Galkovskiy   123
118
119
120
121
122
123
124
  <div class="modal fade modal-dark" id="basicModal" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true">
      <div class="modal-dialog">
          <div>
              <div class="modal-body text-center">
                  <h1 class="text-inverse">Оберіть мову <br> Choose language</h1>
              </div>
              <div class="modal-footer">
267a7ff4   Eugeny Galkovskiy   123
125
126
                  <a href="/pro_companiu-1" class="btn btn-success btn-lg">Українська</a>
                  <a href="#" class="btn btn-outline-success btn-lg close_lang" data-dismiss="modal">English</a>
035290ad   Eugeny Galkovskiy   123
127
128
129
130
              </div>
          </div>
      </div>
  </div>
ef634df3   Eugeny Galkovskiy   123
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
  <!-- 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
146
                              <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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
                          </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
163
                          <img src="/images/about/2/nongwoo_bio.png" alt="">
ef634df3   Eugeny Galkovskiy   123
164
165
166
167
168
169
170
                      </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
171
                          <img src="/images/about/2/united_genetics.png" alt="">
ef634df3   Eugeny Galkovskiy   123
172
173
174
175
176
177
178
                      </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
179
                          <img src="/images/about/2/wing_seed.png" alt="">
ef634df3   Eugeny Galkovskiy   123
180
181
182
183
184
185
186
                      </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
187
                          <img src="/images/about/2/dlf_trifolium.png" alt="">
ef634df3   Eugeny Galkovskiy   123
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
                      </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">&times;</button>
              </div>
              <div class="modal-body">
                  <div class="row">
                      <div class="col-md-3">
                          <div class="logo-card">
69ea86d2   Eugeny Galkovskiy   123
205
                              <img src="/images/about/2/nongwoo_bio.png" alt="">
ef634df3   Eugeny Galkovskiy   123
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
                          </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">&times;</button>
              </div>
              <div class="modal-body">
                  <div class="row">
                      <div class="col-md-3">
                          <div class="logo-card">
69ea86d2   Eugeny Galkovskiy   123
227
                              <img src="/images/about/2/united_genetics.png" alt="">
ef634df3   Eugeny Galkovskiy   123
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
                          </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">&times;</button>
              </div>
              <div class="modal-body">
                  <div class="row">
                      <div class="col-md-3">
                          <div class="logo-card">
69ea86d2   Eugeny Galkovskiy   123
250
                              <img src="/images/about/2/wing_seed.png" alt="">
ef634df3   Eugeny Galkovskiy   123
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
                          </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">&times;</button>
              </div>
              <div class="modal-body">
                  <div class="row">
                      <div class="col-md-3">
                          <div class="logo-card">
69ea86d2   Eugeny Galkovskiy   123
273
                              <img src="/images/about/2/dlf_trifolium.png" alt="">
ef634df3   Eugeny Galkovskiy   123
274
275
276
277
                          </div>
                      </div>
                      <div class="col-md-9">
                          <p><em>
9ce85ea8   Eugeny Galkovskiy   123
278
                                  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
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
                              </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">
0d0a9c36   Eugeny Galkovskiy   123
376
                          <p>Since 2012  <br> Official distributor of Seminis та DLF Seeds & Science in Ukraine
ef634df3   Eugeny Galkovskiy   123
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
406
407
408
409
410
411
412
413
414
415
416
417
418
419
                          </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
420
                  <img src="/images/about/5/icon1.png" alt="">
ef634df3   Eugeny Galkovskiy   123
421
422
423
                  <h6>Original products, supplied directly from the manufacturer</h6>
              </div>
              <div class="col-xs-6 col-md-3 text-center">
69ea86d2   Eugeny Galkovskiy   123
424
                  <img src="/images/about/5/icon2.png" alt="">
ef634df3   Eugeny Galkovskiy   123
425
426
427
428
429
                  <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
430
                  <img src="/images/about/5/icon3.png" alt="">
ef634df3   Eugeny Galkovskiy   123
431
432
433
434
                  <h6>Annual updating of the variety of products
                  </h6>
              </div>
              <div class="col-xs-6 col-md-3 text-center">
69ea86d2   Eugeny Galkovskiy   123
435
                  <img src="/images/about/5/icon4.png" alt="">
ef634df3   Eugeny Galkovskiy   123
436
437
438
439
440
                  <h6>Fast logistics
                  </h6>
              </div>
              <div class="clearfix"></div>
              <div class="col-xs-6 col-md-3 text-center">
69ea86d2   Eugeny Galkovskiy   123
441
                  <img src="/images/about/5/icon5.png" alt="">
ef634df3   Eugeny Galkovskiy   123
442
443
444
445
                  <h6>Expert counseling
                  </h6>
              </div>
              <div class="col-xs-6 col-md-3 text-center">
69ea86d2   Eugeny Galkovskiy   123
446
                  <img src="/images/about/5/icon6.png" alt="">
ef634df3   Eugeny Galkovskiy   123
447
448
449
450
451
                  <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
452
                  <img src="/images/about/5/icon7.png" alt="">
ef634df3   Eugeny Galkovskiy   123
453
454
455
456
                  <h6>Client-oriented corporate policy
                  </h6>
              </div>
              <div class="col-xs-6 col-md-3 text-center">
69ea86d2   Eugeny Galkovskiy   123
457
                  <img src="/images/about/5/icon8.png" alt="">
ef634df3   Eugeny Galkovskiy   123
458
459
460
461
462
463
464
465
466
467
468
469
470
471
                  <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
472
                          <img class="img-responsive img-circle" src="/images/about/6/beluak.jpg" alt="">
ef634df3   Eugeny Galkovskiy   123
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
                      </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
488
                          <img class="img-responsive img-circle" src="/images/about/6/valeria.jpg" alt="">
ef634df3   Eugeny Galkovskiy   123
489
490
491
492
493
494
495
                      </div>
                      <div class="col-md-10 ">
                          <p>
                              <strong>Valeriia Pryzuk </strong>
                              – Head of International Business Department
                          </p>
                          <p><em>
b52361af   Eugeny Galkovskiy   123
496
                                  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
497
498
499
500
501
502
503
                              </em></p>
                      </div>
                  </div>
              </div>
              <div class="item">
                  <div class="row">
                      <div class="col-md-2 text-center">
69ea86d2   Eugeny Galkovskiy   123
504
                          <img class="img-responsive img-circle" src="/images/about/6/chizh.jpg" alt="">
ef634df3   Eugeny Galkovskiy   123
505
506
507
508
509
510
511
                      </div>
                      <div class="col-md-10 ">
                          <p>
                              <strong>Olga Chyzh  </strong>
                              – Retail Network Director
                          </p>
                          <p><em>
b52361af   Eugeny Galkovskiy   123
512
                                  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
513
514
515
516
517
518
519
                              </em></p>
                      </div>
                  </div>
              </div>
              <div class="item">
                  <div class="row">
                      <div class="col-md-2 text-center">
69ea86d2   Eugeny Galkovskiy   123
520
                          <img class="img-responsive img-circle" src="/images/about/6/podluzhnyy.jpg" alt="Юрій Підлужний">
ef634df3   Eugeny Galkovskiy   123
521
522
523
524
525
526
527
                      </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
528
                                  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
529
530
531
532
533
534
535
                              </em></p>
                      </div>
                  </div>
              </div>
              <div class="item">
                  <div class="row">
                      <div class="col-md-2 text-center">
69ea86d2   Eugeny Galkovskiy   123
536
                          <img class="img-responsive img-circle" src="/images/about/6/gavris.jpg" alt="">
ef634df3   Eugeny Galkovskiy   123
537
538
539
540
541
542
543
                      </div>
                      <div class="col-md-10 ">
                          <p>
                              <strong>Liudmyla Gavrys </strong>
                              – Head of the Flower Products Division
                          </p>
                          <p><em>
b52361af   Eugeny Galkovskiy   123
544
                                  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
545
546
547
548
549
550
551
                              </em></p>
                      </div>
                  </div>
              </div>
              <div class="item">
                  <div class="row">
                      <div class="col-md-2 text-center">
69ea86d2   Eugeny Galkovskiy   123
552
                          <img class="img-responsive img-circle" src="/images/about/6/ivashchenko.jpg" alt="">
ef634df3   Eugeny Galkovskiy   123
553
554
555
556
557
558
559
                      </div>
                      <div class="col-md-10 ">
                          <p>
                              <strong>Maryna Ivashchenko</strong>
                              – Head of the Mini Packaging Division
                          </p>
                          <p><em>
b52361af   Eugeny Galkovskiy   123
560
                                  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
561
562
563
564
565
566
567
                              </em></p>
                      </div>
                  </div>
              </div>
              <div class="item">
                  <div class="row">
                      <div class="col-md-2 text-center">
69ea86d2   Eugeny Galkovskiy   123
568
                          <img class="img-responsive img-circle" src="/images/about/6/radivilov.jpg" alt="">
ef634df3   Eugeny Galkovskiy   123
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
                      </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
591
                      <img src="/images/about/7/bayer.png" alt="">
ef634df3   Eugeny Galkovskiy   123
592
593
594
595
                  </div>
              </div>
              <div class="col-sm-6 col-md-3">
                  <div class="logo-card">
69ea86d2   Eugeny Galkovskiy   123
596
                      <img src="/images/about/7/hem_zaden_by.png" alt="">
ef634df3   Eugeny Galkovskiy   123
597
598
599
600
                  </div>
              </div>
              <div class="col-sm-6 col-md-3">
                  <div class="logo-card">
69ea86d2   Eugeny Galkovskiy   123
601
                      <img src="/images/about/7/pan_american_seed.png" alt="">
ef634df3   Eugeny Galkovskiy   123
602
603
604
605
                  </div>
              </div>
              <div class="col-sm-6 col-md-3">
                  <div class="logo-card">
69ea86d2   Eugeny Galkovskiy   123
606
                      <img src="/images/about/7/dorsind_seeds_inc.png" alt="">
ef634df3   Eugeny Galkovskiy   123
607
608
609
610
                  </div>
              </div>
              <div class="col-sm-6 col-md-3">
                  <div class="logo-card">
69ea86d2   Eugeny Galkovskiy   123
611
                      <img src="/images/about/7/ruk_zwaan.png" alt="">
ef634df3   Eugeny Galkovskiy   123
612
613
614
615
                  </div>
              </div>
              <div class="col-sm-6 col-md-3">
                  <div class="logo-card">
69ea86d2   Eugeny Galkovskiy   123
616
                      <img src="/images/about/7/seminis.png" alt="">
ef634df3   Eugeny Galkovskiy   123
617
618
619
620
                  </div>
              </div>
              <div class="col-sm-6 col-md-3">
                  <div class="logo-card">
69ea86d2   Eugeny Galkovskiy   123
621
                      <img src="/images/about/7/ukravit.png" alt="">
ef634df3   Eugeny Galkovskiy   123
622
623
624
625
                  </div>
              </div>
              <div class="col-sm-6 col-md-3">
                  <div class="logo-card">
69ea86d2   Eugeny Galkovskiy   123
626
                      <img src="/images/about/7/beyo.png" alt="">
ef634df3   Eugeny Galkovskiy   123
627
628
629
630
                  </div>
              </div>
              <div class="col-sm-6 col-md-3">
                  <div class="logo-card">
69ea86d2   Eugeny Galkovskiy   123
631
                      <img src="/images/about/7/nuhems.png" alt="">
ef634df3   Eugeny Galkovskiy   123
632
633
634
635
                  </div>
              </div>
              <div class="col-sm-6 col-md-3">
                  <div class="logo-card">
69ea86d2   Eugeny Galkovskiy   123
636
                      <img src="/images/about/7/syngenta.png" alt="">
ef634df3   Eugeny Galkovskiy   123
637
638
639
640
                  </div>
              </div>
              <div class="col-sm-6 col-md-3">
                  <div class="logo-card">
69ea86d2   Eugeny Galkovskiy   123
641
                      <img src="/images/about/7/novalon.png" alt="">
ef634df3   Eugeny Galkovskiy   123
642
643
644
645
                  </div>
              </div>
              <div class="col-sm-6 col-md-3">
                  <div class="logo-card">
69ea86d2   Eugeny Galkovskiy   123
646
                      <img src="/images/about/7/agrisol.png" alt="">
ef634df3   Eugeny Galkovskiy   123
647
648
649
650
651
652
653
654
655
656
657
658
659
660
                  </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&nbsp;(044)&nbsp;<span>581-67-15</span><br>
                      +38&nbsp;(044)&nbsp;<span>451-48-59</span><br>
f967ee88   Eugeny Galkovskiy   123
661
                      <a class="hidden-xs" data-toggle="modal" data-target="#myModal2" style="cursor:pointer;">
ef634df3   Eugeny Galkovskiy   123
662
663
664
665
666
667
668
669
                          Contact Us
                      </a>
                  </address>
              </div>
              <div class="col-xs-12 col-sm-4 col-md-3 m-b-2">
                  <address>+38&nbsp;(050)&nbsp;<span>464-48-59</span><br>
                      +38&nbsp;(067)&nbsp;<span>464-48-59</span><br>
                      +38&nbsp;(093)&nbsp;<span>026-86-64</span>
f967ee88   Eugeny Galkovskiy   123
670
                      <a class="visible-xs" data-toggle="modal" data-target="#myModal2" style="cursor:pointer;">
ef634df3   Eugeny Galkovskiy   123
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
                          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">
369d8408   Eugeny Galkovskiy   123
686
                                              <input class="form-control" required type="text" name="name" id="name" class="name" value="<?= !empty( $customer ) ? $customer['0']['name'] : '' ?>">
ef634df3   Eugeny Galkovskiy   123
687
688
689
690
691
                                          </div>
                                      </div>
                                      <div class="form-group">
                                          <label class="col-sm-5">Telephone Number or Email </label>
                                          <div class="col-sm-7">
369d8408   Eugeny Galkovskiy   123
692
                                              <input class="form-control" required type="text" name="email" id="email" class="name" value="">
ef634df3   Eugeny Galkovskiy   123
693
694
695
696
697
                                          </div>
                                      </div>
                                      <div class="form-group">
                                          <label class="col-sm-5">Message</label>
                                          <div class="col-sm-7">
369d8408   Eugeny Galkovskiy   123
698
                                              <textarea class="form-control" required name="comments"></textarea>
ef634df3   Eugeny Galkovskiy   123
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
                                          </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">
0d93efd1   Dima   Правка Анни
725
                      <p>All rights are protected.</p>
ef634df3   Eugeny Galkovskiy   123
726
727
                  </div>
                  <div class="col-md-3">
69ea86d2   Eugeny Galkovskiy   123
728
                      <p class="text-right">Website development &nbsp;<img src="/images/about/9/artweb_gray.png" alt="Артвеб"></p>
ef634df3   Eugeny Galkovskiy   123
729
730
731
732
733
734
735
                  </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
736
  <script src="/js/about/owl.carousel.min.js"></script>
ef634df3   Eugeny Galkovskiy   123
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
  <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
758
  <script src="/js/about/script.js"></script>
ef634df3   Eugeny Galkovskiy   123
759
  -->
c516b9d0   Eugeny Galkovskiy   123
760
  <script type="text/javascript" src="/js/main.js"></script>
ef634df3   Eugeny Galkovskiy   123
761
762
  </body>
  </html>