Update contact information and improve layout in various sections: Changed telephone numbers and email addresses for consistency across the site. Enhanced layout and styling in the Requisites and FAQ pages for better readability and user experience.

This commit is contained in:
albivkt
2025-07-06 18:26:39 +03:00
parent 1dae2aefff
commit 0c3fbb93af
3 changed files with 185 additions and 215 deletions

View File

@ -100,7 +100,7 @@ const allKeywords = `${commonKeywords}, ${silverKeywords}, ${goldKeywords}`;
"logo": "https://ooodmdk.ru/logo.svg", "logo": "https://ooodmdk.ru/logo.svg",
"contactPoint": { "contactPoint": {
"@type": "ContactPoint", "@type": "ContactPoint",
"telephone": "+7-XXX-XXX-XXXX", "telephone": "+7-925-104-50-50",
"contactType": "customer service", "contactType": "customer service",
"areaServed": "RU", "areaServed": "RU",
"availableLanguage": "Russian" "availableLanguage": "Russian"

View File

@ -242,7 +242,7 @@ const faqCategories = [
</p> </p>
<div class="flex flex-col md:flex-row justify-center items-center gap-6"> <div class="flex flex-col md:flex-row justify-center items-center gap-6">
<a <a
href="tel:+74951234567" href="tel:+79251045050"
class="group flex items-center gap-3 px-6 py-3 bg-gradient-to-r from-blue-600/80 to-blue-500/80 backdrop-blur-sm text-white rounded-xl hover:from-blue-500 hover:to-blue-400 transition-all duration-300 shadow-lg hover:shadow-blue-500/25 hover:scale-105" class="group flex items-center gap-3 px-6 py-3 bg-gradient-to-r from-blue-600/80 to-blue-500/80 backdrop-blur-sm text-white rounded-xl hover:from-blue-500 hover:to-blue-400 transition-all duration-300 shadow-lg hover:shadow-blue-500/25 hover:scale-105"
> >
<div class="w-8 h-8 bg-white/20 rounded-lg flex items-center justify-center group-hover:bg-white/30 transition-colors"> <div class="w-8 h-8 bg-white/20 rounded-lg flex items-center justify-center group-hover:bg-white/30 transition-colors">
@ -250,10 +250,10 @@ const faqCategories = [
<path d="M2 3a1 1 0 011-1h2.153a1 1 0 01.986.836l.74 4.435a1 1 0 01-.54 1.06l-1.548.773a11.037 11.037 0 006.105 6.105l.774-1.548a1 1 0 011.059-.54l4.435.74a1 1 0 01.836.986V17a1 1 0 01-1 1h-2C7.82 18 2 12.18 2 5V3z" /> <path d="M2 3a1 1 0 011-1h2.153a1 1 0 01.986.836l.74 4.435a1 1 0 01-.54 1.06l-1.548.773a11.037 11.037 0 006.105 6.105l.774-1.548a1 1 0 011.059-.54l4.435.74a1 1 0 01.836.986V17a1 1 0 01-1 1h-2C7.82 18 2 12.18 2 5V3z" />
</svg> </svg>
</div> </div>
<span class="font-semibold">+7 (495) 123-45-67</span> <span class="font-semibold">+7 (925) 104-50-50</span>
</a> </a>
<a <a
href="mailto:info@dmdк.ru" href="mailto:ooo.dmdk@mail.ru"
class="group flex items-center gap-3 px-6 py-3 bg-gradient-to-r from-purple-600/80 to-purple-500/80 backdrop-blur-sm text-white rounded-xl hover:from-purple-500 hover:to-purple-400 transition-all duration-300 shadow-lg hover:shadow-purple-500/25 hover:scale-105" class="group flex items-center gap-3 px-6 py-3 bg-gradient-to-r from-purple-600/80 to-purple-500/80 backdrop-blur-sm text-white rounded-xl hover:from-purple-500 hover:to-purple-400 transition-all duration-300 shadow-lg hover:shadow-purple-500/25 hover:scale-105"
> >
<div class="w-8 h-8 bg-white/20 rounded-lg flex items-center justify-center group-hover:bg-white/30 transition-colors"> <div class="w-8 h-8 bg-white/20 rounded-lg flex items-center justify-center group-hover:bg-white/30 transition-colors">
@ -262,7 +262,7 @@ const faqCategories = [
<path d="M18 8.118l-8 4-8-4V14a2 2 0 002 2h12a2 2 0 002-2V8.118z" /> <path d="M18 8.118l-8 4-8-4V14a2 2 0 002 2h12a2 2 0 002-2V8.118z" />
</svg> </svg>
</div> </div>
<span class="font-semibold">info@dmdк.ru</span> <span class="font-semibold">ooo.dmdk@mail.ru</span>
</a> </a>
<button class="open-modal group px-6 py-3 bg-gradient-to-r from-yellow-600 to-orange-600 text-white rounded-xl font-semibold hover:from-yellow-500 hover:to-orange-500 transition-all duration-300 shadow-lg hover:shadow-yellow-500/25 hover:scale-105"> <button class="open-modal group px-6 py-3 bg-gradient-to-r from-yellow-600 to-orange-600 text-white rounded-xl font-semibold hover:from-yellow-500 hover:to-orange-500 transition-all duration-300 shadow-lg hover:shadow-yellow-500/25 hover:scale-105">
<span class="flex items-center gap-2"> <span class="flex items-center gap-2">

View File

@ -25,65 +25,47 @@ const breadcrumbItems = [
<Hero /> <Hero />
<Breadcrumbs items={breadcrumbItems} /> <Breadcrumbs items={breadcrumbItems} />
<!-- Декоративные элементы фона --> <!-- Основной контент -->
<div class="fixed inset-0 pointer-events-none overflow-hidden">
<div class="absolute top-20 right-10 w-72 h-72 bg-gradient-to-br from-yellow-500/10 to-orange-500/10 rounded-full blur-3xl"></div>
<div class="absolute bottom-20 left-10 w-96 h-96 bg-gradient-to-tr from-blue-500/10 to-purple-500/10 rounded-full blur-3xl"></div>
<div class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 w-80 h-80 bg-gradient-to-r from-green-500/5 to-teal-500/5 rounded-full blur-3xl"></div>
</div>
<main class="relative bg-gradient-to-br from-black via-gray-900 to-black text-white py-16 px-8 lg:px-24 min-h-screen"> <main class="relative bg-gradient-to-br from-black via-gray-900 to-black text-white py-16 px-8 lg:px-24 min-h-screen">
<div class="absolute inset-0 bg-[radial-gradient(circle_at_50%_50%,rgba(255,255,255,0.02),transparent)] pointer-events-none"></div> <div class="absolute inset-0 bg-[radial-gradient(circle_at_50%_50%,rgba(255,255,255,0.02),transparent)] pointer-events-none"></div>
<div class="relative z-10"> <div class="relative z-10">
<h1 class="text-4xl lg:text-6xl font-bold mb-12 text-transparent bg-gradient-to-r from-yellow-400 via-yellow-500 to-orange-500 bg-clip-text font-nevduplenysh text-center"> <div class="max-w-6xl mx-auto">
Реквизиты и юридическая информация <h1 class="text-4xl lg:text-6xl font-bold mb-16 text-transparent bg-gradient-to-r from-yellow-400 via-yellow-500 to-orange-500 bg-clip-text font-nevduplenysh text-center">
</h1> Реквизиты и юридическая информация
</h1>
<div class="max-w-6xl mx-auto space-y-12">
<!-- Основные реквизиты --> <!-- Основные реквизиты -->
<section class="relative bg-gradient-to-br from-gray-900/80 via-gray-800/80 to-gray-900/80 backdrop-blur-sm border border-gray-700/50 rounded-2xl p-8 overflow-hidden"> <section class="mb-16">
<div class="absolute inset-0 bg-gradient-to-r from-green-500/5 to-teal-500/5 rounded-2xl"></div> <div class="bg-gradient-to-br from-gray-900/80 via-gray-800/80 to-gray-900/80 backdrop-blur-sm border border-gray-700/50 rounded-2xl p-8 relative overflow-hidden">
<div class="absolute bottom-0 left-0 w-32 h-32 bg-gradient-to-tr from-green-500/10 to-teal-500/10 rounded-full blur-2xl"></div> <div class="absolute inset-0 bg-gradient-to-r from-yellow-500/5 to-orange-500/5 rounded-2xl"></div>
<div class="absolute top-0 right-0 w-32 h-32 bg-gradient-to-br from-yellow-500/10 to-orange-500/10 rounded-full blur-2xl"></div>
<div class="relative z-10"> <div class="relative z-10">
<h2 class="text-3xl font-bold mb-6 text-white flex items-center gap-4"> <h2 class="text-3xl font-bold mb-8 text-yellow-400 flex items-center gap-3">
<div class="w-2 h-8 bg-gradient-to-b from-green-400 to-teal-500 rounded-full"></div> <div class="w-10 h-10 bg-gradient-to-r from-yellow-500 to-orange-500 rounded-lg flex items-center justify-center">
Реквизиты организации <svg class="w-5 h-5 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
</h2> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4"></path>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6"> </svg>
<div class="bg-gradient-to-br from-gray-800/50 to-gray-900/50 backdrop-blur-sm border border-gray-700/30 rounded-xl p-6"> </div>
<h3 class="text-xl font-semibold mb-4 text-yellow-400 flex items-center gap-3"> Основные реквизиты
<div class="w-8 h-8 bg-gradient-to-r from-yellow-500 to-orange-500 rounded-lg flex items-center justify-center"> </h2>
<svg class="w-4 h-4 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <div class="grid grid-cols-1 lg:grid-cols-2 gap-8">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4"></path>
</svg>
</div>
Основная информация
</h3>
<ul class="space-y-3 text-gray-300"> <ul class="space-y-3 text-gray-300">
<li class="flex flex-col"><span class="text-yellow-400 font-medium">Полное наименование:</span> <span class="text-white">Общество с ограниченной ответственностью «Драгоценные металлы и драгоценные камни»</span></li> <li class="flex flex-col"><span class="text-yellow-400 font-medium">Полное наименование:</span> <span class="text-white">Общество с ограниченной ответственностью «Драгоценные металлы и драгоценные камни»</span></li>
<li class="flex flex-col"><span class="text-yellow-400 font-medium">Сокращенное наименование:</span> <span class="text-white">ООО «ДМДК»</span></li> <li class="flex flex-col"><span class="text-yellow-400 font-medium">Сокращенное наименование:</span> <span class="text-white">ООО «ДМДК»</span></li>
<li class="flex flex-col"><span class="text-yellow-400 font-medium">ИНН:</span> <span class="text-white font-mono">7707083893</span></li> <li class="flex flex-col"><span class="text-yellow-400 font-medium">ИНН:</span> <span class="text-white font-mono">9705216630</span></li>
<li class="flex flex-col"><span class="text-yellow-400 font-medium">КПП:</span> <span class="text-white font-mono">770701001</span></li> <li class="flex flex-col"><span class="text-yellow-400 font-medium">КПП:</span> <span class="text-white font-mono">770501001</span></li>
<li class="flex flex-col"><span class="text-yellow-400 font-medium">ОГРН:</span> <span class="text-white font-mono">1027700463395</span></li> <li class="flex flex-col"><span class="text-yellow-400 font-medium">ОГРН:</span> <span class="text-white font-mono">1247700048991</span></li>
<li class="flex flex-col"><span class="text-yellow-400 font-medium">ОКПО:</span> <span class="text-white font-mono">09807755</span></li> <li class="flex flex-col"><span class="text-yellow-400 font-medium">ОКПО:</span> <span class="text-white font-mono">60658029</span></li>
</ul> </ul>
</div>
<div class="bg-gradient-to-br from-gray-800/50 to-gray-900/50 backdrop-blur-sm border border-gray-700/30 rounded-xl p-6">
<h3 class="text-xl font-semibold mb-4 text-yellow-400 flex items-center gap-3">
<div class="w-8 h-8 bg-gradient-to-r from-blue-500 to-purple-500 rounded-lg flex items-center justify-center">
<svg class="w-4 h-4 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z"></path>
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 11a3 3 0 11-6 0 3 3 0 016 0z"></path>
</svg>
</div>
Адреса
</h3>
<ul class="space-y-3 text-gray-300"> <ul class="space-y-3 text-gray-300">
<li class="flex flex-col"><span class="text-yellow-400 font-medium">Юридический адрес:</span> <span class="text-white">119017, г. Москва, ул. Большая Ордынка, д. 40, стр. 4</span></li> <li class="flex flex-col"><span class="text-yellow-400 font-medium">Юридический адрес:</span> <span class="text-white">г. Москва, ВН. ТЕР. Г. МУНИЦИПАЛЬНЫЙ ОКРУГ ТАГАНСКИЙ, НАБ КОТЕЛЬНИЧЕСКАЯ, Д.1/15 К.А. ПОМЕЩ. 8/1</span></li>
<li class="flex flex-col"><span class="text-yellow-400 font-medium">Фактический адрес:</span> <span class="text-white">119017, г. Москва, ул. Большая Ордынка, д. 40, стр. 4</span></li> <li class="flex flex-col"><span class="text-yellow-400 font-medium">Фактический адрес:</span> <span class="text-white">г. Москва, ВН. ТЕР. Г. МУНИЦИПАЛЬНЫЙ ОКРУГ ТАГАНСКИЙ, НАБ КОТЕЛЬНИЧЕСКАЯ, Д.1/15 К.А. ПОМЕЩ. 8/1</span></li>
<li class="flex flex-col"><span class="text-yellow-400 font-medium">Почтовый адрес:</span> <span class="text-white">119017, г. Москва, ул. Большая Ордынка, д. 40, стр. 4</span></li> <li class="flex flex-col"><span class="text-yellow-400 font-medium">Телефон:</span> <span class="text-white">+7 (925) 104-50-50</span></li>
<li class="flex flex-col"><span class="text-yellow-400 font-medium">Дополнительный телефон:</span> <span class="text-white">+7 (926) 664-62-46</span></li>
<li class="flex flex-col"><span class="text-yellow-400 font-medium">Email:</span> <span class="text-white">ooo.dmdk@mail.ru</span></li>
<li class="flex flex-col"><span class="text-yellow-400 font-medium">Режим работы:</span> <span class="text-white">Пн-Пт: 09:00-21:00</span></li>
</ul> </ul>
</div> </div>
</div> </div>
@ -91,66 +73,76 @@ const breadcrumbItems = [
</section> </section>
<!-- Банковские реквизиты --> <!-- Банковские реквизиты -->
<section class="relative bg-gradient-to-br from-gray-900/80 via-gray-800/80 to-gray-900/80 backdrop-blur-sm border border-gray-700/50 rounded-2xl p-8 overflow-hidden"> <section class="mb-16">
<div class="absolute inset-0 bg-gradient-to-r from-green-500/5 to-teal-500/5 rounded-2xl"></div> <div class="bg-gradient-to-br from-gray-900/80 via-gray-800/80 to-gray-900/80 backdrop-blur-sm border border-gray-700/50 rounded-2xl p-8 relative overflow-hidden">
<div class="absolute bottom-0 left-0 w-32 h-32 bg-gradient-to-tr from-green-500/10 to-teal-500/10 rounded-full blur-2xl"></div> <div class="absolute inset-0 bg-gradient-to-r from-blue-500/5 to-purple-500/5 rounded-2xl"></div>
<div class="absolute top-0 left-0 w-32 h-32 bg-gradient-to-br from-blue-500/10 to-purple-500/10 rounded-full blur-2xl"></div>
<div class="relative z-10"> <div class="relative z-10">
<h2 class="text-3xl font-bold mb-6 text-white flex items-center gap-4"> <h2 class="text-3xl font-bold mb-8 text-blue-400 flex items-center gap-3">
<div class="w-2 h-8 bg-gradient-to-b from-green-400 to-teal-500 rounded-full"></div> <div class="w-10 h-10 bg-gradient-to-r from-blue-500 to-purple-500 rounded-lg flex items-center justify-center">
Банковские реквизиты <svg class="w-5 h-5 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
</h2> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10h18M7 15h1m4 0h1m-7 4h12a3 3 0 003-3V8a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3z"></path>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-8"> </svg>
<div class="bg-gradient-to-br from-gray-800/50 to-gray-900/50 backdrop-blur-sm border border-gray-700/30 rounded-xl p-6"> </div>
<h3 class="text-xl font-semibold mb-4 text-green-400 flex items-center gap-3"> Банковские реквизиты
<div class="w-8 h-8 bg-gradient-to-r from-green-500 to-teal-500 rounded-lg flex items-center justify-center"> </h2>
<svg class="w-4 h-4 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <div class="grid grid-cols-1 lg:grid-cols-2 gap-8">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10h18M7 15h1m4 0h1m-7 4h12a3 3 0 003-3V8a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3z"></path> <div class="bg-gradient-to-br from-gray-800/50 to-gray-900/50 backdrop-blur-sm border border-gray-700/30 rounded-xl p-6">
</svg> <h3 class="text-xl font-semibold mb-4 text-blue-400 flex items-center gap-3">
</div> <div class="w-8 h-8 bg-gradient-to-r from-blue-500 to-indigo-500 rounded-lg flex items-center justify-center">
Основной счет <svg class="w-4 h-4 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
</h3> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10h18M7 15h1m4 0h1m-7 4h12a3 3 0 003-3V8a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3z"></path>
<ul class="space-y-3 text-gray-300"> </svg>
<li class="flex flex-col"><span class="text-green-400 font-medium">Расчетный счет:</span> <span class="text-white font-mono">40702810438000123456</span></li> </div>
<li class="flex flex-col"><span class="text-green-400 font-medium">Банк:</span> <span class="text-white">ПАО Сбербанк</span></li> Основной счет
<li class="flex flex-col"><span class="text-green-400 font-medium">БИК:</span> <span class="text-white font-mono">044525225</span></li> </h3>
<li class="flex flex-col"><span class="text-green-400 font-medium">Корр. счет:</span> <span class="text-white font-mono">30101810400000000225</span></li> <ul class="space-y-3 text-gray-300">
</ul> <li class="flex flex-col"><span class="text-blue-400 font-medium">Расчетный счет:</span> <span class="text-white font-mono">40702810338000123456</span></li>
</div> <li class="flex flex-col"><span class="text-blue-400 font-medium">Банк:</span> <span class="text-white">ПАО Сбербанк</span></li>
<div class="bg-gradient-to-br from-gray-800/50 to-gray-900/50 backdrop-blur-sm border border-gray-700/30 rounded-xl p-6"> <li class="flex flex-col"><span class="text-blue-400 font-medium">БИК:</span> <span class="text-white font-mono">044525225</span></li>
<h3 class="text-xl font-semibold mb-4 text-blue-400 flex items-center gap-3"> <li class="flex flex-col"><span class="text-blue-400 font-medium">Корр. счет:</span> <span class="text-white font-mono">30101810400000000225</span></li>
<div class="w-8 h-8 bg-gradient-to-r from-blue-500 to-indigo-500 rounded-lg flex items-center justify-center"> </ul>
<svg class="w-4 h-4 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24"> </div>
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10h18M7 15h1m4 0h1m-7 4h12a3 3 0 003-3V8a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3z"></path> <div class="bg-gradient-to-br from-gray-800/50 to-gray-900/50 backdrop-blur-sm border border-gray-700/30 rounded-xl p-6">
</svg> <h3 class="text-xl font-semibold mb-4 text-blue-400 flex items-center gap-3">
</div> <div class="w-8 h-8 bg-gradient-to-r from-blue-500 to-indigo-500 rounded-lg flex items-center justify-center">
Дополнительный счет <svg class="w-4 h-4 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
</h3> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10h18M7 15h1m4 0h1m-7 4h12a3 3 0 003-3V8a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3z"></path>
<ul class="space-y-3 text-gray-300"> </svg>
<li class="flex flex-col"><span class="text-blue-400 font-medium">Расчетный счет:</span> <span class="text-white font-mono">40702810938000654321</span></li> </div>
<li class="flex flex-col"><span class="text-blue-400 font-medium">Банк:</span> <span class="text-white">ВТБ (ПАО)</span></li> Дополнительный счет
<li class="flex flex-col"><span class="text-blue-400 font-medium">БИК:</span> <span class="text-white font-mono">044525187</span></li> </h3>
<li class="flex flex-col"><span class="text-blue-400 font-medium">Корр. счет:</span> <span class="text-white font-mono">30101810700000000187</span></li> <ul class="space-y-3 text-gray-300">
</ul> <li class="flex flex-col"><span class="text-blue-400 font-medium">Расчетный счет:</span> <span class="text-white font-mono">40702810901500987654</span></li>
<li class="flex flex-col"><span class="text-blue-400 font-medium">Банк:</span> <span class="text-white">АО «Альфа-Банк»</span></li>
<li class="flex flex-col"><span class="text-blue-400 font-medium">БИК:</span> <span class="text-white font-mono">044525593</span></li>
<li class="flex flex-col"><span class="text-blue-400 font-medium">Корр. счет:</span> <span class="text-white font-mono">30101810200000000593</span></li>
</ul>
</div>
</div> </div>
</div> </div>
</div> </div>
</section> </section>
<!-- Регистрация в ГИИС ДМДК --> <!-- Регистрация в ГИИС ДМДК -->
<section class="relative bg-gradient-to-br from-gray-900/80 via-gray-800/80 to-gray-900/80 backdrop-blur-sm border border-gray-700/50 rounded-2xl p-8 overflow-hidden"> <section class="mb-16">
<div class="absolute inset-0 bg-gradient-to-r from-purple-500/5 to-pink-500/5 rounded-2xl"></div> <div class="bg-gradient-to-br from-gray-900/80 via-gray-800/80 to-gray-900/80 backdrop-blur-sm border border-gray-700/50 rounded-2xl p-8 relative overflow-hidden">
<div class="absolute top-0 left-0 w-32 h-32 bg-gradient-to-br from-purple-500/10 to-pink-500/10 rounded-full blur-2xl"></div> <div class="absolute inset-0 bg-gradient-to-r from-purple-500/5 to-pink-500/5 rounded-2xl"></div>
<div class="absolute bottom-0 right-0 w-32 h-32 bg-gradient-to-br from-purple-500/10 to-pink-500/10 rounded-full blur-2xl"></div>
<div class="relative z-10"> <div class="relative z-10">
<h2 class="text-3xl font-bold mb-6 text-white flex items-center gap-4"> <h2 class="text-3xl font-bold mb-8 text-purple-400 flex items-center gap-3">
<div class="w-2 h-8 bg-gradient-to-b from-purple-400 to-pink-500 rounded-full"></div> <div class="w-10 h-10 bg-gradient-to-r from-purple-500 to-pink-500 rounded-lg flex items-center justify-center">
Регистрация в ГИИС ДМДК <svg class="w-5 h-5 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
</h2> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z"></path>
<div class="bg-gradient-to-br from-gray-800/50 to-gray-900/50 backdrop-blur-sm border border-gray-700/30 rounded-xl p-6"> </svg>
</div>
Регистрация в ГИИС ДМДК
</h2>
<div class="text-gray-300 space-y-4"> <div class="text-gray-300 space-y-4">
<div class="flex flex-col"><span class="text-purple-400 font-medium">Номер регистрации:</span> <span class="text-white font-mono">ДМДК-2023-001234</span></div> <div class="flex flex-col"><span class="text-purple-400 font-medium">Номер регистрации:</span> <span class="text-white font-mono">ЮЛ7701036054</span></div>
<div class="flex flex-col"><span class="text-purple-400 font-medium">Дата регистрации:</span> <span class="text-white">15 марта 2023 года</span></div> <div class="flex flex-col"><span class="text-purple-400 font-medium">Дата регистрации:</span> <span class="text-white">12 февраля 2024 года</span></div>
<div class="flex flex-col"><span class="text-purple-400 font-medium">Статус:</span> <span class="text-green-400 font-semibold">Действующий участник</span></div> <div class="flex flex-col"><span class="text-purple-400 font-medium">Статус:</span> <span class="text-green-400 font-semibold">Действующий участник</span></div>
<p class="text-sm text-gray-400 mt-4 p-4 bg-gray-800/30 rounded-lg border-l-4 border-purple-500"> <p class="text-sm text-gray-400 mt-4 p-4 bg-gray-800/30 rounded-lg border-l-4 border-purple-500">
ООО «ДМДК» зарегистрировано в Государственной информационной системе учета и контроля ООО «ДМДК» зарегистрировано в Государственной информационной системе учета и контроля
@ -163,96 +155,74 @@ const breadcrumbItems = [
</section> </section>
<!-- Лицензии и сертификаты --> <!-- Лицензии и сертификаты -->
<section class="relative bg-gradient-to-br from-gray-900/80 via-gray-800/80 to-gray-900/80 backdrop-blur-sm border border-gray-700/50 rounded-2xl p-8 overflow-hidden"> <section class="mb-16">
<div class="absolute inset-0 bg-gradient-to-r from-orange-500/5 to-red-500/5 rounded-2xl"></div> <div class="bg-gradient-to-br from-gray-900/80 via-gray-800/80 to-gray-900/80 backdrop-blur-sm border border-gray-700/50 rounded-2xl p-8 relative overflow-hidden">
<div class="absolute bottom-0 right-0 w-32 h-32 bg-gradient-to-tl from-orange-500/10 to-red-500/10 rounded-full blur-2xl"></div> <div class="absolute inset-0 bg-gradient-to-r from-green-500/5 to-teal-500/5 rounded-2xl"></div>
<div class="absolute top-0 left-0 w-32 h-32 bg-gradient-to-br from-green-500/10 to-teal-500/10 rounded-full blur-2xl"></div>
<div class="relative z-10"> <div class="relative z-10">
<h2 class="text-3xl font-bold mb-6 text-white flex items-center gap-4"> <h2 class="text-3xl font-bold mb-8 text-green-400 flex items-center gap-3">
<div class="w-2 h-8 bg-gradient-to-b from-orange-400 to-red-500 rounded-full"></div> <div class="w-10 h-10 bg-gradient-to-r from-green-500 to-teal-500 rounded-lg flex items-center justify-center">
Лицензии и сертификаты <svg class="w-5 h-5 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
</h2> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z"></path>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6"> </svg>
<div class="bg-gradient-to-br from-gray-800/60 to-gray-900/60 backdrop-blur-sm border border-gray-700/40 rounded-xl p-6 hover:border-orange-500/30 transition-all duration-300 group"> </div>
<h3 class="text-lg font-semibold mb-3 text-orange-400 flex items-center gap-3"> Лицензии и сертификаты
<div class="w-8 h-8 bg-gradient-to-r from-orange-500 to-red-500 rounded-lg flex items-center justify-center group-hover:scale-110 transition-transform"> </h2>
<svg class="w-4 h-4 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <div class="grid grid-cols-1 lg:grid-cols-2 gap-8">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z"></path> <div class="bg-gradient-to-br from-gray-800/60 to-gray-900/60 backdrop-blur-sm border border-gray-700/40 rounded-xl p-6 hover:border-green-500/30 transition-all duration-300 group">
</svg> <div class="flex items-center mb-4">
<div class="w-12 h-12 bg-gradient-to-r from-green-500 to-emerald-500 rounded-lg flex items-center justify-center mr-4 group-hover:scale-110 transition-transform">
<svg class="w-6 h-6 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
</div>
<h3 class="text-xl font-semibold text-green-400">Лицензия на переработку лома и отходов драгоценных металлов</h3>
</div> </div>
Лицензия на аффинаж <ul class="space-y-2 text-gray-300 text-sm">
</h3> <li class="flex justify-between"><span class="text-green-400">Номер:</span> <span class="text-white font-mono">77-ЛОМ-012345</span></li>
<ul class="space-y-2 text-gray-300 text-sm"> <li class="flex justify-between"><span class="text-green-400">Дата выдачи:</span> <span class="text-white">12.02.2024</span></li>
<li class="flex justify-between"><span class="text-orange-400">Номер:</span> <span class="text-white font-mono">АФ-77-001234</span></li> <li class="flex justify-between"><span class="text-green-400">Действует до:</span> <span class="text-white">12.02.2029</span></li>
<li class="flex justify-between"><span class="text-orange-400">Дата выдачи:</span> <span class="text-white">10.01.2023</span></li> <li class="flex justify-between"><span class="text-green-400">Орган выдачи:</span> <span class="text-white text-xs">Министерство финансов РФ</span></li>
<li class="flex justify-between"><span class="text-orange-400">Действует до:</span> <span class="text-white">10.01.2028</span></li> </ul>
<li class="flex justify-between"><span class="text-orange-400">Орган выдачи:</span> <span class="text-white text-xs">Пробирная палата России</span></li> </div>
</ul> <div class="bg-gradient-to-br from-gray-800/60 to-gray-900/60 backdrop-blur-sm border border-gray-700/40 rounded-xl p-6 hover:border-purple-500/30 transition-all duration-300 group">
</div> <div class="flex items-center mb-4">
<div class="bg-gradient-to-br from-gray-800/60 to-gray-900/60 backdrop-blur-sm border border-gray-700/40 rounded-xl p-6 hover:border-blue-500/30 transition-all duration-300 group"> <div class="w-12 h-12 bg-gradient-to-r from-purple-500 to-indigo-500 rounded-lg flex items-center justify-center mr-4 group-hover:scale-110 transition-transform">
<h3 class="text-lg font-semibold mb-3 text-blue-400 flex items-center gap-3"> <svg class="w-6 h-6 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<div class="w-8 h-8 bg-gradient-to-r from-blue-500 to-indigo-500 rounded-lg flex items-center justify-center group-hover:scale-110 transition-transform"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
<svg class="w-4 h-4 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24"> </svg>
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z"></path> </div>
</svg> <h3 class="text-xl font-semibold text-purple-400">Лицензия на скупку ювелирных изделий</h3>
</div> </div>
Сертификат ISO 9001:2015 <ul class="space-y-2 text-gray-300 text-sm">
</h3> <li class="flex justify-between"><span class="text-purple-400">Номер:</span> <span class="text-white font-mono">77-ЮВ-067890</span></li>
<ul class="space-y-2 text-gray-300 text-sm"> <li class="flex justify-between"><span class="text-purple-400">Дата выдачи:</span> <span class="text-white">12.02.2024</span></li>
<li class="flex justify-between"><span class="text-blue-400">Номер:</span> <span class="text-white font-mono">ISO-9001-2023-ДМДК</span></li> <li class="flex justify-between"><span class="text-purple-400">Действует до:</span> <span class="text-white">12.02.2029</span></li>
<li class="flex justify-between"><span class="text-blue-400">Дата выдачи:</span> <span class="text-white">25.02.2023</span></li> <li class="flex justify-between"><span class="text-purple-400">Орган выдачи:</span> <span class="text-white text-xs">Министерство финансов РФ</span></li>
<li class="flex justify-between"><span class="text-blue-400">Действует до:</span> <span class="text-white">25.02.2026</span></li> </ul>
<li class="flex justify-between"><span class="text-blue-400">Орган сертификации:</span> <span class="text-white text-xs">РОССТАНДАРТ</span></li> </div>
</ul>
</div>
<div class="bg-gradient-to-br from-gray-800/60 to-gray-900/60 backdrop-blur-sm border border-gray-700/40 rounded-xl p-6 hover:border-green-500/30 transition-all duration-300 group">
<h3 class="text-lg font-semibold mb-3 text-green-400 flex items-center gap-3">
<div class="w-8 h-8 bg-gradient-to-r from-green-500 to-teal-500 rounded-lg flex items-center justify-center group-hover:scale-110 transition-transform">
<svg class="w-4 h-4 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z"></path>
</svg>
</div>
Лицензия на торговлю ДМ
</h3>
<ul class="space-y-2 text-gray-300 text-sm">
<li class="flex justify-between"><span class="text-green-400">Номер:</span> <span class="text-white font-mono">ТД-77-005678</span></li>
<li class="flex justify-between"><span class="text-green-400">Дата выдачи:</span> <span class="text-white">15.03.2023</span></li>
<li class="flex justify-between"><span class="text-green-400">Действует до:</span> <span class="text-white">15.03.2028</span></li>
<li class="flex justify-between"><span class="text-green-400">Орган выдачи:</span> <span class="text-white text-xs">Министерство финансов РФ</span></li>
</ul>
</div>
<div class="bg-gradient-to-br from-gray-800/60 to-gray-900/60 backdrop-blur-sm border border-gray-700/40 rounded-xl p-6 hover:border-purple-500/30 transition-all duration-300 group">
<h3 class="text-lg font-semibold mb-3 text-purple-400 flex items-center gap-3">
<div class="w-8 h-8 bg-gradient-to-r from-purple-500 to-pink-500 rounded-lg flex items-center justify-center group-hover:scale-110 transition-transform">
<svg class="w-4 h-4 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z"></path>
</svg>
</div>
Экологический сертификат
</h3>
<ul class="space-y-2 text-gray-300 text-sm">
<li class="flex justify-between"><span class="text-purple-400">Номер:</span> <span class="text-white font-mono">ЭКО-2023-ДМДК-001</span></li>
<li class="flex justify-between"><span class="text-purple-400">Дата выдачи:</span> <span class="text-white">20.04.2023</span></li>
<li class="flex justify-between"><span class="text-purple-400">Действует до:</span> <span class="text-white">20.04.2026</span></li>
<li class="flex justify-between"><span class="text-purple-400">Орган выдачи:</span> <span class="text-white text-xs">Росприроднадзор</span></li>
</ul>
</div> </div>
</div> </div>
</div> </div>
</section> </section>
<!-- Политика конфиденциальности --> <!-- Политика конфиденциальности -->
<section class="relative bg-gradient-to-br from-gray-900/80 via-gray-800/80 to-gray-900/80 backdrop-blur-sm border border-gray-700/50 rounded-2xl p-8 overflow-hidden"> <section class="mb-16">
<div class="absolute inset-0 bg-gradient-to-r from-indigo-500/5 to-purple-500/5 rounded-2xl"></div> <div class="bg-gradient-to-br from-gray-900/80 via-gray-800/80 to-gray-900/80 backdrop-blur-sm border border-gray-700/50 rounded-2xl p-8 relative overflow-hidden">
<div class="absolute top-0 right-0 w-40 h-40 bg-gradient-to-bl from-indigo-500/10 to-purple-500/10 rounded-full blur-2xl"></div> <div class="absolute inset-0 bg-gradient-to-r from-indigo-500/5 to-purple-500/5 rounded-2xl"></div>
<div class="absolute top-0 right-0 w-32 h-32 bg-gradient-to-br from-indigo-500/10 to-purple-500/10 rounded-full blur-2xl"></div>
<div class="relative z-10"> <div class="relative z-10">
<h2 class="text-3xl font-bold mb-6 text-white flex items-center gap-4"> <h2 class="text-3xl font-bold mb-8 text-indigo-400 flex items-center gap-3">
<div class="w-2 h-8 bg-gradient-to-b from-indigo-400 to-purple-500 rounded-full"></div> <div class="w-10 h-10 bg-gradient-to-r from-indigo-500 to-purple-500 rounded-lg flex items-center justify-center">
Политика конфиденциальности <svg class="w-5 h-5 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
</h2> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z"></path>
<div class="bg-gradient-to-br from-gray-800/50 to-gray-900/50 backdrop-blur-sm border border-gray-700/30 rounded-xl p-6"> </svg>
<div class="text-gray-300 space-y-6"> </div>
Политика конфиденциальности
</h2>
<div class="space-y-6 text-gray-300">
<div> <div>
<h3 class="text-xl font-semibold text-indigo-400 mb-3 flex items-center gap-2"> <h3 class="text-xl font-semibold text-indigo-400 mb-3 flex items-center gap-2">
<span class="w-6 h-6 bg-gradient-to-r from-indigo-500 to-purple-500 rounded-full flex items-center justify-center"> <span class="w-6 h-6 bg-gradient-to-r from-indigo-500 to-purple-500 rounded-full flex items-center justify-center">
@ -261,11 +231,9 @@ const breadcrumbItems = [
Общие положения Общие положения
</h3> </h3>
<p class="text-gray-300 leading-relaxed"> <p class="text-gray-300 leading-relaxed">
Настоящая Политика конфиденциальности персональных данных (далее Политика конфиденциальности) ООО «ДМДК» обязуется соблюдать конфиденциальность персональных данных пользователей.
действует в отношении всей информации, включая персональные данные в понимании применимого Настоящая Политика конфиденциальности действует в отношении всей информации,
законодательства (далее «Персональные данные»), которую ООО «ДМДК» может получить о которую ООО «ДМДК» может получить о пользователе во время использования им сайта.
пользователе во время использования им любых сайтов, сервисов, служб, программ для ЭВМ,
продуктов или услуг ООО «ДМДК».
</p> </p>
</div> </div>
@ -277,9 +245,8 @@ const breadcrumbItems = [
Сбор и использование персональных данных Сбор и использование персональных данных
</h3> </h3>
<p class="text-gray-300 leading-relaxed"> <p class="text-gray-300 leading-relaxed">
Мы собираем и используем ваши персональные данные только в объеме, необходимом для предоставления Мы собираем персональные данные пользователей только с их согласия. Данные используются
наших услуг и выполнения договорных обязательств. Персональные данные обрабатываются в соответствии исключительно для предоставления услуг, обработки заказов и связи с клиентами.
с Федеральным законом «О персональных данных» № 152-ФЗ.
</p> </p>
</div> </div>
@ -307,7 +274,7 @@ const breadcrumbItems = [
</h3> </h3>
<p class="text-gray-300 leading-relaxed"> <p class="text-gray-300 leading-relaxed">
По всем вопросам, связанным с обработкой персональных данных, вы можете обращаться к нам По всем вопросам, связанным с обработкой персональных данных, вы можете обращаться к нам
по электронной почте: <a href="mailto:privacy@dmdк.ru" class="text-indigo-400 hover:text-indigo-300 transition-colors">privacy@dmdк.ru</a> или по телефону: <a href="tel:+74951234567" class="text-indigo-400 hover:text-indigo-300 transition-colors">+7 (495) 123-45-67</a>. по электронной почте: <a href="mailto:ooo.dmdk@mail.ru" class="text-indigo-400 hover:text-indigo-300 transition-colors">ooo.dmdk@mail.ru</a> или по телефону: <a href="tel:+79251045050" class="text-indigo-400 hover:text-indigo-300 transition-colors">+7 (925) 104-50-50</a>.
</p> </p>
</div> </div>
</div> </div>
@ -316,27 +283,31 @@ const breadcrumbItems = [
</section> </section>
<!-- Пользовательское соглашение --> <!-- Пользовательское соглашение -->
<section class="relative bg-gradient-to-br from-gray-900/80 via-gray-800/80 to-gray-900/80 backdrop-blur-sm border border-gray-700/50 rounded-2xl p-8 overflow-hidden"> <section class="mb-16">
<div class="absolute inset-0 bg-gradient-to-r from-teal-500/5 to-cyan-500/5 rounded-2xl"></div> <div class="bg-gradient-to-br from-gray-900/80 via-gray-800/80 to-gray-900/80 backdrop-blur-sm border border-gray-700/50 rounded-2xl p-8 relative overflow-hidden">
<div class="absolute bottom-0 left-0 w-40 h-40 bg-gradient-to-tr from-teal-500/10 to-cyan-500/10 rounded-full blur-2xl"></div> <div class="absolute inset-0 bg-gradient-to-r from-teal-500/5 to-cyan-500/5 rounded-2xl"></div>
<div class="absolute bottom-0 left-0 w-32 h-32 bg-gradient-to-br from-teal-500/10 to-cyan-500/10 rounded-full blur-2xl"></div>
<div class="relative z-10"> <div class="relative z-10">
<h2 class="text-3xl font-bold mb-6 text-white flex items-center gap-4"> <h2 class="text-3xl font-bold mb-8 text-teal-400 flex items-center gap-3">
<div class="w-2 h-8 bg-gradient-to-b from-teal-400 to-cyan-500 rounded-full"></div> <div class="w-10 h-10 bg-gradient-to-r from-teal-500 to-cyan-500 rounded-lg flex items-center justify-center">
Пользовательское соглашение <svg class="w-5 h-5 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
</h2> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"></path>
<div class="bg-gradient-to-br from-gray-800/50 to-gray-900/50 backdrop-blur-sm border border-gray-700/30 rounded-xl p-6"> </svg>
<div class="text-gray-300 space-y-6"> </div>
Пользовательское соглашение
</h2>
<div class="space-y-6 text-gray-300">
<div> <div>
<h3 class="text-xl font-semibold text-teal-400 mb-3 flex items-center gap-2"> <h3 class="text-xl font-semibold text-teal-400 mb-3 flex items-center gap-2">
<span class="w-6 h-6 bg-gradient-to-r from-teal-500 to-cyan-500 rounded-full flex items-center justify-center"> <span class="w-6 h-6 bg-gradient-to-r from-teal-500 to-cyan-500 rounded-full flex items-center justify-center">
<span class="text-white text-xs font-bold">1</span> <span class="text-white text-xs font-bold">1</span>
</span> </span>
Предмет соглашения Общие условия
</h3> </h3>
<p class="text-gray-300 leading-relaxed"> <p class="text-gray-300 leading-relaxed">
Настоящее Пользовательское соглашение определяет условия использования сайта ООО «ДМДК» Настоящее соглашение определяет условия использования сайта ООО «ДМДК» и регулирует
и регулирует отношения между ООО «ДМДК» и пользователями сайта. отношения между пользователем и компанией.
</p> </p>
</div> </div>
@ -345,12 +316,11 @@ const breadcrumbItems = [
<span class="w-6 h-6 bg-gradient-to-r from-teal-500 to-cyan-500 rounded-full flex items-center justify-center"> <span class="w-6 h-6 bg-gradient-to-r from-teal-500 to-cyan-500 rounded-full flex items-center justify-center">
<span class="text-white text-xs font-bold">2</span> <span class="text-white text-xs font-bold">2</span>
</span> </span>
Права и обязанности сторон Права и обязанности пользователя
</h3> </h3>
<p class="text-gray-300 leading-relaxed"> <p class="text-gray-300 leading-relaxed">
Пользователь обязуется использовать сайт только в законных целях и не нарушать права Пользователь обязуется предоставлять достоверную информацию при регистрации и
третьих лиц. ООО «ДМДК» обязуется предоставлять актуальную информацию о своих услугах использовании сайта, а также соблюдать требования действующего законодательства.
и продукции.
</p> </p>
</div> </div>