/*@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Play:wght@400;700&display=swap");*/

:root {
  --teal: #39b7c5;
  --teal-dark: #025e73;
  --teal-ink: #013c49;
  --teal-soft: #ebf7f9;
  --teal-mist: #d4f7fa;
  --orange: #ff7555;
  --orange-hover: #ff5349;
  --ink: #222;
  --muted: #545558;
  --line: #f0f2f5;
  --white: #fff;
  --shadow: 0 8px 24px rgba(1, 60, 73, 0.08);
  --radius: 16px;
  --container: 1294px;
}

.hero {
  padding: 32px 0 50px;
  background-color: #f7fbfc;
 /*background-image: url("data:image/svg+xml,%3Csvg width='1920' height='720' viewBox='0 0 1920 720' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1439.5' cy='16.5' r='95.5' fill='%236ACAD3' opacity='.35'/%3E%3Ccircle cx='1090' cy='464' r='63' fill='%23FF7357' opacity='.28'/%3E%3Ccircle cx='90' cy='89' r='90' fill='%239BDBE1' opacity='.45'/%3E%3Ccircle cx='775' cy='262' r='63' fill='%235FA18B' opacity='.28'/%3E%3C/svg%3E");*/
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.breadcrumbs {
  margin-bottom: 32px;
  color: var(--teal);
  font-size: 1rem;
}

.breadcrumbs a {
  color: var(--teal-dark);
}

.hero-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.sber-mark {
  width: 56px;
  height: 56px;
}
.case__hero_logo__img {
	max-height: 56px;
}
.hero-logo span {
  font-family: Play, "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #21a038;
  display: none;
}

.hero h1 {
  margin: 0 0 16px;
  max-width: 24ch;
  color: var(--teal-dark);
  font-family: Play, "Open Sans", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.17;
}

.hero-lead {
  max-width: 47rem;
  margin: 0;
  color: var(--muted);
  font-size: 1.125rem;
  line-height: 1.55;
}

.section {
  padding: 50px 0;
}

.section.formGetDemo {
	padding-top:0;
}

.section-alt {
  background: #0e3c49; /*#f7fbfc;*/
}

.section-title {
  margin: 0 0 40px;
  color: var(--ink);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.25;
}
.section-alt h2 {
    color: var(--white);
}
.stats-section {
  /*background: linear-gradient(180deg, #f7fbfc 0%, #eef7f9 100%);*/
}

.stats-layout {
  display: grid;
  grid-template-columns: minmax(280px, 340px) 1fr;
  gap: 48px 64px;
  align-items: center;
}

.stat-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.stat-hero-ring {
  width: 300px;
  height: 300px;
  padding: 16px;
  border: 1px solid rgba(57, 183, 197, 0.45);
  border-radius: 50%;
}

.stat-hero-circle {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--teal-ink);
  color: var(--white);
  box-shadow: 0 18px 40px rgba(1, 60, 73, 0.22);
}

.stat-hero-kicker {
  margin: 0 0 8px;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.stat-hero-value {
  margin: 0;
  font-family: Play, "Open Sans", sans-serif;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1;
}

.stat-hero-label {
  margin: 10px 0 0;
  max-width: 12ch;
  font-size: 1rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.9);
}

.stat-hero-split {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.stat-hero-split span {
  min-width: 120px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--white);
  color: var(--muted);
  font-size: 0.8125rem;
  box-shadow: var(--shadow);
}

.stat-hero-split b {
  color: var(--teal-dark);
  font-weight: 700;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.stat-circle {
  width: 104px;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border: 2px solid var(--teal);
  border-radius: 50%;
  background: var(--white);
  color: var(--teal-dark);
  font-family: Play, "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: var(--shadow);
}

.stat-circle--wide {
  font-size: 1.2rem;
}

.stat-copy {
  max-width: 20ch;
}

.stat-label {
  margin: 0;
  color: var(--ink);
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.35;
}

.stat-note {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 400;
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.card {
  padding: 28px 28px 32px;
  background: var(--white);
  border: 1px solid #e4eef0;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.card-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--teal-mist);
  color: var(--teal-dark);
  font-family: Play, "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
}

.card h3 {
  margin: 0 0 12px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
}

.card p,
.card li {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.card ul {
  margin: 12px 0 0;
  padding-left: 1.1rem;
}

.card li + li {
  margin-top: 6px;
}

.prose {
  max-width: 52rem;
  padding: 1rem;
  border: 3px solid #ff75553b;
  border-radius: 1rem;
  background-color: #ff755503;
}

.prose p {
  margin: 0 0 1rem;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #333;
}

.prose ul {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
}

.prose li {
  margin-bottom: 0.4rem;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #333;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}

@media (max-width: 1100px) {
  .hero h1 {
    font-size: 2.5rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .split,
  .stats-layout {
    gap: 40px;
  }

  .stats-layout {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .stats-grid {
    width: 100%;
    max-width: 720px;
  }
}

@media (max-width: 900px) {
  .cards,
  .split,
  .demo-inner,
  .footer-top {
    grid-template-columns: 1fr;
    display: grid;
  }

  .hero {
    padding-bottom: 48px;
  }

  .hero h1 {
    font-size: 2rem;
    max-width: none;
  }

  .section {
    padding: 48px 0;
  }

  .stat-hero-ring {
    width: 240px;
    height: 240px;
  }

  .stat-hero-value {
    font-size: 2.5rem;
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .cards {
    gap: 16px;
  }

  .card {
    padding: 20px;
  }

  .stat-circle {
    width: 88px;
    height: 88px;
    font-size: 1.125rem;
  }
}
