off

TEaM

Olga Novikova, Andrey Shpak, Ivanna Mardakina

Location

Ukraine,Kyiv

Total area

1178sq.m.

year

2021

Status

В стадии разработки

3D Visualization

The demand for coworking in Ukraine is gaining momentum again. The reason for everything was the hybrid format of work not only for freelancers, but also for large companies. For a comfortable stay of specialists in various fields of activity, this office center offers areas of various categories, as well as premises for long-term lease. In the building there are cafe zones, as well as a restaurant that can be accessed from the outside by everyone.
This project is a renovation, which entailed a lot of forced decisions due to the design features of the existing building. The Kyiv architectural studio BAUST worked on the new look of the facades. Copper and finishing materials imitating it have become the accent material in interior and exterior design.
No items found.

Previous post

Next post

Запишитесь на консультацию к нашим экспертам по дизайну интерьера и архитектуры

Преобразуйте свое пространство сегодня

ОТПРАВИТЬ ЗАПРОС
Подпишитесь, чтобы получать все новости без спама

Получите доступ ко всем новостям и специальным предложениям
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
© 2024 Martins. All rights reserved.
Design & Developing: SKYLINK.WEBSITES
Privacy  Policy
// "упаковуємо дані" $data_string = json_encode($data); // Ваш унікальний API ключ KeyCRM $token = 'MzAyNWViODVhMTAzZWFlOGE5ZmIwOGY3NTZjMjVlYTdhZGFlZjAyNg'; // відправляємо на сервер $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://openapi.keycrm.app/v1/pipelines/cards"); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS,$data_string); curl_setopt($ch, CURLOPT_RETURNTRANSFER,1); curl_setopt($ch, CURLOPT_HTTPHEADER, array( "Content-type: application/json", "Accept: application/json", "Cache-Control: no-cache", "Pragma: no-cache", 'Authorization: Bearer ' . $token) ); $result = curl_exec($ch); curl_close($ch);