-
Notifications
You must be signed in to change notification settings - Fork 0
/
sell-your-watch-dealers.html
807 lines (801 loc) · 41.5 KB
/
sell-your-watch-dealers.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
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
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
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
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.2/jquery.modal.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/css/select2.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css"/>
<link rel="stylesheet" href="css/main.css">
<title>Document</title>
</head>
<body>
<header class="header">
<a href="" class="header__burger burger-btn">
<span></span>
<span></span>
<span></span>
</a>
<div class="header__nav">
<div class="header__nav-item">
<a href="" class="header__nav-link">
Auctions
</a>
<div class="header__sub-nav">
<a href="" class="header__sub-nav-link">
Upcomming auctions
<i class="mdi mdi-arrow-right"></i>
</a>
<a href="" class="header__sub-nav-link">
Past auctions
<i class="mdi mdi-arrow-right"></i>
</a>
<a href="" class="header__sub-nav-link">
Condition of sale
<i class="mdi mdi-arrow-right"></i>
</a>
</div>
</div>
<div class="header__nav-item">
<a href="" class="header__nav-link">
Services
</a>
<div class="header__sub-nav">
<a href="" class="header__sub-nav-link">
Sell your watch
<i class="mdi mdi-arrow-right"></i>
</a>
<a href="" class="header__sub-nav-link">
Sell on auction
<i class="mdi mdi-arrow-right"></i>
</a>
<a href="" class="header__sub-nav-link">
Collection managment
<i class="mdi mdi-arrow-right"></i>
</a>
</div>
</div>
<div class="header__nav-item">
<a href="" class="header__nav-link">
Contacts
</a>
</div>
</div>
<a href="" class="header__logo">
<img src="svg/head-logo.svg" alt="">
</a>
<div class="header__buttons">
<div class="c-dropdown header__currency">
<a href="" class="c-dropdown__button header__currency-btn">
<span class="flag-icon flag-icon-ch"></span>
<strong>CHF</strong>
<i class="mdi mdi-chevron-down"></i>
</a>
<div class="c-dropdown__list">
<div class="c-dropdown__scroll">
<a href="" class="c-dropdown__link">
<span class="flag-icon flag-icon-ch"></span>
CHF
</a>
<a href="" class="c-dropdown__link">
<span class="flag-icon flag-icon-us"></span>
USD
</a>
<a href="" class="c-dropdown__link">
<span class="flag-icon flag-icon-eu"></span>
EUR
</a>
</div>
</div>
</div>
<a href="" id="SearchOpen" class="header__button">
<i class="mdi mdi-magnify"></i>
</a>
<a href="" class="header__button">
<i class="mdi mdi-heart-outline"></i>
<small>3</small>
</a>
<div class="c-dropdown">
<a href="#" class="c-dropdown__button account-drop">
<i class="mdi mdi-account-outline"></i>
<span>[email protected] <i class="mdi mdi-chevron-down"></i></span>
</a>
<div class="c-dropdown__list c-dropdown__list_right">
<div class="c-dropdown__scroll">
<a href="" class="c-dropdown__link">
Profile
</a>
<a href="" class="c-dropdown__link">
My Bids
</a>
<a href="" class="c-dropdown__link">
Payment
</a>
<a href="" class="c-dropdown__link">
Invoices
</a>
<a href="" class="c-dropdown__link grey-text">
Logout
</a>
</div>
</div>
</div>
</div>
<div class="header__search">
<div class="container">
<div class="header__search-form">
<input type="text" placeholder=" Search for a specific lot">
<a href="" id="SearchClose">
<i class="mdi mdi-close"></i>
</a>
</div>
</div>
</div>
</header>
<div class="mobile-menu">
<div class="mobile-menu__aside">
<div class="mobile-menu__body">
<div class="mobile-menu__nav">
<a href="" class="mobile-menu__link">Auctions</a>
<a href="" class="mobile-menu__link mobile-menu__link_sub">
Services
<i class="mdi mdi-chevron-down"></i>
</a>
<div class="mobile-menu__sub-nav">
<a href="" class="mobile-menu__link">Sell watch</a>
<a href="" class="mobile-menu__link">Consign watch</a>
<a href="" class="mobile-menu__link">Collector Service</a>
</div>
<a href="" class="mobile-menu__link">Contacts</a>
</div>
<div class="mobile-menu__select">
<select name="" id="">
<option value="">EUR</option>
<option value="">USD</option>
</select>
<i class="mdi mdi-chevron-down"></i>
</div>
</div>
<div class="mobile-menu__footer">
<div class="c-dropdown">
<a href="#" class="c-dropdown__button account-drop">
[email protected] <i class="mdi mdi-chevron-down"></i>
</a>
<div class="c-dropdown__list c-dropdown__list_position-top">
<div class="c-dropdown__scroll">
<a href="" class="c-dropdown__link">
Profile
</a>
<a href="" class="c-dropdown__link">
My Bids
</a>
<a href="" class="c-dropdown__link">
Payment
</a>
<a href="" class="c-dropdown__link">
Invoices
</a>
<a href="" class="c-dropdown__link grey-text">
Logout
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<main class="content">
<div class="container">
<div class="n-tabs n-tabs_line">
<a href="" class="n-tabs__item n-tabs__item_active">For traiders</a>
<a href="" class="n-tabs__item">For private clients</a>
<a href="" class="n-tabs__item">Private sales</a>
</div>
<div class="land-section land-section_half">
<h2 class="title">Watch dealers, sell fast and maximize profits!</h2>
<div class="sell-watch-dealers">
<div class="sell-watch-dealers__img">
<img src="img/sell-watch/art-1.jpg" alt="">
</div>
<div class="sell-watch-dealers__info">
<div class="sell-watch-dealers__text">
<h3>Sell your watches at Ineichen’s auctions</h3>
<p>Ineichen has been Switzerland's top auction house for the sale and purchase of the finest collectible watches since 1973, and we have a unique sales concept exclusively for watch dealers. Our team will work with you to sell your watches at auctions - stress-free and at the best price.</p>
<a class="c-button c-button_medium c-button_blue c-button_filled">Submit my watch(es)</a>
</div>
<div class="sell-watch-dealers__connect">
<h3>Quick submit</h3>
<div class="sell-watch-dealers__connetct-btns">
<a href="" class="c-button c-button_full c-button_whatsapp c-button_outline c-button_medium c-button_icon-left">
<i class="iconly-whatsapp"></i>
WhatsApp
</a>
<a href="" class="c-button c-button_full c-button_telegram c-button_outline c-button_medium c-button_icon-left">
<i class="iconly-telegram"></i>
Telegram
</a>
</div>
<small>Get an estimation within 1 hour</small>
</div>
</div>
</div>
</div>
<div class="land-section land-section_half">
<div class="title">How it works</div>
<div class="sell-your-watch-steps">
<div class="sell-your-watch-steps__item">
<div class="sell-your-watch-steps__num">
<span class="blue-bg">1</span>
</div>
<h3 class="sell-your-watch-steps__title">Submit watch(es)</h3>
<p>Reserve the submitted watches for Ineichen </p>
</div>
<div class="sell-your-watch-steps__item">
<div class="sell-your-watch-steps__num">
<span class="blue-bg">2</span>
</div>
<h3 class="sell-your-watch-steps__title">Make a description</h3>
<p>Provide photos & condition reports according to the instructions below</p>
<a href="" class="sell-your-watch-steps__instruct">
<i class="mdi mdi-file-document-outline"></i>
Instructions for photos
</a>
</div>
<div class="sell-your-watch-steps__item">
<div class="sell-your-watch-steps__num">
<span class="blue-bg">3</span>
</div>
<h3 class="sell-your-watch-steps__title">Auction</h3>
<p>We sell the watches to the highest bidder</p>
</div>
<div class="sell-your-watch-steps__item">
<div class="sell-your-watch-steps__num">
<span class="blue-bg">4</span>
</div>
<h3 class="sell-your-watch-steps__title">Delivery</h3>
<p>When Ineichen receives payment from the Buyer, the Dealer sends the watch to the Zurich Freeport in Switzerland. Then, Ineichen sends the watch to the Buyer</p>
<span class="sell-your-watch-steps__novat">No VAT charge</span>
</div>
<div class="sell-your-watch-steps__item">
<div class="sell-your-watch-steps__num no-arr">
<span class="green-bg">5</span>
</div>
<h3 class="sell-your-watch-steps__title green-text">Receive payment</h3>
<p>Ineichen guarantees payment to the dealer, excluding the commission</p>
</div>
</div>
</div>
<div class="land-section land-section_half">
<div class="title">Calculate your earnings:</div>
<div class="earning-calculate">
<div class="earning-calculate__card">
<span class="earning-calculate__title">Enter selling price here</span>
<div class="earning-calculate__form">
<input type="number" placeholder="100 000" class="earning-calculate__input">
<select class="earning-calculate__currency" name="" id="">
<option value="">CHF</option>
<option value="">CHF</option>
<option value="">CHF</option>
</select>
</div>
<span class="earning-calculate__title">You earn:</span>
<div class="earning-calculate__earn">
<b class="earning-calculate__earn-zero">0 CHF</b>
<b><span class="countTo" data-from="0" data-to="90000"></span> CHF</b>
</div>
No exceptions, no hidden fees
</div>
<div class="earning-calculate__info">
<h2>Simple & fair comission model:</h2>
<div class="earning-calculate__percents">
<div>
<div class="earning-calculate__percent">
<span class="countTo" data-from="0" data-to="10"></span> %
</div>
<div>
Selling price above <br> CHF 100 000
</div>
</div>
<div>
<div class="earning-calculate__percent">
<span class="countTo" data-from="0" data-to="15"></span>%
</div>
<div>
Selling price above <br> CHF 100 000
</div>
</div>
<div>
<div class="earning-calculate__percent">
<span class="countTo" data-from="0" data-to="20">20</span>%
</div>
<div>
Selling price above <br> CHF 100 000
</div>
</div>
</div>
<div class="earning-calculate__buttons">
<a class="c-button c-button_full c-button_medium c-button_blue c-button_filled">Submit my watch(es)</a>
<a href="" class="c-button c-button_full c-button_whatsapp c-button_outline c-button_medium c-button_icon-left">
<i class="iconly-whatsapp"></i>
WhatsApp
</a>
<a href="" class="c-button c-button_full c-button_telegram c-button_outline c-button_medium c-button_icon-left">
<i class="iconly-telegram"></i>
Telegram
</a>
</div>
</div>
</div>
</div>
<div class="land-section land-section_half">
<div class="title">Let’s compare sales options</div>
<div class="compare-sales-option">
<table class="compare-sales-option__table">
<thead>
<tr>
<th></th>
<th>
Ineichen <br>
Auctioneers
<img class="compare-sales-option__sticker" src="img/sell-watch/sticker.svg" alt="">
</th>
<th>
Traditional <br>
auction houses
</th>
<th>
Chrono 24 <br>
& other platforms
</th>
</tr>
</thead>
<tbody>
<tr>
<th>Seller Earnings <br>
& sale time
</th>
<td>
<h4>FAST & HIGH PROFIT</h4>
<ul>
<li>Premium auction sales <b>above market value</b></li>
<li><b>Lowest</b> auction house commission: 10-20%</li>
<li>Just <b>2 weeks</b> until the sale begins!</li>
</ul>
</td>
<td>
<h4>SLOW & LOW PROFIT</h4>
<ul>
<li>Selling above market price</li>
<li class="red">Achieving higher prices, but commission ranges from 26% to 32% on hammer price</li>
<li class="red">Offer 3-6 months turnaround from acquisition to trading commencement</li>
</ul>
</td>
<td>
<h4>MODERATE PROFIT & N/A time</h4>
<ul>
<li class="red">Challenged by numerous dumping offers</li>
<li class="red">Offering prices at or below market value to ensure competitive deals</li>
<li class="red">Commission rates range from 5.6% to 6,5%
Unpredictable timeframes masked as flexibility</li>
</ul>
</td>
</tr>
<tr>
<th>Buyer’s advantages & <br>
disadvantages
</th>
<td>
<h4>full trust</h4>
<strong>Positives:</strong>
<ul>
<li>No buyer's premium</li>
<li>We are trusted (Swiss-based)</li>
<li>Expertise in the field</li>
<li>Engaging auction system: bidding, excitement, and opportunities for great deals</li>
<li>Comprehensive pre-sale preparation and service</li>
<li>Acceptance of cryptocurrency</li>
</ul>
<strong>Negatives:</strong>
<ul>
<li class="red">No identified drawbacks</li>
</ul>
</td>
<td>
<h4>full trust</h4>
<strong>Positives:</strong>
<ul>
<li>Trustworthy</li>
<li>Expertise in the field</li>
<li>Engaging auction system: bidding, excitement, and opportunities for great deals</li>
</ul>
<strong>Negatives:</strong>
<ul>
<li class="red">Imposition of buyer's premium</li>
<li class="red">Insufficient pre-sale preparation</li>
<li class="red">Limited acceptance of cryptocurrency</li>
</ul>
</td>
<td>
<h4>NO TRUST</h4>
<strong>Positives:</strong>
<ul>
<li>Abundance of offers</li>
</ul>
<strong>Negatives:</strong>
<ul>
<li class="red">Lack of trust</li>
<li class="red">Poor quality photos</li>
<li class="red">Prevalence of fake offers</li>
<li class="red">Insufficient service</li>
<li class="red">Limited expertise</li>
<li class="red">No acceptance of cryptocurrency</li>
</ul>
</td>
</tr>
<tr>
<th>Services to help <br>
sell your watch
</th>
<td>
<h4>FULL FREE SERVICE</h4>
<p>
<b>In-person:</b> We photograph, describe, and handle the product sent to us<br><br>
<b>Remote:</b> We handle everything virtually, just provide us with the necessary materials
</p>
</td>
<td>
<h4>EXTRA SERVICE CHARGE</h4>
<p>Product description may be subject to additional fees in most cases at auction houses</p>
</td>
<td>
<h4>NO SERVICE</h4>
<p>You bear the full weight of all responsibilities</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="land-section land-section_half">
<div class="title">Benefits</div>
<div class="sell-watch-benefits">
<div class="sell-watch-benefits__item">
<img src="img/sell-watch/benefit-1.jpg" alt="" class="sell-watch-benefits__img">
<h3 class="sell-watch-benefits__title">Higher profit potential</h3>
<div class="sell-watch-benefits__text">
Auction is your chance to sell watches at higher prices than on Chrono24.
</div>
</div>
<div class="sell-watch-benefits__item">
<img src="img/sell-watch/benefit-2.jpg" alt="" class="sell-watch-benefits__img">
<h3 class="sell-watch-benefits__title">Quick & convenient process</h3>
<div class="sell-watch-benefits__text">
Online auctions last for 9 days, with a buy-out ratio reaching 90%
</div>
</div>
<div class="sell-watch-benefits__item">
<img src="img/sell-watch/benefit-3.jpg" alt="" class="sell-watch-benefits__img">
<h3 class="sell-watch-benefits__title">Extensive audience reach</h3>
<div class="sell-watch-benefits__text">
Benefit from a wide network of collectors and enthusiasts. Ensure a fair and competitive price for rare, valuable, and vintage watches.
</div>
</div>
<div class="sell-watch-benefits__item">
<img src="img/sell-watch/benefit-4.jpg" alt="" class="sell-watch-benefits__img">
<h3 class="sell-watch-benefits__title">Trust & expertise
since 1973</h3>
<div class="sell-watch-benefits__text">
Ineichen Auctioneers is a trusted auction house with a long-standing history of excellence since 1973. Our skilled watchmakers thoroughly inspect every watch for authenticity, operability, and defects before auction.
</div>
</div>
<div class="sell-watch-benefits__item">
<img src="img/sell-watch/benefit-5.jpg" alt="" class="sell-watch-benefits__img">
<h3 class="sell-watch-benefits__title">Dedicated manager support</h3>
<div class="sell-watch-benefits__text">
Get in touch with a dedicated manager who will assist you throughout the selling process.
</div>
</div>
</div>
</div>
<div class="land-section land-section_half">
<div class="highlights-catalog-head">
<div class="title">
Consignment highlights
</div>
<span><b>Extensive participation</b> from watch collectors drives the buy-out ratio to <b>as high as 90%.</b></span>
</div>
<div class="highlights-catalog">
<a href="" class="highlights-catalog__item">
<div class="highlights-catalog__info">
<div class="highlights-catalog__img">
<img src="img/sell-watch/image 10.jpg" alt="">
</div>
<div class="highlights-catalog__brand">F.P.Journe</div>
<div class="highlights-catalog__name">Octa Zodiaque</div>
</div>
<div class="highlights-catalog__prices">
<div>
<span>Starting price:</span>
<b>CHF 80 000</b>
</div>
<div>
<span>Sold for: </span>
<b class="green-text">CHF 124 000</b>
</div>
</div>
</a>
<a href="" class="highlights-catalog__item">
<div class="highlights-catalog__info">
<div class="highlights-catalog__img">
<img src="img/sell-watch/image 11.jpg" alt="">
</div>
<div class="highlights-catalog__brand">Rolex</div>
<div class="highlights-catalog__name">Daytona Ref.6263 "Big Red"</div>
</div>
<div class="highlights-catalog__prices">
<div>
<span>Starting price:</span>
<b>CHF 40 000</b>
</div>
<div>
<span>Sold for: </span>
<b class="green-text">CHF 72 000</b>
</div>
</div>
</a>
<a href="" class="highlights-catalog__item">
<div class="highlights-catalog__info">
<div class="highlights-catalog__img">
<img src="img/sell-watch/image 12.jpg" alt="">
</div>
<div class="highlights-catalog__brand">Audemars Piguet</div>
<div class="highlights-catalog__name">Platinum Perpetual Calendar</div>
</div>
<div class="highlights-catalog__prices">
<div>
<span>Starting price:</span>
<b>CHF 120 000</b>
</div>
<div>
<span>Sold for: </span>
<b class="green-text">CHF 300 000</b>
</div>
</div>
</a>
<a href="" class="highlights-catalog__item">
<div class="highlights-catalog__info">
<div class="highlights-catalog__img">
<img src="img/sell-watch/image 13.jpg" alt="">
</div>
<div class="highlights-catalog__brand">Breguet</div>
<div class="highlights-catalog__name">Perpetual Calendar Minute Repeater</div>
</div>
<div class="highlights-catalog__prices">
<div>
<span>Starting price:</span>
<b>CHF 100.000</b>
</div>
<div>
<span>Sold for: </span>
<b class="green-text">CHF 160 000</b>
</div>
</div>
</a>
<a href="" class="highlights-catalog__item">
<div class="highlights-catalog__info">
<div class="highlights-catalog__img">
<img src="img/sell-watch/image 14.jpg" alt="">
</div>
<div class="highlights-catalog__brand">Audemars Piguet</div>
<div class="highlights-catalog__name">Royal Oak Grande Complication</div>
</div>
<div class="highlights-catalog__prices">
<div>
<span>Starting price:</span>
<b>CHF 300 000</b>
</div>
<div>
<span>Sold for: </span>
<b class="green-text">CHF 505 000</b>
</div>
</div>
</a>
</div>
</div>
<div class="land-section land-section_half">
<h2 class="title">Watch dealers, sell fast and maximize profits!</h2>
<div class="sell-watch-dealers">
<div class="sell-watch-dealers__img">
<img src="img/sell-watch/art-2.jpg" alt="">
</div>
<div class="sell-watch-dealers__info sell-watch-dealers__info_center">
<div class="sell-watch-dealers__text">
<ul>
<li>Fast estimate & decision</li>
<li>Reserved pricing option</li>
<li>Higher profit compared to direct sales</li>
<li>Quick payment</li>
<li>Support</li>
</ul>
</div>
<div class="sell-watch-dealers__connect">
<div class="sell-watch-dealers__connetct-btns">
<a class="c-button c-button_medium c-button_full c-button_blue c-button_filled">Submit my watch(es)</a>
<a href="" class="c-button c-button_full c-button_whatsapp c-button_outline c-button_medium c-button_icon-left">
<i class="iconly-whatsapp"></i>
WhatsApp
</a>
<a href="" class="c-button c-button_full c-button_telegram c-button_outline c-button_medium c-button_icon-left">
<i class="iconly-telegram"></i>
Telegram
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="footer">
<div class="container">
<div class="footer__top-line">
<div class="footer__nav">
<div class="footer__nav-item">
<strong class="footer__nav-title">Sell Watches</strong>
<a class="footer__nav-link" href="">Auction</a>
<a class="footer__nav-link" href="">Consign</a>
<a class="footer__nav-link" href="">Direct sale </a>
<a class="footer__nav-link" href="">Free Appraisal</a>
</div>
<div class="footer__nav-item">
<strong class="footer__nav-title">Corporate</strong>
<a class="footer__nav-link" href="">About Ineichen</a>
<a class="footer__nav-link" href="">Ineichen Auctioneer </a>
<a class="footer__nav-link" href="">Terms & Conditions </a>
<a class="footer__nav-link" href="">Cookie policy </a>
</div>
<div class="footer__nav-item">
<strong class="footer__nav-title">Support</strong>
<a class="footer__nav-link" href="">FAQ</a>
<a class="footer__nav-link" href="">T&C</a>
<a class="footer__nav-link" href="">User protection</a>
</div>
<div class="footer__nav-item">
<strong class="footer__nav-title">Social Channels</strong>
<a class="footer__nav-link" href="">Instagram</a>
<a class="footer__nav-link" href="">Youtube</a>
<a class="footer__nav-link" href="">Facebook</a>
<a class="footer__nav-link" href="">Telegram</a>
</div>
</div>
<div class="footer__contacts">
+41 44 298 11 44 <br>
[email protected] <br>
Stadthausquai 11-13, Zürich <br>
Tue-Fri - 10:00-17:30 Sat - 10:00-16:00
</div>
</div>
<div class="footer__bottom-line">
<a class="footer__logo" href="">
<img src="svg/footer-logo.svg" alt="">
</a>
<a class="footer__lang" href="">
English <i class="mdi mdi-chevron-down"></i>
</a>
</div>
</div>
</footer>
<div id="Consign" class="modal modal-small modal-small_3x">
<div class="modal-small__title">Offer your watches</div>
<div class="modal-small__body">
<div class="drop-zone">
<input id="DropZone" type="file" disabled>
<label for="DropZone" class="drop-zone__label">
<img class="drop-zone__empty" src="img/sell-watch/image-preview.svg" alt="">
<span>Drop your documents here, or click to browse</span>
<span class="grey-text">up to 10MB each.</span>
<span class="red-text">Only 10 images</span>
</label>
</div>
<div class="upload-files upload-files_new">
<div class="upload-files__item loading">
<div class="upload-files__image">
<img src="img/icons/scan-img-clean.svg" alt="">
</div>
<div class="upload-files__remove">
<i class="mdi mdi-close"></i>
</div>
</div>
<div class="upload-files__item">
<div class="upload-files__image">
<img src="img/icons/scan-img-clean.svg" alt="">
</div>
<div class="upload-files__remove">
<i class="mdi mdi-close"></i>
</div>
</div>
<div class="upload-files__item">
<div class="upload-files__image">
<img src="img/icons/scan-img-clean.svg" alt="">
</div>
<div class="upload-files__remove">
<i class="mdi mdi-close"></i>
</div>
</div>
<div class="upload-files__item">
<div class="upload-files__image">
<img src="img/icons/scan-img-clean.svg" alt="">
</div>
<div class="upload-files__remove">
<i class="mdi mdi-close"></i>
</div>
</div>
<div class="upload-files__item">
<div class="upload-files__image">
<img src="img/icons/scan-img-clean.svg" alt="">
</div>
<div class="upload-files__remove">
<i class="mdi mdi-close"></i>
</div>
</div>
<div class="upload-files__item">
<div class="upload-files__image">
<img src="img/icons/scan-img-clean.svg" alt="">
</div>
<div class="upload-files__remove">
<i class="mdi mdi-close"></i>
</div>
</div>
</div>
<div class="c-field">
<input type="text" class="c-field__input">
<label class="c-field__label">Name</label>
</div>
<div class="c-field">
<input type="text" class="c-field__input">
<label class="c-field__label">Contact phone</label>
</div>
</div>
<div class="modal-small__footer">
<a href="" class="c-button c-button_blue c-button_filled c-button_full c-button_medium">Continue</a>
<div class="quick-estimation-contacts">
<h5>Or use quick estimation:</h5>
<div class="quick-estimation-contacts__btns">
<a href="" class="c-button c-button_full c-button_grey c-button_outline c-button_medium c-button_icon-left" style="color: #2DAB0E">
<img class="mdi" src="img/sell-watch/whatsapp.svg" alt="">
WhatsApp
</a>
<a href="" class="c-button c-button_full c-button_grey c-button_outline c-button_medium c-button_icon-left" style="color: #0088CC">
<img class="mdi" src="img/sell-watch/telegram.svg" alt="">
Telegram
</a>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/js/select2.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.2/jquery.modal.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-countto/1.2.0/jquery.countTo.min.js
"></script>
<script src="js/smooth-scroll.js"></script>
<script src="js/main.js"></script>
<script>
$('.n-tabs__item').click(function(){
$('.n-tabs__item').removeClass('n-tabs__item_active');
$(this).addClass('n-tabs__item_active');
return false;
})
$('.countTo').countTo();
$('#Consign').modal({
fadeDuration: 100,
closeExisting: false,
escapeClose: false,
closeClass: 'mdi mdi-close',
closeText: ''
});
</script>
</body>
</html>