.imip-contacts { –blue: #149fe3; –blue-dark: #213b91; –orange: #f39221; –light: #c9f1ff; –text: #202a36; –muted: #657386; font-family: inherit; color: var(–text); }.imip-contacts * { box-sizing: border-box; }.imip-contacts a { color: inherit; }.imip-contacts-hero { margin: 0 0 54px; padding: 62px 28px; text-align: center; background: radial-gradient(circle at 12% 24%, rgba(255,255,255,.85) 0 2px, transparent 3px), radial-gradient(circle at 86% 18%, rgba(255,255,255,.75) 0 2px, transparent 3px), linear-gradient(135deg, #c9f1ff 0%, #eefaff 100%); border-radius: 0 0 34px 34px; overflow: hidden; }.imip-contacts-kicker { margin: 0 0 14px; color: var(–orange); font-size: 16px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }.imip-contacts-hero h2 { margin: 0 0 14px; color: var(–blue); font-size: clamp(34px, 5vw, 58px); line-height: 1.05; font-weight: 800; }.imip-contacts-hero p { max-width: 760px; margin: 0 auto; color: #36485b; font-size: 18px; line-height: 1.6; }.imip-section { margin: 58px 0; }.imip-section.is-blue { margin-left: calc(50% – 50vw); margin-right: calc(50% – 50vw); padding: 58px max(22px, calc(50vw – 590px)); background: radial-gradient(circle at 4% 18%, rgba(255,255,255,.8) 0 2px, transparent 3px), radial-gradient(circle at 92% 36%, rgba(255,255,255,.8) 0 2px, transparent 3px), linear-gradient(180deg, #c9f1ff 0%, #eafaff 100%); }.imip-section-head { max-width: 760px; margin: 0 auto 30px; text-align: center; }.imip-section-head h2 { margin: 0 0 10px; color: var(–blue); font-size: clamp(30px, 4vw, 46px); line-height: 1.1; font-weight: 800; }.imip-section-head .orange { color: var(–orange); }.imip-section-head p { margin: 0; color: var(–muted); font-size: 16px; line-height: 1.55; }.imip-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }.imip-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 100%; padding: 26px; border-radius: 26px; background: #fff; border: 1px solid rgba(20,159,227,.18); box-shadow: 0 14px 30px rgba(33,61,82,.08); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }.imip-card:hover { transform: translateY(-4px); border-color: rgba(243,146,33,.55); box-shadow: 0 18px 38px rgba(15,49,77,.12); }.imip-card::before { content: “”; position: absolute; right: -44px; top: -44px; width: 112px; height: 112px; border-radius: 50%; background: rgba(201,241,255,.8); }.imip-card::after { content: “”; position: absolute; right: 22px; top: 22px; width: 10px; height: 10px; border-radius: 50%; background: var(–orange); box-shadow: 18px 0 0 rgba(20,159,227,.75); }.imip-card.is-main { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 34px; padding: 38px; border-radius: 32px; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 55%, rgba(201,241,255,.72) 100%), #fff; }.imip-card-head { position: relative; z-index: 1; display: grid; grid-template-columns: 66px 1fr; gap: 15px; align-items: center; margin-bottom: 16px; }.imip-mark { display: grid; place-items: center; width: 66px; height: 66px; border-radius: 20px; background: #c9f1ff; color: var(–blue); font-size: 19px; font-weight: 900; }.imip-card:nth-child(2n) .imip-mark { background: rgba(243,146,33,.16); color: var(–orange); }.imip-tag { display: inline-block; margin-bottom: 7px; color: var(–blue); font-size: 11px; line-height: 1.1; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }.imip-card h3 { position: relative; z-index: 1; margin: 0; color: var(–blue-dark); font-size: 21px; line-height: 1.2; font-weight: 800; }.imip-card p { position: relative; z-index: 1; margin: 0 0 16px; color: #405164; font-size: 15.5px; line-height: 1.6; }.imip-meta { position: relative; z-index: 1; display: grid; gap: 10px; margin-top: 18px; padding: 15px; border-radius: 18px; background: #f0fbff; border: 1px solid rgba(20,159,227,.14); }.imip-meta-row { display: grid; grid-template-columns: 28px 1fr; gap: 10px; color: #39495b; font-size: 14.5px; line-height: 1.45; }.imip-icon { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #fff; color: var(–orange); font-size: 13px; font-weight: 900; }.imip-meta a { color: var(–blue-dark) !important; font-weight: 700; text-decoration: none !important; border-bottom: 1px solid rgba(20,159,227,.35); }.imip-actions { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }.imip-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 9px 12px; border-radius: 6px; border: 2px solid var(–blue); background: #fff; color: var(–blue) !important; font-size: 11px; font-weight: 800; line-height: 1; text-transform: uppercase; letter-spacing: .025em; text-decoration: none !important; }.imip-btn:hover { background: var(–blue); color: #fff !important; }.imip-btn.is-orange { background: var(–orange); border-color: var(–orange); color: #fff !important; }.imip-btn.is-orange:hover { background: var(–blue-dark); border-color: var(–blue-dark); }.imip-feedback { display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: center; margin: 60px 0 0; padding: 34px; border-radius: 30px; background: radial-gradient(circle at 96% 12%, rgba(243,146,33,.25) 0 70px, transparent 72px), linear-gradient(135deg, #c9f1ff 0%, #fff 100%); border: 1px solid rgba(20,159,227,.16); }.imip-feedback h3 { margin: 0 0 8px; color: var(–orange); font-size: clamp(28px, 4vw, 42px); line-height: 1.1; font-weight: 800; }.imip-feedback p { margin: 0; color: #415164; font-size: 16px; line-height: 1.55; }.imip-feedback a { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 12px 18px; border-radius: 6px; background: var(–orange); color: #fff !important; font-size: 12px; font-weight: 800; text-transform: uppercase; text-decoration: none !important; white-space: nowrap; }.imip-feedback a:hover { background: var(–blue); }@media (max-width: 1020px) { .imip-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.imip-card.is-main { grid-template-columns: 1fr; } }@media (max-width: 680px) { .imip-contacts-hero { padding: 38px 20px; border-radius: 0 0 24px 24px; }.imip-grid { grid-template-columns: 1fr; }.imip-card, .imip-card.is-main { padding: 22px; border-radius: 22px; }.imip-card-head { grid-template-columns: 56px 1fr; }.imip-mark { width: 56px; height: 56px; border-radius: 17px; font-size: 17px; }.imip-feedback { display: block; }.imip-feedback a { width: 100%; margin-top: 18px; } }
Contacts

Our contacts and partners

Contact information for the Institute for Peace and Understanding, partner organizations, and civic initiatives we work with on safe communities.

Our contacts

Key organizational contact and basic information for inquiries.

IM
Primary contact

Institute for Peace and Understanding (IMiP)

The Institute’s work involves finding what connects different people or groups in complex conflict situations, rebuilding and healing damaged relationships, and overcoming communication barriers.

The team's mission is to build dialogue to support the development of groups, organizations, and communities and to achieve positive, sustainable change.

14/12 Mykhailo Omelianovych‑Pavlenko Street, Kyiv, 01133
+38 (044) 537 10 07, +38 (044) 565 72 69

Partners

Partner organizations and institutions associated with the project.

Z
Partner

ZMINA Human Rights Center

The organization works to protect freedom of expression and freedom of movement, to combat discrimination, to prevent torture and ill-treatment, and to support human rights defenders.

33-B Yaroslaviv Val St, 3rd floor, Kyiv, 01054
+38 (044) 272 42 52, +38 (067) 502 08 01
EP
Partner

Expert Centre for Human Rights

A national analytical center conducting research on pressing issues of human rights protection in the field of criminal justice.

Private Enterprise
Partner

Patrol Police Department

An interregional territorial body of the National Police of Ukraine that ensures public safety and order and provides assistance to those who need it.

3 Fedir Ernst Street, Kyiv, 03048
+38 (044) 287 82 82
NP
Partner

National Police of Ukraine

A central executive authority that serves society by safeguarding human rights and freedoms, combating crime, and maintaining public safety.

10 Akademika Bohomolets Street, Kyiv, 01601
+380 (44) 254 93 33
MP
Partner

Public Union "Legal Development Network"

An association of civil society organizations that develop territorial communities by providing free legal aid.

17 Borysa Hmyri St., office 4, Kyiv, 02141
+38 (044) 227 97 73

Civil Society Organizations

A network of civil society organizations in local communities.

AS
Civil society organization

Agency for Sustainable Development ASTAR

A platform where civil society organizations, companies, foundations, and thought leaders have united to implement concrete steps for the sustainable development of Khmelnytskyi Oblast.

38 Heroiv Maidanu St., Khmelnytskyi, 29000
+38 (068) 007 00 88
GS
Public organization

Gender Stream

The organization works in the areas of equality of rights and opportunities, gender education, protection of human dignity, and promoting an inclusive country.

CHG
Public organization

Chernihiv Public Committee for the Protection of Human Rights

A non-political, independent public organization that works to protect citizens' civil, political, social, and economic rights and freedoms.

57/1 Honcha Street, Chernihiv, 14000
+38 (046) 267 52 81
SN
Non-governmental organization (NGO)

Charitable Organization "Light of Hope"

The organization provides social services and works to ensure the sustainable functioning of public health systems in line with best international practices.

28-A S. Petliura Street, Poltava
+38 (053) 260 60 81, +38 (094) 869 42 40
KS
Non-governmental organization (NGO)

Chance Club

A non-governmental organization that has worked in Sumy Oblast since 2006 in the areas of public health, social protection, and protection of vulnerable groups' rights.

1/1 Instytutskyi Lane, Sumy, 40022
+38 (054) 277 50 07
KU
Non-governmental organization

All-Ukrainian Charitable Organization "Convictus Ukraine"

The organization creates public health services and supports vulnerable populations, particularly through programs addressing HIV, tuberculosis, and assistance to survivors of violence.

20 Mykola Zakrevskyi Street, Kyiv
+38 (044) 592 58 47

Need to contact us?

Contact us directly or leave a message via the feedback form.

Send a message