.rl-hero-slim,
.rl-hero-slim * {
  box-sizing: border-box;
}

.rl-hero-slim {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 250px;
  margin: 0;
  overflow: hidden;
  background: #1f2b2f;
  font-family: "Open Sans", Arial, sans-serif;
}

.rl-hero-slim__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(
      90deg,
      rgba(20, 28, 31, 0.46) 0%,
      rgba(20, 28, 31, 0.30) 33%,
      rgba(20, 28, 31, 0.08) 62%,
      rgba(20, 28, 31, 0.00) 100%
    ),
    url("/gallery/riven-main-banner1.webp");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.rl-hero-slim__content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 250px;
  padding: 30px 46px;
  display: flex;
  align-items: center;
}

.rl-hero-slim__text {
  max-width: 510px;
}

.rl-hero-slim__title {
  margin: 0;
  color: #ffffff;
  font-size: 31px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.4px;
  text-shadow:
    0 2px 10px rgba(0, 0, 0, 0.36),
    0 1px 2px rgba(0, 0, 0, 0.30);
}

.rl-hero-slim__subtitle {
  max-width: 470px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.34),
    0 1px 2px rgba(0, 0, 0, 0.28);
}

.rl-hero-slim__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}

.rl-hero-slim__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.rl-hero-slim__btn span {
  margin-left: 10px;
  font-size: 18px;
  line-height: 1;
}

.rl-hero-slim__btn--primary {
  background: #08788b;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 91, 106, 0.24);
}

.rl-hero-slim__btn--primary:hover {
  background: #066c7d;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 91, 106, 0.30);
}

.rl-hero-slim__btn--secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.46);
}

.rl-hero-slim__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .rl-hero-slim {
    height: 260px;
  }

  .rl-hero-slim__content {
    height: 260px;
    padding: 26px 24px;
  }

  .rl-hero-slim__title {
    font-size: 28px;
  }

  .rl-hero-slim__subtitle {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .rl-hero-slim {
    height: 360px;
  }

  .rl-hero-slim__bg {
    background-image:
      linear-gradient(
        180deg,
        rgba(20, 28, 31, 0.58) 0%,
        rgba(20, 28, 31, 0.35) 52%,
        rgba(20, 28, 31, 0.12) 100%
      ),
      url("/gallery/riven-main-banner1.webp");
    background-position: center bottom;
  }

  .rl-hero-slim__content {
    height: 360px;
    align-items: flex-start;
    padding: 24px 18px;
  }

  .rl-hero-slim__text {
    max-width: 100%;
  }

  .rl-hero-slim__title {
    font-size: 26px;
    line-height: 1.18;
  }

  .rl-hero-slim__subtitle {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.45;
  }

  .rl-hero-slim__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 20px;
    max-width: 270px;
  }

  .rl-hero-slim__btn {
    width: 100%;
    min-height: 44px;
  }
}

.rl-mobile-hero,
.rl-mobile-hero * {
  box-sizing: border-box;
}

.rl-mobile-hero {
  display: none;
  width: 100%;
  font-family: "Open Sans", Arial, sans-serif;
}

@media (max-width: 650px) {
  .rl-mobile-hero {
    position: relative;
    display: block;
    min-height: 318px;
    overflow: hidden;
    background: #1f2528;
  }

  .rl-mobile-hero__img {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center right;
  }

  .rl-mobile-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
      linear-gradient(90deg,
        rgba(0, 0, 0, 0.54) 0%,
        rgba(0, 0, 0, 0.44) 42%,
        rgba(0, 0, 0, 0.15) 72%,
        rgba(0, 0, 0, 0.02) 100%
      ),
      linear-gradient(180deg,
        rgba(0, 0, 0, 0.08) 0%,
        rgba(0, 0, 0, 0.03) 42%,
        rgba(0, 0, 0, 0.20) 100%
      );
  }

  .rl-mobile-hero__inner {
    position: relative;
    z-index: 3;
    min-height: 318px;
    padding: 28px 16px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .rl-mobile-hero h1 {
    max-width: 330px;
    margin: 0 0 13px;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -0.45px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.36);
  }

  .rl-mobile-hero p {
    max-width: 300px;
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 14px;
    line-height: 1.42;
    font-weight: 400;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.32);
  }

  .rl-mobile-hero__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 236px;
    max-width: 100%;
  }

  .rl-mobile-hero__btn {
    min-height: 42px;
    padding: 0 18px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 13.5px;
    line-height: 1;
    font-weight: 800;
    text-decoration: none;
  }

  .rl-mobile-hero__btn--main {
    background: #08788b;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  }

  .rl-mobile-hero__btn--ghost {
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    backdrop-filter: blur(2px);
  }
}

@media (max-width: 380px) {
  .rl-mobile-hero {
    min-height: 300px;
  }

  .rl-mobile-hero__inner {
    min-height: 300px;
    padding: 24px 14px 22px;
  }

  .rl-mobile-hero h1 {
    font-size: 23px;
  }

  .rl-mobile-hero p {
    font-size: 13px;
    margin-bottom: 18px;
  }

  .rl-mobile-hero__actions {
    width: 230px;
  }
}

.rl-benefits,
.rl-benefits * {
  box-sizing: border-box;
}

.rl-benefits {
  width: 100%;
  padding: 14px 0 18px;
  font-family: "Open Sans", Arial, sans-serif;
  background: #ffffff;
}

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

.rl-benefit {
  min-height: 82px;
  padding: 14px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #e8eef0;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(20, 52, 60, 0.06);
  color: #1f2528;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.rl-benefit:hover {
  transform: translateY(-1px);
  border-color: #d5e5e9;
  box-shadow: 0 10px 24px rgba(20, 52, 60, 0.09);
}

.rl-benefit__icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #08788b;
}

.rl-benefit__icon svg {
  width: 34px;
  height: 34px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rl-benefit__content {
  min-width: 0;
}

.rl-benefit__title {
  margin: 0;
  color: #1f2528;
  font-size: 13.5px;
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: -0.15px;
}

.rl-benefit__text {
  margin-top: 4px;
  color: #5c686d;
  font-size: 11.5px;
  line-height: 1.25;
  font-weight: 400;
}

@media (max-width: 1000px) {
  .rl-benefits__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rl-benefit {
    min-height: 76px;
  }
}

@media (max-width: 650px) {
  .rl-benefits {
    padding: 6px 0 8px;
    overflow: visible;
  }

  .rl-benefits__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    overflow: visible;
    padding: 0 2px;
  }

  .rl-benefit {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 7px 8px;
    gap: 7px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #e2ecef;
    box-shadow: 0 3px 9px rgba(20, 52, 60, 0.045);
    scroll-snap-align: unset;
  }

  .rl-benefit:hover {
    transform: none;
    box-shadow: 0 3px 9px rgba(20, 52, 60, 0.045);
  }

  .rl-benefit__icon {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    border-radius: 8px;
    background: rgba(8, 120, 139, 0.08);
    color: #08788b;
  }

  .rl-benefit__icon svg {
    width: 17px;
    height: 17px;
    stroke-width: 1.85;
  }

  .rl-benefit__content {
    min-width: 0;
    flex: 1;
  }

  .rl-benefit__title {
    font-size: 11.2px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.2px;
  }

  .rl-benefit__text {
    display: block;
    margin-top: 2px;
    font-size: 9.8px;
    line-height: 1.1;
    color: #5c686d;
  }
  
  .rl-benefit:last-child {
  grid-column: 1 / -1;
  width: calc((100% - 7px) / 2);
  justify-self: center;
}
}

@media (max-width: 380px) {
  .rl-benefits__grid {
    gap: 6px;
  }

  .rl-benefit {
    min-height: 50px;
    padding: 6px 7px;
    gap: 6px;
    border-radius: 11px;
  }

  .rl-benefit__icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    border-radius: 8px;
  }

  .rl-benefit__icon svg {
    width: 16px;
    height: 16px;
  }

  .rl-benefit__title {
    font-size: 10.6px;
  }

  .rl-benefit__text {
    font-size: 9.4px;
  }
  .rl-benefit:last-child {
  width: calc((100% - 6px) / 2);
}
}


.rl-cats,
.rl-cats * {
  box-sizing: border-box;
}

.rl-cats {
  --rl-card-w: 178px;
  --rl-card-h: 190px;
  --rl-gap: 16px;

  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 0 22px;
  font-family: "Open Sans", Arial, sans-serif;
  background: #fff;
}

.rl-cats__head {
  text-align: center;
  margin-bottom: 30px;
}

.rl-cats__title {
  margin: 0;
  color: #1f2528;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.3px;
}

.rl-cats__line {
  width: 56px;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: #08788b;
}

.rl-cats__group {
  margin-top: 34px;
}

.rl-cats__group:first-of-type {
  margin-top: 0;
}

.rl-cats__group-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin: 0 0 17px;
  color: #1f2528;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.2px;
  text-align: left;
}

.rl-cats__group-title::before,
.rl-cats__group-title::after {
  content: none;
}

.rl-cats__grid {
  display: grid;
  justify-content: start;
  gap: var(--rl-gap);
}

.rl-cats__grid--6 {
  grid-template-columns: repeat(6, var(--rl-card-w));
}

.rl-cats__grid--5 {
  grid-template-columns: repeat(5, var(--rl-card-w));
}

.rl-cats__grid--4 {
  grid-template-columns: repeat(4, var(--rl-card-w));
}

.rl-cat {
  position: relative;
  display: block;
  overflow: hidden;
  height: var(--rl-card-h);
  text-decoration: none;
  border-radius: 18px;
  background: #f4f1ed;
  border: 1px solid #d3d3d3;
  box-shadow:
    0 7px 16px rgba(0, 0, 0, 0.14),
    0 2px 5px rgba(0, 0, 0, 0.08);
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease;
}

.rl-cat::before {
  content: none;
}

.rl-cat:hover {
  transform: translateY(-2px);
  border-color: rgba(8, 120, 139, 0.35);
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.18),
    0 3px 8px rgba(0, 0, 0, 0.10);
}

.rl-cat img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #f6f7f8;
  filter: none !important;
  opacity: 1 !important;
  transform: scale(1.001);
  transition: transform .25s ease;
}

.rl-cat:hover img {
  transform: scale(1.035);
}

.rl-cat__text {
  position: absolute;
  z-index: 3;
  left: 10px;
  right: 10px;
  top: 12px;
  min-height: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
}

.rl-cat__text::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 105%;
  height: 56px;
  border-radius: 999px;
  background: radial-gradient(
    ellipse at center,
    rgba(255,255,255,0.72) 0%,
    rgba(255,255,255,0.42) 45%,
    rgba(255,255,255,0.14) 72%,
    rgba(255,255,255,0.00) 100%
  );
  filter: blur(2px);
  pointer-events: none;
}

.rl-cat__label {
  position: relative;
  z-index: 2;
  display: inline-block;
  max-width: 100%;
  color: #141414;
  font-size: 14px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.15px;
  text-align: center;
  text-shadow:
    0 1px 0 rgba(255,255,255,0.35),
    0 2px 5px rgba(255,255,255,0.22);
}

.rl-cat__sub {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-top: 4px;
  color: #2a2a2a;
  font-size: 10px;
  line-height: 1.05;
  font-weight: 600;
  opacity: 0.9;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}

.rl-cat__arrow {
  position: absolute;
  z-index: 3;
  right: 10px;
  bottom: 10px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(220,220,220,0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.10);
  transition:
    transform .18s ease,
    background .18s ease,
    border-color .18s ease;
}

.rl-cat__arrow svg {
  width: 16px;
  height: 16px;
  display: block;
}

.rl-cat__arrow svg path {
  stroke: #0b7f91;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rl-cat:hover .rl-cat__arrow {
  transform: translateX(2px);
  background: #f8ffff;
  border-color: rgba(8, 120, 139, 0.35);
}

@media (max-width: 1180px) {
  .rl-cats {
    --rl-card-w: 1fr;
    --rl-card-h: 190px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rl-cats__grid--6,
  .rl-cats__grid--5,
  .rl-cats__grid--4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .rl-cats {
    --rl-card-h: 176px;
    padding: 12px 0 18px;
  }

  .rl-cats__head {
    margin-bottom: 26px;
  }

  .rl-cats__title {
    font-size: 22px;
  }

  .rl-cats__group {
    margin-top: 30px;
  }

  .rl-cats__group-title {
  justify-content: flex-start;
  text-align: left;
  font-size: 20px;
  margin-bottom: 14px;
}

.rl-cats__group-title::before,
.rl-cats__group-title::after {
  content: none;
}

  .rl-cats__grid--6,
  .rl-cats__grid--5,
  .rl-cats__grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .rl-cat {
    border-radius: 16px;
  }

  .rl-cat__text {
    left: 7px;
    right: 7px;
    top: 10px;
    min-height: 44px;
  }

  .rl-cat__text::before {
    width: 108%;
    height: 58px;
    background: radial-gradient(
      ellipse at center,
      rgba(255,255,255,0.70) 0%,
      rgba(255,255,255,0.40) 44%,
      rgba(255,255,255,0.13) 72%,
      rgba(255,255,255,0.00) 100%
    );
    filter: blur(2px);
  }

  .rl-cat__label {
    font-size: 13.5px;
    line-height: 1.12;
    letter-spacing: -0.2px;
  }

  .rl-cat__sub {
    font-size: 10px;
  }

  .rl-cat__arrow {
    width: 30px;
    height: 30px;
    right: 9px;
    bottom: 9px;
  }

  .rl-cat__arrow svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 420px) {
  .rl-cats {
    --rl-card-h: 168px;
  }

  .rl-cats__grid--6,
  .rl-cats__grid--5,
  .rl-cats__grid--4 {
    gap: 10px;
  }

  .rl-cat__label {
    font-size: 12.8px;
  }

  .rl-cat__arrow {
    width: 28px;
    height: 28px;
  }
}

.rl-bottom-cta,
.rl-bottom-cta * {
  box-sizing: border-box;
}

.rl-bottom-cta {
  width: 100%;
  margin: 22px 0 18px;
  font-family: "Open Sans", Arial, sans-serif;
}

.rl-bottom-cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 2.08fr) minmax(360px, 0.92fr);
  gap: 18px;
}

/* Левая карточка */

.rl-showroom-card {
  min-height: 136px;
  display: grid;
  grid-template-columns: minmax(350px, 0.95fr) minmax(0, 1.05fr);
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid #e2edf0;
  background: #eef9fb;
  box-shadow: 0 8px 22px rgba(20, 52, 60, 0.065);
}

.rl-showroom-card__content {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 24px 26px;
  position: relative;
  z-index: 2;
}

.rl-showroom-card__icon,
.rl-help-card__icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  color: #08788b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rl-showroom-card__icon svg,
.rl-help-card__icon svg {
  width: 42px;
  height: 42px;
  display: block;
}

.rl-showroom-card__text,
.rl-help-card__text {
  min-width: 0;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.rl-showroom-card__text h2,
.rl-help-card__text h2 {
  margin: 0 0 8px;
  color: #1f2528;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: -0.25px;
}

.rl-showroom-card__text p,
.rl-help-card__text p {
  margin: 0 0 4px;
  color: #4f5a5f;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 400;
}

.rl-showroom-card__btn,
.rl-help-card__btn {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 22px;
  border-radius: 5px;
  border: 1px solid rgba(8, 120, 139, 0.35);
  background: #ffffff;
  color: #08788b;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.rl-showroom-card__btn:hover,
.rl-help-card__btn:hover {
  background: #08788b;
  border-color: #08788b;
  color: #ffffff;
  transform: translateY(-1px);
}

.rl-showroom-card__image {
  position: relative;
  min-height: 136px;
  background-image: url("/gallery/rivenline-showroomn-1200.webp");
  background-size: cover;
  background-position: center;
}

.rl-showroom-card__image::before {
  content: none;
}

/* Правая карточка */

.rl-help-card {
  min-height: 136px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 24px 26px;
  border-radius: 14px;
  border: 1px solid #e2edf0;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(20, 52, 60, 0.065);
}

.rl-help-card__text p {
  max-width: 310px;
}

.rl-help-card__btn {
  background: #08788b;
  border-color: #08788b;
  color: #ffffff;
}

.rl-help-card__btn:hover {
  background: #066879;
  border-color: #066879;
}

/* Планшет */

@media (max-width: 1000px) {
  .rl-bottom-cta__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rl-showroom-card {
    grid-template-columns: minmax(320px, 0.9fr) 1.1fr;
  }

  .rl-help-card__text p {
    max-width: none;
  }
}

/* Мобильная */

@media (max-width: 650px) {
  .rl-bottom-cta {
    margin: 16px 0 14px;
  }

  .rl-bottom-cta__grid {
    gap: 10px;
  }

  .rl-showroom-card {
    grid-template-columns: 1fr;
    min-height: auto;
    border-radius: 13px;
  }

  .rl-showroom-card__image {
    order: -1;
    min-height: 105px;
    background-image: url("/gallery/rivenline-showroomn-1200.webp");
    background-size: cover;
    background-position: center;
  }

  .rl-showroom-card__image::before {
    content: none;
  }

  .rl-showroom-card__content,
  .rl-help-card {
    padding: 15px 14px;
    gap: 12px;
  }

  .rl-showroom-card__icon,
  .rl-help-card__icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }

  .rl-showroom-card__icon svg,
  .rl-help-card__icon svg {
    width: 32px;
    height: 32px;
  }

  .rl-showroom-card__text h2,
  .rl-help-card__text h2 {
    font-size: 15.5px;
    line-height: 1.22;
    margin-bottom: 6px;
  }

  .rl-showroom-card__text p,
  .rl-help-card__text p {
    font-size: 12px;
    line-height: 1.32;
  }

  .rl-showroom-card__btn,
  .rl-help-card__btn {
    min-height: 32px;
    padding: 0 16px;
    font-size: 12px;
    margin-top: 10px;
  }
}

.rl-production,
.rl-production * {
  box-sizing: border-box;
}

.rl-production {
  width: 100%;
  margin: 34px auto 22px;
  font-family: "Open Sans", Arial, sans-serif;
}

.rl-production__card {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 24px 22px;
  border-radius: 14px;
  border: 1px solid #e6eef1;
  background: #f7fafb;
  box-shadow: 0 8px 22px rgba(20, 52, 60, 0.045);
}

.rl-production__card p {
  width: 100%;
  max-width: none;
  margin: 0 0 12px;
  color: #20282c;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
  text-align: left;
}

.rl-production__card p:last-child {
  margin-bottom: 0;
}

@media (max-width: 650px) {
  .rl-production {
    margin: 28px 0 18px;
  }

  .rl-production__card {
    padding: 18px 14px;
    border-radius: 13px;
    background: #f8fafb;
  }

  .rl-production__card p {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 11px;
  }
}

@media (max-width: 380px) {
  .rl-production__card {
    padding: 16px 12px;
  }

  .rl-production__card p {
    font-size: 13.5px;
  }
}

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

.rl-home-contacts {
  width: 100%;
  margin: 34px 0 34px;
  font-family: "Open Sans", Arial, sans-serif;
}

.rl-home-contacts__title {
  margin: 0 0 20px;
  text-align: center;
  color: #111827;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.3px;
}

.rl-home-contacts__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rl-home-contact-card {
  min-height: 210px;
  padding: 24px 24px;
  border: 1px solid #e5edf1;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(20, 52, 60, 0.055);
}

.rl-home-contact-card__top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

.rl-home-contact-card__icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  max-width: 46px;
  max-height: 46px;
  border-radius: 50%;
  background: #08788b;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.rl-home-contact-card__icon svg {
  width: 23px !important;
  height: 23px !important;
  min-width: 23px !important;
  max-width: 23px !important;
  display: block;
}

.rl-home-contact-card__label {
  margin-bottom: 4px;
  color: #1f2528;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
}

.rl-home-contact-card__strong {
  color: #1f2528;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.rl-home-contact-card__text p {
  margin: 0 0 9px;
  color: #374151;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
}

.rl-home-contact-card__text p:last-child {
  margin-bottom: 0;
}

.rl-home-contact-card__text a {
  color: #1f2528;
  text-decoration: none;
}

.rl-home-contact-card__text a:hover {
  color: #08788b;
}

@media (max-width: 1000px) {
  .rl-home-contacts__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rl-home-contact-card {
    min-height: auto;
  }
}

@media (max-width: 650px) {
  .rl-home-contacts {
    margin: 28px 0 26px;
  }

  .rl-home-contacts__title {
    margin-bottom: 16px;
    font-size: 25px;
  }

  .rl-home-contact-card {
    padding: 18px 16px;
    border-radius: 14px;
  }

  .rl-home-contact-card__top {
    gap: 12px;
    margin-bottom: 13px;
  }

  .rl-home-contact-card__icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    max-width: 40px;
    max-height: 40px;
  }

  .rl-home-contact-card__icon svg {
    width: 21px !important;
    height: 21px !important;
    min-width: 21px !important;
    max-width: 21px !important;
  }

  .rl-home-contact-card__label {
    font-size: 14.5px;
  }

  .rl-home-contact-card__strong {
    font-size: 13.5px;
  }

  .rl-home-contact-card__text p {
    font-size: 13px;
    line-height: 1.48;
  }
}

.rl-partner-note,
.rl-partner-note * {
  box-sizing: border-box;
}

.rl-partner-note {
  width: 100%;
  margin: 8px 0 12px;
  font-family: "Open Sans", Arial, sans-serif;
}

.rl-partner-note__inner {
  display: grid;
  grid-template-columns: minmax(270px, 0.9fr) minmax(0, 1.4fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 112px;
  padding: 22px 24px;
  border: 1px solid #e5edf1;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(20, 52, 60, 0.055);
}

.rl-partner-note__top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
}

.rl-partner-note__icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  max-width: 46px;
  max-height: 46px;
  border-radius: 50%;
  background: #08788b;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.rl-partner-note__icon svg {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  display: block;
}

.rl-partner-note__label {
  margin-bottom: 4px;
  color: #1f2528;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
}

.rl-partner-note__strong {
  color: #1f2528;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.rl-partner-note__text {
  min-width: 0;
}

.rl-partner-note__text p {
  margin: 0;
  color: #374151;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
}

.rl-partner-note__btn {
  min-height: 36px;
  padding: 0 18px;
  border-radius: 6px;
  border: 1px solid rgba(8, 120, 139, 0.35);
  background: #ffffff;
  color: #08788b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.rl-partner-note__btn:hover {
  background: #08788b;
  border-color: #08788b;
  color: #ffffff;
  transform: translateY(-1px);
}

@media (max-width: 1000px) {
  .rl-partner-note__inner {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: auto;
  }

  .rl-partner-note__btn {
    width: fit-content;
  }
}

@media (max-width: 650px) {
  .rl-partner-note {
    margin: 16px 0 18px;
  }

  .rl-partner-note__inner {
    padding: 18px 16px;
    border-radius: 14px;
    gap: 10px;
  }

  .rl-partner-note__top {
    gap: 12px;
  }

  .rl-partner-note__icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    max-width: 40px;
    max-height: 40px;
  }

  .rl-partner-note__icon svg {
    width: 21px !important;
    height: 21px !important;
    min-width: 21px !important;
    max-width: 21px !important;
  }

  .rl-partner-note__label {
    font-size: 14.5px;
  }

  .rl-partner-note__strong {
    font-size: 13.5px;
  }

  .rl-partner-note__text p {
    font-size: 13px;
    line-height: 1.48;
  }

  .rl-partner-note__btn {
    min-height: 32px;
    padding: 0 16px;
    font-size: 12px;
  }
}
