0
В корзине пусто!

Закрыть

Санкт-Петербург

Адрес офиса:

197101, г. Санкт-Петербург, проспект Кронверкский, 23
Телефон: +7 (812) 407-24-50
e-mail: info@pr-ekb.ru

График работы офиса и call-центра:

Понедельник - пятница: с 10.00 до 18.00
8 (800) 500-64-21 (бесплатный звонок)

Условия доставки по Санкт-Петербургу:

Доставка заказов от 10 000 руб. -  БЕСПЛАТНО
При заказе до 10 000 руб. стоимость доставки 500 руб.
*Минимальная сумма заказа 5 000 руб.

 

// Reference the color shape that was drawn over the image const overlay = document.getElementById("product-shape33"); // Click on a color var el = document.getElementsByClassName("color33"); for (var i = 0; i < el.length; i++) { el[i].onclick = changeColor33; } function changeColor33(e) { // get the hex color let hex = e.target.getAttribute("data-hex"); // set the hex color overlay.style.fill = hex; }