SELECT url_to, r404
FROM pod_redirect
WHERE BINARY REPLACE(url_from,'/ru/','/') = '/kastryuli/tramontina-simax-pyrex-lessner-ringel-risoli.html' LIMIT 0,1 [0.0006098747253418 sec]
SELECT pod_filter.id,pod_filter.url FROM pod_filter WHERE BINARY pod_filter.url IN ('tramontina','simax','pyrex','lessner','ringel','risoli') order by url [0.0016419887542725 sec]
SELECT pod_sub_icon.id,pod_sub_icon.url FROM pod_sub_icon WHERE BINARY pod_sub_icon.url IN ('tramontina','simax','pyrex','lessner','ringel','risoli') order by url [0.00124192237854 sec]
select id,url from pod_cat_brand where BINARY url = 'tramontina-simax-pyrex-lessner-ringel-risoli' [0.0021109580993652 sec]
select id,url from pod_cat_brand where url = 'tramontina-simax-pyrex-lessner-ringel-risoli' [0.00036287307739258 sec]
select id,url from pod_cat_brand where url in ('tramontina','simax','pyrex','lessner','ringel','risoli') [0.0010299682617188 sec]
SELECT g.id -- основні
FROM pod_cat_good g USE INDEX (idx_cat_entry_active_present)
WHERE g.cat_id IN (115) AND
g.brand_id IN (334,330,1415,2445,327,232) AND
g.is_present_all_mods AND g.entry =0 AND g.is_active
UNION
SELECT g.id -- основні в допкатегорії
FROM pod_cat_good g
INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id
WHERE dc.dop_cat_id IN (115) AND
g.brand_id IN (334,330,1415,2445,327,232) AND
g.is_present_all_mods AND g.entry =0 AND g.is_active
[0.032185077667236 sec]
CREATE TEMPORARY TABLE temp_brand_counts_6a2ab7b57e23f (
id INT,
gid INT,
INDEX idx_id (id),
INDEX idx_gid (gid)
) [0.0006861686706543 sec]
INSERT INTO temp_brand_counts_6a2ab7b57e23f (id, gid)
SELECT g.brand_id AS id, g.id AS gid -- основні
FROM pod_cat_good g USE INDEX (idx_cat_entry_active_present)
WHERE g.cat_id IN (115) AND
g.is_present_all_mods AND g.entry =0 AND g.is_active
UNION
SELECT g.brand_id AS id, g.id AS gid -- основні в допкатегорії
FROM pod_cat_good g
INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id
WHERE dc.dop_cat_id IN (115) AND
g.is_present_all_mods AND g.entry =0 AND g.is_active
UNION
SELECT id, null gid
FROM pod_cat_category
WHERE id in (334,330,1415,2445,327,232) [0.0092179775238037 sec]
SELECT b.id, b.name AS name, pc.name AS country, b.country_id,
b.image_icon, b.url, b.ordr, pc.code,
COALESCE(tc.count, 0) as count
FROM pod_cat_brand b
INNER JOIN (
SELECT id, COUNT(gid) as count
FROM temp_brand_counts_6a2ab7b57e23f
GROUP BY id
HAVING COUNT(gid) > 0
) tc ON b.id = tc.id
LEFT JOIN pod_country pc ON (pc.id = b.country_id AND pc.is_active = 1)
WHERE b.is_active = '1'
ORDER BY b.ordr [0.0011379718780518 sec]
DROP TEMPORARY TABLE IF EXISTS temp_brand_counts_6a2ab7b57e23f [0.00021100044250488 sec]
SELECT MIN(min_price) AS min_price, MAX(max_price) AS max_price
FROM (
SELECT MIN(g.price) AS min_price, MAX(g.price) AS max_price -- основні
FROM pod_cat_good g USE INDEX (idx_cat_entry_active_present)
WHERE g.cat_id IN (115) AND
g.brand_id IN (334,330,1415,2445,327,232) AND
g.is_present AND
g.is_present_all_mods AND g.entry =0 AND g.is_active
UNION
SELECT MIN(g.price) AS min_price, MAX(g.price) AS max_price -- основні в допкатегорії
FROM pod_cat_good g
INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id
WHERE dc.dop_cat_id IN (115) AND
g.brand_id IN (334,330,1415,2445,327,232) AND
g.is_present AND
g.is_present_all_mods AND g.entry =0 AND g.is_active
UNION
SELECT MIN(go.price) AS min_price, MAX(go.price) AS max_price -- підтовари
FROM
pod_cat_good go
INNER JOIN pod_cat_good g ON go.entry = g.id
WHERE g.cat_id IN (115) AND
g.brand_id IN (334,330,1415,2445,327,232) AND
go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active
UNION
SELECT MIN(go.price) AS min_price, MAX(go.price) AS max_price -- підтовари в допкатегорії
FROM pod_cat_good go
INNER JOIN pod_cat_good g ON go.entry = g.id
INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id
WHERE dc.dop_cat_id IN (115) AND
g.brand_id IN (334,330,1415,2445,327,232) AND
go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active
) A
[0.0098381042480469 sec]
SELECT g.id, if(g.is_present and g.price >= '476' and g.price <= '9425',least(g.price,ifnull(min(pcg.price),g.price)),ifnull(min(pcg.price),g.price)) min_sort_price
, if(g.is_present and g.price >= '476' and g.price <= '9425',greatest(g.price,ifnull(max(pcg.price),g.price)),ifnull(max(pcg.price),g.price)) max_sort_price
FROM pod_cat_good g
LEFT JOIN pod_cat_good pcg ON pcg.entry=g.id and pcg.is_present=1 and pcg.is_present=1 and pcg.price >= '476' and pcg.price <= '9425' WHERE g.id in (211746,211763,215356,215357,215358,215359,220839,220840,220842,220843,220844,230436,232358,232359,232360,232361,244470,244471,244472,267067,280278,280282,280284,280291,283607,355035,355036,355037,361870,361871,361872,400615,420389,420391,420392,420393,420394,420395,420396,420398,420399,420400,420449,420450,420451,427003,427009,427911,438924,438929,438936,438939,438940,438941,438956,438957,438958,439598,455460,461338,461339,461340,461341,461342,463310,468480,468482,470160,470803,476398,476399,476400,476401,476402,476403,476491,476492,477641,477643,477644,479147,479149,479409,480055,482420,482421,482422,482423,486626,486627,486628,486629)
GROUP BY g.id
ORDER BY g.ordr desc
LIMIT 0, 32 [0.010190963745117 sec]
SELECT g.video, g.threedvideo, g.is_xit, g.is_action, g.is_sale,
g.sub_is_action, g.is_new, g.is_pay_for_video, g.id, g.cat_id,
g.name AS name, g.name2 AS name2, g.descr, g.size_table, g.artikul, g.image_small,
g.image_big, g.price, g.old_price, g.is_present,
g.is_present_all_mods, g.sub_icon_id,g.url,g.ordr, g.last_items, g.fast_delivery, g.free_delivery, g.gift,
g.timer, g.action_validity,
b.name AS brand_name,b.url as burl,b.id as bid, b.country AS brand_country,c.url as curl, c.name AS cat_name,
si.name AS sub_icon_name,si.icon AS sub_icon,
g.star, g.comment_id, if(g.is_present and g.price >= '476' and g.price <= '9425',least(g.price,ifnull(min(pcg.price),g.price)),ifnull(min(pcg.price),g.price)) as min_sort_price,
if(g.is_present and g.price >= '476' and g.price <= '9425',greatest(g.price,ifnull(max(pcg.price),g.price)),ifnull(max(pcg.price),g.price)) as max_sort_price
FROM pod_cat_good g
INNER JOIN pod_cat_category c ON c.id=g.cat_id
LEFT JOIN pod_cat_brand b ON b.id=g.brand_id
LEFT JOIN pod_sub_icon si ON si.id=g.sub_icon_id
LEFT JOIN pod_cat_good pcg ON (pcg.entry=g.id and pcg.is_present=1 and pcg.price >= '476' and pcg.price <= '9425')
WHERE g.id in (480055,470160,476400,476491,211746,476399,476492,280282,476398,220844,220843,220840,486627,215357,427911,476403,215359,486629,215358,486628,215356,476402,486626,482421,476401,280284,482420,232361,220842,244470,230436,220839)
GROUP BY g.id
ORDER BY g.ordr desc [0.0041379928588867 sec]
SELECT g.ordr, g.is_xit, g.is_pay_for_video, g.is_action, g.is_sale, g.is_new, g.last_items, g.fast_delivery, g.free_delivery, g.gift,
g.timer, g.action_validity,
g.id, g.entry, g.name AS name, g.price, g.old_price, g.artikul, g.sub_icon_id, g.is_present, si.name AS sub_icon_name, si.icon AS sub_icon
FROM pod_cat_good g
LEFT JOIN pod_sub_icon si ON si.id = g.sub_icon_id
WHERE g.entry IN (480055,470160,476400,476491,211746,476399,476492,280282,476398,220844,220843,220840,486627,215357,427911,476403,215359,486629,215358,486628,215356,476402,486626,482421,476401,280284,482420,232361,220842,244470,230436,220839) AND g.is_active = '1'
ORDER BY g.entry, g.is_present DESC [0.0005190372467041 sec]
SELECT DISTINCT
ggd2.good_id AS source_good_id,
g.id, g.is_present_all_mods,
pc.name AS name,
g.url,
b.url as burl, c.url as curl,
g.is_present,
pc.code AS color_code,
gg.group_type,
gg.param_name,
gg.param_name_ua,
ggd.text_value,
ggd.icon_path
FROM pod_goods_group_goods ggd2
JOIN pod_goods_group_goods ggd ON ggd2.goods_group_id=ggd.goods_group_id
JOIN pod_goods_group gg ON ggd.goods_group_id=gg.id
JOIN pod_cat_good g ON g.id=ggd.good_id
LEFT JOIN pod_cat_brand b ON g.brand_id=b.id
LEFT JOIN pod_cat_category c ON g.cat_id=c.id
LEFT JOIN pod_colors pc ON pc.id=ggd.color_id
WHERE ggd2.good_id IN (480055,470160,476400,476491,211746,476399,476492,280282,476398,220844,220843,220840,486627,215357,427911,476403,215359,486629,215358,486628,215356,476402,486626,482421,476401,280284,482420,232361,220842,244470,230436,220839)
ORDER BY ggd2.good_id, g.is_present_all_mods DESC [0.0049459934234619 sec]
SELECT name AS name, url FROM pod_cat_brand WHERE id in (334,330,1415,2445,327,232) [0.00025510787963867 sec]
SELECT name AS name, url FROM pod_cat_brand WHERE id='334.330.1415.2445.327.232' [0.00021696090698242 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_me67cjunha66asbhutm7ao2u74_6a2ab7b58c3cb;
CREATE TEMPORARY TABLE tmp_A_me67cjunha66asbhutm7ao2u74_6a2ab7b58c3cb (
id INT NOT NULL,
PRIMARY KEY (id)
) ENGINE=MEMORY; [0.00045299530029297 sec]
INSERT INTO tmp_A_me67cjunha66asbhutm7ao2u74_6a2ab7b58c3cb (id) SELECT A.id FROM (
SELECT g.id -- основні
FROM pod_cat_good g USE INDEX (idx_cat_entry_active_present)
WHERE g.cat_id IN (115) AND
g.brand_id IN (334,330,1415,2445,327,232) AND
g.is_present_all_mods AND g.entry =0 AND g.is_active
UNION
SELECT g.id -- основні в допкатегорії
FROM pod_cat_good g
INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id
WHERE dc.dop_cat_id IN (115) AND
g.brand_id IN (334,330,1415,2445,327,232) AND
g.is_present_all_mods AND g.entry =0 AND g.is_active
) A [0.029539108276367 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_me67cjunha66asbhutm7ao2u74_6a2ab7b58c3cb;
CREATE TEMPORARY TABLE tmp_pairs_me67cjunha66asbhutm7ao2u74_6a2ab7b58c3cb (
goods_id INT NOT NULL,
filter_id INT NOT NULL,
PRIMARY KEY (goods_id, filter_id)
) ENGINE=MEMORY; [0.00050497055053711 sec]
INSERT INTO tmp_pairs_me67cjunha66asbhutm7ao2u74_6a2ab7b58c3cb (goods_id, filter_id)
SELECT DISTINCT
A.id AS goods_id,
f.id AS filter_id
FROM tmp_A_me67cjunha66asbhutm7ao2u74_6a2ab7b58c3cb A
INNER JOIN pod_good_filter gf ON A.id = gf.id_good
INNER JOIN pod_cat_filter cf ON gf.filter_id = cf.filter_id AND cf.category_id = 115
INNER JOIN pod_filter fm ON gf.filter_id = fm.id AND fm.is_split = 0 AND fm.is_active
INNER JOIN pod_filter f ON gf.filter_id_value = f.id AND f.is_active [0.02082085609436 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_me67cjunha66asbhutm7ao2u74_6a2ab7b58c3cb;
CREATE TEMPORARY TABLE tmp_counts_me67cjunha66asbhutm7ao2u74_6a2ab7b58c3cb (
filter_id INT NOT NULL PRIMARY KEY,
count INT NOT NULL
) ENGINE=MEMORY; [0.00046086311340332 sec]
INSERT IGNORE INTO tmp_counts_me67cjunha66asbhutm7ao2u74_6a2ab7b58c3cb (filter_id, count)
SELECT
p.filter_id,
COUNT(*) AS count
FROM tmp_pairs_me67cjunha66asbhutm7ao2u74_6a2ab7b58c3cb p
GROUP BY p.filter_id [0.00056099891662598 sec]
SELECT
c.filter_id,
c.count,
f.entry,
f.name AS name,
f.url,
f.ord,
fm.name AS mname,
fm.url AS murl,
fm.ord AS mord
FROM tmp_counts_me67cjunha66asbhutm7ao2u74_6a2ab7b58c3cb c
INNER JOIN pod_filter f ON c.filter_id = f.id
INNER JOIN pod_filter fm ON f.entry = fm.id
ORDER BY fm.ord DESC, f.ord DESC, c.filter_id [0.00045490264892578 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_me67cjunha66asbhutm7ao2u74_6a2ab7b58c3cb [0.00031900405883789 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_me67cjunha66asbhutm7ao2u74_6a2ab7b58c3cb [0.00012612342834473 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_me67cjunha66asbhutm7ao2u74_6a2ab7b58c3cb [0.00014495849609375 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_me67cjunha66asbhutm7ao2u74_6a2ab7b599a09;
CREATE TEMPORARY TABLE tmp_A_me67cjunha66asbhutm7ao2u74_6a2ab7b599a09 (
id INT NOT NULL,
entry INT NOT NULL,
PRIMARY KEY (id),
KEY idx_entry (entry)
) ENGINE=MEMORY; [0.00033903121948242 sec]
INSERT INTO tmp_A_me67cjunha66asbhutm7ao2u74_6a2ab7b599a09 (id, entry) SELECT A.id, A.entry FROM (
SELECT g.id as id, g.id as entry -- основні
FROM pod_cat_good g USE INDEX (idx_cat_entry_active_present)
WHERE g.cat_id IN (115) AND
g.brand_id IN (334,330,1415,2445,327,232) AND
g.is_present AND
g.is_present_all_mods AND g.entry =0 AND g.is_active
UNION
SELECT g.id as id, g.id as entry -- основні в допкатегорії
FROM pod_cat_good g
INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id
WHERE dc.dop_cat_id IN (115) AND
g.brand_id IN (334,330,1415,2445,327,232) AND
g.is_present AND
g.is_present_all_mods AND g.entry =0 AND g.is_active
UNION
SELECT go.id as id, g.id as entry -- підтовари
FROM
pod_cat_good go
INNER JOIN pod_cat_good g ON go.entry = g.id
WHERE g.cat_id IN (115) AND
g.brand_id IN (334,330,1415,2445,327,232) AND
go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active
UNION
SELECT go.id as id, g.id as entry -- підтовари в допкатегорії
FROM pod_cat_good go
INNER JOIN pod_cat_good g ON go.entry = g.id
INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id
WHERE dc.dop_cat_id IN (115) AND
g.brand_id IN (334,330,1415,2445,327,232) AND
go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active
) A [0.02631688117981 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_me67cjunha66asbhutm7ao2u74_6a2ab7b599a09;
CREATE TEMPORARY TABLE tmp_pairs_me67cjunha66asbhutm7ao2u74_6a2ab7b599a09 (
goods_id INT NOT NULL,
filter_id INT NOT NULL,
PRIMARY KEY (goods_id, filter_id)
) ENGINE=MEMORY; [0.00041985511779785 sec]
INSERT INTO tmp_pairs_me67cjunha66asbhutm7ao2u74_6a2ab7b599a09 (goods_id, filter_id)
SELECT DISTINCT
A.entry AS goods_id,
f.id AS filter_id
FROM tmp_A_me67cjunha66asbhutm7ao2u74_6a2ab7b599a09 A
INNER JOIN pod_good_filter gf ON A.id = gf.id_good
INNER JOIN pod_cat_filter cf ON gf.filter_id = cf.filter_id AND cf.category_id = 115
INNER JOIN pod_filter fm ON gf.filter_id = fm.id AND fm.is_split = 1 AND fm.is_active
INNER JOIN pod_filter f ON gf.filter_id_value = f.id AND f.is_active [0.0059208869934082 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_me67cjunha66asbhutm7ao2u74_6a2ab7b599a09;
CREATE TEMPORARY TABLE tmp_counts_me67cjunha66asbhutm7ao2u74_6a2ab7b599a09 (
filter_id INT NOT NULL PRIMARY KEY,
count INT NOT NULL
) ENGINE=MEMORY; [0.00044608116149902 sec]
INSERT IGNORE INTO tmp_counts_me67cjunha66asbhutm7ao2u74_6a2ab7b599a09 (filter_id, count)
SELECT
p.filter_id,
COUNT(*) AS count
FROM tmp_pairs_me67cjunha66asbhutm7ao2u74_6a2ab7b599a09 p
GROUP BY p.filter_id [0.0004878044128418 sec]
SELECT
c.filter_id,
c.count,
f.entry,
f.name AS name,
f.url,
f.ord,
fm.name AS mname,
fm.url AS murl,
fm.ord AS mord
FROM tmp_counts_me67cjunha66asbhutm7ao2u74_6a2ab7b599a09 c
INNER JOIN pod_filter f ON c.filter_id = f.id
INNER JOIN pod_filter fm ON f.entry = fm.id
ORDER BY fm.ord DESC, f.ord DESC, c.filter_id [0.00050806999206543 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_me67cjunha66asbhutm7ao2u74_6a2ab7b599a09 [0.00032687187194824 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_me67cjunha66asbhutm7ao2u74_6a2ab7b599a09 [0.00015783309936523 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_me67cjunha66asbhutm7ao2u74_6a2ab7b599a09 [0.00020194053649902 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_me67cjunha66asbhutm7ao2u74_6a2ab7b5a2a68;
CREATE TEMPORARY TABLE tmp_A_me67cjunha66asbhutm7ao2u74_6a2ab7b5a2a68 (
entry INT NOT NULL,
sub_icon_id INT NOT NULL,
PRIMARY KEY (entry, sub_icon_id)
) ENGINE=MEMORY; [0.00035715103149414 sec]
INSERT IGNORE INTO tmp_A_me67cjunha66asbhutm7ao2u74_6a2ab7b5a2a68 (entry, sub_icon_id)
SELECT DISTINCT A.entry, A.sub_icon_id FROM (
SELECT g.id as id, g.id as entry, g.sub_icon_id -- основні
FROM pod_cat_good g USE INDEX (idx_cat_entry_active_present)
WHERE g.cat_id IN (115) AND
g.brand_id IN (334,330,1415,2445,327,232) AND
g.is_present AND
g.is_present_all_mods AND g.entry =0 AND g.is_active
UNION
SELECT g.id as id, g.id as entry, g.sub_icon_id -- основні в допкатегорії
FROM pod_cat_good g
INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id
WHERE dc.dop_cat_id IN (115) AND
g.brand_id IN (334,330,1415,2445,327,232) AND
g.is_present AND
g.is_present_all_mods AND g.entry =0 AND g.is_active
UNION
SELECT go.id as id, g.id as entry, go.sub_icon_id -- підтовари
FROM
pod_cat_good go
INNER JOIN pod_cat_good g ON go.entry = g.id
WHERE g.cat_id IN (115) AND
g.brand_id IN (334,330,1415,2445,327,232) AND
go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active
UNION
SELECT go.id as id, g.id as entry, go.sub_icon_id -- підтовари в допкатегорії
FROM pod_cat_good go
INNER JOIN pod_cat_good g ON go.entry = g.id
INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id
WHERE dc.dop_cat_id IN (115) AND
g.brand_id IN (334,330,1415,2445,327,232) AND
go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active
) A [0.017920970916748 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_me67cjunha66asbhutm7ao2u74_6a2ab7b5a2a68;
CREATE TEMPORARY TABLE tmp_counts_me67cjunha66asbhutm7ao2u74_6a2ab7b5a2a68 (
sub_icon_id INT NOT NULL PRIMARY KEY,
count INT NOT NULL
) ENGINE=MEMORY; [0.00048398971557617 sec]
INSERT IGNORE INTO tmp_counts_me67cjunha66asbhutm7ao2u74_6a2ab7b5a2a68 (sub_icon_id, count)
SELECT
sub_icon_id,
COUNT(DISTINCT entry) AS count
FROM (
SELECT A.entry, A.sub_icon_id
FROM tmp_A_me67cjunha66asbhutm7ao2u74_6a2ab7b5a2a68 A
INNER JOIN pod_sub_icon si ON A.sub_icon_id = si.id AND si.is_active_filter = 1
) AA
GROUP BY sub_icon_id [0.00067877769470215 sec]
SELECT
c.sub_icon_id AS id,
c.count,
si.entry,
si.name AS name,
si.url
FROM tmp_counts_me67cjunha66asbhutm7ao2u74_6a2ab7b5a2a68 c
INNER JOIN pod_sub_icon si ON c.sub_icon_id = si.id AND si.is_active_filter = 1
ORDER BY si.ordr, si.name [0.00032186508178711 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_me67cjunha66asbhutm7ao2u74_6a2ab7b5a2a68 [0.00029706954956055 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_me67cjunha66asbhutm7ao2u74_6a2ab7b5a2a68 [0.0001671314239502 sec]
Низкие цены на Кастрюли Tramontina ... Risoli (Tрaмoнтінa ... Рісoлі) – большой выбор, фото. Купить Кастрюли Tramontina ... Risoli (Tрaмoнтінa ... Рісoлі) в Киеве и Украине
Ваш заказ оформлен! На e-mail отправлено письмо с подтверждением В ближайшее время с Вами свяжется менеджер Спасибо за заказ!
Ваш профиль будет удален навсегда. Его нельзя восстановить. Продолжить?
Оставьте свой номер телефона и наши менеджеры вам перезвонят
Оплату картами Visa и MasterCard обеспечивает сервис онлайн-платежей Portmone.com. Безопасность оплаты подтверждена международным аудитом PCI DSS. Служба поддержки: тел. +380(44)2000902