.crm-page {
  --paper: #ffffff;
  --ink: #18181b;
  --muted: #62626d;
  --line: #e4e4e7;
  --highlight: #dceaff;
  --dark: #151a26;
  --white: #fff;
  --channel: #edf6ff;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Roboto,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
.crm-page[data-channel="avito"] {
  --channel: #edf8fd;
}
.crm-page[data-channel="max"] {
  --channel: #f1efff;
}
.crm-page * {
  box-sizing: border-box;
}
.crm-page *::before {
  box-sizing: border-box;
}
.crm-page *::after {
  box-sizing: border-box;
}
.crm-page [hidden] {
  display: none !important;
}
.crm-page a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  -webkit-tap-highlight-color: transparent;
}
.crm-page a:hover {
  text-decoration-thickness: 2px;
}
.crm-page button {
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}
.crm-page summary {
  -webkit-tap-highlight-color: transparent;
}
.crm-page :is(a, button, summary):focus-visible {
  outline: 3px solid #326928;
  outline-offset: 5px;
}
.crm-page h1 {
  margin: 0;
  text-wrap: balance;
}
.crm-page h2 {
  margin: 0;
  text-wrap: balance;
}
.crm-page h3 {
  margin: 0;
  text-wrap: balance;
}
.crm-page p {
  margin: 0;
}
.crm-page figure {
  margin: 0;
}
.crm-page dl {
  margin: 0;
}
.crm-page img {
  max-width: 100%;
  height: auto;
  display: block;
}
.crm-page .wrap {
  width: min(1280px, calc(100% - 96px));
  margin-inline: auto;
}
.crm-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.crm-page .skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.crm-page .skip-link:focus {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 10000;
  padding: 12px;
  background: white;
}
.crm-page [id] {
  scroll-margin-top: 28px;
}
.crm-page .site-header {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}
.crm-page .wordmark {
  display: inline-flex;
  align-items: baseline;
  font-size: 29px;
  letter-spacing: -1.4px;
  line-height: 1;
  text-decoration: none;
  color: #4678ca;
  font-weight: 700;
}
.crm-page .wordmark span {
  font-weight: 400;
  color: #ff9400;
}
.crm-page .wordmark i {
  width: 7px;
  height: 7px;
  margin-left: 5px;
  background: #73a342;
  border-radius: 50%;
  display: none;
}
.crm-page .header-links {
  display: flex;
  gap: 30px;
  font-size: 14px;
}
.crm-page .header-links a {
  text-decoration: none;
}
.crm-page .header-links a:hover {
  text-decoration: underline;
}
.crm-page .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  min-height: 56px;
  padding: 16px 22px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  border: 1px solid var(--ink);
  transition:
    background 0.15s,
    color 0.15s;
  background: #376cc3;
  border-color: #376cc3;
  color: #fff;
  border-radius: 10px;
}
.crm-page .button:hover {
  background: #2c5dab;
  border-color: #2c5dab;
}
.crm-page .button span {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}
.crm-page .button-small {
  min-height: 44px;
  padding: 11px 16px;
  font-size: 13px;
  gap: 22px;
  background: transparent;
  border-color: #d3dcec;
  color: #315b9b;
}
.crm-page .button-small:hover {
  background: #edf4ff;
  color: #315b9b;
}
.crm-page .eyebrow {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
}
.crm-page .signal {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #497cce;
  border-radius: 50%;
  margin-right: 7px;
}
.crm-page .text-link {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
.crm-page .text-link span {
  padding-left: 8px;
}
.crm-page .section {
  padding-block: 72px;
}
.crm-page .section-heading {
  margin-bottom: 48px;
}
.crm-page .section-heading > .eyebrow {
  color: #476ba4;
  margin-bottom: 16px;
}
.crm-page .section h2 {
  line-height: 1.1;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 700;
  letter-spacing: -1.2px;
}
.crm-page .section-lead {
  font-size: 16px;
  line-height: 1.65;
  max-width: 560px;
  color: #60606c;
  margin-top: 24px;
}
.crm-page .closing {
  color: #ffffff;
  padding: 72px 0 80px;
  background: #151a26;
}
.crm-page .closing .eyebrow {
  color: #c1d4ab;
  margin-bottom: 30px;
}
.crm-page .closing h2 {
  line-height: 1.12;
  max-width: 1000px;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  letter-spacing: -1.5px;
}
.crm-page .closing-inner > div {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 35px;
}
.crm-page .button-light {
  background: #fff;
  border-color: #fff;
  color: #315b9b;
}
.crm-page .button-light:hover {
  background: #edf4ff;
  border-color: #edf4ff;
  color: #315b9b;
}
.crm-page .closing-inner > div > p {
  font-size: 11px;
  color: #c5cad5;
  line-height: 1.7;
}
.crm-page .closing :is(a, button):focus-visible {
  outline-color: #dceaff;
}
body.crm-page #carrotquest-messenger-collapsed-container {
  left: auto !important;
  right: 0 !important;
}
body.crm-page #carrotquest-messenger-collapsed-container #chat-container {
  flex-direction: row-reverse !important;
}
body.crm-page #carrotquest-messenger-collapsed-container #tooltip-container {
  margin-left: 0 !important;
  margin-right: -20px !important;
}
@media (max-width: 1100px) {
  .crm-page .wrap {
    width: calc(100% - 64px);
  }
}
@media (max-width: 850px) {
  .crm-page .header-links {
    gap: 20px;
  }
}
@media (max-width: 680px) {
  .crm-page .wrap {
    width: calc(100% - 40px);
  }
  .crm-page .site-header {
    height: 80px;
    gap: 12px;
  }
  .crm-page .wordmark {
    font-size: 25px;
  }
  .crm-page .header-links {
    display: none;
  }
  .crm-page .button-small {
    font-size: 11px;
    min-height: 40px;
    padding: 10px 12px;
    gap: 16px;
  }
  .crm-page .section h2 {
    line-height: 1.12;
  }
  .crm-page .section-heading {
    margin-bottom: 30px;
  }
  .crm-page .section-lead {
    font-size: 15px;
    margin-top: 20px;
  }
  .crm-page .closing {
    padding-block: 50px;
  }
  .crm-page .closing .eyebrow {
    margin-bottom: 25px;
    font-size: 10px;
  }
  .crm-page .closing-inner > div {
    align-items: start;
    flex-direction: column;
    gap: 19px;
    margin-top: 28px;
  }
  .crm-page .closing .button {
    min-height: 52px;
    font-size: 13px;
  }
  .crm-page .section {
    padding-block: 52px;
  }
}
@media (max-width: 360px) {
  .crm-page .wrap {
    width: calc(100% - 32px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .crm-page * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
@media print {
  .crm-page {
    background: #fff;
  }
  .crm-page .wrap {
    width: 100%;
  }
  .crm-page .header-links {
    display: block;
  }
  .crm-page .closing {
    display: block;
  }
  .crm-page details {
    break-inside: avoid;
  }
}
.crm-page .integration-legal {
  font-size: 12px;
  line-height: 1.7;
  color: #697080;
}
.crm-page .integration-legal a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
