| Server IP : 185.252.147.100 / Your IP : 216.73.216.196 Web Server : nginx/1.27.3 System : Linux mitrofanov.ru 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64 User : mitr ( 1000) PHP Version : 8.2.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /www/html/epauto/html/ |
Upload File : |
<!DOCTYPE html>
<html class="scroll-smooth" lang="ru"><head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&family=Inter:wght@400;600&display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
<script id="tailwind-config">
tailwind.config = {
darkMode: "class",
theme: {
extend: {
"colors": {
"surface-variant": "#e0e3e5",
"on-tertiary-fixed-variant": "#3c475a",
"error-container": "#ffdad6",
"on-tertiary-container": "#f6f7ff",
"surface-container-high": "#e6e8ea",
"secondary": "#00677f",
"surface-container": "#eceef0",
"primary-container": "#0066ff",
"outline": "#727687",
"inverse-on-surface": "#eff1f3",
"on-primary-fixed-variant": "#003fa4",
"on-primary-container": "#f8f7ff",
"surface": "#f7f9fb",
"on-primary": "#ffffff",
"on-secondary": "#ffffff",
"on-secondary-fixed-variant": "#004e60",
"secondary-container": "#00ccf9",
"primary": "#0050cb",
"on-background": "#191c1e",
"error": "#ba1a1a",
"inverse-surface": "#2d3133",
"surface-container-highest": "#e0e3e5",
"background": "#f7f9fb",
"inverse-primary": "#b3c5ff",
"secondary-fixed-dim": "#4cd6ff",
"surface-container-lowest": "#ffffff",
"tertiary": "#4f5a6e",
"on-tertiary-fixed": "#111c2d",
"surface-bright": "#f7f9fb",
"on-error-container": "#93000a",
"on-secondary-container": "#005266",
"tertiary-container": "#677287",
"on-tertiary": "#ffffff",
"on-secondary-fixed": "#001f28",
"on-error": "#ffffff",
"primary-fixed-dim": "#b3c5ff",
"surface-container-low": "#f2f4f6",
"surface-dim": "#d8dadc",
"secondary-fixed": "#b7eaff",
"on-surface-variant": "#424656",
"on-surface": "#191c1e",
"surface-tint": "#0054d6",
"tertiary-fixed-dim": "#bcc7de",
"outline-variant": "#c2c6d8",
"on-primary-fixed": "#001849",
"primary-fixed": "#dae1ff",
"tertiary-fixed": "#d8e3fb"
},
"borderRadius": {
"DEFAULT": "0.25rem",
"lg": "0.5rem",
"xl": "0.75rem",
"full": "9999px"
},
"spacing": {
"gutter": "24px",
"xs": "8px",
"container-max": "1280px",
"base": "4px",
"lg": "48px",
"sm": "16px",
"xl": "80px",
"md": "24px"
},
"fontFamily": {
"body-lg": ["Inter"],
"label-sm": ["Inter"],
"h1": ["Manrope"],
"h3": ["Manrope"],
"h2": ["Manrope"],
"body-md": ["Inter"]
},
"fontSize": {
"body-lg": ["18px", {"lineHeight": "1.6", "fontWeight": "400"}],
"label-sm": ["14px", {"lineHeight": "1", "letterSpacing": "0.05em", "fontWeight": "600"}],
"h1": ["48px", {"lineHeight": "1.2", "letterSpacing": "-0.02em", "fontWeight": "700"}],
"h3": ["24px", {"lineHeight": "1.3", "fontWeight": "600"}],
"h2": ["36px", {"lineHeight": "1.25", "letterSpacing": "-0.01em", "fontWeight": "600"}],
"body-md": ["16px", {"lineHeight": "1.5", "fontWeight": "400"}]
}
},
},
}
</script>
<style>
.material-symbols-outlined {
font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
</style>
</head>
<body class="bg-surface text-on-surface font-body-md antialiased">
<!-- TopNavBar -->
<nav class="sticky top-0 w-full z-50 border-b bg-white/90 dark:bg-slate-950/90 backdrop-blur-md border-slate-100 dark:border-slate-800 shadow-[0px_4px_20px_rgba(15,23,42,0.05)] font-['Manrope'] antialiased">
<div class="flex justify-between items-center max-w-7xl mx-auto px-6 md:px-12 h-20">
<div class="text-xl font-extrabold tracking-tight text-slate-900 dark:text-white flex items-center"><img alt="EP Auto Logo" class="h-10 w-auto object-contain" src="text3-21.webp"></div>
<div class="hidden md:flex items-center space-x-8">
<a class="text-slate-600 dark:text-slate-400 font-medium hover:text-blue-600 transition-colors" href="catalog.html">Каталог</a>
<a class="text-slate-600 dark:text-slate-400 font-medium hover:text-blue-600 transition-colors" href="#benefits">Выгодно</a>
<a class="text-slate-600 dark:text-slate-400 font-medium hover:text-blue-600 transition-colors" href="#process">Процесс</a>
<a class="text-slate-600 dark:text-slate-400 font-medium hover:text-blue-600 transition-colors" href="#contacts">Контакты</a>
</div>
<div class="flex items-center space-x-6">
<span class="hidden lg:block font-bold text-slate-900 dark:text-white">+7 950 287 87 51</span>
<button class="bg-primary text-on-primary px-6 py-2.5 rounded-lg font-semibold hover:opacity-90 transition-all duration-200 active:scale-95 transform">Заказать</button>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="relative min-h-[870px] flex items-center pt-20 pb-32 overflow-hidden">
<div class="absolute inset-0 z-0">
<img class="w-full h-full object-cover" src="b.webp"/>
<div class="absolute inset-0 bg-gradient-to-r from-surface via-surface/80 to-transparent"></div>
</div>
<div class="relative z-10 max-w-7xl mx-auto px-6 md:px-12">
<div class="max-w-6xl" style="min-width:80vw">
<span class="inline-block px-4 py-1.5 mb-6 rounded-full bg-primary-container/10 text-primary font-label-sm uppercase tracking-wider">Импорт авто из Азии</span>
<h1 class="font-h1 max-w-3xl text-h1 text-on-background mb-6 leading-tight">
Автомобили из Китая, Кореи и Японии с <span class="text-primary">выгодой до 40%</span>
</h1>
<p class="text-body-lg text-on-surface-variant mb-10 max-w-xl">
Полный цикл подбора и доставки транспортных средств напрямую с аукционов и дилерских площадок без посредников.
</p>
<div class="flex flex-col sm:flex-row gap-4">
<button class="bg-primary text-on-primary px-10 py-5 rounded-xl font-bold text-lg hover:opacity-90 transition-all shadow-lg hover:-translate-y-1">
Рассчитать стоимость
</button>
<button class="bg-white border border-outline-variant text-on-surface px-10 py-5 rounded-xl font-bold text-lg hover:bg-surface-variant transition-all">
Каталог авто
</button>
</div>
</div>
</div>
</section>
<!-- Benefits Section -->
<section class="py-xl bg-surface-container-lowest" id="benefits">
<div class="max-w-7xl mx-auto px-6 md:px-12">
<div class="grid grid-cols-1 md:grid-cols-3 gap-md">
<div class="p-8 rounded-2xl bg-surface border border-slate-100 shadow-[0px_4px_20px_rgba(15,23,42,0.05)] hover:-translate-y-2 transition-transform duration-300">
<div class="w-14 h-14 bg-primary-container/10 rounded-xl flex items-center justify-center mb-6">
<span class="material-symbols-outlined text-primary text-3xl">assignment_return</span>
</div>
<h3 class="font-h3 text-h3 mb-4">Возвратный депозит</h3>
<p class="text-on-surface-variant text-body-md">Гарантируем возврат предоплаты на любом этапе до момента покупки автомобиля на аукционе.</p>
</div>
<div class="p-8 rounded-2xl bg-surface border border-slate-100 shadow-[0px_4px_20px_rgba(15,23,42,0.05)] hover:-translate-y-2 transition-transform duration-300">
<div class="w-14 h-14 bg-primary-container/10 rounded-xl flex items-center justify-center mb-6">
<span class="material-symbols-outlined text-primary text-3xl">schedule</span>
</div>
<h3 class="font-h3 text-h3 mb-4">Срок от 45 дней</h3>
<p class="text-on-surface-variant text-body-md">Налаженная логистическая цепочка позволяет доставлять автомобили в кратчайшие сроки.</p>
</div>
<div class="p-8 rounded-2xl bg-surface border border-slate-100 shadow-[0px_4px_20px_rgba(15,23,42,0.05)] hover:-translate-y-2 transition-transform duration-300">
<div class="w-14 h-14 bg-primary-container/10 rounded-xl flex items-center justify-center mb-6">
<span class="material-symbols-outlined text-primary text-3xl">videocam</span>
</div>
<h3 class="font-h3 text-h3 mb-4">Видеоотчеты</h3>
<p class="text-on-surface-variant text-body-md">Прозрачность на каждом этапе: подробная видеофиксация осмотра, погрузки и прибытия.</p>
</div>
</div>
</div>
</section>
<!-- Services / Cycle Section -->
<section class="py-xl bg-surface">
<div class="max-w-7xl mx-auto px-6 md:px-12">
<div class="text-center mb-16">
<h2 class="font-h2 text-h2 mb-4">Полный цикл импорта</h2>
<p class="text-on-surface-variant max-w-2xl mx-auto">Мы берем на себя все сложности, связанные с международной логистикой и оформлением документов.</p>
</div>
<div class="grid grid-cols-1 lg:grid-cols-4 gap-8">
<div class="relative">
<div class="text-[120px] font-extrabold text-slate-100 absolute -top-10 -left-4 z-0 pointer-events-none">01</div>
<div class="relative z-10">
<h4 class="font-h3 text-xl mb-3">Подбор</h4>
<p class="text-sm text-on-surface-variant">Поиск и экспертный подбор автомобиля по вашим критериям на закрытых площадках.</p>
</div>
</div>
<div class="relative">
<div class="text-[120px] font-extrabold text-slate-100 absolute -top-10 -left-4 z-0 pointer-events-none">02</div>
<div class="relative z-10">
<h4 class="font-h3 text-xl mb-3">Оплата</h4>
<p class="text-sm text-on-surface-variant">Безопасные транзакции и валютный контроль. Прямая оплата инвойса продавцу.</p>
</div>
</div>
<div class="relative">
<div class="text-[120px] font-extrabold text-slate-100 absolute -top-10 -left-4 z-0 pointer-events-none">03</div>
<div class="relative z-10">
<h4 class="font-h3 text-xl mb-3">Логистика</h4>
<p class="text-sm text-on-surface-variant">Морской фрахт и экспедирование в портах. Страхование груза на полную стоимость.</p>
</div>
</div>
<div class="relative">
<div class="text-[120px] font-extrabold text-slate-100 absolute -top-10 -left-4 z-0 pointer-events-none">04</div>
<div class="relative z-10">
<h4 class="font-h3 text-xl mb-3">Таможня</h4>
<p class="text-sm text-on-surface-variant">Таможенное оформление во Владивостоке, получение СБКТС и электронного ПТС.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Calculator Section -->
<section class="py-xl bg-surface-container-lowest" id="catalog">
<div class="max-w-7xl mx-auto px-6 md:px-12">
<div class="flex flex-col md:flex-row justify-between items-end mb-12 gap-6">
<div>
<h2 class="font-h2 text-h2 mb-4">Популярные модели в наличии</h2>
<p class="text-on-surface-variant max-w-xl">Отборные автомобили с проверенной историей, готовые к отправке или уже находящиеся на пути к нам.</p>
</div>
<div class="flex gap-4">
<button class="w-12 h-12 rounded-full border border-outline-variant flex items-center justify-center text-primary hover:bg-primary hover:text-on-primary transition-all">
<span class="material-symbols-outlined">chevron_left</span>
</button>
<button class="w-12 h-12 rounded-full border border-outline-variant flex items-center justify-center text-primary hover:bg-primary hover:text-on-primary transition-all">
<span class="material-symbols-outlined">chevron_right</span>
</button>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Car Card 1: Toyota Levin -->
<div class="bg-white rounded-2xl overflow-hidden border border-slate-100 shadow-sm hover:shadow-md transition-shadow">
<div class="aspect-[16/10] overflow-hidden">
<img alt="Toyota Levin" class="w-full h-full object-cover hover:scale-105 transition-transform duration-500" src="levin.webp"/>
</div>
<div class="p-6">
<div class="flex justify-between items-start mb-4">
<h3 class="font-h3 text-xl">Toyota Levin</h3>
<span class="text-primary font-bold text-lg">1,850,000 ₽</span>
</div>
<div class="grid grid-cols-3 gap-2 mb-6">
<div class="bg-surface-container p-2 rounded-lg text-center text-xs">
<div class="text-on-surface-variant mb-1">Год</div>
<div class="font-bold">2021</div>
</div>
<div class="bg-surface-container p-2 rounded-lg text-center text-xs">
<div class="text-on-surface-variant mb-1">Пробег</div>
<div class="font-bold">24к км</div>
</div>
<div class="bg-surface-container p-2 rounded-lg text-center text-xs">
<div class="text-on-surface-variant mb-1">КПП</div>
<div class="font-bold">CVT</div>
</div>
</div>
<button class="w-full bg-primary text-on-primary py-3 rounded-xl font-bold hover:opacity-90 transition-all">Подробнее</button>
</div>
</div>
<!-- Car Card 2: Haval Jolion -->
<div class="bg-white rounded-2xl overflow-hidden border border-slate-100 shadow-sm hover:shadow-md transition-shadow">
<div class="aspect-[16/10] overflow-hidden">
<img alt="Haval Jolion" class="w-full h-full object-cover hover:scale-105 transition-transform duration-500" src="haval.webp"/>
</div>
<div class="p-6">
<div class="flex justify-between items-start mb-4">
<h3 class="font-h3 text-xl">Haval Jolion</h3>
<span class="text-primary font-bold text-lg">2,150,000 ₽</span>
</div>
<div class="grid grid-cols-3 gap-2 mb-6">
<div class="bg-surface-container p-2 rounded-lg text-center text-xs">
<div class="text-on-surface-variant mb-1">Год</div>
<div class="font-bold">2022</div>
</div>
<div class="bg-surface-container p-2 rounded-lg text-center text-xs">
<div class="text-on-surface-variant mb-1">Пробег</div>
<div class="font-bold">15к км</div>
</div>
<div class="bg-surface-container p-2 rounded-lg text-center text-xs">
<div class="text-on-surface-variant mb-1">КПП</div>
<div class="font-bold">Robot</div>
</div>
</div>
<button class="w-full bg-primary text-on-primary py-3 rounded-xl font-bold hover:opacity-90 transition-all">Подробнее</button>
</div>
</div>
<!-- Car Card 3: Geely Monjaro (filler for 3-column layout) -->
<div class="bg-white rounded-2xl overflow-hidden border border-slate-100 shadow-sm hover:shadow-md transition-shadow hidden lg:block">
<div class="aspect-[16/10] overflow-hidden">
<img alt="Geely Monjaro" class="w-full h-full object-cover hover:scale-105 transition-transform duration-500" src="geely.webp"/>
</div>
<div class="p-6">
<div class="flex justify-between items-start mb-4">
<h3 class="font-h3 text-xl">Geely Monjaro</h3>
<span class="text-primary font-bold text-lg">3,450,000 ₽</span>
</div>
<div class="grid grid-cols-3 gap-2 mb-6">
<div class="bg-surface-container p-2 rounded-lg text-center text-xs">
<div class="text-on-surface-variant mb-1">Год</div>
<div class="font-bold">2023</div>
</div>
<div class="bg-surface-container p-2 rounded-lg text-center text-xs">
<div class="text-on-surface-variant mb-1">Пробег</div>
<div class="font-bold">5к км</div>
</div>
<div class="bg-surface-container p-2 rounded-lg text-center text-xs">
<div class="text-on-surface-variant mb-1">КПП</div>
<div class="font-bold">8AT</div>
</div>
</div>
<button class="w-full bg-primary text-on-primary py-3 rounded-xl font-bold hover:opacity-90 transition-all">Подробнее</button>
</div>
</div>
</div>
<div class="mt-12 text-center">
<a class="inline-flex items-center gap-2 text-primary font-bold hover:gap-4 transition-all" href="catalog.html">
Смотреть весь каталог
<span class="material-symbols-outlined">arrow_forward</span>
</a>
</div>
</div>
</section><section class="py-xl bg-slate-900 text-white overflow-hidden relative">
<div class="absolute top-0 right-0 w-1/2 h-full bg-primary/10 blur-[120px] -z-0"></div>
<div class="max-w-7xl mx-auto px-6 md:px-12 relative z-10">
<div class="grid grid-cols-1 lg:grid-cols-2 gap-16 items-start">
<div>
<h2 class="font-h2 text-h2 mb-8 text-white">Калькулятор расчета стоимости</h2>
<p class="text-slate-400 mb-12">Рассчитайте полную стоимость автомобиля с учетом всех таможенных пошлин и доставки до г. Владивосток.</p>
<div class="space-y-6">
<div class="grid grid-cols-2 gap-4">
<div>
<label class="block text-xs font-bold uppercase tracking-widest text-slate-500 mb-2">Страна</label>
<select class="w-full bg-slate-800 border-slate-700 rounded-lg py-3 px-4 focus:ring-primary focus:border-primary">
<option>Южная Корея (KRW)</option>
<option>Китай (CNY)</option>
<option>Япония (JPY)</option>
</select>
</div>
<div>
<label class="block text-xs font-bold uppercase tracking-widest text-slate-500 mb-2">Цена в валюте</label>
<input class="w-full bg-slate-800 border-slate-700 rounded-lg py-3 px-4 focus:ring-primary focus:border-primary" placeholder="0" type="number"/>
</div>
</div>
<div class="grid grid-cols-2 gap-4">
<div>
<label class="block text-xs font-bold uppercase tracking-widest text-slate-500 mb-2">Тип топлива</label>
<select class="w-full bg-slate-800 border-slate-700 rounded-lg py-3 px-4 focus:ring-primary focus:border-primary">
<option>Бензин</option>
<option>Дизель</option>
<option>Электро</option>
<option>Гибрид</option>
</select>
</div>
<div>
<label class="block text-xs font-bold uppercase tracking-widest text-slate-500 mb-2">Возраст авто</label>
<select class="w-full bg-slate-800 border-slate-700 rounded-lg py-3 px-4 focus:ring-primary focus:border-primary">
<option>До 3 лет</option>
<option>3 - 5 лет</option>
<option>Более 5 лет</option>
</select>
</div>
</div>
<div class="grid grid-cols-2 gap-4">
<div>
<label class="block text-xs font-bold uppercase tracking-widest text-slate-500 mb-2">Объем двигателя (см³)</label>
<input class="w-full bg-slate-800 border-slate-700 rounded-lg py-3 px-4 focus:ring-primary focus:border-primary" type="number" value="2000"/>
</div>
<div>
<label class="block text-xs font-bold uppercase tracking-widest text-slate-500 mb-2">Мощность (л.с.)</label>
<input class="w-full bg-slate-800 border-slate-700 rounded-lg py-3 px-4 focus:ring-primary focus:border-primary" type="number" value="150"/>
</div>
</div>
</div>
</div>
<div class="bg-slate-800/50 backdrop-blur-md rounded-3xl p-8 border border-slate-700/50">
<h4 class="font-h3 text-xl mb-8 border-b border-slate-700 pb-4">Итого в г. Владивосток</h4>
<div class="space-y-5">
<div class="flex justify-between text-slate-400">
<span>Стоимость в стране покупки</span>
<span class="text-white font-semibold">1,450,000 ₽</span>
</div>
<div class="flex justify-between text-slate-400">
<span>Экспортные расходы</span>
<span class="text-white font-semibold">120,000 ₽</span>
</div>
<div class="flex justify-between text-slate-400">
<span>Услуги в РФ (СБКТС, ЭПТС)</span>
<span class="text-white font-semibold">85,500 ₽</span>
</div>
<div class="flex justify-between text-slate-400">
<span>Комиссия компании</span>
<span class="text-white font-semibold">100,000 ₽</span>
</div>
<div class="flex justify-between text-slate-400">
<span>Таможня и утильсбор</span>
<span class="text-white font-semibold">540,000 ₽</span>
</div>
<div class="pt-6 border-t border-slate-700 mt-4">
<div class="flex justify-between items-end">
<span class="text-lg">Итоговая цена</span>
<span class="text-3xl font-bold text-primary-container">2,295,500 ₽</span>
</div>
</div>
</div>
<p class="mt-8 text-[11px] text-slate-500 italic leading-relaxed">
* Цены являются ориентировочными и зависят от курса валют на день подачи декларации. Дополнительно оплачивается хранение на СВХ (складе временного хранения) сверх установленного лимита.
</p>
</div>
</div>
</div>
</section>
<!-- Working Process -->
<section class="py-xl" id="process">
<div class="max-w-7xl mx-auto px-6 md:px-12">
<div class="text-center mb-16">
<h2 class="font-h2 text-h2 mb-4">4 простых шага к вашему авто</h2>
</div>
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div class="flex flex-col items-center text-center">
<div class="w-16 h-16 rounded-full bg-primary text-white flex items-center justify-center font-bold text-xl mb-6 shadow-lg shadow-primary/20">1</div>
<h5 class="font-bold text-lg mb-2">Консультация</h5>
<p class="text-on-surface-variant text-sm">Определяем параметры, бюджет и желаемые характеристики.</p>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-16 h-16 rounded-full bg-primary text-white flex items-center justify-center font-bold text-xl mb-6 shadow-lg shadow-primary/20">2</div>
<h5 class="font-bold text-lg mb-2">Подбор</h5>
<p class="text-on-surface-variant text-sm">Выбираем лучшие варианты на аукционах и проверяем историю.</p>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-16 h-16 rounded-full bg-primary text-white flex items-center justify-center font-bold text-xl mb-6 shadow-lg shadow-primary/20">3</div>
<h5 class="font-bold text-lg mb-2">Оплата</h5>
<p class="text-on-surface-variant text-sm">Оплата инвойса через банк и выкуп автомобиля в стране отправления.</p>
</div>
<div class="flex flex-col items-center text-center">
<div class="w-16 h-16 rounded-full bg-primary text-white flex items-center justify-center font-bold text-xl mb-6 shadow-lg shadow-primary/20">4</div>
<h5 class="font-bold text-lg mb-2">Доставка</h5>
<p class="text-on-surface-variant text-sm">Транспортировка, таможня и торжественная передача ключей.</p>
</div>
</div>
</div>
</section>
<!-- About Us Section -->
<section class="py-xl bg-surface-container-low">
<div class="max-w-7xl mx-auto px-6 md:px-12">
<div class="flex flex-col lg:flex-row gap-20 items-center">
<div class="lg:w-1/2">
<div class="relative">
<img class="rounded-3xl shadow-2xl" src="bg2.webp"/>
<div class="absolute -bottom-10 -right-10 bg-white p-8 rounded-2xl shadow-xl border border-slate-100 hidden md:block">
<div class="text-primary text-4xl font-extrabold">1000+</div>
<div class="text-slate-600 font-semibold">Машин доставлено</div>
</div>
</div>
</div>
<div class="lg:w-1/2">
<h2 class="font-h2 text-h2 mb-6">О компании EP Auto</h2>
<p class="text-body-lg text-on-surface-variant mb-6">
С 2015 года мы профессионально занимаемся поиском и доставкой автомобилей из стран АТР. Наша миссия — сделать процесс покупки авто за границей максимально простым, прозрачным и выгодным для каждого клиента.
</p>
<p class="text-body-md text-on-surface-variant mb-10">
Мы работаем без посредников, имеем собственные представительства в портах отправки и штат опытных инспекторов для осмотра техники на местах.
</p>
<div class="grid grid-cols-2 gap-8">
<div>
<div class="text-3xl font-bold text-primary mb-1">9 лет</div>
<div class="text-sm font-semibold uppercase tracking-wider text-slate-500">На рынке</div>
</div>
<div>
<div class="text-3xl font-bold text-primary mb-1">98%</div>
<div class="text-sm font-semibold uppercase tracking-wider text-slate-500">Довольных клиентов</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contacts / Feedback Section -->
<section class="py-xl" id="contacts">
<div class="max-w-7xl mx-auto px-6 md:px-12">
<div class="bg-white rounded-[32px] overflow-hidden shadow-[0px_32px_64px_-12px_rgba(15,23,42,0.1)] flex flex-col lg:flex-row">
<div class="lg:w-1/2 p-12 lg:p-20">
<h2 class="font-h2 text-h2 mb-6">Связаться с нами</h2>
<p class="text-on-surface-variant mb-10">Оставьте заявку, и наш менеджер подготовит индивидуальную подборку автомобилей по вашим параметрам в течение 30 минут.</p>
<form class="space-y-6">
<input class="w-full border-0 border-b-2 border-slate-100 bg-transparent py-4 focus:ring-0 focus:border-primary transition-all px-0" placeholder="Ваше имя" type="text"/>
<input class="w-full border-0 border-b-2 border-slate-100 bg-transparent py-4 focus:ring-0 focus:border-primary transition-all px-0" placeholder="+7 (___) ___-__-__" type="tel"/>
<textarea class="w-full border-0 border-b-2 border-slate-100 bg-transparent py-4 focus:ring-0 focus:border-primary transition-all px-0" placeholder="Ваш вопрос или пожелания по авто" rows="3"></textarea>
<button class="w-full bg-primary text-on-primary py-5 rounded-2xl font-bold text-lg hover:opacity-90 transition-all shadow-lg">Отправить заявку</button>
</form>
</div>
<div class="lg:w-1/2 bg-slate-100 relative min-h-[400px]">
<div class="absolute inset-0 grayscale opacity-40">
<img class="w-full h-full object-cover" src="map.webp"/>
</div>
<div class="relative z-10 p-12 lg:p-20 h-full flex flex-col justify-end">
<div class="bg-white/90 backdrop-blur p-8 rounded-2xl border border-white/50 shadow-xl max-w-sm">
<h4 class="font-bold text-xl mb-6">Адрес во Владивостоке</h4>
<div class="space-y-4">
<div class="flex items-start gap-4">
<span class="material-symbols-outlined text-primary">location_on</span>
<span class="text-slate-700">ул. Авраменко, 2<br/>Владивосток, Приморский край</span>
</div>
<div class="flex items-start gap-4">
<span class="material-symbols-outlined text-primary">mail</span>
<span class="text-slate-700">info@epauto.ru</span>
</div>
<div class="flex items-start gap-4">
<span class="material-symbols-outlined text-primary">schedule</span>
<span class="text-slate-700">Пн-Сб: 10:00 — 19:00</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="w-full py-16 bg-slate-50 dark:bg-slate-900 border-t border-slate-200 dark:border-slate-800 font-['Manrope'] text-sm leading-relaxed">
<div class="grid grid-cols-1 md:grid-cols-4 gap-12 max-w-7xl mx-auto px-6 md:px-12">
<div class="space-y-6">
<div class="text-lg font-bold text-slate-900 dark:text-white">EP Auto</div>
<p class="text-slate-500 dark:text-slate-400">© 2024 EP Auto. Все права защищены. Ведущий импортер автомобилей из Азии.</p>
</div>
<div>
<h5 class="font-bold text-slate-900 dark:text-white mb-6">Услуги</h5>
<ul class="space-y-4">
<li><a class="text-slate-500 dark:text-slate-400 hover:text-slate-900 dark:hover:text-white hover:underline transition-all" href="#">Каталог</a></li>
<li><a class="text-slate-500 dark:text-slate-400 hover:text-slate-900 dark:hover:text-white hover:underline transition-all" href="#">Выгоды</a></li>
<li><a class="text-slate-500 dark:text-slate-400 hover:text-slate-900 dark:hover:text-white hover:underline transition-all" href="#">Процесс</a></li>
</ul>
</div>
<div>
<h5 class="font-bold text-slate-900 dark:text-white mb-6">Информация</h5>
<ul class="space-y-4">
<li><a class="text-slate-500 dark:text-slate-400 hover:text-slate-900 dark:hover:text-white hover:underline transition-all" href="#">Страхование</a></li>
<li><a class="text-slate-500 dark:text-slate-400 hover:text-slate-900 dark:hover:text-white hover:underline transition-all" href="#">Обработка персональных данных</a></li>
</ul>
</div>
<div>
<h5 class="font-bold text-slate-900 dark:text-white mb-6">Соцсети</h5>
<div class="flex gap-4">
<a class="w-10 h-10 bg-white border border-slate-200 rounded-full flex items-center justify-center text-slate-600 hover:text-primary transition-colors" href="#">
<span class="material-symbols-outlined text-[20px]">send</span>
</a>
<a class="w-10 h-10 bg-white border border-slate-200 rounded-full flex items-center justify-center text-slate-600 hover:text-primary transition-colors" href="#">
<span class="material-symbols-outlined text-[20px]">smart_display</span>
</a>
</div>
</div>
</div>
</footer>
</body></html>