a:8:{s:6:status;s:2:on;s:10:project_id;s:6:184040;s:14:export_imgpath;s:0:;s:14:export_csspath;s:0:;s:13:export_jspath;s:0:;s:7:page_id;s:8:16306540;s:7:post_id;i:124860;s:12:current_page;O:8:stdClass:23:{s:2:id;s:8:16306540;s:9:projectid;s:6:184040;s:5:title;s:88:Місце зустрічі: Гід новорічними вечірками Києва;s:5:descr;s:0:;s:3:img;s:89:https://static.tildacdn.com/tild3735-3063-4633-a564-346435623364/89e8987e-ba94-447c-8.jpg;s:10:featureimg;s:0:;s:5:alias;s:0:;s:4:date;s:19:2020-12-29 15:54:00;s:4:sort;s:4:2350;s:9:published;s:10:1678218173;s:8:filename;s:17:page16306540.html;s:13:export_jspath;s:0:;s:14:export_csspath;s:0:;s:14:export_imgpath;s:0:;s:15:export_basepath;s:0:;s:13:project_alias;s:11:secretplace;s:10:page_alias;s:0:;s:14:project_domain;s:0:;s:4:html;s:43175: function t_menuburger_init(recid) { var rec = document.querySelector('#rec' + recid); if (!rec) return; var burger = rec.querySelector('.t-menuburger'); if (!burger) return; var isSecondStyle = burger.classList.contains('t-menuburger_second'); if (isSecondStyle && !window.isMobile && !('ontouchend' in document)) { burger.addEventListener('mouseenter', function() { if (burger.classList.contains('t-menuburger-opened')) return; burger.classList.remove('t-menuburger-unhovered'); burger.classList.add('t-menuburger-hovered'); }); burger.addEventListener('mouseleave', function() { if (burger.classList.contains('t-menuburger-opened')) return; burger.classList.remove('t-menuburger-hovered'); burger.classList.add('t-menuburger-unhovered'); setTimeout(function() { burger.classList.remove('t-menuburger-unhovered'); }, 300); }); } burger.addEventListener('click', function() { if (!burger.closest('.tmenu-mobile') && !burger.closest('.t450__burger_container') && !burger.closest('.t466__container') && !burger.closest('.t204__burger')) { burger.classList.toggle('t-menuburger-opened'); burger.classList.remove('t-menuburger-unhovered'); } }); var menu = rec.querySelector('[data-menu=yes]'); if (!menu) return; var menuLinks = menu.querySelectorAll('.t-menu__link-item'); var submenuClassList = ['t978__menu-link_hook', 't978__tm-link', 't966__tm-link', 't794__tm-link', 't-menusub__target-link']; Array.prototype.forEach.call(menuLinks, function (link) { link.addEventListener('click', function () { var isSubmenuHook = submenuClassList.some(function (submenuClass) { return link.classList.contains(submenuClass); }); if (isSubmenuHook) return; burger.classList.remove('t-menuburger-opened'); }); }); menu.addEventListener('clickedAnchorInTooltipMenu', function () { burger.classList.remove('t-menuburger-opened'); }); } t_onReady(function() { t_onFuncLoad('t_menuburger_init', function(){t_menuburger_init('366770226');}); });.t-menuburger { position: relative; flex-shrink: 0; width: 28px; height: 20px; -webkit-transform: rotate(0deg); transform: rotate(0deg); transition: .5s ease-in-out; cursor: pointer; z-index: 999; } /*---menu burger lines---*/ .t-menuburger span { display: block; position: absolute; width: 100%; opacity: 1; left: 0; -webkit-transform: rotate(0deg); transform: rotate(0deg); transition: .25s ease-in-out; height: 3px; background-color: #000; } .t-menuburger span:nth-child(1) { top: 0px; } .t-menuburger span:nth-child(2), .t-menuburger span:nth-child(3) { top: 8px; } .t-menuburger span:nth-child(4) { top: 16px; } /*menu burger big*/ .t-menuburger__big { width: 42px; height: 32px; } .t-menuburger__big span { height: 5px; } .t-menuburger__big span:nth-child(2), .t-menuburger__big span:nth-child(3) { top: 13px; } .t-menuburger__big span:nth-child(4) { top: 26px; } /*menu burger small*/ .t-menuburger__small { width: 22px; height: 14px; } .t-menuburger__small span { height: 2px; } .t-menuburger__small span:nth-child(2), .t-menuburger__small span:nth-child(3) { top: 6px; } .t-menuburger__small span:nth-child(4) { top: 12px; } /*menu burger opened*/ .t-menuburger-opened span:nth-child(1) { top: 8px; width: 0%; left: 50%; } .t-menuburger-opened span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); } .t-menuburger-opened span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .t-menuburger-opened span:nth-child(4) { top: 8px; width: 0%; left: 50%; } .t-menuburger-opened.t-menuburger__big span:nth-child(1) { top: 6px; } .t-menuburger-opened.t-menuburger__big span:nth-child(4) { top: 18px; } .t-menuburger-opened.t-menuburger__small span:nth-child(1), .t-menuburger-opened.t-menuburger__small span:nth-child(4) { top: 6px; } /*---menu burger first style---*/ @media (hover), (min-width:0) { .t-menuburger_first:hover span:nth-child(1) { transform: translateY(1px); } .t-menuburger_first:hover span:nth-child(4) { transform: translateY(-1px); } .t-menuburger_first.t-menuburger__big:hover span:nth-child(1) { transform: translateY(3px); } .t-menuburger_first.t-menuburger__big:hover span:nth-child(4) { transform: translateY(-3px); } } /*---menu burger second style---*/ .t-menuburger_second span:nth-child(2), .t-menuburger_second span:nth-child(3) { width: 80%; left: 20%; right: 0; } @media (hover), (min-width:0) { .t-menuburger_second.t-menuburger-hovered span:nth-child(2), .t-menuburger_second.t-menuburger-hovered span:nth-child(3) { animation: t-menuburger-anim 0.3s ease-out normal forwards; } .t-menuburger_second.t-menuburger-unhovered span:nth-child(2), .t-menuburger_second.t-menuburger-unhovered span:nth-child(3) { animation: t-menuburger-anim2 0.3s ease-out normal forwards; } } .t-menuburger_second.t-menuburger-opened span:nth-child(2), .t-menuburger_second.t-menuburger-opened span:nth-child(3){ left: 0; right: 0; width: 100%!important; } /*---menu burger third style---*/ .t-menuburger_third span:nth-child(4) { width: 70%; left: unset; right: 0; } @media (hover), (min-width:0) { .t-menuburger_third:not(.t-menuburger-opened):hover span:nth-child(4) { width: 100%; } } .t-menuburger_third.t-menuburger-opened span:nth-child(4) { width: 0!important; right: 50%; } /*---menu burger fourth style---*/ .t-menuburger_fourth { height: 12px; } .t-menuburger_fourth.t-menuburger__small { height: 8px; } .t-menuburger_fourth.t-menuburger__big { height: 18px; } .t-menuburger_fourth span:nth-child(2), .t-menuburger_fourth span:nth-child(3) { top: 4px; opacity: 0; } .t-menuburger_fourth span:nth-child(4) { top: 8px; } .t-menuburger_fourth.t-menuburger__small span:nth-child(2), .t-menuburger_fourth.t-menuburger__small span:nth-child(3) { top: 3px; } .t-menuburger_fourth.t-menuburger__small span:nth-child(4) { top: 6px; } .t-menuburger_fourth.t-menuburger__small span:nth-child(2), .t-menuburger_fourth.t-menuburger__small span:nth-child(3) { top: 3px; } .t-menuburger_fourth.t-menuburger__small span:nth-child(4) { top: 6px; } .t-menuburger_fourth.t-menuburger__big span:nth-child(2), .t-menuburger_fourth.t-menuburger__big span:nth-child(3) { top: 6px; } .t-menuburger_fourth.t-menuburger__big span:nth-child(4) { top: 12px; } @media (hover), (min-width:0) { .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(1) { transform: translateY(1px); } .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(4) { transform: translateY(-1px); } .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(1) { transform: translateY(3px); } .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(4) { transform: translateY(-3px); } } .t-menuburger_fourth.t-menuburger-opened span:nth-child(1), .t-menuburger_fourth.t-menuburger-opened span:nth-child(4) { top: 4px; } .t-menuburger_fourth.t-menuburger-opened span:nth-child(2), .t-menuburger_fourth.t-menuburger-opened span:nth-child(3) { opacity: 1; } /*---menu burger animations---*/ @keyframes t-menuburger-anim { 0% { width: 80%; left: 20%; right: 0; } 50% { width: 100%; left: 0; right: 0; } 100% { width: 80%; left: 0; right: 20%; } } @keyframes t-menuburger-anim2 { 0% { width: 80%; left: 0; } 50% { width: 100%; right: 0; left: 0; } 100% { width: 80%; left: 20%; right: 0; } } .tmenu-mobile { background-color: #111; display: none; width: 100%; top: 0; z-index: 990; } .tmenu-mobile_positionfixed { position: fixed; } .tmenu-mobile__text { color: #fff; } .tmenu-mobile__container { min-height: 64px; padding: 20px; position: relative; box-sizing: border-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } .tmenu-mobile__list { display: block; } .tmenu-mobile__burgerlogo { display: inline-block; font-size: 24px; font-weight: 400; white-space: nowrap; vertical-align: middle; } .tmenu-mobile__imglogo { height: auto; display: block; max-width: 300px!important; box-sizing: border-box; padding: 0; margin: 0 auto; } @media screen and (max-width: 980px) { .tmenu-mobile__menucontent_hidden { display: none; height: 100%; } .tmenu-mobile { display: block; } } @media screen and (max-width: 980px) { #rec366770226 .t-menuburger { -webkit-order: 1; -ms-flex-order: 1; order: 1; } }МістоЛюдиМісця та речіПлани @media screen and (max-width: 980px) { #rec366770226 .t228 { position: static; } }window.addEventListener('load', function () { t_onFuncLoad('t228_setWidth', function () { t228_setWidth('366770226'); }); }); window.addEventListener('resize', t_throttle(function () { t_onFuncLoad('t228_setWidth', function () { t228_setWidth('366770226'); }); t_onFuncLoad('t_menu__setBGcolor', function () { t_menu__setBGcolor('366770226', '.t228'); }); })); t_onReady(function () { t_onFuncLoad('t_menu__highlightActiveLinks', function () { t_menu__highlightActiveLinks('.t228__list_item a'); }); t_onFuncLoad('t228__init', function () { t228__init('366770226'); }); t_onFuncLoad('t_menu__setBGcolor', function () { t_menu__setBGcolor('366770226', '.t228'); }); t_onFuncLoad('t228_setWidth', function () { t228_setWidth('366770226'); }); t_onFuncLoad('t_menu__createMobileMenu', function () { t_menu__createMobileMenu('366770226', '.t228'); }); });#rec366770226 .t-menu__link-item{ outline: none; } #rec366770226 .t-menu__link-item:focus-visible{ outline: 5px auto rgba(0, 150, 255, 1); -webkit-outline: 5px auto rgba(0, 150, 255, 1); -moz-outline: 5px auto rgba(0, 150, 255, 1); -ms-outline: 5px auto rgba(0, 150, 255, 1); -o-outline: 5px auto rgba(0, 150, 255, 1); } @supports (overflow:-webkit-marquee) and (justify-content:inherit) { #rec366770226 .t-menu__link-item, #rec366770226 .t-menu__link-item.t-active { opacity: 1 !important; } } t_onReady(function () { var rec = document.getElementById('rec266069504'); if (rec) { var wrapperBlock = rec.querySelector('.t381'); if (wrapperBlock) { wrapperBlock.classList.remove('t381__beforeready'); } t_onFuncLoad('t381_appearMenu', function () { t381_appearMenu('266069504'); window.addEventListener( 'scroll', t_throttle(function () { t381_appearMenu('266069504'); }, 200) ); }); } }); Місце зустрічі: Гід новорічними вечірками Києва Де танцювати, пити ігристе та дивитись еротичний перформанс До Нового року залишилось декілька днів, і, якщо ви ще не визначилися, де відсвяткувати, ми знайшли вісім різноманітних варіантів. Провести ніч на техно, чи піти на какао-церемонію – вирішувати вам, головне – пам'ятайте про заходи безпеки. Берлінське кабаре 30-х в BursaВ Bursa Hotel Kyiv відбудеться вечірка у стилі берлінського кабаре 30-х років. Блек тай, коктейльні сукні, білі сорочки, пір'я та оксамит – все, що створює елегантний та сексуальний образ буде доречним у цю ніч. Обіцяють локації з різними програмами: вечеря в SUPRA від Саші Стукальської під музику Boris Mogylevskiy Jazz quartet та еротичний танцювальний перформанс в галереї BURSA. Лайнап вечора: Polje (live), Hungry Boys (live), Pavel Plastikk b2b Serge Jazzmate (dj set), Yevhenii & Alica (dj set) Де: вул. Костянтинівська, 11 Коли: з 20:30 Ціна: від 1850 грн (квиток + вечеря 3 550 грн) Безалкогольний Новий рік в Skvo SpaceБезалкогольне святкування Нового року з вегетаріанською їжею та електронною музикою влаштовує команда Скворечника. Обіцяють локації з мехенді, чайними церемоніями, дитячою зоною. Музика: від DJ Frolov, DJ Aloka та Shanti People (Live Set).В програмі також: какао церемонія, практика Ecstatic Dance, медитація, прописування бажань на наступний рік та Sound Healing. На локації будуть дотримуватись заходів безпеки. Де: Event Hall Signal, вул. Жилянська, 97 Коли: з 20:00 Ціна: 1500-2000 грн Новий рік в CloserCloser анонсував дводенне святкування. Розпочнеться все 1 січня о 2:00 і триватиме до 22:00. З перервою на ніч. Друга частина розпочнеться 2 січня опівдні і закінчиться також о 22:00. Серед іноземних гостей: ізраїльтянка Maayan Nidam, в'єтнамець Binh, а також електронні продюсери з берлінської пропискою, які давно вважаються резидентами київського Closer.Лайнап 1 січня: MAAYAN NIDAM, SE62 + PAHATAM, TRIPPSY + SHAKOLINKARINE + TIMUR. У суботу, 2 січня виступатимуть: BINH, BAMBU + PONURA, LOBANOV live, а також NOIZAR + BORYS. Де: вул. Нижньоюрківська, 31 Коли: 1 січня з 2:00 до 22:00. Продовження 2 січня з 12:00 до 22:00 Ціна: 1 січня (600 грн), 2 січня (250/400 грн) Snow Party від БалконЛюбвиПриєднатися до новорічного хороводу пропонують і організатори вечірок БалконЛюбви. Snow Party обіцяє стати найгучнішою вечіркою року, адже організатори підготували яскраве LED-шоу. Зустріти 2021 рік обіцяють у атмосфері любові, добра та дружнього взаєморозуміння під лайв-сети: Ki Yera, Olyandra, Zadiraka, Hilko та Tam4ix. А візуальний супровід допоможе розмалювати святкову ніч у різноманітні барви.Де: PM HALL, Паркова дорога, 16а Коли: з 20:00 Ціна: 800 грн Eden New YearВ Eden 2021 рік зустрічатимуть зимовим лаунжем. Новорічна історія почнеться зі спеціальної вечері о 21:00. Один із фаворитів сербського Будда Бару діджей Тебра виступить наживо з канадською співачкою Еллі Болл за підтримки скрипальки Анджели. Далі обіцяють виступ Саші Брамера з Берліна (Watergate). Також гратимуть резиденти клубу – Tokyo і секретний гість, ім'я якого поки не анонсували. Де: Eden Beach, Гідропарк Коли: з 21:00 Ціна: столик на 4-6 осіб – 30 000 грн, вхід без столика – 1000 грнВечірка в клубі на КирилівськійКлуб на Кирилівській влаштовує вечірку в новорічну ніч, щоб підтримати музичні інституції, які через карантин опинилися у скруті. Частину грошей від квитків клуб ∄ перерахує на підтримку Otel' та 20ft Radio. Про те, як клуби, зокрема Closer та Otel', переживали цей рік, вони розповіли БЖ. На одному танцполі гратимуть Recid, Freddy K, Nene H, Blawan, Nastya Vogan, VTSS, Adiel та Rene Wise. На іншому – The Pilotwings, Sally C, Gael, Titia, Cromby, Sedef Adasi. Де: вул. Кирилівська, 41 Коли: з 01:00 (1 січня) Ціна: 350 грн Welcome to 2021 в ХвильовомуЗустріти 2021-й можна буде і в Хвильовому. Тут святкуватимуть обмеженою кількістю людей під музику промо-групи П О I Н Т. Будуть працювати два бари, кожен зі своїм вайбом. Обіцяють новорічне меню з олів'є боулом та ігристим. Вхід за списками. Де: Хвильовий, вул. Верхній Вал, 18 Коли: з 20:00 Ціна: 500 грн Новий рік в Keller BarВ Keller Bar не будуть згадувати важкі моменти цього року та підводити підсумки. Тільки музика і танці до ранку. Лайнап: Bru&Dolu, Danilenko, Detcom, Garik Pledov, Kichi Kazuko, Mode Luke, Sasha Trey, Sviattik. Кількість гостей – обмежена. Де: вул. Кирилівська, 71 Коли: з 01:00 (1 січня) Ціна: 300 грн t_onReady(function () { t_onFuncLoad('t509_setHeight', function () { window.addEventListener('resize', t_throttle(function () { t509_setHeight('266069507'); })); t509_setHeight('266069507'); var rec = document.querySelector('#rec266069507'); if (!rec) return; var wrapper = rec.querySelector('.t509'); if (wrapper) { wrapper.addEventListener('displayChanged', function () { t509_setHeight('266069507'); }); } }); });;s:6:images;a:23:{i:0;O:8:stdClass:2:{s:4:from;s:89:https://static.tildacdn.com/tild3735-3063-4633-a564-346435623364/89e8987e-ba94-447c-8.jpg;s:2:to;s:62:tild3735-3063-4633-a564-346435623364__89e8987e-ba94-447c-8.jpg;}i:1;O:8:stdClass:2:{s:4:from;s:79:https://static.tildacdn.com/tild3762-6333-4330-b039-336464636262/logo_white.png;s:2:to;s:52:tild3762-6333-4330-b039-336464636262__logo_white.png;}i:2;O:8:stdClass:2:{s:4:from;s:102:https://static.tildacdn.com/tild6264-6163-4830-a264-346663326231/-/resize/20x/132678366_1961955021.jpg;s:2:to;s:78:tild6264-6163-4830-a264-346663326231__-__resize__20x__132678366_1961955021.jpg;}i:3;O:8:stdClass:2:{s:4:from;s:89:https://static.tildacdn.com/tild6264-6163-4830-a264-346663326231/132678366_1961955021.jpg;s:2:to;s:62:tild6264-6163-4830-a264-346663326231__132678366_1961955021.jpg;}i:4;O:8:stdClass:2:{s:4:from;s:103:https://static.tildacdn.com/tild3065-3264-4432-b935-363863333166/-/resizeb/20x/89e8987e-ba94-447c-8.jpg;s:2:to;s:79:tild3065-3264-4432-b935-363863333166__-__resizeb__20x__89e8987e-ba94-447c-8.jpg;}i:5;O:8:stdClass:2:{s:4:from;s:89:https://static.tildacdn.com/tild3065-3264-4432-b935-363863333166/89e8987e-ba94-447c-8.jpg;s:2:to;s:62:tild3065-3264-4432-b935-363863333166__89e8987e-ba94-447c-8.jpg;}i:6;O:8:stdClass:2:{s:4:from;s:103:https://static.tildacdn.com/tild6462-3166-4263-b562-303264353736/-/resizeb/20x/123137572_2751056908.jpg;s:2:to;s:79:tild6462-3166-4263-b562-303264353736__-__resizeb__20x__123137572_2751056908.jpg;}i:7;O:8:stdClass:2:{s:4:from;s:89:https://static.tildacdn.com/tild6462-3166-4263-b562-303264353736/123137572_2751056908.jpg;s:2:to;s:62:tild6462-3166-4263-b562-303264353736__123137572_2751056908.jpg;}i:8;O:8:stdClass:2:{s:4:from;s:103:https://static.tildacdn.com/tild3439-6535-4462-a664-626532323933/-/resizeb/20x/05212017_163856_MG_3.jpg;s:2:to;s:79:tild3439-6535-4462-a664-626532323933__-__resizeb__20x__05212017_163856_mg_3.jpg;}i:9;O:8:stdClass:2:{s:4:from;s:89:https://static.tildacdn.com/tild3439-6535-4462-a664-626532323933/05212017_163856_MG_3.jpg;s:2:to;s:62:tild3439-6535-4462-a664-626532323933__05212017_163856_mg_3.jpg;}i:10;O:8:stdClass:2:{s:4:from;s:103:https://static.tildacdn.com/tild6339-6666-4633-b932-373263366133/-/resizeb/20x/131459149_2840761259.jpg;s:2:to;s:79:tild6339-6666-4633-b932-373263366133__-__resizeb__20x__131459149_2840761259.jpg;}i:11;O:8:stdClass:2:{s:4:from;s:89:https://static.tildacdn.com/tild6339-6666-4633-b932-373263366133/131459149_2840761259.jpg;s:2:to;s:62:tild6339-6666-4633-b932-373263366133__131459149_2840761259.jpg;}i:12;O:8:stdClass:2:{s:4:from;s:103:https://static.tildacdn.com/tild3462-6232-4730-a639-336261613635/-/resizeb/20x/132557358_1938907790.jpg;s:2:to;s:79:tild3462-6232-4730-a639-336261613635__-__resizeb__20x__132557358_1938907790.jpg;}i:13;O:8:stdClass:2:{s:4:from;s:89:https://static.tildacdn.com/tild3462-6232-4730-a639-336261613635/132557358_1938907790.jpg;s:2:to;s:62:tild3462-6232-4730-a639-336261613635__132557358_1938907790.jpg;}i:14;O:8:stdClass:2:{s:4:from;s:100:https://static.tildacdn.com/tild3231-6339-4435-a234-343237393639/-/resizeb/20x/kyrylovskaya-16-9.jpg;s:2:to;s:76:tild3231-6339-4435-a234-343237393639__-__resizeb__20x__kyrylovskaya-16-9.jpg;}i:15;O:8:stdClass:2:{s:4:from;s:86:https://static.tildacdn.com/tild3231-6339-4435-a234-343237393639/kyrylovskaya-16-9.jpg;s:2:to;s:59:tild3231-6339-4435-a234-343237393639__kyrylovskaya-16-9.jpg;}i:16;O:8:stdClass:2:{s:4:from;s:103:https://static.tildacdn.com/tild3937-3262-4565-b130-313365326330/-/resizeb/20x/131086450_3438109866.jpg;s:2:to;s:79:tild3937-3262-4565-b130-313365326330__-__resizeb__20x__131086450_3438109866.jpg;}i:17;O:8:stdClass:2:{s:4:from;s:89:https://static.tildacdn.com/tild3937-3262-4565-b130-313365326330/131086450_3438109866.jpg;s:2:to;s:62:tild3937-3262-4565-b130-313365326330__131086450_3438109866.jpg;}i:18;O:8:stdClass:2:{s:4:from;s:103:https://static.tildacdn.com/tild3365-3633-4931-b339-643932306137/-/resizeb/20x/110175816_3113358708.jpg;s:2:to;s:79:tild3365-3633-4931-b339-643932306137__-__resizeb__20x__110175816_3113358708.jpg;}i:19;O:8:stdClass:2:{s:4:from;s:89:https://static.tildacdn.com/tild3365-3633-4931-b339-643932306137/110175816_3113358708.jpg;s:2:to;s:62:tild3365-3633-4931-b339-643932306137__110175816_3113358708.jpg;}i:20;O:8:stdClass:2:{s:4:from;s:48:https://static.tildacdn.com/img/tildafavicon.ico;s:2:to;s:16:tildafavicon.ico;}i:21;O:8:stdClass:2:{s:4:from;s:45:https://static.tildacdn.com/img/tildacopy.png;s:2:to;s:13:tildacopy.png;}i:22;O:8:stdClass:2:{s:4:from;s:51:https://static.tildacdn.com/img/tildacopy_black.png;s:2:to;s:19:tildacopy_black.png;}}s:2:js;a:10:{i:0;s:77:https://bzh.life/wp-content/uploads/tilda/184040/js/tilda-polyfill-1.0.min.js;i:1;s:76:https://bzh.life/wp-content/uploads/tilda/184040/js/tilda-scripts-3.0.min.js;i:2;s:71:https://bzh.life/wp-content/uploads/tilda/184040/js/lazyload-1.3.min.js;i:3;s:73:https://bzh.life/wp-content/uploads/tilda/184040/js/tilda-menu-1.0.min.js;i:4;s:74:https://bzh.life/wp-content/uploads/tilda/184040/js/tilda-cover-1.0.min.js;i:5;s:77:https://bzh.life/wp-content/uploads/tilda/184040/js/tilda-skiplink-1.0.min.js;i:6;s:75:https://bzh.life/wp-content/uploads/tilda/184040/js/tilda-events-1.0.min.js;i:7;s:63:https://bzh.life/wp-content/uploads/tilda/184040/js/ya-share.js;i:8;s:73:https://bzh.life/wp-content/uploads/tilda/184040/js/tilda-stat-1.0.min.js;i:9;s:84:https://bzh.life/wp-content/uploads/tilda/184040/js/tilda-blocks-page16306540.min.js;}s:3:css;a:3:{i:0;s:75:https://bzh.life/wp-content/uploads/tilda/184040/css/tilda-grid-3.0.min.css;i:1;s:76:https://bzh.life/wp-content/uploads/tilda/184040/css/tilda-cover-1.0.min.css;i:2;s:86:https://bzh.life/wp-content/uploads/tilda/184040/css/tilda-blocks-page16306540.min.css;}s:9:sync_time;s:19:2023-03-07 22:43:00;}}