	<style id="ipf-cb-css">
	.ipf-cb{--cobalt:#00005d;--cobalt-deep:#00002c;--ink:#1a1a1a;--muted:#6b6b76;
		--line:rgba(0,0,45,.14);--paper:#fff;--canvas:#faf9f7;
		max-width:1440px;margin:0 auto;padding:60px 20px;color:var(--ink);
		font-family:"Hanken Grotesk",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}
	.ipf-cb *{box-sizing:border-box;}
	.ipf-cb__head{text-align:center;max-width:660px;margin:0 auto 40px;}
	.ipf-cb__title{font-family:"Bodoni Moda",Georgia,serif;font-weight:500;color:var(--cobalt);
		font-size:clamp(2rem,4vw,3rem);line-height:1.08;letter-spacing:normal;margin:0 0 14px;text-transform:none;}
	.ipf-cb__sub{color:var(--muted);font-size:1.02rem;line-height:1.6;margin:0;}

	.ipf-cb__tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;margin-bottom:28px;}
	.ipf-cb__tab{display:flex;align-items:center;gap:12px;cursor:pointer;
		background:var(--paper);border:1px solid var(--line);border-radius:0;padding:10px 16px 10px 10px;
		box-shadow:none;transition:border-color .2s;text-align:left;font-family:inherit;}
	.ipf-cb__tab:hover{border-color:var(--cobalt);}
	.ipf-cb__tab.is-active{border-color:var(--cobalt);background:#fbfbfd;}
	.ipf-cb__tab.is-active .ipf-cb__tab-name{color:var(--cobalt);}
	.ipf-cb__tab-thumb{width:46px;height:46px;flex:0 0 46px;background:#f1f0ee center/cover no-repeat;}
	.ipf-cb__tab-meta{display:flex;flex-direction:column;gap:2px;}
	.ipf-cb__tab-name{font-family:"Bodoni Moda",Georgia,serif;font-size:.98rem;color:var(--cobalt-deep);line-height:1.1;}
	.ipf-cb__tab-from{font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:normal;}

	.ipf-cb__stage{display:grid;grid-template-columns:1.55fr 1fr;border:1px solid var(--line);background:var(--paper);}
	.ipf-cb__gallery{padding:30px;border-right:1px solid var(--line);display:flex;align-items:center;justify-content:center;}
	.ipf-cb__tiles{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;align-content:center;width:100%;}
	.ipf-cb__tile{position:relative;flex:0 1 auto;min-width:110px;aspect-ratio:1/1;overflow:hidden;background:#f1f0ee;}
	.ipf-cb__tile img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;height:auto;}
	.ipf-cb__tile .b{position:absolute;top:8px;right:8px;min-width:24px;height:24px;padding:0 6px;
		background:var(--paper);border:1px solid var(--line);border-radius:50%;
		display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:600;color:var(--cobalt-deep);}

	.ipf-cb__panel{padding:30px 32px;display:flex;flex-direction:column;}
	.ipf-cb__kicker{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:normal;color:var(--cobalt);}
	.ipf-cb__name{font-family:"Bodoni Moda",Georgia,serif;font-weight:500;color:var(--cobalt-deep);
		font-size:1.5rem;line-height:1.15;letter-spacing:normal;margin:6px 0 6px;text-transform:none;}
	.ipf-cb__tagline{font-family:"Bodoni Moda",Georgia,serif;font-style:italic;color:var(--cobalt);
		font-size:1rem;line-height:1.4;letter-spacing:normal;margin:0 0 12px;}
	.ipf-cb__note{color:var(--muted);font-size:.9rem;line-height:1.5;margin:0 0 18px;}

	.ipf-cb__contents-label,.ipf-cb__addons-label{font-size:.7rem;text-transform:uppercase;
		letter-spacing:normal;color:var(--muted);margin-bottom:6px;}
	.ipf-cb__list,.ipf-cb__addlist{list-style:none;margin:0;padding:0;}
	.ipf-cb__list li{display:grid;grid-template-columns:24px 1fr auto 22px;align-items:center;gap:10px;
		font-size:.88rem;padding:10px 0;border-top:1px solid var(--line);}
	.ipf-cb__list li:first-child{border-top:0;}
	.ipf-cb__list .q{color:var(--muted);font-variant-numeric:tabular-nums;}
	.ipf-cb__list .nm{color:var(--ink);line-height:1.3;}
	.ipf-cb__list .nm a{color:inherit;text-decoration:none;}
	.ipf-cb__list .nm a:hover{color:var(--cobalt);text-decoration:underline;text-underline-offset:2px;}
	.ipf-cb__list .pr{color:var(--cobalt-deep);white-space:nowrap;font-variant-numeric:tabular-nums;}
	.ipf-cb__list .pr.inc{color:var(--muted);font-style:italic;font-size:.8rem;}
	.ipf-cb__x{cursor:pointer;color:#b9b9c2;font-size:1rem;text-align:center;line-height:1;transition:color .2s;}
	.ipf-cb__x:hover{color:var(--cobalt);}

	.ipf-cb__addons{margin-top:20px;padding-top:16px;border-top:1px solid var(--line);}
	.ipf-cb__addlist li{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:10px;
		font-size:.86rem;padding:8px 0;color:var(--muted);}
	.ipf-cb__addlist .add{cursor:pointer;width:22px;height:22px;border:1px solid var(--cobalt);
		color:var(--cobalt);background:transparent;display:flex;align-items:center;justify-content:center;
		font-size:.9rem;line-height:1;transition:background .2s,color .2s;padding:0;}
	.ipf-cb__addlist .add:hover{background:var(--cobalt);color:#fff;}
	.ipf-cb__addlist .nm{color:var(--ink);}
	.ipf-cb__addlist .pr{color:var(--cobalt-deep);white-space:nowrap;}

	.ipf-cb__foot{margin-top:auto;padding-top:22px;}
	.ipf-cb__subtotal{display:flex;justify-content:space-between;align-items:baseline;
		font-family:"Bodoni Moda",Georgia,serif;color:var(--cobalt-deep);font-size:1.15rem;
		padding-top:16px;border-top:1px solid var(--line);margin-bottom:16px;}
	.ipf-cb__subtotal span{font-size:1.35rem;}
	.ipf-cb__cta{appearance:none;cursor:pointer;width:100%;border:1px solid var(--cobalt);
		background:var(--cobalt);color:#fff;font-family:inherit;font-size:.76rem;font-weight:600;
		text-transform:uppercase;letter-spacing:.04em;padding:16px;box-shadow:none;transition:opacity .2s;}
	.ipf-cb__cta:hover{opacity:.9;}
	.ipf-cb__cta.is-loading{opacity:.6;pointer-events:none;}
	.ipf-cb__cta .ipf-cb__cta-done{display:none;}
	.ipf-cb__cta.is-done .ipf-cb__cta-text{display:none;}
	.ipf-cb__cta.is-done .ipf-cb__cta-done{display:inline;}

	@media(max-width:820px){
		.ipf-cb__stage{grid-template-columns:1fr;}
		.ipf-cb__gallery{border-right:0;border-bottom:1px solid var(--line);}
	}
	@media(max-width:520px){
		.ipf-cb{padding:40px 14px;}
	}
	</style>
	{"id":39735,"date":"2026-08-07T13:01:54","date_gmt":"2026-08-07T10:01:54","guid":{"rendered":"https:\/\/lomonosovamerica.com\/?page_id=39735"},"modified":"2026-09-02T02:59:24","modified_gmt":"2026-09-01T23:59:24","slug":"corporate-gifting","status":"publish","type":"page","link":"https:\/\/lomonosovamerica.com\/ru\/corporate-gifting\/","title":{"rendered":"\u041a\u043e\u0440\u043f\u043e\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u0435 \u043f\u043e\u0434\u0430\u0440\u043a\u0438"},"content":{"rendered":"\t<section class=\"ipf-cb\"\n\t         data-current=\"ballet-duo\"\n\t         data-wrap=\"Signature gift box, card &amp; hand-wrapping\">\n\n\t\t\t\t\t<header class=\"ipf-cb__head\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"ipf-cb__title\">Corporate Gifts<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"ipf-cb__sub\">Curated gift boxes from the collections of the Imperial Porcelain Factory. Trim or add to any box to suit the occasion.<\/p>\n\t\t\t\t\t\t\t<\/header>\n\t\t\n\t\t<nav class=\"ipf-cb__tabs\" aria-label=\"Gift boxes\">\n\t\t\t\t\t\t\t<button type=\"button\" class=\"ipf-cb__tab\" data-key=\"ballet-duo\">\n\t\t\t\t\t<span class=\"ipf-cb__tab-thumb\" style=\"background-image:url('https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/balet-nutcracker-set-3-1069x800.webp')\"><\/span>\n\t\t\t\t\t<span class=\"ipf-cb__tab-meta\">\n\t\t\t\t\t\t<span class=\"ipf-cb__tab-name\">The Ballet Espresso Duo<\/span>\n\t\t\t\t\t\t<span class=\"ipf-cb__tab-from\">From <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#036;<\/span>292.00<\/span><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t<\/button>\n\t\t\t\t\t\t\t<button type=\"button\" class=\"ipf-cb__tab\" data-key=\"idyll-mugs\">\n\t\t\t\t\t<span class=\"ipf-cb__tab-thumb\" style=\"background-image:url('https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/unnamed-file-1069x800.png')\"><\/span>\n\t\t\t\t\t<span class=\"ipf-cb__tab-meta\">\n\t\t\t\t\t\t<span class=\"ipf-cb__tab-name\">Idyll Office Mugs<\/span>\n\t\t\t\t\t\t<span class=\"ipf-cb__tab-from\">From <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#036;<\/span>312.00<\/span><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t<\/button>\n\t\t\t\t\t\t\t<button type=\"button\" class=\"ipf-cb__tab\" data-key=\"ballet-trio\">\n\t\t\t\t\t<span class=\"ipf-cb__tab-thumb\" style=\"background-image:url('https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/balet-scheherazade-set-7-1069x800.webp')\"><\/span>\n\t\t\t\t\t<span class=\"ipf-cb__tab-meta\">\n\t\t\t\t\t\t<span class=\"ipf-cb__tab-name\">The Ballet Trio<\/span>\n\t\t\t\t\t\t<span class=\"ipf-cb__tab-from\">From <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#036;<\/span>438.00<\/span><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t<\/button>\n\t\t\t\t\t\t\t<button type=\"button\" class=\"ipf-cb__tab\" data-key=\"cobalt-ritual\">\n\t\t\t\t\t<span class=\"ipf-cb__tab-thumb\" style=\"background-image:url('https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/teapot-tulip-cobalt-net-1071x800.webp')\"><\/span>\n\t\t\t\t\t<span class=\"ipf-cb__tab-meta\">\n\t\t\t\t\t\t<span class=\"ipf-cb__tab-name\">The Cobalt Coffee Ritual<\/span>\n\t\t\t\t\t\t<span class=\"ipf-cb__tab-from\">From <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#036;<\/span>719.00<\/span><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t<\/button>\n\t\t\t\t\t\t\t<button type=\"button\" class=\"ipf-cb__tab\" data-key=\"scarlet-table\">\n\t\t\t\t\t<span class=\"ipf-cb__tab-thumb\" style=\"background-image:url('https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/t3a2iw145tlhln9f053nt3gn2p32cw1u.webp')\"><\/span>\n\t\t\t\t\t<span class=\"ipf-cb__tab-meta\">\n\t\t\t\t\t\t<span class=\"ipf-cb__tab-name\">The Scarlet Table<\/span>\n\t\t\t\t\t\t<span class=\"ipf-cb__tab-from\">From <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#036;<\/span>859.00<\/span><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t<\/button>\n\t\t\t\t\t\t\t<button type=\"button\" class=\"ipf-cb__tab\" data-key=\"golden-reception\">\n\t\t\t\t\t<span class=\"ipf-cb__tab-thumb\" style=\"background-image:url('https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/wedding-teaset-dress-petals.webp')\"><\/span>\n\t\t\t\t\t<span class=\"ipf-cb__tab-meta\">\n\t\t\t\t\t\t<span class=\"ipf-cb__tab-name\">The Golden Reception<\/span>\n\t\t\t\t\t\t<span class=\"ipf-cb__tab-from\">From <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#036;<\/span>1,550.00<\/span><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t<\/button>\n\t\t\t\t\t<\/nav>\n\n\t\t<div class=\"ipf-cb__stage\" aria-live=\"polite\">\n\t\t\t<div class=\"ipf-cb__gallery\"><div class=\"ipf-cb__tiles\" id=\"ipf-cb-tiles\"><\/div><\/div>\n\t\t\t<aside class=\"ipf-cb__panel\">\n\t\t\t\t<span class=\"ipf-cb__kicker\" id=\"ipf-cb-kicker\"><\/span>\n\t\t\t\t<h3 class=\"ipf-cb__name\" id=\"ipf-cb-name\"><\/h3>\n\t\t\t\t<p class=\"ipf-cb__tagline\" id=\"ipf-cb-tagline\"><\/p>\n\t\t\t\t<p class=\"ipf-cb__note\" id=\"ipf-cb-note\"><\/p>\n\n\t\t\t\t<div class=\"ipf-cb__contents-label\">Box contents<\/div>\n\t\t\t\t<ul class=\"ipf-cb__list\" id=\"ipf-cb-list\"><\/ul>\n\n\t\t\t\t<div class=\"ipf-cb__addons\" id=\"ipf-cb-addons\" hidden>\n\t\t\t\t\t<div class=\"ipf-cb__addons-label\">Add to this box<\/div>\n\t\t\t\t\t<ul class=\"ipf-cb__addlist\" id=\"ipf-cb-addlist\"><\/ul>\n\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"ipf-cb__foot\">\n\t\t\t\t\t<div class=\"ipf-cb__subtotal\">Box subtotal <span id=\"ipf-cb-sub\"><\/span><\/div>\n\t\t\t\t\t<button type=\"button\" class=\"ipf-cb__cta\" id=\"ipf-cb-complete\">\n\t\t\t\t\t\t<span class=\"ipf-cb__cta-text\">Complete box<\/span>\n\t\t\t\t\t\t<span class=\"ipf-cb__cta-done\">Added to cart \u2713<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/aside>\n\t\t<\/div>\n\n\t\t<script type=\"application\/json\" id=\"ipf-cb-data\">[{\"key\":\"ballet-duo\",\"kicker\":\"For a partner\",\"title\":\"The Ballet Espresso Duo\",\"tagline\":\"A duet in bone china, for two who work in step.\",\"note\":\"Two hand-painted espresso sets from the Ballet series.\",\"base\":[{\"id\":37711,\"name\":\"Espresso Cup Set Ballet Nutcracker, May Shape, 165 ml\",\"price\":146,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/balet-nutcracker-set-3-1069x800.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/lomonosov-imperial-bone-china-porcelain-espresso-cup-set-may-ballet-nutcracker-165-ml\/\",\"qty\":1},{\"id\":37712,\"name\":\"Espresso Cup Set Ballet Swan Lake, May Shape, 165 ml\",\"price\":146,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/balet-swanlake-set-6-1069x800.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/lomonosov-imperial-bone-china-porcelain-espresso-cup-set-may-ballet-swan-lake-165-ml\/\",\"qty\":1}],\"addons\":[{\"id\":37709,\"name\":\"Espresso Cup Set Ballet Scheherazade, May Shape, 165 ml\",\"price\":146,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/balet-scheherazade-set-7-1069x800.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/lomonosov-imperial-bone-china-porcelain-espresso-cup-set-may-ballet-scheherazade-165-ml\/\"},{\"id\":37715,\"name\":\"Espresso Cup Set Ballet Giselle, May Shape, 165 ml\",\"price\":146,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/balet-giselle-set-2-1069x800.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/lomonosov-imperial-bone-china-porcelain-espresso-cup-set-may-ballet-giselle-165-ml\/\"},{\"id\":37714,\"name\":\"Espresso Cup Set Ballet Petrushka, May Shape, 165 ml\",\"price\":146,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/balet-harlequin-set-4-1069x800.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/lomonosov-imperial-bone-china-porcelain-espresso-cup-set-may-ballet-petrushka-165-ml\/\"}]},{\"key\":\"idyll-mugs\",\"kicker\":\"For the team\",\"title\":\"Idyll Office Mugs\",\"tagline\":\"A little colour to brighten every morning at the office.\",\"note\":\"Four bone-china mugs in four colours \u2014 one for every desk.\",\"base\":[{\"id\":37640,\"name\":\"Mug Idyll, Primula, 400 ml\",\"price\":78,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/unnamed-file-1069x800.png\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/mug-idyll-primula-400-ml-lomonosov-imperial-porcelain-bone-china\/\",\"qty\":1},{\"id\":37641,\"name\":\"Mug Idyll, Azure V.1, 400 ml\",\"price\":78,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/mxdfw9u72nrcl8q1is5tix1fc2zxznt3.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/mug-idyll-azure-v-1-400-ml-lomonosov-imperial-porcelain-bone-china\/\",\"qty\":1},{\"id\":37642,\"name\":\"Mug Idyll, Azure V.2, 400 ml\",\"price\":78,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/k3dkxs7wg0u1bbudhkuyjb9k3opmlw2u.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/mug-idyll-azure-v-2-400-ml-lomonosov-imperial-porcelain-bone-china\/\",\"qty\":1},{\"id\":37643,\"name\":\"Mug Idyll, Astra (Pink), 400 ml\",\"price\":78,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/mug-pink-lattice-1071x800.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/mug-idyll-astra-pink-400-ml-lomonosov-imperial-porcelain-bone-china\/\",\"qty\":1}],\"addons\":[{\"id\":37638,\"name\":\"Cup and Saucer Idyll, Primula, 250 ml\",\"price\":94,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/cup-saucer-yellow-lattice-1071x800.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/cup-and-saucer-idyll-primula-250-ml-lomonosov-imperial-porcelain-bone-china\/\"},{\"id\":37639,\"name\":\"Cup and Saucer Idyll, Indigo, 250 ml\",\"price\":94,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/lomonosov-cup-blue-cobalt-1062x800.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/cup-and-saucer-idyll-indigo-250-ml-lomonosov-imperial-porcelain-bone-china\/\"}]},{\"key\":\"ballet-trio\",\"kicker\":\"The signature gift\",\"title\":\"The Ballet Trio\",\"tagline\":\"Three encores, wrapped and ready to give.\",\"note\":\"Three espresso sets from our most collectible series.\",\"base\":[{\"id\":37709,\"name\":\"Espresso Cup Set Ballet Scheherazade, May Shape, 165 ml\",\"price\":146,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/balet-scheherazade-set-7-1069x800.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/lomonosov-imperial-bone-china-porcelain-espresso-cup-set-may-ballet-scheherazade-165-ml\/\",\"qty\":1},{\"id\":37711,\"name\":\"Espresso Cup Set Ballet Nutcracker, May Shape, 165 ml\",\"price\":146,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/balet-nutcracker-set-3-1069x800.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/lomonosov-imperial-bone-china-porcelain-espresso-cup-set-may-ballet-nutcracker-165-ml\/\",\"qty\":1},{\"id\":37715,\"name\":\"Espresso Cup Set Ballet Giselle, May Shape, 165 ml\",\"price\":146,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/balet-giselle-set-2-1069x800.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/lomonosov-imperial-bone-china-porcelain-espresso-cup-set-may-ballet-giselle-165-ml\/\",\"qty\":1}],\"addons\":[{\"id\":37712,\"name\":\"Espresso Cup Set Ballet Swan Lake, May Shape, 165 ml\",\"price\":146,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/balet-swanlake-set-6-1069x800.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/lomonosov-imperial-bone-china-porcelain-espresso-cup-set-may-ballet-swan-lake-165-ml\/\"},{\"id\":37713,\"name\":\"Espresso Cup Set Ballet Romeo & Juliet, May Shape, 165 ml\",\"price\":146,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/balet-scheherazade-set-5-1069x800.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/lomonosov-imperial-bone-china-porcelain-espresso-cup-set-may-ballet-romeo-juliet-165-ml\/\"},{\"id\":37714,\"name\":\"Espresso Cup Set Ballet Petrushka, May Shape, 165 ml\",\"price\":146,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/balet-harlequin-set-4-1069x800.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/lomonosov-imperial-bone-china-porcelain-espresso-cup-set-may-ballet-petrushka-165-ml\/\"}]},{\"key\":\"cobalt-ritual\",\"kicker\":\"For an executive\",\"title\":\"The Cobalt Coffee Ritual\",\"tagline\":\"The morning ritual, poured in signature blue.\",\"note\":\"The signature Cobalt Net teapot, sugar bowl and a pair of espresso cups.\",\"base\":[{\"id\":37635,\"name\":\"Teapot Cobalt Net, Tulip Shape, 2000 ml (10 Cups)\",\"price\":396,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/teapot-tulip-cobalt-net-1071x800.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/teapot-cobalt-net-tulip-shape-2000-ml-10-cups-lomonosov-imperial-porcelain\/\",\"qty\":1},{\"id\":37636,\"name\":\"Sugar Bowl Cobalt Net, Tulip Shape\",\"price\":125,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/sugar-bowl-cobalt-net-1071x800.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/sugar-bowl-cobalt-net-tulip-shape-lomonosov-imperial-porcelain\/\",\"qty\":1},{\"id\":37634,\"name\":\"Espresso Cup Cobalt Net, Wave Shape, 155 ml\",\"price\":99,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/3p8s2g2ikc1g2ujledtzqdu1dueecoik.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/espresso-cup-cobalt-net-wave-shape-155-ml-lomonosov-imperial-porcelain-bone-china\/\",\"qty\":2}],\"addons\":[{\"id\":37632,\"name\":\"Cup Cobalt Net, Yulia Shape, 210 ml\",\"price\":167,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/cup-saucer-cobalt-net-gold-1071x800.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/cup-cobalt-net-yulia-shape-210-ml-lomonosov-imperial-porcelain-bone-china\/\"},{\"id\":37633,\"name\":\"Espresso Cup Cobalt Net, May Shape, 165 ml\",\"price\":94,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/0fd1f379ua1zkterr1gs4o5yc6p1cutn.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/espresso-cup-cobalt-net-may-shape-165-ml-lomonosov-imperial-porcelain-bone-china\/\"}]},{\"key\":\"scarlet-table\",\"kicker\":\"The red table\",\"title\":\"The Scarlet Table\",\"tagline\":\"A table dressed in celebration red.\",\"note\":\"A ten-piece Scarlet tea set with a Red Net vase as the centrepiece.\",\"base\":[{\"id\":37637,\"name\":\"Tea Set Scarlet, Idyll Shape, 10 Pieces\",\"price\":635,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/t3a2iw145tlhln9f053nt3gn2p32cw1u.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/tea-set-scarlet-idyll-shape-10-pieces-lomonosov-imperial-porcelain-bone-china\/\",\"qty\":1},{\"id\":37644,\"name\":\"Flower Vase Red Net, Empire Shape, 20 cm\",\"price\":224,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/porcelain-vase-with-flowers.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/flower-vase-red-net-empire-shape-20-cm-lomonosov-imperial-porcelain\/\",\"qty\":1}],\"addons\":[{\"id\":37638,\"name\":\"Cup and Saucer Idyll, Primula, 250 ml\",\"price\":94,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/cup-saucer-yellow-lattice-1071x800.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/cup-and-saucer-idyll-primula-250-ml-lomonosov-imperial-porcelain-bone-china\/\"},{\"id\":37639,\"name\":\"Cup and Saucer Idyll, Indigo, 250 ml\",\"price\":94,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/lomonosov-cup-blue-cobalt-1062x800.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/cup-and-saucer-idyll-indigo-250-ml-lomonosov-imperial-porcelain-bone-china\/\"}]},{\"key\":\"golden-reception\",\"kicker\":\"For a VIP client\",\"title\":\"The Golden Reception\",\"tagline\":\"A gilded welcome for the guest of honour.\",\"note\":\"The Natasha Golden Edge twenty-piece service with its matching cookie dish.\",\"base\":[{\"id\":37646,\"name\":\"Tea Set Natasha, Golden Edge, 20 Pieces\",\"price\":1404,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/wedding-teaset-dress-petals.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/tea-set-natasha-golden-edge-20-pieces-lomonosov-imperial-porcelain-bone-china\/\",\"qty\":1},{\"id\":37647,\"name\":\"Cookie Dish Natasha, Golden Edge\",\"price\":146,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/3oyyy98m2x042dek7o16arfxr6s45wdj.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/cookie-dish-natasha-golden-edge-lomonosov-imperial-porcelain\/\",\"qty\":1}],\"addons\":[{\"id\":37648,\"name\":\"Teacup Trio Set Natasha, Golden Edge\",\"price\":208,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/obyrfk2gua80l81o7wke8denn80jcrnp.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/teacup-trio-set-natasha-golden-edge-lomonosov-imperial-porcelain-bone-china\/\"},{\"id\":37649,\"name\":\"Sugar Bowl Natasha, Golden Edge, 300 ml\",\"price\":312,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/ugd9iowhwzauatxrenrbx55fkk5sixks.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/sugar-bowl-natasha-golden-edge-300-ml-lomonosov-imperial-porcelain\/\"},{\"id\":37645,\"name\":\"Tea Cup Natasha, Golden Edge, 220 ml\",\"price\":145,\"img\":\"https:\/\/lomonosovamerica.com\/wp-content\/uploads\/2026\/08\/523ab04df15784ce065b3c0100602d11.webp\",\"url\":\"https:\/\/lomonosovamerica.com\/ru\/shop\/tea-cup-natasha-golden-edge-220-ml-lomonosov-imperial-porcelain-bone-china\/\"}]}]<\/script>\n\t<\/section>\n\t\t<script id=\"ipf-cb-js\">\n\t(function(){\n\t\tvar ROOT = document.querySelector('.ipf-cb'); if(!ROOT) return;\n\t\tvar DATA = JSON.parse(document.getElementById('ipf-cb-data').textContent);\n\t\tvar ENDPOINT = \"https:\/\/lomonosovamerica.com\/wp-admin\/admin-ajax.php?action=ipf_cb_add\";\n\t\tvar WRAP = ROOT.getAttribute('data-wrap') || '';\n\t\tvar byKey = {}; DATA.forEach(function(b){ byKey[b.key] = b; });\n\t\tvar state = {};   \/\/ key -> { removed:{}, added:{} }\n\t\tvar current = ROOT.getAttribute('data-current');\n\t\tvar $ = window.jQuery;\n\t\tvar CUR = \"USD\";\n\n\t\tfunction money(n){\n\t\t\ttry { return new Intl.NumberFormat(undefined,{style:'currency',currency:CUR}).format(n); }\n\t\t\tcatch(e){ return '$' + Number(n).toFixed(2); }\n\t\t}\n\t\tfunction st(key){ if(!state[key]) state[key]={removed:{},added:{}}; return state[key]; }\n\t\tfunction esc(s){ var d=document.createElement('div'); d.textContent=(s==null?'':s); return d.innerHTML; }\n\t\tfunction imgFor(box,id){\n\t\t\tvar all=box.base.concat(box.addons);\n\t\t\tfor(var i=0;i<all.length;i++){ if(all[i].id===id) return all[i].img; }\n\t\t\treturn '';\n\t\t}\n\t\tfunction activeLines(box){\n\t\t\tvar s=st(box.key), lines=[];\n\t\t\tbox.base.forEach(function(it){ if(!s.removed[it.id]) lines.push({id:it.id,name:it.name,url:it.url,qty:it.qty,price:it.price,base:true}); });\n\t\t\tbox.addons.forEach(function(it){ if(s.added[it.id]) lines.push({id:it.id,name:it.name,url:it.url,qty:1,price:it.price,base:false}); });\n\t\t\treturn lines;\n\t\t}\n\n\t\tfunction render(key){\n\t\t\tvar box=byKey[key]; if(!box) return; current=key;\n\t\t\tvar s=st(key);\n\n\t\t\tROOT.querySelectorAll('.ipf-cb__tab').forEach(function(t){\n\t\t\t\tt.classList.toggle('is-active', t.getAttribute('data-key')===key);\n\t\t\t});\n\t\t\tdocument.getElementById('ipf-cb-kicker').textContent=box.kicker;\n\t\t\tdocument.getElementById('ipf-cb-name').textContent=box.title;\n\t\t\tdocument.getElementById('ipf-cb-tagline').textContent=box.tagline;\n\t\t\tdocument.getElementById('ipf-cb-note').textContent=box.note;\n\n\t\t\tvar lines=activeLines(box), total=0, tiles=[], rows=[];\n\n\t\t\tvar cols = lines.length<=1 ? 1 : lines.length===2 ? 2 : lines.length===4 ? 2 : 3;\n\t\t\tvar basis = 'calc((100% - '+((cols-1)*14)+'px) \/ '+cols+')';\n\t\t\tlines.forEach(function(l){\n\t\t\t\ttotal += l.price*l.qty;\n\t\t\t\ttiles.push('<div class=\"ipf-cb__tile\" style=\"flex:0 1 '+basis+';max-width:'+basis+'\"><img decoding=\"async\" src=\"'+esc(imgFor(box,l.id))+'\" alt=\"'+esc(l.name)+'\" loading=\"lazy\">'+\n\t\t\t\t\t(l.qty>1?'<span class=\"b\">'+l.qty+'<\/span>':'')+'<\/div>');\n\t\t\t});\n\t\t\tdocument.getElementById('ipf-cb-tiles').innerHTML=tiles.join('');\n\n\t\t\tif(WRAP){\n\t\t\t\trows.push('<li><span class=\"q\">1<\/span><span class=\"nm\">'+WRAP+'<\/span><span class=\"pr inc\">Included<\/span><span><\/span><\/li>');\n\t\t\t}\n\t\t\tlines.forEach(function(l){\n\t\t\t\tvar name = l.url ? '<a href=\"'+esc(l.url)+'\">'+esc(l.name)+'<\/a>' : esc(l.name);\n\t\t\t\tvar attr = l.base ? 'data-rm' : 'data-un';\n\t\t\t\trows.push('<li><span class=\"q\">'+l.qty+'<\/span><span class=\"nm\">'+name+'<\/span>'+\n\t\t\t\t\t'<span class=\"pr\">'+money(l.price*l.qty)+'<\/span>'+\n\t\t\t\t\t'<span class=\"ipf-cb__x\" '+attr+'=\"'+l.id+'\" title=\"Remove\">&times;<\/span><\/li>');\n\t\t\t});\n\t\t\tdocument.getElementById('ipf-cb-list').innerHTML=rows.join('');\n\n\t\t\tvar addWrap=document.getElementById('ipf-cb-addons');\n\t\t\tvar avail=box.addons.filter(function(it){ return !s.added[it.id]; });\n\t\t\tif(avail.length){\n\t\t\t\taddWrap.hidden=false;\n\t\t\t\tdocument.getElementById('ipf-cb-addlist').innerHTML=avail.map(function(it){\n\t\t\t\t\treturn '<li><button type=\"button\" class=\"add\" data-add=\"'+it.id+'\" aria-label=\"Add '+esc(it.name)+'\">+<\/button>'+\n\t\t\t\t\t\t'<span class=\"nm\">'+esc(it.name)+'<\/span><span class=\"pr\">'+money(it.price)+'<\/span><\/li>';\n\t\t\t\t}).join('');\n\t\t\t} else { addWrap.hidden=true; document.getElementById('ipf-cb-addlist').innerHTML=''; }\n\n\t\t\tdocument.getElementById('ipf-cb-sub').textContent=money(total);\n\t\t\tdocument.getElementById('ipf-cb-complete').classList.remove('is-done');\n\t\t}\n\n\t\tROOT.addEventListener('click', function(e){\n\t\t\tvar tab=e.target.closest('.ipf-cb__tab');\n\t\t\tif(tab){ render(tab.getAttribute('data-key')); return; }\n\t\t\tvar rm=e.target.closest('[data-rm]');\n\t\t\tif(rm){ st(current).removed[+rm.getAttribute('data-rm')]=true; render(current); return; }\n\t\t\tvar un=e.target.closest('[data-un]');\n\t\t\tif(un){ delete st(current).added[+un.getAttribute('data-un')]; render(current); return; }\n\t\t\tvar ad=e.target.closest('[data-add]');\n\t\t\tif(ad){ st(current).added[+ad.getAttribute('data-add')]=true; render(current); return; }\n\t\t});\n\n\t\tdocument.getElementById('ipf-cb-complete').addEventListener('click', function(){\n\t\t\tvar btn=this; if(btn.classList.contains('is-loading')||btn.classList.contains('is-done')) return;\n\t\t\tvar box=byKey[current], lines=activeLines(box);\n\t\t\tif(!lines.length){ alert('This box is empty.'); return; }\n\t\t\tbtn.classList.add('is-loading');\n\n\t\t\tvar body=new URLSearchParams(); body.append('bundle', current);\n\t\t\tlines.forEach(function(l,i){\n\t\t\t\tbody.append('items['+i+'][id]', l.id);\n\t\t\t\tbody.append('items['+i+'][qty]', l.qty);\n\t\t\t});\n\n\t\t\tfetch(ENDPOINT,{method:'POST',credentials:'same-origin',\n\t\t\t\theaders:{'Content-Type':'application\/x-www-form-urlencoded'},body:body.toString()})\n\t\t\t.then(function(r){return r.json();})\n\t\t\t.then(function(resp){\n\t\t\t\tbtn.classList.remove('is-loading');\n\t\t\t\tif(resp && resp.fragments){\n\t\t\t\t\tif($){ $(document.body).trigger('added_to_cart',[resp.fragments, resp.cart_hash, $(btn)]); }\n\t\t\t\t\telse { document.body.dispatchEvent(new Event('wc_fragment_refresh')); }\n\t\t\t\t\tbtn.classList.add('is-done');\n\t\t\t\t\tsetTimeout(function(){ btn.classList.remove('is-done'); },2800);\n\t\t\t\t} else {\n\t\t\t\t\talert((resp && resp.data && resp.data.message) || 'Something went wrong.');\n\t\t\t\t}\n\t\t\t})\n\t\t\t.catch(function(){ btn.classList.remove('is-loading'); alert('Network error. Please try again.'); });\n\t\t});\n\n\t\trender(current);\n\t})();\n\t<\/script>\n\t\n\n\n<style id=\"ipf-commissions-css\">\n\n:root{\n\t--ipf-fs-micro:12px;               \n\t--ipf-fs-caption:14px;           \n\t--ipf-fs-small:15px;             \n\t--ipf-fs-body:16px;              \n\t--ipf-fs-lead:clamp(18px,1.5vw,21px);   \n\t--ipf-fs-h3:clamp(18px,1.4vw,22px);\n\t--ipf-fs-h2:clamp(26px,2.4vw,36px);\n\t--ipf-fs-h1:clamp(32px,3.6vw,46px);\n}\n\n.ipfb{\n\t--ipfb-ink:#1c1c1c;--ipfb-ink-2:#1c1c1c;--ipfb-muted:#6f6f6f;\n\t--ipfb-line:#e2e6ea;--ipfb-line-2:#e2e6ea;--ipfb-bg:#ffffff;--ipfb-bg-2:#f0f3f5;\n\t--ipfb-accent:#0b1742;--ipfb-radius:4px;\n\t--ipfb-gut:clamp(20px,4vw,40px);--ipfb-max:1440px;\n\t--ipfb-space-s:clamp(16px,2vw,24px);--ipfb-space-m:clamp(28px,3.5vw,48px);--ipfb-space-l:clamp(56px,7vw,104px);\n\tbackground:var(--ipfb-bg);color:var(--ipfb-ink);line-height:1.6;-webkit-font-smoothing:antialiased;\n\twidth:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);overflow:hidden;\n}\nhtml:has(.ipfb),body:has(.ipfb){overflow-x:clip}\n.ipfb *,.ipfb *::before,.ipfb *::after{box-sizing:border-box}\n.ipfb p{margin:0;text-transform:none}\n.ipfb img{display:block;width:100%;height:100%}\n.ipfb-wrap{max-width:var(--ipfb-max);margin:0 auto;padding:0 var(--ipfb-gut)}\n.ipfb-section{padding:var(--ipfb-space-l) 0}\n.ipfb-section--alt{background:var(--ipfb-bg-2)}\n\n.ipfb-eyebrow{font-size:var(--ipf-fs-micro);letter-spacing:.14em;text-transform:uppercase;color:var(--ipfb-accent);font-weight:600;margin:0 0 14px}\n.ipfb h1.ipfb-h1{font-size:var(--ipf-fs-h1);line-height:1.06;font-weight:500;letter-spacing:-.02em;margin:0;padding:0;border:0;text-transform:none;color:var(--ipfb-ink)}\n.ipfb h1.ipfb-h1::before,.ipfb h1.ipfb-h1::after{content:none!important;display:none!important}\n.ipfb h2.ipfb-h2{font-size:var(--ipf-fs-h2);line-height:1.15;font-weight:700;letter-spacing:normal;margin:0 0 16px;padding:0;border:0;text-transform:uppercase;color:var(--ipfb-ink)}\n.ipfb h3.ipfb-h3{font-size:var(--ipf-fs-h3);line-height:1.3;font-weight:600;margin:0 0 8px;padding:0;border:0;text-transform:none;color:var(--ipfb-ink)}\n.ipfb-lead{font-size:var(--ipf-fs-lead);line-height:1.65;color:var(--ipfb-ink-2);max-width:60ch;text-transform:none}\n.ipfb-text{font-size:var(--ipf-fs-body);line-height:1.7;color:var(--ipfb-ink-2);max-width:64ch;text-transform:none}\n.ipfb-text p+p{margin-top:14px}\n\n.ipfb-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:47px;padding:17px 2rem;border-radius:0;font-size:var(--ipf-fs-micro);font-weight:700;line-height:1;letter-spacing:.2em;text-transform:uppercase;text-decoration:none;color:var(--ipfb-ink);border:1px solid var(--ipfb-ink);background:transparent;transition:background-color 200ms ease,color 200ms ease,border-color 200ms ease;cursor:pointer}\n.ipfb-btn:hover{background:var(--ipfb-ink);color:#fff}\n.ipfb-btn--solid{background:var(--ipfb-ink);color:#fff;border-color:var(--ipfb-ink)}\n.ipfb-btn--solid:hover{background:var(--ipfb-accent);border-color:var(--ipfb-accent);color:#fff}\n.ipfb-btn:focus-visible{outline:3px solid var(--ipfb-accent);outline-offset:3px}\n.ipfb-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:var(--ipfb-space-s)}\n\n.ipfb-zoom{position:relative;display:block;width:100%;height:100%;padding:0;border:0;background:var(--ipfb-bg-2);cursor:zoom-in;border-radius:0;overflow:hidden}\n.ipfb-zoom img{object-fit:cover;transition:transform .6s ease}\n@media (hover:hover) and (pointer:fine){.ipfb-zoom:hover img{transform:scale(1.03)}}\n.ipfb-zoom:focus-visible{outline:3px solid var(--ipfb-accent);outline-offset:3px}\n.ipfb-zoom__hint{position:absolute;right:14px;bottom:14px;display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:0;background:rgba(22,23,26,.62);color:#fff;font-size:var(--ipf-fs-micro);font-weight:600;backdrop-filter:blur(4px);opacity:0;transform:translateY(6px);transition:opacity .2s ease,transform .2s ease;pointer-events:none}\n.ipfb-zoom:hover .ipfb-zoom__hint,.ipfb-zoom:focus-visible .ipfb-zoom__hint{opacity:1;transform:none}\n.ipfb-zoom__hint svg{width:15px;height:15px}\n\n.ipfb-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);gap:clamp(28px,4.5vw,72px);align-items:center;padding:var(--ipfb-space-l) 0}\n.ipfb-hero__media{aspect-ratio:3\/2}\n.ipfb-hero__facts{display:flex;flex-wrap:wrap;gap:10px;margin-top:var(--ipfb-space-s);list-style:none;padding:0}\n.ipfb-hero__facts li{font-size:var(--ipf-fs-caption);color:var(--ipfb-ink-2);border:1px solid var(--ipfb-line);border-radius:0;padding:7px 14px;background:#fff;text-transform:none}\n.ipfb-figref{margin-top:16px;font-size:var(--ipf-fs-caption);color:var(--ipfb-muted)}\n\n.ipfb-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(28px,4vw,64px);align-items:center}\n.ipfb-split--rev .ipfb-split__media{order:-1}\n.ipfb-split__media{aspect-ratio:3\/2}\n\n.ipfb-offer{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,1.8vw,22px);margin-top:var(--ipfb-space-m)}\n.ipfb-ocard{display:flex;flex-direction:column;text-align:left;background:#fff;border:1px solid var(--ipfb-line);border-radius:0;padding:0;overflow:hidden;cursor:pointer;color:inherit;font:inherit;width:100%;min-height:236px;transition:border-color .18s ease,box-shadow .2s ease,transform .2s ease}\n.ipfb-ocard:hover{border-color:var(--ipfb-ink);box-shadow:none;transform:translateY(-3px)}\n.ipfb-ocard:focus-visible{outline:3px solid var(--ipfb-accent);outline-offset:3px}\n.ipfb-ocard__media{aspect-ratio:4\/3;background:var(--ipfb-bg-2);overflow:hidden}\n.ipfb-ocard__media img{object-fit:cover;transition:transform .5s ease}\n@media (hover:hover) and (pointer:fine){.ipfb-ocard:hover .ipfb-ocard__media img{transform:scale(1.05)}}\n.ipfb-ocard__in{padding:clamp(22px,2.4vw,30px);display:flex;flex-direction:column;flex:1}\n.ipfb-ocard h3{margin:0 0 10px}\n.ipfb-ocard p{font-size:var(--ipf-fs-small);line-height:1.6;color:var(--ipfb-ink-2);margin:0}\n.ipfb-ocard__more{margin-top:auto;padding-top:20px;font-size:var(--ipf-fs-caption);font-weight:600;color:var(--ipfb-accent);display:inline-flex;align-items:center;gap:8px}\n.ipfb-ocard__more::after{content:\"\\2192\";font-size:1.1em;line-height:1;transition:transform .18s ease}\n.ipfb-ocard:hover .ipfb-ocard__more::after{transform:translateX(3px)}\n\n.ipfb-tag{display:inline-block;margin-bottom:16px;padding:5px 12px;border-radius:0;font-size:var(--ipf-fs-micro);font-weight:600;letter-spacing:.06em;text-transform:uppercase;background:#0b1742;color:var(--ipfb-accent)}\n\n.ipfb-modal{width:min(600px,calc(100vw - 32px));max-height:calc(100dvh - 40px);border:0;border-radius:0;padding:0;color:var(--ipfb-ink);background:#fff;box-shadow:none}\n.ipfb-modal::backdrop{background:rgba(16,17,20,.55)}\n.ipfb-modal[open]{animation:ipfb-pop .22s ease}\n@keyframes ipfb-pop{from{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:none}}\n.ipfb-modal__panel{position:relative;padding:clamp(26px,3.6vw,44px)}\n.ipfb-modal h3{font-weight:500;letter-spacing:-.01em;font-size:var(--ipf-fs-h2);line-height:1.12;margin:0;padding-right:44px;text-transform:none}\n.ipfb-modal__lead{font-size:var(--ipf-fs-body);line-height:1.65;color:var(--ipfb-ink-2);margin:12px 0 0;max-width:54ch;text-transform:none}\n.ipfb-modal ul{list-style:none;margin:20px 0 0;padding:0}\n.ipfb-modal li{position:relative;padding:10px 0 10px 28px;font-size:var(--ipf-fs-small);color:var(--ipfb-ink-2);border-top:1px solid var(--ipfb-line-2);line-height:1.55;text-transform:none}\n.ipfb-modal li:first-child{border-top:0}\n.ipfb-modal li::before{content:\"\\2014\";position:absolute;left:2px;top:10px;color:var(--ipfb-accent);line-height:1.55}\n.ipfb-modal__foot{margin-top:26px}\n.ipfb-modal__close,.ipfb-lightbox__close{position:absolute;top:14px;right:14px;width:40px;height:40px;border-radius:0;border:1px solid var(--ipfb-line);background:#fff;cursor:pointer;display:grid;place-items:center;color:var(--ipfb-ink-2);transition:background-color .18s ease,color .18s ease,border-color .18s ease}\n.ipfb-modal__close:hover,.ipfb-lightbox__close:hover{background:var(--ipfb-ink);color:#fff;border-color:var(--ipfb-ink)}\n.ipfb-modal__close:focus-visible,.ipfb-lightbox__close:focus-visible{outline:3px solid var(--ipfb-accent);outline-offset:2px}\n.ipfb-modal__close svg,.ipfb-lightbox__close svg{width:16px;height:16px;display:block}\n\n.ipfb-lightbox{width:min(1080px,calc(100vw - 28px));max-height:calc(100dvh - 28px);border:0;background:transparent;padding:0;overflow:visible}\n.ipfb-lightbox::backdrop{background:rgba(10,11,13,.86)}\n.ipfb-lightbox[open]{animation:ipfb-pop .22s ease}\n.ipfb-lightbox img{width:100%;height:auto;max-height:calc(100dvh - 28px);object-fit:contain;border-radius:0;display:block}\n.ipfb-lightbox__close{top:-6px;right:-6px;background:#fff}\n\n.ipfb-gal{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(12px,1.4vw,18px);margin-top:var(--ipfb-space-m)}\n.ipfb-gal .ipfb-zoom{aspect-ratio:4\/5}\n\n.ipfb-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(18px,2.4vw,32px);margin-top:var(--ipfb-space-m);counter-reset:s}\n.ipfb-step{counter-increment:s;padding-top:20px;border-top:1px solid var(--ipfb-line)}\n.ipfb-step::before{content:counter(s,decimal-leading-zero);display:block;font-size:var(--ipf-fs-micro);font-weight:700;letter-spacing:.1em;color:var(--ipfb-accent);margin-bottom:10px}\n.ipfb-step p{font-size:var(--ipf-fs-small);line-height:1.65;color:var(--ipfb-ink-2);margin-top:6px}\n\n.ipfb-acc{margin-top:var(--ipfb-space-m);border-top:1px solid var(--ipfb-line)}\n.ipfb-acc details{border-bottom:1px solid var(--ipfb-line)}\n.ipfb-acc summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:56px;padding:18px 4px;font-size:var(--ipf-fs-h3);font-weight:600;color:var(--ipfb-ink);transition:color .18s ease;text-transform:none}\n.ipfb-acc summary::-webkit-details-marker{display:none}\n.ipfb-acc summary:hover{color:var(--ipfb-accent)}\n.ipfb-acc summary:focus-visible{outline:3px solid var(--ipfb-accent);outline-offset:2px;border-radius:0}\n.ipfb-acc summary::after{content:\"+\";flex:0 0 auto;width:1em;text-align:center;font-size:1.25em;line-height:1;color:var(--ipfb-muted);transition:color .22s ease}\n.ipfb-acc details[open] summary::after{content:\"\\2212\"}\n.ipfb-acc__body{padding:0 4px 22px;font-size:var(--ipf-fs-body);line-height:1.7;color:var(--ipfb-ink-2);max-width:72ch}\n\n.ipfb-final{background:var(--ipfb-bg-2);border-radius:0;padding:clamp(32px,4.5vw,64px);text-align:center;margin:0 auto var(--ipfb-space-l)}\n.ipfb-final .ipfb-lead{margin:0 auto;max-width:56ch}\n.ipfb-final .ipfb-actions{justify-content:center}\n.ipfb-final a.ipfb-mail{display:inline-block;margin-top:18px;color:var(--ipfb-muted);font-size:var(--ipf-fs-caption);text-decoration:underline;text-underline-offset:3px}\n.ipfb-final a.ipfb-mail:hover{color:var(--ipfb-ink)}\n\n@media(max-width:900px){\n\t.ipfb-hero,.ipfb-split{grid-template-columns:1fr}\n\t.ipfb-split--rev .ipfb-split__media{order:0}\n}\n@media(max-width:560px){\n\t.ipfb-hero__media,.ipfb-split__media{aspect-ratio:4\/3}\n\t.ipfb-actions .ipfb-btn{width:100%}\n}\n@media (prefers-reduced-motion:reduce){\n\t.ipfb *{transition:none!important}\n\t.ipfb-modal[open],.ipfb-lightbox[open]{animation:none}\n}\n@media(max-width:1024px){\n\t.ipfb-steps,.ipfb-gal{grid-template-columns:repeat(2,minmax(0,1fr))}\n\t.ipfb-offer{grid-template-columns:repeat(2,minmax(0,1fr))}\n}\n@media(max-width:640px){\n\t.ipfb-steps,.ipfb-gal,.ipfb-offer{grid-template-columns:minmax(0,1fr)}\n}\n\n.ipfb :is(h1,h2,h3,h4){font-weight:700!important;text-transform:none!important;letter-spacing:0!important}\n.ipfb-btn{border:.67px solid #2b2a29;border-radius:4px;color:#2b2a29;background:transparent;font-size:14px!important;font-weight:400!important;letter-spacing:0!important;text-transform:none!important;min-height:48px;padding:14px 24px}\n.ipfb-btn--solid{background:#2b2a29;color:#fff;border-color:#2b2a29}\n@media (hover:hover) and (pointer:fine){\n\t.ipfb-btn:hover{background:#2b2a29;color:#fff;border-color:#2b2a29}\n\t.ipfb-btn--solid:hover{background:#1c1c1c;border-color:#1c1c1c}\n}\n.ipfb :is(h1,h2,h3,h4,summary){color:inherit!important}\n.ipfb-eyebrow{letter-spacing:.12em!important}\n\n.ipfb .ipfb-tag{\n\tdisplay:inline-block!important;width:auto;align-self:flex-start;\n\tbackground:#0b1742;color:#fff;border-radius:2px;\n\tfont-size:10px!important;font-weight:600!important;letter-spacing:.02em!important;\n}\n\n@media(max-width:640px){\n\t.ipfb-wrap{padding:0 16px}\n\t.ipfb-actions{flex-direction:column;align-items:stretch}\n\t.ipfb-actions .ipfb-btn{width:100%}\n\t.ipfb-final{padding:28px 20px}\n\t.ipfb-modal{width:calc(100vw - 20px)}\n\t.ipfb-ocard{min-height:0}\n}\n\n\/* \u0421\u043f\u0435\u0446\u0437\u0430\u043a\u0430\u0437\u044b: \u043a\u0430\u0440\u0442\u043e\u0447\u043a\u0438 \u0441\u0442\u0430\u043b\u0438 \u0441\u0441\u044b\u043b\u043a\u0430\u043c\u0438, \u0434\u043e\u0431\u0430\u0432\u0438\u043b\u0438\u0441\u044c \u0441\u0441\u044b\u043b\u043a\u0438 \u0432\u043d\u0443\u0442\u0440\u0438 \u0442\u0435\u043a\u0441\u0442\u0430\n   \u0438 \u0441\u0442\u0440\u043e\u043a\u0430 \u043f\u0440\u043e \u0441\u0440\u043e\u043a \u043f\u043e\u0434 \u0448\u0430\u0433\u0430\u043c\u0438. *\/\n.ipfb a.ipfb-ocard{text-decoration:none}\n.ipfb a.ipfb-ocard,\n.ipfb a.ipfb-ocard:link,\n.ipfb a.ipfb-ocard:visited{color:var(--ipfb-ink)}\n.ipfb .ipfb-ocard h3{color:var(--ipfb-accent)}\n\n.ipfb .ipfb-inline{\n\tcolor:var(--ipfb-accent);text-decoration:none;\n\tborder-bottom:1px solid rgba(11,23,66,.45);\n\tpadding-bottom:1px;transition:border-color .2s ease;\n}\n@media (hover:hover) and (pointer:fine){\n\t.ipfb .ipfb-inline:hover{border-bottom-color:var(--ipfb-accent)}\n}\n\n.ipfb .ipfb-steps__note{\n\tmargin-top:clamp(20px,2.4vw,30px);\n\tpadding-top:clamp(14px,1.6vw,20px);\n\tborder-top:1px solid var(--ipfb-line);\n\tcolor:var(--ipfb-ink-2);\n}\n\n\/* \u2550\u2550\u2550 \u041a\u041e\u041c\u041f\u0410\u041a\u0422\u041d\u0410\u042f \u0412\u0415\u0420\u0421\u0422\u041a\u0410 \u2550\u2550\u2550\n   \u0411\u044b\u043b\u043e 4,3 \u044d\u043a\u0440\u0430\u043d\u0430 \u043f\u0440\u0438 1440\u00d7900, \u0438\u0437 \u043d\u0438\u0445 ~800px \u2014 \u0447\u0438\u0441\u0442\u044b\u0439 \u0432\u043e\u0437\u0434\u0443\u0445 \u043c\u0435\u0436\u0434\u0443\n   \u0441\u0435\u043a\u0446\u0438\u044f\u043c\u0438 (\u043f\u043e 100px \u0441\u0432\u0435\u0440\u0445\u0443 \u0438 \u0441\u043d\u0438\u0437\u0443 \u0443 \u043a\u0430\u0436\u0434\u043e\u0439). \u0423\u0436\u0438\u043c\u0430\u0435\u043c \u0440\u0438\u0442\u043c, \u0448\u0430\u043f\u043a\u0443,\n   \u043a\u0430\u0440\u0442\u043e\u0447\u043a\u0438 \u0438 \u0430\u043a\u043a\u043e\u0440\u0434\u0435\u043e\u043d, \u043d\u0435 \u0442\u0440\u043e\u0433\u0430\u044f \u0442\u0435\u043a\u0441\u0442\u044b. *\/\n.ipfb{\n\t--ipfb-space-l:clamp(36px,4vw,60px);\n\t--ipfb-space-m:clamp(22px,2.6vw,32px);\n\t--ipfb-space-s:clamp(12px,1.4vw,18px);\n}\n\n\/* \u0428\u0430\u043f\u043a\u0430: \u0444\u043e\u0442\u043e \u0443\u0436\u0435 \u0438 \u043d\u0438\u0436\u0435, \u0442\u0435\u043a\u0441\u0442 \u0440\u044f\u0434\u043e\u043c, \u0431\u0435\u0437 \u043b\u0438\u0448\u043d\u0435\u0433\u043e \u043f\u043e\u043b\u044f *\/\n.ipfb-hero{\n\tgrid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);\n\tgap:clamp(24px,3vw,44px);\n\tpadding:clamp(32px,3.6vw,56px) 0 clamp(28px,3vw,44px);\n\talign-items:center;\n}\n.ipfb-hero__media{aspect-ratio:16\/10}\n.ipfb-figref{margin-top:10px;font-size:13px}\n.ipfb-hero .ipfb-text{margin-top:14px}\n\n\/* \u0420\u0430\u0437\u0432\u043e\u0440\u043e\u0442 \u0441 \u0444\u043e\u0442\u043e \u2014 \u0442\u0430 \u0436\u0435 \u043b\u043e\u0433\u0438\u043a\u0430 *\/\n.ipfb-split{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:clamp(24px,3vw,48px)}\n.ipfb-split__media{aspect-ratio:16\/10}\n\n\/* \u041a\u0430\u0440\u0442\u043e\u0447\u043a\u0438: \u0431\u0435\u0437 \u0438\u0441\u043a\u0443\u0441\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0439 \u0432\u044b\u0441\u043e\u0442\u044b, \u043f\u043e\u043b\u044f \u043c\u0435\u043d\u044c\u0448\u0435 *\/\n.ipfb-offer{gap:clamp(12px,1.4vw,18px)}\n.ipfb-ocard{min-height:0}\n.ipfb-ocard__in{padding:clamp(18px,1.8vw,24px)}\n.ipfb-ocard__more{padding-top:14px}\n\n\/* \u0428\u0430\u0433\u0438 \u043f\u043b\u043e\u0442\u043d\u0435\u0435 *\/\n.ipfb-steps{gap:clamp(14px,1.8vw,24px)}\n.ipfb-step{padding-top:16px}\n.ipfb-step::before{margin-bottom:6px}\n\n\/* \u0410\u043a\u043a\u043e\u0440\u0434\u0435\u043e\u043d \u0431\u044b\u043b \u0441\u0430\u043c\u044b\u043c \u0432\u044b\u0441\u043e\u043a\u0438\u043c \u0431\u043b\u043e\u043a\u043e\u043c (898px) \u2014 \u0443\u0436\u0438\u043c\u0430\u0435\u043c \u0441\u0442\u0440\u043e\u043a\u0438 *\/\n.ipfb-acc summary{min-height:0;padding:14px 4px;font-size:clamp(16px,1.2vw,18px)}\n.ipfb-acc__body{padding:0 4px 16px}\n\n\/* \u0424\u0438\u043d\u0430\u043b\u044c\u043d\u044b\u0439 \u0431\u043b\u043e\u043a *\/\n.ipfb-final{padding:clamp(28px,3.4vw,48px) clamp(20px,3vw,40px)}\n\n\/* \u2550\u2550\u2550 \u0426\u0412\u0415\u0422 \u041f\u041e \u0420\u0415\u0424\u0423 \u2550\u2550\u2550\n   \u0411\u044b\u043b\u043e \u043f\u043e\u0447\u0442\u0438 \u0432\u0441\u0451 \u0433\u0440\u0430\u0444\u0438\u0442\u043e\u0432\u043e\u0435 (#1c1c1c \/ #2b2a29) \u2014 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u0447\u0438\u0442\u0430\u043b\u0430\u0441\u044c \u0441\u0435\u0440\u043e\u0439.\n   \u0423 \u0414\u043e\u043c \u0424\u0430\u0440\u0444\u043e\u0440\u0430 \u043d\u0435\u0441\u0443\u0449\u0438\u0439 \u0446\u0432\u0435\u0442 \u2014 \u043a\u043e\u0431\u0430\u043b\u044c\u0442 #0b1742: \u0438\u043c \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0438, \u043a\u043d\u043e\u043f\u043a\u0430,\n   \u043d\u043e\u043c\u0435\u0440\u0430 \u0448\u0430\u0433\u043e\u0432 \u0438 \u0441\u0441\u044b\u043b\u043a\u0438. \u041e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u0442\u0435\u043a\u0441\u0442 \u043e\u0441\u0442\u0430\u0451\u0442\u0441\u044f \u0442\u0451\u043c\u043d\u043e-\u0441\u0435\u0440\u044b\u043c. *\/\n\/* \u0432\u044b\u0448\u0435 \u043f\u043e \u043a\u043e\u0434\u0443 \u0441\u0442\u043e\u0438\u0442 .ipfb :is(h1,h2,h3,h4,summary){color:inherit!important},\n   \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u0446\u0432\u0435\u0442 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430\u043c \u0437\u0430\u0434\u0430\u0451\u043c \u0442\u043e\u0436\u0435 \u0447\u0435\u0440\u0435\u0437 !important *\/\n.ipfb h1.ipfb-h1,\n.ipfb h2.ipfb-h2{color:var(--ipfb-accent)!important}\n.ipfb .ipfb-step h3.ipfb-h3,\n.ipfb .ipfb-ocard h3.ipfb-h3{color:var(--ipfb-accent)!important}\n.ipfb .ipfb-acc summary{color:var(--ipfb-accent)!important}\n.ipfb .ipfb-acc summary::after{color:var(--ipfb-accent)}\n\n.ipfb .ipfb-btn{\n\tbackground:var(--ipfb-accent);border-color:var(--ipfb-accent);color:#fff;\n}\n.ipfb .ipfb-btn--solid{background:var(--ipfb-accent);border-color:var(--ipfb-accent);color:#fff}\n@media (hover:hover) and (pointer:fine){\n\t.ipfb .ipfb-btn:hover,\n\t.ipfb .ipfb-btn--solid:hover{background:#081130;border-color:#081130;color:#fff}\n}\n\n.ipfb .ipfb-final a.ipfb-mail{color:var(--ipfb-accent)}\n\n\/* \u2550\u2550\u2550 \u041a\u0410\u0420\u0422\u041e\u0427\u041a\u0418 \u00abTHREE WAYS TO ORDER\u00bb \u2550\u2550\u2550\n   \u041f\u043b\u0430\u0448\u043a\u0438 \u043a\u043e\u0431\u0430\u043b\u044c\u0442\u043e\u0432\u044b\u0435, \u0442\u0435\u043a\u0441\u0442 \u043d\u0430 \u043d\u0438\u0445 \u0441\u0432\u0435\u0442\u043b\u044b\u0439, \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u043f\u043e\u0434\u0447\u0451\u0440\u043a\u043d\u0443\u0442 \u043b\u0430\u0442\u0443\u043d\u044c\u044e.\n   \u0421\u0441\u044b\u043b\u043a\u0443-\u0434\u0443\u0431\u043b\u044c \u0432\u043d\u0443\u0442\u0440\u0438 \u043a\u0430\u0440\u0442\u043e\u0447\u043a\u0438 \u0443\u0431\u0440\u0430\u043b\u0438: \u0441\u0430\u043c\u0430 \u043a\u0430\u0440\u0442\u043e\u0447\u043a\u0430 \u0438 \u0435\u0441\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0430.\n   \u0421\u0434\u0432\u0438\u0433 \u043f\u0440\u0438 \u043d\u0430\u0432\u0435\u0434\u0435\u043d\u0438\u0438 \u0442\u043e\u0436\u0435 \u0443\u0431\u0440\u0430\u043d \u2014 \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u043c\u0435\u043d\u0430 \u0444\u043e\u043d\u0430. *\/\n.ipfb a.ipfb-ocard{\n\tbackground:var(--ipfb-accent);border-color:var(--ipfb-accent);\n\ttransition:background-color .2s ease,border-color .2s ease;\n}\n.ipfb a.ipfb-ocard:hover{transform:none;box-shadow:none}\n@media (hover:hover) and (pointer:fine){\n\t.ipfb a.ipfb-ocard:hover{background:#081130;border-color:#081130}\n}\n.ipfb .ipfb-ocard h3.ipfb-h3{\n\tcolor:#fff!important;\n\tdisplay:inline-block;align-self:flex-start;\n\tmargin:0 0 14px;padding-bottom:10px;\n\tborder-bottom:2px solid #c09c68;\n}\n.ipfb .ipfb-ocard p{color:rgba(255,255,255,.86)}\n.ipfb .ipfb-ocard:focus-visible{outline:3px solid #c09c68;outline-offset:3px}\n<\/style>\n\n<section class=\"ipfb\" aria-labelledby=\"ipfb-title\">\n\t<div class=\"ipfb-wrap\">\n\t\t<div class=\"ipfb-hero\">\n\t\t\t<div>\n\t\t\t\t<p class=\"ipfb-eyebrow\">Imperial Porcelain House<\/p>\n\t\t\t\t<h1 class=\"ipfb-h1\" id=\"ipfb-title\">Special Orders<\/h1>\n\t\t\t\t<p class=\"ipfb-lead\" style=\"margin-top:18px\">Can&#039;t find the piece you&#039;re looking for? Sculptures, limited editions, complete dinner services and other special pieces from the Imperial Porcelain Factory&#039;s catalogue can be ordered specially for you and shipped to the U.S. from our European stock. Special orders usually arrive within 90 days.<\/p>\n\t\t\t\t<p class=\"ipfb-text\">If you have a particular piece in mind, <a class=\"ipfb-inline\" href=\"mailto:info@lomonosov-porcelain.net\">write to us<\/a> or check the <a class=\"ipfb-inline\" href=\"#ipfb-faq\">FAQ<\/a>.<\/p>\n\t\t\t<\/div>\n\t\t\t<div>\n\t\t\t\t<button type=\"button\" class=\"ipfb-zoom ipfb-hero__media\" data-ipfb-zoom=\"\/wp-content\/uploads\/2026\/08\/ipf-hero-teaset-gold.webp\" aria-label=\"Enlarge photo\">\n\t\t\t\t\t<img src=\"\/wp-content\/uploads\/2026\/08\/ipf-hero-teaset-gold.webp\" alt=\"Hand-painted, gilded Imperial porcelain tea service\" loading=\"eager\" decoding=\"async\">\n\t\t\t\t\t<span class=\"ipfb-zoom__hint\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M11 4a7 7 0 105.2 11.7L21 20m-4-9a6 6 0 11-12 0 6 6 0 0112 0z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>View up close<\/span>\n\t\t\t\t<\/button>\n\t\t\t\t<p class=\"ipfb-figref\">Every line is painted and gilded by hand \u2014 tap the photo to see the detail full-size.<\/p>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"ipfb-section ipfb-section--alt\">\n\t\t<div class=\"ipfb-wrap\">\n\t\t\t<div class=\"ipfb-split ipfb-split--rev\">\n\t\t\t\t<button type=\"button\" class=\"ipfb-zoom ipfb-split__media\" data-ipfb-zoom=\"\/wp-content\/uploads\/2026\/08\/ipf-heritage-gilding.webp\" aria-label=\"Enlarge photo\">\n\t\t\t\t\t<img src=\"\/wp-content\/uploads\/2026\/08\/ipf-heritage-gilding.webp\" alt=\"An artist gilding a plate by hand at the Imperial Porcelain Factory\" loading=\"lazy\" decoding=\"async\">\n\t\t\t\t\t<span class=\"ipfb-zoom__hint\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M11 4a7 7 0 105.2 11.7L21 20m-4-9a6 6 0 11-12 0 6 6 0 0112 0z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>View up close<\/span>\n\t\t\t\t<\/button>\n\t\t\t\t<div>\n\t\t\t\t\t<p class=\"ipfb-eyebrow\">Made at the factory in St. Petersburg<\/p>\n\t\t\t\t\t<h2 class=\"ipfb-h2\">A piece chosen for the occasion<\/h2>\n\t\t\t\t\t<div class=\"ipfb-text\">\n\t\t\t\t\t\t<p>The Imperial Porcelain Factory's catalogue includes far more than the pieces we normally keep in stock.<\/p>\n\t\t\t\t\t\t<p>For a wedding, you might be looking for a complete service or a distinctive vase. For an anniversary or milestone birthday, a sculpture, commemorative plate or limited edition may be more appropriate. For a retirement or corporate occasion, a single exceptional piece can make a memorable gift.<\/p>\n\t\t\t\t\t\t<p>Tell us what the occasion is, who the piece is for and when you need it. We will look through the factory's available range and suggest suitable options.<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"ipfb-section\">\n\t\t<div class=\"ipfb-wrap\">\n\t\t\t<p class=\"ipfb-eyebrow\">What we can source<\/p>\n\t\t\t<h2 class=\"ipfb-h2\">Three ways to order<\/h2>\n\t\t\t<div class=\"ipfb-offer\"><a class=\"ipfb-ocard\" href=\"mailto:info@lomonosov-porcelain.net\"><span class=\"ipfb-ocard__in\"><h3 class=\"ipfb-h3\">Weddings &amp; anniversaries<\/h3><p>For a wedding, anniversary or family milestone, we can source complete dinner, tea or coffee services, vases, sculptures and commemorative pieces from the factory's catalogue.<\/p><\/span><\/a><a class=\"ipfb-ocard\" href=\"mailto:info@lomonosov-porcelain.net\"><span class=\"ipfb-ocard__in\"><h3 class=\"ipfb-h3\">Gifts &amp; milestones<\/h3><p>For birthdays, retirements and other important occasions, we can help find a single piece suited to the person and the occasion \u2014 from a sculpture or vase to a limited-edition or commemorative piece.<\/p><\/span><\/a><a class=\"ipfb-ocard\" href=\"mailto:info@lomonosov-porcelain.net\"><span class=\"ipfb-ocard__in\"><h3 class=\"ipfb-h3\">Special &amp; corporate occasions<\/h3><p>For corporate anniversaries, retirements, awards and other important events, we can source larger quantities, matching pieces and selected limited editions from the factory's catalogue.<\/p><\/span><\/a><\/div>\n\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"ipfb-section ipfb-section--alt\">\n\t\t<div class=\"ipfb-wrap\">\n\t\t\t<p class=\"ipfb-eyebrow\">How it works<\/p>\n\t\t\t<h2 class=\"ipfb-h2\">Four simple steps<\/h2>\n\t\t\t<div class=\"ipfb-steps\">\n\t\t\t\t<div class=\"ipfb-step\"><h3 class=\"ipfb-h3\">Tell us what you are looking for<\/h3><p>Tell us the occasion, who the piece is for, your approximate budget and when you need it.<\/p><\/div>\n\t\t\t\t<div class=\"ipfb-step\"><h3 class=\"ipfb-h3\">We look through the factory catalogue<\/h3><p>We check what is available to order and select pieces that fit the occasion.<\/p><\/div>\n\t\t\t\t<div class=\"ipfb-step\"><h3 class=\"ipfb-h3\">You choose<\/h3><p>We send you the available options, photographs and prices. You decide which piece you would like to order.<\/p><\/div>\n\t\t\t\t<div class=\"ipfb-step\"><h3 class=\"ipfb-h3\">We arrange delivery<\/h3><p>We place the order with the factory and arrange delivery to you from our European stock.<\/p><\/div>\n\t\t\t<\/div>\n\t\t\t<p class=\"ipfb-text ipfb-steps__note\">Special orders usually take up to 90 days.<\/p>\n\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"ipfb-section\" id=\"ipfb-faq\">\n\t\t<div class=\"ipfb-wrap\">\n\t\t\t<p class=\"ipfb-eyebrow\">Good to know<\/p>\n\t\t\t<h2 class=\"ipfb-h2\">Questions we often receive<\/h2>\n\t\t\t<div class=\"ipfb-acc\">\n\t\t\t\t<details open><summary>What can I special-order?<\/summary><div class=\"ipfb-acc__body\"><p>Depending on availability, special orders can include sculptures, limited editions, commemorative pieces, larger dinner and tea services, vases and other items from the Imperial Porcelain Factory catalogue.<\/p><\/div><\/details>\n\t\t\t\t<details><summary>Can I order something that is not on your website?<\/summary><div class=\"ipfb-acc__body\"><p>Yes. Our website shows only part of the factory's full range. If you have seen a particular piece elsewhere, send us the name, catalogue number or a photograph and we will check whether it can be ordered.<\/p><\/div><\/details>\n\t\t\t\t<details><summary>How long does it take?<\/summary><div class=\"ipfb-acc__body\"><p>Special orders usually take up to 90 days. We will give you an estimated delivery time before you place the order.<\/p><\/div><\/details>\n\t\t\t\t<details><summary>Can I order just one piece?<\/summary><div class=\"ipfb-acc__body\"><p>Yes. A special order does not necessarily mean a large quantity. Individual sculptures, vases, plates and other pieces can also be ordered when available.<\/p><\/div><\/details>\n\t\t\t\t<details><summary>Can you help me choose a gift?<\/summary><div class=\"ipfb-acc__body\"><p>Yes. Tell us the occasion, the recipient and your approximate budget. We can suggest several suitable pieces rather than sending you the entire catalogue.<\/p><\/div><\/details>\n\t\t\t\t<details><summary>How is the order shipped?<\/summary><div class=\"ipfb-acc__body\"><p>The order is shipped to the United States from our European stock. It is packed carefully and insured for its full value.<\/p><\/div><\/details>\n\t\t\t\t<details><summary>What if I need it by a specific date?<\/summary><div class=\"ipfb-acc__body\"><p>Tell us the date before placing the order. We will check the current availability and estimated delivery time and let you know whether the timing is realistic.<\/p><\/div><\/details>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\n\t\n\n\t<div class=\"ipfb-wrap\">\n\t\t<div class=\"ipfb-final\">\n\t\t\t<h2 class=\"ipfb-h2\">Looking for something special?<\/h2>\n\t\t\t<p class=\"ipfb-lead\">Tell us what the occasion is, who you are buying for and when you need it. If you already have a particular piece in mind, send us its name, catalogue number or photograph. We will check the factory catalogue and come back with suitable options.<\/p>\n\t\t\t<div class=\"ipfb-actions\"><a class=\"ipfb-btn ipfb-btn--solid\" href=\"mailto:info@lomonosov-porcelain.net\">Start your special order<\/a><\/div>\n\t\t\t<a class=\"ipfb-mail\" href=\"mailto:info@lomonosov-porcelain.net\">info@lomonosov-porcelain.net<\/a>\n\t\t<\/div>\n\t<\/div>\n\n\t\n\n\t<dialog class=\"ipfb-lightbox\" id=\"ipfb-lightbox\" aria-label=\"Photo, enlarged\">\n\t\t<button type=\"button\" class=\"ipfb-lightbox__close\" data-ipfb-close aria-label=\"Close\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M6 6l12 12M18 6L6 18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/><\/svg><\/button>\n\t\t<img decoding=\"async\" src=\"\" alt=\"Enlarged porcelain photo\">\n\t<\/dialog>\n\n\t<script>\n\t(function(){\n\t\tfunction closeD(d){ d.close ? d.close() : d.removeAttribute('open'); }\n\t\tvar lb = document.getElementById('ipfb-lightbox');\n\t\tvar lbImg = lb ? lb.querySelector('img') : null;\n\t\tdocument.querySelectorAll('.ipfb [data-ipfb-zoom]').forEach(function(btn){\n\t\t\tbtn.addEventListener('click', function(){\n\t\t\t\tif(!lb) return;\n\t\t\t\tlbImg.setAttribute('src', btn.getAttribute('data-ipfb-zoom'));\n\t\t\t\tlb.showModal ? lb.showModal() : lb.setAttribute('open','');\n\t\t\t});\n\t\t});\n\t\tdocument.querySelectorAll('.ipfb-modal, .ipfb-lightbox').forEach(function(d){\n\t\t\td.querySelectorAll('[data-ipfb-close]').forEach(function(c){ c.addEventListener('click', function(){ closeD(d); }); });\n\t\t\td.addEventListener('click', function(e){ if(e.target === d) closeD(d); });\n\t\t});\n\t})();\n\t<\/script>\n<\/section>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-39735","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Corporate Gifting - Imperial Porcelain House<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"ru_RU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Corporate Gifting - Imperial Porcelain House\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lomonosovamerica.com\/ru\/corporate-gifting\/\" \/>\n<meta property=\"og:site_name\" content=\"Imperial Porcelain House\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-01T23:59:24+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 \u043c\u0438\u043d\u0443\u0442\u0430\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/lomonosovamerica.com\\\/corporate-gifting\\\/\",\"url\":\"https:\\\/\\\/lomonosovamerica.com\\\/corporate-gifting\\\/\",\"name\":\"Corporate Gifting - Imperial Porcelain House\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/lomonosovamerica.com\\\/#website\"},\"datePublished\":\"2026-08-07T10:01:54+00:00\",\"dateModified\":\"2026-09-01T23:59:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/lomonosovamerica.com\\\/corporate-gifting\\\/#breadcrumb\"},\"inLanguage\":\"ru-RU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/lomonosovamerica.com\\\/corporate-gifting\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/lomonosovamerica.com\\\/corporate-gifting\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\",\"item\":\"https:\\\/\\\/lomonosovamerica.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Corporate Gifting\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/lomonosovamerica.com\\\/#website\",\"url\":\"https:\\\/\\\/lomonosovamerica.com\\\/\",\"name\":\"Imperial Porcelain House\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/lomonosovamerica.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ru-RU\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Corporate Gifting - Imperial Porcelain House","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"ru_RU","og_type":"article","og_title":"Corporate Gifting - Imperial Porcelain House","og_url":"https:\/\/lomonosovamerica.com\/ru\/corporate-gifting\/","og_site_name":"Imperial Porcelain House","article_modified_time":"2026-09-01T23:59:24+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f":"1 \u043c\u0438\u043d\u0443\u0442\u0430"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/lomonosovamerica.com\/corporate-gifting\/","url":"https:\/\/lomonosovamerica.com\/corporate-gifting\/","name":"Corporate Gifting - Imperial Porcelain House","isPartOf":{"@id":"https:\/\/lomonosovamerica.com\/#website"},"datePublished":"2026-08-07T10:01:54+00:00","dateModified":"2026-09-01T23:59:24+00:00","breadcrumb":{"@id":"https:\/\/lomonosovamerica.com\/corporate-gifting\/#breadcrumb"},"inLanguage":"ru-RU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lomonosovamerica.com\/corporate-gifting\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/lomonosovamerica.com\/corporate-gifting\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430","item":"https:\/\/lomonosovamerica.com\/"},{"@type":"ListItem","position":2,"name":"Corporate Gifting"}]},{"@type":"WebSite","@id":"https:\/\/lomonosovamerica.com\/#website","url":"https:\/\/lomonosovamerica.com\/","name":"Imperial Porcelain House","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lomonosovamerica.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ru-RU"}]}},"_links":{"self":[{"href":"https:\/\/lomonosovamerica.com\/ru\/wp-json\/wp\/v2\/pages\/39735","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lomonosovamerica.com\/ru\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lomonosovamerica.com\/ru\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lomonosovamerica.com\/ru\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lomonosovamerica.com\/ru\/wp-json\/wp\/v2\/comments?post=39735"}],"version-history":[{"count":2,"href":"https:\/\/lomonosovamerica.com\/ru\/wp-json\/wp\/v2\/pages\/39735\/revisions"}],"predecessor-version":[{"id":39962,"href":"https:\/\/lomonosovamerica.com\/ru\/wp-json\/wp\/v2\/pages\/39735\/revisions\/39962"}],"wp:attachment":[{"href":"https:\/\/lomonosovamerica.com\/ru\/wp-json\/wp\/v2\/media?parent=39735"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}