:root {
  --rlpc-ink: #022639;
  --rlpc-body: #4b5f68;
  --rlpc-teal: #47a8a8;
  --rlpc-teal-dark: #2d8587;
  --rlpc-mist: #f3fafb;
  --rlpc-line: #d5e3e5;
}

body.rlp-contacts-page .site-content,
body.rlp-contacts-page .site-content .ast-container,
body.rlp-contacts-page .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.rlp-contacts-page .entry-header,
body.rlp-contacts-page #colophon,
body.rlp-contacts-page .floating-btns,
body.rlp-contacts-page .ast-scroll-to-top-right {
  display: none !important;
}

body.rlp-contacts-page .rlp-site-footer [data-rlp-reveal] {
  opacity: 1 !important;
  transform: none !important;
}

.rlp-contacts,
.rlp-contacts * {
  box-sizing: border-box;
}

.rlp-contacts {
  overflow: hidden;
  color: var(--rlpc-body);
  background: #fff;
  letter-spacing: 0;
}

.rlp-contacts-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.rlp-contacts h1,
.rlp-contacts h2,
.rlp-contacts h3,
.rlp-contacts p {
  margin-top: 0;
  letter-spacing: 0;
}

.rlp-contacts h2 {
  margin-bottom: 22px;
  color: var(--rlpc-ink);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: none;
}

.rlp-contacts-eyebrow {
  margin: 0 0 12px;
  color: var(--rlpc-teal);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.rlp-contacts-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  padding: 119px 0 41px;
  background-image: var(--rlpc-hero-image);
  background-position: center;
  background-size: cover;
}

.rlp-contacts-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(2, 38, 57, 0.94) 0%, rgba(2, 38, 57, 0.82) 50%, rgba(2, 38, 57, 0.38) 100%);
}

.rlp-contacts-hero-content {
  position: relative;
  z-index: 1;
}

.rlp-contacts-hero h1 {
  max-width: 760px;
  margin: 0 0 18px;
  color: #fff;
  font-size: 66px;
  font-weight: 800;
  line-height: 1.04;
  text-transform: none;
}

.rlp-contacts-lead {
  max-width: 680px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
  line-height: 1.6;
}

.rlp-contacts-actions {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.rlp-contacts-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.rlp-contacts-button.is-primary {
  background: var(--rlpc-teal);
}

.rlp-contacts-button.is-secondary {
  border-color: rgba(255, 255, 255, 0.65);
  background: transparent;
}

.rlp-contacts-button.is-dark {
  background: var(--rlpc-ink);
}

.rlp-contacts-facts {
  max-width: 780px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.rlp-contacts-facts span {
  padding: 18px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.rlp-contacts-facts span:first-child {
  padding-left: 0;
}

.rlp-contacts-facts span:last-child {
  border-right: 0;
}

.rlp-contacts-section {
  padding: 88px 0;
}

.rlp-contacts-primary-layout,
.rlp-contacts-process-layout,
.rlp-contacts-trust-layout,
.rlp-contacts-faq-layout,
.rlp-contacts-final-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 88px;
  align-items: start;
}

.rlp-contacts-primary-layout > div:first-child > p:not(.rlp-contacts-eyebrow),
.rlp-contacts-final p:not(.rlp-contacts-eyebrow) {
  margin-bottom: 14px;
  font-size: 17px;
  line-height: 1.7;
}

.rlp-contacts-call {
  padding: 34px;
  border: 1px solid var(--rlpc-line);
  border-top: 4px solid var(--rlpc-teal);
  border-radius: 6px;
  background: var(--rlpc-mist);
}

.rlp-contacts-call span {
  display: block;
  margin-bottom: 10px;
  color: var(--rlpc-teal-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.rlp-contacts-call-phone {
  display: block;
  margin-bottom: 12px;
  color: var(--rlpc-ink);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.rlp-contacts-telegram {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--rlpc-teal-dark) !important;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.4;
  text-decoration: none !important;
}

.rlp-contacts-telegram:hover,
.rlp-contacts-telegram:focus-visible {
  color: var(--rlpc-ink) !important;
}

.rlp-contacts-telegram:focus-visible {
  outline: 2px solid var(--rlpc-teal);
  outline-offset: 3px;
}

.rlp-contacts-call p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.rlp-contacts-locations,
.rlp-contacts-faq-section {
  background: var(--rlpc-mist);
}

.rlp-contacts-heading {
  max-width: 720px;
  margin-bottom: 38px;
}

.rlp-contacts-location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--rlpc-line);
  border-left: 1px solid var(--rlpc-line);
}

.rlp-contacts-location-grid article {
  min-height: 250px;
  padding: 34px;
  border-right: 1px solid var(--rlpc-line);
  border-bottom: 1px solid var(--rlpc-line);
  background: #fff;
}

.rlp-contacts-location-grid span {
  color: var(--rlpc-teal-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.rlp-contacts-location-grid h3 {
  margin: 18px 0 14px;
  color: var(--rlpc-ink);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: none;
}

.rlp-contacts-location-grid p,
.rlp-contacts-home-visit p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}

.rlp-contacts-home-visit {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 18px;
  padding: 24px 28px;
  border-left: 4px solid var(--rlpc-teal);
  background: #fff;
}

.rlp-contacts-home-visit strong {
  color: var(--rlpc-ink);
  font-size: 18px;
}

.rlp-contacts-home-visit a {
  color: var(--rlpc-ink);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.rlp-contacts-process-layout > div {
  padding-top: 24px;
  border-top: 4px solid var(--rlpc-teal);
}

.rlp-contacts-process ul,
.rlp-contacts-process ol,
.rlp-contacts-trust ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rlp-contacts-process li {
  position: relative;
  padding: 16px 0 16px 34px;
  border-bottom: 1px solid var(--rlpc-line);
  color: var(--rlpc-ink);
  font-size: 16px;
  line-height: 1.5;
}

.rlp-contacts-process ul li::before,
.rlp-contacts-trust li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: var(--rlpc-teal-dark);
  font-weight: 900;
}

.rlp-contacts-process ol {
  counter-reset: contact-step;
}

.rlp-contacts-process ol li {
  counter-increment: contact-step;
}

.rlp-contacts-process ol li::before {
  position: absolute;
  left: 0;
  content: "0" counter(contact-step);
  color: var(--rlpc-teal-dark);
  font-size: 12px;
  font-weight: 800;
}

.rlp-contacts-trust {
  background: var(--rlpc-ink);
}

.rlp-contacts-trust h2 {
  color: #fff;
}

.rlp-contacts-trust li {
  position: relative;
  padding: 18px 0 18px 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.rlp-contacts-faq details {
  border-top: 1px solid var(--rlpc-line);
}

.rlp-contacts-faq summary {
  position: relative;
  padding: 22px 48px 22px 0;
  color: var(--rlpc-ink);
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.rlp-contacts-faq summary::-webkit-details-marker {
  display: none;
}

.rlp-contacts-faq summary::after {
  position: absolute;
  top: 18px;
  right: 0;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  content: "+";
  border-radius: 50%;
  background: #fff;
  color: var(--rlpc-teal-dark);
}

.rlp-contacts-faq details[open] summary::after {
  content: "−";
}

.rlp-contacts-faq details p {
  margin: -2px 48px 22px 0;
  font-size: 15px;
  line-height: 1.65;
}

.rlp-contacts-final {
  padding: 72px 0;
  background: var(--rlpc-teal);
}

.rlp-contacts-final h2 {
  margin-bottom: 12px;
  color: #fff;
}

.rlp-contacts-final p:not(.rlp-contacts-eyebrow) {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

.rlp-contacts-final-layout > div:last-child {
  display: grid;
  gap: 14px;
  align-self: center;
}

.rlp-contacts-phone {
  color: #fff;
  font-size: 27px;
  font-weight: 800;
  text-decoration: none;
}
