/*
  Independent redesign layer.
  Purpose: move the copied site away from the source visual language while preserving content, URLs, forms and links.
*/
:root {
  --rd-ink: #18202a;
  --rd-muted: #657080;
  --rd-line: #dce4ea;
  --rd-bg: #f5f7f8;
  --rd-panel: #ffffff;
  --rd-orange: #fe5000;
  --rd-orange-dark: #c63d00;
  --rd-blue: #1f4d7a;
  --rd-aqua: #ffb15c;
  --rd-aqua-soft: #fff2e8;
  --rd-success: #fe5000;
  --rd-shadow: 0 18px 45px rgba(17, 34, 51, .11);
  --rd-shadow-premium: 0 22px 60px rgba(17, 34, 51, .12), 0 2px 0 rgba(255, 255, 255, .82) inset;
  --rd-shadow-hover: 0 30px 76px rgba(17, 34, 51, .16), 0 0 0 1px rgba(254, 80, 0, .12);
  --rd-radius: 8px;
  --rd-radius-lg: 14px;
  --rd-font: "Inter", "PT Root UI", "Segoe UI", Arial, sans-serif;
  --rd-font-heading: "Arial", "Inter", "PT Root UI", sans-serif;
}

.rd-home-faq {
  max-width: 1240px;
  margin: 0 auto 54px;
  padding: 0 24px;
}

.rd-home-faq__head {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin-bottom: 22px;
}

.rd-home-faq__head h2 {
  margin: 0;
  color: var(--rd-ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: 0;
}

.rd-home-faq__head p {
  margin: 0;
  color: var(--rd-muted);
  font-size: 17px;
  line-height: 1.65;
}

.rd-home-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.rd-home-faq__item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(254, 80, 0, .16);
  border-radius: var(--rd-radius-lg);
  background:
    radial-gradient(circle at 96% 0%, rgba(255, 177, 92, .18), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(255, 246, 240, .98));
  box-shadow: 0 16px 42px rgba(17, 34, 51, .07), 0 1px 0 rgba(255, 255, 255, .86) inset;
}

.rd-home-faq__item summary {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  color: var(--rd-ink);
  font-weight: 900;
  font-size: 18px;
  line-height: 1.25;
  cursor: pointer;
  list-style: none;
}

.rd-home-faq__item summary::-webkit-details-marker {
  display: none;
}

.rd-home-faq__item summary::after {
  content: "+";
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(254, 80, 0, .24);
  border-radius: 50%;
  background: rgba(254, 80, 0, .08);
  color: #c63d00;
  font-size: 24px;
  line-height: 1;
}

.rd-home-faq__item[open] summary::after {
  content: "-";
  background: #fe5000;
  color: #fff;
}

.rd-home-faq__item p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--rd-muted);
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 760px) {
  .rd-home-faq {
    margin-bottom: 36px;
    padding: 0 16px;
  }

  .rd-home-faq__grid {
    grid-template-columns: 1fr;
  }

  .rd-home-faq__item summary {
    min-height: 64px;
    padding: 18px;
    font-size: 16px;
  }

  .rd-home-faq__item p {
    padding: 0 18px 18px;
    font-size: 15px;
  }
}

html body {
  background: var(--rd-bg) !important;
  color: var(--rd-ink) !important;
  font-family: var(--rd-font) !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
  padding-top: 0 !important;
}

html.legal-redesign {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

html.legal-redesign body.rd-deep {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

html.legal-redesign body.rd-deep .rd-header {
  margin-top: 0 !important;
}

.rd-deep .header,
.rd-deep .footer,
.rd-deep main > .banner:first-child,
.rd-deep main > .rd-service-strip {
  display: none !important;
}

.rd-header {
  position: sticky;
  top: 0;
  z-index: 1100;
  border-bottom: 1px solid rgba(24, 32, 42, .1);
  background: rgba(247, 250, 250, .96);
  box-shadow: 0 18px 38px rgba(18, 32, 42, .1);
  backdrop-filter: blur(14px);
}

.rd-header__top {
  border-bottom: 1px solid rgba(24, 32, 42, .08);
  background: #17222c;
  color: rgba(255, 255, 255, .78);
}

.rd-header__top-inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  font: 750 12px/1.2 var(--rd-font);
}

.rd-header__top-inner a {
  color: rgba(255, 255, 255, .86) !important;
  text-decoration: none !important;
}

.rd-header__top-meta {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
}

.rd-header__inner {
  display: grid;
  grid-template-columns: minmax(176px, auto) minmax(0, 1fr) max-content;
  gap: 12px;
  align-items: center;
  max-width: 1240px;
  min-height: 68px;
  margin: 0 auto;
  padding: 0 24px;
}

.rd-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--rd-ink) !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.rd-brand__logo {
  display: block;
  width: 112px;
  height: auto;
  max-height: 62px;
  object-fit: contain;
}

.rd-brand__mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.18), transparent),
    linear-gradient(135deg, var(--rd-orange), var(--rd-blue));
  color: #fff;
  font: 900 17px/1 var(--rd-font-heading);
  box-shadow: 0 14px 26px rgba(254, 80, 0, .22);
}

.rd-brand__text {
  display: grid;
  gap: 2px;
}

.rd-brand__text strong {
  color: var(--rd-ink);
  font: 900 18px/1 var(--rd-font-heading);
}

.rd-brand__text small {
  color: var(--rd-muted);
  font: 750 11px/1.2 var(--rd-font);
}

.rd-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  padding: 5px;
  border: 1px solid rgba(24, 32, 42, .08);
  border-radius: 11px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7), 0 10px 24px rgba(18, 32, 42, .05);
}

.rd-nav__link {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 8px 8px;
  border-radius: 8px;
  color: var(--rd-ink) !important;
  font: 850 12px/1 var(--rd-font);
  text-decoration: none !important;
  white-space: nowrap;
}

.rd-nav__link:hover,
.rd-nav__link.is-active {
  background: var(--rd-orange);
  color: #fff !important;
}

.rd-nav__link:hover {
  color: var(--rd-orange-dark) !important;
}

.rd-nav__link:hover {
  color: #fff !important;
}

.rd-header__actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  white-space: nowrap;
}

.rd-mobile-actions {
  display: none;
}

.rd-mobile-action {
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 40px;
  border: 1px solid rgba(254, 80, 0, .24);
  border-radius: 8px;
  background: #fff;
  color: var(--rd-orange-dark);
  text-decoration: none !important;
  cursor: pointer;
}

.rd-mobile-action svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rd-mobile-action--menu {
  display: inline-grid;
  gap: 2px;
  padding: 0;
}

.rd-mobile-action--menu span {
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.rd-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 9px 12px;
  border: 1px solid rgba(254, 80, 0, .24);
  border-radius: var(--rd-radius);
  background: #fff;
  color: var(--rd-orange-dark) !important;
  font: 900 13px/1 var(--rd-font-heading);
  text-decoration: none !important;
  white-space: nowrap;
}

.rd-phone::after {
  content: none;
}

.rd-cta,
.rd-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 10px 13px;
  border-radius: var(--rd-radius);
  font: 850 13px/1 var(--rd-font);
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0;
  cursor: pointer;
}

.rd-deep button,
.rd-deep input[type="button"],
.rd-deep input[type="submit"],
.rd-deep .button-red,
.rd-deep .button-border-red,
.rd-deep .button-white,
.rd-deep .wp-block-button__link,
.rd-deep .contact-chip,
.rd-deep .autogid-contact-hub__button,
.rd-deep .autogid-contact-hub__item,
.rd-deep .rd-commercial__card--button,
.rd-deep .rd-locations__filters button,
.rd-deep .rd-blog-filters button {
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
}

.rd-cta {
  border: 1px solid var(--rd-orange);
  background: var(--rd-orange);
  color: #fff;
  box-shadow: 0 12px 24px rgba(254, 80, 0, .2);
}

.rd-cta:hover {
  background: var(--rd-orange-dark);
  border-color: var(--rd-orange-dark);
  color: #fff !important;
}

.rd-cta--large {
  min-height: 50px;
  padding-inline: 22px;
}

.rd-secondary {
  border: 1px solid var(--rd-line);
  background: #fff;
  color: var(--rd-ink) !important;
}

.rd-secondary:hover {
  border-color: rgba(254, 80, 0, .34);
  color: var(--rd-orange-dark) !important;
}

.rd-home-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 102px);
  margin-bottom: 34px;
  background: #14202a;
}

.rd-home-slide {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: scale(1.02);
  background:
    linear-gradient(90deg, rgba(8, 18, 26, .78), rgba(8, 18, 26, .38), rgba(8, 18, 26, .16)),
    var(--rd-home-image) center / cover no-repeat;
  transition: opacity .55s ease, transform .8s ease;
  pointer-events: none;
}

.rd-home-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.rd-home-slide__card {
  position: relative;
  z-index: 2;
  width: min(680px, calc(100% - 40px));
  margin-left: max(20px, calc((100vw - 1240px) / 2));
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 22px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .28);
  backdrop-filter: blur(10px);
}

.rd-home-slide__card h1,
.rd-home-slide__card h2 {
  margin: 0;
  color: var(--rd-ink) !important;
  font: 900 clamp(36px, 5vw, 68px)/.98 var(--rd-font-heading) !important;
}

.rd-home-slide__card p:not(.rd-eyebrow) {
  max-width: 610px;
  margin: 18px 0 0;
  color: var(--rd-muted) !important;
  font: 550 19px/1.5 var(--rd-font) !important;
}

.rd-home-slide__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.rd-home-slide__badges span {
  padding: 9px 12px;
  border: 1px solid rgba(254, 80, 0, .2);
  border-radius: 999px;
  background: rgba(254, 80, 0, .08);
  color: var(--rd-orange-dark);
  font: 850 12px/1 var(--rd-font);
}

.rd-home-slide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.rd-home-hero__controls {
  position: absolute;
  right: max(20px, calc((100vw - 1240px) / 2));
  bottom: 34px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  backdrop-filter: blur(10px);
  pointer-events: auto;
}

.rd-home-hero__arrow {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(254, 80, 0, .22);
  border-radius: 999px;
  background: #fff;
  color: var(--rd-orange-dark);
  cursor: pointer;
}

.rd-home-hero__arrow:hover {
  background: var(--rd-orange);
  color: #fff;
}

.rd-home-hero__arrow svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rd-home-hero__dots {
  display: inline-flex;
  gap: 7px;
}

.rd-home-hero__dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(24, 32, 42, .24);
}

.rd-home-hero__dots button.is-active {
  width: 28px;
  background: var(--rd-orange);
}

.rd-hero {
  padding: 34px 20px 16px;
}

.rd-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 28px;
  align-items: stretch;
  max-width: 1240px;
  margin: 0 auto;
}

.rd-hero__content,
.rd-hero-slider {
  border: 1px solid rgba(254, 80, 0, .14);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--rd-shadow);
}

.rd-hero__content {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 54px);
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 177, 92, .2), transparent 34%),
    linear-gradient(135deg, #fff, #eff8f7);
}

.rd-eyebrow {
  width: fit-content;
  margin: 0 0 16px;
  padding: 8px 11px;
  border: 1px solid rgba(254, 80, 0, .2);
  border-radius: 999px;
  background: rgba(254, 80, 0, .08);
  color: var(--rd-orange-dark) !important;
  font: 850 13px/1 var(--rd-font);
}

.rd-hero__title {
  max-width: 880px;
  margin: 0;
  color: var(--rd-ink) !important;
  font: 900 clamp(31px, 4vw, 58px)/1.03 var(--rd-font-heading) !important;
}

.rd-hero__lead {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--rd-muted) !important;
  font: 500 18px/1.68 var(--rd-font) !important;
}

.rd-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.rd-hero-slider {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 18px;
  touch-action: pan-y;
  background:
    radial-gradient(circle at 12% 86%, rgba(255, 177, 92, .2), transparent 28%),
    linear-gradient(150deg, rgba(31, 77, 122, .1), transparent 48%),
    radial-gradient(circle at 78% 14%, rgba(254, 80, 0, .13), transparent 34%),
    #fff;
}

.rd-hero-slider__viewport {
  position: relative;
  min-height: 282px;
}

.rd-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(22px);
  transition: opacity .42s ease, transform .42s ease;
  pointer-events: none;
}

.rd-hero-slide.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.rd-hero-slide a {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 100%;
  min-height: 282px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(254, 80, 0, .18);
  border-radius: 14px;
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 177, 92, .22), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, .95), rgba(240, 249, 247, .95)),
    #fff;
  color: var(--rd-ink) !important;
  text-decoration: none !important;
}

.rd-hero-slide a::before {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -26px;
  width: min(48%, 220px);
  aspect-ratio: 1.25;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(254, 80, 0, .1), rgba(31, 77, 122, .08)),
    var(--rd-slide-image, none) center / cover no-repeat;
  opacity: .24;
  filter: saturate(.85);
  transform: rotate(-3deg);
  pointer-events: none;
}

.rd-hero-slide a::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 126px;
  height: 126px;
  color: var(--rd-orange-dark);
  opacity: .07;
  background: currentColor;
  -webkit-mask: var(--rd-slide-mask) center / contain no-repeat;
  mask: var(--rd-slide-mask) center / contain no-repeat;
  pointer-events: none;
}

.rd-hero-slide:nth-child(1) a {
  --rd-slide-image: url('/wp-content/uploads/2026/06/rewrite-photo/stancija-diagnostiki-avtomobilej-photo.png');
  --rd-slide-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 52h52l-5-20a10 10 0 0 0-10-8H29a10 10 0 0 0-10 8l-5 20Z'/%3E%3Cpath d='M22 52v9M58 52v9M28 39h.1M52 39h.1M32 24l4-10h8l4 10'/%3E%3C/g%3E%3C/svg%3E");
}

.rd-hero-slide:nth-child(2) a {
  --rd-slide-image: url('/wp-content/uploads/2026/06/rewrite-photo/dokumenty-dlya-osago-photo.png');
  --rd-slide-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M40 9 17 19v18c0 15 9 27 23 34 14-7 23-19 23-34V19L40 9Z'/%3E%3Cpath d='m29 40 8 8 15-17'/%3E%3C/g%3E%3C/svg%3E");
}

.rd-hero-slide:nth-child(3) a {
  --rd-slide-image: url('/wp-content/uploads/2026/06/rewrite-photo/kak-rabotaet-kasko-photo.png');
  --rd-slide-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M40 9 17 19v18c0 15 9 27 23 34 14-7 23-19 23-34V19L40 9Z'/%3E%3Cpath d='M27 41h26M40 28v26'/%3E%3C/g%3E%3C/svg%3E");
}

.rd-hero-slide:nth-child(4) a {
  --rd-slide-image: url('/wp-content/uploads/2026/06/rewrite-photo/dogovor-kuplu-prodazhi-spb-photo.png');
  --rd-slide-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24 8h22l16 16v42a6 6 0 0 1-6 6H24a6 6 0 0 1-6-6V14a6 6 0 0 1 6-6Z'/%3E%3Cpath d='M46 8v17h16M28 42h24M28 54h16'/%3E%3C/g%3E%3C/svg%3E");
}

.rd-hero-slide a:hover {
  border-color: rgba(254, 80, 0, .34);
  background:
    linear-gradient(135deg, #fff, #eef8f6),
    #fff;
}

.rd-hero-slider.is-swiping .rd-hero-slide.is-active a {
  cursor: grabbing;
}

.rd-hero-slide__icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 13px;
  background: rgba(254, 80, 0, .1);
  color: var(--rd-orange-dark);
}

.rd-hero-slide__icon svg,
.rd-hero-slider__arrow svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rd-hero-slide__kicker {
  position: relative;
  z-index: 1;
  color: var(--rd-blue) !important;
  font: 850 12px/1 var(--rd-font);
  text-transform: uppercase;
  letter-spacing: 0 !important;
}

.rd-hero-slide strong {
  position: relative;
  z-index: 1;
  color: var(--rd-ink);
  font: 900 clamp(30px, 3vw, 46px)/1 var(--rd-font-heading);
}

.rd-hero-slide strong + span {
  position: relative;
  z-index: 1;
  max-width: 390px;
  color: var(--rd-muted);
  font: 550 16px/1.5 var(--rd-font);
}

.rd-hero-slide__chips {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
}

.rd-hero-slide__chips em {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 10px;
  border: 1px solid rgba(254, 80, 0, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .74);
  color: var(--rd-orange-dark);
  font: 850 11px/1 var(--rd-font);
  font-style: normal;
  box-shadow: 0 10px 22px rgba(17, 34, 51, .06);
}

.rd-hero-slider__controls {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 16px;
}

.rd-hero-slider__arrow {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(254, 80, 0, .22);
  border-radius: 999px;
  background: #fff;
  color: var(--rd-orange-dark);
  cursor: pointer;
  touch-action: manipulation;
  pointer-events: auto;
}

.rd-hero-slider__arrow:hover {
  background: var(--rd-orange);
  color: #fff;
}

.rd-hero-slider__dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.rd-hero-slider__dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(24, 32, 42, .22);
}

.rd-hero-slider__dots button.is-active {
  width: 28px;
  background: var(--rd-orange);
}

.rd-utility {
  padding: 0 20px 34px;
}

.rd-home-hero + .rd-utility {
  padding-top: 0;
  margin-top: 0;
}

.rd-utility__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 1240px;
  margin: 0 auto;
}

.rd-utility a {
  display: flex;
  min-height: 84px;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 16px 18px;
  border: 1px solid var(--rd-line);
  border-radius: var(--rd-radius);
  background: #fff;
  color: var(--rd-ink) !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(18, 32, 42, .06);
}

.rd-utility a:hover {
  border-color: rgba(254, 80, 0, .32);
  background: #f7fbfb;
}

.rd-utility strong {
  font: 900 16px/1.15 var(--rd-font-heading);
}

.rd-utility span {
  color: var(--rd-muted);
  font-size: 13px;
  line-height: 1.35;
}

.rd-footer {
  margin-top: 54px;
  background: #101923;
  color: rgba(255, 255, 255, .8);
}

.rd-footer__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: 36px 24px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.rd-footer__eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(34, 43, 54, .9);
  color: rgba(255, 255, 255, .78);
  font: 850 12px/1 var(--rd-font);
}

.rd-footer__cta h2 {
  max-width: 720px;
  margin: 0 0 10px;
  color: #fff;
  font: 900 clamp(25px, 3vw, 42px)/1.08 var(--rd-font-heading);
}

.rd-footer__cta p {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, .68) !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

.rd-footer__cta-actions {
  display: grid;
  gap: 12px;
  justify-items: end;
}

.rd-footer__inner {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) repeat(3, minmax(150px, 1fr));
  gap: 30px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 24px 34px;
}

.rd-footer__brand strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font: 900 30px/1 var(--rd-font-heading);
}

.rd-footer__logo {
  display: block;
  width: 176px;
  height: auto;
  margin: 0 0 18px;
  object-fit: contain;
}

.rd-footer__brand p {
  max-width: 360px;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, .72) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}

.rd-footer__phone {
  display: block;
  margin-bottom: 7px;
  color: #fff !important;
  font: 900 20px/1 var(--rd-font-heading);
  text-decoration: none !important;
}

.rd-footer__brand span {
  color: rgba(255, 255, 255, .64);
  font-size: 13px;
}

.rd-footer__nav {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(31, 39, 49, .96), rgba(22, 29, 38, .96));
  box-shadow: 0 16px 34px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .06);
}

.rd-footer__nav strong {
  margin-bottom: 4px;
  color: #fff;
  font: 900 16px/1.1 var(--rd-font-heading);
}

.rd-footer__nav a {
  color: rgba(255, 255, 255, .72) !important;
  font-size: 14px;
  text-decoration: none !important;
}

.rd-footer__nav a:hover {
  color: #fff !important;
}

.rd-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px 24px 28px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .54);
  font-size: 13px;
}

.rd-commercial {
  display: grid;
  gap: 26px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 20px 54px;
}

.rd-commercial__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
  gap: 26px;
  align-items: stretch;
}

.rd-commercial__text,
.rd-commercial__media,
.rd-commercial__panel,
.rd-commercial__cta {
  border: 1px solid var(--rd-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(18, 32, 42, .08);
}

.rd-commercial__text {
  padding: clamp(26px, 4vw, 44px);
}

.rd-commercial__text h2,
.rd-commercial__panel h2,
.rd-commercial__cta h2 {
  margin: 0 0 16px;
  color: var(--rd-ink) !important;
  font: 900 clamp(24px, 2.6vw, 38px)/1.12 var(--rd-font-heading) !important;
}

.rd-commercial__text p,
.rd-commercial__panel p,
.rd-commercial__cta p {
  color: var(--rd-muted) !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
}

.rd-commercial__media {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  background: #dfe9ee;
}

.rd-commercial__media[data-rd-random-article="true"] {
  cursor: pointer;
}

.rd-commercial__media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  filter: saturate(.95) contrast(1.03);
  transition: transform .28s ease, filter .28s ease;
}

.rd-commercial__media[data-rd-random-article="true"]:hover img {
  transform: scale(1.025);
  filter: saturate(1) contrast(1.05);
}

.rd-commercial__media::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px 18px;
  height: 92px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(23, 34, 44, .78), rgba(254, 80, 0, .72));
  box-shadow: 0 18px 34px rgba(0, 0, 0, .18);
}

.rd-commercial__badge {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 44px;
  z-index: 1;
  color: #fff;
  font: 900 21px/1.18 var(--rd-font-heading);
}

.rd-commercial__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.rd-commercial__card {
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 168px;
  padding: 20px;
  border: 1px solid var(--rd-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(18, 32, 42, .06);
}

.rd-commercial__card--button {
  width: 100%;
  color: inherit;
  font: inherit;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
}

.rd-commercial__card--button:hover {
  border-color: rgba(254, 80, 0, .28);
  box-shadow: 0 16px 34px rgba(254, 80, 0, .1);
}

.rd-commercial__card b {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(254, 80, 0, .12), rgba(31, 77, 122, .12));
  color: var(--rd-orange-dark);
  font: 900 15px/1 var(--rd-font-heading);
}

.rd-commercial__card b svg,
.rd-commercial__list li svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rd-commercial__card strong {
  color: var(--rd-ink);
  font: 900 18px/1.18 var(--rd-font-heading);
}

.rd-commercial__card span {
  color: var(--rd-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.48;
}

.rd-commercial__card--button span {
  font-weight: 500 !important;
}

.rd-card-phone-link {
  color: var(--rd-orange-dark) !important;
  font: 900 16px/1.2 var(--rd-font) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.rd-commercial__more {
  width: fit-content;
  margin-top: 22px;
}

.rd-info-card {
  position: relative;
  min-height: 206px;
  text-decoration: none !important;
}

.rd-info-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--rd-orange), var(--rd-blue));
  transform: scaleX(.42);
  transform-origin: left;
  transition: transform .28s ease;
}

.rd-info-card:hover::before {
  transform: scaleX(1);
}

.rd-info-card em {
  width: fit-content;
  margin-top: 2px;
  padding: 7px 10px;
  border: 1px solid rgba(254, 80, 0, .2);
  border-radius: 999px;
  background: rgba(254, 80, 0, .08);
  color: var(--rd-orange-dark);
  font: 900 11px/1 var(--rd-font);
  font-style: normal;
  text-transform: uppercase;
}

.rd-info-card strong {
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.15;
}

.rd-driver-scenarios {
  display: grid;
  gap: 22px;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--rd-line);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 8%, rgba(254, 80, 0, .12), transparent 32%),
    linear-gradient(135deg, #fff, #f5faf9);
  box-shadow: 0 16px 38px rgba(18, 32, 42, .08);
}

.rd-driver-scenarios__head {
  display: grid;
  max-width: 820px;
  gap: 10px;
}

.rd-section-kicker {
  width: fit-content;
  padding: 8px 11px;
  border: 1px solid rgba(254, 80, 0, .18);
  border-radius: 999px;
  background: rgba(254, 80, 0, .08);
  color: var(--rd-orange-dark);
  font: 900 11px/1 var(--rd-font);
  text-transform: uppercase;
}

.rd-driver-scenarios h2 {
  margin: 0;
  color: var(--rd-ink) !important;
  font: 900 clamp(24px, 2.6vw, 38px)/1.12 var(--rd-font-heading) !important;
}

.rd-driver-scenarios p {
  margin: 0;
  color: var(--rd-muted) !important;
  font-size: 17px !important;
  line-height: 1.68 !important;
}

.rd-driver-scenarios__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .58fr);
  gap: 18px;
  align-items: start;
}

.rd-driver-scenarios__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.rd-driver-card {
  position: relative;
  min-height: 158px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(254, 80, 0, .14);
  border-radius: 16px;
  background:
    radial-gradient(circle at 86% 10%, rgba(254, 80, 0, .1), transparent 36%),
    #fff;
  box-shadow: 0 10px 26px rgba(18, 32, 42, .06);
  color: var(--rd-muted);
  text-align: left;
  cursor: pointer;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.rd-driver-card::after {
  content: "";
  position: absolute;
  inset: auto 16px 14px 16px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--rd-orange), var(--rd-blue));
  opacity: 0;
  transform: scaleX(.35);
  transform-origin: left;
  transition: opacity .24s ease, transform .24s ease;
}

.rd-driver-card b {
  display: inline-flex;
  margin-bottom: 13px;
  color: var(--rd-orange-dark);
  font: 900 12px/1 var(--rd-font);
  letter-spacing: .08em;
}

.rd-driver-card strong {
  display: block;
  color: var(--rd-ink);
  font: 900 18px/1.14 var(--rd-font-heading);
}

.rd-driver-card span {
  display: block;
  margin-top: 8px;
  color: var(--rd-muted);
  font-size: 13px;
  line-height: 1.45;
}

.rd-driver-card:hover,
.rd-driver-card.is-active {
  transform: translateY(-2px);
  border-color: rgba(254, 80, 0, .34);
  background:
    radial-gradient(circle at 86% 10%, rgba(254, 80, 0, .18), transparent 38%),
    #fff;
  box-shadow: 0 18px 42px rgba(254, 80, 0, .12);
}

.rd-driver-card:hover::after,
.rd-driver-card.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.rd-driver-detail {
  position: relative;
  top: auto;
  align-self: start;
  overflow: hidden;
  min-height: 330px;
  padding: 26px;
  border: 1px solid rgba(254, 80, 0, .2);
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 6%, rgba(52, 211, 153, .18), transparent 34%),
    linear-gradient(145deg, #12343a, #17222c);
  color: #fff;
  box-shadow: 0 22px 52px rgba(18, 32, 42, .18);
}

.rd-driver-detail.rd-reveal {
  opacity: 1;
  transform: none;
  transition: box-shadow .22s ease, border-color .22s ease;
}

.rd-driver-detail.rd-reveal.is-visible {
  transform: none;
}

.rd-driver-detail__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .1);
  color: #bff3e4;
}

.rd-driver-detail__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rd-driver-detail > span {
  color: rgba(255, 255, 255, .58);
  font: 900 11px/1 var(--rd-font);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rd-driver-detail h3 {
  margin: 12px 0 12px;
  color: #fff !important;
  font: 900 clamp(24px, 2.5vw, 34px)/1.08 var(--rd-font-heading) !important;
}

.rd-driver-detail p {
  color: rgba(255, 255, 255, .72) !important;
  font-size: 15px !important;
  line-height: 1.64 !important;
}

.rd-driver-detail__links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.rd-driver-detail__links a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #fff !important;
  font: 900 13px/1 var(--rd-font);
  text-decoration: none !important;
}

.rd-driver-detail__links a:hover {
  background: rgba(255, 255, 255, .14);
}

.rd-locations {
  display: grid;
  gap: 22px;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--rd-line);
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 6%, rgba(31, 77, 122, .12), transparent 32%),
    linear-gradient(135deg, #fff, #fff6f0);
  box-shadow: 0 16px 38px rgba(18, 32, 42, .08);
}

.rd-locations__head {
  display: grid;
  gap: 10px;
}

.rd-locations__head h2 {
  margin: 0;
  color: var(--rd-ink) !important;
  font: 900 clamp(24px, 2.6vw, 38px)/1.12 var(--rd-font-heading) !important;
}

.rd-locations__head p {
  max-width: 840px;
  margin: 0;
  color: var(--rd-muted) !important;
  font-size: 17px !important;
  line-height: 1.68 !important;
}

.rd-locations__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 6px;
}

.rd-locations__stats span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(254, 80, 0, .16);
  border-radius: 999px;
  background: rgba(254, 80, 0, .07);
  color: var(--rd-orange-dark);
  font: 900 12px/1 var(--rd-font);
}

.rd-locations__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 8px;
}

.rd-locations__filters button {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid rgba(254, 80, 0, .18);
  border-radius: 999px;
  padding: 10px 14px;
  background: #fff;
  color: var(--rd-ink);
  font: 900 13px/1 var(--rd-font);
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.rd-locations__filters button:hover,
.rd-locations__filters button.is-active {
  border-color: rgba(254, 80, 0, .34);
  background: var(--rd-orange);
  color: #fff;
  box-shadow: 0 12px 24px rgba(254, 80, 0, .14);
}

.rd-locations__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: 18px;
  align-items: stretch;
}

.rd-locations__map {
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(254, 80, 0, .18);
  border-radius: 18px;
  background: #dfe9ee;
  box-shadow: 0 18px 44px rgba(18, 32, 42, .1);
}

.rd-locations__fallback {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 560px;
  padding: 28px;
  color: var(--rd-ink);
  text-align: center;
}

.rd-locations__fallback strong {
  font: 900 24px/1.12 var(--rd-font-heading);
}

.rd-locations__fallback span {
  max-width: 420px;
  margin-top: 10px;
  color: var(--rd-muted);
  font-size: 15px;
  line-height: 1.55;
}

.rd-locations__fallback a {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  margin-top: 18px;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--rd-orange);
  color: #fff !important;
  font: 900 13px/1 var(--rd-font);
  text-decoration: none !important;
}

.rd-locations__list {
  display: grid;
  max-height: 560px;
  gap: 10px;
  overflow: auto;
  padding-right: 4px;
}

.rd-location-card {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  padding: 15px;
  border: 1px solid rgba(254, 80, 0, .14);
  border-radius: 15px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 24px rgba(18, 32, 42, .055);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.rd-location-card[hidden] {
  display: none !important;
}

.rd-location-card:hover,
.rd-location-card.is-active {
  transform: translateY(-1px);
  border-color: rgba(254, 80, 0, .34);
  box-shadow: 0 16px 34px rgba(254, 80, 0, .1);
}

.rd-location-card b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: linear-gradient(135deg, rgba(254, 80, 0, .12), rgba(31, 77, 122, .12));
  color: var(--rd-orange-dark);
  font: 900 12px/1 var(--rd-font);
}

.rd-location-card strong {
  display: block;
  color: var(--rd-ink);
  font: 900 15px/1.2 var(--rd-font-heading);
}

.rd-location-card span {
  display: block;
  margin-top: 5px;
  color: var(--rd-muted);
  font-size: 13px;
  line-height: 1.42;
}

.rd-location-card__phone {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  color: var(--rd-orange-dark) !important;
  font: 900 13px/1.2 var(--rd-font);
  text-decoration: none !important;
}

.rd-location-card__route {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 9px 11px;
  border: 1px solid rgba(254, 80, 0, .18);
  border-radius: 999px;
  background: rgba(254, 80, 0, .08);
  color: var(--rd-orange-dark) !important;
  font: 900 12px/1 var(--rd-font);
  text-decoration: none !important;
  white-space: nowrap;
}

.rd-inline-form {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1fr);
  gap: 22px;
  align-items: stretch;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(254, 80, 0, .18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 10%, rgba(52, 211, 153, .14), transparent 30%),
    linear-gradient(135deg, #12262d, #17222c);
  box-shadow: 0 18px 44px rgba(18, 32, 42, .14);
  color: #fff;
}

.rd-inline-form__content {
  display: grid;
  align-content: start;
  gap: 12px;
}

.rd-inline-form .rd-section-kicker {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .08);
  color: #bff3e4;
}

.rd-inline-form h2 {
  margin: 0;
  color: #fff !important;
  font: 900 clamp(24px, 2.5vw, 36px)/1.1 var(--rd-font-heading) !important;
}

.rd-inline-form p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, .72) !important;
  font-size: 16px !important;
  line-height: 1.68 !important;
}

.rd-inline-form ul {
  display: grid;
  gap: 9px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.rd-inline-form li {
  position: relative;
  padding-left: 26px;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.45;
}

.rd-inline-form li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .42em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #ffb15c;
  box-shadow: 0 0 0 5px rgba(255, 177, 92, .12);
}

.rd-inline-form__form {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
}

.rd-inline-form__form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, .72);
  font: 850 12px/1.2 var(--rd-font);
}

.rd-inline-form__form input[type="text"],
.rd-inline-form__form input[type="tel"],
.rd-inline-form__form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, .96);
  color: var(--rd-ink);
  font: 800 14px/1.35 var(--rd-font);
  outline: none;
}

.rd-inline-form__form textarea {
  min-height: 92px;
  resize: vertical;
}

.rd-inline-form__form input:focus,
.rd-inline-form__form textarea:focus {
  border-color: rgba(255, 177, 92, .72);
  box-shadow: 0 0 0 4px rgba(255, 177, 92, .16);
}

.rd-inline-form__agree {
  display: flex !important;
  grid-template-columns: none !important;
  flex-direction: row;
  align-items: flex-start;
  gap: 9px !important;
  color: rgba(255, 255, 255, .66) !important;
}

.rd-inline-form__agree input {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  accent-color: var(--rd-orange);
}

.rd-inline-form__form .rd-cta {
  width: 100%;
  justify-content: center;
}

.rd-price-board {
  display: grid;
  gap: 22px;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--rd-line);
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 8%, rgba(254, 80, 0, .12), transparent 32%),
    linear-gradient(135deg, #fff, #fff6f0);
  box-shadow: 0 16px 38px rgba(18, 32, 42, .08);
}

.rd-price-board__head {
  display: grid;
  max-width: 860px;
  gap: 10px;
}

.rd-price-board__head h2 {
  margin: 0;
  color: var(--rd-ink) !important;
  font: 900 clamp(24px, 2.6vw, 38px)/1.12 var(--rd-font-heading) !important;
}

.rd-price-board__head p {
  margin: 0;
  color: var(--rd-muted) !important;
  font-size: 17px !important;
  line-height: 1.68 !important;
}

.rd-price-board__sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.rd-price-section {
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(254, 80, 0, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 26px rgba(18, 32, 42, .055);
}

.rd-price-section--accent,
.rd-price-section--wide {
  grid-column: 1 / -1;
}

.rd-price-section__title {
  display: grid;
  gap: 6px;
}

.rd-price-section__title h3 {
  margin: 0;
  color: var(--rd-ink) !important;
  font: 900 clamp(19px, 2vw, 27px)/1.12 var(--rd-font-heading) !important;
}

.rd-price-section__title span {
  color: var(--rd-muted);
  font-size: 14px;
  line-height: 1.45;
}

.rd-price-list {
  display: grid;
  gap: 9px;
}

.rd-price-list div,
.rd-price-grid div {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(254, 80, 0, .12);
  border-radius: 13px;
  background: #fbfcfd;
}

.rd-price-list div {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.rd-price-list span,
.rd-price-grid span,
.rd-osago-price-table span {
  color: var(--rd-ink);
  font-size: 14px;
  line-height: 1.4;
}

.rd-price-list strong,
.rd-price-grid strong,
.rd-osago-price-table strong {
  color: var(--rd-orange-dark);
  font: 900 18px/1 var(--rd-font-heading);
  white-space: nowrap;
}

.rd-price-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.rd-price-grid div {
  min-height: 118px;
}

.rd-price-grid em {
  color: var(--rd-muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

.rd-price-note {
  margin: 0;
  color: var(--rd-muted) !important;
  font-size: 14px !important;
  line-height: 1.58 !important;
}

.rd-osago-price-table {
  display: grid;
  gap: 8px;
  overflow-x: auto;
}

.rd-osago-price-table__row {
  display: grid;
  grid-template-columns: minmax(150px, 1.15fr) repeat(4, minmax(92px, .75fr)) minmax(110px, .85fr);
  gap: 10px;
  align-items: center;
  min-width: 760px;
  padding: 12px 14px;
  border: 1px solid rgba(254, 80, 0, .12);
  border-radius: 13px;
  background: #fbfcfd;
}

.rd-osago-price-table__row--head {
  background: rgba(254, 80, 0, .08);
}

.rd-osago-price-table__row--head span,
.rd-osago-price-table__row--head strong {
  color: var(--rd-ink);
  font: 900 12px/1.2 var(--rd-font);
  text-transform: uppercase;
}

.rd-commercial__panel {
  padding: clamp(24px, 3vw, 36px);
}

.rd-commercial__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.rd-commercial__list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rd-commercial__list li {
  position: relative;
  padding: 13px 14px 13px 48px;
  border: 1px solid var(--rd-line);
  border-radius: 12px;
  background: #fbfcfd;
  color: var(--rd-ink);
  font-size: 15px;
  line-height: 1.45;
}

.rd-commercial__list li::before {
  content: none;
}

.rd-commercial__list li svg {
  position: absolute;
  left: 15px;
  top: 13px;
  color: var(--rd-orange);
}

.rd-commercial__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: clamp(24px, 3vw, 36px);
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 177, 92, .2), transparent 34%),
    linear-gradient(135deg, #fff, #fff4ec);
}

.rd-commercial__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.rd-commercial__links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 10px 13px;
  border: 1px solid var(--rd-line);
  border-radius: 999px;
  background: #fff;
  color: var(--rd-ink) !important;
  font: 800 13px/1 var(--rd-font);
  text-decoration: none !important;
}

.rd-commercial__links a svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rd-commercial__links a:hover {
  border-color: rgba(254, 80, 0, .32);
  color: var(--rd-orange-dark) !important;
}

html body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(254, 80, 0, .05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(254, 80, 0, .04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000 0, transparent 740px);
}

html body,
html body p,
html body li,
html body input,
html body textarea,
html body select,
html body label {
  font-family: var(--rd-font) !important;
}

html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
html body .main-title,
html body .h1-title,
html body .h2-title,
html body .h3-title,
html body .news-article__title,
html body .services-wrap__item-title,
html body .advantages-wrap__item-title,
html body .price-wrap__item-title {
  font-family: var(--rd-font-heading) !important;
  color: var(--rd-ink) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

html body a {
  color: var(--rd-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

html body a:hover {
  color: var(--rd-orange) !important;
}

.container {
  max-width: 1180px !important;
}

.header {
  position: sticky !important;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .94) !important;
  border-bottom: 1px solid rgba(24, 32, 42, .08) !important;
  box-shadow: 0 14px 34px rgba(18, 32, 42, .08) !important;
  backdrop-filter: blur(14px);
}

.header .container {
  max-width: 1240px !important;
}

.header-wrap {
  min-height: 78px !important;
  gap: 22px !important;
  align-items: center !important;
}

.header-wrap__logo a {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  color: var(--rd-ink) !important;
  text-decoration: none !important;
}

.header-wrap__logo img {
  display: none !important;
}

.header-wrap__logo a::before {
  content: "АГ";
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--rd-orange), var(--rd-blue));
  color: #fff;
  font: 800 17px/1 var(--rd-font-heading);
}

.header-wrap__logo a::after {
  content: "Авто-Гид";
  display: block;
  max-width: 140px;
  color: var(--rd-ink);
  font: 800 18px/1.05 var(--rd-font-heading);
}

.header-wrap__menu ul,
.header-desktop__menu-list ul {
  gap: 8px !important;
}

.header-wrap__menu a,
.header-desktop__menu-list a {
  border-radius: 999px !important;
  color: var(--rd-ink) !important;
  font: 700 14px/1.2 var(--rd-font) !important;
  padding: 11px 14px !important;
  text-decoration: none !important;
  transition: background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.header-wrap__menu a:hover,
.header-desktop__menu-list a:hover,
.header-desktop__menu-list li.active > a,
.current-menu-item > a,
.current_page_item > a {
  background: rgba(254, 80, 0, .1) !important;
  color: var(--rd-orange-dark) !important;
}

.header-wrap__menu .sub-menu,
.header-desktop__menu-list .sub-menu {
  border: 1px solid var(--rd-line) !important;
  border-radius: var(--rd-radius-lg) !important;
  background: #fff !important;
  box-shadow: var(--rd-shadow) !important;
  padding: 10px !important;
}

.header-wrap__menu .sub-menu a,
.header-desktop__menu-list .sub-menu a {
  border-radius: var(--rd-radius) !important;
  white-space: normal !important;
}

.telephone-general__info-tel,
.header-wrap__telephone .telephone-general__info-tel {
  color: var(--rd-orange-dark) !important;
  font: 800 18px/1 var(--rd-font-heading) !important;
}

.telephone-general__info-list span {
  color: var(--rd-muted) !important;
  font: 600 10px/1.2 var(--rd-font) !important;
}

html.legal-redesign .number-bottom {
  display: none !important;
}

.color-red,
.span-error,
.has-vivid-orange-color,
[style*="#fe5000"] {
  color: var(--rd-orange) !important;
}

.button-red,
.clearfy-cookie-accept,
button[type="submit"].button-red,
a.button-red,
button[type="submit"],
.wp-block-button__link {
  border: 1px solid var(--rd-orange) !important;
  border-radius: var(--rd-radius) !important;
  background: var(--rd-orange) !important;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(254, 80, 0, .2) !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.button-red:hover,
button[type="submit"].button-red:hover,
a.button-red:hover,
button[type="submit"]:hover,
.wp-block-button__link:hover {
  background: var(--rd-orange-dark) !important;
  border-color: var(--rd-orange-dark) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.button-border-red,
.button-yandex.button-border-red,
.button-google.button-border-red,
.maps-wrap__tabs-button.tabs__btn {
  border-color: var(--rd-orange) !important;
  color: var(--rd-orange-dark) !important;
  background: #fff !important;
  border-radius: var(--rd-radius) !important;
}

.button-border-red:hover,
.button-yandex.button-border-red:hover,
.button-google.button-border-red:hover,
.tabs__btn--active,
.maps-wrap__tabs-button.tabs__btn--active {
  background: var(--rd-orange) !important;
  border-color: var(--rd-orange) !important;
  color: #fff !important;
}

.banner,
.page-banner,
.hero,
section:first-of-type {
  position: relative;
}

.banner,
.main-banner,
.description,
.services,
.advantages,
.maps,
.reviews,
.documents,
.faq,
.request,
.news,
.preview-news,
.post-wrap,
.contacts,
.price {
  background: transparent !important;
}

.banner-wrap,
.description-wrap,
.services-wrap,
.advantages-wrap,
.maps-wrap,
.reviews-wrap,
.documents-wrap,
.faq-wrap,
.request-wrap,
.post-wrap,
.contacts-wrap,
.price-wrap,
.yagooru-seo-blocks__container {
  border-radius: var(--rd-radius-lg) !important;
}

.banner-wrap {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 34px !important;
  align-items: center !important;
  padding: 46px !important;
  margin-top: 30px !important;
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 177, 92, .22), transparent 34%),
    linear-gradient(135deg, #ffffff, #eef8f7) !important;
  border: 1px solid rgba(254, 80, 0, .16) !important;
  box-shadow: var(--rd-shadow) !important;
}

.main-title,
.h1-title,
h1 {
  max-width: 860px;
  font-size: clamp(32px, 4vw, 58px) !important;
  line-height: 1.02 !important;
  font-weight: 900 !important;
}

.h2-title,
h2 {
  font-size: clamp(25px, 2.4vw, 38px) !important;
  line-height: 1.12 !important;
  font-weight: 850 !important;
}

.h3-title,
h3 {
  font-size: clamp(20px, 1.7vw, 26px) !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

.banner-wrap p,
.description-wrap p,
.post-wrap__content p,
.contacts-wrap__text,
.faq-wrap__text,
.yagooru-seo-text-content p {
  color: var(--rd-muted) !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
}

.services-wrap__item,
.advantages-wrap__item,
.price-wrap__item,
.news-article,
.preview-news-wrap__item,
.documents-wrap__item,
.faq-wrap__item,
.station-block,
.post-wrap__summary,
.contacts-wrap__item,
.yagooru-seo-tag {
  overflow: hidden;
  border: 1px solid var(--rd-line) !important;
  border-radius: var(--rd-radius-lg) !important;
  background: var(--rd-panel) !important;
  box-shadow: 0 10px 26px rgba(20, 32, 42, .07) !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.services-wrap__item:hover,
.advantages-wrap__item:hover,
.price-wrap__item:hover,
.news-article:hover,
.preview-news-wrap__item:hover,
.station-block:hover {
  transform: translateY(-3px);
  border-color: rgba(254, 80, 0, .28) !important;
  box-shadow: 0 18px 38px rgba(20, 32, 42, .11) !important;
}

.services-wrap__item-title,
.advantages-wrap__item-title,
.price-wrap__item-title,
.news-article__title {
  color: var(--rd-ink) !important;
  font-weight: 850 !important;
  text-decoration: none !important;
}

.services-wrap__item a,
.news-article a,
.preview-news-wrap__item a {
  color: var(--rd-ink) !important;
}

.news-article__picture,
.preview-news-wrap__image {
  border-radius: 0 !important;
  background: #e7eef2 !important;
}

.news-article__picture img,
.preview-news-wrap__image img,
.post-wrap__image img,
.banner img,
.services-wrap__item img {
  filter: saturate(.9) contrast(1.04) !important;
}

.rd-type-news-list .news {
  padding: 18px 20px 54px !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(254, 80, 0, .08), transparent 30%),
    radial-gradient(circle at 92% 88%, rgba(31, 77, 122, .08), transparent 34%) !important;
}

.rd-type-news-list .news > .container {
  max-width: 1240px !important;
  padding-inline: 0 !important;
}

.rd-type-news-list .news-wrap__title {
  display: none !important;
}

.rd-type-news-list .news-wrap__subtitle {
  max-width: 820px;
  margin: 0 0 24px !important;
}

.rd-type-news-list .news-wrap__subtitle .above-title {
  width: fit-content;
  margin: 0 0 12px !important;
  padding: 8px 11px;
  border: 1px solid rgba(254, 80, 0, .2);
  border-radius: 999px;
  background: rgba(254, 80, 0, .08);
  color: var(--rd-orange-dark) !important;
  font: 850 12px/1 var(--rd-font) !important;
  text-transform: uppercase;
}

.rd-type-news-list .news-wrap__subtitle .h2-title {
  margin: 0 !important;
  color: var(--rd-ink) !important;
  font: 900 clamp(30px, 4vw, 52px)/1.02 var(--rd-font-heading) !important;
}

.rd-blog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
}

.rd-blog-filters button {
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid rgba(254, 80, 0, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: var(--rd-ink);
  cursor: pointer;
  font: 850 13px/1 var(--rd-font);
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.rd-blog-filters button:hover,
.rd-blog-filters button:focus-visible {
  border-color: rgba(254, 80, 0, .42);
  transform: translateY(-1px);
}

.rd-blog-filters button.is-active {
  border-color: var(--rd-orange);
  background: var(--rd-orange);
  color: #fff;
}

.rd-type-news-list .row.row-gap {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px !important;
  margin: 0 !important;
}

.rd-type-news-list .row.row-gap > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  padding: 0 !important;
}

.rd-type-news-list .news-article {
  position: relative;
  isolation: isolate;
  display: flex !important;
  height: auto !important;
  max-height: none !important;
  min-height: 100%;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  padding: 0 !important;
  border: 1px solid rgba(254, 80, 0, .16) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(245, 250, 249, .96)),
    #fff !important;
  color: var(--rd-ink) !important;
  text-decoration: none !important;
  box-shadow: 0 14px 34px rgba(17, 34, 51, .08) !important;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease, background .24s ease;
}

.rd-type-news-list .news-article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: 4px;
  background: linear-gradient(90deg, var(--rd-orange), var(--rd-blue));
  opacity: .88;
  transform: scaleX(.38);
  transform-origin: left;
  transition: transform .3s ease, opacity .3s ease;
}

.rd-type-news-list .news-article::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -56px;
  z-index: -1;
  width: 152px;
  height: 152px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(254, 80, 0, .2), rgba(31, 77, 122, .09) 50%, transparent 72%);
  opacity: .68;
  transform: scale(.78);
  transition: transform .32s ease, opacity .32s ease;
}

.rd-type-news-list .news-article:hover {
  transform: translateY(-4px);
  border-color: rgba(254, 80, 0, .38) !important;
  background:
    radial-gradient(circle at 88% 8%, rgba(254, 80, 0, .11), transparent 35%),
    linear-gradient(180deg, #fff, #fff4ec) !important;
  box-shadow: 0 24px 58px rgba(254, 80, 0, .14) !important;
}

.rd-type-news-list .news-article:hover::before {
  transform: scaleX(1);
  opacity: 1;
}

.rd-type-news-list .news-article:hover::after {
  opacity: 1;
  transform: scale(1);
}

.rd-type-news-list .news-article__picture {
  position: relative;
  height: 176px;
  margin: 0 !important;
  border-radius: 0 !important;
  background: #fff1e8 !important;
}

.rd-type-news-list .news-article__picture img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: saturate(.92) contrast(1.04) !important;
  transition: transform .32s ease, filter .32s ease;
}

.rd-type-news-list .news-article:hover .news-article__picture img {
  transform: scale(1.045);
  filter: saturate(1) contrast(1.06) !important;
}

.rd-type-news-list .news-article__description {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  height: auto !important;
  max-height: none !important;
  min-height: 208px;
  overflow: visible !important;
  padding: 18px !important;
}

.rd-type-news-list .news-article__description-title {
  display: block !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  color: var(--rd-ink) !important;
  font: 900 clamp(17px, 1.28vw, 20px)/1.18 var(--rd-font-heading) !important;
  text-decoration: none !important;
  overflow: visible !important;
  overflow-wrap: anywhere;
  hyphens: auto;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: initial !important;
  white-space: normal !important;
}

.rd-type-news-list .news-article__description-bottom {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto !important;
  padding-top: 16px;
  border-top: 1px solid rgba(254, 80, 0, .12);
}

.rd-type-news-list .description-bottom__time {
  color: rgba(24, 32, 42, .58) !important;
  font: 850 12px/1.2 var(--rd-font) !important;
}

.rd-type-news-list .news-article__description-bottom::after {
  content: "ЧИТАТЬ";
  display: inline-flex;
  order: 2;
  align-items: center;
  min-height: 32px;
  margin-left: auto;
  padding: 0 38px 0 14px;
  border: 1px solid rgba(254, 80, 0, .22);
  border-radius: 999px;
  background: rgba(254, 80, 0, .08);
  color: var(--rd-orange-dark);
  font: 900 13px/1.2 var(--rd-font);
  text-transform: uppercase;
  letter-spacing: 0;
}

.rd-type-news-list .news-article__description-bottom .arrow {
  position: relative;
  display: inline-grid !important;
  order: 3;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-left: -34px;
  border-radius: 999px;
  background: var(--rd-orange);
  color: #fff;
  z-index: 1;
}

.rd-type-news-list .news-article__description-bottom .arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.rd-type-news-list .news-wrap__pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px !important;
}

.rd-type-news-list .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(254, 80, 0, .18);
  border-radius: 999px;
  background: #fff;
  color: var(--rd-ink) !important;
  font: 850 13px/1 var(--rd-font);
  text-decoration: none !important;
}

.rd-type-news-list .page-numbers.current,
.rd-type-news-list .page-numbers:hover {
  background: var(--rd-orange);
  color: #fff !important;
  border-color: var(--rd-orange);
}

.post-wrap,
.post-wrap__content,
.entry-content,
.wp-block-group,
.yagooru-seo-blocks__container {
  background: #fff !important;
}

.post-wrap {
  padding-top: 34px !important;
  padding-bottom: 52px !important;
}

.post-wrap__summary {
  padding: 26px !important;
  background: linear-gradient(135deg, #fff, #fff4ec) !important;
}

.post-wrap__content {
  max-width: 880px !important;
  margin-inline: auto !important;
}

.post-wrap__content h2,
.post-wrap__content h3 {
  margin-top: 38px !important;
}

.post-wrap__content ul,
.post-wrap__content ol {
  padding-left: 22px !important;
}

.post-wrap__content li {
  margin-bottom: 10px !important;
  line-height: 1.65 !important;
}

.form-input,
.form-select,
input,
select,
textarea {
  border: 1px solid var(--rd-line) !important;
  border-radius: var(--rd-radius) !important;
  background: #fff !important;
  color: var(--rd-ink) !important;
}

.form-input:focus,
.form-select:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: var(--rd-orange) !important;
  box-shadow: 0 0 0 3px rgba(254, 80, 0, .14) !important;
}

#map,
.map,
.maps-map,
.maps-wrap__map,
#map-office {
  border: 1px solid var(--rd-line) !important;
  border-radius: var(--rd-radius-lg) !important;
  background: linear-gradient(135deg, #fff0e4, #ffe4d2) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7), 0 14px 32px rgba(20,32,42,.08) !important;
}

.footer {
  margin-top: 50px !important;
  background: #17222c !important;
  color: rgba(255,255,255,.82) !important;
}

.footer a,
.footer-menu a {
  color: rgba(255,255,255,.82) !important;
  text-decoration: none !important;
}

.footer a:hover,
.footer-menu a:hover {
  color: #fff !important;
}

.footer-logo img {
  display: none !important;
}

.footer-logo a::before {
  content: "Авто-Гид";
  color: #fff;
  font: 900 26px/1 var(--rd-font-heading);
}

.footer-wrap {
  display: grid !important;
  grid-template-columns: 1.2fr repeat(3, minmax(160px, 1fr)) !important;
  gap: 28px !important;
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

.autogid-contact-hub__button {
  position: relative !important;
  overflow: hidden !important;
  background: var(--rd-orange) !important;
  border-color: rgba(255, 255, 255, .28) !important;
  color: #fff !important;
  box-shadow: 0 16px 36px rgba(254, 80, 0, .24) !important;
}

.autogid-contact-hub__button:hover,
.autogid-contact-hub__button:focus-visible {
  color: #fff !important;
}

.autogid-contact-hub__button-icon {
  background: rgba(255, 255, 255, .16) !important;
  color: #fff !important;
}

.autogid-contact-hub--interactive {
  gap: 12px !important;
}

.autogid-contact-hub--interactive .autogid-contact-hub__button {
  min-height: 56px !important;
  padding: 0 18px 0 10px !important;
  gap: 10px !important;
  border-radius: 999px !important;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, .26), transparent 28%),
    linear-gradient(135deg, #fe5000 0%, #d14100 52%, #3b2a22 100%) !important;
  box-shadow: 0 18px 44px rgba(254, 80, 0, .34), 0 0 0 1px rgba(255, 255, 255, .12) inset !important;
  transform: translateZ(0);
  isolation: isolate;
}

.autogid-contact-hub--interactive .autogid-contact-hub__button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 24% 22%, rgba(255, 255, 255, .2), transparent 30%),
    radial-gradient(circle at 78% 76%, rgba(255, 177, 92, .14), transparent 34%);
  animation: autogidContactPulse 2.2s ease-in-out infinite;
  pointer-events: none;
}

.autogid-contact-hub--interactive .autogid-contact-hub__button::after {
  content: "";
  position: absolute;
  inset: 3px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(110deg, transparent 0%, transparent 36%, rgba(255, 255, 255, .34) 48%, transparent 62%, transparent 100%);
  opacity: .72;
  transform: translateX(-70%);
  pointer-events: none;
  animation: autogidContactShine 4.2s ease-in-out infinite;
}

.autogid-contact-hub--interactive .autogid-contact-hub__button:hover,
.autogid-contact-hub--interactive .autogid-contact-hub__button:focus-visible {
  transform: translateY(-2px) scale(1.02) !important;
  box-shadow: 0 24px 56px rgba(254, 80, 0, .42), 0 0 0 1px rgba(255, 255, 255, .18) inset !important;
}

.autogid-contact-hub--interactive.is-open .autogid-contact-hub__button {
  transform: translateY(-1px) scale(1.01) !important;
}

.autogid-contact-hub--interactive .autogid-contact-hub__button-icon {
  position: relative;
  z-index: 1;
  width: 38px !important;
  height: 38px !important;
  background: rgba(255, 255, 255, .18) !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .14), 0 0 0 1px rgba(255, 255, 255, .14) inset;
}

.autogid-contact-hub--interactive .autogid-contact-hub__button-icon svg {
  position: absolute;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity .18s ease, transform .18s ease;
}

.autogid-contact-hub--interactive .autogid-contact-hub__button-open {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.autogid-contact-hub--interactive .autogid-contact-hub__button-close {
  opacity: 0;
  transform: scale(.72) rotate(-45deg);
}

.autogid-contact-hub--interactive.is-open .autogid-contact-hub__button-open {
  opacity: 0;
  transform: scale(.72) rotate(45deg);
}

.autogid-contact-hub--interactive.is-open .autogid-contact-hub__button-close {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.autogid-contact-hub--interactive .autogid-contact-hub__button-text {
  position: relative;
  z-index: 1;
  color: #fff;
  font: 900 14px/1 var(--rd-font);
}

.autogid-contact-hub--interactive .autogid-contact-hub__menu {
  width: min(244px, calc(100vw - 32px)) !important;
  gap: 9px !important;
  padding: 12px !important;
  border-color: rgba(254, 80, 0, .2) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 24px 64px rgba(17, 34, 51, .18) !important;
  backdrop-filter: blur(14px);
  transform: translateY(14px) scale(.94) !important;
  transition: opacity .2s ease, transform .22s cubic-bezier(.2, .8, .2, 1) !important;
}

.autogid-contact-hub--interactive.is-open .autogid-contact-hub__menu {
  transform: translateY(0) scale(1) !important;
}

.autogid-contact-hub--interactive .autogid-contact-hub__item {
  min-height: 48px !important;
  border-radius: 18px !important;
  color: var(--rd-ink) !important;
  opacity: 0;
  transform: translateY(12px) scale(.96);
  transition: opacity .2s ease, transform .2s ease, border-color .16s ease, background .16s ease !important;
}

.autogid-contact-hub--interactive.is-open .autogid-contact-hub__item {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.autogid-contact-hub--interactive.is-open .autogid-contact-hub__item:nth-child(1) { transition-delay: .02s !important; }
.autogid-contact-hub--interactive.is-open .autogid-contact-hub__item:nth-child(2) { transition-delay: .05s !important; }
.autogid-contact-hub--interactive.is-open .autogid-contact-hub__item:nth-child(3) { transition-delay: .08s !important; }
.autogid-contact-hub--interactive.is-open .autogid-contact-hub__item:nth-child(4) { transition-delay: .11s !important; }
.autogid-contact-hub--interactive.is-open .autogid-contact-hub__item:nth-child(5) { transition-delay: .14s !important; }

@keyframes autogidContactPulse {
  0%, 100% {
    opacity: .72;
    transform: scale(1);
  }
  50% {
    opacity: .38;
    transform: scale(1.04);
  }
}

@keyframes autogidContactShine {
  0%, 62%, 100% {
    opacity: 0;
    transform: translateX(-72%);
  }
  72% {
    opacity: .62;
  }
  84% {
    opacity: 0;
    transform: translateX(72%);
  }
}

@media (max-width: 1180px) and (max-height: 540px) {
  .rd-header__top,
  .rd-header__actions {
    display: none !important;
  }

  .rd-header__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    gap: 10px;
    min-height: 58px;
    padding: 8px 14px;
  }

  .rd-brand {
    min-width: 0;
  }

  .rd-brand__logo {
    width: 86px;
    max-height: 50px;
  }

  .rd-mobile-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    justify-self: end;
  }

  .rd-mobile-action {
    display: inline-flex;
    width: 40px;
    height: 34px;
  }

  .rd-mobile-action svg {
    width: 19px;
    height: 19px;
  }

  .rd-mobile-action--menu {
    display: inline-grid;
    place-content: center;
    gap: 2px;
  }

  .rd-mobile-action--menu span {
    width: 13px;
    height: 2px;
  }

  .rd-nav {
    position: fixed;
    top: 66px;
    right: 12px;
    left: 12px;
    z-index: 2200;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    box-sizing: border-box;
    width: auto;
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 78px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 9px;
    border-radius: 14px;
    box-shadow: 0 24px 56px rgba(18, 32, 42, .2);
  }

  .rd-header.is-menu-open .rd-nav {
    display: grid;
  }

  .rd-nav__link {
    width: 100%;
    box-sizing: border-box;
    min-height: 40px;
    justify-content: flex-start;
    padding: 10px 12px;
    font-size: 13px;
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .autogid-contact-hub--interactive {
    right: 10px !important;
    bottom: max(14px, env(safe-area-inset-bottom)) !important;
    width: auto !important;
  }

  .autogid-contact-hub--interactive .autogid-contact-hub__button {
    width: auto !important;
    min-height: 50px !important;
    padding: 0 14px 0 8px !important;
  }

  .autogid-contact-hub--interactive .autogid-contact-hub__button-icon {
    width: 34px !important;
    height: 34px !important;
  }

  .autogid-contact-hub--interactive .autogid-contact-hub__button-text {
    font-size: 13px !important;
  }

  .autogid-contact-hub--interactive .autogid-contact-hub__menu {
    width: min(226px, calc(100vw - 20px)) !important;
  }
}

.autogid-contact-hub__menu {
  border: 1px solid var(--rd-line) !important;
  border-radius: var(--rd-radius-lg) !important;
  box-shadow: var(--rd-shadow) !important;
}

.clearfy-cookie {
  position: fixed !important;
  inset: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 9999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 18px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(7, 18, 24, .34) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(12px) scale(.98) !important;
  transition: opacity .42s ease, transform .42s ease !important;
}

.clearfy-cookie.rd-cookie-visible {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) scale(1) !important;
}

.clearfy-cookie.rd-cookie-closing {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(16px) scale(.97) !important;
}

.clearfy-cookie-container {
  display: grid !important;
  gap: 16px !important;
  width: min(560px, calc(100vw - 36px)) !important;
  max-width: 560px !important;
  margin: 0 !important;
  padding: 28px !important;
  border: 1px solid rgba(254, 80, 0, .18) !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 20% 0%, rgba(254, 80, 0, .12), transparent 36%),
    #fff !important;
  box-shadow: 0 28px 70px rgba(10, 30, 38, .22) !important;
  color: var(--rd-ink) !important;
  text-align: left !important;
  font: 700 18px/1.45 var(--rd-font) !important;
}

.clearfy-cookie-container a {
  color: var(--rd-orange-dark) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

.clearfy-cookie-accept {
  width: fit-content !important;
  min-width: 132px !important;
  margin: 0 !important;
  padding: 12px 20px !important;
  border-radius: 999px !important;
  font: 850 15px/1 var(--rd-font) !important;
}

.rd-service-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1180px;
  margin: 24px auto 6px;
  padding: 0 16px;
}

.rd-service-strip a {
  display: flex;
  min-height: 88px;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 18px;
  border: 1px solid var(--rd-line);
  border-radius: var(--rd-radius-lg);
  background: #fff;
  color: var(--rd-ink);
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(18, 32, 42, .07);
}

.rd-service-strip strong {
  color: var(--rd-ink);
  font: 850 17px/1.2 var(--rd-font-heading);
}

.rd-service-strip span {
  color: var(--rd-muted);
  font-size: 13px;
}

.rd-service-strip a:hover {
  border-color: rgba(254, 80, 0, .32);
  background: #fff6f0;
}

.rd-kasko-calc {
  max-width: 1180px;
  margin: 34px auto 26px;
  padding: 0 16px;
}

.rd-kasko-calc__head {
  max-width: 780px;
  margin: 0 0 18px;
}

.rd-kasko-calc__head h2 {
  margin: 8px 0 10px;
  color: var(--rd-ink);
  font: 900 clamp(30px, 4vw, 48px)/1.05 var(--rd-font-heading);
}

.rd-kasko-calc__head p {
  margin: 0;
  color: var(--rd-muted);
  font: 600 17px/1.65 var(--rd-font);
}

.rd-kasko-calc__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 360px);
  gap: 18px;
  align-items: stretch;
}

.rd-kasko-calc__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.rd-kasko-calc__steps article,
.rd-kasko-calc__summary {
  border: 1px solid rgba(254, 80, 0, .16);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 246, 240, .96)),
    #fff;
  box-shadow: 0 14px 34px rgba(17, 34, 51, .08);
}

.rd-kasko-calc__steps article {
  min-height: 180px;
  padding: 20px;
}

.rd-kasko-calc__steps b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(254, 80, 0, .1);
  color: var(--rd-orange-dark);
  font: 900 13px/1 var(--rd-font);
}

.rd-kasko-calc__steps h3,
.rd-kasko-calc__summary h3 {
  margin: 0 0 10px;
  color: var(--rd-ink);
  font: 900 22px/1.12 var(--rd-font-heading);
}

.rd-kasko-calc__steps p {
  margin: 0;
  color: var(--rd-muted);
  font: 600 15px/1.55 var(--rd-font);
}

.rd-kasko-calc__summary {
  display: flex;
  flex-direction: column;
  padding: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(254, 80, 0, .2), transparent 38%),
    linear-gradient(145deg, #3b2a22, #fe5000);
  color: #fff;
}

.rd-kasko-calc__summary h3 {
  color: #fff;
}

.rd-kasko-calc__summary ul {
  display: grid;
  gap: 12px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.rd-kasko-calc__summary li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, .88);
  font: 650 15px/1.45 var(--rd-font);
}

.rd-kasko-calc__summary li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .48em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, .14);
}

.rd-kasko-calc__summary .rd-cta {
  margin-top: auto;
  background: #fff !important;
  color: var(--rd-orange-dark) !important;
}

.rd-service-focus {
  max-width: 1180px;
  margin: 34px auto 26px;
  padding: 0 16px;
}

.rd-service-focus__head {
  max-width: 790px;
  margin: 0 0 18px;
}

.rd-service-focus__head h2 {
  margin: 8px 0 10px;
  color: var(--rd-ink);
  font: 900 clamp(30px, 4vw, 48px)/1.05 var(--rd-font-heading);
}

.rd-service-focus__head p {
  margin: 0;
  color: var(--rd-muted);
  font: 600 17px/1.65 var(--rd-font);
}

.rd-service-focus__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 360px);
  gap: 18px;
  align-items: stretch;
}

.rd-service-focus__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.rd-service-focus__steps article,
.rd-service-focus__summary {
  border: 1px solid rgba(254, 80, 0, .16);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 246, 240, .96)),
    #fff;
  box-shadow: 0 14px 34px rgba(17, 34, 51, .08);
}

.rd-service-focus__steps article {
  min-height: 180px;
  padding: 20px;
}

.rd-service-focus__steps b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(254, 80, 0, .1);
  color: var(--rd-orange-dark);
  font: 900 13px/1 var(--rd-font);
}

.rd-service-focus__steps h3,
.rd-service-focus__summary h3 {
  margin: 0 0 10px;
  color: var(--rd-ink);
  font: 900 22px/1.12 var(--rd-font-heading);
}

.rd-service-focus__steps p {
  margin: 0;
  color: var(--rd-muted);
  font: 600 15px/1.55 var(--rd-font);
}

.rd-service-focus__summary {
  display: flex;
  flex-direction: column;
  padding: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(254, 80, 0, .2), transparent 38%),
    linear-gradient(145deg, #3b2a22, #fe5000);
  color: #fff;
}

.rd-service-focus--osago .rd-service-focus__summary {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, .18), transparent 38%),
    linear-gradient(145deg, #1f4d7a, #fe5000);
}

.rd-service-focus--dkp .rd-service-focus__summary {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, .18), transparent 38%),
    linear-gradient(145deg, #24364a, #fe5000);
}

.rd-service-focus--green-card .rd-service-focus__summary {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, .18), transparent 38%),
    linear-gradient(145deg, #d14100, #1f4d7a);
}

.rd-service-focus__summary h3 {
  color: #fff !important;
}

.rd-service-focus .rd-service-focus__summary h3,
.rd-kasko-calc .rd-kasko-calc__summary h3 {
  color: #fff !important;
}

.rd-service-focus__summary ul {
  display: grid;
  gap: 12px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.rd-service-focus__summary li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, .88);
  font: 650 15px/1.45 var(--rd-font);
}

.rd-service-focus__summary li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .48em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, .14);
}

.rd-service-focus__summary .rd-cta {
  margin-top: auto;
  background: #fff !important;
  color: var(--rd-orange-dark) !important;
}

@media (max-width: 980px) {
  .rd-kasko-calc__layout {
    grid-template-columns: 1fr;
  }

  .rd-service-focus__layout {
    grid-template-columns: 1fr;
  }

  .rd-type-news-list .row.row-gap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rd-home-hero {
    min-height: 760px;
    margin-bottom: 26px;
  }

  .rd-home-slide {
    align-items: flex-end;
    padding-bottom: 116px;
  }

  .rd-home-slide__card {
    width: calc(100% - 32px);
    margin: 0 16px;
    padding: 22px;
    border-radius: 18px;
  }

  .rd-home-slide__card h1,
  .rd-home-slide__card h2 {
    font-size: clamp(31px, 8vw, 46px) !important;
  }

  .rd-home-slide__card p:not(.rd-eyebrow) {
    font-size: 17px !important;
    line-height: 1.45 !important;
  }

  .rd-home-slide__badges {
    gap: 8px;
    margin-top: 16px;
  }

  .rd-home-slide__badges span {
    padding: 8px 10px;
    font-size: 11px;
  }

  .rd-home-slide__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .rd-home-slide__actions .rd-cta,
  .rd-home-slide__actions .rd-secondary {
    width: 100%;
    min-height: 44px;
  }

  .rd-home-hero__controls {
    right: 16px;
    bottom: 24px;
    left: 16px;
    justify-content: space-between;
  }

  .rd-home-hero__arrow {
    width: 42px;
    height: 42px;
  }

  .rd-header__top,
  .rd-header__actions {
    display: none !important;
  }

  .rd-header__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    gap: 12px;
    min-height: 64px;
    padding: 10px 16px;
  }

  .rd-brand {
    min-width: 0;
  }

  .rd-mobile-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    justify-self: end;
  }

  .rd-mobile-action {
    display: inline-flex;
    width: 42px;
    height: 36px;
    border-radius: 8px;
  }

  .rd-mobile-action--menu {
    display: inline-grid;
    place-content: center;
    gap: 2px;
  }

  .rd-mobile-action--menu span {
    width: 14px;
    height: 2px;
  }

  .rd-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 16px;
    left: 16px;
    z-index: 1200;
    box-sizing: border-box;
    width: auto;
    max-width: calc(100vw - 32px);
    max-height: min(520px, calc(100vh - 86px));
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 10px;
    border-radius: 14px;
    box-shadow: 0 22px 50px rgba(18, 32, 42, .18);
  }

  .rd-header.is-menu-open .rd-nav {
    display: grid;
  }

  .rd-nav__link {
    width: 100%;
    box-sizing: border-box;
    min-height: 44px;
    justify-content: flex-start;
    padding: 12px 14px;
    font-size: 14px;
    white-space: normal;
  }

  .rd-hero__inner {
    grid-template-columns: 1fr;
  }

  .rd-hero-slider,
  .rd-hero-slider__viewport,
  .rd-hero-slide a {
    min-height: 300px;
  }

  .rd-utility__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rd-footer__inner {
    grid-template-columns: 1fr 1fr;
  }

  .rd-footer__cta {
    grid-template-columns: 1fr;
  }

  .rd-footer__cta-actions {
    justify-items: start;
  }

  .rd-commercial__intro,
  .rd-commercial__cta {
    grid-template-columns: 1fr;
  }

  .rd-commercial__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rd-driver-scenarios__body {
    grid-template-columns: 1fr;
  }

  .rd-driver-detail {
    position: relative;
    top: auto;
  }

  .rd-driver-scenarios__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rd-locations__layout {
    grid-template-columns: 1fr;
  }

  .rd-locations__list {
    max-height: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rd-inline-form {
    grid-template-columns: 1fr;
  }

  .rd-price-board__sections {
    grid-template-columns: 1fr;
  }

  .rd-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rd-commercial__columns {
    grid-template-columns: 1fr;
  }

  .header-wrap__menu {
    background: #fff !important;
  }

  .header-wrap__menu-wrap {
    border-radius: var(--rd-radius-lg) !important;
  }

  .banner-wrap {
    grid-template-columns: 1fr;
    padding: 30px !important;
  }

  .rd-service-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-wrap {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 767px) {
  .rd-type-news-list .row.row-gap {
    grid-template-columns: 1fr;
  }

  .rd-type-news-list .news {
    padding-inline: 14px !important;
  }

  .rd-type-news-list .news-article__picture {
    height: 210px;
  }

  .rd-header__inner {
    min-height: auto;
    padding: 12px 16px;
  }

  .rd-header__top-inner {
    padding-inline: 16px;
  }

  .rd-nav {
    width: auto;
    max-width: calc(100vw - 32px);
  }

  .rd-brand__mark {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    font-size: 15px;
  }

  .rd-brand__logo {
    width: 94px;
    max-height: 54px;
  }

  .rd-brand__text strong {
    font-size: 17px;
  }

  .rd-brand__text small {
    display: block;
    max-width: 132px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .rd-phone {
    font-size: 15px;
  }

  .rd-mobile-action {
    width: 43px;
    height: 38px;
  }

  .rd-cta {
    min-height: 40px;
    padding-inline: 14px;
  }

  .rd-hero {
    padding: 20px 14px 12px;
  }

  .rd-hero__content {
    min-height: 0;
    padding: 24px;
  }

  .rd-hero__title {
    font-size: 30px !important;
  }

  .rd-hero__lead {
    font-size: 16px !important;
  }

  .rd-hero__panel {
    padding: 12px;
  }

  .rd-utility {
    padding-inline: 14px;
  }

  .rd-utility__inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .rd-footer__inner {
    grid-template-columns: 1fr;
    padding: 34px 18px 24px;
  }

  .rd-footer__cta {
    padding: 30px 18px 24px;
  }

  .rd-footer__bottom {
    flex-direction: column;
    padding-inline: 18px;
  }

  .rd-commercial {
    padding: 14px 14px 40px;
  }

  .rd-commercial__media,
  .rd-commercial__media img {
    min-height: 260px;
  }

  .rd-commercial__badge {
    left: 26px;
    right: 26px;
    bottom: 38px;
    font-size: 18px;
  }

  .rd-commercial__grid {
    grid-template-columns: 1fr;
  }

  .rd-driver-scenarios {
    padding: 22px 16px;
  }

  .rd-driver-scenarios__grid {
    grid-template-columns: 1fr;
  }

  .rd-driver-card {
    min-height: 142px;
    padding: 16px;
  }

  .rd-driver-detail {
    min-height: 0;
    padding: 22px;
  }

  .rd-locations {
    padding: 22px 16px;
  }

  .rd-locations__map,
  .rd-locations__fallback {
    min-height: 360px;
  }

  .rd-locations__list {
    grid-template-columns: 1fr;
  }

  .rd-location-card {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .rd-location-card__route {
    grid-column: 2;
    width: fit-content;
  }

  .rd-inline-form {
    padding: 22px 16px;
  }

  .rd-inline-form__form {
    padding: 14px;
  }

  .rd-price-board {
    padding: 22px 16px;
  }

  .rd-price-section {
    padding: 16px;
  }

  .rd-price-list div {
    grid-template-columns: 1fr;
  }

  .rd-price-grid {
    grid-template-columns: 1fr;
  }

  .rd-commercial__cta {
    gap: 16px;
  }

  .header-wrap {
    min-height: 68px !important;
  }

  .header-wrap__logo a::before {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .header-wrap__logo a::after {
    font-size: 16px;
  }

  .main-title,
  .h1-title,
  h1 {
    font-size: 30px !important;
  }

  .banner-wrap {
    margin-top: 18px !important;
    padding: 22px !important;
  }

  .rd-service-strip {
    grid-template-columns: 1fr;
  }

  .rd-kasko-calc {
    margin-top: 24px;
  }

  .rd-service-focus {
    margin-top: 24px;
  }

  .rd-kasko-calc__steps {
    grid-template-columns: 1fr;
  }

  .rd-service-focus__steps {
    grid-template-columns: 1fr;
  }

  .rd-kasko-calc__steps article {
    min-height: auto;
  }

.rd-service-focus__steps article {
    min-height: auto;
  }

  .footer-wrap {
    grid-template-columns: 1fr !important;
  }
}

/* Premium visual pass: restrained depth, light and technical SVG motifs. */
.rd-header {
  box-shadow: 0 18px 46px rgba(17, 34, 51, .12), 0 1px 0 rgba(255, 255, 255, .78) inset;
}

.rd-footer {
  position: relative;
  overflow: hidden;
}

.rd-footer > * {
  position: relative;
  z-index: 1;
}

.rd-brand__mark,
.rd-home-hero__arrow,
.rd-hero-slider__arrow,
.rd-mobile-action,
.rd-phone,
.rd-cta,
.rd-secondary,
.rd-locations__filters button,
.rd-location-card__route,
.rd-driver-detail__links a,
.rd-footer__nav,
.rd-inline-form__form input,
.rd-inline-form__form textarea {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease, color .22s ease;
}

.rd-cta,
.rd-secondary,
.rd-phone,
.rd-home-hero__arrow,
.rd-hero-slider__arrow,
.rd-mobile-action,
.rd-location-card__route,
.rd-driver-detail__links a {
  position: relative;
  overflow: hidden;
}

.rd-cta::before,
.rd-secondary::before,
.rd-phone::before,
.rd-home-hero__arrow::before,
.rd-hero-slider__arrow::before,
.rd-mobile-action::before,
.rd-location-card__route::before,
.rd-driver-detail__links a::before {
  content: "";
  position: absolute;
  inset: -140% auto -140% -70%;
  width: 58%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .42), transparent);
  opacity: 0;
  pointer-events: none;
}

.rd-cta:hover::before,
.rd-secondary:hover::before,
.rd-phone:hover::before,
.rd-home-hero__arrow:hover::before,
.rd-hero-slider__arrow:hover::before,
.rd-mobile-action:hover::before,
.rd-location-card__route:hover::before,
.rd-driver-detail__links a:hover::before {
  animation: rdLightSweep .72s ease;
}

.rd-cta:hover,
.rd-secondary:hover,
.rd-phone:hover,
.rd-home-hero__arrow:hover,
.rd-hero-slider__arrow:hover,
.rd-mobile-action:hover,
.rd-location-card__route:hover {
  transform: translateY(-1px);
}

.rd-home-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 177, 92, .2), transparent 25%),
    radial-gradient(circle at 12% 76%, rgba(31, 77, 122, .22), transparent 34%);
  mix-blend-mode: screen;
  opacity: .72;
  pointer-events: none;
}

.rd-home-slide__card,
.rd-hero__content,
.rd-hero-slider,
.rd-commercial__text,
.rd-commercial__media,
.rd-commercial__panel,
.rd-commercial__cta,
.rd-commercial__card,
.rd-driver-scenarios,
.rd-driver-card,
.rd-driver-detail,
.rd-locations,
.rd-inline-form,
.rd-price-board,
.rd-price-section,
.rd-service-focus__steps article,
.rd-service-focus__summary,
.rd-kasko-calc__steps article,
.rd-kasko-calc__summary,
.news-article {
  position: relative;
  overflow: hidden;
  box-shadow: var(--rd-shadow-premium);
}

.rd-commercial__card,
.rd-driver-card,
.rd-location-card,
.rd-price-section,
.rd-service-focus__steps article,
.rd-kasko-calc__steps article,
.news-article {
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 248, 244, .96)),
    radial-gradient(circle at 92% 6%, rgba(254, 80, 0, .12), transparent 30%);
}

.rd-commercial__card:hover,
.rd-driver-card:hover,
.rd-location-card:hover,
.rd-price-section:hover,
.rd-service-focus__steps article:hover,
.rd-kasko-calc__steps article:hover,
.news-article:hover {
  transform: translateY(-3px);
  border-color: rgba(254, 80, 0, .3);
  box-shadow: var(--rd-shadow-hover);
}

.rd-home-slide__card::before,
.rd-hero__content::before,
.rd-hero-slider::before,
.rd-driver-scenarios::before,
.rd-locations::before,
.rd-price-board::before,
.rd-inline-form::before,
.rd-service-focus__steps article::before,
.rd-kasko-calc__steps article::before {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, .9) 0 2px, transparent 3px) 0 0 / 18px 18px,
    radial-gradient(circle, rgba(254, 80, 0, .14), transparent 68%);
  opacity: .62;
  pointer-events: none;
}

.rd-service-focus__steps article::after,
.rd-kasko-calc__steps article::after,
.rd-commercial__card::after,
.rd-price-section::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 14px;
  width: 72px;
  height: 72px;
  opacity: .08;
  background: currentColor;
  color: var(--rd-orange-dark);
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 42h44l-4-15a8 8 0 0 0-8-6H22a8 8 0 0 0-8 6l-4 15Z'/%3E%3Cpath d='M17 42v7M47 42v7M21 32h.1M43 32h.1M25 21l3-8h8l3 8'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 42h44l-4-15a8 8 0 0 0-8-6H22a8 8 0 0 0-8 6l-4 15Z'/%3E%3Cpath d='M17 42v7M47 42v7M21 32h.1M43 32h.1M25 21l3-8h8l3 8'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  pointer-events: none;
}

.rd-service-focus__summary::after,
.rd-kasko-calc__summary::after,
.rd-driver-detail::after,
.rd-inline-form::after {
  content: "";
  position: absolute;
  inset: auto -20% -46% auto;
  width: 340px;
  height: 340px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 177, 92, .18), transparent 68%);
  pointer-events: none;
}

.rd-footer::after {
  display: none !important;
  content: none !important;
}

.rd-locations__map {
  box-shadow: 0 24px 64px rgba(17, 34, 51, .14), 0 0 0 1px rgba(255, 255, 255, .8) inset;
}

.rd-location-card b,
.rd-commercial__card b,
.rd-service-focus__steps b,
.rd-kasko-calc__steps b,
.rd-hero-slide__icon,
.rd-driver-detail__icon {
  box-shadow: 0 10px 24px rgba(254, 80, 0, .14), 0 0 0 1px rgba(255, 255, 255, .72) inset;
}

.rd-location-card.is-active b,
.rd-driver-card.is-active b,
.rd-locations__filters button.is-active {
  box-shadow: 0 0 0 5px rgba(254, 80, 0, .12), 0 16px 30px rgba(254, 80, 0, .18);
}

.rd-inline-form__form input:hover,
.rd-inline-form__form textarea:hover {
  box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
}

.rd-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .58s ease, transform .58s ease;
  transition-delay: var(--rd-reveal-delay, 0ms);
}

.rd-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes rdLightSweep {
  0% {
    left: -70%;
    opacity: 0;
  }
  18% {
    opacity: .85;
  }
  100% {
    left: 125%;
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rd-reveal,
  .rd-home-slide,
  .rd-hero-slide,
  .rd-cta,
  .rd-secondary,
  .rd-phone,
  .rd-commercial__card,
  .rd-driver-card,
  .rd-location-card,
  .rd-price-section,
  .rd-service-focus__steps article,
  .rd-kasko-calc__steps article,
  .news-article {
    transition: none !important;
  }

  .rd-reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 640px) {
  .rd-home-slide__card::before,
  .rd-hero__content::before,
  .rd-hero-slider::before,
  .rd-driver-scenarios::before,
  .rd-locations::before,
  .rd-price-board::before,
  .rd-inline-form::before,
  .rd-service-focus__steps article::before,
  .rd-kasko-calc__steps article::before {
    width: 104px;
    height: 104px;
    right: -28px;
    top: -28px;
  }

  .rd-service-focus__steps article::after,
  .rd-kasko-calc__steps article::after,
  .rd-commercial__card::after,
  .rd-price-section::after {
    width: 54px;
    height: 54px;
  }
}

/* Modernized legacy services block: task routes instead of old "Наши услуги" tiles. */
html body .services {
  padding: 10px 20px 58px !important;
}

html body .services > .container {
  max-width: 1240px !important;
  padding-inline: 0 !important;
}

html body .services-wrap[data-rd-modern-services="true"] {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3vw, 36px) !important;
  border: 1px solid rgba(254, 80, 0, .16);
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 177, 92, .18), transparent 30%),
    radial-gradient(circle at 4% 96%, rgba(31, 77, 122, .1), transparent 34%),
    linear-gradient(135deg, #ffffff, #fff6f0) !important;
  box-shadow: var(--rd-shadow-premium);
}

html body .services-wrap[data-rd-modern-services="true"]::before {
  content: "";
  position: absolute;
  right: -48px;
  top: -52px;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(254, 80, 0, .12), transparent 68%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .9) 0 2px, transparent 3px) 0 0 / 18px 18px;
  opacity: .72;
  pointer-events: none;
}

html body .services-wrap[data-rd-modern-services="true"] .services-wrap__title {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 780px;
  gap: 10px;
  margin: 0 0 22px !important;
}

html body .services-wrap[data-rd-modern-services="true"] .services-wrap__title::before {
  content: "Навигация по оформлению";
  width: fit-content;
  padding: 8px 11px;
  border: 1px solid rgba(254, 80, 0, .18);
  border-radius: 999px;
  background: rgba(254, 80, 0, .08);
  color: var(--rd-orange-dark);
  font: 900 11px/1 var(--rd-font);
  text-transform: uppercase;
}

html body .services-wrap[data-rd-modern-services="true"] .services-wrap__title .h2-title {
  margin: 0 !important;
  color: var(--rd-ink) !important;
  font: 900 clamp(28px, 3vw, 44px)/1.05 var(--rd-font-heading) !important;
}

html body .services-wrap[data-rd-modern-services="true"] .rd-services-lead {
  max-width: 760px;
  margin: 0 !important;
  color: var(--rd-muted) !important;
  font: 600 16px/1.65 var(--rd-font) !important;
}

html body .services-wrap[data-rd-modern-services="true"] > .row {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px !important;
  margin: 0 !important;
}

html body .services-wrap[data-rd-modern-services="true"] > .row > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  padding: 0 !important;
}

html body .services-wrap[data-rd-modern-services="true"] > .row > .col-md-6 {
  grid-column: span 2;
}

html body .services-wrap[data-rd-modern-services="true"] .services-wrap-link {
  position: relative;
  display: grid !important;
  min-height: 178px;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(254, 80, 0, .14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 86% 12%, rgba(254, 80, 0, .11), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 248, 244, .96)) !important;
  box-shadow: 0 14px 34px rgba(17, 34, 51, .08), 0 1px 0 rgba(255, 255, 255, .86) inset;
  color: var(--rd-ink) !important;
  text-decoration: none !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

html body .services-wrap[data-rd-modern-services="true"] .services-wrap-link::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--rd-orange), var(--rd-blue));
  transform: scaleX(.28);
  transform-origin: left;
  transition: transform .26s ease;
}

html body .services-wrap[data-rd-modern-services="true"] .services-wrap-link::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 74px;
  height: 74px;
  opacity: .075;
  background: var(--rd-orange-dark);
  -webkit-mask: var(--ag-service-icon) center / contain no-repeat;
  mask: var(--ag-service-icon) center / contain no-repeat;
  pointer-events: none;
}

html body .services-wrap[data-rd-modern-services="true"] .services-wrap-link:hover {
  transform: translateY(-4px);
  border-color: rgba(254, 80, 0, .34);
  box-shadow: var(--rd-shadow-hover);
}

html body .services-wrap[data-rd-modern-services="true"] .services-wrap-link:hover::before {
  transform: scaleX(1);
}

html body .services-wrap[data-rd-modern-services="true"] .services-wrap__text {
  display: grid !important;
  min-height: 100%;
  padding: 20px !important;
  background: transparent !important;
}

html body .services-wrap[data-rd-modern-services="true"] .services-wrap__text-wrapper {
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

html body .services-wrap[data-rd-modern-services="true"] .services-wrap__text-icon {
  display: grid;
  place-items: center;
  width: 52px !important;
  height: 52px !important;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(254, 80, 0, .12), rgba(31, 77, 122, .12));
  box-shadow: 0 10px 24px rgba(254, 80, 0, .14), 0 0 0 1px rgba(255, 255, 255, .72) inset;
}

html body .services-wrap[data-rd-modern-services="true"] .services-wrap__text-icon::before {
  display: none !important;
}

html body .services-wrap[data-rd-modern-services="true"] .services-wrap__text-icon::after {
  inset: 13px !important;
  background: var(--rd-orange-dark) !important;
}

html body .services-wrap[data-rd-modern-services="true"] .services-wrap__text h3 {
  display: grid;
  gap: 8px;
  margin: 0 !important;
}

html body .services-wrap[data-rd-modern-services="true"] .services-wrap__text h3 span {
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid rgba(254, 80, 0, .18);
  border-radius: 999px;
  background: rgba(254, 80, 0, .08);
  color: var(--rd-orange-dark);
  font: 900 11px/1 var(--rd-font);
  text-transform: uppercase;
}

html body .services-wrap[data-rd-modern-services="true"] .services-wrap__text h3 strong {
  color: var(--rd-ink);
  font: 900 clamp(19px, 1.7vw, 25px)/1.1 var(--rd-font-heading);
}

html body .services-wrap[data-rd-modern-services="true"] .services-wrap__text h3 em {
  max-width: 430px;
  color: var(--rd-muted);
  font: 600 14px/1.5 var(--rd-font);
  font-style: normal;
}

html body .services-wrap[data-rd-modern-services="true"] .services-wrap__text-arrow {
  position: absolute !important;
  right: 18px;
  top: 18px;
  display: grid !important;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(254, 80, 0, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
}

html body .services-wrap[data-rd-modern-services="true"] .services-wrap__text-arrow::before {
  content: "";
  width: 15px;
  height: 15px;
  background: var(--rd-orange-dark);
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M14.7 5.3a1 1 0 0 0-1.4 1.4L17.6 11H4a1 1 0 1 0 0 2h13.6l-4.3 4.3a1 1 0 1 0 1.4 1.4l6-6a1 1 0 0 0 0-1.4l-6-6Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M14.7 5.3a1 1 0 0 0-1.4 1.4L17.6 11H4a1 1 0 1 0 0 2h13.6l-4.3 4.3a1 1 0 1 0 1.4 1.4l6-6a1 1 0 0 0 0-1.4l-6-6Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

html body .services-wrap[data-rd-modern-services="true"] .services-wrap__text-image {
  display: none !important;
}

@media (max-width: 980px) {
  html body .services-wrap[data-rd-modern-services="true"] > .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body .services-wrap[data-rd-modern-services="true"] > .row > .col-md-6 {
    grid-column: span 1;
  }
}

@media (max-width: 640px) {
  html body .services {
    padding-inline: 12px !important;
  }

  html body .services-wrap[data-rd-modern-services="true"] {
    padding: 22px 16px !important;
  }

  html body .services-wrap[data-rd-modern-services="true"] > .row {
    grid-template-columns: 1fr;
  }

  html body .services-wrap[data-rd-modern-services="true"] .services-wrap-link {
    min-height: 156px;
  }

  html body .services-wrap[data-rd-modern-services="true"] .services-wrap__text-wrapper {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
  }

  html body .services-wrap[data-rd-modern-services="true"] .services-wrap__text-icon {
    width: 46px !important;
    height: 46px !important;
  }
}

/* Article page polish: compact title area and a redesigned in-article navigation panel. */
html body.rd-deep .title-other-wrap {
  display: none !important;
}

html body.rd-deep .post.mb-section {
  margin-top: 0 !important;
  margin-bottom: 34px !important;
  padding-top: 8px !important;
}

html body.rd-deep .post > .container {
  max-width: 1180px !important;
}

html body.rd-deep .post-wrap {
  background: transparent !important;
  box-shadow: none !important;
}

html body.rd-deep .post-wrap__summary[data-rd-article-nav="true"] {
  position: relative;
  overflow: hidden;
  margin: 0 0 28px !important;
  padding: clamp(18px, 2.5vw, 26px) !important;
  border: 1px solid rgba(254, 80, 0, .16) !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 94% 10%, rgba(255, 177, 92, .18), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(244, 250, 249, .98)) !important;
  box-shadow: var(--rd-shadow-premium) !important;
}

html body.rd-deep .post-wrap__summary[data-rd-article-nav="true"]::before {
  content: "Навигация";
  position: absolute;
  left: clamp(18px, 2.5vw, 26px);
  top: clamp(18px, 2.5vw, 26px);
  z-index: 2;
  width: fit-content;
  padding: 8px 11px;
  border: 1px solid rgba(254, 80, 0, .18);
  border-radius: 999px;
  background: rgba(254, 80, 0, .08);
  color: var(--rd-orange-dark);
  font: 900 11px/1 var(--rd-font);
  text-transform: uppercase;
}

html body.rd-deep .post-wrap__summary[data-rd-article-nav="true"] .row {
  display: grid !important;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1fr);
  gap: 24px !important;
  align-items: stretch !important;
  margin: 0 !important;
}

html body.rd-deep .post-wrap__summary[data-rd-article-nav="true"] .row > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  padding: 0 !important;
}

html body.rd-deep .post-wrap__summary[data-rd-article-nav="true"] .post-wrap__image {
  position: relative;
  height: 100%;
  min-height: 250px;
  overflow: hidden;
  border-radius: 18px;
  background: #ffe5d4;
  box-shadow: 0 18px 44px rgba(17, 34, 51, .1);
}

html body.rd-deep .post-wrap__summary[data-rd-article-nav="true"] .post-wrap__image::after {
  content: attr(data-rd-image-caption);
  position: absolute;
  inset: auto 14px 14px 14px;
  z-index: 2;
  display: flex;
  min-height: 74px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(18, 52, 58, .88), rgba(254, 80, 0, .82));
  color: #fff;
  font: 900 clamp(16px, 1.6vw, 22px)/1.15 var(--rd-font-heading);
  opacity: 1;
  pointer-events: none;
  transform: translateY(0);
  transition: opacity .22s ease, transform .22s ease;
  box-shadow: 0 16px 34px rgba(88, 42, 22, .2);
}

html body.rd-deep .post-wrap__summary[data-rd-article-nav="true"] .post-wrap__image img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}

html body.rd-deep .post-wrap__summary[data-rd-article-nav="true"] .post-title {
  margin: 52px 0 8px !important;
  color: var(--rd-ink) !important;
  font: 900 clamp(24px, 2.4vw, 34px)/1.08 var(--rd-font-heading) !important;
}

html body.rd-deep .post-wrap__summary[data-rd-article-nav="true"] .rd-article-nav-lead {
  margin: 0 0 16px !important;
  color: var(--rd-muted) !important;
  font: 600 15px/1.55 var(--rd-font) !important;
}

html body.rd-deep .post-wrap__summary[data-rd-article-nav="true"] .post-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body.rd-deep .post-wrap__summary[data-rd-article-nav="true"] .post-list li {
  margin: 0 !important;
  padding: 0 !important;
}

html body.rd-deep .post-wrap__summary[data-rd-article-nav="true"] .article__content-item {
  position: relative;
  display: flex;
  min-height: 70px;
  align-items: center;
  gap: 12px;
  padding: 14px 14px 14px 50px;
  border: 1px solid rgba(254, 80, 0, .14);
  border-radius: 15px;
  background: rgba(255, 255, 255, .78);
  color: var(--rd-ink) !important;
  font: 850 14px/1.35 var(--rd-font) !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(17, 34, 51, .055);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

html body.rd-deep .post-wrap__summary[data-rd-article-nav="true"] .article__content-item::before {
  content: var(--rd-nav-index);
  position: absolute;
  left: 14px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 9px;
  transform: translateY(-50%);
  background: rgba(254, 80, 0, .1);
  color: var(--rd-orange-dark);
  font: 900 10px/1 var(--rd-font);
}

html body.rd-deep .post-wrap__summary[data-rd-article-nav="true"] .article__content-item:hover {
  transform: translateY(-2px);
  border-color: rgba(254, 80, 0, .32);
  box-shadow: 0 16px 34px rgba(254, 80, 0, .1);
}

html body.rd-deep .post-wrap__content {
  max-width: 900px;
  margin: 0 auto;
}

html body.rd-deep .rd-article-depth {
  margin: clamp(28px, 4vw, 44px) 0 8px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(254, 80, 0, .15);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 177, 92, .18), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(255, 246, 240, .98));
  box-shadow: 0 18px 44px rgba(17, 34, 51, .07);
}

html body.rd-deep .rd-partners-showcase {
  position: relative;
  overflow: hidden;
  margin: clamp(26px, 4vw, 52px) 0;
  padding: clamp(34px, 5vw, 70px) 18px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 177, 92, .3), transparent 26%),
    radial-gradient(circle at 88% 12%, rgba(31, 77, 122, .18), transparent 30%),
    linear-gradient(135deg, #fff2e8 0%, #f8fbfb 48%, #fff1e8 100%);
}

html body.rd-deep .rd-partners-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(254, 80, 0, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(254, 80, 0, .055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

html body.rd-deep .rd-partners-showcase__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: clamp(20px, 3.5vw, 38px);
  max-width: 1240px;
  margin: 0 auto;
  align-items: start;
}

html body.rd-deep .rd-partners-showcase__head {
  grid-column: 1;
  grid-row: 1;
  max-width: 470px;
}

html body.rd-deep .rd-partners-showcase__head h2 {
  margin: 10px 0 14px;
  color: var(--rd-ink);
  font: 900 clamp(34px, 4vw, 58px)/.98 var(--rd-font-heading);
}

html body.rd-deep .rd-partners-showcase__head p {
  margin: 0;
  color: var(--rd-muted);
  font: 650 16px/1.62 var(--rd-font);
}

html body.rd-deep .rd-partners-showcase__facts {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  gap: 10px;
  margin-top: -12px;
}

html body.rd-deep .rd-partners-showcase__facts span {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  min-height: 46px;
  padding: 9px 14px 9px 10px;
  border: 1px solid rgba(254, 80, 0, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .74);
  color: var(--rd-ink);
  font: 850 14px/1.2 var(--rd-font);
  box-shadow: 0 14px 34px rgba(17, 34, 51, .07);
  backdrop-filter: blur(10px);
}

html body.rd-deep .rd-partners-showcase__facts b {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--rd-orange-dark);
  color: #fff;
  font: 900 10px/1 var(--rd-font);
}

html body.rd-deep .rd-partners-orbit {
  grid-column: 2;
  grid-row: 1 / span 2;
  position: relative;
  min-height: auto;
  padding: clamp(14px, 2.2vw, 22px);
  border: 1px solid rgba(254, 80, 0, .16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 177, 92, .2), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, .8), rgba(241, 250, 248, .9));
  box-shadow: 0 28px 80px rgba(17, 34, 51, .11), inset 0 1px 0 rgba(255, 255, 255, .9);
  backdrop-filter: blur(16px);
}

html body.rd-deep .rd-partners-orbit__glow {
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(254, 80, 0, .22), transparent 62%),
    conic-gradient(from 90deg, rgba(255, 177, 92, .08), rgba(31, 77, 122, .16), rgba(254, 80, 0, .08), rgba(255, 177, 92, .08));
  filter: blur(2px);
  opacity: .9;
  animation: rd-partners-glow 12s linear infinite;
}

html body.rd-deep .rd-partners-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

html body.rd-deep .rd-partners-card {
  position: relative;
  overflow: hidden;
  min-height: 118px;
  padding: 13px 12px 11px;
  border: 1px solid rgba(254, 80, 0, .14);
  border-radius: 20px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 16px 38px rgba(17, 34, 51, .075);
  transform: translateY(calc((var(--rd-partner-index) % 3) * 4px));
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

html body.rd-deep .rd-partners-card::before {
  content: "";
  position: absolute;
  inset: -70% auto auto -45%;
  width: 90%;
  height: 180%;
  transform: rotate(22deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .78), transparent);
  opacity: 0;
  transition: opacity .2s ease, left .5s ease;
}

html body.rd-deep .rd-partners-card:hover {
  transform: translateY(-6px);
  border-color: rgba(254, 80, 0, .32);
  box-shadow: 0 24px 56px rgba(198, 61, 0, .15);
}

html body.rd-deep .rd-partners-card:hover::before {
  left: 70%;
  opacity: .75;
}

html body.rd-deep .rd-partners-card__logo {
  display: grid;
  place-items: center;
  height: 64px;
  padding: 8px;
  border-radius: 15px;
  background: rgba(255, 242, 232, .72);
}

html body.rd-deep .rd-partners-card__logo img {
  display: block;
  max-width: 100%;
  max-height: 50px;
  object-fit: contain;
  filter: saturate(.9) contrast(1.04);
}

html body.rd-deep .rd-partners-card span {
  display: block;
  margin-top: 10px;
  color: var(--rd-muted);
  font: 800 12px/1.25 var(--rd-font);
  text-align: center;
}

@keyframes rd-partners-glow {
  0% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(180deg) scale(1.04); }
  100% { transform: rotate(360deg) scale(1); }
}

html body.rd-deep .rd-article-depth__head {
  max-width: 760px;
  margin-bottom: 18px;
}

html body.rd-deep .rd-article-depth__head span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(254, 80, 0, .09);
  color: var(--rd-orange-dark);
  font: 900 11px/1 var(--rd-font);
  text-transform: uppercase;
}

html body.rd-deep .rd-article-depth__head h2 {
  margin: 0 0 10px;
  color: var(--rd-ink);
  font: 900 clamp(25px, 2.5vw, 36px)/1.08 var(--rd-font-heading);
}

html body.rd-deep .rd-article-depth__head p {
  margin: 0;
  color: var(--rd-muted);
  font: 650 16px/1.65 var(--rd-font);
}

html body.rd-deep .rd-article-depth__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 14px;
}

html body.rd-deep .rd-article-depth__card {
  padding: 18px;
  border: 1px solid rgba(254, 80, 0, .13);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 12px 28px rgba(17, 34, 51, .055);
}

html body.rd-deep .rd-article-depth__card h3 {
  margin: 0 0 12px;
  color: var(--rd-ink);
  font: 900 19px/1.15 var(--rd-font-heading);
}

html body.rd-deep .rd-article-depth__card ol,
html body.rd-deep .rd-article-depth__card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--rd-muted);
  font: 650 15px/1.55 var(--rd-font);
}

html body.rd-deep .rd-article-depth__card li::marker {
  color: var(--rd-orange-dark);
  font-weight: 900;
}

html body.rd-deep .rd-article-depth__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(254, 80, 0, .12);
}

html body.rd-deep .rd-article-depth__links strong {
  margin-right: 4px;
  color: var(--rd-ink);
  font: 900 14px/1.2 var(--rd-font);
}

html body.rd-deep .rd-article-depth__links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid rgba(254, 80, 0, .18);
  border-radius: 999px;
  background: rgba(254, 80, 0, .07);
  color: var(--rd-orange-dark) !important;
  font: 850 13px/1.2 var(--rd-font);
  text-decoration: none !important;
}

html body.rd-deep section.tags[data-rd-category-panel="true"] {
  margin: -2px 0 34px !important;
}

html body.rd-deep section.tags[data-rd-category-panel="true"] .container {
  max-width: 1180px !important;
}

html body.rd-deep section.tags[data-rd-category-panel="true"] .tags-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

html body.rd-deep .rd-neighbor-card {
  position: relative;
  display: flex;
  min-height: 118px;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  padding: 18px 20px;
  border: 1px solid rgba(254, 80, 0, .14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 94% 0%, rgba(255, 177, 92, .18), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(243, 251, 249, .96));
  box-shadow: 0 16px 38px rgba(17, 34, 51, .06);
}

html body.rd-deep .rd-neighbor-card::before {
  content: "";
  position: absolute;
  top: 18px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(254, 80, 0, .18);
  border-radius: 999px;
  background: rgba(254, 80, 0, .08);
}

html body.rd-deep .rd-neighbor-card::after {
  content: "";
  position: absolute;
  top: 30px;
  width: 14px;
  height: 14px;
  color: var(--rd-orange-dark);
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M13.2 5.3a1 1 0 0 1 1.4 0l6 6a1 1 0 0 1 0 1.4l-6 6a1 1 0 1 1-1.4-1.4L17.5 13H4a1 1 0 1 1 0-2h13.5l-4.3-4.3a1 1 0 0 1 0-1.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M13.2 5.3a1 1 0 0 1 1.4 0l6 6a1 1 0 0 1 0 1.4l-6 6a1 1 0 1 1-1.4-1.4L17.5 13H4a1 1 0 1 1 0-2h13.5l-4.3-4.3a1 1 0 0 1 0-1.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

html body.rd-deep .rd-neighbor-card--prev {
  padding-left: 74px;
}

html body.rd-deep .rd-neighbor-card--prev::before {
  left: 20px;
}

html body.rd-deep .rd-neighbor-card--prev::after {
  left: 32px;
  transform: rotate(180deg);
}

html body.rd-deep .rd-neighbor-card--next {
  padding-right: 74px;
  text-align: right;
}

html body.rd-deep .rd-neighbor-card--next::before {
  right: 20px;
}

html body.rd-deep .rd-neighbor-card--next::after {
  right: 32px;
}

html body.rd-deep .rd-neighbor-card span {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(254, 80, 0, .09);
  color: var(--rd-orange-dark);
  font: 900 11px/1 var(--rd-font);
  text-transform: uppercase;
}

html body.rd-deep .rd-neighbor-card--next span {
  margin-left: auto;
}

html body.rd-deep .rd-neighbor-card a {
  color: var(--rd-ink) !important;
  font: 900 clamp(15px, 1.35vw, 18px)/1.25 var(--rd-font-heading);
  text-decoration: none !important;
}

html body.rd-deep .rd-neighbor-card a:hover {
  color: var(--rd-orange-dark) !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

html body.rd-deep .rd-neighbor-card em {
  color: var(--rd-muted);
  font: 750 14px/1.4 var(--rd-font);
  font-style: normal;
}

html body.rd-deep .rd-neighbor-card.is-loading {
  opacity: .72;
}

html body.rd-deep .rd-neighbor-card.is-disabled {
  opacity: .66;
}

@media (max-width: 860px) {
  html body.rd-deep .rd-partners-showcase__inner {
    grid-template-columns: 1fr;
  }

  html body.rd-deep .rd-partners-showcase__head {
    grid-column: auto;
    grid-row: auto;
    max-width: 680px;
  }

  html body.rd-deep .rd-partners-showcase__facts {
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
  }

  html body.rd-deep .rd-partners-orbit {
    grid-column: auto;
    grid-row: auto;
    min-height: auto;
  }

  html body.rd-deep .rd-partners-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html body.rd-deep .post-wrap__summary[data-rd-article-nav="true"] .row {
    grid-template-columns: 1fr;
  }

  html body.rd-deep .post-wrap__summary[data-rd-article-nav="true"] .post-title {
    margin-top: 0 !important;
  }
}

@media (max-width: 640px) {
  html body.rd-deep .rd-partners-showcase {
    padding: 28px 12px;
  }

  html body.rd-deep .rd-partners-showcase__facts span {
    width: 100%;
  }

  html body.rd-deep .rd-partners-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  html body.rd-deep .rd-partners-card {
    min-height: 118px;
    padding: 12px 10px;
    border-radius: 16px;
    transform: none;
  }

  html body.rd-deep .rd-partners-card__logo {
    height: 62px;
  }

  html body.rd-deep .rd-partners-card__logo img {
    max-height: 46px;
  }

  html body.rd-deep .post-wrap__summary[data-rd-article-nav="true"] {
    padding: 16px !important;
  }

  html body.rd-deep .post-wrap__summary[data-rd-article-nav="true"]::before {
    position: static;
    margin-bottom: 12px;
  }

  html body.rd-deep .post-wrap__summary[data-rd-article-nav="true"] .post-list {
    grid-template-columns: 1fr;
  }

  html body.rd-deep .rd-article-depth__grid {
    grid-template-columns: 1fr;
  }

  html body.rd-deep section.tags[data-rd-category-panel="true"] .tags-wrap {
    grid-template-columns: 1fr;
  }

  html body.rd-deep .rd-neighbor-card,
  html body.rd-deep .rd-neighbor-card--next {
    min-height: 112px;
    padding: 16px 16px 16px 66px;
    text-align: left;
  }

  html body.rd-deep .rd-neighbor-card--next span {
    margin-left: 0;
  }

  html body.rd-deep .rd-neighbor-card--next::before,
  html body.rd-deep .rd-neighbor-card--next::after {
    right: auto;
  }

  html body.rd-deep .rd-neighbor-card--next::before,
  html body.rd-deep .rd-neighbor-card--prev::before {
    left: 16px;
  }

  html body.rd-deep .rd-neighbor-card--next::after {
    left: 28px;
  }

  html body.rd-deep .rd-neighbor-card--prev::after {
    left: 28px;
  }
}
