@keyframes rk-soc-shine {
  0% {
    transform: translate3d(-40px, 0, 0) rotate(45deg);
  }
  30%,
  to {
    transform: translate3d(140%, 0, 0) rotate(45deg);
  }
}
@font-face {
  font-family: "Montserrat";
  src: url(../m-files.cdn1.cc/web/user/fonts/montserrat/montserrat_normal.woff2)
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(../m-files.cdn1.cc/web/user/fonts/montserrat/montserrat_bold.woff2)
    format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Fallback";
  src: local("Arial"), local("Helvetica Neue"), local("Helvetica");
  size-adjust: 107%;
  ascent-override: 92%;
  descent-override: 23%;
  line-gap-override: 0%;
}
:root {
  --rk-purple: #7f3ff2;
  --rk-purple-soft: #9867f3;
  --rk-blue: #2084d6;
  --rk-link: #004f9a;
  --rk-link-hover: #5b2bc7;
  --rk-link-on-dark: #cbb6ff;
  --rk-link-on-dark-hover: #ffffff;
  --rk-text-secondary: #333333;
  --rk-focus-ring: #5b2bc7;
  --rk-text: #111111;
  --rk-text-soft: #333333;
  --rk-text-dark: #111111;
  --rk-bg: #f7f7fb;
  --rk-white: #fff;
  --rk-border: #e8e8ef;
  --rk-radius: 10px;
  --rk-radius-sm: 10px;
  --rk-container: 1400px;
  --rk-gutter: 16px;
  --rk-shadow: 0 0 2px rgba(0, 0, 0, 0.19);
  --rk-shadow-hover: 0 6px 20px rgba(40, 20, 80, 0.1);
  --rk-font-head: Montserrat, "Montserrat Fallback", Arial, sans-serif;
  --rk-font-ui: Montserrat, "Montserrat Fallback", Arial, sans-serif;
  --rk-font-btn: Montserrat, "Montserrat Fallback", Arial, sans-serif;
  --rk-header-h: 64px;
  --rk-overlay: rgba(0, 0, 0, 0.6);
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body.rk-clean {
  margin: 0;
  min-width: 0;
  width: 100%;
  color: var(--rk-text);
  font-family: var(--rk-font-head);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  background: var(--rk-white);
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: var(--rk-link);
  text-decoration: none;
}
.rk-studio-card a.rk-sub:hover,
a:hover {
  color: var(--rk-link-hover);
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--rk-purple);
  outline-offset: 2px;
}
button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: 0 0;
}
.rk-container {
  width: min(100% - var(--rk-gutter) * 2, var(--rk-container));
  margin-inline: auto;
}
.rk-section {
  padding: 48px 0;
}
.rk-section--tight {
  padding: 32px 0;
}
.rk-section--muted {
  background: var(--rk-bg);
}
.rk-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(127, 63, 242, 0.1);
  color: #5a28c4;
  font-family: var(--rk-font-head);
  font-size: 13px;
  font-weight: 500;
}
.rk-h1 {
  color: var(--rk-text-dark);
}
.rk-h1,
.rk-h2,
.rk-h3 {
  font-family: var(--rk-font-head);
  font-weight: 700;
  margin: 0 0 12px;
}
.rk-h3 {
  color: var(--rk-text-dark);
}
.rk-h1 {
  font-size: 36px;
  line-height: 1.2;
}
#directions .rk-h2,
.rk-h2 {
  font-size: 36px;
  line-height: 1.4;
}
.rk-h2 {
  color: var(--rk-text-dark);
  margin-bottom: 20px;
}
.rk-h2--xl {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 20px;
}
.rk-h2--spaced {
  margin-top: 48px;
}
#directions .rk-h2 {
  text-align: center;
  margin-bottom: 28px;
}
#advantages .rk-h2,
#studio > .rk-container > .rk-h2:not(.rk-h2--spaced) {
  font-size: 36px;
  line-height: 1;
}
#about > .rk-container > .rk-h2:first-of-type,
#academy > .rk-container > .rk-split .rk-h2,
#contacts > .rk-container > .rk-h2,
#partners .rk-h2,
#r-builder > .rk-container > .rk-split .rk-h2 {
  font-size: 60px;
  line-height: 1;
}
#blog .rk-h2,
#vacancies .rk-h2 {
  font-size: 18px;
  line-height: 1.4;
  padding-top: 5px;
}
#faq .rk-h2 {
  font-size: 40px;
  line-height: 1;
}
.rk-eyebrow + .rk-h2,
.rk-eyebrow + .rk-lead {
  margin-top: 10px;
}
.rk-h3 {
  font-size: 16px;
  line-height: 1.4;
}
.rk-h3--spaced {
  margin-top: 28px;
}
.rk-h4 {
  font-family: var(--rk-font-head);
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: var(--rk-text-dark);
  margin: 0 0 10px;
}
.rk-feature .rk-h3 {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.4;
}
.rk-perk .rk-h3 {
  margin: 0;
  font-size: 14px;
  color: inherit;
}
.rk-cta-panel__eyebrow,
.rk-cta-panel__title,
.rk-form__title,
.rk-modal__title {
  font-family: var(--rk-font-head);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 10px;
}
.rk-cta-panel__eyebrow {
  font-size: 1.25rem;
  color: #fff;
}
.rk-cta-panel__title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: #fff;
}
.rk-form__title {
  font-size: 1.25rem;
  color: var(--rk-text-dark);
}
.rk-modal__title {
  font-size: 1.5rem;
  color: var(--rk-purple);
  padding-right: 40px;
}
.rk-faq__q {
  margin: 0;
  font-family: var(--rk-font-ui);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: inherit;
  display: inline;
}
.rk-lead {
  margin: 0 0 16px;
  color: var(--rk-text-soft);
  font-family: var(--rk-font-head);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  max-width: 60ch;
}
.rk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  min-width: 44px;
  padding: 10px 20px;
  border-radius: 5px;
  font-family: var(--rk-font-btn);
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}
.rk-btn:hover {
  transform: translateY(-1px);
}
.rk-btn--primary {
  background: linear-gradient(270deg, #df62e2 9%, #6a5cea 90%);
  color: var(--rk-white);
  border-radius: 10px;
  font-size: 16px;
}
.rk-btn--primary:hover {
  opacity: 0.92;
  color: var(--rk-white);
}
.rk-btn--ghost,
.rk-btn--primary,
.rk-nav a {
  font-family: var(--rk-font-head);
  font-weight: 500;
}
.rk-btn--ghost {
  background: #fff;
  color: var(--rk-link);
  border: 0.8px solid rgba(30, 30, 30, 0.22);
  border-radius: 10px;
  font-size: 16px;
}
.rk-btn--ghost:hover {
  background: #f7f9fc;
  color: var(--rk-link-hover);
}
.rk-btn--light {
  background: var(--rk-white);
  color: var(--rk-purple);
}
.rk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.rk-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--rk-border);
  backdrop-filter: blur(8px);
}
.rk-header__bar {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 8px 0;
  width: min(100% - var(--rk-gutter) * 2, var(--rk-container));
  margin-inline: auto;
}
.rk-logo img,
.rk-wa img {
  width: 211px;
  height: 49px;
  object-fit: contain;
}
.rk-header__contacts,
.rk-nav {
  display: none;
  align-items: center;
  flex-wrap: nowrap;
}
.rk-nav {
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}
.rk-nav a {
  min-height: 44px;
  padding: 8px 4px;
  color: var(--rk-text-dark);
  font-size: 14px;
}
.rk-nav a[aria-current="page"] {
  color: var(--rk-purple);
}
.rk-header__contacts {
  justify-content: flex-end;
  gap: 10px;
}
.rk-burger,
.rk-header__phone,
.rk-nav a,
.rk-wa {
  display: inline-flex;
  align-items: center;
}
.rk-header__phone {
  font-family: var(--rk-font-ui);
  font-weight: 700;
  color: var(--rk-link);
  white-space: nowrap;
  min-height: 44px;
  flex-shrink: 0;
}
.rk-burger,
.rk-wa {
  justify-content: center;
}
.rk-wa {
  width: 44px;
  height: 44px;
  border-radius: 0;
  background: 0 0;
  color: inherit;
  flex: 0 0 auto;
}
.rk-wa img {
  display: block;
  width: 30px;
  height: 30px;
}
.rk-burger {
  width: 45px;
  height: 45px;
  flex-direction: column;
  gap: 5px;
  border-radius: 8px;
  justify-self: end;
  grid-column: 2;
}
.rk-burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--rk-text-dark);
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}
.rk-burger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.rk-burger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.rk-burger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.rk-mobile-nav {
  display: none;
  border-top: 1px solid var(--rk-border);
  background: var(--rk-white);
  padding: 8px 0 calc(16px + env(safe-area-inset-bottom, 0));
  max-height: min(80vh, calc(100dvh - var(--rk-header-h)));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.rk-mobile-nav.is-open {
  display: block;
}
.rk-mobile-nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 0;
  color: var(--rk-text-dark);
  font-family: var(--rk-font-head);
  font-weight: 500;
  border-bottom: 1px solid #f0f0f5;
}
.rk-mobile-nav__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 14px;
}
body.rk-menu-open,
body.rk-modal-open {
  overflow: hidden;
}
.rk-hero {
  position: relative;
  height: 628px;
  padding: 0;
  overflow: visible;
  background: #fff;
}
.rk-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.rk-hero__bg img,
.rk-hero__bg picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  object-fit: cover;
  object-position: 50% 100%;
}
.rk-hero__stage {
  position: relative;
  z-index: 1;
  width: min(100%, 1400px);
  height: 628px;
  margin: 0 auto;
}
.rk-hero__title {
  top: 21px;
  left: 41px;
  width: 545px;
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  background-image: linear-gradient(260deg, #df62e2 10%, #6a5cea 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.rk-hero__lead,
.rk-hero__title,
.rk-hero__trust {
  position: absolute;
  font-family: var(--rk-font-head);
}
.rk-hero__lead {
  top: 148px;
  left: 42px;
  width: 574px;
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #3a3a3a;
}
.rk-hero__trust {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #111;
}
.rk-hero__trust span {
  min-width: 0;
  overflow-wrap: break-word;
}
.rk-hero__trust--1 {
  top: 243px;
  left: 42px;
}
.rk-hero__trust--2 {
  top: 243px;
  left: 356px;
}
.rk-hero__trust--3 {
  top: 290px;
  left: 42px;
}
.rk-check-ico {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  fill: #7f3ff2;
}
.rk-card p,
.rk-hero__cta {
  font-family: var(--rk-font-head);
}
.rk-hero__cta {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  border-radius: 10px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}
.rk-hero__cta:hover {
  transform: translateY(-1px);
}
.rk-hero__cta--primary {
  top: 337px;
  left: 42px;
  width: 367px;
  height: 52px;
  padding: 15px 16px;
  color: #fff;
  background: linear-gradient(270deg, #df62e2 9%, #6a5cea 90%);
}
.rk-hero__cta--primary:hover {
  color: #fff;
  opacity: 0.94;
}
.rk-hero__cta--secondary {
  top: 335px;
  left: 430px;
  width: 242px;
  height: 56px;
  padding: 14px 15px;
  color: var(--rk-link);
  background: #fff;
  border: 0.8px solid rgba(30, 30, 30, 0.22);
  box-sizing: border-box;
}
.rk-hero__cta--secondary:hover {
  color: var(--rk-link-hover);
  background: #f8fafc;
}
.rk-hero__cta-ico {
  font-size: 18px;
  line-height: 1;
}
.rk-hero__cta-play {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #24a0ff;
  position: relative;
  flex: 0 0 auto;
}
.rk-hero__cta-play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
}
.rk-hero__ecosystem {
  position: absolute;
  top: 121px;
  left: 784px;
  width: auto;
  height: 478px;
  z-index: 2;
  pointer-events: none;
}
.rk-hero__ecosystem-img {
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: left center;
}
.rk-device {
  position: absolute;
  overflow: visible;
}
.rk-device__chrome {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  pointer-events: none;
}
.rk-device__viewport {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  mask-repeat: no-repeat;
  mask-size: 100%;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-position: center center;
}
.rk-device__screen {
  display: block;
  flex-shrink: 0;
  object-fit: cover;
}
.rk-device--laptop {
  top: 121px;
  left: 684px;
  width: 819px;
  height: 478px;
}
.rk-device--laptop .rk-device__viewport {
  mask-image: url(../m-files.cdn1.cc/lpfile/2/8/d/28dae1e53d68e6eac5d1f92db459a9ea__q_57823416.svg);
  -webkit-mask-image: url(../m-files.cdn1.cc/lpfile/2/8/d/28dae1e53d68e6eac5d1f92db459a9ea__q_57823416.svg);
}
.rk-device--laptop .rk-device__screen {
  width: 75%;
  height: 80%;
  margin-top: -3%;
  object-position: 0 50%;
}
.rk-device--phone {
  top: 189px;
  left: 1247px;
  width: 207px;
  height: 405px;
}
.rk-device--phone .rk-device__viewport {
  mask-image: url(../m-files.cdn1.cc/lpfile/3/9/0/390bd2d6c1042d94ec596476de6e3ccb__q_68072727.svg);
  -webkit-mask-image: url(../m-files.cdn1.cc/lpfile/3/9/0/390bd2d6c1042d94ec596476de6e3ccb__q_68072727.svg);
}
.rk-device--phone .rk-device__screen {
  width: 82%;
  height: 90%;
  object-position: 50%0;
  border-radius: 28px;
}
.rk-metric-card {
  position: absolute;
  width: 191px;
  height: 195px;
  padding: 14px 14px 12px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  box-sizing: border-box;
  box-shadow: 0 2px 10px rgba(40, 20, 80, 0.06);
}
.rk-metric-card--1 {
  top: 416px;
  left: 38px;
}
.rk-metric-card--2 {
  top: 416px;
  left: 259px;
}
.rk-metric-card--3 {
  top: 414px;
  left: 479px;
}
.rk-metric-card img {
  width: 60px;
  height: 62px;
  object-fit: contain;
  margin-bottom: 8px;
}
.rk-metric-card__label,
.rk-metric-card__value {
  margin: 0 0 4px;
  font-family: var(--rk-font-head);
  font-size: 14px;
  font-weight: 500;
  color: #3a3a3a;
}
.rk-metric-card__value {
  font-size: 22px;
  font-weight: 700;
  color: #1e1e1e;
  line-height: 1.2;
}
.rk-metric-card__value span {
  color: #0e7a09;
  font-size: 18px;
}
.rk-metric-card__note {
  margin: 0;
  font-size: 13px;
  color: #6b6b6b;
}
.rk-grid {
  display: grid;
  gap: 16px;
}
.rk-card {
  background: var(--rk-white);
  border-radius: 10px;
  padding: 15px;
  box-shadow: var(--rk-shadow);
  border: 0;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.rk-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--rk-shadow-hover);
}
.rk-card__icon {
  width: 61px;
  height: 62px;
  margin-bottom: 8px;
  object-fit: contain;
}
.rk-card p {
  margin: 0;
}
.rk-badges,
.rk-directions {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(208px, 1fr);
  gap: 18px;
  overflow-x: auto;
  padding: 4px 2px 12px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
}
.rk-directions .rk-card {
  position: relative;
  scroll-snap-align: start;
  min-height: 213px;
  min-width: 0;
  border-radius: 10px;
  box-shadow: none;
  border: 0;
  padding: 10px 10px 48px;
  background: #fff;
}
.rk-directions .rk-card__icon {
  width: 61px;
  height: 62px;
  padding: 0;
  border-radius: 0;
  background: 0 0;
  object-fit: contain;
  margin-bottom: 6px;
}
.rk-directions .rk-h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--rk-text-dark);
  margin: 4px 0 6px;
}
.rk-card p,
.rk-directions .rk-card > p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--rk-text-dark);
}
.rk-directions .rk-card__more {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef1f6;
  color: #4a5568;
  transition: transform 0.2s ease;
}
.rk-directions .rk-card__more:hover {
  background: var(--rk-purple);
  color: #fff;
  transform: translateX(2px);
}
.rk-directions .rk-card__more svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.rk-badges {
  grid-auto-columns: minmax(280px, 82%);
  grid-template-columns: none;
  gap: 12px;
  align-items: stretch;
  justify-items: stretch;
  padding: 4px 0 12px;
}
.rk-badge-card,
.rk-badges img {
  display: block;
  border-radius: 10px;
}
.rk-badges img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.rk-badge-card {
  margin: 0;
  height: 200px;
  background: #f5f5f8;
  padding: 0;
  box-shadow: none;
  min-width: 0;
  overflow: hidden;
  scroll-snap-align: start;
}
.rk-badge-card:first-child img,
.rk-badge-card:nth-child(2) img,
.rk-badge-card:nth-child(3) img {
  width: 100%;
  height: 100%;
  max-width: none;
}
.rk-studio-grid {
  display: grid;
  gap: 16px;
}
.rk-studio-card {
  position: relative;
  background: var(--rk-white);
  border-radius: 10px;
  padding: 15px;
  box-shadow: var(--rk-shadow);
  min-height: 189px;
  display: flex;
  flex-direction: column;
}
.rk-studio-card__icon {
  display: block;
  width: auto;
  height: auto;
  max-width: 63px;
  max-height: 62px;
  margin: 0 0 9px;
  object-fit: contain;
}
.rk-studio-card > .rk-h3 {
  margin: 0 0 7px;
  font-size: 16px;
  line-height: 1.4;
}
.rk-arrow-btn,
.rk-studio-card__more {
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rk-studio-card__more {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #c2c2c2;
  color: #111;
  transition: transform 0.2s ease;
}
.rk-studio-card__more:hover {
  border-color: var(--rk-purple);
  color: var(--rk-purple);
  transform: translateX(2px);
}
.rk-arrow-btn svg,
.rk-studio-card__more svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.rk-arrow-btn {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  background: var(--rk-purple);
  color: #fff;
  transition: transform 0.2s ease;
}
.rk-arrow-btn:hover {
  background: var(--rk-purple-soft);
  color: #fff;
  transform: translateX(2px);
}
.rk-arrow-btn svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.2;
}
.rk-studio-card ul {
  margin: 0;
  padding: 0 44px 0 1.1em;
  list-style: disc;
  width: 100%;
  flex: 1;
}
.rk-studio-card li {
  margin: 0 0 2px;
}
.rk-studio-card a.rk-sub {
  display: inline-block;
  min-height: 0;
  padding: 2px 0;
  color: var(--rk-link);
  font-size: 14px;
  font-weight: 500;
}
.rk-adv-grid {
  display: grid;
  gap: 12px;
}
.rk-adv,
.rk-feature span,
.rk-studio-card a.rk-sub {
  font-family: var(--rk-font-head);
  line-height: 1.4;
}
.rk-adv {
  margin: 0;
  background: var(--rk-white);
  border-radius: 10px;
  padding: 14px 12px;
  font-weight: 700;
  font-size: 14px;
  color: var(--rk-text-dark);
  box-shadow: var(--rk-shadow);
}
.rk-cta-panel {
  margin-top: 28px;
  padding: 24px;
  border-radius: var(--rk-radius);
  background: linear-gradient(135deg, #7f3ff2, #6a5cea 55%, #df62e2);
  color: #fff;
  display: grid;
  gap: 16px;
}
.rk-cta-panel .rk-h2,
.rk-cta-panel .rk-h3,
.rk-cta-panel p {
  color: #fff;
}
.rk-cta-panel .rk-perk {
  display: grid;
  gap: 10px;
}
.rk-cta-panel .rk-perk > div {
  padding: 10px 12px;
  border-radius: var(--rk-radius-sm);
  background: rgba(255, 255, 255, 0.12);
}
.rk-cta-panel .rk-perk span {
  font-size: 14px;
  opacity: 0.92;
}
.rk-cta-panel .rk-btn--light {
  border-radius: var(--rk-radius-sm);
  font-family: var(--rk-font-head);
  font-weight: 500;
  min-width: 200px;
}
.rk-feature-row {
  display: grid;
  gap: 12px;
  margin: 20px 0;
}
.rk-feature {
  background: var(--rk-white);
  border-radius: 10px;
  padding: 12px 14px;
  box-shadow: var(--rk-shadow);
}
.rk-feature span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: var(--rk-text-soft);
}
.rk-feature .rk-h3,
.rk-feature strong {
  display: block;
  font-family: var(--rk-font-head);
  margin-bottom: 4px;
}
.rk-feature--icon {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.rk-about-stat img,
.rk-feature__icon {
  flex: 0 0 auto;
  width: auto;
  max-width: 51px;
  max-height: 62px;
  object-fit: contain;
}
.rk-academy-cards {
  margin-top: 24px;
}
.rk-academy-card {
  display: flex;
  flex-direction: column;
  min-height: 207px;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 10px rgba(40, 20, 80, 0.06);
}
.rk-academy-card__head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
.rk-academy-card__icon {
  flex: 0 0 auto;
  width: auto;
  max-width: 65px;
  max-height: 62px;
  object-fit: contain;
}
.rk-academy-card__head .rk-h3 {
  flex: 1;
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
}
.rk-academy-card__text {
  margin: 0;
  font-family: var(--rk-font-head);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--rk-text-dark);
}
.rk-academy-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 12px;
}
.rk-academy-card__foot > a:first-child {
  font-family: var(--rk-font-head);
  font-size: 14px;
  font-weight: 500;
  color: var(--rk-link);
}
.rk-academy-card__foot > a:first-child:hover {
  color: var(--rk-purple);
}
.rk-academy-card__more {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #24a0ff;
  color: #111;
  transition: transform 0.2s ease;
}
.rk-academy-card__more:hover {
  border-color: var(--rk-purple);
  color: var(--rk-purple);
  transform: translateX(2px);
}
.rk-about-card__more svg,
.rk-academy-card__more svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.rk-metric-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 24px;
}
.rk-metric {
  background: rgba(127, 63, 242, 0.08);
  border-radius: var(--rk-radius-sm);
  padding: 16px 12px;
  text-align: center;
}
.rk-metric strong {
  display: block;
  font-family: var(--rk-font-head);
  font-size: 28px;
  font-weight: 700;
  color: var(--rk-purple);
  line-height: 1.15;
}
.rk-about-person span,
.rk-metric span {
  display: block;
  font-family: var(--rk-font-head);
  color: var(--rk-text-soft);
}
.rk-metric span {
  margin-top: 4px;
  font-size: 13px;
}
.rk-section--about {
  background-color: var(--rk-bg);
  background-image: url(../m-files.cdn1.cc/lpfile/d/7/5/d75cf43e573ba54d325699e45b16395d.webp);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.rk-about-stats {
  display: grid;
  gap: 16px;
  margin: 24px 0 20px;
}
.rk-about-stat {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 10px rgba(40, 20, 80, 0.06);
}
.rk-about-stat__text {
  margin: 0;
  font-family: var(--rk-font-head);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #3a3a3a;
}
.rk-about-stat__text strong {
  font-size: 22px;
  font-weight: 700;
  color: #1e1e1e;
  margin-right: 4px;
}
.rk-about-grid {
  display: grid;
  gap: 16px;
}
.rk-about-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 10px rgba(40, 20, 80, 0.06);
}
.rk-about-card__head {
  position: relative;
  margin-bottom: 12px;
  padding-right: 44px;
}
.rk-about-card__icon {
  display: block;
  width: auto;
  max-width: 43px;
  max-height: 62px;
  margin-bottom: 9px;
  object-fit: contain;
}
.rk-about-card__head .rk-h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
}
.rk-about-card__more {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #24a0ff;
  color: #111;
  transition: transform 0.2s ease;
}
.rk-about-card__more:hover {
  border-color: var(--rk-purple);
  color: var(--rk-purple);
  transform: translateX(2px);
}
.rk-about-card__text {
  margin: 0 0 12px;
  font-family: var(--rk-font-head);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--rk-text-dark);
}
.rk-about-card__foot {
  margin-top: auto;
  padding-top: 10px;
}
.rk-about-card__foot a,
.rk-about-person strong,
.rk-partners-agency__foot a {
  font-family: var(--rk-font-head);
  font-size: 14px;
  font-weight: 500;
  color: var(--rk-link);
}
.rk-about-card__foot a:hover,
.rk-about-chip:hover,
.rk-about-post:hover .rk-about-post__title {
  color: var(--rk-purple);
}
.rk-about-team {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 4px;
}
.rk-about-person {
  margin: 0;
  text-align: center;
}
.rk-about-letters img,
.rk-about-person img {
  width: 100%;
  height: auto;
  box-shadow: 0 2px 8px rgba(40, 20, 80, 0.08);
}
.rk-about-person img {
  display: block;
  max-width: 122px;
  aspect-ratio: 1;
  margin: 0 auto 6px;
  object-fit: cover;
  border-radius: 10px;
}
.rk-about-person strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--rk-text-dark);
}
.rk-about-person span {
  font-size: 11px;
}
.rk-about-letters {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
}
.rk-about-letters img {
  border-radius: 6px;
}
.rk-about-clients img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.rk-about-letters,
.rk-about-posts {
  display: grid;
  gap: 10px;
  margin-bottom: 4px;
}
.rk-about-post {
  display: grid;
  grid-template-columns: 117px 1fr;
  grid-template-rows: auto auto;
  gap: 2px 10px;
  align-items: start;
  color: inherit;
  text-decoration: none;
}
.rk-about-post img {
  grid-row: 1 / span 2;
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}
.rk-about-post__title {
  font-family: var(--rk-font-head);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--rk-text-dark);
}
.rk-about-post time {
  font-size: 12px;
  color: var(--rk-text-soft);
}
.rk-about-vacancies {
  display: grid;
  gap: 8px;
  margin-bottom: 4px;
}
.rk-about-chip,
.rk-rb-perk p {
  font-family: var(--rk-font-head);
  font-size: 13px;
}
.rk-about-chip {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(127, 63, 242, 0.08);
  font-weight: 500;
  color: var(--rk-text-dark);
  text-align: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.rk-about-chip:hover {
  background: rgba(127, 63, 242, 0.14);
}
.rk-section--rbuilder {
  background: linear-gradient(135deg, #f8f6ff 0, #f3f8ff 45%, #fff 100%);
}
.rk-eyebrow--soft {
  background: #eef1f6;
  color: #5a6270;
}
.rk-gradient-text {
  background-image: linear-gradient(90deg, #24a0ff 10%, #6a5cea 91%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#r-builder .rk-h2--gradient {
  margin-bottom: 16px;
}
.rk-text-brand {
  color: #0066b3;
}
.rk-btn--demo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-color: #24a0ff;
  color: var(--rk-link);
}
.rk-btn--demo svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.rk-rb-perks {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}
.rk-rb-perk {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 10px rgba(40, 20, 80, 0.06);
}
.rk-rb-perk__icon {
  flex: 0 0 auto;
  width: auto;
  max-width: 46px;
  max-height: 62px;
  object-fit: contain;
}
.rk-rb-perk .rk-h3 {
  margin: 0 0 2px;
  font-size: 14px;
  line-height: 1.3;
}
.rk-rb-perk p {
  margin: 0;
  font-weight: 400;
  line-height: 1.35;
  color: var(--rk-text-soft);
}
.rk-media--rbuilder {
  box-shadow: none;
  background: 0 0;
}
.rk-media--rbuilder img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(40, 20, 80, 0.12);
}
.rk-rb-cards {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}
.rk-rb-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 207px;
  padding: 15px 15px 52px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 10px rgba(40, 20, 80, 0.06);
}
.rk-rb-card__icon {
  display: block;
  width: auto;
  max-width: 65px;
  max-height: 62px;
  margin-bottom: 9px;
  object-fit: contain;
}
.rk-rb-card > .rk-h3 {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.35;
}
.rk-grid--cards .rk-card a,
.rk-rb-card__text {
  font-family: var(--rk-font-head);
  font-size: 13px;
}
.rk-rb-card__text {
  margin: 0;
  font-weight: 400;
  line-height: 1.45;
  color: var(--rk-text-dark);
}
.rk-rb-card__more {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #24a0ff;
  color: #111;
  transition: transform 0.2s ease;
}
.rk-rb-card__more:hover {
  border-color: var(--rk-purple);
  color: var(--rk-purple);
  transform: translateX(2px);
}
.rk-partners-agency__more svg,
.rk-rb-card__more svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.rk-split {
  display: grid;
  gap: 20px;
  align-items: center;
}
.rk-media {
  border-radius: var(--rk-radius);
  overflow: hidden;
  box-shadow: var(--rk-shadow);
}
.rk-grid--cards {
  margin-top: 24px;
}
.rk-grid--cards .rk-card .rk-h3 {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.rk-grid--cards .rk-card a {
  font-weight: 500;
}
.rk-grid--cards .rk-card p {
  font-size: 12px;
}
.rk-grid--cards .rk-card > p:last-child {
  margin-top: 12px;
}
.rk-link-row {
  margin-top: 12px;
}
.rk-link-row--lg {
  margin-top: 16px;
}
.rk-media--clients {
  max-width: 640px;
}
.rk-cta-panel--partner {
  margin-top: 28px;
}
.rk-btn--ghost-on-purple {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
}
.rk-btn--ghost-on-purple:hover {
  background: #fff;
  border-color: #fff;
  color: var(--rk-purple);
}
.rk-feature-row--4 {
  margin-top: 20px;
}
#academy .rk-lead:last-of-type {
  margin-top: 16px;
  max-width: none;
}
.rk-team {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.rk-person,
.rk-person img {
  box-shadow: var(--rk-shadow);
}
.rk-person {
  background: var(--rk-white);
  border-radius: var(--rk-radius);
  padding: 12px;
  text-align: center;
}
.rk-person img {
  width: 122px;
  height: 122px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 8px;
}
.rk-person strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.rk-blog-card time,
.rk-person span {
  font-size: 13px;
  color: var(--rk-text-soft);
}
.rk-person span,
.rk-person strong {
  font-family: var(--rk-font-head);
}
.rk-letters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.rk-letters img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--rk-shadow);
}
.rk-blog-grid {
  display: grid;
  gap: 16px;
}
.rk-blog-card {
  padding: 0 0 16px;
  overflow: hidden;
}
.rk-blog-card .rk-h3 {
  font-size: 14px;
  line-height: 1;
  padding: 0 16px;
  margin: 10px 0 0;
}
.rk-blog-card time {
  display: block;
  margin-top: 8px;
  padding: 0 16px;
}
.rk-blog-card img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  margin: 0 0 12px;
}
.rk-vacancy-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0;
}
.rk-chip,
.rk-faq details {
  box-shadow: var(--rk-shadow);
}
.rk-chip {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(127, 63, 242, 0.1);
  color: var(--rk-purple);
  font-family: var(--rk-font-head);
  font-weight: 500;
  font-size: 14px;
  transition: transform 0.2s ease;
}
.rk-chip:hover {
  background: rgba(127, 63, 242, 0.16);
  color: var(--rk-purple);
  transform: translateY(-1px);
}
.rk-feature--glass {
  background: rgba(255, 255, 255, 0.91);
  border: 1px solid #d6d6d6;
  box-shadow: none;
}
.rk-feature-row--partners {
  margin-top: 16px;
}
.rk-section--partners {
  position: relative;
  overflow: hidden;
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #e8eef8;
  background-image: url(../m-files.cdn1.cc/lpfile/d/1/6/d1630e6a033b75a4379aa70c459e910a.webp);
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.rk-section--partners::before {
  content: "";
  position: absolute;
  inset: 0 0 42%;
  background-image: url(../m-files.cdn1.cc/lpfile/c/4/e/c4ed9801b96b6a8a708ec72bb8b5c741.webp);
  background-position: 50%0;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}
.rk-section--partners > .rk-container {
  position: relative;
  z-index: 1;
}
.rk-partners-hero__content {
  max-width: 760px;
}
.rk-partners-hero {
  margin-bottom: 20px;
}
.rk-partners-panel {
  margin-top: 8px;
  padding: 10px;
  border: 1px solid #d6d6d6;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.85);
}
.rk-partners-panel__title {
  margin: 0 0 12px;
  font-family: var(--rk-font-head);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: #505050;
}
.rk-partners-panel__grid {
  display: grid;
  gap: 12px;
}
.rk-partner-pack {
  min-height: 208px;
}
.rk-partner-pack,
.rk-partners-agency {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border: 1px solid #d6d6d6;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.57);
}
.rk-partner-pack__head,
.rk-partners-agency__head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
  padding-right: 44px;
  position: relative;
}
.rk-partner-pack__icon,
.rk-partners-agency__icon {
  flex: 0 0 auto;
  width: auto;
  max-width: 64px;
  max-height: 62px;
  object-fit: contain;
}
.rk-partner-pack__head .rk-h4,
.rk-partners-agency__head .rk-h3 {
  flex: 1;
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  color: #505050;
}
.rk-partner-pack__desc,
.rk-partners-agency__desc {
  margin: 0 0 8px;
  font-family: var(--rk-font-head);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--rk-text-dark);
}
.rk-partner-pack__pct {
  font-family: var(--rk-font-head);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: #1d8fe7;
}
.rk-partner-pack__pct-label {
  margin: 2px 0 8px;
  font-family: var(--rk-font-head);
  font-size: 13px;
  color: var(--rk-text-soft);
}
.rk-faq summary,
.rk-partner-pack__list,
.rk-partners-agency__list {
  list-style: none;
  font-family: var(--rk-font-head);
  color: var(--rk-text-dark);
}
.rk-partner-pack__list,
.rk-partners-agency__list {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.45;
}
.rk-partner-pack__list li,
.rk-partners-agency__list li {
  position: relative;
  padding-left: 1.1em;
  margin-bottom: 4px;
}
.rk-partner-pack__list li::before,
.rk-partners-agency__list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #1c79c0;
  font-size: 12px;
}
.rk-partners-agency {
  position: relative;
  min-height: 255px;
  padding-bottom: 56px;
}
.rk-partners-agency__more {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #24a0ff;
  color: #111;
  transition: transform 0.2s ease;
}
.rk-partners-agency__more:hover {
  border-color: var(--rk-purple);
  color: var(--rk-purple);
  transform: translateX(2px);
}
.rk-partners-agency__foot {
  margin-top: auto;
  padding-top: 8px;
}
.rk-partners-agency__foot a:hover {
  color: var(--rk-purple);
}
.rk-faq {
  margin-top: 8px;
}
.rk-faq details {
  background: var(--rk-white);
  border-radius: 10px;
  border: 1px solid var(--rk-border);
  padding: 0 18px;
  margin-bottom: 10px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.rk-faq details[open] {
  border-color: rgba(127, 63, 242, 0.28);
}
.rk-faq summary {
  cursor: pointer;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-weight: 600;
}
.rk-faq summary .rk-faq__q {
  flex: 1;
  display: block;
}
.rk-faq summary::-webkit-details-marker {
  display: none;
}
.rk-faq summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(127, 63, 242, 0.12);
  color: var(--rk-purple);
  font-size: 20px;
  line-height: 1;
}
.rk-faq details[open] summary::after {
  content: "−";
}
.rk-faq .rk-faq__a {
  padding: 0 0 14px;
  color: var(--rk-text-soft);
  font-family: var(--rk-font-ui);
  font-size: 14px;
  line-height: 1.45;
}
.rk-section--contacts {
  position: relative;
  isolation: isolate;
  padding-top: 63px;
  padding-bottom: 40px;
  background-color: #fff;
  background-image: url(../m-files.cdn1.cc/lpfile/6/e/e/6eea3ed3de3e5cbe118d06eb148fe963.webp);
  background-position: 50%0;
  background-size: cover;
  background-repeat: no-repeat;
}
.rk-section--contacts::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.7);
  pointer-events: none;
}
.rk-section--contacts > .rk-container {
  position: relative;
  z-index: 1;
}
.rk-contacts {
  display: grid;
  gap: 20px;
  margin-top: 18px;
  align-items: start;
}
.rk-contacts__aside {
  display: grid;
  gap: 14px;
  align-content: start;
}
.rk-contacts__line {
  width: calc(100% - 24px);
  max-width: 100%;
  height: 0;
  margin: 0 21px 1px 3px;
  border: 0;
  border-top: 2px solid #9867f3;
}
.rk-contacts__intro {
  margin: 0;
  font-family: var(--rk-font-head);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--rk-text);
}
.rk-form {
  background: var(--rk-white);
  border-radius: var(--rk-radius);
  padding: 24px;
  box-shadow: var(--rk-shadow);
  border: 1px solid var(--rk-border);
}
.rk-form--contacts {
  padding: 17px;
  border: 1px solid #9867f3;
  border-radius: 10px;
  box-shadow: none;
}
.rk-form--contacts .rk-form__lead,
.rk-form--contacts .rk-form__title {
  margin: 0 0 8px;
  font-family: var(--rk-font-head);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #282a2f;
}
.rk-form--contacts .rk-form__lead {
  margin: 0 0 17px;
  font-size: 14px;
  font-weight: 400;
  color: #7b7b7b;
}
.rk-form--contacts .rk-field {
  margin-bottom: 15px;
}
.rk-form--contacts .rk-field label {
  font-weight: 500;
  color: #282a2f;
}
.rk-form--contacts .rk-field input {
  min-height: 37px;
  height: 37px;
  padding: 0 14px;
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  color: #282a2f;
}
.rk-form__actions {
  display: flex;
  justify-content: center;
  margin-top: 4px;
}
.rk-btn--contacts,
.rk-field label,
.rk-form--contacts .rk-field input,
.rk-form--contacts .rk-field label {
  font-family: var(--rk-font-head);
  font-size: 14px;
}
.rk-btn--contacts {
  min-height: 0;
  min-width: 0;
  width: auto;
  padding: 8px 16px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(60deg, #9867f3 10%, #df62e2 92%);
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}
.rk-btn--contacts:hover {
  opacity: 0.92;
  color: #fff;
  transform: none;
}
.rk-field {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
}
.rk-field label {
  font-weight: 600;
}
.rk-field input,
.rk-field textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #cfcfda;
  border-radius: 6px;
  font-family: var(--rk-font-head);
  font-size: 14px;
  background: #fff;
}
.rk-field textarea {
  min-height: 110px;
  resize: vertical;
}
.rk-contacts__main {
  display: grid;
  gap: 14px;
  align-content: start;
}
.rk-contact-cards {
  display: grid;
  gap: 3px;
}
.rk-contact-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  min-width: 0;
  max-width: 100%;
  transition: box-shadow 0.2s ease;
}
.rk-contact-card:hover {
  border-color: #b5b5b5;
  box-shadow: 0 2px 10px rgba(40, 20, 80, 0.06);
  color: inherit;
}
.rk-contact-card__icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.rk-contact-card__body {
  display: grid;
  gap: 2px;
  min-width: 0;
}
.rk-contact-card__note,
.rk-contact-card__title {
  font-family: var(--rk-font-head);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--rk-text);
}
.rk-contact-card__value,
.rk-contacts__office {
  font-family: var(--rk-font-head);
  line-height: 1.2;
}
.rk-contact-card__value {
  font-size: 14px;
  font-weight: 700;
  color: #3a3a3a;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.rk-contact-card[href^="mailto:"] .rk-contact-card__value {
  color: var(--rk-link);
}
.rk-contacts__office {
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--rk-text);
}
.rk-contacts__office strong {
  font-weight: 700;
}
.rk-map {
  position: relative;
  width: 100%;
  height: 262px;
  min-height: 262px;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #eef1f7;
}
.rk-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.rk-contacts-social {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
}
.rk-contacts-social__title {
  margin: 0 0 12px;
  padding-top: 3px;
  font-family: var(--rk-font-head);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--rk-text);
}
.rk-contacts-social__row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.rk-contact-soc {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 7px 15px;
  border: 1px solid rgba(196, 196, 196, 0.4);
  border-radius: 8px;
  background: #fff;
  font-family: var(--rk-font-head);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: box-shadow 0.2s ease;
}
.rk-contact-soc:hover {
  border-color: rgba(150, 150, 150, 0.7);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.rk-contact-soc__icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background: currentColor;
  -webkit-mask: center/contain no-repeat;
  mask: center/contain no-repeat;
}
.rk-contact-soc__icon--tg {
  color: #24a0ff;
  -webkit-mask-image: url(../m-files.cdn1.cc/lpfile/f/d/9/fd9fedea05b117d3e04a183cd3c83a3d.svg);
  mask-image: url(../m-files.cdn1.cc/lpfile/f/d/9/fd9fedea05b117d3e04a183cd3c83a3d.svg);
}
.rk-contact-soc__icon--ig {
  color: #df62e2;
  -webkit-mask-image: url(../m-files.cdn1.cc/lpfile/e/a/b/eab2f7775db05e2f32ee435ef46ec912.svg);
  mask-image: url(../m-files.cdn1.cc/lpfile/e/a/b/eab2f7775db05e2f32ee435ef46ec912.svg);
}
.rk-contact-soc__icon--yt {
  color: #e70000;
  -webkit-mask-image: url(../m-files.cdn1.cc/lpfile/f/e/1/fe15ff57c84cb329f6089cb16a626c7c.svg);
  mask-image: url(../m-files.cdn1.cc/lpfile/f/e/1/fe15ff57c84cb329f6089cb16a626c7c.svg);
}
.rk-contact-soc__icon--tt {
  color: #1e1e1e;
  -webkit-mask-image: url(../m-files.cdn1.cc/lpfile/d/d/b/ddbb4a541f587cbb566bba9316170e95.svg);
  mask-image: url(../m-files.cdn1.cc/lpfile/d/d/b/ddbb4a541f587cbb566bba9316170e95.svg);
}
.rk-contact-soc:has(.rk-contact-soc__icon--tg) {
  color: #24a0ff;
}
.rk-contact-soc:has(.rk-contact-soc__icon--ig) {
  color: #df62e2;
}
.rk-contact-soc:has(.rk-contact-soc__icon--yt) {
  color: #e70000;
}
.rk-contact-soc:has(.rk-contact-soc__icon--tt) {
  color: #1e1e1e;
}
.rk-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.45;
  margin: 18px 0 28px;
  color: var(--rk-text-soft);
  position: relative;
  z-index: 1;
}
.rk-modal__dialog form .rk-btn--primary {
  position: relative;
  z-index: 0;
  margin-top: 0;
  flex: 0 0 auto;
}
.rk-consent input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  flex: 0 0 auto;
}
.rk-consent span {
  flex: 1;
  min-width: 0;
}
.rk-modal__dialog form .rk-btn {
  width: 100%;
  margin-top: 4px;
}
.rk-scroll-top {
  position: fixed;
  left: 30px;
  right: auto;
  bottom: 123px;
  z-index: 100;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  border-radius: 50px;
  background: #7439e2;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
.rk-scroll-top--visible {
  opacity: 1;
  pointer-events: auto;
}
.rk-scroll-top:hover {
  transform: scale(1.1);
}
.rk-scroll-top__icon {
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-mask: url(../m-files.cdn1.cc/lpfile/3/6/0/3602629724624ef5f818041256b3879e.svg)
    center center/cover no-repeat;
  mask: url(../m-files.cdn1.cc/lpfile/3/6/0/3602629724624ef5f818041256b3879e.svg)
    center center/cover no-repeat;
}
.rk-soc-widget {
  position: fixed;
  right: 30px;
  bottom: 123px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}
.rk-soc-widget__links {
  position: absolute;
  bottom: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 12px;
  margin: 0 0 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
.rk-soc-widget--opened .rk-soc-widget__links {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.rk-soc-widget__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rk-soc-widget__name {
  position: absolute;
  right: 130%;
  z-index: 1;
  max-width: 150px;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  font-family: var(--rk-font-head);
  font-size: 15px;
  line-height: 1.4;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}
.rk-soc-widget__item:hover .rk-soc-widget__name {
  opacity: 1;
  visibility: visible;
}
.rk-soc-widget__link {
  display: inline-flex;
  border-radius: 50%;
  background: 0 0;
}
.rk-soc-widget__link img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.rk-soc-widget__main {
  position: relative;
  margin-top: 20px;
  pointer-events: auto;
}
.rk-soc-widget__toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #7439e2;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.4s ease;
}
.rk-soc-widget__toggle::after {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 250px;
  transform: translate3d(-40px, 0, 0) rotate(45deg);
  background: linear-gradient(90deg, transparent, #fff, transparent);
  opacity: 0.4;
  animation: rk-soc-shine 3s ease-in-out infinite;
  will-change: transform;
}
.rk-soc-widget--opened .rk-soc-widget__toggle {
  transform: rotate(180deg);
  background: 0 0;
  box-shadow: none;
}
.rk-soc-widget--opened .rk-soc-widget__toggle::after {
  display: none;
  animation: none;
}
.rk-soc-widget__icon {
  position: absolute;
  width: 70%;
  height: 70%;
  transition: opacity 0.3s ease;
}
.rk-soc-widget--opened .rk-soc-widget__icon--open,
.rk-soc-widget__icon--close {
  opacity: 0;
}
.rk-soc-widget--opened .rk-soc-widget__icon--close {
  opacity: 1;
}
.rk-modal[hidden],
.rk-sticky-cta {
  display: none;
}
.rk-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 16px;
}
.rk-modal__backdrop {
  position: absolute;
  inset: 0;
  background: var(--rk-overlay);
}
.rk-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  max-height: min(90vh, 760px);
  overflow: auto;
  background: var(--rk-white);
  border-radius: 12px;
  padding: 28px 26px 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}
.rk-modal__dialog form {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 8px;
}
.rk-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  color: var(--rk-text);
}
.rk-modal__close:hover {
  background: #f2f2f7;
}
.rk-demo-body {
  margin-top: 12px;
  color: var(--rk-text-soft);
}
.rk-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  ::after,
  ::before {
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
    transition-duration: 0.01ms;
  }
  .rk-soc-widget__toggle::after {
    animation: none;
    will-change: auto;
  }
}
.lead-form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.lead-form-status {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.4;
  min-height: 1.2em;
}
.lead-form-status[data-status-kind="success"] {
  color: #0e7a09;
}
.lead-form-status[data-status-kind="error"] {
  color: #b00020;
}
@media (min-width: 1100px) {
  :root {
    --rk-header-h: 64px;
    --rk-header-desktop-height: 64px;
  }
  .rk-header {
    min-height: var(--rk-header-desktop-height);
  }
  .rk-burger {
    display: none;
  }
  .rk-header__contacts,
  .rk-nav {
    display: flex;
  }
  .rk-mobile-nav {
    display: none !important;
  }
  .rk-header__bar {
    grid-template-columns: 17% 1fr 17%;
    min-height: var(--rk-header-desktop-height);
    align-items: center;
    padding: 8px 0;
  }
  .rk-nav {
    flex-wrap: nowrap;
    gap: 4px;
    min-width: 0;
  }
  .rk-nav a {
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 13px;
    padding: 8px 3px;
  }
  .rk-header__phone {
    white-space: nowrap;
    flex-shrink: 0;
  }
  .rk-logo img {
    width: 211px;
    height: 49px;
    max-width: 100%;
    aspect-ratio: 211 / 49;
    object-fit: contain;
  }
}
@media (min-width: 768px) {
  :root {
    --rk-gutter: 24px;
  }
  .rk-section {
    padding: 64px 0;
  }
  .rk-badges {
    grid-template-columns: 527fr 348fr 439fr;
    grid-auto-flow: unset;
    grid-auto-columns: unset;
    gap: 24px;
    align-items: stretch;
    overflow: visible;
    scroll-snap-type: none;
    padding: 0;
  }
  .rk-badge-card {
    height: 220px;
    width: 100%;
  }
  .rk-badge-card:first-child img,
  .rk-badge-card:nth-child(2) img,
  .rk-badge-card:nth-child(3) img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: contain;
  }
  .rk-studio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rk-about-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .rk-about-grid,
  .rk-adv-grid,
  .rk-rb-cards,
  .rk-rb-perks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rk-feature-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .rk-metric-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .rk-split {
    grid-template-columns: 1.05fr 0.95fr;
  }
  .rk-blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .rk-partners-panel__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rk-partners-agency {
    grid-column: 1/-1;
  }
  .rk-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .rk-directions {
    grid-auto-flow: unset;
    grid-auto-columns: unset;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    overflow: visible;
    scroll-snap-type: none;
    padding: 0;
  }
  .rk-studio-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .rk-about-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .rk-about-team,
  .rk-adv-grid,
  .rk-rb-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .rk-feature-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .rk-feature-row--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .rk-feature-row--partners {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rk-partners-panel__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(280px, 1.35fr);
  }
  .rk-partners-agency {
    grid-column: auto;
  }
  .rk-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .rk-cta-panel {
    grid-template-columns: 1.2fr auto auto;
    align-items: center;
    gap: 24px;
    padding: 28px 32px;
  }
  .rk-cta-panel .rk-perk {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    gap: 12px;
  }
  .rk-cta-panel--bottom {
    grid-template-columns: 1fr auto;
  }
  .rk-person img {
    width: 128px;
    height: 128px;
  }
}
@media (min-width: 1024px) {
  .rk-studio-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .rk-about-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .rk-about-team,
  .rk-adv-grid,
  .rk-grid--4,
  .rk-rb-cards,
  .rk-team {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .rk-contacts {
    grid-template-columns: minmax(0, 0.35fr) minmax(0, 0.65fr);
    gap: 10px;
  }
  .rk-contact-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .rk-person img {
    width: 149px;
    height: 149px;
  }
}
@media (min-width: 1440px) {
  .rk-nav a {
    font-size: 15px;
  }
  .rk-section {
    padding: 72px 0;
  }
  .rk-lead {
    max-width: 60ch;
  }
}
@media (max-width: 1399px) {
  :root {
    --rk-gutter: 20px;
  }
  .rk-hero {
    height: auto;
    min-height: calc(100svh - var(--rk-header-h, 56px));
    padding: 28px 0 40px;
    overflow: hidden;
  }
  .rk-hero__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.42);
    pointer-events: none;
  }
  .rk-hero__stage {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: min(100% - var(--rk-gutter) * 2, 720px);
    height: auto;
    margin: 0 auto;
    gap: 0;
  }
  .rk-hero__title {
    width: auto;
    max-width: 100%;
  }
  .rk-hero__lead,
  .rk-hero__title,
  .rk-hero__trusts {
    position: static;
    left: auto;
    top: auto;
    height: auto;
  }
  .rk-hero__lead {
    width: auto;
  }
  .rk-hero__trusts {
    max-width: 100%;
  }
  .rk-hero__trust {
    width: auto;
    max-width: 100%;
  }
  .rk-hero__cta,
  .rk-hero__trust {
    position: static;
    left: auto;
    top: auto;
    height: auto;
  }
  .rk-device,
  .rk-hero__ecosystem,
  .rk-metric-card {
    position: static;
    left: auto;
    top: auto;
    width: auto;
    max-width: 100%;
  }
  .rk-device,
  .rk-metric-card {
    height: auto;
  }
  .rk-hero__title {
    order: 1;
    margin: 0 0 12px;
    font-size: clamp(28px, 5.2vw, 36px);
    line-height: 1.2;
    text-align: left;
    -webkit-text-fill-color: transparent;
  }
  .rk-hero__lead {
    order: 2;
    margin: 0 0 16px;
    font-size: clamp(15px, 2.4vw, 18px);
    line-height: 1.5;
    text-align: left;
    max-width: 54ch;
  }
  .rk-hero__trusts {
    order: 3;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    margin: 4px 0 16px;
  }
  .rk-hero__trust {
    flex: 1 1 0;
    min-width: 0;
    margin: 0;
    gap: 6px;
    font-size: clamp(11px, 2.9vw, 14px);
    line-height: 1.25;
    align-items: flex-start;
  }
  .rk-hero__trust--1,
  .rk-hero__trust--2,
  .rk-hero__trust--3 {
    margin: 0;
  }
  .rk-check-ico {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    margin-top: 1px;
  }
  .rk-hero__cta {
    order: 4;
    width: 100%;
    max-width: 100%;
    min-height: 48px;
    margin: 0 0 12px;
    padding: 12px 16px;
  }
  .rk-hero__cta--secondary {
    order: 5;
    margin-bottom: 24px;
  }
  .rk-hero__ecosystem {
    order: 6;
    display: flex;
    justify-content: center;
    width: min(100%, 420px);
    height: auto;
    margin: 0 auto;
    aspect-ratio: 531/470;
    pointer-events: none;
  }
  .rk-hero__ecosystem-img {
    width: 100%;
    height: auto;
    max-width: 100%;
    aspect-ratio: 531/470;
    object-fit: contain;
  }
  .rk-device,
  .rk-metric-card {
    display: none;
  }
  .rk-about-card,
  .rk-adv-card,
  .rk-rb-card,
  .rk-studio-card {
    min-height: 0;
  }
  .rk-section {
    padding: 48px 0;
  }
  .rk-section--tight {
    padding: 36px 0;
  }
  #advantages .rk-h2,
  #directions .rk-h2,
  #faq .rk-h2,
  #studio > .rk-container > .rk-h2:not(.rk-h2--spaced),
  .rk-h2 {
    font-size: clamp(26px, 4.5vw, 32px);
    line-height: 1.25;
    margin-bottom: 16px;
  }
  #about > .rk-container > .rk-h2:first-of-type,
  #academy > .rk-container > .rk-split .rk-h2,
  #contacts > .rk-container > .rk-h2,
  #partners .rk-h2,
  #r-builder > .rk-container > .rk-split .rk-h2,
  .rk-h2--xl {
    font-size: clamp(28px, 5vw, 34px);
    line-height: 1.15;
    margin-bottom: 14px;
  }
  .rk-lead {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 14px;
  }
  .rk-logo img {
    width: min(180px, 58vw);
    height: auto;
  }
  .rk-field input,
  .rk-field textarea,
  .rk-form--contacts .rk-field input {
    font-size: 16px;
    height: auto;
    min-height: 44px;
  }
  .rk-btn--contacts {
    min-height: 44px;
    width: 100%;
  }
  .rk-form__actions {
    width: 100%;
  }
  .rk-modal {
    padding: 16px;
    padding-bottom: calc(16px + env(safe-area-inset-bottom, 0));
  }
  .rk-modal__dialog {
    width: min(100%, calc(100vw - 32px));
    max-height: min(85dvh, 760px);
    padding: 22px 18px 20px;
  }
  .rk-h2,
  .rk-h3,
  .rk-hero__title {
    overflow-wrap: break-word;
  }
  .rk-scroll-top,
  .rk-soc-widget {
    bottom: calc(123px + env(safe-area-inset-bottom, 0));
  }
  .rk-scroll-top {
    left: max(10px, env(safe-area-inset-left, 0));
    right: auto;
  }
  .rk-soc-widget {
    right: max(12px, env(safe-area-inset-right, 0));
  }
  .rk-soc-widget__name {
    display: none;
  }
  .rk-faq summary {
    gap: 12px;
    align-items: flex-start;
  }
  .rk-faq summary .rk-faq__q {
    flex: 1;
    min-width: 0;
    padding-right: 8px;
  }
  .rk-contacts__line {
    width: 100%;
    margin: 0 0 1px;
  }
  .rk-map {
    height: 220px;
    min-height: 220px;
  }
  .rk-cta-panel {
    padding: 20px;
    gap: 16px;
  }
  .rk-split {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  :root {
    --rk-gutter: 16px;
  }
  .rk-section {
    padding: 40px 0;
  }
  .rk-section--tight {
    padding: 32px 0;
  }
  .rk-section--contacts {
    padding-top: 40px;
    padding-bottom: 36px;
    background-position: 70%0;
  }
  .rk-hero {
    padding: 16px 0 28px;
  }
  .rk-hero__title {
    font-size: clamp(30px, 9vw, 38px);
    text-align: center;
    margin-bottom: 10px;
  }
  .rk-hero__lead {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto 12px;
  }
  .rk-hero__trust {
    justify-content: flex-start;
    font-size: clamp(11px, 2.8vw, 13px);
    margin-bottom: 0;
  }
  .rk-hero__trusts {
    margin-bottom: 14px;
  }
  .rk-hero__cta {
    justify-content: center;
    margin-bottom: 10px;
  }
  .rk-hero__cta--secondary {
    margin-bottom: 16px;
  }
  .rk-hero__ecosystem {
    width: min(100%, 260px);
  }
  .rk-hero__ecosystem-img {
    width: 100%;
  }
  .rk-directions {
    grid-auto-flow: column;
    grid-auto-columns: minmax(250px, 78%);
    grid-template-columns: none;
    overflow-x: auto;
    padding: 4px 0 14px;
    scroll-snap-type: x mandatory;
    gap: 12px;
    margin-inline: 0;
  }
  .rk-directions .rk-card {
    min-height: 0;
    padding: 16px 16px 48px;
  }
  .rk-h3 {
    font-size: clamp(18px, 4.5vw, 22px);
    line-height: 1.3;
  }
  .rk-directions .rk-h3,
  .rk-feature .rk-h3,
  .rk-studio-card > .rk-h3 {
    font-size: 18px;
  }
  .rk-card {
    padding: 16px;
  }
  .rk-studio-card {
    padding: 16px 16px 48px;
  }
  .rk-actions {
    flex-direction: column;
  }
  .rk-actions .rk-btn {
    width: 100%;
  }
  .rk-contact-soc {
    flex: 1 1 calc(50% - 10px);
    justify-content: center;
  }
  .rk-form {
    padding: 18px;
  }
  .rk-badge-card {
    height: 180px;
  }
  .rk-badge-card img {
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .rk-cta-panel .rk-btn--light {
    min-width: 0;
    width: 100%;
  }
  .rk-sticky-cta {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 95;
    gap: 8px;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid var(--rk-border);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  .rk-sticky-cta__btn {
    flex: 1 1 0;
    min-width: 0;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border-radius: 10px;
    font-family: var(--rk-font-head);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
  }
  .rk-sticky-cta__btn--call {
    background: linear-gradient(270deg, #df62e2 9%, #6a5cea 90%);
    color: #fff;
  }
  .rk-sticky-cta__btn--call:hover,
  .rk-sticky-cta__btn--wa:hover {
    color: #fff;
    opacity: 0.94;
  }
  .rk-sticky-cta__btn--wa {
    background: #0e7a4b;
    color: #fff;
  }
  .rk-scroll-top,
  .rk-soc-widget {
    bottom: calc(78px + env(safe-area-inset-bottom, 0));
  }
  body.rk-clean {
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0));
  }
  .rk-modal {
    align-items: end;
  }
}
@media (min-width: 391px) and (max-width: 767px) {
  :root {
    --rk-gutter: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .rk-hero__stage {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    grid-template-areas: "title visual" "lead visual" "trust visual" "cta1 visual" "cta2 visual";
    column-gap: 28px;
    row-gap: 0;
    align-items: center;
    width: min(100% - var(--rk-gutter) * 2, 960px);
  }
  .rk-hero__lead,
  .rk-hero__title {
    grid-area: title;
    text-align: left;
  }
  .rk-hero__lead {
    grid-area: lead;
  }
  .rk-hero__trusts {
    grid-area: trust;
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin: 4px 0 12px;
  }
  .rk-hero__trust {
    justify-content: flex-start;
    font-size: clamp(12px, 1.4vw, 14px);
  }
  .rk-hero__trust--1,
  .rk-hero__trust--2,
  .rk-hero__trust--3 {
    margin: 0;
  }
  .rk-hero__cta--primary {
    grid-area: cta1;
    width: auto;
    max-width: 100%;
    min-width: 0;
    margin-top: 4px;
  }
  .rk-hero__cta--secondary {
    grid-area: cta2;
    width: auto;
    max-width: 100%;
    min-width: 0;
    margin-bottom: 0;
  }
  .rk-hero__ecosystem {
    grid-area: visual;
    align-self: center;
    justify-content: center;
  }
  .rk-hero__ecosystem-img {
    width: min(100%, 380px);
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .rk-directions {
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 32%);
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 14px;
  }
}
@media (min-width: 1400px) {
  .rk-header__bar {
    grid-template-columns: 17% 1fr 17%;
    gap: 20px;
    min-height: 61px;
    padding: 6px 10px;
  }
  .rk-logo img {
    width: 211px;
    height: 49px;
  }
  .rk-hero {
    height: 628px;
    padding: 0;
    overflow: visible;
  }
  .rk-hero__stage {
    display: block;
    width: 1400px;
    height: 628px;
  }
  .rk-hero__title {
    position: absolute;
    top: 21px;
    left: 41px;
    width: 545px;
    margin: 0;
    font-size: 36px;
    line-height: 140%;
    text-align: left;
  }
  .rk-hero__lead,
  .rk-hero__trusts {
    position: absolute;
    left: 42px;
    margin: 0;
  }
  .rk-hero__lead {
    top: 148px;
    width: 574px;
    font-size: 18px;
    line-height: 140%;
    text-align: left;
  }
  .rk-hero__trusts {
    top: 243px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    width: 620px;
  }
  .rk-hero__trust {
    position: static;
    flex: 1 1 0;
    min-width: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.25;
    align-items: flex-start;
    gap: 8px;
  }
  .rk-hero__trust--1,
  .rk-hero__trust--2,
  .rk-hero__trust--3 {
    top: auto;
    left: auto;
  }
  .rk-check-ico {
    width: 28px;
    height: 28px;
    margin-top: 0;
    flex: 0 0 auto;
  }
  .rk-hero__cta {
    position: absolute;
    width: auto;
    margin: 0;
  }
  .rk-hero__cta--primary {
    top: 337px;
    left: 42px;
    width: 367px;
    height: 52px;
    padding: 15px 16px;
  }
  .rk-hero__cta--secondary {
    top: 335px;
    left: 430px;
    width: 242px;
    height: 56px;
    padding: 14px 15px;
    margin: 0;
  }
  .rk-hero__ecosystem {
    position: absolute;
    top: 121px;
    left: 784px;
    width: auto;
    height: 478px;
    margin: 0;
    display: block;
  }
  .rk-hero__ecosystem-img {
    width: auto;
    height: 100%;
    max-width: none;
  }
  .rk-metric-card {
    display: block;
    position: absolute;
    width: 191px;
    height: 195px;
  }
  .rk-metric-card--1 {
    top: 416px;
    left: 38px;
  }
  .rk-metric-card--2 {
    top: 416px;
    left: 259px;
  }
  .rk-metric-card--3 {
    top: 414px;
    left: 479px;
  }
  .rk-device--laptop,
  .rk-device--phone {
    display: block;
  }
}
@media (max-width: 359px) {
  .rk-hero__title {
    font-size: 28px;
  }
  .rk-btn {
    font-size: 16px;
  }
  .rk-logo img {
    width: min(148px, 52vw);
  }
}
@media (max-width: 767px) {
  main > .rk-section {
    content-visibility: auto;
    contain-intrinsic-size: auto 720px;
  }
}
.rk-about-card__foot a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 0;
  line-height: 1.3;
}
.rk-faq summary {
  min-height: 44px;
  padding-top: 12px;
  padding-bottom: 12px;
  box-sizing: border-box;
}
