Tete

  • Սեզանի Bouilloire et fruit նատյուրմորտը վաճառվել է Christie՚s աճուրդում

    Սեզանի Bouilloire et fruit նատյուրմորտը վաճառվել է Christie՚s աճուրդում

    Պոլ Սեզանի Bouilloire et fruit նատյուրմորտը 59 միլիոն 295 հազար դոլարով վաճառվել է Christie՚s աճուրդում: Այդ մասին հաղորդվում է աճուրդային տան կայքում: Ֆրանսիացի գեղանկարչի ստեղծագործությունը, որն արվել է 1888 և 1890 թվականների միջև ընկած շրջանում, դարձել է ամենաթանկը մայիսի 13-ին Նյու Յորքում կայացած աճուրդում, որը նվիրված էր իմպրեսիոնիստների ստեղծագործություններին և արդի արվեստին: Սեզանի նկարի հետ…

}// Handle language redirects const langLink = e.target.closest(".azat-switcher-item a"); if (langLink) { e.preventDefault(); e.stopPropagation();const origin = window.location.origin; const path = window.location.pathname; const lang = langLink.getAttribute("data-lang");// Determine current active language of the page: let currentLang = "am"; if (path.startsWith("/en/") || path === "/en") { currentLang = "en"; } else if (path.startsWith("/ru/") || path === "/ru") { currentLang = "ru"; }let newPath = path;if (currentLang === "en" && lang === "ru") { newPath = path.replace("/en/", "/ru/"); } else if (currentLang === "ru" && lang === "en") { newPath = path.replace("/ru/", "/en/"); } else if (currentLang === "en" && lang === "am") { newPath = path.replace("/en/", "/"); } else if (currentLang === "ru" && lang === "am") { newPath = path.replace("/ru/", "/"); } else if (currentLang === "am" && lang === "en") { newPath = "/en" + path; } else if (currentLang === "am" && lang === "ru") { newPath = "/ru" + path; }window.location.href = origin + newPath; } }); })();