<!doctype html>
<html lang="uk">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Поролон кольоровий та губки під замовлення | PRODOM</title>
<meta name="description" content="Виробляємо якісний поролон для меблів, матраців, Memory Foam подушки та губки під замовлення. Доставка по Україні. ☎ +380635258522 />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Roboto:wght@700;900&display=swap" rel="stylesheet">
<meta name="theme-color" content="#FF6B35" />
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' fill='%23FF6B35'/><text x='50' y='58' font-size='58' text-anchor='middle' fill='white' font-family='Arial'>Р</text></svg>">
<!-- Open Graph -->
<meta property="og:title" content="PRODOM — професійний поролон та губки для бізнесу" />
<meta property="og:description" content="Виробляємо до 28 тонн якісного поролону щомісяця. Кольорові рішення, Memory Foam, губки під замовлення." />
<meta property="og:type" content="website" />
<meta property="og:locale" content="uk_UA" />
<style>
:root{
--brand:#FF6B35; /* помаранчевий */
--blue:#004E89; /* синій */
--blue-light:#1A659E; /* світло-синій */
--text:#333333;
--bg:#F8F9FA;
--radius:16px;
--shadow:0 10px 30px rgba(0,0,0,.08);
--maxw:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Open Sans",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji";color:var(--text);background:var(--bg)}
a{color:inherit}
img{max-width:100%;display:block}
.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 20px}
.grid{display:grid;gap:24px}
header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #e8ecef}
.topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.brand-logo{width:42px;height:42px;border-radius:12px;background:var(--brand);display:grid;place-items:center;color:#fff;font-weight:900;font-family:Roboto, sans-serif}
.brand-name{font-family:Roboto, sans-serif;font-weight:900;letter-spacing:.4px}
nav ul{list-style:none;margin:0;padding:0;display:flex;gap:20px}
nav a{display:inline-block;padding:10px 12px;border-radius:10px;text-decoration:none;font-weight:600}
nav a:hover{background:#f0f3f7}
.cta{background:var(--brand);color:#fff;border:none;padding:14px 22px;border-radius:12px;font-weight:800;font-family:Roboto, sans-serif;cursor:pointer;box-shadow:var(--shadow);transition:.2s transform,.2s box-shadow}
.cta:hover{transform:translateY(-1px)}
.cta.alt{background:var(--blue)}
/* HERO */
.hero{background:linear-gradient(180deg, #fff, #f5f7fb);padding:48px 0 24px}
.hero-wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center}
.eyebrow{color:var(--blue);font-weight:700;text-transform:uppercase;letter-spacing:.12em;font-size:12px}
h1{font-family:Roboto, sans-serif;font-weight:900;font-size:48px;line-height:1.1;margin:8px 0 12px}
.lead{font-size:18px;opacity:.9}
.hero-ctas{display:flex;gap:12px;align-items:center;margin-top:18px;flex-wrap:wrap}
.hero-phone{font-weight:700;white-space:nowrap}
.slider{position:relative;border-radius:20px;overflow:hidden;box-shadow:var(--shadow);aspect-ratio:16/10;background:#e8ecef}
.slide{position:absolute;inset:0;opacity:0;transition:opacity .6s}
.slide.active{opacity:1}
.slide img{width:100%;height:100%;object-fit:cover}
.dots{position:absolute;left:12px;bottom:12px;display:flex;gap:8px}
.dot{width:10px;height:10px;border-radius:50%;background:#ffffffcc;border:1px solid #0001}
.dot.active{background:var(--brand)}
/* Sections */
section{padding:64px 0}
h2{font-family:Roboto, sans-serif;font-weight:900;font-size:36px;margin:0 0 18px}
.sub{color:#5b6470;margin-top:-6px;margin-bottom:24px}
.card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:22px}
/* Products */
.products{grid-template-columns:repeat(4,1fr)}
.prod-icon{font-size:30px}
.prod-price{font-weight:800;color:var(--blue)}
.prod-actions{margin-top:12px}
/* Benefits */
.benefits{grid-template-columns:repeat(3,1fr)}
.benefit h3{font-size:24px;margin:8px 0}
/* Audience */
.audience{grid-template-columns:repeat(6,1fr)}
.aud-item{background:#fff;border-radius:14px;padding:16px;text-align:center;box-shadow:var(--shadow)}
/* Pricing table */
.table-wrap{overflow:auto}
table{width:100%;border-collapse:collapse;background:#fff;border-radius:16px;box-shadow:var(--shadow);overflow:hidden}
th,td{padding:14px 16px;text-align:left}
thead th{background:#f3f6fa;font-weight:800}
tbody tr+tr td{border-top:1px solid #eef2f6}
/* Form */
form{display:grid;gap:12px}
.row{display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}
input,select,textarea{padding:12px 14px;border:1px solid #dfe5eb;border-radius:12px;background:#fff;font:inherit}
textarea{min-height:120px}
.notice{font-size:13px;color:#6b7280}
.form-card{position:relative}
.form-success,.form-error{display:none;margin-top:10px}
.form-success{color:#176b3a;font-weight:700}
.form-error{color:#b42318;font-weight:700}
/* Contacts */
.contacts{display:grid;gap:22px;grid-template-columns:1fr .9fr;align-items:start}
.contact-list{display:grid;gap:10px}
.contact-list a{color:var(--blue)}
/* Footer */
footer{padding:34px 0;border-top:1px solid #e8ecef;font-size:14px;color:#667085}
/* Badges / counters */
.badges{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}
.badge{background:#fff;border:1px solid #e5eaef;color:#111827;padding:8px 10px;border-radius:999px;font-weight:700;font-size:13px;box-shadow:var(--shadow)}
/* Responsive */
@media (max-width: 1024px){
.hero-wrap{grid-template-columns:1fr}
.products{grid-template-columns:repeat(2,1fr)}
.benefits{grid-template-columns:1fr}
.audience{grid-template-columns:repeat(3,1fr)}
.contacts{grid-template-columns:1fr}
}
@media (max-width: 640px){
h1{font-size:36px}
h2{font-size:28px}
.row{grid-template-columns:1fr}
.audience{grid-template-columns:repeat(2,1fr)}
}
</style>
<!-- Schema.org JSON-LD -->
<script type="application/ld+json">
{
"@context":"https://schema.org",
"@type":"Organization",
"name":"PRODOM",
"url":"https://prodom.ua",
"email":"uaprodom@gmail.com",
"telephone":"+380635258522",
"sameAs":["https://facebook.com/","https://instagram.com/","https://linkedin.com/"],
"logo":"https://prodom.ua/files/images/logo_ua.png"
}
</script>
<script type="application/ld+json">
{
"@context":"https://schema.org",
"@type":"WebSite",
"name":"PRODOM",
"url":"https://example.com",
"potentialAction":{
"@type":"SearchAction",
"target":"https://example.com/?q={search_term_string}",
"query-input":"required name=search_term_string"
}
}
</script>
<!-- Analytics placeholders (replace with real IDs) -->
<script>
// Google Tag Manager / dataLayer placeholder
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);} // GA4-like API
</script>
</head>
<body>
<header>
<div class="container topbar">
<a class="brand" href="#top" aria-label="PRODOM">
<div class="brand-logo" aria-hidden="true">Р</div> <!-- Логотип-->
<div class="brand-name">PRODOM</div>
</a>
<nav aria-label="Головна навігація">
<ul>
<li><a href="https://prodom.ua/">ГОЛОВНА</a></li>
<li><a href="#products">Продукти</a></li>
<li><a href="#benefits">Переваги</a></li>
<li><a href="#audience">Для кого</a></li>
<li><a href="#pricing">Прайс</a></li>
<li><a href="#contact">Контакти</a></li>
</ul>
</nav>
<a class="cta" href="#price" onclick="downloadPrice()">Отримати прайс</a>
</div>
</header>
<main id="top">
<!-- HERO SECTION -->
<section class="hero" id="hero">
<div class="container hero-wrap">
<div>
<div class="eyebrow">B2B рішення для меблів, матраців, HoReCa</div>
<h1>ПРОФЕСІЙНИЙ ПОРОЛОН ТА ГУБКИ ДЛЯ ВАШОГО БІЗНЕСУ</h1>
<p class="lead">Виробляємо до <strong>28 тонн</strong> якісного поролону щомісяця. Кольорові рішення, <strong>Memory Foam</strong>, губки під замовлення.</p>
<div class="badges" role="list" aria-label="Соціальні докази">
<span class="badge">28 тонн/місяць</span>
<span class="badge">15+ років досвіду</span>
<span class="badge">200+ клієнтів</span>
<span class="badge">Знижка 10% перше замовлення</span>
</div>
<div class="hero-ctas">
<a class="cta" href="#pricing" onclick="gtag('event','cta_click',{label:'hero_get_price'})">ОТРИМАТИ ПРАЙС</a>
<a class="cta alt" href="#order" onclick="gtag('event','cta_click',{label:'hero_get_quote'})">Отримати пропозицію</a>
<a class="hero-phone" href="tel:+380671080484">+38 063 525 85 22</a>
</div>
</div>
<div>
<div class="slider" aria-label="Галерея продукції">
<figure class="slide active">
<img src="https://prodom.ua/1img/par.png" alt="Кольорові блоки поролону" loading="eager"/>
</figure>
<figure class="slide">
<img src="https://prodom.ua/1img/meb.png" alt="М'які меблі з якісним наповненням" loading="lazy"/>
</figure>
<figure class="slide">
<img src="https://prodom.ua/1img/kyx.png" alt="Кухонні та банні губки" loading="lazy"/>
</figure>
<div class="dots" aria-hidden="true"></div>
</div>
</div>
</div>
</section>
<!-- PRODUCTS -->
<section id="products">
<div class="container">
<h2>Основні продукти</h2>
<p class="sub">Популярні позиції завжди в наявності. Індивідуальні рішення під ваші задачі.</p>
<div class="grid products">
<article class="card" aria-labelledby="p1-title">
<div class="prod-icon" aria-hidden="true">🧱</div>
<h3 id="p1-title">Кольоровий поролон</h3>
<p>5+ кольорів завжди в наявності</p>
<p class="prod-price">Від $5.75/кг з ПДВ</p>
<div class="prod-actions">
<button class="cta" onclick="openOrder('Кольоровий поролон')">Замовити зразки</button>
</div>
</article>
<article class="card" aria-labelledby="p2-title">
<div class="prod-icon" aria-hidden="true">🛋️</div>
<h3 id="p2-title">Меблевий поролон</h3>
<p>ST15-18, STG18-22, STRM</p>
<p>Профільований та класичний</p>
<div class="prod-actions">
<button class="cta" onclick="scrollToPricing()">Дізнатись ціну</button>
</div>
</article>
<article class="card" aria-labelledby="p3-title">
<div class="prod-icon" aria-hidden="true">🛏️</div>
<h3 id="p3-title">Memory Foam подушки</h3>
<p>Ортопедичні властивості</p>
<p>Індивідуальне виробництво</p>
<div class="prod-actions">
<button class="cta" onclick="openOrder('Memory Foam подушка')">Замовити</button>
</div>
</article>
<article class="card" aria-labelledby="p4-title">
<div class="prod-icon" aria-hidden="true">🧽</div>
<h3 id="p4-title">Губки під замовлення</h3>
<p>Кухонні та банні губки</p>
<p>Ваш логотип та упаковка</p>
<div class="prod-actions">
<button class="cta" onclick="openOrder('Губки під замовлення')">Розрахувати вартість</button>
</div>
</article>
</div>
</div>
</section>
<!-- BENEFITS -->
<section id="benefits">
<div class="container">
<h2>Чому ми</h2>
<div class="grid benefits">
<div class="card benefit">
<div class="prod-icon" aria-hidden="true">✅</div>
<h3>Якість</h3>
<p>Європейські стандарти виробництва. Сертифіковані матеріали.</p>
</div>
<div class="card benefit">
<div class="prod-icon" aria-hidden="true">⚡</div>
<h3>Швидкість</h3>
<p>Доставка по Україні 1–3 дні. Потужності 28 тонн/місяць.</p>
</div>
<div class="card benefit">
<div class="prod-icon" aria-hidden="true">💸</div>
<h3>Ціна</h3>
<p>Прямий виробник без посередників. Гнучка система знижок.</p>
</div>
</div>
</div>
</section>
<!-- AUDIENCE -->
<section id="audience">
<div class="container">
<h2>Для кого ми працюємо</h2>
<div class="grid audience" role="list">
<div class="aud-item" role="listitem">🪑 Меблеві фабрики</div>
<div class="aud-item" role="listitem">🛏️ Виробники матраців</div>
<div class="aud-item" role="listitem">🏨 Готелі та ресторани</div>
<div class="aud-item" role="listitem">🏪 Торгові мережі</div>
<div class="aud-item" role="listitem">🚗 Автопромисловість</div>
<div class="aud-item" role="listitem">🧽 Клінінгові компанії</div>
</div>
</div>
</section>
<!-- PRICING -->
<section id="pricing">
<div class="container">
<h2>Прайс-лист</h2>
<div class="table-wrap card">
<table aria-describedby="price-note">
<thead>
<tr>
<th scope="col">Продукт</th>
<th scope="col">Ціна за кг</th>
</tr>
</thead>
<tbody>
<tr><td>Поролон ST15-18 (кольоровий)</td><td>$5.75</td></tr>
<tr><td>Поролон STG18-22 (кольоровий)</td><td>$6.10</td></tr>
<tr><td>Поролон STRM (білий)</td><td>$5.95</td></tr>
<tr><td>Поролон STRM (кольоровий)</td><td>$6.50</td></tr>
<tr><td>Фібра абразивна (550г/м²)</td><td>88 грн/м²</td></tr>
</tbody>
</table>
</div>
<p id="price-note" class="notice">Ціни з ПДВ, оплата в гривнях.</p>
<div class="hero-ctas">
<a class="cta" href="https://prodom.ua/1img/Price.docx" target="_blank" rel="noopener" onclick="gtag('event','download_price')">Отримати прайс</a>
</div>
</div>
</section>
<!-- ORDER FORM -->
<section id="order">
<div class="container">
<div class="grid" style="grid-template-columns:1fr 1fr; gap:24px">
<div>
<h2>Отримайте комерційну пропозицію</h2>
<p class="sub">Заповніть форму — надішлемо прайс і прорахунок під ваші обсяги.</p>
<ul>
<li>Відповідь у робочий час: ПН–ПТ 9:00–18:00</li>
<li>Безкоштовні зразки до кінця місяця</li>
<li>Знижка 10% на перше замовлення</li>
</ul>
</div>
<div class="card form-card">
<form id="leadForm" novalidate>
<div class="row">
<label>
<span>Ім'я та прізвище</span>
<input type="text" name="name" required autocomplete="name" />
</label>
<label>
<span>Компанія</span>
<input type="text" name="company" autocomplete="organization" />
</label>
</div>
<div class="row">
<label>
<span>Телефон</span>
<input type="tel" name="phone" required placeholder="+38 (0XX) XXX-XX-XX" />
</label>
<label>
<span>Email</span>
<input type="email" name="email" required />
</label>
</div>
<div class="row">
<label>
<span>Тип продукції</span>
<select name="product">
<option value="Кольоровий поролон">Кольоровий поролон</option>
<option value="Меблевий поролон">Меблевий поролон</option>
<option value="Memory Foam подушки">Memory Foam подушки</option>
<option value="Губки під замовлення">Губки під замовлення</option>
</select>
</label>
<label>
<span>Обсяг замовлення (кг/місяць)</span>
<input type="number" name="volume" min="1" step="1" />
</label>
</div>
<label>
<span>Коментар</span>
<textarea name="comment"></textarea>
</label>
<button class="cta" type="submit">ОТРИМАТИ ПРОПОЗИЦІЮ</button>
<div class="form-success" role="status">Дякуємо! Заявку надіслано. Ми зв'яжемося з вами найближчим часом.</div>
<div class="form-error" role="alert">Сталася помилка. Спробуйте ще раз або зв'яжіться телефоном.</div>
<p class="notice">Натискаючи кнопку, ви погоджуєтесь з обробкою персональних даних.</p>
</form>
</div>
</div>
</div>
</section>
<!-- CONTACTS -->
<section id="contact">
<div class="container contacts">
<div>
<h2>Контакти</h2>
<div class="card">
<div class="contact-list">
<div><strong>Контактна особа:</strong> Менеджер</div>
<div><strong>Телефон:</strong> <a href="tel:+380635258522">+38 063 525 85 22</a></div>
<div><strong>Email:</strong> <a href="mailto:uaprodom@gmail.com">uaprodom@gmail.com</a></div>
<div><strong>Графік:</strong> ПН–ПТ 9:00–18:00</div>
</div>
</div>
</div>
<div class="card">
<h3>Напишіть нам у месенджері</h3>
<div class="hero-ctas">
<a class="cta" href="https://wa.me/380635258522" target="_blank" rel="noopener">WhatsApp</a>
<a class="cta alt" href="https://t.me/" target="_blank" rel="noopener">Telegram</a>
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="container" style="display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap">
<div>© <span id="y"></span> PRODOM</div>
<div>Сайт для B2B клієнтів</div>
</div>
</footer>
<script>
// Year
document.getElementById('y').textContent = new Date().getFullYear();
// Simple slider
const slides = document.querySelectorAll('.slide');
const dotsWrap = document.querySelector('.dots');
let i = 0; slides.forEach((_, idx)=>{
const d = document.createElement('button');
d.className = 'dot' + (idx===0?' active':'');
d.setAttribute('aria-label','Перейти до слайду ' + (idx+1));
d.addEventListener('click',()=>go(idx,true));
dotsWrap.appendChild(d);
});
const dots = dotsWrap.querySelectorAll('.dot');
function go(n,manual=false){
slides[i].classList.remove('active');
dots[i].classList.remove('active');
i = (n+slides.length)%slides.length;
slides[i].classList.add('active');
dots[i].classList.add('active');
if(manual) gtag('event','slider_nav',{index:i});
}
setInterval(()=>go(i+1), 4500);
// Scroll reveal
const ro = new IntersectionObserver((entries)=>{
entries.forEach(e=>{
if(e.isIntersecting){
e.target.animate([
{opacity:0, transform:'translateY(16px)'},
{opacity:1, transform:'translateY(0)'}
], {duration:500, easing:'ease-out'});
ro.unobserve(e.target);
}
})
},{threshold:.12});
document.querySelectorAll('section .card, section h2, .aud-item').forEach(el=>ro.observe(el));
// CTA helpers
function scrollToPricing(){ document.getElementById('pricing').scrollIntoView({behavior:'smooth'}) }
function openOrder(product){
const sel = document.querySelector('select[name="product"]');
if(sel){ sel.value = product }
document.getElementById('order').scrollIntoView({behavior:'smooth'});
gtag('event','select_product',{product});
}
// Fake price download (replace with real file URL)
function downloadPrice(){
gtag('event','download_price');
const blob = new Blob([
'PRODOM — Прайс (демо)\n' +
'\nПоролон ST15-18 (кольоровий) — $5.75/кг' +
'\nПоролон STG18-22 (кольоровий) — $6.10/кг' +
'\nПоролон STRM (білий) — $5.95/кг' +
'\nПоролон STRM (кольоровий) — $6.50/кг' +
'\nФібра абразивна (550г/м²) — 88 грн/м²' +
'\n\nЦіни з ПДВ, оплата в гривнях.'
], {type:'text/plain'});
const url = URL.createObjectURL(blob);
const a = document.createElement('a');
a.href = url; a.download = 'price-list-ART-FOAM-GROUP.txt'; a.click();
URL.revokeObjectURL(url);
}
// Lead form submission — replace with your backend endpoint or EmailJS
const form = document.getElementById('leadForm');
form.addEventListener('submit', async (e)=>{
e.preventDefault();
const btn = form.querySelector('button[type="submit"]');
btn.disabled = true; btn.textContent = 'Відправляємо…';
const data = Object.fromEntries(new FormData(form).entries());
try{
// Example payload to your backend
const res = await fetch('/api/send',{
method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({
to:'uaprodom@gmail.com',
subject:'Нова заявка з лендінгу',
data
})
});
if(!res.ok) throw new Error('Bad status');
gtag('event','lead_submit_success');
form.reset();
form.querySelector('.form-success').style.display='block';
form.querySelector('.form-error').style.display='none';
}catch(err){
gtag('event','lead_submit_error');
form.querySelector('.form-success').style.display='none';
form.querySelector('.form-error').style.display='block';
}finally{
btn.disabled = false; btn.textContent = 'ОТРИМАТИ ПРОПОЗИЦІЮ';
}
});
</script>
</body>
</html>