

/* Start:/local/templates/advigen/assets/css/style.css?1789734005247061*/
/* ADVIGEN unified stylesheet */
/* One source of truth for all approved pages. */

*
{
  box-sizing: border-box;
}

html
{
  scroll-behavior: auto;
}

body
{
  margin: 0px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: linear-gradient(rgb(247, 251, 255) 0%, rgb(244, 246, 250) 100%);
}

img
{
  max-width: 100%;
  display: block;
}

a
{
  color: inherit;
  text-decoration: none;
}

.logo
{
  display: inline-flex;
  align-items: center;
  max-width: 220px;
}

.logo__image
{
  display: block;
  width: 100%;
  height: auto;
  max-height: 44px;
  object-fit: contain;
  object-position: left center;
}

.header-contacts
{
  position: relative;
  display: flex;
  align-items: center;
}

.header-contacts__toggle
{
  min-width: 148px;
}

.header-contacts__popup
{
  position: absolute;
  top: calc(100% + 14px);
  right: 0px;
  width: 340px;
  padding: 16px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(11, 113, 186, 0.12);
  box-shadow: rgba(11, 113, 186, 0.16) 0px 24px 54px;
  display: grid;
  gap: 12px;
  z-index: 30;
}

.header-contacts__popup[hidden]
{
  display: none;
}

.header-contacts__link
{
  display: grid;
  grid-template-columns: 40px minmax(0px, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 20px;
  background: linear-gradient(rgb(255, 255, 255) 0%, rgb(247, 251, 255) 100%);
  border: 1px solid rgba(11, 113, 186, 0.1);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  overflow: hidden;
  position: relative;
}

.header-contacts__link::after
{
  content: "";
  position: absolute;
  inset: auto auto -30px -20px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(11, 113, 186, 0.08) 0%, rgba(11, 113, 186, 0) 72%);
  pointer-events: none;
}

.header-contacts__link:hover
{
  transform: translateY(-1px);
  border-color: rgba(11, 113, 186, 0.18);
  box-shadow: rgba(11, 113, 186, 0.1) 0px 16px 28px;
}

.header-contacts__icon
{
  width: 36px;
  height: 36px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
  flex: 0 0 40px;
  overflow: hidden;
}

.header-contacts__icon svg
{
  width: 36px;
  height: 36px;
  display: block;
  object-fit: contain;
}

.header-contacts__icon img
{
  width: 36px;
  height: 36px;
  display: block;
  object-fit: contain;
}

.header-contacts__link--telegram .header-contacts__icon
{
  background: linear-gradient(rgb(42, 171, 238) 0%, rgb(26, 136, 215) 100%);
  color: rgb(255, 255, 255);
}

.header-contacts__link--max .header-contacts__icon
{
  background: linear-gradient(rgb(245, 248, 255) 0%, rgb(234, 243, 255) 100%);
  color: rgb(255, 255, 255);
}

.header-contacts__link--mail .header-contacts__icon
{
  background: linear-gradient(rgb(29, 140, 255) 0%, rgb(11, 113, 186) 100%);
  color: rgb(255, 255, 255);
}

.header-contacts__text
{
  position: relative;
  z-index: 1;
}

.header-contacts__link strong
{
  display: block;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  color: rgb(13, 38, 64);
}

.header-contacts__link small
{
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
}

.nav a:hover
{
  color: var(--primary);
}

.btn
{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 24px;
  border-radius: var(--button-radius);
  font-weight: 700;
  font-size: 15px;
  border: 1px solid transparent;
  transition: 0.2s;
  cursor: pointer;
}

.btn--primary
{
  background: rgb(182, 255, 0);
  color: rgb(13, 15, 20);
  box-shadow: rgba(182, 255, 0, 0.24) 0px 14px 30px;
}

.btn--primary:hover
{
  transform: translateY(-1px);
}

.btn--ghost
{
  background: rgb(255, 255, 255);
  color: var(--primary);
  border-color: rgba(11, 113, 186, 0.18);
}

.hero
{
  padding: 42px 0px 32px;
}

.hero .container
{
  width: min(calc(100% - 32px), var(--container));
}

.hero__grid
{
  display: grid;
  grid-template-columns: minmax(0px, 1.12fr) minmax(360px, 0.88fr);
  gap: 0px;
  align-items: stretch;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(11, 113, 186, 0.14);
  background: linear-gradient(135deg, rgb(11, 113, 186) 0%, rgb(18, 69, 255) 100%);
  min-height: 540px;
}

.hero__content
{
  position: relative;
  overflow: hidden;
  padding: 56px 48px 56px 56px;
  min-height: 540px;
  display: block;
  background: transparent;
  color: rgb(255, 255, 255);
  width: 900px;
}

.hero__content::before
{
  content: "";
  position: absolute;
  inset: auto -10% -35% auto;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 68%);
  pointer-events: none;
}

.hero__visual
{
  position: relative;
  overflow: hidden;
  min-height: 540px;
  background: transparent;
  padding: 0px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.hero__visual::before
{
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18, 69, 255, 0.18) 0%, rgba(18, 69, 255, 0) 72%);
}

.hero__visual::after
{
  content: "";
  position: absolute;
  left: -60px;
  bottom: -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(11, 113, 186, 0.14) 0%, rgba(11, 113, 186, 0) 70%);
}

.hero-figure
{
  position: relative;
  width: min(100%, 430px);
  height: 100%;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.hero-figure__halo
{
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.42) 48%, rgba(255, 255, 255, 0) 74%);
}

.hero-figure__screen
{
  position: absolute;
  border-radius: 26px;
  border: 1px solid rgb(215, 229, 247);
  background: linear-gradient(rgb(255, 255, 255) 0%, rgb(238, 245, 255) 100%);
  box-shadow: rgba(11, 113, 186, 0.12) 0px 18px 34px;
}

.hero-figure__screen--back
{
  width: 210px;
  height: 140px;
  right: 8px;
  top: 88px;
  transform: rotate(10deg);
}

.hero-figure__screen--front
{
  width: 230px;
  height: 150px;
  left: 0px;
  top: 138px;
  transform: rotate(-8deg);
}

.hero-figure__screen::before
{
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 16px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgb(212, 227, 245) 0%, rgb(191, 211, 237) 100%);
}

.hero-figure__screen::after
{
  content: "";
  position: absolute;
  left: 16px;
  right: 22px;
  bottom: 20px;
  height: 56px;
  border-radius: 18px;
  border: 1px solid rgb(216, 230, 247);
  background: linear-gradient(rgb(255, 255, 255) 0%, rgb(239, 245, 255) 100%);
}

.hero-figure__person
{
  position: absolute;
  bottom: 0px;
  width: 290px;
  height: 420px;
}

.hero-figure__head
{
  position: absolute;
  top: 54px;
  left: 50%;
  transform: translateX(-50%);
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background: linear-gradient(rgb(248, 199, 168) 0%, rgb(233, 169, 131) 100%);
  box-shadow: rgba(0, 0, 0, 0.04) 0px -8px 0px inset;
  z-index: 3;
}

.hero-figure__hair
{
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 90px;
  border-radius: 60px 60px 42px 42px;
  background: linear-gradient(rgb(26, 36, 51) 0%, rgb(50, 71, 97) 100%);
  z-index: 4;
}

.hero-figure__body
{
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 230px;
  height: 280px;
  border-radius: 34px 34px 24px 24px;
  background: linear-gradient(rgb(18, 53, 85) 0%, rgb(11, 113, 186) 100%);
  z-index: 2;
}

.hero-figure__body::before
{
  content: "";
  position: absolute;
  top: 44px;
  width: 64px;
  height: 170px;
  border-radius: 32px;
  background: linear-gradient(rgb(18, 53, 85) 0%, rgb(11, 113, 186) 100%);
  left: -34px;
  transform: rotate(16deg);
}

.hero-figure__body::after
{
  content: "";
  position: absolute;
  top: 44px;
  width: 64px;
  height: 170px;
  border-radius: 32px;
  background: linear-gradient(rgb(18, 53, 85) 0%, rgb(11, 113, 186) 100%);
  right: -34px;
  transform: rotate(-16deg);
}

.hero-figure__laptop
{
  position: absolute;
  left: 50%;
  bottom: 78px;
  transform: translateX(-50%);
  width: 250px;
  height: 138px;
  border-radius: 18px;
  background: linear-gradient(rgb(255, 255, 255) 0%, rgb(237, 245, 255) 100%);
  border: 1px solid rgb(215, 229, 247);
  box-shadow: rgba(11, 113, 186, 0.18) 0px 20px 32px;
  z-index: 5;
}

.hero-figure__laptop::before
{
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 18px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgb(215, 230, 247) 0%, rgb(191, 212, 237) 100%);
}

.hero-figure__laptop::after
{
  content: "";
  position: absolute;
  left: 18px;
  right: 32px;
  bottom: 22px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(rgb(248, 251, 255) 0%, rgb(238, 245, 255) 100%);
  border: 1px solid rgb(216, 230, 247);
}

.hero-figure__caption
{
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 20px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: rgba(11, 113, 186, 0.12) 0px 16px 32px;
  z-index: 6;
}

.hero-figure__caption strong
{
  display: block;
  font-size: 16px;
  line-height: 1.2;
  color: rgb(13, 38, 64);
  margin-bottom: 6px;
}

.hero-figure__caption span
{
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: var(--muted);
}

.eyebrow
{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 18px;
  max-width: 410px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

h1
{
  margin: 20px 0px 0px;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: rgb(255, 255, 255);
}

.hero__lead
{
  margin: 30px 0px 0px;
  max-width: 560px;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.hero__actions
{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 60px;
}

.hero__content .btn--ghost
{
  background: rgba(255, 255, 255, 0.12);
  color: rgb(255, 255, 255);
  border-color: rgba(255, 255, 255, 0.2);
}

.hero__content .btn--ghost:hover
{
  background: rgba(255, 255, 255, 0.18);
}

.hero__content .btn--primary:hover
{
  background: rgb(198, 255, 61);
}

.hero__photo-wrap
{
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 540px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 12px;
}

.hero__photo-wrap::before
{
  content: "";
  position: absolute;
  inset: auto -10% -14% auto;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 72%);
}

.hero__photo
{
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  height: auto;
  max-height: 520px;
  object-fit: contain;
  object-position: 165px center;
  align-self: flex-end;
  bottom: -5px;
}

section[id]
{
  scroll-margin-top: 110px;
}

.section__head
{
  display: flex;
  align-items: end;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}

.section__title
{
  margin: 0px;
  font-size: clamp(18px, 4vw, 22px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: rgb(13, 38, 64);
}

.section__desc
{
  display: none;
}

.services
{
  display: grid;
  grid-template-columns: minmax(0px, 1.25fr) minmax(0px, 1fr) minmax(0px, 0.9fr);
  grid-template-areas: "crm dev licenses" "crm dev site";
  gap: 18px;
  align-items: stretch;
}

.service
{
  border-radius: 30px;
  padding: 26px;
  min-height: 320px;
  min-width: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow);
  border: 1px solid rgba(11, 113, 186, 0.1);
  overflow: hidden;
  position: relative;
  height: 100%;
}

.service--main
{
  background: linear-gradient(rgb(15, 32, 51) 0%, rgb(24, 52, 82) 100%);
  color: rgb(255, 255, 255);
}

.service--second
{
  background: rgb(255, 255, 255);
}

.service--accent
{
  background: linear-gradient(rgb(11, 113, 186) 0%, rgb(18, 69, 255) 100%);
  color: rgb(255, 255, 255);
}

.service--light
{
  background: rgb(244, 248, 255);
}

.service__badge
{
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.12);
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.service--second .service__badge
{
  background: rgb(234, 245, 255);
  color: var(--primary);
  border-color: rgb(215, 235, 255);
}

.service--light .service__badge
{
  background: rgb(234, 245, 255);
  color: var(--primary);
  border-color: rgb(215, 235, 255);
}

.service h3
{
  margin: 18px 0px 14px;
  font-size: 38px;
  max-width: none;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

h3.cert-tile__name
{
  margin: 0px;
  font-size: 32px;
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: rgb(13, 15, 20);
  max-width: 320px;
  font-weight: 700;
}

.cert-tile__text
{
  font-size: 16px;
  line-height: 1.55;
  color: var(--muted);
  max-width: 320px;
}

.service p
{
  margin: 0px;
  color: inherit;
  opacity: 0.92;
  line-height: 1.55;
  font-size: 16px;
}

.service ul
{
  margin: 18px 0px 0px;
  padding: 0px;
  list-style: none;
  display: grid;
  gap: 10px;
  font-size: 15px;
  line-height: 1.5;
}

.service li
{
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.service li::before
{
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 8px;
  background: currentcolor;
  opacity: 0.8;
}

.service__cta
{
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border-radius: 18px;
  font-size: 18px;
  font-weight: 900;
  background: rgb(182, 255, 0);
  color: rgb(13, 15, 20);
  padding: 16px 20px;
}

.service__small
{
  min-height: 0px;
}

.service--crm
{
  grid-area: crm;
  min-height: 540px;
}

.service--dev
{
  grid-area: dev;
  min-height: 540px;
}

.service--licenses
{
  grid-area: licenses;
  min-height: 330px;
}

.service--apps
{
  grid-area: apps;
  min-height: 330px;
}

.service--site
{
  grid-area: site;
  min-height: 212px;
}

.tariffs-plus
{
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 18px;
  align-items: stretch;
}

.tariff-card
{
  border-radius: 30px;
  padding: 26px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(11, 113, 186, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 540px;
}

.tariff-card--main
{
  background: linear-gradient(rgb(15, 32, 51) 0%, rgb(24, 52, 82) 100%);
  color: rgb(255, 255, 255);
}

.tariff-card--deposit
{
  background: rgb(255, 255, 255);
}

.tariff-card--single
{
  background: rgb(244, 248, 255);
}

.tariff-card__badge
{
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.12);
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.tariff-card--deposit .tariff-card__badge
{
  background: rgb(234, 245, 255);
  color: var(--primary);
  border-color: rgb(215, 235, 255);
}

.tariff-card--single .tariff-card__badge
{
  background: rgb(234, 245, 255);
  color: var(--primary);
  border-color: rgb(215, 235, 255);
}

.tariff-card h3
{
  margin: 18px 0px 12px;
  font-size: 32px;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.tariff-price
{
  margin: 16px 0px 10px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.tariff-sub
{
  display: block;
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.45;
  color: inherit;
  opacity: 0.9;
}

.tariff-card p
{
  margin: 0px;
  line-height: 1.55;
  font-size: 16px;
  opacity: 0.92;
}

.tariff-card ul
{
  margin: 18px 0px 0px;
  padding: 0px;
  list-style: none;
  display: grid;
  gap: 10px;
  font-size: 15px;
  line-height: 1.5;
}

.tariff-card li
{
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.tariff-card li::before
{
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 8px;
  background: currentcolor;
  opacity: 0.8;
}

.tariffs-plus__note
{
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
}

.trust-grid
{
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  align-items: stretch;
}

.cert-tiles
{
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 16px;
  min-width: 0px;
}

.cert-tile
{
  min-height: 136px;
  border-radius: 30px;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(11, 113, 186, 0.1);
  padding: 20px;
  display: grid;
  gap: 10px;
  align-content: start;
  box-shadow: var(--shadow);
}

.cert-tile--wide
{
  grid-column: 1 / -1;
}

.cert-tile__icon
{
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgb(15, 32, 51);
  color: rgb(255, 255, 255);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
  box-shadow: rgba(11, 113, 186, 0.14) 0px 10px 22px;
}

.cert-tile__icon--gold
{
  background: linear-gradient(rgb(255, 204, 82) 0%, rgb(216, 155, 23) 100%);
  color: rgb(255, 255, 255);
}

.cert-tile__icon--red
{
  background: linear-gradient(rgb(255, 108, 99) 0%, rgb(209, 50, 43) 100%);
  color: rgb(255, 255, 255);
}

.cert-tile__icon--violet
{
  background: linear-gradient(rgb(115, 103, 255) 0%, rgb(81, 68, 219) 100%);
  color: rgb(255, 255, 255);
}

.cert-tile__icon--blue
{
  background: linear-gradient(rgb(38, 166, 255) 0%, rgb(11, 113, 186) 100%);
  color: rgb(255, 255, 255);
}

.cert-tile__icon--teal
{
  background: linear-gradient(rgb(36, 199, 182) 0%, rgb(10, 139, 128) 100%);
  color: rgb(255, 255, 255);
}

.cert-stats-card
{
  position: relative;
  border-radius: 30px;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(11, 113, 186, 0.1);
  padding: 28px 48px 48px;
  box-shadow: var(--shadow);
  min-height: 100%;
  display: grid;
  gap: 24px;
  align-content: start;
}

.cert-stats-card::before
{
  content: "";
  position: absolute;
  right: 18px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid rgb(184, 202, 230);
  background: transparent;
  top: 18px;
}

.cert-stats-card::after
{
  content: "";
  position: absolute;
  right: 18px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid rgb(184, 202, 230);
  background: transparent;
  bottom: 18px;
}

.cert-about-top
{
  margin-bottom: 16px;
}

.cert-about-top__label
{
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 8px;
}

.cert-about-top__text
{
  margin: 0px;
  font-size: 16px;
  line-height: 1.6;
  color: rgb(13, 15, 20);
  max-width: 420px;
}

.cert-about-top__intro
{
  display: grid;
  grid-template-columns: 86px minmax(0px, 1fr);
  gap: 16px;
  align-items: start;
}

.cert-about-top__photo
{
  width: 86px;
  height: 86px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  box-shadow: rgba(11, 113, 186, 0.18) 0px 10px 24px;
  border: 4px solid rgb(255, 255, 255);
  background: linear-gradient(rgb(238, 245, 255) 0%, rgb(219, 234, 255) 100%);
}

.cert-about-top__bubble
{
  position: relative;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(rgb(247, 251, 255) 0%, rgb(238, 246, 255) 100%);
  border: 1px solid rgba(11, 113, 186, 0.12);
}

.cert-about-top__bubble::before
{
  content: "";
  position: absolute;
  left: -10px;
  top: 28px;
  width: 18px;
  height: 18px;
  background: rgb(244, 249, 255);
  border-left: 1px solid rgba(11, 113, 186, 0.12);
  border-bottom: 1px solid rgba(11, 113, 186, 0.12);
  transform: rotate(45deg);
}

.cert-stat
{
  padding: 0px;
  border: 0px;
  background: transparent;
}

.cert-stat strong
{
  display: block;
  font-size: clamp(34px, 3vw, 48px);
  line-height: 0.9;
  color: rgb(0, 0, 0);
  letter-spacing: -0.05em;
  margin-bottom: 10px;
  font-weight: 900;
}

.cert-stat span
{
  display: block;
  font-size: 17px;
  line-height: 1.35;
  color: rgb(13, 15, 20);
  max-width: 320px;
}

.reviews-panel
{
  position: relative;
}

.reviews-slider
{
  position: relative;
  padding: 0px 72px;
}

.reviews-track-wrap
{
  overflow: hidden;
}

.reviews-track
{
  display: flex;
  transition: transform 0.45s;
  will-change: transform;
}

.review-card
{
  flex: 0 0 calc(33.3333% - 10.6667px);
  margin-right: 16px;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(11, 113, 186, 0.1);
  border-radius: 30px;
  box-shadow: var(--shadow);
  padding: 30px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.review-card:last-child
{
  margin-right: 0px;
}

.review-card__icon
{
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgb(255, 107, 44);
  color: rgb(255, 255, 255);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(255, 107, 44, 0.22) 0px 12px 26px;
}

.review-card__icon svg
{
  width: 26px;
  height: 26px;
  display: block;
}

.review-card__title
{
  margin: 0px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
  color: rgb(13, 38, 64);
}

.review-card__text
{
  margin: 0px;
  font-size: 16px;
  line-height: 1.65;
  color: rgb(68, 84, 104);
}

.reviews-arrow
{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(11, 113, 186, 0.16);
  background: rgb(255, 255, 255);
  color: var(--primary);
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  box-shadow: rgba(11, 113, 186, 0.12) 0px 12px 28px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
  z-index: 2;
}

.reviews-arrow:hover
{
  transform: translateY(-50%) scale(1.04);
  box-shadow: rgba(11, 113, 186, 0.16) 0px 16px 32px;
}

.reviews-arrow:disabled
{
  opacity: 0.45;
  cursor: default;
  box-shadow: none;
}

.reviews-arrow--prev
{
  left: 0px;
}

.reviews-arrow--next
{
  right: 0px;
}

.reviews-dots
{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.reviews-dot
{
  width: 10px;
  height: 10px;
  border: 0px;
  border-radius: 999px;
  background: rgba(11, 113, 186, 0.18);
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
}

.reviews-dot.is-active
{
  background: var(--primary);
  transform: scale(1.2);
}

.workflow
{
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 18px;
  align-items: stretch;
}

.workflow__card
{
  background: rgb(255, 255, 255);
  border: 1px solid rgba(11, 113, 186, 0.1);
  border-radius: 30px;
  box-shadow: var(--shadow);
  padding: 28px;
  min-height: 240px;
  display: grid;
  gap: 14px;
  align-content: start;
}

.workflow__card--accent
{
  background: linear-gradient(135deg, rgb(30, 99, 199) 0%, rgb(27, 79, 209) 100%);
  color: rgb(255, 255, 255);
}

.workflow__eyebrow
{
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.workflow__card--accent .workflow__eyebrow
{
  background: rgba(255, 255, 255, 0.12);
  color: rgb(255, 255, 255);
}

.workflow__title
{
  margin: 0px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: inherit;
  max-width: 420px;
}

.workflow__text
{
  margin: 0px;
  font-size: 16px;
  line-height: 1.6;
  color: inherit;
  opacity: 0.92;
  max-width: 440px;
}

.workflow__list
{
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: grid;
  gap: 10px;
}

.workflow__list li
{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.55;
  color: inherit;
  opacity: 0.95;
}

.workflow__list li::before
{
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  margin-top: 8px;
  background: currentcolor;
  opacity: 0.8;
}

.workflow__media
{
  min-height: 240px;
  position: relative;
  overflow: hidden;
}

.workflow__screen
{
  position: absolute;
  border-radius: 24px;
  border: 1px solid rgb(216, 231, 248);
  background: linear-gradient(rgb(253, 254, 254) 0%, rgb(237, 245, 255) 100%);
  box-shadow: rgba(11, 113, 186, 0.1) 0px 18px 36px;
}

.workflow__screen::before
{
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 16px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgb(215, 230, 247) 0%, rgb(193, 214, 238) 100%);
}

.workflow__screen::after
{
  content: "";
  position: absolute;
  left: 16px;
  right: 24px;
  bottom: 22px;
  height: 72px;
  border-radius: 18px;
  background: linear-gradient(rgb(255, 255, 255) 0%, rgb(239, 246, 255) 100%);
  border: 1px solid rgb(217, 231, 247);
}

.workflow__screen--a
{
  inset: 18px 110px 36px 0px;
}

.workflow__screen--b
{
  inset: 68px 0px 0px 140px;
}

.workflow__bars
{
  position: absolute;
  left: 20px;
  right: 20px;
  top: 44px;
  display: grid;
  gap: 10px;
  z-index: 1;
}

.workflow__bars span
{
  display: block;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgb(207, 224, 244) 0%, rgb(183, 206, 237) 100%);
}

.workflow__bars span:nth-child(1)
{
  width: 58%;
}

.workflow__bars span:nth-child(2)
{
  width: 76%;
}

.workflow__bars span:nth-child(3)
{
  width: 42%;
}

.leadbox
{
  padding: 40px 32px 100px;
  border-radius: 34px;
  background: linear-gradient(rgb(15, 32, 51) 0%, rgb(24, 52, 82) 100%);
  color: rgb(255, 255, 255);
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  place-items: center;
  box-shadow: rgba(7, 43, 70, 0.28) 0px 30px 70px;
  overflow: hidden;
  position: relative;
  min-height: 360px;
  text-align: center;
}

.leadbox::after
{
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  right: -110px;
  bottom: -200px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
}

.leadbox h3
{
  margin: 20px 0px 0px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 0.95;
  letter-spacing: -0.05em;
  max-width: 720px;
  color: rgb(255, 255, 255);
}

.leadbox p
{
  margin: 0px;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
  max-width: 720px;
}

.leadbox__intro
{
  display: grid;
  gap: 14px;
  justify-items: center;
  position: relative;
  z-index: 1;
  padding-top: 0px;
}

.leadbox__card
{
  display: none;
}

.leadsteps
{
  display: none;
}

.leadmessengers
{
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 14px;
  justify-content: center;
  margin-top: 30px;
  width: min(100%, 950px);
  position: relative;
  z-index: 2;
  align-items: stretch;
}

.leadmessengers__btn
{
  min-height: 88px;
  border-radius: 20px;
  border-width: 1px 1px 3px;
  border-style: solid;
  border-color: rgba(11, 113, 186, 0.1) rgba(11, 113, 186, 0.1) rgb(183, 255, 0);
  border-image: initial;
  display: grid;
  grid-template-columns: 40px minmax(0px, 1fr);
  gap: 15px;
  align-items: center;
  padding: 16px 18px 16px 30px;
  background: linear-gradient(rgb(255, 255, 255) 0%, rgb(247, 251, 255) 100%);
  box-shadow: rgba(255, 255, 255, 0.14) 0px 16px 34px;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  text-align: left;
  color: rgb(13, 38, 64);
}

.leadmessengers__card
{
  min-height: 88px;
  border-radius: 20px;
  border-width: 1px 1px 3px;
  border-style: solid;
  border-color: rgba(11, 113, 186, 0.1) rgba(11, 113, 186, 0.1) rgb(183, 255, 0);
  border-image: initial;
  display: grid;
  grid-template-columns: 40px minmax(0px, 1fr);
  gap: 15px;
  align-items: center;
  padding: 16px 18px 16px 30px;
  background: linear-gradient(rgb(255, 255, 255) 0%, rgb(247, 251, 255) 100%);
  box-shadow: rgba(255, 255, 255, 0.14) 0px 16px 34px;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  text-align: left;
  color: rgb(13, 38, 64);
}

.leadmessengers__btn:hover
{
  transform: translateY(-1px);
  box-shadow: rgba(255, 255, 255, 0.18) 0px 18px 36px;
  border-color: rgba(11, 113, 186, 0.18);
}

.leadmessengers__card:hover
{
  transform: translateY(-1px);
  box-shadow: rgba(255, 255, 255, 0.18) 0px 18px 36px;
  border-color: rgba(11, 113, 186, 0.18);
}

.leadmessengers__btn--max
{
  color: rgb(13, 38, 64);
}

.leadmessengers__btn--max .leadmessengers__icon
{
  background: linear-gradient(rgb(245, 248, 255) 0%, rgb(234, 243, 255) 100%);
  color: rgb(255, 255, 255);
}

.leadmessengers__card--mail .leadmessengers__icon
{
  background: linear-gradient(rgb(29, 140, 255) 0%, rgb(11, 113, 186) 100%);
  color: rgb(255, 255, 255);
}

.leadmessengers__body
{
  display: block;
  min-width: 0px;
}

.leadmessengers__title
{
  display: block;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  color: rgb(13, 38, 64);
}

.leadmessengers__subtext
{
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  line-height: 1.35;
}

.leadmessengers__email
{
  display: inline-block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.35;
  user-select: all;
  cursor: text;
  word-break: break-all;
}

.leadmessengers__mail-action
{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
}

.btn--with-icon
{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn__icon
{
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn__icon svg
{
  width: 100%;
  height: 100%;
  display: block;
}

.leadmessengers__brand
{
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.leadmessengers__brand-text
{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0px 10px;
  border-radius: 999px;
  background: rgb(243, 245, 248);
  color: rgb(23, 24, 28);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.leadmessengers__icon
{
  border-radius: 14px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
}

.leadmessengers__icon svg
{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.leadmessengers__icon img
{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.muted-note
{
  font-size: 13px;
  color: rgb(113, 131, 154);
  margin-top: 12px;
}

.work-process
{
  padding: 80px 0px;
  margin-bottom: 60px;
}

.work-process__title
{
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
}

.work-process__subtitle
{
  font-size: 15px;
  color: rgb(95, 107, 122);
  margin-bottom: 40px;
}

.work-process__grid
{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.work-step
{
  padding: 28px;
  border-radius: 24px;
  background: rgb(248, 251, 255);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.work-step__num
{
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
}

.work-step__title
{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.work-step__list
{
  padding-left: 18px;
  margin: 0px;
}

.work-step__list li
{
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.5;
}

.cta-note
{
  display: block;
  margin-top: 6px;
  font-size: 14px;
  opacity: 0.8;
}

.hero__fit
{
  margin-top: 28px;
  max-width: 620px;
  display: grid;
  gap: 12px;
}

.hero__fit span
{
  display: block;
  position: relative;
  padding-left: 16px;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
}

.hero__fit span::before
{
  content: "";
  position: absolute;
  left: 0px;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(182, 255, 0);
}

.fit-block
{
  margin: 40px 0px 60px;
}

.fit-block__inner
{
  display: grid;
  grid-template-columns: minmax(0px, 1.2fr) minmax(320px, 0.8fr);
  gap: 32px;
  align-items: stretch;
  position: relative;
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgb(248, 251, 255) 0%, rgb(238, 245, 255) 100%);
  border: 1px solid rgba(11, 113, 186, 0.14);
  box-shadow: rgba(11, 113, 186, 0.08) 0px 18px 40px;
  overflow: hidden;
}

.fit-block__inner::before
{
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18, 69, 255, 0.1) 0%, rgba(18, 69, 255, 0) 72%);
  pointer-events: none;
}

.fit-block__content
{
  position: relative;
  z-index: 1;
}

.fit-block__eyebrow
{
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(11, 113, 186, 0.08);
  color: var(--primary-dark);
  font-size: 13px;
  font-weight: 700;
}

.fit-block__content h3
{
  margin: 0px 0px 14px;
  font-size: 32px;
  line-height: 1.1;
  color: rgb(13, 38, 64);
}

.fit-block__lead
{
  margin: 0px 0px 22px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--muted);
  max-width: 720px;
}

.fit-block__list
{
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 14px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.fit-block__list li
{
  position: relative;
  min-height: 100%;
  padding: 18px 18px 18px 52px;
  margin: 0px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(11, 113, 186, 0.1);
  box-shadow: rgba(11, 113, 186, 0.06) 0px 10px 24px;
  font-size: 16px;
  line-height: 1.45;
  color: rgb(16, 35, 59);
}

.fit-block__list li::before
{
  content: "✓";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(182, 255, 0);
  color: rgb(13, 38, 64);
  font-size: 14px;
  font-weight: 800;
}

.fit-block__visual
{
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(rgb(13, 39, 64) 0%, rgb(18, 56, 94) 100%);
  color: rgb(255, 255, 255);
  box-shadow: rgba(13, 39, 64, 0.18) 0px 18px 36px;
}

.fit-block__visual-title
{
  margin: 0px;
  font-size: 24px;
  line-height: 1.2;
}

.fit-block__visual-text
{
  margin: 0px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

.fit-icon-row
{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.fit-icon
{
  min-height: 132px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px;
  text-align: center;
  backdrop-filter: blur(10px);
}

.fit-icon img
{
  object-fit: contain;
}

.fit-icon span
{
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.leadbox__badge
{
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.12);
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.leadbox__badge::before
{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(183, 255, 0);
  box-shadow: rgba(127, 181, 239, 0.12) 0px 0px 0px 6px;
  flex: 0 0 10px;
  margin-right: 13px;
  margin-top: 3px;
}

.page-wrapper
{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main.main-content
{
  flex: 1 0 auto;
}

.hero-points
{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-points span
{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: rgb(255, 255, 255);
}

.scenarios
{
  padding-top: 6px;
}

.scenario-grid
{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 26px;
}

.scenario-card
{
  padding: 28px;
  border-radius: 28px;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(11, 113, 186, 0.1);
  box-shadow: var(--shadow);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.scenario-card:hover
{
  transform: translateY(-3px);
  border-color: rgba(182, 255, 0, 0.35);
  box-shadow: rgba(11, 113, 186, 0.08) 0px 20px 40px;
}

.scenario-card h3
{
  margin: 0px 0px 16px;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: rgb(13, 38, 64);
}

.scenario-card p
{
  margin: 0px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
}

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

.work-card__media img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-card__body
{
  position: relative;
  flex: 1 1 auto;
  padding: 16px 54px 20px 18px;
}

.work-card:hover .work-card__arrow
{
  transform: translateX(3px);
  background: rgb(228, 241, 255);
}

.page-anchor
{
  display: block;
  position: relative;
  top: -20px;
  visibility: hidden;
}

.engagement-layout
{
  display: grid;
  grid-template-columns: minmax(0px, 0.92fr) minmax(0px, 1.08fr);
  gap: 18px;
  align-items: stretch;
}

.engagement-scenarios::after
{
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -140px;
  bottom: -170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(29, 122, 255, 0.34) 0%, rgba(29, 122, 255, 0) 68%);
  pointer-events: none;
}

.engagement-scenarios__list
{
  position: relative;
  z-index: 1;
  display: grid;
}

.engagement-scenario__num
{
  color: rgb(120, 181, 255);
  font-weight: 800;
  font-size: 13px;
  padding-top: 2px;
}

.engagement-price__main
{
  min-width: 0px;
}

.engagement-price__label
{
  display: inline-block;
  margin-bottom: 10px;
  color: rgb(113, 130, 162);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}

.engagement-price__side
{
  min-width: 165px;
  text-align: right;
}

.engagement-price__value small
{
  color: rgb(117, 134, 168);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0px;
}

.engagement-price__note
{
  display: block;
  margin-top: 9px;
  color: rgb(123, 137, 164);
  font-size: 12px;
  line-height: 1.3;
}

.engagement-prices__cta span
{
  font-size: 25px;
}

.engagement-prices__cta:hover
{
  transform: translateY(-1px);
  box-shadow: rgba(94, 135, 0, 0.16) 0px 12px 25px;
}

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

.ecosystem-links
{
  border-top: 1px solid rgb(229, 236, 247);
}

.contact-section
{
  padding-top: 24px;
  padding-bottom: 56px;
}

.contact-form-block::after
{
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  left: -180px;
  bottom: -260px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}

.contact-form-block__intro
{
  position: relative;
  z-index: 1;
  padding-top: 4px;
}

.contact-form
{
  position: relative;
  z-index: 2;
  background: rgb(255, 255, 255);
  border-radius: 28px;
  padding: 30px;
  color: rgb(7, 18, 47);
  display: grid;
  gap: 20px;
  box-shadow: rgba(7, 18, 47, 0.18) 0px 22px 50px;
}

.contact-form__row
{
  display: grid;
  gap: 16px;
}

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

.contact-field
{
  display: grid;
  gap: 9px;
  min-width: 0px;
}

fieldset.contact-field
{
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.contact-field__label
{
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
  color: rgb(7, 18, 47);
}

.contact-field input[type="text"]
{
  width: 100%;
  border: 1px solid rgb(219, 227, 243);
  background: rgb(248, 250, 255);
  color: rgb(7, 18, 47);
  border-radius: 17px;
  font: inherit;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  min-height: 56px;
  padding: 0px 16px;
}

.contact-field input[type="tel"]
{
  width: 100%;
  border: 1px solid rgb(219, 227, 243);
  background: rgb(248, 250, 255);
  color: rgb(7, 18, 47);
  border-radius: 17px;
  font: inherit;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  min-height: 56px;
  padding: 0px 16px;
}

.contact-field input[type="email"]
{
  width: 100%;
  border: 1px solid rgb(219, 227, 243);
  background: rgb(248, 250, 255);
  color: rgb(7, 18, 47);
  border-radius: 17px;
  font: inherit;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  min-height: 56px;
  padding: 0px 16px;
}

.contact-field textarea
{
  width: 100%;
  border: 1px solid rgb(219, 227, 243);
  background: rgb(248, 250, 255);
  color: rgb(7, 18, 47);
  border-radius: 17px;
  font: inherit;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  min-height: 132px;
  padding: 15px 16px;
  resize: vertical;
}

.contact-field input::placeholder
{
  color: rgb(138, 151, 177);
}

.contact-field textarea::placeholder
{
  color: rgb(138, 151, 177);
}

.contact-chips
{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-chip
{
  position: relative;
  display: inline-flex;
}

.contact-chip input
{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.contact-chip span
{
  min-height: 44px;
  padding: 0px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgb(219, 227, 243);
  background: rgb(255, 255, 255);
  color: rgb(24, 36, 67);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
}

.contact-chip span:hover
{
  border-color: rgb(170, 192, 247);
  background: rgb(246, 249, 255);
}

.contact-form__bottom
{
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  padding-top: 2px;
}

.contact-form__submit
{
  min-height: 58px;
  padding: 0px 22px 0px 24px;
  border: 0px;
  border-radius: 999px;
  background: rgb(183, 255, 0);
  color: rgb(7, 18, 47);
  font-style: inherit;
  font-variant: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  font-weight: 850;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  box-shadow: rgba(64, 102, 0, 0.15) 0px 12px 26px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.contact-form__submit:hover
{
  transform: translateY(-1px);
  box-shadow: rgba(64, 102, 0, 0.22) 0px 16px 30px;
}

.contact-form__submit-arrow
{
  font-size: 24px;
  line-height: 1;
}

.contact-consent
{
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: rgb(117, 129, 154);
  font-size: 12px;
  line-height: 1.35;
  cursor: pointer;
}

.new-hero__cta span
{
  line-height: 1;
  font-weight: 500;
  font-size: 22px;
}

.new-hero__cta:hover
{
  box-shadow: rgba(182, 255, 0, 0.28) 0px 20px 38px;
  transform: translateY(-1px);
}

.works-preview__all span
{
  margin-left: 7px;
  font-size: 19px;
}

.work-card__media
{
  height: 236px;
  margin: 5px 5px 0px;
  overflow: hidden;
  background: rgb(237, 246, 255);
  border-radius: 19px;
}

.work-card__text-media
{
  min-height: 236px;
  padding: 24px 24px 16px;
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1.45;
  background: linear-gradient(rgb(255, 255, 255) 0%, rgb(248, 251, 255) 100%);
  color: var(--adv-muted);
}

.engagement-section
{
  padding-top: 24px;
}

.ecosystem-section
{
  padding-top: 24px;
}

.container
{
  margin: 0px auto;
  width: min(calc(100% - 32px), var(--site-container));
}

.section
{
  padding: 24px 0px;
}

.works-preview__head .section__title
{
  margin: 0px;
  font-size: clamp(18px, 4vw, 22px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: var(--site-heading);
}

.engagement-section .section__title
{
  margin: 0px;
  font-size: clamp(18px, 4vw, 22px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: var(--site-heading);
}

.ecosystem-section .section__title
{
  margin: 0px;
  font-size: clamp(18px, 4vw, 22px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: var(--site-heading);
}

.new-hero
{
  position: relative;
  overflow: hidden;
  padding: 34px 0px 32px;
}

.new-hero__grid
{
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0px, 1.08fr) minmax(430px, 0.92fr);
  gap: 22px;
  min-height: 540px;
}

.new-hero__content
{
  position: relative;
  z-index: 2;
  padding: 24px 0px 28px;
}

.new-hero__title
{
  margin: 0px;
  max-width: 770px;
  font-size: clamp(42px, 4.1vw, 58px);
  line-height: 1.01;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: var(--site-heading);
}

.new-hero__cta
{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, box-shadow 0.2s;
  min-width: 0px;
  gap: 12px;
  background: var(--adv-lime);
  color: rgb(13, 15, 20);
  box-shadow: rgba(182, 255, 0, 0.24) 0px 14px 30px;
  margin-top: 28px;
  padding: 15px 24px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 700;
}

.works-preview
{
  padding-top: 24px;
}

.works-preview__head
{
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
  align-items: end;
}

.engagement-section__head
{
  margin-bottom: 20px;
}

.ecosystem-section__head
{
  margin-bottom: 20px;
}

.engagement-scenarios
{
  color: rgb(255, 255, 255);
  overflow: hidden;
  position: relative;
  background: var(--site-dark);
  border-radius: var(--site-radius-lg);
  padding: 30px;
}

.engagement-scenario
{
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  padding: 16px 0px;
  font-size: 15px;
  line-height: 1.5;
}

.engagement-price
{
  min-width: 0px;
  border: 1px solid rgb(228, 235, 246);
  background: rgb(248, 250, 255);
  border-radius: var(--site-radius-md);
}

.engagement-price--accent
{
  background: rgb(238, 245, 255);
  border-color: rgb(207, 224, 255);
}

.engagement-price--row
{
  display: grid;
  grid-template-columns: minmax(0px, 1fr) auto;
  align-items: center;
  gap: 30px;
  padding: 22px;
}

.engagement-price h3
{
  margin: 0px 0px 10px;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: var(--site-heading);
}

.engagement-price p
{
  margin: 0px;
  max-width: 530px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--site-muted);
}

.engagement-prices__cta
{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgb(7, 18, 47);
  font-weight: 850;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  background: var(--adv-lime);
  min-height: 62px;
  border-radius: 20px;
  padding: 0px 22px;
  font-size: 15px;
}

.contact-form-block__intro h3
{
  color: rgb(255, 255, 255);
  margin: 20px 0px 16px;
  max-width: 600px;
  font-size: clamp(42px, 4.1vw, 58px);
  line-height: 1.01;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.contact-form-block__intro p
{
  margin: 0px;
  color: rgba(255, 255, 255, 0.82);
  max-width: 500px;
  font-size: 16px;
  line-height: 1.55;
}

.new-hero::before
{
  content: "";
  position: absolute;
  inset: 0px;
  pointer-events: none;
  background: radial-gradient(circle at 78% 42%, rgba(53, 153, 255, 0.035), transparent 30%), radial-gradient(circle at 24% 18%, rgba(182, 255, 0, 0.024), transparent 22%);
}

.work-card
{
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0px;
  min-height: 425px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(11, 113, 186, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
  border-radius: var(--site-radius-lg);
  box-shadow: rgba(15, 23, 42, 0.055) 0px 14px 34px;
}

.engagement-prices
{
  border: 1px solid rgba(11, 113, 186, 0.12);
  background: rgb(255, 255, 255);
  display: grid;
  grid-template-rows: 1fr 1fr auto;
  gap: 12px;
  border-radius: var(--site-radius-lg);
  padding: 16px;
  box-shadow: rgba(15, 23, 42, 0.055) 0px 14px 34px;
}

.work-card:hover
{
  transform: translateY(-3px);
  box-shadow: rgba(15, 23, 42, 0.086) 0px 19px 40px;
}

.new-hero__visual
{
  z-index: 1;
  min-width: 0px;
  position: relative;
  isolation: isolate;
}

.new-hero__visual img
{
  width: 112%;
  max-width: none;
  margin-left: -5%;
  display: block;
  filter: none;
  mask-image: radial-gradient(72% 79% at 55% 50%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 56%, rgba(0, 0, 0, 0.92) 67%, rgba(0, 0, 0, 0.54) 82%, transparent 100%);
}

.new-hero__visual::after
{
  content: "";
  position: absolute;
  z-index: 2;
  inset: -2%;
  pointer-events: none;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.72) 5%, transparent 18%, transparent 88%, rgba(255, 255, 255, 0.45) 97%, rgb(255, 255, 255) 100%), linear-gradient(rgb(255, 255, 255) 0%, transparent 13%, transparent 87%, rgb(255, 255, 255) 100%);
  opacity: 0.68;
}

.work-card h3
{
  margin: 14px 0px 6px;
  color: var(--site-heading);
  font-size: 19px;
  line-height: 1.18;
  letter-spacing: -0.025em;
  font-weight: 700;
}

.work-card p
{
  margin: 0px;
  line-height: 1.5;
  color: var(--site-muted);
  font-size: 15px;
}

.engagement-scenarios h3
{
  position: relative;
  z-index: 1;
  max-width: 570px;
  color: rgb(255, 255, 255);
  letter-spacing: -0.04em;
  font-weight: 700;
  margin: 0px 0px 24px;
  font-size: 28px;
  line-height: 1.1;
}

.engagement-scenarios__eyebrow
{
  color: rgb(139, 191, 255);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.04em;
  display: none;
}

.ecosystem-card
{
  min-width: 0px;
  border: 1px solid rgb(226, 231, 239);
  border-radius: var(--site-radius-lg);
  box-shadow: rgba(15, 23, 42, 0.055) 0px 14px 34px;
  background: rgb(255, 255, 255);
  padding: 30px;
}

.ecosystem-card__top
{
  display: grid;
  grid-template-columns: 190px minmax(0px, 1fr);
  gap: 22px;
  align-items: center;
}

.ecosystem-card h3
{
  margin: 0px;
  letter-spacing: -0.03em;
  font-size: 27px;
  line-height: 1.08;
  font-weight: 800;
  color: rgb(13, 38, 64);
}

.ecosystem-card__lead
{
  max-width: 560px;
  margin: 24px 0px 18px;
  line-height: 1.55;
  color: rgb(91, 100, 114);
  font-size: 16px;
}

.ecosystem-links a
{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgb(229, 236, 247);
  text-decoration: none;
  transition: color 0.2s, padding-left 0.2s;
  min-height: 54px;
  line-height: 1.45;
  color: rgb(51, 65, 85);
  font-size: 15px;
  font-weight: 650;
}

.contact-form-block
{
  background: rgb(27, 79, 209);
  border-radius: 34px;
  color: rgb(255, 255, 255);
  display: grid;
  align-items: start;
  overflow: hidden;
  position: relative;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0px, 1.2fr);
  gap: 44px;
  padding: 44px;
  box-shadow: rgba(15, 23, 42, 0.12) 0px 24px 58px;
}

.contact-form-block__badge
{
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  min-height: 27px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0px;
  text-transform: none;
}

:root
{
  --bg: #f5f7fb;
  --text: #111827;
  --muted: #5b6472;
  --line: #dbe3ef;
  --primary: #0b71ba;
  --primary-alt: #1245ff;
  --primary-dark: #084f82;
  --card: #ffffff;
  --card-dark: #0d2740;
  --accent-soft: #eaf5ff;
  --success: #14c38e;
  --shadow: 0 20px 50px rgba(11, 113, 186, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1200px;
  --button-radius: 20px;
  --adv-text: #0d2640;
  --adv-muted: #5b6472;
  --adv-line: #dbe3ef;
  --adv-lime: #b6ff00;
  --adv-dark: #07122f;
  --adv-radius-lg: 24px;
  --adv-radius-xl: 32px;
  --site-text: #111827;
  --site-heading: #0d2640;
  --site-muted: #5b6472;
  --site-line: #dbe3ef;
  --site-primary-alt: #1245ff;
  --site-radius-xl: 32px;
  --site-radius-lg: 24px;
  --site-radius-md: 18px;
  --site-container: 1200px;
  --site-dark: #07122f;
  --unified-blue: #1b4fd1;
  --site-primary: #1b4fd1;
  --adv-primary: #1b4fd1;
  --adv-primary-alt: #1b4fd1;
}

.new-hero__title span
{
  white-space: nowrap;
  color: var(--unified-blue);
}

.works-preview__all
{
  flex: 0 0 auto;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 700;
  color: var(--unified-blue);
}

.work-card__arrow
{
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  transition: transform 0.2s, background 0.2s;
  background: rgb(234, 245, 255);
  color: var(--unified-blue);
}

.engagement-price__value
{
  white-space: nowrap;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 900;
  color: var(--unified-blue);
}

.ecosystem-links a span:last-child
{
  flex: 0 0 auto;
  font-size: 23px;
  line-height: 1;
  color: var(--unified-blue);
}

.work-card__tag
{
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  color: var(--unified-blue);
  background: rgba(27, 79, 209, 0.08);
}

.ecosystem-links a:hover
{
  padding-left: 4px;
  color: var(--unified-blue);
}

.contact-field__label b
{
  color: var(--unified-blue);
}

.contact-field input:focus
{
  background: rgb(255, 255, 255);
  border-color: var(--unified-blue);
  box-shadow: rgba(27, 79, 209, 0.1) 0px 0px 0px 4px;
}

.contact-field textarea:focus
{
  background: rgb(255, 255, 255);
  border-color: var(--unified-blue);
  box-shadow: rgba(27, 79, 209, 0.1) 0px 0px 0px 4px;
}

.contact-chip input:checked + span
{
  color: rgb(255, 255, 255);
  box-shadow: rgba(27, 79, 209, 0.18) 0px 8px 18px;
  background: var(--unified-blue);
  border-color: var(--unified-blue);
}

.contact-consent input
{
  margin-top: 2px;
  accent-color: var(--unified-blue);
}

.ecosystem-card__brand
{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  min-width: 190px;
  height: 66px;
  border-radius: 18px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(227, 232, 239);
  box-shadow: none;
  padding: 9px 14px;
}

.ecosystem-card__brand--b24
{
  width: 190px;
  min-width: 190px;
  height: 66px;
  border-radius: 18px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(227, 232, 239);
  box-shadow: none;
  padding: 9px 14px;
}

.ecosystem-card__brand img
{
  display: block;
  opacity: 1;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 46px;
  object-fit: contain;
}

.ecosystem-card__brand--b24 img
{
  max-height: 40px;
}

.preview-page-divider
{
  margin-top: 72px;
  padding: 28px 0px;
  background: rgb(7, 18, 47);
  color: rgb(255, 255, 255);
}

.preview-page-divider .container
{
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.preview-page-divider span
{
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.preview-page-divider strong
{
  font-size: 20px;
  line-height: 1;
}

.preview-page
{
  background: linear-gradient(rgb(247, 251, 255) 0%, rgb(244, 246, 250) 100%);
}

.about-page
{
  padding-bottom: 0px;
}

.about-intro
{
  padding-top: 62px;
  padding-bottom: 42px;
}

.about-intro__label
{
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(27, 79, 209, 0.08);
  color: rgb(27, 79, 209);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.about-intro__statement
{
  max-width: 1120px;
  margin: 28px 0px 0px;
  color: rgb(13, 38, 64);
  font-size: clamp(42px, 5.1vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 700;
}

.about-intro__bottom
{
  margin-top: 38px;
  padding-top: 26px;
  border-top: 1px solid rgb(219, 227, 239);
  display: grid;
  grid-template-columns: minmax(0px, 1fr) auto;
  gap: 42px;
  align-items: end;
}

.about-intro__lead
{
  max-width: 760px;
  margin: 0px;
  color: rgb(91, 100, 114);
  font-size: 17px;
  line-height: 1.6;
}

.about-intro__platforms
{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-competence__logos
{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-platform
{
  min-width: 150px;
  height: 58px;
  padding: 10px 14px;
  border: 1px solid rgb(224, 230, 239);
  border-radius: 17px;
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-platform img
{
  width: auto;
  max-width: 145px;
  max-height: 36px;
  object-fit: contain;
}

.about-platform--large
{
  min-width: 175px;
  height: 68px;
}

.about-platform--large img
{
  max-width: 165px;
  max-height: 42px;
}

.about-section-head
{
  margin-bottom: 20px;
}

.about-history__grid
{
  display: grid;
  grid-template-columns: minmax(0px, 1.15fr) minmax(360px, 0.85fr);
  gap: 18px;
}

.about-story
{
  border-radius: 24px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(226, 231, 239);
  padding: 30px;
}

.about-story p
{
  margin: 0px;
  color: rgb(51, 65, 85);
  font-size: 17px;
  line-height: 1.65;
}

.about-story p + p
{
  margin-top: 18px;
  color: rgb(91, 100, 114);
}

.about-stats
{
  display: grid;
  gap: 12px;
}

.about-stat
{
  min-height: 116px;
  border-radius: 22px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(226, 231, 239);
  padding: 20px 22px;
  display: grid;
  grid-template-columns: 120px minmax(0px, 1fr);
  gap: 18px;
  align-items: center;
}

.about-stat strong
{
  color: rgb(27, 79, 209);
  font-size: 38px;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 900;
}

.about-stat span
{
  color: rgb(91, 100, 114);
  font-size: 14px;
  line-height: 1.45;
}

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

.about-principle
{
  min-height: 270px;
  border-radius: 24px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(226, 231, 239);
  padding: 26px;
  display: flex;
  flex-direction: column;
}

.about-principle--dark
{
  background: rgb(7, 18, 47);
  border-color: rgb(7, 18, 47);
  color: rgb(255, 255, 255);
}

.about-principle__num
{
  color: rgb(27, 79, 209);
  font-size: 12px;
  font-weight: 900;
}

.about-principle--dark .about-principle__num
{
  color: rgb(139, 191, 255);
}

.about-principle h3
{
  margin: 44px 0px 14px;
  color: rgb(13, 38, 64);
  font-size: 24px;
  line-height: 1.13;
  letter-spacing: -0.03em;
}

.about-principle--dark h3
{
  color: rgb(255, 255, 255);
}

.about-principle p
{
  margin: auto 0px 0px;
  color: rgb(91, 100, 114);
  font-size: 15px;
  line-height: 1.55;
}

.about-principle--dark p
{
  color: rgba(255, 255, 255, 0.72);
}

.about-competence__grid
{
  display: grid;
  grid-template-columns: minmax(0px, 0.92fr) minmax(0px, 1.08fr);
  gap: 18px;
}

.about-competence__main
{
  min-height: 310px;
  border-radius: 24px;
  background: rgb(7, 18, 47);
  padding: 28px;
  color: rgb(255, 255, 255);
}

.about-competence__main h3
{
  margin: 46px 0px 12px;
  color: rgb(255, 255, 255);
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.about-competence__main p
{
  margin: 0px;
  max-width: 540px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.55;
}

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

.about-skill
{
  min-height: 145px;
  border-radius: 22px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(226, 231, 239);
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-skill span
{
  color: rgb(27, 79, 209);
  font-size: 12px;
  font-weight: 800;
}

.about-skill strong
{
  color: rgb(13, 38, 64);
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.about-page-v2
{
  padding-bottom: 34px;
}

.about-v2-intro
{
  padding-top: 62px;
  padding-bottom: 40px;
}

.about-v2-intro__label
{
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(27, 79, 209, 0.08);
  color: rgb(27, 79, 209);
  font-size: 12px;
  font-weight: 800;
}

.about-v2-intro__title
{
  max-width: 1150px;
  margin: 28px 0px 0px;
  color: rgb(13, 38, 64);
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 700;
}

.about-v2-intro__bottom
{
  margin-top: 38px;
  padding-top: 26px;
  border-top: 1px solid rgb(219, 227, 239);
  display: grid;
  grid-template-columns: minmax(0px, 1fr) auto;
  gap: 34px;
  align-items: end;
}

.about-v2-intro__lead
{
  max-width: 760px;
  margin: 0px;
  color: rgb(91, 100, 114);
  font-size: 17px;
  line-height: 1.6;
}

.about-v2-logos
{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.about-v2-logo
{
  min-width: 150px;
  height: 58px;
  padding: 9px 14px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(224, 230, 239);
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-v2-logo img
{
  max-width: 145px;
  max-height: 38px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.about-v2-head
{
  margin-bottom: 20px;
}

.about-v2-trust__grid
{
  display: grid;
  grid-template-columns: minmax(0px, 1.15fr) minmax(330px, 0.85fr);
  gap: 18px;
}

.about-v2-cert-grid
{
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 14px;
}

.about-v2-cert
{
  min-height: 220px;
  padding: 24px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(226, 231, 239);
  border-radius: 24px;
  box-shadow: rgba(15, 23, 42, 0.043) 0px 14px 34px;
  display: flex;
  flex-direction: column;
}

.about-v2-cert__mark
{
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 28px;
}

.about-v2-cert__mark--blue
{
  background: rgb(234, 243, 255);
  color: rgb(27, 79, 209);
}

.about-v2-cert__mark--red
{
  background: rgb(255, 240, 240);
  color: rgb(225, 38, 28);
}

.about-v2-cert__mark--violet
{
  background: rgb(242, 237, 255);
  color: rgb(108, 60, 233);
}

.about-v2-cert__mark--cyan
{
  background: rgb(233, 247, 255);
  color: rgb(8, 122, 168);
}

.about-v2-cert h3
{
  margin: 0px 0px 10px;
  color: rgb(13, 38, 64);
  font-size: 24px;
  line-height: 1.13;
  letter-spacing: -0.03em;
}

.about-v2-cert p
{
  margin: auto 0px 0px;
  color: rgb(91, 100, 114);
  font-size: 15px;
  line-height: 1.55;
}

.about-v2-stats
{
  min-height: 454px;
  padding: 28px;
  border-radius: 24px;
  background: rgb(7, 18, 47);
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
}

.about-v2-stats__label
{
  color: rgb(139, 191, 255);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
}

.about-v2-stat
{
  padding: 22px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.about-v2-stat strong
{
  display: block;
  color: rgb(255, 255, 255);
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.055em;
  margin-bottom: 9px;
}

.about-v2-stat span
{
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.5;
  max-width: 300px;
}

.about-v2-services__grid
{
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  grid-template-areas: "site crm" "api ai";
  gap: 14px;
}

.about-v2-service
{
  min-height: 360px;
  padding: 28px;
  border-radius: 24px;
  border: 1px solid rgb(226, 231, 239);
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  color: rgb(13, 38, 64);
}

.about-v2-service--site
{
  grid-area: site;
}

.about-v2-service--crm
{
  grid-area: crm;
}

.about-v2-service--small
{
  min-height: 190px;
}

.about-v2-service--small:nth-of-type(3)
{
  grid-area: api;
}

.about-v2-service--small:nth-of-type(4)
{
  grid-area: ai;
}

.about-v2-service--dark
{
  background: rgb(7, 18, 47);
  border-color: rgb(7, 18, 47);
  color: rgb(255, 255, 255);
}

.about-v2-service--blue
{
  background: rgb(27, 79, 209);
  border-color: rgb(27, 79, 209);
  color: rgb(255, 255, 255);
}

.about-v2-service--soft
{
  background: rgb(244, 248, 255);
}

.about-v2-service__badge
{
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgb(234, 245, 255);
  color: rgb(27, 79, 209);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 20px;
}

.about-v2-service--dark .about-v2-service__badge
{
  background: rgba(255, 255, 255, 0.12);
  color: rgb(255, 255, 255);
}

.about-v2-service--blue .about-v2-service__badge
{
  background: rgba(255, 255, 255, 0.12);
  color: rgb(255, 255, 255);
}

.about-v2-service h3
{
  margin: 0px 0px 14px;
  font-size: 32px;
  line-height: 1.03;
  letter-spacing: -0.04em;
  color: inherit;
}

.about-v2-service--small h3
{
  font-size: 24px;
}

.about-v2-service p
{
  margin: 0px;
  font-size: 15px;
  line-height: 1.55;
  color: inherit;
  opacity: 0.88;
}

.about-v2-service ul
{
  margin: 20px 0px 0px;
  padding: 0px;
  list-style: none;
  display: grid;
  gap: 9px;
}

.about-v2-service li
{
  display: flex;
  gap: 9px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.5;
}

.about-v2-service li::before
{
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  margin-top: 7px;
  background: currentcolor;
  opacity: 0.8;
}

.about-v2-workflow__grid
{
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 18px;
}

.about-v2-workflow__card
{
  min-height: 330px;
  padding: 28px;
  border-radius: 24px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(226, 231, 239);
  display: flex;
  flex-direction: column;
}

.about-v2-workflow__card--dark
{
  background: rgb(7, 18, 47);
  border-color: rgb(7, 18, 47);
  color: rgb(255, 255, 255);
}

.about-v2-workflow__step
{
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgb(234, 245, 255);
  color: rgb(27, 79, 209);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 30px;
}

.about-v2-workflow__card--dark .about-v2-workflow__step
{
  background: rgba(255, 255, 255, 0.12);
  color: rgb(255, 255, 255);
}

.about-v2-workflow__card h3
{
  margin: 0px 0px 14px;
  color: inherit;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -0.04em;
  max-width: 460px;
}

.about-v2-workflow__card p
{
  margin: 0px;
  color: inherit;
  opacity: 0.84;
  font-size: 15px;
  line-height: 1.58;
  max-width: 520px;
}

.about-v2-workflow__card ul
{
  margin: auto 0px 0px;
  padding: 22px 0px 0px;
  list-style: none;
  display: grid;
  gap: 9px;
}

.about-v2-workflow__card li
{
  display: flex;
  gap: 9px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.5;
  color: inherit;
  opacity: 0.9;
}

.about-v2-workflow__card li::before
{
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  margin-top: 7px;
  background: currentcolor;
  opacity: 0.8;
}

.about-page .about-v2-stats
{
  background: rgb(27, 79, 209) !important;
  border-color: rgb(27, 79, 209) !important;
  color: rgb(255, 255, 255) !important;
}

.about-page .about-v2-stat strong
{
  color: rgb(255, 255, 255) !important;
}

.about-page .about-v2-stat span
{
  color: rgb(255, 255, 255) !important;
}

.about-page .about-v2-stat
{
  border-color: rgba(255, 255, 255, 0.18) !important;
}

.about-page .about-v2-stats__label
{
  opacity: 0.78;
  color: rgb(255, 255, 255) !important;
}

.contacts-preview-page .header
{
  background: rgba(255, 255, 255, 0.97);
}

.contacts-hero__badge
{
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  color: rgb(255, 255, 255);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.contacts-item:hover
{
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.24);
}

.contacts-item__body
{
  min-width: 0px;
  display: grid;
  gap: 4px;
}

.contacts-item__body small
{
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  line-height: 1.25;
}

.contacts-item__arrow
{
  color: rgba(255, 255, 255, 0.82);
  font-size: 23px;
  line-height: 1;
}

.contacts-preview-page
{
  background: rgb(244, 246, 250);
}

.contacts-page
{
  background: rgb(244, 246, 250);
}

.contacts-hero
{
  display: flex;
  min-height: auto;
  padding: 42px 0px 56px;
  align-items: stretch;
}

.contacts-hero__grid::after
{
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  left: -210px;
  bottom: -300px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 72%);
  pointer-events: none;
}

.contacts-item
{
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.09);
  display: grid;
  grid-template-columns: 50px minmax(0px, 1fr) auto;
  gap: 15px;
  align-items: center;
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: background 0.2s, transform 0.2s, border-color 0.2s;
  min-height: 78px;
  padding: 12px 14px;
  border-radius: 19px;
}

.contacts-item__body strong
{
  color: rgb(255, 255, 255);
  line-height: 1.25;
  font-weight: 700;
  overflow-wrap: anywhere;
  font-size: 16px;
}

.contacts-item--location
{
  cursor: default;
}

.contacts-item--location:hover
{
  transform: none;
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.16);
}

.contacts-hero__form .contact-form
{
  min-height: 100%;
  border-radius: 26px;
  padding: 28px;
  box-shadow: none;
}

.contacts-preview-page .footer
{
  background: rgb(255, 255, 255);
  border-top: 1px solid rgb(219, 227, 239);
  color: rgb(91, 100, 114);
}

.contacts-preview-page .footer .nav a
{
  color: rgb(91, 100, 114);
}

.contacts-page__title
{
  margin: 0px 0px 22px;
  color: rgb(13, 38, 64);
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.contacts-hero__grid
{
  display: grid;
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(330px, 0.82fr) minmax(0px, 1.18fr);
  gap: 42px;
  padding: 42px;
  border-radius: 34px;
  background: rgb(27, 79, 209);
  box-shadow: rgba(15, 23, 42, 0.12) 0px 24px 58px;
  align-items: start;
}

.contacts-hero__info
{
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
  padding-top: 0px;
}

.contacts-list
{
  display: grid;
  gap: 10px;
  margin-top: 0px;
}

.contacts-hero__form
{
  min-width: 0px;
  position: relative;
  z-index: 1;
  align-self: start;
}

.contacts-item__icon
{
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  color: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.contacts-item__icon img
{
  width: 40px;
  height: 40px;
  display: none;
}

.contacts-item__icon svg
{
  width: 28px;
  height: 28px;
  display: block;
}

.contacts-item__icon--phone svg
{
  width: 28px;
  height: 28px;
  display: block;
}

.contacts-item__icon--location svg
{
  width: 28px;
  height: 28px;
  display: block;
}

.contacts-item__icon--max
{
  background: rgba(255, 255, 255, 0.1);
}

.contacts-item__icon--max .contacts-item__max-brand
{
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(1);
  display: block !important;
  width: 29px !important;
  height: 29px !important;
}

.services-preview-page
{
  background: linear-gradient(rgb(247, 251, 255) 0%, rgb(244, 246, 250) 100%);
}

.services-intro
{
  padding-top: 56px;
  padding-bottom: 28px;
}

.services-intro__eyebrow
{
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(27, 79, 209, 0.08);
  color: rgb(27, 79, 209);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.services-intro__lead
{
  max-width: 780px;
  margin: 22px 0px 0px;
  color: rgb(91, 100, 114);
  font-size: 17px;
  line-height: 1.6;
}

.services-catalog
{
  padding-top: 18px;
}

.services-catalog__card
{
  min-width: 0px;
  border-radius: 24px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(226, 231, 239);
  padding: 28px;
  box-shadow: rgba(15, 23, 42, 0.043) 0px 14px 34px;
}

.services-catalog__card--licenses .services-catalog__card-head
{
  grid-column: 1;
}

.services-catalog__card--licenses .services-catalog__card-text
{
  grid-column: 1;
}

.services-catalog__card--licenses .services-catalog__links
{
  grid-area: 1 / 2 / span 2;
}

.services-catalog__card-head
{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.services-catalog__icon
{
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: rgb(238, 245, 255);
  color: rgb(27, 79, 209);
}

.services-catalog__icon svg
{
  width: 31px;
  height: 31px;
}

.services-catalog__label
{
  display: block;
  margin-bottom: 5px;
  color: rgb(27, 79, 209);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.services-catalog__card h2
{
  margin: 0px;
  color: rgb(13, 38, 64);
  font-size: 25px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.services-catalog__card-text
{
  margin: 0px;
  max-width: 480px;
  color: rgb(91, 100, 114);
  font-size: 15px;
  line-height: 1.55;
}

.services-catalog__links
{
  border-top: 1px solid rgb(230, 235, 242);
}

.services-catalog__link
{
  min-height: 52px;
  padding: 10px 0px;
  border-bottom: 1px solid rgb(230, 235, 242);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgb(79, 97, 120);
  font-size: 15px;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.2s, padding-left 0.2s;
}

.services-catalog__link span:last-child
{
  flex: 0 0 auto;
  color: rgb(27, 79, 209);
  font-size: 21px;
  line-height: 1;
}

.services-catalog__link:hover
{
  color: rgb(27, 79, 209);
  padding-left: 4px;
}

.services-catalog__links--compact
{
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  column-gap: 24px;
  border-top: 0px;
}

.services-catalog__links--compact .services-catalog__link:nth-child(-n/**/+2)
{
  border-top: 1px solid rgb(230, 235, 242);
}

.services-products
{
  padding-top: 28px;
}

.services-products__head
{
  margin-bottom: 20px;
}

.services-products__all
{
  align-self: flex-end;
  color: rgb(27, 79, 209);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

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

.services-product-card
{
  min-height: 260px;
  border-radius: 24px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(226, 231, 239);
  padding: 26px;
  display: grid;
  grid-template-columns: 64px minmax(0px, 1fr);
  grid-template-rows: 1fr auto;
  gap: 0px 20px;
  box-shadow: rgba(15, 23, 42, 0.043) 0px 14px 34px;
}

.services-product-card__icon
{
  width: 60px;
  height: 60px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgb(238, 245, 255);
  color: rgb(27, 79, 209);
}

.services-product-card__icon--green
{
  background: rgb(232, 250, 245);
  color: rgb(17, 156, 124);
}

.services-product-card__icon svg
{
  width: 33px;
  height: 33px;
}

.services-product-card__tag
{
  display: inline-flex;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(27, 79, 209, 0.08);
  color: rgb(27, 79, 209);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.services-product-card h3
{
  margin: 15px 0px 9px;
  color: rgb(13, 38, 64);
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.services-product-card p
{
  margin: 0px;
  color: rgb(91, 100, 114);
  font-size: 15px;
  line-height: 1.55;
}

.services-product-card__more
{
  grid-column: 2;
  align-self: end;
  margin-top: 24px;
  color: rgb(27, 79, 209);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

#services-lead
{
  margin-top: 16px;
}

.services-breadcrumbs
{
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgb(123, 135, 153);
  font-size: 13px;
  line-height: 1.2;
}

.services-breadcrumbs a
{
  color: rgb(27, 79, 209);
  text-decoration: none;
}

.services-breadcrumbs a:hover
{
  text-decoration: underline;
}

.services-catalog__grid
{
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 18px;
  align-items: stretch;
}

.services-catalog__card:not(.services-catalog__card--licenses)
{
  height: 100%;
  display: flex;
  flex-direction: column;
}

.services-catalog__card:not(.services-catalog__card--licenses) .services-catalog__links
{
  flex: 1 1 0%;
}

.services-catalog__brand
{
  flex: 0 0 auto;
  width: 162px;
  height: 58px;
  padding: 10px 13px;
  border-radius: 17px;
  border: 1px solid rgb(226, 231, 239);
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-catalog__brand img
{
  display: block;
  max-width: 138px;
  max-height: 36px;
  object-fit: contain;
}

.services-catalog__brand--b24
{
  width: 150px;
}

.services-license__tags span
{
  display: inline-flex;
  align-items: center;
  min-height: 35px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgb(243, 246, 251);
  color: rgb(79, 97, 120);
  font-size: 13px;
  line-height: 1.2;
}

.services-license__cta
{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: rgb(27, 79, 209);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.services-license__brand
{
  min-height: 68px;
  padding: 13px 18px;
  border-radius: 18px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(226, 231, 239);
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-license__brand img
{
  display: block;
  width: auto;
  max-width: 180px;
  max-height: 42px;
  object-fit: contain;
}

.services-intro__title
{
  margin: 22px 0px 0px;
  color: rgb(13, 38, 64);
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.01;
  letter-spacing: -0.05em;
  font-weight: 800;
  max-width: 780px;
}

.services-license__content h2
{
  margin: 6px 0px 14px;
  color: rgb(13, 38, 64);
  font-size: 27px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.services-license__cta--side:hover
{
  transform: translateY(-1px);
  box-shadow: rgba(27, 79, 209, 0.16) 0px 12px 24px;
}

.services-license__brands
{
  min-height: 205px;
  padding: 24px;
  border-radius: 22px;
  background: rgb(247, 249, 252);
  border: 1px solid rgb(231, 235, 241);
  gap: 12px;
  align-content: center;
  display: none !important;
}

.services-catalog__card--licenses
{
  grid-template-columns: minmax(0px, 1fr) auto;
  gap: 34px;
  align-items: center;
  grid-column: 1 / -1;
  display: block;
}

.services-license__content
{
  min-width: 0px;
  max-width: none;
}

.services-license__content .services-catalog__card-text
{
  max-width: 900px;
}

.services-license__tags
{
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 100%;
}

.services-license__cta--side
{
  margin-top: 0px;
  min-width: 220px;
  min-height: 56px;
  padding: 0px 20px;
  border-radius: 18px;
  background: rgb(27, 79, 209);
  color: rgb(255, 255, 255);
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s, box-shadow 0.2s;
  display: none !important;
}

.services-license__cta--bottom:hover
{
  transform: translateY(-1px);
  box-shadow: rgba(27, 79, 209, 0.16) 0px 12px 24px;
}

.services-license__title-row
{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 6px 0px 14px;
}

.services-license__title-row h2
{
  margin: 0px;
}

.services-license__more
{
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgb(27, 79, 209);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.services-license__more span
{
  font-size: 20px;
  line-height: 1;
}

.services-license__more:hover
{
  text-decoration: underline;
}

.services-license__cta--bottom
{
  margin-top: 24px;
  min-height: 52px;
  padding: 0px 18px;
  border-radius: 17px;
  background: rgb(27, 79, 209);
  color: rgb(255, 255, 255);
  align-items: center;
  gap: 16px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  display: none !important;
}

.cases-preview-page
{
  background: linear-gradient(rgb(247, 251, 255) 0%, rgb(244, 246, 250) 100%);
}

.case-detail-preview-page
{
  background: linear-gradient(rgb(247, 251, 255) 0%, rgb(244, 246, 250) 100%);
}

.cases-breadcrumbs
{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: rgb(132, 144, 163);
  font-size: 13px;
  line-height: 1.3;
}

.cases-breadcrumbs a
{
  color: rgb(27, 79, 209);
  text-decoration: none;
}

.cases-breadcrumbs a:hover
{
  text-decoration: underline;
}

.cases-intro
{
  padding-top: 54px;
  padding-bottom: 16px;
}

.cases-intro p
{
  max-width: 720px;
  margin: 18px 0px 0px;
  color: rgb(91, 100, 114);
  font-size: 17px;
  line-height: 1.6;
}

.cases-filter__row
{
  display: grid;
  grid-template-columns: 110px minmax(0px, 1fr);
  gap: 18px;
  align-items: start;
}

.cases-filter__label
{
  padding-top: 8px;
  color: rgb(113, 128, 150);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.cases-filter__chips
{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cases-filter__chip
{
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgb(223, 229, 238);
  border-radius: 999px;
  background: rgb(248, 250, 255);
  color: rgb(79, 97, 120);
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  transition: 0.2s;
}

.cases-filter__chip:hover
{
  border-color: rgb(183, 200, 236);
  color: rgb(27, 79, 209);
  background: rgb(244, 247, 255);
}

.cases-filter__chip.is-active
{
  border-color: rgb(27, 79, 209);
  background: rgb(27, 79, 209);
  color: rgb(255, 255, 255);
}

.cases-list
{
  padding-top: 12px;
}

.cases-list__grid
{
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 18px;
  align-items: stretch;
}

.case-related__grid
{
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 18px;
  align-items: stretch;
}

.case-card:hover
{
  transform: translateY(-2px);
  box-shadow: rgba(15, 23, 42, 0.075) 0px 18px 40px;
}

.case-card__media img
{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.case-card--text .case-card__body
{
  padding-top: 22px;
}

.case-card__excerpt
{
  margin: 0px;
  color: rgb(91, 100, 114);
  font-size: 14px;
  line-height: 1.52;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.case-card__excerpt--long
{
  font-size: 15px;
  line-height: 1.58;
  -webkit-line-clamp: 8;
}

.cases-pagination
{
  margin-top: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.cases-pagination button
{
  min-width: 40px;
  height: 40px;
  padding: 0px 12px;
  border: 1px solid rgb(223, 229, 238);
  border-radius: 12px;
  background: rgb(255, 255, 255);
  color: rgb(79, 97, 120);
  font: inherit;
  cursor: pointer;
}

.cases-pagination button.is-current
{
  background: rgb(27, 79, 209);
  border-color: rgb(27, 79, 209);
  color: rgb(255, 255, 255);
}

.cases-pagination__next
{
  min-width: auto !important;
}

.case-detail-hero
{
  padding-top: 54px;
  padding-bottom: 18px;
}

.case-detail-container
{
  max-width: 980px;
}

.case-detail-hero h1
{
  max-width: 940px;
  margin: 18px 0px 0px;
  color: rgb(13, 38, 64);
  font-size: clamp(38px, 4.5vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.case-detail__lead
{
  max-width: 850px;
  margin: 24px 0px 0px;
  color: rgb(79, 97, 120);
  font-size: 19px;
  line-height: 1.62;
}

.case-detail-content-section
{
  padding-top: 6px;
}

.case-detail-layout
{
  max-width: 980px;
}

.case-detail-content
{
  max-width: 850px;
  padding: 34px 38px;
  border-radius: 26px;
  border: 1px solid rgb(226, 231, 239);
  background: rgb(255, 255, 255);
  box-shadow: rgba(15, 23, 42, 0.04) 0px 14px 34px;
}

.case-detail-content p
{
  margin: 0px 0px 22px;
  color: rgb(57, 74, 96);
  font-size: 16px;
  line-height: 1.72;
}

.case-detail-content h2
{
  margin: 34px 0px 14px;
  color: rgb(13, 38, 64);
  font-size: 27px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.case-detail-content code
{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.case-detail-content p code
{
  padding: 2px 6px;
  border-radius: 6px;
  background: rgb(240, 243, 248);
  color: rgb(27, 79, 209);
  font-size: 0.92em;
}

.case-detail-content pre
{
  margin: 18px 0px 26px;
  padding: 20px;
  overflow: auto;
  border-radius: 18px;
  background: rgb(7, 18, 47);
  color: rgb(220, 233, 255);
  font-size: 13px;
  line-height: 1.6;
  white-space: pre-wrap;
}

.case-detail-note
{
  margin: 26px 0px;
  padding: 20px 22px;
  border-radius: 18px;
  border-left: 4px solid rgb(27, 79, 209);
  background: rgb(243, 246, 255);
}

.case-detail-note strong
{
  display: block;
  margin-bottom: 8px;
  color: rgb(13, 38, 64);
  font-size: 15px;
}

.case-detail-note p
{
  margin: 0px;
  color: rgb(82, 100, 122);
  font-size: 15px;
}

.case-related
{
  padding-top: 26px;
}

.case-related__head
{
  margin-bottom: 20px;
}

.case-related__all
{
  align-self: flex-end;
  color: rgb(27, 79, 209);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

#cases-lead
{
  margin-top: 18px;
}

#case-detail-lead
{
  margin-top: 18px;
}

.cases-filter
{
  border: 1px solid rgb(226, 231, 239);
  border-radius: 24px;
  background: rgb(255, 255, 255);
  padding: 20px 22px;
  gap: 17px;
  box-shadow: rgba(15, 23, 42, 0.035) 0px 12px 30px;
  display: none !important;
}

.cases-filter-menu summary::-webkit-details-marker
{
  display: none;
}

.cases-filter-menu[open] .cases-filter-menu__arrow
{
  transform: rotate(180deg);
}

.case-card
{
  min-width: 0px;
  border-radius: 24px;
  border: 1px solid rgb(226, 231, 239);
  background: rgb(255, 255, 255);
  overflow: hidden;
  box-shadow: rgba(15, 23, 42, 0.043) 0px 14px 34px;
  transition: transform 0.2s, box-shadow 0.2s;
  min-height: 470px;
}

.case-card__visual
{
  aspect-ratio: 16 / 9;
  flex: 0 0 auto;
  overflow: hidden;
}

.case-card__visual--image
{
  background: rgb(237, 241, 246);
}

.case-card__visual--image img
{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.case-card__visual--text
{
  padding: 20px 21px;
  border-bottom: 1px solid rgb(237, 240, 244);
  background: rgb(247, 249, 252);
  display: flex;
  align-items: flex-start;
}

.case-card__visual--text p
{
  margin: 0px;
  color: rgb(82, 100, 122);
  font-size: 14px;
  line-height: 1.56;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}

.case-card__media
{
  aspect-ratio: 16 / 9;
  background: rgb(237, 241, 246);
  overflow: hidden;
  display: none !important;
}

.case-card__meta
{
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgb(138, 150, 168);
  font-size: 12px;
  display: none !important;
}

.case-card__type
{
  align-items: center;
  min-height: 26px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(27, 79, 209, 0.08);
  color: rgb(27, 79, 209);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  display: none !important;
}

.case-card__body
{
  min-height: 0px;
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  padding: 19px 20px 18px;
}

.case-card h2
{
  margin: 13px 0px 10px;
  color: rgb(13, 38, 64);
  font-size: 20px;
  line-height: 1.18;
  letter-spacing: -0.025em;
  font-weight: 750;
}

.case-card--text .case-card__excerpt--long
{
  margin-top: 3px;
  display: none !important;
}

.case-card--text .case-card__excerpt
{
  display: none !important;
}

.case-card__date
{
  color: rgb(138, 150, 168);
  font-size: 12px;
}

.case-related .case-card
{
  min-height: 430px;
}

.cases-filter-compact__platforms
{
  min-width: 0px;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  display: contents;
}

.cases-filter-compact__caption
{
  margin-right: 4px;
  color: rgb(123, 135, 153);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  display: none;
}

.cases-filter-menu
{
  position: relative;
  flex: 0 0 auto;
}

.cases-filter-menu summary > span:first-child
{
  color: inherit;
}

.cases-filter-menu summary strong
{
  color: rgb(13, 38, 64);
  font-size: 13px;
  font-weight: 750;
  display: none;
}

.cases-filters
{
  padding-top: 6px;
  padding-bottom: 18px;
}

.cases-filter-compact__chip
{
  min-height: 35px;
  padding: 7px 12px;
  border: 0px;
  border-radius: 999px;
  background: rgb(243, 246, 251);
  color: rgb(79, 97, 120);
  box-shadow: none;
  font: inherit;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.cases-filter-compact__chip:hover
{
  border-color: rgb(191, 203, 234);
  background: rgb(234, 240, 250);
  color: rgb(27, 79, 209);
}

.cases-filter-menu summary:hover
{
  border-color: rgb(191, 203, 234);
  background: rgb(234, 240, 250);
  color: rgb(27, 79, 209);
}

.cases-filter-compact__chip.is-active
{
  border-color: rgb(27, 79, 209);
  background: rgba(27, 79, 209, 0.1);
  color: rgb(27, 79, 209);
}

.cases-filter-menu summary
{
  list-style: none;
  min-height: 35px;
  padding: 7px 12px;
  border: 0px;
  border-radius: 999px;
  background: rgb(243, 246, 251);
  color: rgb(79, 97, 120);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}

.cases-filter-menu__arrow
{
  transition: transform 0.2s;
  color: rgb(27, 79, 209);
  font-size: 14px;
}

.cases-filter-menu[open] summary
{
  border-color: rgb(191, 203, 234);
  background: rgba(27, 79, 209, 0.1);
  color: rgb(27, 79, 209);
}

.cases-filter-menu__dropdown
{
  position: absolute;
  z-index: 20;
  top: calc(100% + 10px);
  left: 0px;
  right: auto;
  width: min(620px, 82vw);
  padding: 14px;
  border: 1px solid rgb(229, 233, 240);
  border-radius: 18px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(15, 23, 42, 0.1) 0px 18px 44px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cases-filter-menu__chip
{
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  cursor: pointer;
  min-height: 34px;
  padding: 7px 11px;
  border: 0px;
  border-radius: 999px;
  background: rgb(243, 246, 251);
  color: rgb(79, 97, 120);
  font-size: 13px;
  line-height: 1.2;
}

.cases-filter-menu__chip:hover
{
  border-color: rgb(185, 200, 231);
  background: rgb(234, 240, 250);
  color: rgb(27, 79, 209);
}

.cases-filter-compact
{
  position: relative;
  min-height: 0px;
  border: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 9px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(15, 23, 42, 0.035) 0px 10px 28px;
}

.cases-filter-menu summary > span:first-child::after
{
  content: "";
}

.cases-intro h1
{
  margin: 20px 0px 0px;
  color: rgb(13, 38, 64);
  font-size: clamp(42px, 4.7vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.case-card__link
{
  min-height: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  flex-direction: column;
  display: none !important;
}

.case-card__image-link
{
  display: block;
  width: 100%;
  height: 100%;
}

.case-card__image-link img
{
  transition: transform 0.25s;
}

.case-card:hover .case-card__image-link img
{
  transform: scale(1.015);
}

.case-card__title-link
{
  color: inherit;
  text-decoration: none;
}

.case-card__title-link:hover
{
  color: rgb(27, 79, 209);
}

.case-card__more
{
  font-size: 14px;
  font-weight: 800;
  margin-top: 0px;
  padding-top: 0px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgb(27, 79, 209);
  text-decoration: none;
}

.case-card__more:hover
{
  text-decoration: underline;
}

.case-card__tags
{
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 0px;
  min-height: 31px;
  display: flex !important;
}

.case-card__tag
{
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
  color: rgb(103, 117, 138);
  font-size: 12px;
  line-height: 1.25;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

.case-card__tag:hover
{
  color: rgb(27, 79, 209);
  text-decoration: underline;
}

.case-detail__tags
{
  margin-top: 14px;
  flex-wrap: wrap;
  gap: 7px;
  display: flex !important;
}

.case-detail__tags .case-card__tag
{
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgb(243, 246, 251);
  color: rgb(82, 100, 122);
  text-decoration: none;
}

.case-detail__tags .case-card__tag:hover
{
  background: rgb(234, 240, 250);
  color: rgb(27, 79, 209);
  text-decoration: none;
}

.case-detail__meta
{
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgb(135, 147, 166);
  font-size: 13px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.case-detail__meta-dot
{
  color: rgb(176, 184, 196);
}

.case-detail__views strong
{
  color: rgb(13, 38, 64);
  font-weight: 800;
}

.case-engagement__label
{
  display: block;
  margin-bottom: 6px;
  color: rgb(124, 137, 155);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.055em;
}

.case-share .ya-share2:empty
{
  min-width: 150px;
}

.case-detail__helpful strong
{
  color: rgb(13, 38, 64);
  font-weight: 800;
}

.case-inline-feedback__divider
{
  width: 72px;
  height: 2px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: rgb(217, 224, 234);
}

.case-inline-feedback__row
{
  display: grid;
  grid-template-columns: minmax(0px, 1fr) auto;
  align-items: center;
  gap: 34px;
}

.case-inline-feedback__copy h2
{
  margin: 7px 0px;
  color: rgb(13, 38, 64);
  font-size: 27px;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.case-inline-feedback__copy p
{
  max-width: 520px;
  margin: 0px;
  color: rgb(105, 119, 139);
  font-size: 14px;
  line-height: 1.5;
}

.case-inline-feedback__actions
{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.case-inline-feedback .case-feedback__button
{
  min-width: 158px;
  min-height: 60px;
  padding: 12px 20px;
  border-radius: 16px;
  font-size: 15px;
  justify-content: center;
}

.case-inline-feedback .case-feedback__button-icon
{
  font-size: 23px;
}

.case-share-inline
{
  max-width: 850px;
  padding: 18px 0px 2px;
  border-top: 1px solid rgb(231, 235, 241);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.case-share-inline p
{
  margin: 5px 0px 0px;
  color: rgb(108, 120, 138);
  font-size: 13px;
  line-height: 1.45;
}

.case-share-inline .ya-share2
{
  flex: 0 0 auto;
  min-height: 36px;
}

.case-inline-feedback
{
  margin-top: 38px;
  display: none !important;
}

.case-share-section
{
  padding-top: 12px;
  padding-bottom: 8px;
  display: none !important;
}

.case-engagement
{
  padding-top: 22px;
  padding-bottom: 10px;
}

.case-engagement__card
{
  max-width: 850px;
  padding: 28px 30px;
  border: 1px solid rgb(226, 231, 239);
  border-radius: 24px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(15, 23, 42, 0.04) 0px 14px 34px;
  display: grid;
  grid-template-columns: minmax(0px, 1fr) auto;
  align-items: center;
  gap: 38px;
  overflow: visible;
}

.case-feedback
{
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0px;
  display: block;
  border-bottom: 0px;
}

.case-feedback h2
{
  margin: 7px 0px;
  color: rgb(13, 38, 64);
  font-size: 27px;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.case-feedback > p
{
  max-width: 610px;
  margin: 0px;
  color: rgb(105, 119, 139);
  font-size: 14px;
  line-height: 1.5;
}

.case-feedback__actions
{
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.case-feedback__button
{
  min-height: 56px;
  padding: 11px 19px;
  border: 1px solid rgb(220, 227, 237);
  border-radius: 15px;
  background: rgb(255, 255, 255);
  color: rgb(64, 83, 107);
  font-style: inherit;
  font-variant: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  font-size: 15px;
  font-weight: 750;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.2s;
}

.case-feedback__button--yes
{
  border-color: rgba(27, 79, 209, 0.22);
  background: rgba(27, 79, 209, 0.06);
  color: rgb(27, 79, 209);
}

.case-feedback__button:hover
{
  border-color: rgb(174, 191, 230);
  background: rgb(245, 248, 255);
  color: rgb(27, 79, 209);
  transform: translateY(-1px);
}

.case-feedback__button-icon
{
  font-size: 22px;
  line-height: 1;
}

.case-share
{
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0px 0px 0px 30px;
  display: block;
  min-width: 210px;
  border-left: 1px solid rgb(232, 236, 242);
}

.case-share p
{
  margin: 7px 0px 14px;
  color: rgb(108, 120, 138);
  font-size: 13px;
  line-height: 1.45;
}

.case-share .ya-share2
{
  flex: 0 0 auto;
  min-height: 46px;
}

.case-share .ya-share2__container_size_l .ya-share2__badge
{
  width: 42px !important;
  height: 42px !important;
  background-size: 42px 42px !important;
}

.case-share .ya-share2__container_size_l .ya-share2__icon
{
  width: 42px !important;
  height: 42px !important;
  background-size: 42px 42px !important;
}

.case-share .ya-share2__container_size_l .ya-share2__item
{
  margin: 0px 8px 0px 0px !important;
}

.about-reviews
{
  padding-top: 22px;
  padding-bottom: 18px;
}

.about-reviews__head
{
  margin-bottom: 20px;
}

.about-reviews__viewport
{
  overflow: auto hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.about-reviews__viewport::-webkit-scrollbar
{
  display: none;
}

.about-reviews__track
{
  display: flex;
  gap: 18px;
}

.about-review-card
{
  position: relative;
  flex: 0 0 calc(33.3333% - 12px);
  min-width: 0px;
  min-height: 365px;
  padding: 26px;
  border: 1px solid rgb(226, 231, 239);
  border-radius: 24px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(15, 23, 42, 0.04) 0px 14px 34px;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  overflow: hidden;
}

.about-review-card__quote
{
  position: absolute;
  top: 12px;
  right: 20px;
  color: rgba(27, 79, 209, 0.075);
  font-family: Georgia, serif;
  font-size: 88px;
  line-height: 1;
  pointer-events: none;
}

.about-review-card__category
{
  position: relative;
  z-index: 1;
  width: fit-content;
  max-width: calc(100% - 56px);
  min-height: 27px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgb(243, 246, 251);
  color: rgb(102, 117, 138);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}

.about-review-card h3
{
  position: relative;
  z-index: 1;
  margin: 20px 0px 14px;
  color: rgb(13, 38, 64);
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.about-review-card__text
{
  position: relative;
  z-index: 1;
  margin: 0px;
  color: rgb(83, 100, 122);
  font-size: 14px;
  line-height: 1.62;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}

.about-review-card__footer
{
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgb(237, 240, 244);
  display: grid;
  gap: 7px;
}

.about-review-card__footer strong
{
  color: rgb(13, 38, 64);
  font-size: 13px;
  line-height: 1.3;
}

.about-review-card__footer a
{
  width: fit-content;
  color: rgb(27, 79, 209);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 750;
  text-decoration: none;
}

.about-review-card__footer a:hover
{
  text-decoration: underline;
}

#about-lead
{
  margin-top: 10px;
}

.about-reviews__controls
{
  display: flex;
  align-items: center;
  gap: 6px;
}

.about-reviews__arrow
{
  padding: 0px;
  display: grid;
  place-items: center;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  border: 1px solid rgb(223, 229, 238);
  background: rgb(255, 255, 255);
  color: rgb(27, 79, 209);
  font-size: 14px;
  box-shadow: none;
}

.about-reviews__arrow:hover
{
  border-color: rgb(189, 202, 231);
  background: rgb(247, 249, 253);
  transform: none;
}

.about-reviews__arrow span
{
  display: block;
  transform: translateY(-1px);
}

.case-detail__views
{
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.case-detail__helpful
{
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.case-detail__meta-icon
{
  width: 17px;
  height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgb(127, 141, 162);
  flex: 0 0 auto;
}

.case-detail__meta-icon svg
{
  width: 17px;
  height: 17px;
  display: block;
}

.case-detail__meta-icon--like
{
  width: auto;
  height: auto;
  color: inherit;
  font-size: 17px;
  line-height: 1;
}

.case-detail__meta-icon--like svg
{
  display: none;
}

.header
{
  position: relative;
  top: auto;
  z-index: 20;
  backdrop-filter: none;
  background: rgba(247, 251, 255, 0.96);
  border-bottom: 1px solid rgba(219, 227, 239, 0.7);
  overflow: visible;
}

.header__inner
{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0px;
  overflow: visible;
}

.nav
{
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 15px;
  flex-wrap: wrap;
  justify-content: center;
  overflow: visible;
}

.nav-services
{
  position: relative;
  display: flex;
  align-items: center;
}

.nav-services__trigger
{
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: inherit;
  text-decoration: none;
}

.nav-services__trigger svg
{
  width: 14px;
  height: 14px;
  transition: transform 0.18s;
}

.nav-services:hover .nav-services__trigger
{
  color: rgb(27, 79, 209);
}

.nav-services:focus-within .nav-services__trigger
{
  color: rgb(27, 79, 209);
}

.nav-services:hover .nav-services__trigger svg
{
  transform: rotate(180deg);
}

.nav-services:focus-within .nav-services__trigger svg
{
  transform: rotate(180deg);
}

.nav-services::after
{
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  top: 100%;
  height: 18px;
}

.mega-services
{
  position: absolute;
  z-index: 120;
  top: calc(100% + 14px);
  left: 50%;
  width: min(940px, -40px + 100vw);
  padding: 14px;
  border: 1px solid rgb(225, 231, 239);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: rgba(15, 23, 42, 0.14) 0px 26px 64px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 0.16s, transform 0.16s, visibility 0.16s;
}

.nav-services:hover .mega-services
{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0px);
}

.nav-services:focus-within .mega-services
{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0px);
}

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

.mega-services__group-head
{
  margin-bottom: 15px;
}

.mega-services__eyebrow
{
  display: block;
  margin-bottom: 6px;
  color: rgb(27, 79, 209);
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.055em;
}

.mega-services__title > span
{
  color: rgb(27, 79, 209);
  font-size: 17px;
}

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

.mega-services__link
{
  min-width: 0px;
  min-height: 37px;
  padding: 7px 0px;
  border-bottom: 1px solid rgb(230, 235, 242);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: rgb(82, 100, 122);
  font-size: 12.5px;
  line-height: 1.28;
  font-weight: 550;
  text-decoration: none;
  transition: color 0.16s;
}

.mega-services__link:hover
{
  color: rgb(27, 79, 209);
}

.mega-services__link-arrow
{
  flex: 0 0 auto;
  color: rgb(154, 167, 184);
  font-size: 13px;
  opacity: 0;
  transform: translateX(-3px);
  transition: opacity 0.16s, transform 0.16s, color 0.16s;
}

.mega-services__link:hover .mega-services__link-arrow
{
  opacity: 1;
  transform: translateX(0px);
  color: rgb(27, 79, 209);
}

.mega-services__licenses .mega-services__eyebrow
{
  margin-bottom: 5px;
}

.mega-services__licenses strong
{
  display: block;
  color: rgb(13, 38, 64);
  font-size: 15px;
  line-height: 1.25;
}

.mega-services__licenses small
{
  display: block;
  margin-top: 4px;
  color: rgb(102, 117, 138);
  font-size: 12px;
  line-height: 1.35;
}

.mega-services__licenses-arrow
{
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  color: rgb(27, 79, 209);
  display: grid;
  place-items: center;
  font-size: 17px;
  box-shadow: rgba(27, 79, 209, 0.08) 0px 5px 16px;
}

.mega-services__title
{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgb(13, 38, 64);
  font-size: 19px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.025em;
  text-decoration: none;
  cursor: default;
}

.mega-services__title:hover
{
  color: rgb(13, 38, 64);
}

.mega-services__group
{
  min-width: 0px;
  padding: 20px;
  border-radius: 19px;
  background: rgb(238, 244, 255);
}

.mega-services__licenses
{
  grid-column: 1 / -1;
  min-height: 76px;
  padding: 15px 18px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: inherit;
  text-decoration: none;
  transition: background 0.16s, transform 0.16s;
  background: rgb(247, 249, 252);
}

.mega-services__licenses:hover
{
  transform: translateY(-1px);
  background: rgb(241, 244, 248);
}

.ecosystem-links--more
{
  border-top: 0px;
}

.ecosystem-links--more[hidden]
{
  display: none;
}

.ecosystem-card__more
{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin-top: 20px;
  color: var(--unified-blue);
  padding: 0px;
  border: 0px;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

.ecosystem-card__more-arrow
{
  font-size: 15px;
  line-height: 1;
  transition: transform 0.2s;
}

.ecosystem-card__more[aria-expanded="true"] .ecosystem-card__more-arrow
{
  transform: rotate(180deg);
}

.service-detail-preview-page
{
  background: linear-gradient(rgb(247, 251, 255) 0%, rgb(244, 246, 250) 100%);
}

.service-detail-breadcrumbs
{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: rgb(132, 144, 163);
  font-size: 13px;
}

.service-detail-breadcrumbs a
{
  color: rgb(27, 79, 209);
  text-decoration: none;
}

.service-detail-hero
{
  padding-top: 52px;
  padding-bottom: 28px;
}

.service-detail-hero__content
{
  border-radius: 28px;
  padding: 34px 36px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(226, 231, 239);
  box-shadow: rgba(15, 23, 42, 0.04) 0px 14px 34px;
}

.service-detail-hero__brand
{
  width: fit-content;
  min-height: 34px;
  display: flex;
  align-items: center;
}

.service-detail-hero__brand img
{
  max-width: 150px;
  max-height: 34px;
  display: block;
  object-fit: contain;
}

.service-detail-hero h1
{
  max-width: 760px;
  margin: 24px 0px 0px;
  color: rgb(13, 38, 64);
  font-size: clamp(42px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.service-detail-hero__cta
{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0px 19px;
  border-radius: 14px;
  background: rgb(183, 255, 0);
  color: rgb(13, 38, 64);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.service-detail-hero__aside
{
  border-radius: 28px;
  padding: 30px;
  background: rgb(7, 18, 47);
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-detail-hero__aside-label
{
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.055em;
}

.service-detail-hero__chips
{
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.service-detail-hero__chips span
{
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.075);
  display: inline-flex;
  align-items: center;
  color: rgb(255, 255, 255);
  font-size: 13px;
}

.service-detail-section-head
{
  margin-bottom: 20px;
}

.service-detail-section-head--row
{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.service-detail-capabilities
{
  padding-top: 20px;
}

.service-detail-tasks
{
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 12px;
}

.service-detail-task
{
  min-height: 118px;
  padding: 20px 22px;
  border: 1px solid rgb(226, 231, 239);
  border-radius: 20px;
  background: rgb(255, 255, 255);
  display: grid;
  grid-template-columns: 38px minmax(0px, 1fr);
  gap: 14px;
  align-items: start;
}

.service-detail-task__num
{
  color: rgb(27, 79, 209);
  font-size: 12px;
  font-weight: 800;
  padding-top: 3px;
}

.service-detail-task h3
{
  margin: 0px;
  color: rgb(13, 38, 64);
  font-size: 17px;
  line-height: 1.25;
}

.service-detail-task p
{
  margin: 7px 0px 0px;
  color: rgb(101, 116, 137);
  font-size: 13px;
  line-height: 1.52;
}

.service-detail-done__all
{
  color: rgb(27, 79, 209);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.service-done-card
{
  min-height: 205px;
  padding: 23px;
  border: 1px solid rgb(226, 231, 239);
  border-radius: 22px;
  background: rgb(255, 255, 255);
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(15, 23, 42, 0.035) 0px 12px 28px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.service-done-card:hover
{
  transform: translateY(-2px);
  box-shadow: rgba(15, 23, 42, 0.07) 0px 16px 36px;
}

.service-done-card__tags
{
  color: rgb(113, 128, 150);
  font-size: 11px;
  line-height: 1.4;
}

.service-done-card h3
{
  margin: 14px 0px 9px;
  color: rgb(13, 38, 64);
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.service-done-card p
{
  margin: 0px;
  color: rgb(96, 112, 134);
  font-size: 14px;
  line-height: 1.55;
}

.service-done-card__more
{
  margin-top: auto;
  padding-top: 18px;
  color: rgb(27, 79, 209);
  font-size: 13px;
  font-weight: 800;
}

.service-detail-pricing
{
  padding-top: 28px;
  padding-bottom: 34px;
}

.service-detail-pricing__cards
{
  display: grid;
  gap: 12px;
}

.service-detail-pricing__form
{
  margin-top: 18px;
}

.service-detail-pricing__form .contact-section
{
  padding: 0px;
}

.service-detail-pricing__form .contact-section > .container
{
  width: 100%;
  max-width: none;
  padding: 0px;
}

.service-detail-hero__grid
{
  margin-top: 24px;
  grid-template-columns: minmax(0px, 1.25fr) minmax(310px, 0.75fr);
  gap: 22px;
  align-items: stretch;
  display: none !important;
}

.service-detail-hero__panel .service-detail-hero__lead
{
  max-width: 690px;
}

.service-detail-done__grid
{
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 14px;
  display: none !important;
}

.service-detail-cases
{
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 16px;
  align-items: stretch;
}

.service-case-card
{
  min-width: 0px;
  min-height: 430px;
  border: 1px solid rgb(226, 231, 239);
  border-radius: 23px;
  background: rgb(255, 255, 255);
  overflow: hidden;
  box-shadow: rgba(15, 23, 42, 0.04) 0px 12px 30px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
}

.service-case-card:hover
{
  transform: translateY(-2px);
  box-shadow: rgba(15, 23, 42, 0.075) 0px 18px 38px;
}

.service-case-card__image
{
  aspect-ratio: 16 / 9;
  display: block;
  overflow: hidden;
  background: rgb(242, 245, 249);
}

.service-case-card__image img
{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.25s;
}

.service-case-card:hover .service-case-card__image img
{
  transform: scale(1.015);
}

.service-case-card__body
{
  flex: 1 1 0%;
  padding: 19px 20px 20px;
  display: flex;
  flex-direction: column;
}

.service-case-card__tags
{
  min-height: 31px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.service-case-card__tag
{
  color: rgb(110, 125, 145);
  font-size: 11px;
  line-height: 1.3;
  text-decoration: none;
}

.service-case-card__tag:hover
{
  color: rgb(27, 79, 209);
  text-decoration: underline;
}

.service-case-card h3
{
  margin: 13px 0px 9px;
  color: rgb(13, 38, 64);
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.service-case-card h3 a
{
  color: inherit;
  text-decoration: none;
}

.service-case-card h3 a:hover
{
  color: rgb(27, 79, 209);
}

.service-case-card p
{
  margin: 0px;
  color: rgb(96, 112, 134);
  font-size: 13px;
  line-height: 1.55;
}

.service-case-card__more
{
  margin-top: auto;
  padding-top: 18px;
  color: rgb(27, 79, 209);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.service-tariffs
{
  padding-top: 26px;
  padding-bottom: 24px;
}

.service-tariffs__grid
{
  display: grid;
  grid-template-columns: 1.12fr 0.92fr 0.92fr;
  gap: 16px;
  align-items: stretch;
}

.service-tariff
{
  min-height: 485px;
  padding: 26px;
  border: 1px solid rgb(223, 231, 241);
  border-radius: 26px;
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  box-shadow: rgba(15, 23, 42, 0.035) 0px 12px 28px;
}

.service-tariff--primary
{
  background: rgb(7, 18, 47);
  border-color: rgb(7, 18, 47);
  color: rgb(255, 255, 255);
}

.service-tariff--soft
{
  background: rgb(243, 247, 255);
  border-color: rgb(220, 231, 247);
}

.service-tariff__badge
{
  width: fit-content;
  max-width: 100%;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgb(255, 255, 255);
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
}

.service-tariff__badge--light
{
  background: rgb(238, 245, 255);
  border-color: rgb(216, 231, 251);
  color: rgb(27, 79, 209);
}

.service-tariff h3
{
  margin: 22px 0px 10px;
  color: rgb(13, 38, 64);
  font-size: 26px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.service-tariff--primary h3
{
  color: rgb(255, 255, 255);
}

.service-tariff__price
{
  color: rgb(13, 38, 64);
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.service-tariff__price small
{
  font-size: 0.58em;
  font-weight: 800;
}

.service-tariff--primary .service-tariff__price
{
  color: rgb(255, 255, 255);
}

.service-tariff__note
{
  margin-top: 10px;
  color: rgb(104, 120, 141);
  font-size: 13px;
  line-height: 1.45;
}

.service-tariff--primary .service-tariff__note
{
  color: rgba(255, 255, 255, 0.75);
}

.service-tariff__list
{
  margin: 24px 0px 0px;
  padding: 0px;
  list-style: none;
  display: grid;
  gap: 13px;
}

.service-tariff__list li
{
  position: relative;
  padding-left: 18px;
  color: rgb(79, 96, 119);
  font-size: 14px;
  line-height: 1.48;
}

.service-tariff__list li::before
{
  content: "";
  position: absolute;
  left: 0px;
  top: 0.56em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgb(94, 104, 119);
}

.service-tariff--primary .service-tariff__list li
{
  color: rgb(255, 255, 255);
}

.service-tariff--primary .service-tariff__list li::before
{
  background: rgb(220, 230, 243);
}

.service-tariff__cta
{
  min-height: 50px;
  margin-top: auto;
  padding: 0px 18px;
  border-radius: 15px;
  background: rgb(183, 255, 0);
  color: rgb(7, 18, 47);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

#service-detail-lead
{
  padding-top: 30px;
  padding-bottom: 34px;
}

.service-detail-section-head p
{
  max-width: 660px;
  margin: 8px 0px 0px;
  color: rgb(105, 119, 139);
  font-size: 15px;
  line-height: 1.55;
  display: none !important;
}

.service-tariff--project
{
  background: rgb(255, 255, 255);
}

.service-tariff__price--text
{
  letter-spacing: -0.035em;
  max-width: none;
  font-size: 36px;
  line-height: 1;
  white-space: nowrap;
}

.service-license-strip:hover
{
  border-color: rgb(207, 217, 232);
  box-shadow: rgba(15, 23, 42, 0.05) 0px 14px 30px;
  transform: translateY(-1px);
}

.service-license-strip__content
{
  min-width: 0px;
}

.service-license-strip__label
{
  display: block;
  margin-bottom: 6px;
  color: rgb(27, 79, 209);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.service-license-strip strong
{
  display: block;
  color: rgb(13, 38, 64);
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.service-license-strip p
{
  margin: 7px 0px 0px;
  color: rgb(101, 116, 137);
  font-size: 14px;
  line-height: 1.45;
}

.service-license-strip__action
{
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgb(27, 79, 209);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.service-license-strip
{
  margin-top: 16px;
  min-height: 112px;
  padding: 20px 22px;
  border: 1px solid rgb(226, 231, 239);
  border-radius: 22px;
  background: rgb(255, 255, 255);
  color: inherit;
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  box-shadow: rgba(15, 23, 42, 0.03) 0px 10px 26px;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  display: none !important;
}

.service-license-panel h3
{
  margin: 7px 0px 12px;
  color: rgb(13, 38, 64);
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.service-license-panel > p
{
  max-width: 820px;
  margin: 0px;
  color: rgb(101, 116, 137);
  font-size: 14px;
  line-height: 1.55;
}

.service-license-panel__tags span
{
  min-height: 35px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgb(243, 246, 251);
  color: rgb(79, 97, 120);
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  line-height: 1.2;
}

.b24-modern-mockup__traffic
{
  display: flex;
  gap: 5px;
}

.b24-modern-mockup__traffic span
{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgb(215, 222, 232);
}

.b24-modern-mockup__search
{
  flex: 1 1 0%;
  height: 24px;
  border-radius: 999px;
  background: rgb(240, 243, 247);
}

.b24-modern-mockup__avatar
{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgb(27, 79, 209), rgb(141, 181, 255));
}

.b24-modern-mockup__sidebar
{
  padding: 12px 8px;
  border-right: 1px solid rgb(237, 241, 245);
  background: rgb(248, 250, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.b24-modern-mockup__brand-dot
{
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
  border-radius: 8px;
  background: rgb(27, 79, 209);
}

.b24-modern-mockup__sidebar > span
{
  width: 20px;
  height: 20px;
  border-radius: 7px;
  background: rgb(229, 235, 244);
}

.b24-modern-mockup__sidebar > span.is-active
{
  background: rgb(223, 233, 255);
  box-shadow: rgb(200, 216, 251) 0px 0px 0px 1px inset;
}

.b24-modern-mockup__main
{
  padding: 16px;
  background: radial-gradient(circle at 88% 0%, rgba(27, 79, 209, 0.06), transparent 28%), rgb(255, 255, 255);
}

.b24-modern-mockup__headline
{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.b24-modern-mockup__headline small
{
  display: block;
  color: rgb(141, 153, 170);
  font-size: 9px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.b24-modern-mockup__headline strong
{
  display: block;
  margin-top: 3px;
  color: rgb(13, 38, 64);
  font-size: 16px;
}

.b24-modern-mockup__headline button
{
  min-height: 30px;
  padding: 0px 10px;
  border: 0px;
  border-radius: 9px;
  background: rgb(27, 79, 209);
  color: rgb(255, 255, 255);
  font-size: 10px;
  font-weight: 700;
}

.b24-modern-mockup__stats
{
  margin-top: 13px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 8px;
}

.b24-modern-mockup__stats > div
{
  padding: 9px 10px;
  border-radius: 12px;
  background: rgb(247, 249, 252);
}

.b24-modern-mockup__stats span
{
  display: block;
  color: rgb(138, 150, 168);
  font-size: 8px;
}

.b24-modern-mockup__stats strong
{
  display: block;
  margin-top: 3px;
  color: rgb(13, 38, 64);
  font-size: 15px;
}

.b24-modern-mockup__kanban
{
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 8px;
}

.b24-modern-mockup__column
{
  padding: 8px;
  border-radius: 12px;
  background: rgb(248, 250, 255);
}

.b24-modern-mockup__column-title
{
  margin-bottom: 7px;
  color: rgb(111, 125, 145);
  font-size: 9px;
  font-weight: 700;
}

.b24-modern-mockup__deal
{
  margin-top: 6px;
  padding: 8px;
  border: 1px solid rgb(232, 237, 244);
  border-radius: 10px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(15, 23, 42, 0.024) 0px 4px 10px;
}

.b24-modern-mockup__deal strong
{
  display: block;
  color: rgb(29, 51, 76);
  font-size: 9px;
  line-height: 1.25;
}

.b24-modern-mockup__deal span
{
  display: block;
  margin-top: 5px;
  color: rgb(27, 79, 209);
  font-size: 9px;
  font-weight: 700;
}

.b24-modern-mockup__deal small
{
  display: block;
  margin-top: 4px;
  color: rgb(152, 163, 178);
  font-size: 7px;
}

.b24-modern-mockup__ai-icon
{
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgb(27, 79, 209);
  color: rgb(255, 255, 255);
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
}

.b24-modern-mockup__ai strong
{
  display: block;
  color: rgb(13, 38, 64);
  font-size: 11px;
  line-height: 1.25;
}

.b24-modern-mockup__ai span
{
  display: block;
  margin-top: 3px;
  color: rgb(116, 129, 150);
  font-size: 9px;
  line-height: 1.35;
}

.service-license-partner__status
{
  width: fit-content;
  min-height: 28px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgb(255, 255, 255);
  color: rgb(27, 79, 209);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
}

.service-license-partner__logo
{
  min-height: 42px;
  margin-top: 14px;
  display: flex;
  align-items: center;
}

.service-license-partner__logo img
{
  max-width: 145px;
  max-height: 36px;
  object-fit: contain;
  display: block;
}

.service-license-partner > strong
{
  margin-top: 12px;
  color: rgb(13, 38, 64);
  font-size: 17px;
  line-height: 1.2;
}

.service-license-partner > p
{
  margin: 7px 0px 0px;
  color: rgb(102, 117, 138);
  font-size: 13px;
  line-height: 1.45;
}

.service-license-partner__seal
{
  width: fit-content;
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgb(27, 79, 209);
  font-size: 12px;
  font-weight: 800;
}

.service-license-partner__seal span
{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgb(27, 79, 209);
  color: rgb(255, 255, 255);
  display: grid;
  place-items: center;
  font-size: 11px;
}

.b24-modern-mockup
{
  position: relative;
  width: 100%;
  max-width: 620px;
  min-height: 350px;
  align-items: center;
  justify-content: center;
  display: none !important;
}

.b24-modern-mockup__window
{
  width: 100%;
  border: 1px solid rgb(219, 229, 241);
  border-radius: 22px;
  background: rgb(255, 255, 255);
  overflow: hidden;
  box-shadow: rgba(34, 62, 105, 0.13) 0px 24px 60px;
  transform: perspective(1000px) rotateY(-3deg) rotateX(1deg);
  display: none !important;
}

.b24-modern-mockup__topbar
{
  height: 44px;
  padding: 0px 14px;
  border-bottom: 1px solid rgb(237, 241, 245);
  background: rgb(251, 252, 254);
  align-items: center;
  gap: 12px;
  display: none !important;
}

.b24-modern-mockup__workspace
{
  min-height: 286px;
  grid-template-columns: 44px minmax(0px, 1fr);
  display: none !important;
}

.b24-modern-mockup__ai
{
  position: absolute;
  right: -12px;
  bottom: 4px;
  width: 270px;
  padding: 12px 14px;
  border: 1px solid rgb(219, 230, 245);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: rgba(27, 79, 209, 0.12) 0px 16px 36px;
  grid-template-columns: 38px minmax(0px, 1fr);
  gap: 10px;
  align-items: center;
  display: none !important;
}

.service-detail-hero__panel
{
  margin-top: 24px;
  display: grid;
  align-items: stretch;
  position: relative;
  min-height: 450px;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  grid-template-columns: minmax(0px, 0.95fr) minmax(480px, 1.05fr);
  gap: 34px;
}

.service-detail-hero__panel::before
{
  content: "";
  position: absolute;
  right: -70px;
  top: 50%;
  width: 540px;
  height: 360px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(27, 79, 209, 0.11) 0%, rgba(27, 79, 209, 0.055) 42%, rgba(27, 79, 209, 0) 72%);
  pointer-events: none;
  z-index: 0;
}

.service-detail-hero__panel .service-detail-hero__content
{
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 30px 0px;
  background: transparent;
  border: 0px;
  box-shadow: none;
}

.service-detail-hero__visual
{
  min-width: 0px;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0px;
  justify-content: flex-end;
}

.service-detail-hero__visual img
{
  height: auto;
  mask-image: none;
  display: block;
  width: 112%;
  max-width: 600px;
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(rgba(15, 23, 42, 0.1) 0px 22px 38px);
}

.service-detail-hero__lead
{
  margin: 20px 0px 0px;
  color: rgb(83, 100, 122);
  font-size: 17px;
  line-height: 1.62;
  max-width: 700px;
}

.service-detail-hero__secondary
{
  min-height: 48px;
  padding: 0px 17px;
  border: 1px solid rgb(223, 229, 238);
  border-radius: 14px;
  background: rgb(255, 255, 255);
  color: rgb(27, 79, 209);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.service-detail-hero__actions
{
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-referral__link
{
  border: 1px solid rgb(223, 229, 238);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  min-height: 34px;
  padding: 0px 10px;
  border-radius: 10px;
  background: transparent;
  color: rgb(96, 112, 134);
  font-size: 12px;
  font-weight: 700;
}

.service-referral__link:hover
{
  border-color: rgb(199, 211, 228);
  color: rgb(27, 79, 209);
  background: rgba(255, 255, 255, 0.55);
}

.service-referral__link--primary
{
  border-color: rgb(214, 225, 241);
  background: rgb(244, 247, 251);
  color: rgb(27, 79, 209);
}

.service-referral__link--demo
{
  border-color: rgb(223, 229, 238);
  background: transparent;
  color: rgb(96, 112, 134);
}

.footer__inner
{
  padding-top: 24px;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer__links
{
  display: flex;
  gap: 16px;
}

.service-detail-hero__accent
{
  color: inherit !important;
}

.service-referral
{
  margin-top: 14px;
  border: 0px;
  border-radius: 0px;
  background: transparent;
  box-shadow: none;
  gap: 18px;
  min-height: 54px;
  padding: 8px 4px 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.service-referral__group
{
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.service-referral__text
{
  flex: 0 0 auto;
  text-align: right;
}

.service-referral__text span
{
  color: rgb(129, 144, 164);
  display: block;
  font-size: 11px;
  line-height: 1.2;
}

.service-referral__text strong
{
  color: rgb(93, 109, 130);
  font-weight: 700;
  display: block;
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.25;
  white-space: nowrap;
}

.service-referral__actions
{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  flex: 0 0 auto;
  justify-content: flex-end;
}

.service-detail-done
{
  padding-top: 58px;
}

.service-license-panel__main h3
{
  margin: 0px;
  color: rgb(93, 109, 130);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0px;
}

.service-license-panel__main > p
{
  max-width: 720px;
  margin: 3px 0px 0px;
  color: rgb(129, 144, 164);
  font-size: 11px;
  line-height: 1.4;
}

.service-license-panel__tags
{
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 9px;
  display: none !important;
}

.service-license-panel__main .services-catalog__label
{
  margin-bottom: 4px;
  color: rgb(123, 137, 156);
  font-size: 10px;
  letter-spacing: 0.05em;
  display: none !important;
}

.service-license-panel
{
  grid-template-columns: minmax(0px, 1fr) auto;
  gap: 28px;
  margin-top: 14px;
  min-height: 54px;
  padding: 8px 4px 0px;
  border: 0px;
  border-radius: 0px;
  background: transparent;
  box-shadow: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.service-license-compact
{
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.service-license-panel__main
{
  flex: 0 0 auto;
  min-width: 0px;
  text-align: right;
}

.service-license-panel__eyebrow
{
  display: block;
  color: rgb(129, 144, 164);
  font-size: 11px;
  line-height: 1.2;
}

.service-license-panel__headline
{
  display: block;
  margin-top: 2px;
  color: rgb(93, 109, 130);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
  white-space: nowrap;
}

.service-license-partner
{
  border-radius: 0px;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0px;
  border: 0px;
  background: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.service-license-partner__badge
{
  object-fit: contain;
  height: auto;
  width: auto;
  max-width: 126px;
  max-height: 62px;
  display: block;
}

.service-license-partner__id
{
  padding-left: 10px;
  border-left: 1px solid rgb(224, 229, 236);
}

.service-license-partner__id span
{
  display: block;
  color: rgb(138, 150, 166);
  font-size: 10px;
  line-height: 1.2;
}

.service-license-partner__id strong
{
  letter-spacing: -0.03em;
  display: block;
  margin-top: 2px;
  color: rgb(13, 38, 64);
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

.crm-bitrix24-hero
{
  padding-top: 22px;
}

.crm-bitrix24-hero__grid
{
  position: relative;
  min-height: 420px;
  display: grid;
  grid-template-columns: minmax(0px, 0.95fr) minmax(470px, 1.05fr);
  gap: 40px;
  align-items: center;
}

.crm-bitrix24-hero__content
{
  padding: 24px 0px 28px;
}

.crm-bitrix24-hero__content h1
{
  margin: 18px 0px;
  color: rgb(13, 38, 64);
  font-size: clamp(42px, 5vw, 66px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.crm-bitrix24-hero__content .service-detail-hero__cta
{
  margin-top: 26px;
}

.crm-bitrix24-hero__visual
{
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.crm-bitrix24-hero__visual::before
{
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  width: 500px;
  height: 330px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(27, 79, 209, 0.1) 0%, rgba(27, 79, 209, 0.04) 46%, rgba(27, 79, 209, 0) 72%);
}

.crm-bitrix24-hero__visual img
{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 570px;
  max-height: 400px;
  object-fit: contain;
  filter: drop-shadow(rgba(15, 23, 42, 0.09) 0px 20px 34px);
}

.crm-bitrix24-referral
{
  margin-top: 0px;
}

.crm-bitrix24-services
{
  padding-top: 66px;
}

.section-kicker
{
  display: block;
  margin-bottom: 8px;
  color: rgb(27, 79, 209);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.crm-bitrix24-services__head > p
{
  max-width: 470px;
  margin: 0px;
  color: rgb(113, 128, 149);
  font-size: 14px;
  line-height: 1.5;
}

.crm-bitrix24-services__grid
{
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 14px;
}

.crm-service-card
{
  position: relative;
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgb(227, 232, 239);
  border-radius: 22px;
  background: rgb(255, 255, 255);
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.crm-service-card:hover
{
  transform: translateY(-2px);
  border-color: rgb(204, 216, 233);
  box-shadow: rgba(15, 23, 42, 0.055) 0px 14px 32px;
}

.crm-service-card__content
{
  margin-top: 26px;
  padding-right: 24px;
}

.crm-service-card h3
{
  margin: 0px;
  color: rgb(13, 38, 64);
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.crm-service-card p
{
  margin: 10px 0px 0px;
  color: rgb(113, 128, 149);
  font-size: 13px;
  line-height: 1.5;
}

.crm-service-card__arrow
{
  position: absolute;
  right: 20px;
  bottom: 18px;
  color: rgb(27, 79, 209);
  font-size: 20px;
  font-weight: 700;
}

.crm-bitrix24-hero__content > p
{
  margin: 0px;
  color: rgb(95, 109, 128);
  max-width: 520px;
  font-size: 16px;
  line-height: 1.55;
}

.crm-bitrix24-services__head
{
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 22px;
  display: block;
}

.crm-bitrix24-services__head .section__title
{
  margin-bottom: 0px;
}

.crm-service-card__num
{
  font-size: 11px;
  font-weight: 800;
  color: rgb(27, 79, 209);
}

.crm-general-tariffs-copy
{
  margin-top: 18px;
}

.crm-general-done-copy
{
  padding-top: 58px;
}

.bitrix-partner-brand img
{
  object-fit: contain;
  width: auto !important;
  max-width: 120px !important;
  max-height: 80px !important;
}

.bitrix-detail-hero__visual img
{
  width: 100%;
  max-width: 520px;
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(rgba(15, 23, 42, 0.08) 0px 18px 34px);
}

.bitrix-general-hero__visual img
{
  width: 100%;
  max-width: 520px;
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(rgba(15, 23, 42, 0.08) 0px 18px 34px);
}

.bitrix-detail-hero .service-detail-hero__panel::before
{
  background: radial-gradient(circle, rgba(213, 33, 59, 0.09) 0%, rgba(213, 33, 59, 0.035) 46%, rgba(213, 33, 59, 0) 72%);
}

.bitrix-general-hero .crm-bitrix24-hero__visual::before
{
  background: radial-gradient(circle, rgba(213, 33, 59, 0.09) 0%, rgba(213, 33, 59, 0.035) 46%, rgba(213, 33, 59, 0) 72%);
}

.bitrix-license-panel .service-license-panel__eyebrow
{
  display: block;
  color: rgb(129, 144, 164);
  font-size: 11px;
  line-height: 1.2;
}

.bitrix-license-panel .service-license-panel__headline
{
  display: block;
  margin-top: 2px;
  color: rgb(93, 109, 130);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
  white-space: nowrap;
}

.bitrix-service-card .crm-service-card__num
{
  color: rgb(27, 79, 209);
}

.bitrix-detail-page .service-detail-task__num
{
  color: rgb(27, 79, 209);
}

.bitrix-general-page .crm-bitrix24-services__head
{
  display: block;
}

.bitrix-general-page .crm-bitrix24-services__head .section__title
{
  margin-bottom: 0px;
}

.bitrix-partner-brand
{
  display: flex;
  align-items: center;
  min-height: 48px;
}

.bitrix-partner-brand .bitrix-main-logo
{
  object-fit: contain;
  width: auto !important;
  max-width: 190px !important;
  max-height: 54px !important;
}

.bitrix-partner-brand img[alt="1С-Битрикс"]
{
  object-fit: contain;
  width: auto !important;
  max-width: 190px !important;
  max-height: 54px !important;
}

.bitrix-license-partner .service-license-partner__id span
{
  display: block;
  color: rgb(138, 150, 166);
  font-size: 10px;
  line-height: 1.2;
}

.bitrix-license-partner .service-license-partner__id strong
{
  display: block;
  margin-top: 2px;
  color: rgb(13, 38, 64);
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

.bitrix-license-check .service-referral__link--primary
{
  min-height: 34px;
  padding: 0px 11px;
  border: 1px solid rgb(214, 225, 241);
  border-radius: 10px;
  background: rgb(244, 247, 251);
  color: rgb(27, 79, 209);
  font-size: 12px;
  font-weight: 800;
}

.bitrix-license-check .service-referral__link--primary:hover
{
  border-color: rgb(198, 212, 232);
  background: rgb(238, 243, 250);
}

.bitrix-license-check .service-referral__link:hover
{
  border-color: rgb(199, 211, 228);
  color: rgb(27, 79, 209);
  background: rgba(255, 255, 255, 0.55);
}

.bitrix-license-panel
{
  margin-top: 14px;
  min-height: 54px;
  padding: 8px 4px 0px;
  border: 0px;
  border-radius: 0px;
  background: transparent;
  box-shadow: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.bitrix-license-panel .service-license-compact
{
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.bitrix-license-panel .service-license-panel__main
{
  flex: 0 0 auto;
  text-align: right;
}

.bitrix-license-partner
{
  padding: 0px;
  border: 0px;
  background: transparent;
  box-shadow: none;
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.bitrix-license-partner .service-license-partner__id
{
  padding-left: 10px;
  border-left: 1px solid rgb(224, 229, 236);
}

#sites-bitrix-page .crm-bitrix24-hero
{
  padding-top: 22px;
}

#sites-bitrix-page .crm-bitrix24-hero__grid
{
  min-height: 420px;
  display: grid;
  grid-template-columns: minmax(0px, 0.95fr) minmax(470px, 1.05fr);
  gap: 40px;
  align-items: center;
}

#sites-bitrix-page .crm-bitrix24-hero__content
{
  padding: 24px 0px 28px;
}

#sites-bitrix-page .crm-bitrix24-hero__content h1
{
  max-width: none;
  margin: 18px 0px;
  color: rgb(13, 38, 64);
  font-size: clamp(42px, 5vw, 66px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 800;
}

#sites-bitrix-page .crm-bitrix24-hero__content > p
{
  max-width: 520px;
  margin: 0px;
  color: rgb(95, 109, 128);
  font-size: 16px;
  line-height: 1.55;
}

#sites-bitrix-page .crm-bitrix24-hero__content .service-detail-hero__cta
{
  margin-top: 26px;
}

#sites-bitrix-page .crm-bitrix24-hero__visual
{
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#sites-bitrix-page .service-detail-hero__brand
{
  width: fit-content;
  min-height: 34px;
  display: flex;
  align-items: center;
}

.bitrix-detail-page .service-detail-hero__brand
{
  width: fit-content;
  min-height: 34px;
  display: flex;
  align-items: center;
}

#sites-bitrix-page .service-detail-hero__brand img
{
  display: block;
  object-fit: contain;
  width: auto !important;
  max-width: 150px !important;
  max-height: 34px !important;
}

.bitrix-detail-page .service-detail-hero__brand img
{
  display: block;
  object-fit: contain;
  width: auto !important;
  max-width: 150px !important;
  max-height: 34px !important;
}

.bitrix-detail-page .service-detail-hero__panel
{
  min-height: 450px;
  padding: 0px;
  grid-template-columns: minmax(0px, 0.95fr) minmax(480px, 1.05fr);
  gap: 34px;
}

.bitrix-detail-page .service-detail-hero__panel .service-detail-hero__content
{
  padding: 30px 0px;
}

.bitrix-detail-page .service-detail-hero h1
{
  max-width: 760px;
  margin: 24px 0px 0px;
  color: rgb(13, 38, 64);
  font-size: clamp(42px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.bitrix-detail-page .service-detail-hero__lead
{
  max-width: 700px;
  margin: 20px 0px 0px;
  color: rgb(83, 100, 122);
  font-size: 17px;
  line-height: 1.62;
}

.bitrix-detail-page .service-detail-hero__actions
{
  margin-top: 26px;
}

.bitrix-license-check
{
  min-height: 54px;
  padding: 8px 4px 0px;
  border: 0px;
  border-radius: 0px;
  background: transparent;
  box-shadow: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0px !important;
}

.bitrix-license-check .service-referral__group
{
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.bitrix-license-check .service-referral__text
{
  flex: 0 0 auto;
  text-align: right;
}

.bitrix-license-check .service-referral__text span
{
  display: block;
  color: rgb(129, 144, 164);
  font-size: 11px;
  line-height: 1.2;
}

.bitrix-license-check .service-referral__text strong
{
  display: block;
  margin-top: 2px;
  color: rgb(93, 109, 130);
  font-size: 13px;
  line-height: 1.25;
  white-space: nowrap;
}

.bitrix-license-check .service-referral__actions
{
  flex: 0 0 auto;
  justify-content: flex-end;
}

.bitrix-license-check .service-referral__link
{
  min-height: 34px;
  padding: 0px 10px;
  border: 1px solid rgb(223, 229, 238);
  border-radius: 10px;
  background: transparent;
  color: rgb(96, 112, 134);
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

#sites-bitrix-page .bitrix-license-check
{
  margin-bottom: 0px;
}

.bitrix-detail-page .bitrix-license-check
{
  margin-bottom: 0px;
}

.bitrix-license-partner .service-license-partner__badge
{
  object-fit: contain;
  max-height: none !important;
  width: 90px !important;
  max-width: 90px !important;
  height: auto !important;
}

.licenses-hero
{
  padding-top: 22px;
}

.licenses-hero__inner
{
  max-width: 940px;
  margin: 0px auto;
  padding: 46px 0px 38px;
  text-align: center;
}

.licenses-hero__logos
{
  min-height: 40px;
  margin-bottom: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.licenses-hero__logos span
{
  width: 1px;
  height: 28px;
  background: rgb(224, 229, 236);
}

.licenses-hero__logos img
{
  width: auto;
  max-width: 150px;
  max-height: 34px;
  object-fit: contain;
}

.licenses-hero h1
{
  max-width: 900px;
  margin: 0px auto;
  color: rgb(13, 38, 64);
  font-size: clamp(44px, 5.2vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.licenses-hero__inner > p
{
  max-width: 680px;
  margin: 22px auto 0px;
  color: rgb(95, 109, 128);
  font-size: 17px;
  line-height: 1.6;
}

.licenses-hero__inner .service-detail-hero__cta
{
  margin-top: 26px;
}

.licenses-partner-mark
{
  min-height: 62px;
  padding: 0px 16px;
  border-left: 1px solid rgb(225, 230, 237);
  display: flex;
  align-items: center;
  gap: 10px;
}

.licenses-partner-mark:first-child
{
  border-left: 0px;
}

.licenses-partner-mark img
{
  width: auto;
  max-width: 105px;
  max-height: 64px;
  object-fit: contain;
}

.licenses-partner-mark--b24 img
{
  max-width: 120px;
}

.licenses-partner-id
{
  padding-left: 10px;
  border-left: 1px solid rgb(225, 230, 237);
  text-align: left;
}

.licenses-partner-id span
{
  display: block;
  color: rgb(138, 150, 166);
  font-size: 10px;
}

.licenses-partner-id strong
{
  display: block;
  margin-top: 2px;
  color: rgb(13, 38, 64);
  font-size: 17px;
  line-height: 1;
}

.licenses-actions
{
  margin-top: 2px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
}

.licenses-action-strip
{
  min-height: 54px;
  padding: 8px 4px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.licenses-action-strip .service-referral__text
{
  flex: 0 0 auto;
  text-align: right;
}

.licenses-action-strip .service-referral__actions
{
  flex: 0 0 auto;
}

.licenses-action-strip .service-referral__text span
{
  display: block;
  color: rgb(129, 144, 164);
  font-size: 11px;
  line-height: 1.2;
}

.licenses-action-strip .service-referral__text strong
{
  display: block;
  margin-top: 2px;
  color: rgb(93, 109, 130);
  font-size: 13px;
  line-height: 1.25;
  white-space: nowrap;
}

.licenses-action-strip .service-referral__link
{
  min-height: 34px;
  padding: 0px 10px;
  border: 1px solid rgb(223, 229, 238);
  border-radius: 10px;
  background: transparent;
  color: rgb(96, 112, 134);
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
}

.licenses-action-strip .service-referral__link--primary
{
  border-color: rgb(214, 225, 241);
  background: rgb(244, 247, 251);
  color: rgb(27, 79, 209);
}

.licenses-catalog
{
  padding-top: 68px;
}

.licenses-section-head
{
  margin-bottom: 24px;
}

.licenses-grid
{
  display: grid;
  gap: 14px;
}

.licenses-grid--top
{
  grid-template-columns: repeat(3, minmax(0px, 1fr));
}

.licenses-grid--wide
{
  margin-top: 14px;
  grid-template-columns: 1fr 1fr;
}

.license-card__brand
{
  min-height: 34px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.license-card__brand img
{
  width: auto;
  max-width: 138px;
  max-height: 32px;
  object-fit: contain;
}

.license-card__eyebrow
{
  color: rgb(27, 79, 209);
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.license-card h3
{
  margin: 8px 0px 0px;
  color: rgb(13, 38, 64);
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.license-card p
{
  margin: 12px 0px 0px;
  color: rgb(104, 119, 139);
  font-size: 13px;
  line-height: 1.55;
}

.license-chip
{
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgb(243, 246, 251);
  color: rgb(83, 100, 122);
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
}

.license-card__meta
{
  margin-top: 12px;
  color: rgb(138, 150, 166);
  font-size: 11px;
  line-height: 1.4;
}

.license-card--wide
{
  min-height: 280px;
}

.license-card--vibecode
{
  grid-column: span 1;
}

.vibecode-plans
{
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 8px;
}

.vibecode-plan
{
  padding: 12px;
  border-radius: 14px;
  background: rgb(247, 249, 252);
}

.vibecode-plan span
{
  display: block;
  color: rgb(113, 128, 149);
  font-size: 10px;
  line-height: 1.25;
  font-weight: 700;
}

.vibecode-plan strong
{
  display: block;
  margin-top: 7px;
  color: rgb(13, 38, 64);
  font-size: 22px;
  line-height: 1;
}

.vibecode-plan small
{
  display: block;
  margin-top: 4px;
  color: rgb(138, 150, 166);
  font-size: 9px;
  line-height: 1.3;
}

.licenses-delivery
{
  margin-top: 18px;
  padding: 20px 22px;
  border-top: 1px solid rgb(228, 233, 240);
  display: grid;
  grid-template-columns: 170px minmax(0px, 1fr);
  gap: 26px;
  align-items: start;
}

.licenses-delivery__label
{
  color: rgb(27, 79, 209);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.licenses-delivery strong
{
  display: block;
  color: rgb(13, 38, 64);
  font-size: 18px;
  line-height: 1.25;
}

.licenses-delivery p
{
  max-width: 850px;
  margin: 6px 0px 0px;
  color: rgb(113, 128, 149);
  font-size: 13px;
  line-height: 1.5;
}

.licenses-hero__partners .licenses-partner-mark:first-child img
{
  width: 90px !important;
  max-width: 90px !important;
  height: auto !important;
}

.licenses-actions--right
{
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.licenses-actions--right .licenses-action-strip
{
  width: fit-content;
  max-width: 100%;
  min-height: 42px;
  padding: 4px 0px 0px;
  justify-content: flex-end;
}

.licenses-actions--right .service-referral__text
{
  text-align: right;
}

.licenses-catalog .license-card__brand
{
  display: none !important;
}

.license-card
{
  padding: 24px;
  border: 1px solid rgb(226, 231, 239);
  border-radius: 22px;
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  min-height: 0px;
}

.license-card__chips
{
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
  padding-top: 0px;
}

.license-card__chips--compact
{
  width: fit-content;
  max-width: 100%;
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 7px;
}

.license-card__chips--compact .license-chip
{
  flex: 0 0 auto;
}

.license-card--wide .license-card__chips
{
  margin-top: 18px;
}

.vibecode-plans--compact
{
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.vibecode-plans--compact .vibecode-plan
{
  min-width: 0px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgb(243, 246, 251);
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
}

.vibecode-plans--compact .vibecode-plan span
{
  display: inline;
  margin: 0px;
  color: rgb(83, 100, 122);
  font-size: 11px;
  font-weight: 700;
}

.vibecode-plans--compact .vibecode-plan strong
{
  display: inline;
  margin: 0px;
  color: rgb(13, 38, 64);
  font-size: 13px;
}

.vibecode-plans--compact .vibecode-plan small
{
  display: inline;
  margin: 0px;
  color: rgb(138, 150, 166);
  font-size: 10px;
}

.licenses-delivery--compact
{
  margin-top: 20px;
  padding: 8px 4px 0px;
  border: 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.licenses-delivery--compact .licenses-delivery__text
{
  width: fit-content;
  max-width: 720px;
  text-align: right;
}

.licenses-delivery--compact .licenses-delivery__text > span
{
  display: block;
  color: rgb(129, 144, 164);
  font-size: 11px;
  line-height: 1.2;
}

.licenses-delivery--compact .licenses-delivery__text > strong
{
  display: block;
  margin-top: 2px;
  color: rgb(93, 109, 130);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
}

.licenses-delivery--compact .licenses-delivery__text > p
{
  margin: 4px 0px 0px;
  color: rgb(129, 144, 164);
  font-size: 11px;
  line-height: 1.4;
}

#licenses-page section.contact-section
{
  margin-top: 0px;
}

.licenses-hero__partners
{
  margin-top: 30px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  display: none !important;
}

.licenses-grid--top .license-card:first-child .license-card__chips
{
  align-content: flex-start;
}

.licenses-delivery--partners
{
  margin-top: 22px;
  padding: 16px 0px 0px;
  border-top: 1px solid rgb(228, 233, 240);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.licenses-delivery--partners .licenses-delivery__copy
{
  text-align: right;
}

.licenses-delivery--partners .licenses-delivery__copy > span
{
  display: block;
  color: rgb(129, 144, 164);
  font-size: 11px;
  line-height: 1.2;
}

.licenses-delivery--partners .licenses-delivery__copy > strong
{
  display: block;
  margin-top: 2px;
  color: rgb(93, 109, 130);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
}

.licenses-delivery__partners
{
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin: 0px;
  display: flex !important;
}

.licenses-delivery__partners .licenses-partner-mark
{
  min-height: 50px;
  padding: 0px 0px 0px 14px;
  border-left: 1px solid rgb(225, 230, 237);
  display: flex;
  align-items: center;
  gap: 9px;
}

.licenses-delivery__partners .licenses-partner-mark:first-child
{
  border-left: 0px;
  padding-left: 0px;
}

.licenses-delivery__partners .licenses-partner-mark img
{
  width: auto;
  max-width: 90px;
  max-height: 56px;
  object-fit: contain;
}

.licenses-delivery__partners .licenses-partner-mark--b24 img
{
  max-width: 108px;
}

.licenses-delivery__partners .licenses-partner-id
{
  padding-left: 9px;
}

#licenses-page .licenses-grid--top .license-card:nth-child(2) .license-card__chips
{
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: flex-start;
}

#licenses-page .license-card--vibecode .license-card__chips
{
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: flex-start;
}

#licenses-page .license-card--vibecode
{
  min-height: 0px;
}

#licenses-page .licenses-catalog
{
  padding-top: 42px;
}

#licenses-page .licenses-delivery--partners
{
  margin-top: 42px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 26px;
}

.mega-services__title--link
{
  color: inherit;
  text-decoration: none;
}

.mega-services__title--link:hover
{
  color: rgb(27, 79, 209);
}

.header-contacts__direct
{
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer
{
  padding: 0px 0px 54px;
  color: var(--muted);
  font-size: 14px;
}

.footer-social__soon
{
  min-height: 36px;
  padding: 0px 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
}

.footer-social__soon small
{
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 9px;
  font-weight: 700;
}

.footer-legal
{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-legal a
{
  color: inherit;
}

.privacy-page
{
  background: rgb(255, 255, 255);
}

.privacy-hero
{
  padding-top: 22px;
  padding-bottom: 22px;
}

.privacy-hero__inner
{
  max-width: 920px;
  padding: 34px 0px 14px;
}

.privacy-hero h1
{
  margin: 18px 0px 0px;
  color: rgb(13, 38, 64);
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.privacy-hero p
{
  max-width: 720px;
  margin: 18px 0px 0px;
  color: rgb(95, 109, 128);
  font-size: 16px;
  line-height: 1.6;
}

.privacy-content
{
  padding-top: 26px;
  padding-bottom: 80px;
}

.privacy-article
{
  max-width: 920px;
}

.privacy-note
{
  margin-bottom: 30px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgb(246, 248, 251);
  color: rgb(104, 119, 139);
  font-size: 13px;
  line-height: 1.55;
}

.privacy-section
{
  padding: 26px 0px;
  border-top: 1px solid rgb(231, 235, 241);
}

.privacy-section:first-of-type
{
  border-top: 0px;
  padding-top: 0px;
}

.privacy-section h2
{
  margin: 0px;
  color: rgb(13, 38, 64);
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.privacy-section li
{
  color: rgb(95, 109, 128);
  font-size: 15px;
  line-height: 1.7;
}

.privacy-section p
{
  color: rgb(95, 109, 128);
  font-size: 15px;
  line-height: 1.7;
  margin: 12px 0px 0px;
}

.privacy-section ul
{
  margin: 12px 0px 0px;
  padding-left: 20px;
}

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

.privacy-data
{
  margin-top: 14px;
  display: grid;
  grid-template-columns: 190px minmax(0px, 1fr);
  gap: 8px 18px;
}

.privacy-data dt
{
  color: rgb(138, 150, 166);
  font-size: 13px;
}

.privacy-data dd
{
  margin: 0px;
  color: rgb(13, 38, 64);
  font-size: 14px;
  font-weight: 700;
}

.works-preview .work-card__tags
{
  margin: 0px 0px 10px;
  min-height: 31px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 6px;
}

.works-preview .work-card__hashtag
{
  color: rgb(103, 117, 138);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 400;
}

.case-card__footer
{
  margin-top: auto;
  padding-top: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
}

.footer-social
{
  margin: 28px 0px 30px;
  border-radius: 24px;
  padding: 30px 32px !important;
  border: 1px solid rgb(223, 230, 241) !important;
  background: rgb(244, 247, 251) !important;
  display: grid !important;
  grid-template-columns: minmax(300px, 1fr) auto !important;
  gap: 34px !important;
  align-items: center !important;
}

.footer-social__copy
{
  max-width: 660px !important;
}

.footer-social__eyebrow
{
  display: block;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 7px !important;
  color: rgb(27, 79, 209) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.footer-social__copy strong
{
  display: block;
  letter-spacing: -0.025em;
  color: rgb(13, 38, 64) !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

.footer-social__text
{
  max-width: 610px;
  margin: 8px 0px 0px;
  color: rgb(101, 117, 138);
  font-size: 14px;
  line-height: 1.5;
}

.footer-social__links
{
  flex-wrap: wrap;
  display: flex !important;
  justify-content: flex-end !important;
  gap: 10px !important;
}

.footer-social__links a
{
  text-decoration: none;
  align-items: center;
  line-height: 1;
  min-height: 46px !important;
  padding: 0px 17px !important;
  border: 1px solid rgb(213, 223, 236) !important;
  border-radius: 999px !important;
  background: rgb(255, 255, 255) !important;
  color: rgb(13, 38, 64) !important;
  display: inline-flex !important;
  gap: 9px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}

.footer-social__links a:hover
{
  border-color: rgb(185, 202, 226) !important;
  color: rgb(27, 79, 209) !important;
  background: rgb(255, 255, 255) !important;
}

.footer-social__links a span
{
  font-size: 15px;
  color: rgb(27, 79, 209) !important;
}

#cases-page .case-card--text .case-card__excerpt
{
  margin: 0px;
  color: rgb(91, 100, 114);
  font-size: 14px;
  line-height: 1.52;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box !important;
}

#case-detail-page .case-related .case-card--text .case-card__excerpt
{
  margin: 0px;
  color: rgb(91, 100, 114);
  font-size: 14px;
  line-height: 1.52;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box !important;
}

#cases-page .case-card__body
{
  position: relative;
  padding-right: 72px;
  padding-bottom: 22px;
}

#case-detail-page .case-related .case-card__body
{
  position: relative;
  padding-right: 72px;
  padding-bottom: 22px;
}

#cases-page .case-card__footer
{
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 46px;
  height: 46px;
  margin: 0px;
  padding: 0px;
  display: block;
}

#case-detail-page .case-related .case-card__footer
{
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 46px;
  height: 46px;
  margin: 0px;
  padding: 0px;
  display: block;
}

#cases-page .case-card__more--circle
{
  width: 46px;
  height: 46px;
  min-width: 46px;
  min-height: 46px;
  margin: 0px;
  padding: 0px;
  border-radius: 50%;
  background: rgb(237, 246, 255);
  color: rgb(27, 79, 209);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
  transition: transform 0.2s, background 0.2s;
}

#case-detail-page .case-related .case-card__more--circle
{
  width: 46px;
  height: 46px;
  min-width: 46px;
  min-height: 46px;
  margin: 0px;
  padding: 0px;
  border-radius: 50%;
  background: rgb(237, 246, 255);
  color: rgb(27, 79, 209);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
  transition: transform 0.2s, background 0.2s;
}

#cases-page .case-card:hover .case-card__more--circle
{
  transform: translateX(3px);
  background: rgb(228, 241, 255);
}

#case-detail-page .case-related .case-card:hover .case-card__more--circle
{
  transform: translateX(3px);
  background: rgb(228, 241, 255);
}

.works-preview .work-card__arrow
{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgb(237, 246, 255);
  color: rgb(27, 79, 209);
  font-size: 25px;
}

.social-follow-card__copy
{
  min-width: 0px;
}

#case-detail-page .case-engagement__card--compact
{
  padding: 28px 32px;
}

#case-short-post-page .case-engagement__card--compact
{
  padding: 28px 32px;
}

#case-detail-page .case-feedback--inline
{
  display: grid;
  grid-template-columns: minmax(0px, 1fr) auto;
  gap: 28px;
  align-items: center;
}

#case-short-post-page .case-feedback--inline
{
  display: grid;
  grid-template-columns: minmax(0px, 1fr) auto;
  gap: 28px;
  align-items: center;
}

#case-detail-page .case-feedback__copy
{
  min-width: 0px;
}

#case-short-post-page .case-feedback__copy
{
  min-width: 0px;
}

#case-detail-page .case-feedback__copy .case-engagement__label
{
  display: inline-block;
  margin-bottom: 8px;
}

#case-short-post-page .case-feedback__copy .case-engagement__label
{
  display: inline-block;
  margin-bottom: 8px;
}

#case-detail-page .case-feedback__copy h2
{
  margin: 0px 0px 8px;
}

#case-short-post-page .case-feedback__copy h2
{
  margin: 0px 0px 8px;
}

#case-detail-page .case-feedback__copy p
{
  max-width: 620px;
  margin: 0px;
}

#case-short-post-page .case-feedback__copy p
{
  max-width: 620px;
  margin: 0px;
}

#case-detail-page .case-feedback__actions-wrap
{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#case-short-post-page .case-feedback__actions-wrap
{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#case-detail-page .case-feedback__actions
{
  margin-top: 0px;
  flex-wrap: nowrap;
}

#case-short-post-page .case-feedback__actions
{
  margin-top: 0px;
  flex-wrap: nowrap;
}

.social-follow-section + .contact-section
{
  padding-top: 10px;
}

.social-follow-section
{
  padding: 30px 0px 18px;
}

.social-follow-card--v9
{
  padding: 30px 34px;
  border-radius: 26px;
  border: 1px solid rgb(223, 230, 241);
  background: rgb(237, 244, 255);
  display: grid;
  grid-template-columns: minmax(0px, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.social-follow-card__eyebrow
{
  margin-bottom: 8px;
  color: rgb(27, 79, 209);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.social-follow-card--v9 h2
{
  font-weight: 800;
  margin: 0px;
  color: rgb(13, 38, 64);
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.social-follow-card__links
{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.social-follow-card__links a
{
  min-height: 44px;
  padding: 0px 16px;
  border: 1px solid rgb(213, 223, 236);
  border-radius: 999px;
  background: rgb(255, 255, 255);
  color: rgb(13, 38, 64);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
}

.social-follow-card__links a span
{
  color: rgb(27, 79, 209);
}

@media (max-width: 1180px) {
  .reviews-quote-grid
  {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }

  .tariffs-plus
  {
    display: grid;
    gap: 18px;
    align-items: stretch;
    grid-template-columns: 1fr 1fr;
  }

  .tariff-card--main
  {
    background: linear-gradient(rgb(15, 32, 51) 0%, rgb(24, 52, 82) 100%);
    color: rgb(255, 255, 255);
    grid-column: 1 / -1;
  }

  .services
  {
    display: grid;
    gap: 18px;
    align-items: stretch;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    grid-template-areas: "crm dev" "licenses apps" "site site";
  }

  .service--crm
  {
    grid-area: crm;
    min-height: auto;
  }

  .service--dev
  {
    grid-area: dev;
    min-height: auto;
  }

  .service--licenses
  {
    grid-area: licenses;
    min-height: auto;
  }

  .service--apps
  {
    grid-area: apps;
    min-height: auto;
  }

  .service--site
  {
    grid-area: site;
    min-height: auto;
  }

  .trust-grid
  {
    display: grid;
    gap: 18px;
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .reviews-panel .section__head
  {
    flex-direction: column;
    align-items: flex-start;
  }

  .reviews-slider
  {
    position: relative;
    padding: 0px 60px;
  }

  .leadbox
  {
    border-radius: 34px;
    background: linear-gradient(rgb(15, 32, 51) 0%, rgb(24, 52, 82) 100%);
    color: rgb(255, 255, 255);
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    place-items: center;
    box-shadow: rgba(7, 43, 70, 0.28) 0px 30px 70px;
    overflow: hidden;
    position: relative;
    text-align: center;
    min-height: auto;
    padding: 34px 22px 110px;
  }

  .hero__grid
  {
    display: grid;
    gap: 0px;
    align-items: stretch;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid rgba(11, 113, 186, 0.14);
    background: linear-gradient(135deg, rgb(11, 113, 186) 0%, rgb(18, 69, 255) 100%);
    grid-template-columns: minmax(0px, 1fr) minmax(300px, 0.82fr);
    min-height: 540px;
  }

  .hero__content
  {
    position: relative;
    overflow: hidden;
    display: block;
    background: transparent;
    color: rgb(255, 255, 255);
    width: 900px;
    padding: 42px 36px;
    min-height: 540px;
  }

  .hero__visual
  {
    position: relative;
    overflow: hidden;
    background: transparent;
    padding: 0px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-height: 540px;
  }

  .hero__photo-wrap
  {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 12px;
    min-height: 540px;
  }
}

@media (max-width: 1100px) {
  .scenario-grid
  {
    display: grid;
    gap: 18px;
    margin-top: 26px;
    grid-template-columns: repeat(2, 1fr);
  }

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

  .new-hero__grid
  {
    position: relative;
    display: grid;
    align-items: center;
    gap: 22px;
    grid-template-columns: minmax(0px, 1fr) minmax(390px, 0.9fr);
    min-height: 500px;
  }

  .new-hero__title
  {
    margin: 0px;
    line-height: 1.01;
    letter-spacing: -0.04em;
    font-weight: 800;
    color: var(--site-heading);
    max-width: 690px;
    font-size: clamp(40px, 4.8vw, 52px);
  }

  .contact-form-block__intro h3
  {
    color: rgb(255, 255, 255);
    margin: 20px 0px 16px;
    max-width: 600px;
    line-height: 1.01;
    letter-spacing: -0.04em;
    font-weight: 800;
    font-size: 48px;
  }

  .new-hero__visual img
  {
    max-width: none;
    display: block;
    width: 118%;
    margin-left: -8%;
    filter: none;
    mask-image: radial-gradient(72% 79% at 55% 50%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 56%, rgba(0, 0, 0, 0.92) 67%, rgba(0, 0, 0, 0.54) 82%, transparent 100%);
  }

  .contact-form-block
  {
    background: rgb(27, 79, 209);
    border-radius: 34px;
    color: rgb(255, 255, 255);
    display: grid;
    align-items: start;
    overflow: hidden;
    position: relative;
    grid-template-columns: minmax(300px, 0.9fr) minmax(0px, 1.15fr);
    gap: 32px;
    padding: 38px;
    box-shadow: rgba(15, 23, 42, 0.12) 0px 24px 58px;
  }

  .service-detail-hero__panel
  {
    margin-top: 24px;
    display: grid;
    align-items: stretch;
    position: relative;
    min-height: 450px;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    gap: 34px;
    grid-template-columns: minmax(0px, 1fr) minmax(420px, 0.9fr);
  }

  .service-detail-hero__visual img
  {
    height: auto;
    mask-image: none;
    display: block;
    max-height: 430px;
    object-fit: contain;
    filter: drop-shadow(rgba(15, 23, 42, 0.1) 0px 22px 38px);
    width: 104%;
    max-width: 540px;
  }
}

@media (max-width: 1050px) {
  .mega-services
  {
    position: absolute;
    z-index: 120;
    top: calc(100% + 14px);
    left: 50%;
    padding: 14px;
    border: 1px solid rgb(225, 231, 239);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.99);
    box-shadow: rgba(15, 23, 42, 0.14) 0px 26px 64px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 8px);
    transition: opacity 0.16s, transform 0.16s, visibility 0.16s;
    width: min(840px, -24px + 100vw);
  }

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

  .mega-services__link
  {
    min-width: 0px;
    min-height: 37px;
    padding: 7px 0px;
    border-bottom: 1px solid rgb(230, 235, 242);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: rgb(82, 100, 122);
    line-height: 1.28;
    font-weight: 550;
    text-decoration: none;
    transition: color 0.16s;
    font-size: 12px;
  }

  .mega-services__group
  {
    min-width: 0px;
    border-radius: 19px;
    padding: 16px;
    background: rgb(238, 244, 255);
  }

  .crm-bitrix24-hero__grid
  {
    position: relative;
    min-height: 420px;
    display: grid;
    gap: 40px;
    align-items: center;
    grid-template-columns: minmax(0px, 1fr) minmax(380px, 0.85fr);
  }

  .crm-bitrix24-services__grid
  {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }

  #sites-bitrix-page .crm-bitrix24-hero__grid
  {
    min-height: 420px;
    display: grid;
    gap: 40px;
    align-items: center;
    grid-template-columns: minmax(0px, 1fr) minmax(380px, 0.85fr);
  }
}

@media (max-width: 1020px) {
  .licenses-grid--top
  {
    grid-template-columns: 1fr 1fr;
  }

  .licenses-grid--top .license-card:last-child
  {
    grid-column: 1 / -1;
  }

  .licenses-actions
  {
    margin-top: 2px;
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .fit-block__inner
  {
    display: grid;
    gap: 32px;
    align-items: stretch;
    position: relative;
    border-radius: 28px;
    background: linear-gradient(135deg, rgb(248, 251, 255) 0%, rgb(238, 245, 255) 100%);
    border: 1px solid rgba(11, 113, 186, 0.14);
    box-shadow: rgba(11, 113, 186, 0.08) 0px 18px 40px;
    overflow: hidden;
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .fit-block__content h3
  {
    margin: 0px 0px 14px;
    line-height: 1.1;
    color: rgb(13, 38, 64);
    font-size: 28px;
  }

  .fit-block__list
  {
    display: grid;
    gap: 14px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    grid-template-columns: 1fr;
  }

  .hero__visual::after
  {
    content: "";
    position: absolute;
    left: -60px;
    bottom: -80px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(11, 113, 186, 0.14) 0%, rgba(11, 113, 186, 0) 70%);
    display: none;
  }

  .hero__photo-wrap::before
  {
    content: "";
    position: absolute;
    inset: auto -10% -14% auto;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 72%);
    display: none;
  }

  .hero__grid
  {
    display: grid;
    gap: 0px;
    align-items: stretch;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid rgba(11, 113, 186, 0.14);
    background: linear-gradient(135deg, rgb(11, 113, 186) 0%, rgb(18, 69, 255) 100%);
    position: relative;
    grid-template-columns: 1fr;
    min-height: 470px;
  }

  .hero__content
  {
    position: relative;
    overflow: hidden;
    display: block;
    background: transparent;
    color: rgb(255, 255, 255);
    width: auto;
    min-height: 470px;
    padding: 44px 300px 40px 38px;
  }

  .hero__fit
  {
    margin-top: 28px;
    display: grid;
    gap: 12px;
    max-width: 430px;
  }

  .hero__actions
  {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 42px;
  }

  .hero__visual
  {
    overflow: hidden;
    background: transparent;
    padding: 0px;
    display: flex;
    align-items: flex-end;
    position: absolute;
    right: 18px;
    bottom: 0px;
    width: 310px;
    min-height: 390px;
    pointer-events: none;
    justify-content: flex-end;
  }

  .hero__photo-wrap
  {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    min-height: 390px;
    padding-right: 0px;
    justify-content: flex-end;
  }

  .hero__photo
  {
    position: relative;
    z-index: 1;
    height: auto;
    object-fit: contain;
    align-self: flex-end;
    bottom: -5px;
    width: 300px;
    max-height: 390px;
    object-position: right bottom;
  }

  .tariff-card
  {
    border-radius: 30px;
    padding: 26px;
    box-shadow: var(--shadow);
    border: 1px solid rgba(11, 113, 186, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 500px;
  }
}

@media (max-width: 980px) {
  .engagement-layout
  {
    display: grid;
    gap: 18px;
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .ecosystem-grid
  {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .new-hero__grid
  {
    position: relative;
    display: grid;
    align-items: center;
    gap: 22px;
    grid-template-columns: 1fr;
    min-height: 0px;
  }

  .new-hero__title
  {
    margin: 0px;
    line-height: 1.01;
    letter-spacing: -0.04em;
    font-weight: 800;
    color: var(--site-heading);
    font-size: clamp(40px, 4.8vw, 52px);
    max-width: 760px;
  }

  .contact-form-block__intro h3
  {
    color: rgb(255, 255, 255);
    margin: 20px 0px 16px;
    line-height: 1.01;
    letter-spacing: -0.04em;
    font-weight: 800;
    font-size: 48px;
    max-width: none;
  }

  .contact-form-block
  {
    background: rgb(27, 79, 209);
    border-radius: 34px;
    color: rgb(255, 255, 255);
    display: grid;
    align-items: start;
    overflow: hidden;
    position: relative;
    gap: 32px;
    padding: 38px;
    grid-template-columns: 1fr;
    box-shadow: rgba(15, 23, 42, 0.12) 0px 24px 58px;
  }

  .ecosystem-card__top
  {
    display: grid;
    gap: 22px;
    align-items: center;
    grid-template-columns: 170px minmax(0px, 1fr);
  }

  .ecosystem-card__brand
  {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 66px;
    border-radius: 18px;
    width: 170px;
    min-width: 170px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(227, 232, 239);
    box-shadow: none;
    padding: 9px 14px;
  }

  .ecosystem-card__brand--b24
  {
    height: 66px;
    border-radius: 18px;
    width: 170px;
    min-width: 170px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(227, 232, 239);
    box-shadow: none;
    padding: 9px 14px;
  }

  .about-intro__bottom
  {
    margin-top: 38px;
    padding-top: 26px;
    border-top: 1px solid rgb(219, 227, 239);
    display: grid;
    gap: 42px;
    align-items: end;
    grid-template-columns: 1fr;
  }

  .about-history__grid
  {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .about-competence__grid
  {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .about-principles__grid
  {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .about-principle
  {
    border-radius: 24px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(226, 231, 239);
    padding: 26px;
    display: flex;
    flex-direction: column;
    min-height: 220px;
  }

  .about-v2-intro__bottom
  {
    margin-top: 38px;
    padding-top: 26px;
    border-top: 1px solid rgb(219, 227, 239);
    display: grid;
    gap: 34px;
    align-items: end;
    grid-template-columns: 1fr;
  }

  .about-v2-trust__grid
  {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .about-v2-services__grid
  {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
    grid-template-areas: "site" "crm" "api" "ai";
  }

  .about-v2-service--small:nth-of-type(3)
  {
    grid-area: auto;
  }

  .about-v2-service--small:nth-of-type(4)
  {
    grid-area: auto;
  }

  .contacts-hero__grid
  {
    display: grid;
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    background: rgb(27, 79, 209);
    box-shadow: rgba(15, 23, 42, 0.12) 0px 24px 58px;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 30px;
    align-items: start;
  }

  .contacts-list
  {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    margin-top: 0px;
  }

  .services-products__grid
  {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .services-catalog__card--licenses .services-catalog__card-head
  {
    grid-area: auto / 1;
  }

  .services-catalog__card--licenses .services-catalog__card-text
  {
    grid-area: auto / 1;
  }

  .services-catalog__card--licenses .services-catalog__links
  {
    grid-area: auto / 1;
  }

  .services-catalog__grid
  {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .services-license__brands
  {
    padding: 24px;
    border-radius: 22px;
    background: rgb(247, 249, 252);
    border: 1px solid rgb(231, 235, 241);
    gap: 12px;
    align-content: center;
    min-height: 0px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    display: none !important;
  }

  .cases-list__grid
  {
    display: grid;
    gap: 18px;
    align-items: stretch;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }

  .case-related__grid
  {
    display: grid;
    gap: 18px;
    align-items: stretch;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }

  .about-review-card
  {
    position: relative;
    flex: 0 0 calc(50% - 9px);
    min-width: 0px;
    min-height: 365px;
    padding: 26px;
    border: 1px solid rgb(226, 231, 239);
    border-radius: 24px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(15, 23, 42, 0.04) 0px 14px 34px;
    display: flex;
    flex-direction: column;
    scroll-snap-align: start;
    overflow: hidden;
  }

  .service-detail-cases
  {
    display: grid;
    gap: 16px;
    align-items: stretch;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }

  .service-tariffs__grid
  {
    display: grid;
    gap: 16px;
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .service-tariff
  {
    padding: 26px;
    border: 1px solid rgb(223, 231, 241);
    border-radius: 26px;
    background: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    box-shadow: rgba(15, 23, 42, 0.035) 0px 12px 28px;
    min-height: 0px;
  }

  .b24-modern-mockup
  {
    position: relative;
    width: 100%;
    min-height: 350px;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    display: none !important;
  }

  .service-license-partner
  {
    min-height: 180px;
    border-radius: 0px;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0px;
    border: 0px;
    background: transparent;
    box-shadow: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .social-follow-card--v9
  {
    padding: 30px 34px;
    border-radius: 26px;
    border: 1px solid rgb(223, 230, 241);
    background: rgb(237, 244, 255);
    display: grid;
    align-items: center;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .social-follow-card__links
  {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
  }

  .social-follow-card--v9 h2
  {
    font-weight: 800;
    margin: 0px;
    color: rgb(13, 38, 64);
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -0.025em;
    white-space: normal;
  }
}

@media (max-width: 920px) {
  .service-detail-tasks
  {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .service-detail-section-head--row
  {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-start;
    flex-direction: column;
  }

  .service-detail-hero__grid
  {
    margin-top: 24px;
    gap: 22px;
    align-items: stretch;
    grid-template-columns: 1fr;
    display: none !important;
  }

  .service-detail-done__grid
  {
    gap: 14px;
    grid-template-columns: 1fr;
    display: none !important;
  }

  .service-detail-hero__panel
  {
    margin-top: 24px;
    display: grid;
    align-items: stretch;
    position: relative;
    min-height: 450px;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .service-detail-hero__panel::before
  {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(27, 79, 209, 0.11) 0%, rgba(27, 79, 209, 0.055) 42%, rgba(27, 79, 209, 0) 72%);
    pointer-events: none;
    z-index: 0;
    right: 50%;
    top: auto;
    bottom: -30px;
    width: 440px;
    height: 280px;
    transform: translateX(50%);
  }

  .service-detail-hero__panel .service-detail-hero__content
  {
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    background: transparent;
    border: 0px;
    box-shadow: none;
    padding: 18px 0px 0px;
  }

  .service-detail-hero__visual
  {
    min-width: 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 0px;
    justify-content: center;
  }

  .service-detail-hero__visual img
  {
    height: auto;
    mask-image: none;
    display: block;
    max-height: 430px;
    object-fit: contain;
    filter: drop-shadow(rgba(15, 23, 42, 0.1) 0px 22px 38px);
    width: 100%;
    max-width: 500px;
  }

  .bitrix-detail-page .service-detail-hero__panel
  {
    min-height: 450px;
    padding: 0px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bitrix-detail-page .service-detail-hero__panel .service-detail-hero__content
  {
    padding: 18px 0px 0px;
  }
}

@media (max-width: 900px) {
  .service-referral
  {
    margin-top: 14px;
    border: 0px;
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
    gap: 18px;
    min-height: 54px;
    padding: 8px 4px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .service-referral__group
  {
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .service-referral__text
  {
    flex: 0 0 auto;
    text-align: left;
  }

  .service-referral__text strong
  {
    color: rgb(93, 109, 130);
    font-weight: 700;
    display: block;
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.25;
    white-space: normal;
  }

  .service-referral__actions
  {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    flex: 0 0 auto;
    justify-content: flex-start;
  }

  .service-license-panel
  {
    grid-template-columns: minmax(0px, 1fr) auto;
    gap: 28px;
    margin-top: 14px;
    min-height: 54px;
    padding: 8px 4px 0px;
    border: 0px;
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .service-license-compact
  {
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .service-license-panel__main
  {
    flex: 0 0 auto;
    min-width: 0px;
    text-align: left;
  }

  .service-license-panel__headline
  {
    display: block;
    margin-top: 2px;
    color: rgb(93, 109, 130);
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
    white-space: normal;
  }

  .bitrix-license-panel .service-license-panel__headline
  {
    display: block;
    margin-top: 2px;
    color: rgb(93, 109, 130);
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
    white-space: normal;
  }

  .bitrix-license-panel
  {
    margin-top: 14px;
    min-height: 54px;
    padding: 8px 4px 0px;
    border: 0px;
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .bitrix-license-panel .service-license-compact
  {
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .bitrix-license-panel .service-license-panel__main
  {
    flex: 0 0 auto;
    text-align: left;
  }

  .bitrix-license-check
  {
    min-height: 54px;
    padding: 8px 4px 0px;
    border: 0px;
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0px !important;
  }

  .bitrix-license-check .service-referral__group
  {
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .bitrix-license-check .service-referral__text
  {
    flex: 0 0 auto;
    text-align: left;
  }

  .bitrix-license-check .service-referral__text strong
  {
    display: block;
    margin-top: 2px;
    color: rgb(93, 109, 130);
    font-size: 13px;
    line-height: 1.25;
    white-space: normal;
  }
}

@media (max-width: 860px) {
  .footer-social
  {
    margin: 28px 0px 30px;
    border-radius: 24px;
    border: 1px solid rgb(223, 230, 241) !important;
    background: rgb(244, 247, 251) !important;
    display: grid !important;
    align-items: center !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding: 26px 24px !important;
  }

  .footer-social__links
  {
    flex-wrap: wrap;
    display: flex !important;
    gap: 10px !important;
    justify-content: flex-start !important;
  }
}

@media (max-width: 820px) {
  .new-hero__visual
  {
    z-index: 1;
    min-width: 0px;
    margin-top: 2px;
    position: relative;
    isolation: isolate;
  }

  .new-hero__visual img
  {
    max-width: none;
    display: block;
    width: 100%;
    margin: 0px;
    filter: none;
    mask-image: radial-gradient(72% 79% at 55% 50%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 56%, rgba(0, 0, 0, 0.92) 67%, rgba(0, 0, 0, 0.54) 82%, transparent 100%);
  }

  .services-catalog__card--licenses
  {
    align-items: center;
    grid-template-columns: 1fr;
    gap: 24px;
    grid-column: 1 / -1;
    display: block;
  }

  .services-license__cta--side
  {
    margin-top: 0px;
    min-width: 220px;
    min-height: 56px;
    padding: 0px 20px;
    border-radius: 18px;
    background: rgb(27, 79, 209);
    color: rgb(255, 255, 255);
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.2s, box-shadow 0.2s;
    width: 100%;
    display: none !important;
  }

  .cases-filter-menu
  {
    position: relative;
    flex: 0 0 auto;
    width: auto;
  }

  .cases-filter-menu summary
  {
    list-style: none;
    justify-content: flex-start;
    min-height: 35px;
    padding: 7px 12px;
    border: 0px;
    border-radius: 999px;
    background: rgb(243, 246, 251);
    color: rgb(79, 97, 120);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    width: auto;
  }

  .cases-filter-compact
  {
    position: relative;
    min-height: 0px;
    border: 0px;
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
    gap: 9px;
    align-items: center;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(15, 23, 42, 0.035) 0px 10px 28px;
  }

  .case-engagement__card
  {
    max-width: 850px;
    border: 1px solid rgb(226, 231, 239);
    border-radius: 24px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(15, 23, 42, 0.04) 0px 14px 34px;
    display: grid;
    align-items: center;
    overflow: visible;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 22px;
  }

  .case-share
  {
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 22px 0px 0px;
    display: block;
    min-width: 0px;
    border-left: 0px;
    border-top: 1px solid rgb(232, 236, 242);
  }

  .mega-services
  {
    position: absolute;
    z-index: 120;
    top: calc(100% + 14px);
    left: 50%;
    padding: 14px;
    border: 1px solid rgb(225, 231, 239);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.99);
    box-shadow: rgba(15, 23, 42, 0.14) 0px 26px 64px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 8px);
    transition: opacity 0.16s, transform 0.16s, visibility 0.16s;
    width: min(840px, -24px + 100vw);
    display: none;
  }

  .nav-services__trigger svg
  {
    width: 14px;
    height: 14px;
    transition: transform 0.18s;
    display: none;
  }

  .crm-bitrix24-hero__grid
  {
    position: relative;
    min-height: 420px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .crm-bitrix24-hero__visual
  {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 300px;
    justify-content: center;
  }

  .crm-bitrix24-hero__visual img
  {
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 400px;
    object-fit: contain;
    filter: drop-shadow(rgba(15, 23, 42, 0.09) 0px 20px 34px);
    max-width: 500px;
  }

  .crm-bitrix24-services__head
  {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 22px;
    display: block;
  }

  #sites-bitrix-page .crm-bitrix24-hero__grid
  {
    min-height: 420px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #sites-bitrix-page .crm-bitrix24-hero__visual
  {
    display: flex;
    align-items: center;
    min-height: 300px;
    justify-content: center;
  }

  #case-detail-page .case-feedback--inline
  {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  #case-short-post-page .case-feedback--inline
  {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  #case-detail-page .case-feedback__actions-wrap
  {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #case-short-post-page .case-feedback__actions-wrap
  {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

@media (max-width: 800px) {
  .service-referral
  {
    flex-direction: column;
    margin-top: 14px;
    border: 0px;
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
    gap: 18px;
    min-height: 54px;
    padding: 8px 4px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .work-process__grid
  {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .nav a[href="#lead"]
  {
    display: none;
  }

  .hero__grid
  {
    display: grid;
    gap: 0px;
    align-items: stretch;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid rgba(11, 113, 186, 0.14);
    background: linear-gradient(135deg, rgb(11, 113, 186) 0%, rgb(18, 69, 255) 100%);
    position: relative;
    grid-template-columns: 1fr;
    min-height: 430px;
  }

  .hero__content
  {
    position: relative;
    overflow: hidden;
    display: block;
    background: transparent;
    color: rgb(255, 255, 255);
    width: auto;
    min-height: 430px;
    padding: 36px 250px 30px 30px;
  }

  .hero__fit
  {
    display: grid;
    gap: 12px;
    max-width: 310px;
    margin-top: 24px;
  }

  .hero__actions
  {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
  }

  .hero__visual
  {
    overflow: hidden;
    background: transparent;
    padding: 0px;
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 0px;
    pointer-events: none;
    justify-content: flex-end;
    right: 10px;
    width: 245px;
    min-height: 320px;
  }

  .hero__photo-wrap
  {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-right: 0px;
    justify-content: flex-end;
    min-height: 320px;
  }

  .hero__photo
  {
    position: relative;
    z-index: 1;
    height: auto;
    object-fit: contain;
    align-self: flex-end;
    bottom: -5px;
    object-position: right bottom;
    width: 225px;
    max-height: 320px;
  }

  .leadbox
  {
    border-radius: 34px;
    background: linear-gradient(rgb(15, 32, 51) 0%, rgb(24, 52, 82) 100%);
    color: rgb(255, 255, 255);
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    place-items: center;
    box-shadow: rgba(7, 43, 70, 0.28) 0px 30px 70px;
    overflow: hidden;
    position: relative;
    text-align: center;
    min-height: auto;
    padding: 36px 16px 90px;
  }
}

@media (max-width: 760px) {
  .about-v2-intro
  {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .about-v2-intro__title
  {
    max-width: 1150px;
    margin: 28px 0px 0px;
    color: rgb(13, 38, 64);
    letter-spacing: -0.055em;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.04;
  }

  .about-v2-cert-grid
  {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .about-v2-workflow__grid
  {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .about-v2-cert
  {
    padding: 24px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(226, 231, 239);
    border-radius: 24px;
    box-shadow: rgba(15, 23, 42, 0.043) 0px 14px 34px;
    display: flex;
    flex-direction: column;
    min-height: 190px;
  }

  .about-v2-stats
  {
    padding: 28px;
    border-radius: 24px;
    background: rgb(7, 18, 47);
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    min-height: 0px;
  }

  .about-v2-service
  {
    padding: 28px;
    border-radius: 24px;
    border: 1px solid rgb(226, 231, 239);
    background: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    color: rgb(13, 38, 64);
    min-height: 300px;
  }

  .about-v2-service--small
  {
    min-height: 180px;
  }

  .about-v2-service h3
  {
    margin: 0px 0px 14px;
    line-height: 1.03;
    letter-spacing: -0.04em;
    color: inherit;
    font-size: 26px;
  }

  .about-v2-workflow__card h3
  {
    margin: 0px 0px 14px;
    color: inherit;
    line-height: 1.05;
    letter-spacing: -0.04em;
    max-width: 460px;
    font-size: 26px;
  }

  .case-inline-feedback__row
  {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .case-inline-feedback__actions
  {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-start;
  }

  .case-share-inline
  {
    max-width: 850px;
    padding: 18px 0px 2px;
    border-top: 1px solid rgb(231, 235, 241);
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-start;
    flex-direction: column;
  }

  .service-license-strip
  {
    margin-top: 16px;
    min-height: 112px;
    padding: 20px 22px;
    border: 1px solid rgb(226, 231, 239);
    border-radius: 22px;
    background: rgb(255, 255, 255);
    color: inherit;
    text-decoration: none;
    justify-content: space-between;
    box-shadow: rgba(15, 23, 42, 0.03) 0px 10px 26px;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    display: none !important;
  }

  .service-detail-done
  {
    padding-top: 44px;
  }

  .service-license-partner
  {
    min-height: 180px;
    border-radius: 0px;
    justify-content: flex-start;
    flex: 0 0 auto;
    padding: 0px;
    border: 0px;
    background: transparent;
    box-shadow: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .service-license-panel
  {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 14px;
    min-height: 54px;
    padding: 8px 4px 0px;
    border: 0px;
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .crm-general-done-copy
  {
    padding-top: 44px;
  }

  .licenses-hero__inner
  {
    max-width: 940px;
    margin: 0px auto;
    padding: 32px 0px 38px;
    text-align: center;
  }

  .licenses-hero__logos
  {
    min-height: 40px;
    margin-bottom: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
  }

  .licenses-partner-mark
  {
    min-height: 62px;
    padding: 0px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 0px;
  }

  .licenses-action-strip
  {
    min-height: 54px;
    padding: 8px 4px 0px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .licenses-action-strip .service-referral__text
  {
    flex: 0 0 auto;
    text-align: left;
  }

  .licenses-action-strip .service-referral__text strong
  {
    display: block;
    margin-top: 2px;
    color: rgb(93, 109, 130);
    font-size: 13px;
    line-height: 1.25;
    white-space: normal;
  }

  .licenses-grid--top
  {
    grid-template-columns: 1fr;
  }

  .licenses-grid--wide
  {
    margin-top: 14px;
    grid-template-columns: 1fr;
  }

  .licenses-grid--top .license-card:last-child
  {
    grid-column: auto;
  }

  .vibecode-plans
  {
    margin-top: 22px;
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr;
  }

  .licenses-delivery
  {
    margin-top: 18px;
    padding: 20px 0px;
    border-top: 1px solid rgb(228, 233, 240);
    display: grid;
    align-items: start;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .licenses-actions--right
  {
    margin-top: 4px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }

  .licenses-actions--right .licenses-action-strip
  {
    max-width: 100%;
    min-height: 42px;
    padding: 4px 0px 0px;
    justify-content: flex-end;
    width: 100%;
    align-items: flex-start;
  }

  .licenses-actions--right .service-referral__text
  {
    text-align: left;
  }

  .licenses-delivery--compact
  {
    margin-top: 20px;
    padding: 8px 4px 0px;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .licenses-delivery--compact .licenses-delivery__text
  {
    width: fit-content;
    max-width: 720px;
    text-align: left;
  }

  .licenses-hero__partners
  {
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    display: none !important;
  }

  .licenses-delivery--partners
  {
    margin-top: 22px;
    padding: 16px 0px 0px;
    border-top: 1px solid rgb(228, 233, 240);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .licenses-delivery--partners .licenses-delivery__copy
  {
    text-align: left;
  }

  .licenses-delivery__partners
  {
    align-items: center;
    gap: 16px;
    margin: 0px;
    justify-content: flex-start;
    flex-wrap: wrap;
    display: flex !important;
  }
}

@media (max-width: 700px) {
  .privacy-data
  {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .privacy-data dd
  {
    margin: 0px 0px 10px;
    color: rgb(13, 38, 64);
    font-size: 14px;
    font-weight: 700;
  }
}

@media (max-width: 680px) {
  .hero
  {
    padding: 20px 0px 32px;
  }

  .service
  {
    padding: 26px;
    min-height: 320px;
    min-width: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: var(--shadow);
    border: 1px solid rgba(11, 113, 186, 0.1);
    overflow: hidden;
    position: relative;
    height: 100%;
    border-radius: 24px;
  }

  .cert-tile
  {
    min-height: 136px;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(11, 113, 186, 0.1);
    padding: 20px;
    display: grid;
    gap: 10px;
    align-content: start;
    box-shadow: var(--shadow);
    border-radius: 24px;
  }

  .cert-stats-card
  {
    position: relative;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(11, 113, 186, 0.1);
    padding: 28px 48px 48px;
    box-shadow: var(--shadow);
    min-height: 100%;
    display: grid;
    gap: 24px;
    align-content: start;
    border-radius: 24px;
  }

  .workflow__card
  {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(11, 113, 186, 0.1);
    box-shadow: var(--shadow);
    padding: 28px;
    min-height: 240px;
    display: grid;
    gap: 14px;
    align-content: start;
    border-radius: 24px;
  }

  .cert-about-top__intro
  {
    display: grid;
    align-items: start;
    grid-template-columns: 72px minmax(0px, 1fr);
    gap: 12px;
  }

  .cert-about-top__photo
  {
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    box-shadow: rgba(11, 113, 186, 0.18) 0px 10px 24px;
    border: 4px solid rgb(255, 255, 255);
    background: linear-gradient(rgb(238, 245, 255) 0%, rgb(219, 234, 255) 100%);
    width: 72px;
    height: 72px;
  }

  .cert-about-top__bubble
  {
    position: relative;
    border-radius: 22px;
    background: linear-gradient(rgb(247, 251, 255) 0%, rgb(238, 246, 255) 100%);
    border: 1px solid rgba(11, 113, 186, 0.12);
    padding: 16px 16px 16px 18px;
  }

  .tariffs-plus
  {
    display: grid;
    gap: 18px;
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .workflow
  {
    display: grid;
    gap: 18px;
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .reviews-panel .section__title
  {
    white-space: normal;
  }

  .reviews-slider
  {
    position: relative;
    padding: 0px 46px;
  }

  .review-card
  {
    flex: 0 0 100%;
    margin-right: 16px;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(11, 113, 186, 0.1);
    box-shadow: var(--shadow);
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    border-radius: 24px;
    min-height: 0px;
  }

  .reviews-arrow
  {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid rgba(11, 113, 186, 0.16);
    background: rgb(255, 255, 255);
    color: var(--primary);
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    box-shadow: rgba(11, 113, 186, 0.12) 0px 12px 28px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
    z-index: 2;
    width: 40px;
    height: 40px;
  }

  .services
  {
    display: grid;
    gap: 18px;
    align-items: stretch;
    grid-template-columns: 1fr;
    grid-template-areas: "crm" "dev" "licenses" "site";
  }

  .section__head
  {
    display: flex;
    align-items: end;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 16px;
  }

  .workflow__media
  {
    position: relative;
    overflow: hidden;
    min-height: 200px;
  }

  .hero-figure
  {
    position: relative;
    width: min(100%, 430px);
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 320px;
  }

  .hero-figure__person
  {
    position: absolute;
    bottom: 0px;
    width: 290px;
    height: 420px;
    transform: scale(0.82);
    transform-origin: center bottom;
  }

  .workflow__screen--a
  {
    inset: 14px 70px 36px 0px;
  }

  .workflow__screen--b
  {
    inset: 58px 0px 0px 90px;
  }

  .leadmessengers
  {
    display: grid;
    gap: 14px;
    justify-content: center;
    margin-top: 30px;
    position: relative;
    z-index: 2;
    align-items: stretch;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .leadmessengers__btn
  {
    min-height: 88px;
    border-radius: 20px;
    border-width: 1px 1px 3px;
    border-style: solid;
    border-color: rgba(11, 113, 186, 0.1) rgba(11, 113, 186, 0.1) rgb(183, 255, 0);
    border-image: initial;
    display: grid;
    grid-template-columns: 40px minmax(0px, 1fr);
    gap: 15px;
    align-items: center;
    padding: 16px 18px 16px 30px;
    background: linear-gradient(rgb(255, 255, 255) 0%, rgb(247, 251, 255) 100%);
    box-shadow: rgba(255, 255, 255, 0.14) 0px 16px 34px;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
    text-align: left;
    color: rgb(13, 38, 64);
    width: 100%;
  }

  .leadmessengers__card
  {
    min-height: 88px;
    border-radius: 20px;
    border-width: 1px 1px 3px;
    border-style: solid;
    border-color: rgba(11, 113, 186, 0.1) rgba(11, 113, 186, 0.1) rgb(183, 255, 0);
    border-image: initial;
    display: grid;
    grid-template-columns: 40px minmax(0px, 1fr);
    gap: 15px;
    align-items: center;
    padding: 16px 18px 16px 30px;
    background: linear-gradient(rgb(255, 255, 255) 0%, rgb(247, 251, 255) 100%);
    box-shadow: rgba(255, 255, 255, 0.14) 0px 16px 34px;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
    text-align: left;
    color: rgb(13, 38, 64);
    width: 100%;
  }

  .header-contacts__popup
  {
    position: absolute;
    top: calc(100% + 14px);
    padding: 16px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(11, 113, 186, 0.12);
    box-shadow: rgba(11, 113, 186, 0.16) 0px 24px 54px;
    display: grid;
    gap: 12px;
    z-index: 30;
    width: min(-32px + 100vw, 320px);
    right: 0px;
  }

  h1
  {
    margin: 20px 0px 0px;
    line-height: 0.98;
    letter-spacing: -0.04em;
    color: rgb(255, 255, 255);
    font-size: 40px;
  }

  .header-contacts
  {
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
    justify-self: end;
  }

  .header-contacts__toggle
  {
    width: auto;
    min-width: 136px;
  }

  .hero__grid
  {
    display: grid;
    gap: 0px;
    align-items: stretch;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid rgba(11, 113, 186, 0.14);
    background: linear-gradient(135deg, rgb(11, 113, 186) 0%, rgb(18, 69, 255) 100%);
    grid-template-columns: 1fr;
    position: relative;
    min-height: 410px;
  }

  .hero__content
  {
    position: relative;
    overflow: hidden;
    display: block;
    background: transparent;
    color: rgb(255, 255, 255);
    border-radius: 24px;
    width: auto;
    padding: 30px 170px 24px 24px;
    min-height: 410px;
  }

  .hero__fit
  {
    display: grid;
    gap: 12px;
    max-width: 230px;
    margin-top: 22px;
  }

  .hero__actions
  {
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    gap: 12px;
    margin-top: 28px;
    max-width: 215px;
  }

  .hero__actions .btn
  {
    width: 100%;
  }

  .hero__visual
  {
    overflow: hidden;
    background: transparent;
    display: flex;
    align-items: flex-end;
    border-radius: 24px;
    padding: 0px;
    position: absolute;
    bottom: 0px;
    pointer-events: none;
    justify-content: flex-end;
    right: 0px;
    width: 300px;
    min-height: 300px;
  }

  .hero__photo-wrap
  {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-right: 0px;
    justify-content: flex-end;
    min-height: 250px;
  }

  .hero__photo
  {
    position: relative;
    z-index: 1;
    height: auto;
    object-fit: contain;
    align-self: flex-end;
    bottom: -5px;
    object-position: right bottom;
    width: 300px;
    max-height: 3000px;
  }

  .tariff-card
  {
    border-radius: 30px;
    padding: 26px;
    box-shadow: var(--shadow);
    border: 1px solid rgba(11, 113, 186, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 450px;
  }

  .cert-tiles
  {
    gap: 16px;
    min-width: 0px;
    grid-template-columns: 1fr;
    display: none;
  }

  #workflow
  {
    display: none;
  }

  .leadbox
  {
    background: linear-gradient(rgb(15, 32, 51) 0%, rgb(24, 52, 82) 100%);
    color: rgb(255, 255, 255);
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    place-items: center;
    box-shadow: rgba(7, 43, 70, 0.28) 0px 30px 70px;
    overflow: hidden;
    position: relative;
    text-align: center;
    min-height: auto;
    border-radius: 24px;
    padding: 36px 16px 70px;
  }

  .scenario-grid
  {
    display: grid;
    gap: 18px;
    margin-top: 26px;
    grid-template-columns: 1fr;
  }

  .scenario-card
  {
    border-radius: 28px;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(11, 113, 186, 0.1);
    box-shadow: var(--shadow);
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
    padding: 24px;
  }

  .scenario-card h3
  {
    margin: 0px 0px 16px;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: rgb(13, 38, 64);
    font-size: 22px;
  }

  .hero-points
  {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 10px;
  }

  .hero-points span
  {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    font-weight: 700;
    line-height: 1;
    color: rgb(255, 255, 255);
    font-size: 13px;
  }

  .engagement-price__side
  {
    min-width: 0px;
    text-align: left;
  }

  .contact-section
  {
    padding-top: 24px;
    padding-bottom: 28px;
  }

  .contact-form
  {
    position: relative;
    z-index: 2;
    background: rgb(255, 255, 255);
    color: rgb(7, 18, 47);
    display: grid;
    box-shadow: rgba(7, 18, 47, 0.18) 0px 22px 50px;
    border-radius: 22px;
    padding: 20px 16px;
    gap: 18px;
  }

  .contact-form__row--2
  {
    grid-template-columns: 1fr;
  }

  .contact-chips
  {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .contact-chip span
  {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgb(219, 227, 243);
    background: rgb(255, 255, 255);
    color: rgb(24, 36, 67);
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s;
    min-height: 40px;
    padding: 0px 13px;
    font-size: 13px;
  }

  .contact-form__bottom
  {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    padding-top: 2px;
    align-items: stretch;
  }

  .contact-form__submit
  {
    min-height: 58px;
    padding: 0px 22px 0px 24px;
    border: 0px;
    border-radius: 999px;
    background: rgb(183, 255, 0);
    color: rgb(7, 18, 47);
    font-style: inherit;
    font-variant: inherit;
    font-stretch: inherit;
    line-height: inherit;
    font-family: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    font-weight: 850;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    cursor: pointer;
    box-shadow: rgba(64, 102, 0, 0.15) 0px 12px 26px;
    transition: transform 0.2s, box-shadow 0.2s;
    width: 100%;
    justify-content: space-between;
  }

  .engagement-scenario
  {
    display: grid;
    align-items: start;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.86);
    grid-template-columns: 34px 1fr;
    gap: 9px;
    padding: 16px 0px;
    font-size: 15px;
    line-height: 1.5;
  }

  .engagement-price--row
  {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }

  .new-hero__title
  {
    margin: 0px;
    letter-spacing: -0.04em;
    font-weight: 800;
    color: var(--site-heading);
    max-width: 760px;
    font-size: 36px;
    line-height: 1.05;
  }

  .works-preview__head .section__title
  {
    margin: 0px;
    line-height: 1.05;
    letter-spacing: -0.04em;
    font-weight: 800;
    color: var(--site-heading);
    font-size: 22px;
  }

  .engagement-section .section__title
  {
    margin: 0px;
    line-height: 1.05;
    letter-spacing: -0.04em;
    font-weight: 800;
    color: var(--site-heading);
    font-size: 22px;
  }

  .ecosystem-section .section__title
  {
    margin: 0px;
    line-height: 1.05;
    letter-spacing: -0.04em;
    font-weight: 800;
    color: var(--site-heading);
    font-size: 22px;
  }

  .engagement-price h3
  {
    margin: 0px 0px 10px;
    line-height: 1.15;
    letter-spacing: -0.03em;
    font-weight: 700;
    color: var(--site-heading);
    font-size: 22px;
  }

  .contact-form-block__intro h3
  {
    color: rgb(255, 255, 255);
    margin: 20px 0px 16px;
    letter-spacing: -0.04em;
    font-weight: 800;
    max-width: none;
    font-size: 36px;
    line-height: 1.05;
  }

  .contact-form-block
  {
    background: rgb(27, 79, 209);
    color: rgb(255, 255, 255);
    display: grid;
    align-items: start;
    overflow: hidden;
    position: relative;
    border-radius: 24px;
    gap: 32px;
    padding: 38px;
    grid-template-columns: 1fr;
    box-shadow: rgba(15, 23, 42, 0.12) 0px 24px 58px;
  }

  .new-hero__visual::after
  {
    content: "";
    position: absolute;
    z-index: 2;
    inset: -2%;
    pointer-events: none;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.72) 5%, transparent 18%, transparent 88%, rgba(255, 255, 255, 0.45) 97%, rgb(255, 255, 255) 100%), linear-gradient(rgb(255, 255, 255) 0%, transparent 13%, transparent 87%, rgb(255, 255, 255) 100%);
    opacity: 0.55;
  }

  .work-card h3
  {
    margin: 14px 0px 6px;
    color: var(--site-heading);
    line-height: 1.18;
    letter-spacing: -0.025em;
    font-weight: 700;
    font-size: 18px;
  }

  .engagement-scenarios h3
  {
    position: relative;
    z-index: 1;
    max-width: 570px;
    color: rgb(255, 255, 255);
    letter-spacing: -0.04em;
    font-weight: 700;
    margin: 0px 0px 24px;
    line-height: 1.1;
    font-size: 26px;
  }

  .ecosystem-card__top
  {
    flex-direction: column;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .ecosystem-card h3
  {
    margin: 0px;
    letter-spacing: -0.03em;
    line-height: 1.08;
    font-weight: 800;
    color: rgb(13, 38, 64);
    font-size: 24px;
  }

  .ecosystem-card__brand
  {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 66px;
    border-radius: 18px;
    width: 175px;
    min-width: 0px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(227, 232, 239);
    box-shadow: none;
    padding: 9px 14px;
  }

  .ecosystem-card__brand--b24
  {
    height: 66px;
    border-radius: 18px;
    width: 175px;
    min-width: 0px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(227, 232, 239);
    box-shadow: none;
    padding: 9px 14px;
  }

  .preview-page-divider .container
  {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .about-intro
  {
    padding-bottom: 42px;
    padding-top: 40px;
  }

  .about-intro__statement
  {
    max-width: 1120px;
    margin: 28px 0px 0px;
    color: rgb(13, 38, 64);
    letter-spacing: -0.055em;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.04;
  }

  .about-intro__bottom
  {
    padding-top: 26px;
    border-top: 1px solid rgb(219, 227, 239);
    display: grid;
    align-items: end;
    grid-template-columns: 1fr;
    margin-top: 28px;
    gap: 24px;
  }

  .about-intro__platforms
  {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }

  .about-platform
  {
    min-width: 150px;
    height: 58px;
    padding: 10px 14px;
    border: 1px solid rgb(224, 230, 239);
    border-radius: 17px;
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 140px;
  }

  .about-stat
  {
    min-height: 116px;
    border-radius: 22px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(226, 231, 239);
    padding: 20px 22px;
    display: grid;
    gap: 18px;
    align-items: center;
    grid-template-columns: 92px minmax(0px, 1fr);
  }

  .about-stat strong
  {
    color: rgb(27, 79, 209);
    line-height: 1;
    letter-spacing: -0.05em;
    font-weight: 900;
    font-size: 32px;
  }

  .about-competence__list
  {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .contacts-hero
  {
    display: flex;
    min-height: auto;
    align-items: stretch;
    padding: 26px 0px 36px;
  }

  .contacts-hero__form .contact-form
  {
    min-height: 100%;
    box-shadow: none;
    border-radius: 20px;
    padding: 20px 16px;
  }

  .contacts-hero__grid
  {
    display: grid;
    position: relative;
    overflow: hidden;
    background: rgb(27, 79, 209);
    box-shadow: rgba(15, 23, 42, 0.12) 0px 24px 58px;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 22px 16px 16px;
    border-radius: 24px;
    align-items: start;
  }

  .contacts-list
  {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    margin-top: 0px;
  }

  .contacts-page__title
  {
    margin: 0px 0px 16px;
    color: rgb(13, 38, 64);
    line-height: 1.05;
    letter-spacing: -0.045em;
    font-weight: 800;
    font-size: 32px;
  }

  .services-intro
  {
    padding-bottom: 28px;
    padding-top: 38px;
  }

  .services-catalog__card
  {
    min-width: 0px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(226, 231, 239);
    box-shadow: rgba(15, 23, 42, 0.043) 0px 14px 34px;
    padding: 20px 18px;
    border-radius: 22px;
  }

  .services-catalog__card h2
  {
    margin: 0px;
    color: rgb(13, 38, 64);
    line-height: 1.08;
    letter-spacing: -0.035em;
    font-size: 23px;
  }

  .services-catalog__link
  {
    padding: 10px 0px;
    border-bottom: 1px solid rgb(230, 235, 242);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: rgb(79, 97, 120);
    line-height: 1.35;
    text-decoration: none;
    transition: color 0.2s, padding-left 0.2s;
    min-height: 50px;
    font-size: 14px;
  }

  .services-catalog__links--compact
  {
    display: grid;
    column-gap: 24px;
    border-top: 0px;
    grid-template-columns: 1fr;
  }

  .services-catalog__links--compact .services-catalog__link:nth-child(-n/**/+2)
  {
    border-top: 0px;
  }

  .services-catalog__links--compact .services-catalog__link:first-child
  {
    border-top: 1px solid rgb(230, 235, 242);
  }

  .services-product-card
  {
    border-radius: 24px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(226, 231, 239);
    display: grid;
    grid-template-rows: 1fr auto;
    box-shadow: rgba(15, 23, 42, 0.043) 0px 14px 34px;
    min-height: 0px;
    grid-template-columns: 52px minmax(0px, 1fr);
    gap: 0px 14px;
    padding: 20px 18px;
  }

  .services-product-card__icon
  {
    display: grid;
    place-items: center;
    background: rgb(238, 245, 255);
    color: rgb(27, 79, 209);
    width: 50px;
    height: 50px;
    border-radius: 15px;
  }

  .services-product-card h3
  {
    margin: 15px 0px 9px;
    color: rgb(13, 38, 64);
    line-height: 1.12;
    letter-spacing: -0.03em;
    font-size: 22px;
  }

  .services-product-card__more
  {
    align-self: end;
    margin-top: 24px;
    color: rgb(27, 79, 209);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    grid-column: 1 / -1;
  }

  .services-catalog__card-head
  {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .services-catalog__brand
  {
    flex: 0 0 auto;
    padding: 10px 13px;
    border-radius: 17px;
    border: 1px solid rgb(226, 231, 239);
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 56px;
  }

  .services-catalog__brand--b24
  {
    width: 160px;
    height: 56px;
  }

  .services-intro__title
  {
    margin: 22px 0px 0px;
    color: rgb(13, 38, 64);
    letter-spacing: -0.05em;
    font-weight: 800;
    font-size: 38px;
    line-height: 1.04;
    max-width: 780px;
  }

  .services-license__brands
  {
    border-radius: 22px;
    background: rgb(247, 249, 252);
    border: 1px solid rgb(231, 235, 241);
    gap: 12px;
    align-content: center;
    min-height: 0px;
    grid-template-columns: 1fr;
    padding: 14px;
    display: none !important;
  }

  .services-license__cta--bottom
  {
    margin-top: 24px;
    min-height: 52px;
    padding: 0px 18px;
    border-radius: 17px;
    background: rgb(27, 79, 209);
    color: rgb(255, 255, 255);
    align-items: center;
    gap: 16px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    width: 100%;
    justify-content: space-between;
    display: none !important;
  }

  .services-license__title-row
  {
    display: flex;
    justify-content: space-between;
    margin: 6px 0px 14px;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .cases-intro
  {
    padding-bottom: 16px;
    padding-top: 38px;
  }

  .case-detail-hero
  {
    padding-bottom: 18px;
    padding-top: 38px;
  }

  .cases-filter__row
  {
    display: grid;
    align-items: start;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .cases-filter__label
  {
    color: rgb(113, 128, 150);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding-top: 0px;
  }

  .cases-list__grid
  {
    display: grid;
    gap: 18px;
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .case-related__grid
  {
    display: grid;
    gap: 18px;
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .case-card__excerpt--long
  {
    font-size: 15px;
    line-height: 1.58;
    -webkit-line-clamp: 6;
  }

  .case-detail-hero h1
  {
    max-width: 940px;
    margin: 18px 0px 0px;
    color: rgb(13, 38, 64);
    line-height: 1.04;
    letter-spacing: -0.045em;
    font-weight: 800;
    font-size: 36px;
  }

  .case-detail__lead
  {
    max-width: 850px;
    margin: 24px 0px 0px;
    color: rgb(79, 97, 120);
    line-height: 1.62;
    font-size: 17px;
  }

  .case-detail-content
  {
    max-width: 850px;
    border: 1px solid rgb(226, 231, 239);
    background: rgb(255, 255, 255);
    box-shadow: rgba(15, 23, 42, 0.04) 0px 14px 34px;
    padding: 24px 18px;
    border-radius: 22px;
  }

  .case-detail-content h2
  {
    margin: 34px 0px 14px;
    color: rgb(13, 38, 64);
    line-height: 1.15;
    letter-spacing: -0.03em;
    font-size: 24px;
  }

  .cases-filter
  {
    border: 1px solid rgb(226, 231, 239);
    background: rgb(255, 255, 255);
    gap: 17px;
    box-shadow: rgba(15, 23, 42, 0.035) 0px 12px 30px;
    padding: 16px;
    border-radius: 20px;
    display: none !important;
  }

  .case-card__visual--text
  {
    border-bottom: 1px solid rgb(237, 240, 244);
    background: rgb(247, 249, 252);
    display: flex;
    align-items: flex-start;
    padding: 18px;
  }

  .case-card__visual--text p
  {
    margin: 0px;
    color: rgb(82, 100, 122);
    line-height: 1.56;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    -webkit-line-clamp: 6;
  }

  .cases-filter-compact__caption
  {
    margin-right: 4px;
    color: rgb(123, 135, 153);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.035em;
    width: 100%;
    margin-bottom: 2px;
    display: none;
  }

  .cases-intro h1
  {
    margin: 20px 0px 0px;
    color: rgb(13, 38, 64);
    line-height: 1.02;
    letter-spacing: -0.05em;
    font-weight: 800;
    font-size: 38px;
  }

  .case-feedback
  {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding: 0px;
    display: block;
    border-bottom: 0px;
  }

  .case-feedback__actions
  {
    width: 100%;
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .case-feedback__button
  {
    flex: 1 1 auto;
    min-height: 56px;
    padding: 11px 19px;
    border: 1px solid rgb(220, 227, 237);
    border-radius: 15px;
    background: rgb(255, 255, 255);
    color: rgb(64, 83, 107);
    font-style: inherit;
    font-variant: inherit;
    font-stretch: inherit;
    line-height: inherit;
    font-family: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    font-size: 15px;
    font-weight: 750;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.2s;
  }

  .case-share
  {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding: 22px 0px 0px;
    display: block;
    min-width: 0px;
    border-left: 0px;
    border-top: 1px solid rgb(232, 236, 242);
  }

  .about-reviews__head
  {
    margin-bottom: 20px;
    align-items: flex-end;
  }

  .about-review-card
  {
    position: relative;
    flex: 0 0 88%;
    min-width: 0px;
    border: 1px solid rgb(226, 231, 239);
    border-radius: 24px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(15, 23, 42, 0.04) 0px 14px 34px;
    display: flex;
    flex-direction: column;
    scroll-snap-align: start;
    overflow: hidden;
    min-height: 340px;
    padding: 22px;
  }

  .about-review-card__text
  {
    position: relative;
    z-index: 1;
    margin: 0px;
    color: rgb(83, 100, 122);
    font-size: 14px;
    line-height: 1.62;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 8;
  }

  .about-reviews__arrow
  {
    padding: 0px;
    display: grid;
    place-items: center;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-family: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    line-height: 1;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s, transform 0.2s;
    border-radius: 9px;
    border: 1px solid rgb(223, 229, 238);
    background: rgb(255, 255, 255);
    color: rgb(27, 79, 209);
    box-shadow: none;
    width: 28px;
    height: 28px;
    font-size: 13px;
  }

  .header__inner
  {
    justify-content: space-between;
    padding: 14px 0px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    overflow: visible;
  }

  .nav
  {
    align-items: center;
    gap: 22px;
    color: var(--muted);
    font-size: 15px;
    flex-wrap: wrap;
    justify-content: center;
    display: none;
    overflow: visible;
  }

  .service-detail-hero
  {
    padding-bottom: 28px;
    padding-top: 38px;
  }

  .service-detail-hero__content
  {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(226, 231, 239);
    box-shadow: rgba(15, 23, 42, 0.04) 0px 14px 34px;
    padding: 22px 18px;
    border-radius: 22px;
  }

  .service-detail-hero__aside
  {
    background: rgb(7, 18, 47);
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px 18px;
    border-radius: 22px;
  }

  .service-detail-hero h1
  {
    max-width: 760px;
    margin: 24px 0px 0px;
    color: rgb(13, 38, 64);
    line-height: 1.02;
    letter-spacing: -0.05em;
    font-weight: 800;
    font-size: 37px;
  }

  .service-detail-task
  {
    min-height: 118px;
    border: 1px solid rgb(226, 231, 239);
    border-radius: 20px;
    background: rgb(255, 255, 255);
    display: grid;
    grid-template-columns: 38px minmax(0px, 1fr);
    gap: 14px;
    align-items: start;
    padding: 18px;
  }

  .service-done-card
  {
    border: 1px solid rgb(226, 231, 239);
    border-radius: 22px;
    background: rgb(255, 255, 255);
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(15, 23, 42, 0.035) 0px 12px 28px;
    transition: transform 0.2s, box-shadow 0.2s;
    min-height: 0px;
    padding: 20px 18px;
  }

  .service-detail-cases
  {
    display: grid;
    gap: 16px;
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .service-case-card
  {
    min-width: 0px;
    border: 1px solid rgb(226, 231, 239);
    border-radius: 23px;
    background: rgb(255, 255, 255);
    overflow: hidden;
    box-shadow: rgba(15, 23, 42, 0.04) 0px 12px 30px;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, box-shadow 0.2s;
    min-height: 0px;
  }

  .service-tariff
  {
    border: 1px solid rgb(223, 231, 241);
    background: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    box-shadow: rgba(15, 23, 42, 0.035) 0px 12px 28px;
    min-height: 0px;
    padding: 22px 18px;
    border-radius: 22px;
  }

  .service-tariff__price
  {
    color: rgb(13, 38, 64);
    line-height: 1;
    letter-spacing: -0.045em;
    font-weight: 800;
    font-size: 34px;
  }

  .service-license-panel h3
  {
    margin: 7px 0px 12px;
    color: rgb(13, 38, 64);
    line-height: 1.1;
    letter-spacing: -0.035em;
    font-size: 23px;
  }

  .b24-modern-mockup__stats
  {
    margin-top: 13px;
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .b24-modern-mockup__stats > div:last-child
  {
    display: none;
  }

  .b24-modern-mockup__kanban
  {
    margin-top: 12px;
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .b24-modern-mockup__column:last-child
  {
    display: none;
  }

  .b24-modern-mockup
  {
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    min-height: 310px;
    display: none !important;
  }

  .b24-modern-mockup__ai
  {
    position: absolute;
    bottom: 4px;
    padding: 12px 14px;
    border: 1px solid rgb(219, 230, 245);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: rgba(27, 79, 209, 0.12) 0px 16px 36px;
    grid-template-columns: 38px minmax(0px, 1fr);
    gap: 10px;
    align-items: center;
    right: 4px;
    width: 245px;
    display: none !important;
  }

  .service-detail-hero__lead
  {
    margin: 20px 0px 0px;
    color: rgb(83, 100, 122);
    line-height: 1.62;
    font-size: 16px;
    max-width: 700px;
  }

  #cases-page .case-card__body
  {
    position: relative;
    padding-bottom: 22px;
    padding-right: 66px;
  }

  #case-detail-page .case-related .case-card__body
  {
    position: relative;
    padding-bottom: 22px;
    padding-right: 66px;
  }

  #cases-page .case-card__footer
  {
    position: absolute;
    width: 46px;
    height: 46px;
    margin: 0px;
    padding: 0px;
    display: block;
    right: 14px;
    bottom: 14px;
  }

  #case-detail-page .case-related .case-card__footer
  {
    position: absolute;
    width: 46px;
    height: 46px;
    margin: 0px;
    padding: 0px;
    display: block;
    right: 14px;
    bottom: 14px;
  }
}

@media (max-width: 640px) {
  .fit-block__inner
  {
    display: grid;
    align-items: stretch;
    position: relative;
    border-radius: 28px;
    background: linear-gradient(135deg, rgb(248, 251, 255) 0%, rgb(238, 245, 255) 100%);
    border: 1px solid rgba(11, 113, 186, 0.14);
    box-shadow: rgba(11, 113, 186, 0.08) 0px 18px 40px;
    overflow: hidden;
    grid-template-columns: 1fr;
    padding: 22px 18px;
    gap: 20px;
  }

  .fit-block__eyebrow
  {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: rgba(11, 113, 186, 0.08);
    color: var(--primary-dark);
    font-weight: 700;
    font-size: 12px;
  }

  .fit-block__content h3
  {
    margin: 0px 0px 14px;
    line-height: 1.1;
    color: rgb(13, 38, 64);
    font-size: 24px;
  }

  .fit-block__lead
  {
    margin: 0px 0px 22px;
    line-height: 1.6;
    color: var(--muted);
    max-width: 720px;
    font-size: 15px;
  }

  .fit-block__list li
  {
    position: relative;
    min-height: 100%;
    margin: 0px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(11, 113, 186, 0.1);
    box-shadow: rgba(11, 113, 186, 0.06) 0px 10px 24px;
    line-height: 1.45;
    color: rgb(16, 35, 59);
    padding: 16px 16px 16px 46px;
    font-size: 15px;
  }

  .fit-icon-row
  {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .fit-icon
  {
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px;
    text-align: center;
    backdrop-filter: blur(10px);
    min-height: 110px;
  }

  .fit-icon img
  {
    object-fit: contain;
    width: 78px;
    height: 42px;
  }
}

@media (max-width: 620px) {
  .works-preview__grid
  {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .work-card__media
  {
    margin: 5px 5px 0px;
    overflow: hidden;
    background: rgb(237, 246, 255);
    min-height: 0px;
    height: auto;
    aspect-ratio: 1.55 / 1;
    border-radius: 19px;
  }

  .work-card__text-media
  {
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    line-height: 1.45;
    background: linear-gradient(rgb(255, 255, 255) 0%, rgb(248, 251, 255) 100%);
    min-height: 0px;
    height: auto;
    aspect-ratio: auto;
    padding: 22px;
    color: var(--adv-muted);
  }

  .new-hero__cta
  {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s, box-shadow 0.2s;
    width: 100%;
    min-width: 0px;
    gap: 12px;
    background: var(--adv-lime);
    color: rgb(13, 15, 20);
    box-shadow: rgba(182, 255, 0, 0.24) 0px 14px 30px;
    margin-top: 28px;
    padding: 15px 24px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 700;
  }

  .works-preview__head
  {
    justify-content: space-between;
    gap: 24px;
    display: block;
    margin-bottom: 20px;
    align-items: end;
  }

  .work-card
  {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(11, 113, 186, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
    min-height: 0px;
    border-radius: var(--site-radius-lg);
    box-shadow: rgba(15, 23, 42, 0.055) 0px 14px 34px;
  }

  .new-hero__title span
  {
    white-space: normal;
    color: var(--unified-blue);
  }

  .works-preview__all
  {
    flex: 0 0 auto;
    display: inline-flex;
    margin-bottom: 3px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    color: var(--unified-blue);
  }

  .crm-bitrix24-services__grid
  {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .crm-service-card
  {
    position: relative;
    padding: 22px;
    border: 1px solid rgb(227, 232, 239);
    border-radius: 22px;
    background: rgb(255, 255, 255);
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
    min-height: 180px;
  }
}

@media (max-width: 570px) {
  .hero__grid
  {
    display: grid;
    gap: 0px;
    align-items: stretch;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid rgba(11, 113, 186, 0.14);
    background: linear-gradient(135deg, rgb(11, 113, 186) 0%, rgb(18, 69, 255) 100%);
    grid-template-columns: 1fr;
    position: relative;
    min-height: 380px;
  }

  .hero__content
  {
    position: relative;
    overflow: hidden;
    display: block;
    background: transparent;
    color: rgb(255, 255, 255);
    border-radius: 24px;
    width: auto;
    padding: 24px 138px 18px 20px;
    min-height: 380px;
  }

  .eyebrow
  {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: rgb(255, 255, 255);
    font-weight: 700;
    margin-bottom: 18px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 0px;
    padding: 8px 12px;
    max-width: 155px;
  }

  .eyebrow::before
  {
    content: "⚡ Не агентство";
    font-size: 13px;
    line-height: 1.2;
  }

  h1
  {
    margin: 20px 0px 0px;
    line-height: 0.98;
    letter-spacing: -0.04em;
    color: rgb(255, 255, 255);
    font-size: 34px;
  }

  .hero__fit
  {
    display: grid;
    gap: 12px;
    margin-top: 22px;
    max-width: 180px;
    font-size: 14px;
    line-height: 1.45;
  }

  .hero__actions
  {
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    gap: 12px;
    margin-top: 28px;
    max-width: 185px;
  }

  .hero__actions .btn
  {
    width: 100%;
    padding: 14px 16px;
    font-size: 14px;
  }

  .hero__visual
  {
    overflow: hidden;
    background: transparent;
    display: flex;
    align-items: flex-end;
    border-radius: 24px;
    padding: 0px;
    position: absolute;
    bottom: 0px;
    pointer-events: none;
    justify-content: flex-end;
    width: 200px;
    min-height: 210px;
    right: 0px;
  }

  .hero__photo-wrap
  {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-right: 0px;
    justify-content: flex-end;
    min-height: 210px;
  }

  .hero__photo
  {
    position: relative;
    z-index: 1;
    height: auto;
    object-fit: contain;
    align-self: flex-end;
    bottom: -5px;
    object-position: right bottom;
    width: 200px;
    max-height: 210px;
  }
}

@media (max-width: 520px) {
  .cases-filter-compact__chip
  {
    border: 0px;
    border-radius: 999px;
    background: rgb(243, 246, 251);
    color: rgb(79, 97, 120);
    box-shadow: none;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    line-height: inherit;
    font-family: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    min-height: 34px;
    padding: 7px 10px;
    font-size: 12px;
  }

  .cases-filter-menu summary
  {
    list-style: none;
    justify-content: flex-start;
    border: 0px;
    border-radius: 999px;
    background: rgb(243, 246, 251);
    color: rgb(79, 97, 120);
    line-height: 1.2;
    font-weight: 600;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    width: auto;
    min-height: 34px;
    padding: 7px 10px;
    font-size: 12px;
  }

  .cases-filter-menu__dropdown
  {
    z-index: 20;
    padding: 14px;
    border: 1px solid rgb(229, 233, 240);
    border-radius: 18px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(15, 23, 42, 0.1) 0px 18px 44px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    position: fixed;
    left: 16px;
    right: 16px;
    top: auto;
    width: auto;
  }

  .cases-filter-compact
  {
    position: relative;
    min-height: 0px;
    border: 0px;
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
    align-items: center;
    gap: 7px;
    border-radius: 18px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(15, 23, 42, 0.035) 0px 10px 28px;
    padding: 10px;
  }

  .case-inline-feedback__actions
  {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-start;
    flex-direction: column;
  }

  .case-inline-feedback .case-feedback__button
  {
    min-width: 158px;
    min-height: 60px;
    padding: 12px 20px;
    border-radius: 16px;
    font-size: 15px;
    justify-content: center;
    width: 100%;
  }

  .case-feedback h2
  {
    margin: 7px 0px;
    color: rgb(13, 38, 64);
    line-height: 1.12;
    letter-spacing: -0.035em;
    font-size: 24px;
  }

  .case-feedback__actions
  {
    width: 100%;
    margin-top: 18px;
    display: flex;
    flex-flow: column wrap;
    gap: 10px;
  }

  .case-feedback__button
  {
    flex: 1 1 auto;
    min-height: 56px;
    padding: 11px 19px;
    border: 1px solid rgb(220, 227, 237);
    border-radius: 15px;
    background: rgb(255, 255, 255);
    color: rgb(64, 83, 107);
    font-style: inherit;
    font-variant: inherit;
    font-stretch: inherit;
    line-height: inherit;
    font-family: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    font-size: 15px;
    font-weight: 750;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.2s;
    width: 100%;
    justify-content: center;
  }

  .service-tariff__price--text
  {
    letter-spacing: -0.035em;
    max-width: none;
    line-height: 1;
    white-space: nowrap;
    font-size: 30px;
  }

  .service-license-strip strong
  {
    display: block;
    color: rgb(13, 38, 64);
    line-height: 1.2;
    letter-spacing: -0.025em;
    font-size: 19px;
  }

  .service-license-strip
  {
    margin-top: 16px;
    min-height: 112px;
    border: 1px solid rgb(226, 231, 239);
    border-radius: 22px;
    background: rgb(255, 255, 255);
    color: inherit;
    text-decoration: none;
    justify-content: space-between;
    box-shadow: rgba(15, 23, 42, 0.03) 0px 10px 26px;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding: 18px;
    display: none !important;
  }

  .footer-social__copy strong
  {
    display: block;
    letter-spacing: -0.025em;
    color: rgb(13, 38, 64) !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    font-size: 21px !important;
  }

  .footer-social__links a
  {
    text-decoration: none;
    align-items: center;
    line-height: 1;
    border: 1px solid rgb(213, 223, 236) !important;
    border-radius: 999px !important;
    background: rgb(255, 255, 255) !important;
    color: rgb(13, 38, 64) !important;
    display: inline-flex !important;
    gap: 9px !important;
    font-weight: 800 !important;
    box-shadow: none !important;
    min-height: 42px !important;
    padding: 0px 14px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 500px) {
  .hero__visual
  {
    overflow: hidden;
    background: transparent;
    display: flex;
    align-items: flex-end;
    border-radius: 24px;
    padding: 0px;
    position: absolute;
    bottom: 0px;
    pointer-events: none;
    justify-content: flex-end;
    width: 200px;
    min-height: 210px;
    right: -40px;
  }
}

@media (max-width: 400px) {
  .hero__visual
  {
    overflow: hidden;
    background: transparent;
    display: flex;
    align-items: flex-end;
    border-radius: 24px;
    padding: 0px;
    position: absolute;
    bottom: 0px;
    pointer-events: none;
    justify-content: flex-end;
    width: 200px;
    min-height: 210px;
    right: -80px;
  }
}

/* End */
/* /local/templates/advigen/assets/css/style.css?1789734005247061 */
