/* БЛОК RULATAM: service/baby federal adapter | CSS: rulatam-service-geo.css */
.r-service-geo-page,
.r-service-geo-page * {
  box-sizing: border-box;
}

body.r-service-geo-body {
  margin: 0;
  background: #ffffff;
}

html {
  background: #ffffff;
}

.r-service-geo-page {
  overflow: hidden;
  background: #ffffff;
  color: var(--r-site-ink);
}

.r-service-geo-page :where(a) {
  color: inherit;
}

.r-service-geo-page .r-service-geo-hero {
  position: relative;
  min-height: 820px;
  padding: calc(var(--r-header-height, 84px) + 84px) 0 130px;
  overflow: hidden;
  background: var(--r-color-ink, #1f2530);
  color: #ffffff;
}

.r-service-geo-page .r-geo-hero__shell {
  width: min(var(--r-site-container, 1200px), calc(100% - (var(--r-site-gutter, 40px) * 2)));
  margin: 0 auto;
}

.r-service-geo-page .r-geo-hero__panel {
  display: grid;
  justify-items: center;
  text-align: center;
}

.r-service-geo-page .r-geo-hero__copy {
  display: grid;
  justify-items: center;
  max-width: 980px;
}

.r-service-geo-page .r-geo-hero__title {
  margin: 0;
  color: #ffffff;
  font-family: var(--r-site-font-heading);
  font-size: clamp(56px, 7vw, var(--r-type-hero-title-size, 90px));
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.r-service-geo-page .r-geo-hero__title span {
  display: block;
}

.r-service-geo-page .r-geo-hero__title span + span {
  margin-top: 22px;
}

.r-service-geo-page .r-geo-hero__gold-line {
  width: 76px;
  height: 2px;
  margin: 52px 0 34px;
  background: var(--r-color-gold, #c1a57a);
}

.r-service-geo-page .r-geo-hero__description {
  max-width: 860px;
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-family: var(--r-site-font-body);
  font-size: 20px;
  font-weight: 350;
  line-height: 1.56;
  letter-spacing: 0;
  text-transform: none;
}

.r-service-geo-page .r-geo-hero__actions {
  display: flex;
  justify-content: center;
  margin-top: 52px;
}

.r-service-geo-page .r-service-geo-hero .r-geo-hero__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  min-width: 280px;
  padding: 0 34px;
  border: 1px solid rgba(193, 165, 122, .42);
  border-radius: 999px;
  background: rgba(18, 22, 30, .92);
  color: rgba(238, 222, 190, .92);
  font-family: var(--r-font-ui);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .05) inset,
    0 1px 6px rgba(193, 165, 122, .28);
  transition: border-color .18s ease, color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.r-service-geo-page .r-service-geo-hero .r-geo-hero__button:hover,
.r-service-geo-page .r-service-geo-hero .r-geo-hero__button:focus-visible {
  border-color: rgba(193, 165, 122, .62);
  background: rgba(22, 27, 37, .96);
  color: #f4e7c8;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .07) inset,
    0 1px 8px rgba(193, 165, 122, .34);
}






.r-service-geo-page .r-geo-breadcrumbs {
  margin: 0 0 44px;
  color: rgba(31, 37, 48, .46);
  font-family: var(--r-site-font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.r-service-geo-page .r-geo-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.r-service-geo-page .r-geo-breadcrumbs__item:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: rgba(31, 37, 48, .26);
}

.r-service-geo-page .r-geo-breadcrumbs__link {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 860px) {
  .r-service-geo-page .r-geo-breadcrumbs {
    max-width: 100%;
    margin-bottom: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    font-size: 9px;
    line-height: 1.15;
    -webkit-overflow-scrolling: touch;
  }

  .r-service-geo-page .r-geo-breadcrumbs__list {
    flex-wrap: nowrap;
    width: max-content;
    max-width: none;
    gap: 5px;
    white-space: nowrap;
  }

  .r-service-geo-page .r-geo-breadcrumbs__item,
  .r-service-geo-page .r-geo-breadcrumbs__link {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .r-service-geo-page .r-geo-breadcrumbs__item:not(:last-child)::after {
    margin-left: 5px;
  }
}

.r-service-section-head {
  max-width: var(--r-editorial, 860px);
  margin: 0 0 34px;
}

.r-service-section-head .r-site-title {
  margin: 0;
}

.r-service-section-head .r-site-lead {
  margin: 18px 0 0;
}

.r-service-presence,
.r-service-split,
.r-service-process,
.r-service-geo-trust {
  background: #ffffff;
  color: var(--r-site-ink);
  padding: var(--r-site-section-y, 72px) 0;
}

.r-service-presence__container,
.r-service-split__container,
.r-service-process .rcp-container,
.r-service-geo-trust .rltm-geo-trust-container {
  width: min(var(--r-site-container, 1200px), calc(100% - (var(--r-site-gutter, 40px) * 2)));
  margin: 0 auto;
}

.r-service-presence__grid,
.r-service-steps,
.r-service-benefits-grid,
.r-service-geo-trust .rltm-geo-trust-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--r-site-grid-gap, 24px);
}

.r-service-presence-card,
.r-service-step,
.r-service-benefit-card,
.r-service-geo-trust .rltm-geo-trust-card {
  min-width: 0;
  padding: 26px;
  border: 1px solid rgba(31, 37, 48, .10);
  border-radius: var(--r-card-radius, 18px);
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(31, 37, 48, .055);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.r-service-presence-card,
.r-service-benefit-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}

.r-service-presence-card:hover,
.r-service-presence-card:focus-visible,
.r-service-benefit-card:hover {
  border-color: rgba(193, 165, 122, .46);
  box-shadow: 0 18px 42px rgba(31, 37, 48, .08);
  transform: translateY(-2px);
}

.r-service-presence-card h3,
.r-service-step h3,
.r-service-benefit-card h3,
.r-service-geo-trust .rltm-geo-trust-card-title {
  margin: 0;
  color: var(--r-site-ink);
  font-family: var(--r-font-ui);
  font-size: 20px;
  font-weight: 650;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-transform: none;
}

.r-service-presence-card p,
.r-service-step p,
.r-service-split p,
.r-service-benefit-card p,
.r-service-geo-trust .rltm-geo-trust-card-text {
  margin: 0;
  color: var(--r-site-muted);
  font-family: var(--r-site-font-body);
  font-size: var(--r-type-body-size, 16px);
  line-height: var(--r-type-body-line, 1.62);
}

.r-service-split__container {
  display: block;
}

.r-service-split__main {
  max-width: none;
}

.r-service-split__main > p {
  max-width: 960px;
}

.r-service-split__main .r-site-title {
  margin: 0 0 24px;
}

.r-service-split__main .r-site-subtitle {
  margin: 44px 0 18px;
  max-width: 720px;
}

.r-service-step span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--r-color-gold, #c1a57a);
  font: 760 12px/1 var(--r-font-ui);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.r-service-geo-page + #rltm-faq-v8,
.r-service-geo-body #rltm-faq-v8 {
  background: #ffffff;
}

.r-service-geo-body #rltm-faq-v8 .rltm-faq-container {
  width: min(var(--r-container, 1200px), calc(100% - (var(--r-gutter, 40px) * 2)));
}

.r-service-geo-body #rltm-faq-v8 .rltm-faq-grid {
  gap: 18px;
}

.r-service-geo-body #rltm-faq-v8 .rltm-faq-item {
  border: 1px solid rgba(31, 37, 48, .10);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(31, 37, 48, .055);
}

.r-service-geo-body #rltm-faq-v8 .rltm-faq-question {
  padding: 20px 58px 20px 24px;
  font-size: 16px;
  font-weight: 650;
  line-height: 23px;
}

.r-service-geo-body #rltm-faq-v8 .rltm-faq-answer {
  padding: 0 24px 22px;
}

.r-service-geo-trust .rltm-geo-trust-title {
  margin: 0 0 34px;
}

@media (max-width: 900px) {
  .r-service-geo-page .r-service-geo-hero {
    min-height: 660px;
    padding-top: 150px;
    padding-bottom: 120px;
  }

  .r-service-geo-page .r-geo-hero__title {
    font-size: 50px;
  }

  .r-service-geo-page .r-geo-hero__description {
    font-size: 18px;
  }

  .r-service-presence__grid,
  .r-service-steps,
  .r-service-benefits-grid,
  .r-service-geo-trust .rltm-geo-trust-values {
    grid-template-columns: 1fr;
  }

  .r-service-split__container {
    gap: 28px;
  }
}

@media (max-width: 640px) {
  .r-service-geo-page .r-service-geo-hero {
    min-height: 640px;
    padding-top: 140px;
    padding-bottom: 110px;
  }

  .r-service-geo-page .r-geo-hero__shell,
  .r-service-presence__container,
  .r-service-split__container,
  .r-service-process .rcp-container,
  .r-service-geo-trust .rltm-geo-trust-container {
    width: min(100% - (var(--r-site-gutter-mobile, 20px) * 2), var(--r-site-container, 1200px));
  }

  .r-service-geo-page .r-geo-hero__title {
    font-size: 36px;
    line-height: 1;
  }

  .r-service-geo-page .r-geo-hero__title span + span {
    margin-top: 10px;
  }

  .r-service-geo-page .r-geo-hero__gold-line {
    margin: 28px 0 24px;
  }

  .r-service-geo-page .r-geo-hero__description {
    max-width: 320px;
    font-size: 16px;
  }

  .r-service-geo-page .r-geo-hero__actions {
    width: 100%;
    margin-top: 36px;
  }

  .r-service-presence,
  .r-service-split,
  .r-service-process,
  .r-service-geo-trust {
    padding: 58px 0;
  }

  .r-service-presence-card,
  .r-service-step,
  .r-service-benefit-card,
  .r-service-geo-trust .rltm-geo-trust-card {
    padding: 22px;
  }

  .r-service-list li {
    padding: 20px 20px 20px 36px;
  }
}
