483 lines
15 KiB
HTML
483 lines
15 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
<meta http-equiv="x-dns-prefetch-control" content="on">
|
||
<meta name="bothunter-verification" content="b6173305926f27509754d5b9e3a2deafd8ac1129">
|
||
<meta name="robots" content="index, follow">
|
||
<meta name="keywords"
|
||
content="salvage, vehicle, vehicles, car history, vehicle history, salvage vehicle, salvage vehicles, salvage auto, salvage autos, salvage car, salvage cars, car salvage, vehicle salvage, wreck, wrecked car, car wreck, car part, insurance salvage, insurance car, insurance vehicle, junk, junked, junk car, junk cars">
|
||
<meta name="description"
|
||
content="Salvagedb provides information about salvage or junk vehicles; damage from hail, flood or fire; mileage discrepancies or odometer rollback; and gray market vehicles.">
|
||
<meta name="msvalidate.01" content="2BB4375B58200E283A4EC3AC62DF0F3D">
|
||
<meta name="google-site-verification" content="NBTledQfL0wfsD78Ro4s-mdYTEMhXUQGBpsy4aLor9M">
|
||
<meta property="fb:admins" content="100000893732418">
|
||
<meta http-equiv="Content-Language" content="en">
|
||
<title>Vehicle history check. Check your car VIN. For FREE!</title>
|
||
<link href="https://storage.googleapis.com/static.salvagedb.com/favicon.ico" rel="shortcut icon"
|
||
type="image/x-icon">
|
||
<link href="/static/bootstrap.min.css" rel="stylesheet">
|
||
<link href="/static/bootstrap-responsive.min.css" rel="stylesheet">
|
||
<link href="/static/plus.css" rel="stylesheet">
|
||
<link href="/static/plus2.css" rel="stylesheet">
|
||
<script src="/static/bootstrap.bundle.min.js"></script>
|
||
<style type="text/css">
|
||
@media (max-width: 768px) {
|
||
.search_box {
|
||
width: 100%;
|
||
max-width: 300px;
|
||
}
|
||
.container {
|
||
padding: 0 15px;
|
||
}
|
||
.hero-unit {
|
||
padding: 20px;
|
||
}
|
||
.hero-unit h1 {
|
||
font-size: 24px;
|
||
}
|
||
img {
|
||
max-width: 100%;
|
||
height: auto;
|
||
}
|
||
.search-container {
|
||
width: 100%;
|
||
padding: 0 15px;
|
||
}
|
||
.search-wrapper {
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
gap: 10px;
|
||
}
|
||
.search-wrapper input {
|
||
width: 100%;
|
||
max-width: 300px;
|
||
}
|
||
.search-wrapper button {
|
||
width: 100%;
|
||
max-width: 300px;
|
||
}
|
||
.vin-image {
|
||
max-width: 100%;
|
||
height: auto;
|
||
}
|
||
}
|
||
.search-title {
|
||
text-align: center;
|
||
width: 100%;
|
||
margin-bottom: 20px;
|
||
}
|
||
.search-title h2 {
|
||
display: inline-block;
|
||
margin: 0;
|
||
}
|
||
.table-responsive {
|
||
width: 100%;
|
||
margin-bottom: 20px;
|
||
}
|
||
|
||
#hor-minimalist-a {
|
||
width: 100%;
|
||
border-collapse: collapse;
|
||
}
|
||
|
||
#hor-minimalist-a th {
|
||
padding: 8px;
|
||
text-align: left;
|
||
background: #f5f5f5;
|
||
font-size: 14px;
|
||
}
|
||
|
||
#hor-minimalist-a td {
|
||
padding: 8px;
|
||
border-bottom: 1px solid #ddd;
|
||
font-size: 14px;
|
||
}
|
||
|
||
#hor-minimalist-a td a {
|
||
word-break: break-all;
|
||
}
|
||
|
||
@media (max-width: 768px) {
|
||
#hor-minimalist-a th,
|
||
#hor-minimalist-a td {
|
||
padding: 6px;
|
||
font-size: 12px;
|
||
}
|
||
|
||
#hor-minimalist-a td:nth-child(2) {
|
||
max-width: 200px;
|
||
word-break: break-word;
|
||
}
|
||
|
||
#hor-minimalist-a td:nth-child(4) {
|
||
max-width: 150px;
|
||
word-break: break-all;
|
||
}
|
||
}
|
||
|
||
.pagination-container {
|
||
display: flex;
|
||
justify-content: center;
|
||
margin: 20px 0;
|
||
}
|
||
|
||
.pagination {
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
gap: 5px;
|
||
justify-content: center;
|
||
}
|
||
|
||
.pagination .btn {
|
||
padding: 6px 12px;
|
||
margin: 0;
|
||
border: 1px solid #ddd;
|
||
background: #fff;
|
||
color: #333;
|
||
text-decoration: none;
|
||
border-radius: 3px;
|
||
}
|
||
|
||
.pagination .btn:hover {
|
||
background: #f5f5f5;
|
||
}
|
||
|
||
.pagination .btn.active {
|
||
background: #007bff;
|
||
color: #fff;
|
||
border-color: #007bff;
|
||
}
|
||
|
||
.pagination .btn.disabled {
|
||
color: #999;
|
||
cursor: not-allowed;
|
||
background: #f5f5f5;
|
||
}
|
||
|
||
@media (max-width: 768px) {
|
||
.pagination {
|
||
gap: 3px;
|
||
}
|
||
|
||
.pagination .btn {
|
||
padding: 4px 8px;
|
||
font-size: 12px;
|
||
}
|
||
}
|
||
|
||
.details-container {
|
||
max-width: 800px;
|
||
margin: 0 auto;
|
||
padding: 20px;
|
||
}
|
||
|
||
.car-details {
|
||
margin-bottom: 30px;
|
||
}
|
||
|
||
#one-column-emphasis {
|
||
width: 100%;
|
||
border-collapse: collapse;
|
||
margin-bottom: 20px;
|
||
font-size: 16px;
|
||
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||
border-radius: 8px;
|
||
overflow: hidden;
|
||
}
|
||
|
||
#one-column-emphasis td {
|
||
padding: 12px;
|
||
border-bottom: 1px solid #ddd;
|
||
word-break: break-word;
|
||
}
|
||
|
||
#one-column-emphasis td:first-child {
|
||
font-weight: bold;
|
||
width: 30%;
|
||
background-color: #f5f5f5;
|
||
color: #333;
|
||
}
|
||
|
||
.search-container {
|
||
text-align: center;
|
||
margin-top: 20px;
|
||
}
|
||
|
||
.search-container h2 {
|
||
margin-bottom: 20px;
|
||
}
|
||
|
||
.search-wrapper {
|
||
display: flex;
|
||
flex-direction: column;
|
||
gap: 10px;
|
||
align-items: center;
|
||
}
|
||
|
||
.search-wrapper input {
|
||
width: 100%;
|
||
max-width: 400px;
|
||
}
|
||
|
||
@media (max-width: 768px) {
|
||
.details-container {
|
||
padding: 10px;
|
||
}
|
||
|
||
#one-column-emphasis {
|
||
font-size: 15px;
|
||
border: none;
|
||
box-shadow: none;
|
||
}
|
||
|
||
#one-column-emphasis td {
|
||
padding: 12px 15px;
|
||
display: block;
|
||
width: 100%;
|
||
border-bottom: none;
|
||
position: relative;
|
||
}
|
||
|
||
#one-column-emphasis td:first-child {
|
||
background-color: #007bff;
|
||
color: white;
|
||
font-weight: 600;
|
||
padding: 12px 15px;
|
||
border-radius: 6px 6px 0 0;
|
||
margin-top: 10px;
|
||
}
|
||
|
||
#one-column-emphasis td:last-child {
|
||
background-color: #f8f9fa;
|
||
border-radius: 0 0 6px 6px;
|
||
margin-bottom: 10px;
|
||
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
|
||
}
|
||
|
||
#one-column-emphasis tr {
|
||
border: none;
|
||
margin-bottom: 0;
|
||
display: block;
|
||
}
|
||
|
||
.car-details {
|
||
padding: 0 10px;
|
||
}
|
||
|
||
.search-wrapper input {
|
||
width: 100%;
|
||
}
|
||
}
|
||
|
||
.navbar {
|
||
background: #333;
|
||
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
|
||
position: relative;
|
||
min-height: 50px;
|
||
margin-bottom: 20px;
|
||
}
|
||
|
||
.navbar-inner {
|
||
padding: 0 20px;
|
||
max-width: 1200px;
|
||
margin: 0 auto;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
min-height: 50px;
|
||
}
|
||
|
||
.navbar .brand {
|
||
padding: 10px 0;
|
||
display: flex;
|
||
align-items: center;
|
||
text-decoration: none;
|
||
color: #fff;
|
||
font-weight: 600;
|
||
}
|
||
|
||
.navbar .brand img {
|
||
height: 28px;
|
||
margin-right: 10px;
|
||
}
|
||
|
||
.navbar .nav {
|
||
display: flex;
|
||
list-style: none;
|
||
margin: 0;
|
||
padding: 0;
|
||
}
|
||
|
||
.navbar .nav > li {
|
||
position: relative;
|
||
}
|
||
|
||
.navbar .nav > li > a {
|
||
display: block;
|
||
padding: 15px 20px;
|
||
color: #fff;
|
||
text-decoration: none;
|
||
font-weight: 500;
|
||
transition: all 0.3s;
|
||
}
|
||
|
||
.navbar .nav > li > a:hover {
|
||
background: rgba(255,255,255,0.1);
|
||
}
|
||
|
||
.navbar .nav > li.active > a {
|
||
background: rgba(255,255,255,0.15);
|
||
}
|
||
|
||
.navbar .btn-navbar {
|
||
display: none;
|
||
background: transparent;
|
||
border: none;
|
||
padding: 10px;
|
||
cursor: pointer;
|
||
margin-left: 15px;
|
||
}
|
||
|
||
.navbar .btn-navbar .icon-bar {
|
||
display: block;
|
||
width: 22px;
|
||
height: 2px;
|
||
background-color: #fff;
|
||
margin: 4px 0;
|
||
transition: all 0.3s;
|
||
}
|
||
|
||
@media (max-width: 768px) {
|
||
.navbar-inner {
|
||
padding: 0 15px;
|
||
}
|
||
|
||
.navbar .btn-navbar {
|
||
display: block;
|
||
}
|
||
|
||
.navbar .nav-collapse {
|
||
position: fixed;
|
||
top: 50px;
|
||
left: 0;
|
||
right: 0;
|
||
background: #333;
|
||
padding: 10px 0;
|
||
box-shadow: 0 2px 10px rgba(0,0,0,0.3);
|
||
transform: translateY(-100%);
|
||
opacity: 0;
|
||
visibility: hidden;
|
||
transition: all 0.3s;
|
||
z-index: 1000;
|
||
}
|
||
|
||
.navbar .nav-collapse.in {
|
||
transform: translateY(0);
|
||
opacity: 1;
|
||
visibility: visible;
|
||
}
|
||
|
||
.navbar .nav {
|
||
flex-direction: column;
|
||
}
|
||
|
||
.navbar .nav > li {
|
||
width: 100%;
|
||
}
|
||
|
||
.navbar .nav > li > a {
|
||
padding: 12px 20px;
|
||
border-bottom: 1px solid rgba(255,255,255,0.1);
|
||
}
|
||
}
|
||
</style>
|
||
|
||
|
||
<!-- Yatomo -->
|
||
<script type="text/javascript" >
|
||
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
|
||
m[i].l=1*new Date();
|
||
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
|
||
k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
|
||
(window, document, "script", "https://mc.yandex.com/metrika/tag.js", "ym");
|
||
|
||
ym(99030590, "init", {
|
||
clickmap:true,
|
||
trackLinks:true,
|
||
accurateTrackBounce:true,
|
||
webvisor:true
|
||
});
|
||
</script>
|
||
<noscript><div><img src="https://mc.yandex.com/watch/99030590" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
|
||
<!-- End Matomo Code -->
|
||
|
||
<script src="https://www.google.com/recaptcha/api.js"></script>
|
||
<script src="/static/bootstrap.min.js"></script>
|
||
<script>
|
||
document.addEventListener('DOMContentLoaded', function() {
|
||
var btnNavbar = document.querySelector('.btn-navbar');
|
||
var navCollapse = document.querySelector('.nav-collapse');
|
||
|
||
if (btnNavbar && navCollapse) {
|
||
btnNavbar.addEventListener('click', function() {
|
||
this.classList.toggle('active');
|
||
navCollapse.classList.toggle('active');
|
||
});
|
||
|
||
// Закрытие меню при клике вне его
|
||
document.addEventListener('click', function(e) {
|
||
if (!navCollapse.contains(e.target) && !btnNavbar.contains(e.target)) {
|
||
btnNavbar.classList.remove('active');
|
||
navCollapse.classList.remove('active');
|
||
}
|
||
});
|
||
}
|
||
});
|
||
</script>
|
||
|
||
<link rel="stylesheet"
|
||
href="data:text/css;charset=utf-8;base64,LyogU2V0IHRoZSBhcHAgYXR0cmlidXRlIHRvIHlvdXIgYXBwJ3MgZGFzaC1kZWxpbWl0ZWQgYWxpYXMuICovCmNsb3VkZmxhcmUtYXBwW2FwcD0ieW91ci1hcHAtbmFtZSJdIHsKICBkaXNwbGF5OiBibG9jazsKICBtYXJnaW46IDAuNWVtIDAuMmVtOwogIG91dGxpbmU6IDFweCBkb3R0ZWQ7CiAgcGFkZGluZzogMC41ZW07Cn0KCi8qIFVzZSBuYXRpdmUgZWxlbWVudHMgd2hlbiB5b3UnZCBsaWtlIHRvIGluaGVyaXQgc29tZSBzdHlsZXMgZnJvbSB0aGUgcGFnZS4gKi8KY2xvdWRmbGFyZS1hcHBbYXBwPSJ5b3VyLWFwcC1uYW1lIl0gcCB7CiAgdGV4dC1pbmRlbnQ6IDA7Cn0KCi8qIFVzZSBlbSB1bml0cyB0byBzY2FsZSBlbGVtZW50cyBmb3IgZGlmZmVyZW50IGluaGVyaXRlZCBzdHlsZXMuICovCmNsb3VkZmxhcmUtYXBwW2FwcD0ieW91ci1hcHAtbmFtZSJdIGgxIHsKICBmb250LXNpemU6IDEuOGVtOwogIGZvbnQtd2VpZ2h0OiBib2xkOwp9CgovKiBVc2UgY3VzdG9tIGVsZW1lbnRzIHRvIGF2b2lkIHN0eWxlIGluaGVyaXRhbmNlLiAqLwpjbG91ZGZsYXJlLWFwcFthcHA9InlvdXItYXBwLW5hbWUiXSBleGFtcGxlLWJ1dHRvbiB7CiAgYm9yZGVyOiAxcHggc29saWQ7Cn0KCi8qIFByZWZpeCBjbGFzc2VzIHdpdGggeW91ciBhcHAncyBhbGlhcyB0byBhdm9pZCBzdHlsZSBjb2xsaXNpb25zLiAqLwpjbG91ZGZsYXJlLWFwcFthcHA9InlvdXItYXBwLW5hbWUiXSAuZXhhbXBsZS1oaWdobGlnaHRlZCB7CiAgYmFja2dyb3VuZC1jb2xvcjogeWVsbG93OwogIG91dGxpbmU6IDAuMmVtIHNvbGlkIHllbGxvdzsKfQo=">
|
||
</head>
|
||
<body data-new-gr-c-s-check-loaded="14.982.0">
|
||
<div class="navbar navbar-fixed-top">
|
||
<div class="navbar-inner">
|
||
<div class="container">
|
||
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
|
||
<span class="icon-bar"></span>
|
||
<span class="icon-bar"></span>
|
||
<span class="icon-bar"></span>
|
||
</a>
|
||
<a class="brand" href="https://www.salvagedb.com/">
|
||
<img src="/static/slogo.png" height="28">
|
||
Salvagedb.com</a>
|
||
<div class="nav-collapse">
|
||
<ul class="nav">
|
||
<li class="active"><a href="/">Home</a></li>
|
||
<li class="no2"><a href="/database/page1.html">Salvage vehicles</a></li>
|
||
<li class="no3"><a href="/decodevin.html">Decode VIN</a></li>
|
||
<li class="no6"><a href="mailto:info@salvagedb.com">Contact</a></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
{% block content %}{% endblock %}
|
||
|
||
<br>
|
||
<footer>
|
||
<p style="text-align:center"> All information about the vehicles and their damage was obtained from open
|
||
sources.<br> Salvagedb.com, 2010-<script>document.write(new Date().getFullYear())</script>. All Rights Reserved.</p>
|
||
<p style="text-align:center"><a href="privacy.html">Privacy Policy.</a></p>
|
||
</footer>
|
||
</div>
|
||
|
||
</body>
|
||
</html>
|