/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 01 2026 | 05:16:10 */
/* ============ REFURBISHED INFO BLOCK — STYLES ============ */
.vh-refurb {
  background: #f6f7f9;
  padding: 90px 20px;
  font-family: inherit;
  color: #111;
  -webkit-font-smoothing: antialiased;
}
.vh-refurb *,
.vh-refurb *::before,
.vh-refurb *::after { box-sizing: border-box; }

.vh-refurb__container {
  max-width: 1240px;
  margin: 0 auto;
}

/* === Заголовок === */
.vh-refurb__head { max-width: 760px; margin-bottom: 56px; }
.vh-refurb__tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 16px;
  font-weight: 500;
}
.vh-refurb__title {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 20px;
  color: #0a0a0a;
  letter-spacing: -0.02em;
}
.vh-refurb__lead {
  font-size: 17px;
  line-height: 1.65;
  color: #4b5563;
  margin: 0;
}

/* === Hero блок с сертификацией === */
.vh-refurb__hero {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 40px;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 56px;
  border: 1px solid #e5e7eb;
  align-items: center;
}
.vh-refurb__cert {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-radius: 16px;
  padding: 32px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.vh-refurb__cert::before {
  content: '';
  position: absolute;
  top: -50%; right: -30%;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(59,130,246,0.25) 0%, transparent 70%);
  pointer-events: none;
}
.vh-refurb__cert-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.vh-refurb__cert-icon {
  width: 64px; height: 64px;
  color: #60a5fa;
  flex-shrink: 0;
}
.vh-refurb__cert-icon svg { width: 100%; height: 100%; }
.vh-refurb__cert-text { display: flex; flex-direction: column; }
.vh-refurb__cert-label {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 4px;
}
.vh-refurb__cert-value {
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}
.vh-refurb__cert-sub {
  font-size: 13px;
  color: #cbd5e1;
  margin-top: 6px;
}
.vh-refurb__cert-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  position: relative;
}
.vh-refurb__cert-flags span {
  background: rgba(255,255,255,0.08);
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  color: #e2e8f0;
}
.vh-refurb__hero-text h3 { margin-top: 0; }
.vh-refurb__hero-text p {
  font-size: 15.5px;
  line-height: 1.7;
  color: #4b5563;
  margin: 0 0 14px;
}
.vh-refurb__hero-text p:last-child { margin-bottom: 0; }

.vh-refurb__h3 {
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 18px;
  color: #0a0a0a;
  letter-spacing: -0.01em;
}

/* === Сетка карточек === */
.vh-refurb__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 64px;
}
.vh-refurb__card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 28px 24px;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.vh-refurb__card:hover {
  transform: translateY(-4px);
  border-color: #0f172a;
  box-shadow: 0 12px 32px rgba(15,23,42,0.08);
}
.vh-refurb__num {
  position: absolute;
  top: 20px; right: 24px;
  font-size: 13px;
  font-weight: 600;
  color: #cbd5e1;
  letter-spacing: 0.05em;
}
.vh-refurb__icon {
  width: 48px; height: 48px;
  color: #0f172a;
  margin-bottom: 18px;
}
.vh-refurb__icon svg { width: 100%; height: 100%; }
.vh-refurb__card h4 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #0a0a0a;
  line-height: 1.3;
}
.vh-refurb__card p {
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
  margin: 0;
}

/* === Процесс восстановления === */
.vh-refurb__process {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 48px;
}
.vh-refurb__steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 16px;
  align-items: start;
  margin-top: 28px;
}
.vh-refurb__step {
  background: #f6f7f9;
  border-radius: 12px;
  padding: 22px 20px;
  border: 1px solid #eef0f3;
}
.vh-refurb__step-num {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #0f172a;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 4px 8px;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}
.vh-refurb__step h5 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #0a0a0a;
}
.vh-refurb__step p {
  font-size: 13px;
  line-height: 1.55;
  color: #6b7280;
  margin: 0;
}
.vh-refurb__step-arrow {
  align-self: center;
  font-size: 22px;
  color: #cbd5e1;
  font-weight: 300;
}

/* === CTA === */
.vh-refurb__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-radius: 20px;
  padding: 36px 40px;
  color: #fff;
  flex-wrap: wrap;
}
.vh-refurb__cta-text { display: flex; flex-direction: column; }
.vh-refurb__cta-text strong {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.vh-refurb__cta-text span {
  font-size: 14.5px;
  color: #cbd5e1;
}
.vh-refurb__btn {
  background: #fff;
  color: #0f172a;
  font-weight: 600;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}
.vh-refurb__btn:hover {
  transform: translateY(-2px);
  background: #f1f5f9;
  color: #0f172a;
}

/* === Адаптив === */
@media (max-width: 1024px) {
  .vh-refurb__hero { grid-template-columns: 1fr; }
  .vh-refurb__grid { grid-template-columns: repeat(2, 1fr); }
  .vh-refurb__steps {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .vh-refurb__step-arrow { display: none; }
}
@media (max-width: 640px) {
  .vh-refurb { padding: 60px 16px; }
  .vh-refurb__hero,
  .vh-refurb__process { padding: 24px; }
  .vh-refurb__grid { grid-template-columns: 1fr; }
  .vh-refurb__steps { grid-template-columns: 1fr; }
  .vh-refurb__cta {
    padding: 28px 24px;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .vh-refurb__btn { width: 100%; text-align: center; }
}