a:8:{s:6:status;s:2:on;s:7:page_id;s:8:14453361;s:10:project_id;s:5:24881;s:14:export_imgpath;s:0:;s:14:export_csspath;s:0:;s:13:export_jspath;s:0:;s:7:post_id;i:119182;s:12:current_page;O:8:stdClass:23:{s:2:id;s:8:14453361;s:9:projectid;s:5:24881;s:5:title;s:112:Не только Bolt и Kiwi: 6 сервисов аренды электротранспорта в Киеве;s:5:descr;s:0:;s:3:img;s:89:https://static.tildacdn.com/tild6366-6466-4535-a434-663466383637/119110933_1664461117.jpg;s:10:featureimg;s:0:;s:5:alias;s:0:;s:4:date;s:19:2020-10-12 12:54:23;s:4:sort;s:4:1970;s:9:published;s:10:1678216370;s:8:filename;s:17:page14453361.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:13:bzh.life.test;s:10:page_alias;s:0:;s:14:project_domain;s:0:;s:4:html;s:40641: t_onReady(function () { t_onFuncLoad('t602_init', function () { t602_init('238284315'); }); }); 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('366650429');}); });.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) { #rec366650429 .t-menuburger { -webkit-order: 1; -ms-flex-order: 1; order: 1; } }МістоЛюдиМісця та речіПлани @media screen and (max-width: 980px) { #rec366650429 .t228 { position: static; } }window.addEventListener('load', function () { t_onFuncLoad('t228_setWidth', function () { t228_setWidth('366650429'); }); }); window.addEventListener('resize', t_throttle(function () { t_onFuncLoad('t228_setWidth', function () { t228_setWidth('366650429'); }); t_onFuncLoad('t_menu__setBGcolor', function () { t_menu__setBGcolor('366650429', '.t228'); }); })); t_onReady(function () { t_onFuncLoad('t_menu__highlightActiveLinks', function () { t_menu__highlightActiveLinks('.t228__list_item a'); }); t_onFuncLoad('t228__init', function () { t228__init('366650429'); }); t_onFuncLoad('t_menu__setBGcolor', function () { t_menu__setBGcolor('366650429', '.t228'); }); t_onFuncLoad('t228_setWidth', function () { t228_setWidth('366650429'); }); t_onFuncLoad('t_menu__createMobileMenu', function () { t_menu__createMobileMenu('366650429', '.t228'); }); });#rec366650429 .t-menu__link-item{ outline: none; } #rec366650429 .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) { #rec366650429 .t-menu__link-item, #rec366650429 .t-menu__link-item.t-active { opacity: 1 !important; } } t_onReady(function () { var rec = document.getElementById('rec238284317'); if (rec) { var wrapperBlock = rec.querySelector('.t381'); if (wrapperBlock) { wrapperBlock.classList.remove('t381__beforeready'); } t_onFuncLoad('t381_appearMenu', function () { t381_appearMenu('238284317'); window.addEventListener( 'scroll', t_throttle(function () { t381_appearMenu('238284317'); }, 200) ); }); } }); 6 сервисов аренды электротранспорта в КиевеЭлектротранспорт – это возможность объехать все пробки в Киеве, а также способ добраться из точки А в точку Б, когда весь общественный транспорт работает с ограничениями. Мы собрали 6 сервисов аренды электросамокатов, гироскутеров и моноколес, которые можно найти в разных частях города. KIWI Сервис аренды электросамокатов, который начал работу в Киеве в сентябре 2020 года. Для того чтобы начать пользоваться сервисом, нужно загрузить приложение на смартфон через App Store или Google Play, пройти регистрацию и найти ближайший самокат на карте. Чтобы начать поездку, нужно отсканировать QR-код. После окончания поездки необходимо сфотографировать припаркованный самокат и отметить это в приложении. Определенных мест размещения самокатов нет, их можно оставлять в любом удобном месте, главное, чтобы они не мешали автомобилям и людям. Где: точки с самокатами в приложении Цена: тариф за разблокировку самоката — 10 грн, минута пользования в будний день — 3 грн. Сначала нужно приобрести тарифный пакет, минимальная сумма пополнения которого – 200 грнBoltПрокат электросамокатов от службы такси Bolt. Чтобы взять электросамокат, нужно обновить приложение Bolt до последней версии, найти самокат на карте, отсканировать QR-код и оплатить услугу безналичным способом. Все самокаты оснащены GPS-навигаторами для получения данных о местах их разблокирования и парковки. Где: точки с самокатами в приложении Цена: разблокировать самокат — 9 грн, минута использования — 1,9 грн (пн-чт), 2,5 грн (птн-вс) Сутки — 490 грн Цитрус Прокат электротранспорта на Оболони от магазина электроники Цитрус. В наличии есть электровелосипеды, электросамокаты, гироборды, гироскутеры, электроскутеры, моноколеса и дрифт-карты. Чтобы взять напрокат электротранспорт, нужно иметь с собой паспорт, загранпаспорт или права. Также потребуется внести залог (500-2000 грн). Минимальное время проката — 15 минут. Электровелосипеды и электросамокаты можно арендовать на целый день. Где: Оболонский проспект, 21Б, Dream town 2 (пн-вс — 10:00-21:00) Цена: электросамокат: 1 час — 300-350 грн, сутки — 600-750 грн, электровелосипед — 200-300 грн/час, моноколесо — 200-300 грн/час, гироборд — 200 грн/час, гироскутер — 300 грн/час, электроскутер — 600 грн/часKyivMotionМожно взять напрокат электросамокаты Xiaomi (максимальный вес — до 90 кг), гироборды Smart (18-120 кг) и гироскутеры Ninebot (15-100 кг). Запаса батареи электросамоката хватит до 30 км. Залоговая стоимость для электротранспорта составит 3000 грн. Также можно оставить на хранение свой ID паспорт/загранпаспорт/водительские права (нового образца) + 1000 грн или два документа на одно имя + 1000 грн. Где: ул. Генерала Жмаченко, 7, парк Победы (пн-вс — 11:00-21:00) Цена: Электросамокат и гироскутер: 10 мин. — 70 грн, 30 мин. — 150 грн, 1 час — 250 грн, 2 часа — 400 грн, сутки — 500 грн Гироборд: 10 мин. — 50 грн, 30 мин. — 100 грн, 1 час — 150 грн, 2 часа — 200 грн, сутки — 300 грн Veliki.uaВсеукраинский сервис активного отдыха, который предлагает прокат электровелосипедов и электросамокатов. Чтобы воспользоваться услугой, в качестве залога нужно будет оставить 8000 грн. Вместо этого, также можно оставить паспорт или водительские права нового образца + 500 грн, ID паспорт или загранпаспорт + 250 грн, два документа на одно имя + 250 грн.Где: точки проката Цена: электровелосипеды и электросамокаты: 1 час — 300 грнSkrollГрузинский сервис проката электросамокатов Scroll, который работает в партнерстве с американской компанией Bird. Зона покрытия работы сервиса — центральные районы города. Где: Шевченковский, Печерский и Подольский районы Цена: посадка – 10 грн, минута – 4 грнt_onReady(function () { t_onFuncLoad('t509_setHeight', function () { window.addEventListener('resize', t_throttle(function () { t509_setHeight('238284321'); })); t509_setHeight('238284321'); var rec = document.querySelector('#rec238284321'); if (!rec) return; var wrapper = rec.querySelector('.t509'); if (wrapper) { wrapper.addEventListener('displayChanged', function () { t509_setHeight('238284321'); }); } }); }); Текст: Анна Бандылко. Фото: KIWI, Bolt, Цитрус, KyivMotion, Veliki.ua, Martin Katler, Ivan Teece, scroll.eco ;s:6:images;a:19:{i:0;O:8:stdClass:2:{s:4:from;s:89:https://static.tildacdn.com/tild6366-6466-4535-a434-663466383637/119110933_1664461117.jpg;s:2:to;s:62:tild6366-6466-4535-a434-663466383637__119110933_1664461117.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/tild3432-3365-4234-b261-386237303030/-/resize/20x/electric_scooter_mai.jpg;s:2:to;s:78:tild3432-3365-4234-b261-386237303030__-__resize__20x__electric_scooter_mai.jpg;}i:3;O:8:stdClass:2:{s:4:from;s:89:https://static.tildacdn.com/tild3432-3365-4234-b261-386237303030/electric_scooter_mai.jpg;s:2:to;s:62:tild3432-3365-4234-b261-386237303030__electric_scooter_mai.jpg;}i:4;O:8:stdClass:2:{s:4:from;s:87:https://static.tildacdn.com/tild6239-3062-4437-b263-346466386536/-/resizeb/20x/kiwi.jpg;s:2:to;s:63:tild6239-3062-4437-b263-346466386536__-__resizeb__20x__kiwi.jpg;}i:5;O:8:stdClass:2:{s:4:from;s:73:https://static.tildacdn.com/tild6239-3062-4437-b263-346466386536/kiwi.jpg;s:2:to;s:46:tild6239-3062-4437-b263-346466386536__kiwi.jpg;}i:6;O:8:stdClass:2:{s:4:from;s:96:https://static.tildacdn.com/tild3935-3233-4336-b664-373963313233/-/resizeb/20x/bolt-scooters.jpg;s:2:to;s:72:tild3935-3233-4336-b664-373963313233__-__resizeb__20x__bolt-scooters.jpg;}i:7;O:8:stdClass:2:{s:4:from;s:82:https://static.tildacdn.com/tild3935-3233-4336-b664-373963313233/bolt-scooters.jpg;s:2:to;s:55:tild3935-3233-4336-b664-373963313233__bolt-scooters.jpg;}i:8;O:8:stdClass:2:{s:4:from;s:95:https://static.tildacdn.com/tild3333-3336-4432-b735-313131653338/-/resizeb/20x/Screenshot_4.png;s:2:to;s:71:tild3333-3336-4432-b735-313131653338__-__resizeb__20x__screenshot_4.png;}i:9;O:8:stdClass:2:{s:4:from;s:81:https://static.tildacdn.com/tild3333-3336-4432-b735-313131653338/Screenshot_4.png;s:2:to;s:54:tild3333-3336-4432-b735-313131653338__screenshot_4.png;}i:10;O:8:stdClass:2:{s:4:from;s:103:https://static.tildacdn.com/tild3236-3564-4131-b062-666538366537/-/resizeb/20x/69649750_37524181983.jpg;s:2:to;s:79:tild3236-3564-4131-b062-666538366537__-__resizeb__20x__69649750_37524181983.jpg;}i:11;O:8:stdClass:2:{s:4:from;s:89:https://static.tildacdn.com/tild3236-3564-4131-b062-666538366537/69649750_37524181983.jpg;s:2:to;s:62:tild3236-3564-4131-b062-666538366537__69649750_37524181983.jpg;}i:12;O:8:stdClass:2:{s:4:from;s:95:https://static.tildacdn.com/tild3934-3239-4133-b063-643032306636/-/resizeb/20x/Screenshot_5.png;s:2:to;s:71:tild3934-3239-4133-b063-643032306636__-__resizeb__20x__screenshot_5.png;}i:13;O:8:stdClass:2:{s:4:from;s:81:https://static.tildacdn.com/tild3934-3239-4133-b063-643032306636/Screenshot_5.png;s:2:to;s:54:tild3934-3239-4133-b063-643032306636__screenshot_5.png;}i:14;O:8:stdClass:2:{s:4:from;s:103:https://static.tildacdn.com/tild3730-3465-4666-b439-396238613739/-/resizeb/20x/96762692_27368090070.jpg;s:2:to;s:79:tild3730-3465-4666-b439-396238613739__-__resizeb__20x__96762692_27368090070.jpg;}i:15;O:8:stdClass:2:{s:4:from;s:89:https://static.tildacdn.com/tild3730-3465-4666-b439-396238613739/96762692_27368090070.jpg;s:2:to;s:62:tild3730-3465-4666-b439-396238613739__96762692_27368090070.jpg;}i:16;O:8:stdClass:2:{s:4:from;s:48:https://static.tildacdn.com/img/tildafavicon.ico;s:2:to;s:16:tildafavicon.ico;}i:17;O:8:stdClass:2:{s:4:from;s:45:https://static.tildacdn.com/img/tildacopy.png;s:2:to;s:13:tildacopy.png;}i:18;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:11:{i:0;s:69:https://bzh.life/wp-content/uploads/tilda/24881/js/tilda-fonts.min.js;i:1;s:76:https://bzh.life/wp-content/uploads/tilda/24881/js/tilda-polyfill-1.0.min.js;i:2;s:75:https://bzh.life/wp-content/uploads/tilda/24881/js/tilda-scripts-3.0.min.js;i:3;s:70:https://bzh.life/wp-content/uploads/tilda/24881/js/lazyload-1.3.min.js;i:4;s:72:https://bzh.life/wp-content/uploads/tilda/24881/js/tilda-menu-1.0.min.js;i:5;s:73:https://bzh.life/wp-content/uploads/tilda/24881/js/tilda-cover-1.0.min.js;i:6;s:76:https://bzh.life/wp-content/uploads/tilda/24881/js/tilda-skiplink-1.0.min.js;i:7;s:74:https://bzh.life/wp-content/uploads/tilda/24881/js/tilda-events-1.0.min.js;i:8;s:62:https://bzh.life/wp-content/uploads/tilda/24881/js/ya-share.js;i:9;s:72:https://bzh.life/wp-content/uploads/tilda/24881/js/tilda-stat-1.0.min.js;i:10;s:83:https://bzh.life/wp-content/uploads/tilda/24881/js/tilda-blocks-page14453361.min.js;}s:3:css;a:3:{i:0;s:74:https://bzh.life/wp-content/uploads/tilda/24881/css/tilda-grid-3.0.min.css;i:1;s:75:https://bzh.life/wp-content/uploads/tilda/24881/css/tilda-cover-1.0.min.css;i:2;s:85:https://bzh.life/wp-content/uploads/tilda/24881/css/tilda-blocks-page14453361.min.css;}s:9:sync_time;s:19:2023-03-07 22:14:11;}}