body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  color: #e74c3c;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 9px;
}

.row {
  padding: 80px 0px;
  margin: 0;
}

.btn {
  border: none;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-common {
  background: #28a745;
  color: #fff;
}

.btn-common:hover {
  color: #fff;
}

.title {
  text-align: center;
  font-size: 50px;
}

.subtitle {
  text-align: center;
  font-weight: 400;
  padding-bottom: 30px;
  position: relative;
  font-size: 21px;
}

#hero-area {
  background-image: url(/assets/img/First_bacground.webp);
  background-position: center;
  color: #fff;
  background-size: cover;
}

@media (max-width: 768px) {
  #hero-area {
    background-image: url("/assets/img/mobile_first.webp");
    background-position: center top;
    background-size: cover;
  }
}

#hero-area img {
  max-width: 100%;
}

#hero-area p {
  padding-top: 3px;
  margin: 0;
}

#faq {
  background: #f9f9f9;
  padding: 60px 0;
}

#faq h2 {
  color: #2e3033;
  margin-bottom: 40px;
  font-size: 40px;
}

.accordion-button {
  background-color: #fff;
  border: none;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 15px;
  color: #2e3033;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border-left: 5px solid #28a745;
  transition: background 0.3s ease;
}

.accordion-button:hover {
  background: #f2f2f2;
}

.accordion-item {
  margin-bottom: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  border-radius: 5px;
}

.accordion-body {
  padding: 15px 25px;
  background: #fafafa;
  color: #333;
  font-size: 16px;
  border-top: 1px solid #e0e0e0;
}

.accordion-button::after {
  content: "▼";
  float: right;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.accordion-button.collapsed::after {
  transform: rotate(-90deg);
}

#contact {
  background: #f1f1f1;
}

#contact ::-webkit-input-placeholder {
  color: #111;
}

#contact :-moz-placeholder {
  color: #ecf0f1;
}

#contact ::-moz-placeholder {
  color: #ecf0f1;
}

#contact :-ms-input-placeholder {
  color: #ecf0f1;
}

#contact .social i {
  color: #fff;
  padding: 10px;
  margin-right: 5px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  vertical-align: middle;
  background: #28a745;
}

#contact .social .fa-vk:hover {
  background: #28a745;
  color: #fff;
}

#contact .social .fa-instagram:hover {
  background: linear-gradient(#400080, transparent), linear-gradient(200deg, #d047d1, red, #ff0);
}

#contact .contact-form .form-control {
  box-shadow: none;
  font-size: 17px;
  margin-bottom: 20px;
  border-radius: 0;
  border: none;
}

.to-top i {
  padding: 10px 15px;
  margin: 10px;
  background: 0 0;
  color: #34495e;
  border: 2px solid #34495e;
}

.to-top i:hover {
  background: #34495e;
  color: #fff;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

#copyright {
  background: #f1f1f1;
  color: #333;
}

#copyright a {
  color: #333;
}

#copyright {
  text-align: center;
}

.navbar-brand {
  width: 250px;
  background-image: url(/assets/logo.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.margin-bottom {
  margin-top: 15px;
}

@font-face { font-family: "FontAwesome"; src: url("fontawesome-webfont.woff2") format("woff2"); font-display: swap; }

.call-fab {
  position: fixed;
  right: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom));
  z-index: 10000;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg,#28a745,#34d058);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(40,167,69,.35);
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.call-fab i {
  font-size: 22px;
  line-height: 1;
}

.call-fab:hover {
  box-shadow: 0 10px 24px rgba(40,167,69,.45);
}

.call-fab:active {
  transform: scale(.96);
}

.call-fab::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  box-shadow: 0 0 0 0 rgba(40,167,69,.35);
  animation: callPulse 2.2s infinite;
  pointer-events: none;
}

@keyframes callPulse { 0% { box-shadow: 0 0 0 0 rgba(40,167,69,.35); } 70% { box-shadow: 0 0 0 14px rgba(40,167,69,0); } 100% { box-shadow: 0 0 0 0 rgba(40,167,69,0); } }

@media (min-width: 769px) {
  .call-fab {
    display: none;
  }
}

.navbar {
  width: 100% !important;
  box-sizing: border-box;
}

#maybe-interest {
  background: #dbdbdb;
  padding: 28px 22px;
}

#maybe-interest .mi-card {
  background: #fff;
}

#maybe-interest h2 {
  margin-bottom: 24px;
}

.mi-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  justify-items: center;
}

.mi-card {
  width: 100%;
  max-width: 290px;
  min-height: 350px;
  background: #fff;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mi-cover {
  width: 100%;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}

.mi-cover img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.mi-body {
  padding: 16px 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 auto;
  align-items: center;
  text-align: center;
}

.mi-title {
  font-size: 18px;
  line-height: 1.25;
  margin: 0;
}

.mi-title a {
  color: inherit;
  text-decoration: none;
}

.mi-title a:hover {
  text-decoration: underline;
}

.mi-desc {
  color: #666;
  font-size: 14px;
  line-height: 1.35;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mi-actions {
  margin-top: auto;
  display: flex;
  justify-content: center;
}

.mi-btn {
  display: inline-block;
  padding: 9px 12px;
  font-size: 14px;
  font-weight: 700;
  background: #28a745;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
}

@media (max-width:768px) {
  .mi-cover {
    height: 200px;
  }
}

:root {
  --green: #28a745;
  --green-dark: #1e7e34;
  --green-mid: #66cc88;
}

.mi-carousel {
  position: relative;
  --per: 1;
  --gap: 16px;
}

@media (min-width:576px) {
  .mi-carousel {
    --per: 2;
  }
}

@media (min-width:992px) {
  .mi-carousel {
    --per: 3;
  }
}

@media (min-width:1200px) {
  .mi-carousel {
    --per: 4;
  }
}

.mi-carousel .mi-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--per) - 1) * var(--gap)) / var(--per));
  gap: var(--gap);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding: 4px 2px 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.mi-carousel .mi-grid::-webkit-scrollbar {
  display: none;
}

.mi-carousel .mi-grid > li {
  scroll-snap-align: start;
}

.mi-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #333;
  box-shadow: 0 8px 24px rgba(0,0,0,.12), 0 0 0 2px rgba(0,0,0,.04);
  transition: transform .15s, box-shadow .15s, background .15s;
  z-index: 3;
}

.mi-prev {
  left: -10px;
}

.mi-next {
  right: -10px;
}

.mi-nav:hover {
  transform: translateY(-50%) scale(1.06);
  box-shadow: 0 10px 28px rgba(0,0,0,.16);
}

.mi-nav:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(40,167,69,.22);
}

@media (max-width:576px) {
  .mi-prev {
    left: -6px;
  }

  .mi-next {
    right: -6px;
  }
}

.mi-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 10px;
}

@media (max-width: 575px) {
  .mi-carousel .mi-grid {
    --mobw: 90%;
    grid-auto-columns: var(--mobw);
    justify-content: initial;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    scroll-padding-left: calc((100% - var(--mobw)) / 2);
    scroll-padding-right: calc((100% - var(--mobw)) / 2);
    padding-left: calc((100% - var(--mobw)) / 2);
    padding-right: calc((100% - var(--mobw)) / 2);
  }

  .mi-carousel .mi-grid > li {
    scroll-snap-align: center;
    display: flex;
    justify-content: center;
  }
}

.mi-card.is-hidden {
  display: none !important;
}

.mi-slide.is-hidden {
  display: none !important;
}

:root {
  --ring: rgba(40,167,69,.18);
  --card-b: #fff;
  --card-br: #e6e9ef;
  --text: #111;
  --muted: #666;
}

:root {
  --anchor-offset: 84px;
}

:root {
  --rule: #e6e9ef;
}

:root {
  --accent: #28a745;
  --accent-dark: #1e7e34;
  --topbar-h: 48px;
  --navbar-h: 50px;
  --overlap: 40px;
}

.topbar {
  background: #0f1316;
  color: #cfe3d6;
  font-size: 16px;
  line-height: 1;
  padding: 8px 0;
}

.topbar .topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.tb-left, .tb-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.tb-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.tb-item i {
  color: var(--accent);
}

.tb-sep {
  opacity: .35;
}

.tb-link {
  color: #a7b7ad;
}

.tb-link:hover {
  color: #e9f2ec;
}

.tb-call {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 2px solid var(--accent);
  border-radius: 10px;
  color: #e9f2ec;
}

.tb-call:hover {
  background: var(--accent);
  color: #fff;
  text-decoration: none;
}

body.rm-home-page a[href^="tel:"]:not(.call-fab) .fa-phone {
  display: inline-block;
  transform: scaleX(-1);
}

.topbar--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1031;
}

.topbar .top-logo {
  display: inline-block;
  height: 32px;
  margin-right: 12px;
  vertical-align: middle;
}

.topbar .navbar-brand {
  float: none;
  margin: 0;
  padding: 0;
  height: 32px;
  line-height: 32px;
}

.navbar {
  z-index: 1032;
}

.navbar.navbar-default {
  border: 0;
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
  background: #111;
}

.navbar-default .navbar-brand {
  height: var(--navbar-h);
}

.navbar-default .navbar-nav>li>a {
  color: #f3f7f4 !important;
  font-weight: 700;
  background: transparent !important;
  padding: 14px 16px;
  position: relative;
  line-height: 20px;
}

.navbar-default .navbar-nav>li>a::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 6px;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .18s ease;
}

.navbar-default .navbar-nav>li:hover>a::after, .navbar-default .navbar-nav>.active>a::after, .navbar-default .navbar-nav>.open>a::after {
  transform: scaleX(1);
}

.navbar-default .navbar-nav>li>a:hover {
  color: #fff !important;
}

.navbar-default .navbar-nav>li {
  background: transparent !important;
}

.dropdown-menu {
  border-radius: 8px;

  border: 1px solid #e6e9ef;
  padding: 8px 0;
  min-width: 260px;
}

.dropdown-menu>li>a {
  color: #333 !important;
  background: #fff !important;
  padding: 8px 14px;
  position: relative;
}

.dropdown-menu>li>a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform .18s ease;
}

.dropdown-menu>li>a:hover {
  color: var(--accent-dark) !important;
  background: #fff !important;
}

.dropdown-menu>li>a:hover::after {
  transform: scaleX(1);
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  color: var(--accent-dark) !important;
  background: #fff !important;
}

.dropdown-menu.dropdown-cols {
  width: 460px;
}

@media (min-width:768px) {
  .dropdown-menu.dropdown-cols {
    -webkit-columns: 2;
    columns: 2;
  }

  .dropdown-menu.dropdown-cols>li {
    break-inside: avoid;
  }
}

.navbar.navbar-fixed-top {
  top: var(--topbar-h);
}

@media (min-width:768px) {
  .navbar-default .navbar-collapse {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .navbar-default .navbar-nav {
    float: none !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    margin: 0;
  }

  .navbar-default .navbar-nav.navbar-right {
    display: none !important;
  }
}

.navbar-toggle .icon-bar {
  transition: transform .2s ease,opacity .2s ease;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(2) {
  transform: translateY(6px) rotate(45deg);
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(3) {
  opacity: 0;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(4) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width:767px) {
  .navbar-default .navbar-nav>li, .navbar-nav .open .dropdown-menu>li {
    text-align: center;
  }

  .navbar-default .navbar-nav>li>a, .navbar-nav .open .dropdown-menu>li>a {
    display: block;
    text-align: center;
    padding: 12px 15px;
  }

  .navbar-collapse {
    max-height: calc(100vh - 56px) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
  }

  .dropdown-menu.dropdown-cols {
    width: auto;
    -webkit-columns: auto;
    columns: auto;
  }

  .nav-xs-extra {
    margin: 8px 0 10px;
    padding-top: 10px;
    border-top: 1px dashed rgba(255,255,255,.15);
  }

  .nav-xs-extra .xs-info {
    display: block;
    text-align: center;
    color: #cfe3d6;
    font-size: 18px;
    line-height: 1.4;
    padding: 4px 0;
  }

  .nav-xs-extra .xs-info i {
    color: var(--accent);
    margin-right: 6px;
  }
}

body {
  padding-top: calc(var(--topbar-h) + var(--navbar-h) - var(--overlap));
}

@media (max-width:767px) {
  .topbar {
    display: none;
  }

  .navbar.navbar-fixed-top {
    top: 0;
  }

  body {
    padding-top: calc(var(--navbar-h) - var(--overlap));
  }
}

:root {
  --nav-h: 72px;
}

@media (max-width: 991px) {
  :root {
    --nav-h: 64px;
  }
}

html, body {
  scroll-behavior: smooth;
}

html, body {
  scroll-padding-top: var(--nav-h);
}

:where(h1,h2,h3,h4,section,div)[id] {
  scroll-margin-top: var(--nav-h);
}

.rm-hero-v2 {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.rm-hero-bg {
  padding: 74px 0 66px;
  background: radial-gradient(circle at 16% 20%, rgba(40, 167, 69, .22), transparent 28%), radial-gradient(circle at 88% 72%, rgba(40, 167, 69, .12), transparent 28%), linear-gradient(135deg, #11171b 0%, #151c21 52%, #0d1114 100%);
  position: relative;
}

.rm-hero-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.03) 1px, transparent 1px), radial-gradient(rgba(255,255,255,.015) 1px, transparent 1px);
  background-size: 14px 14px, 22px 22px;
  background-position: 0 0, 7px 7px;
  background-repeat: repeat, repeat;
  opacity: 1;
  pointer-events: none;
}

.rm-hero-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.rm-hero-media {
  text-align: center;
}

.rm-hero-mobile-media {
  text-align: center;
  margin: 18px 0 20px;
}

.rm-hero-img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 42px rgba(0,0,0,.38));
}

.rm-hero-content {
  text-align: left;
}

.rm-hero-title {
  margin: 0;
  color: #fff;
  font-size: 46px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: .01em;
}

.rm-hero-subtitle {
  margin: 18px 0 0;
  color: #d8e0e3;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
}

.rm-hero-mobile-phone {
  max-width: 340px;
  margin: 14px auto 0;
  padding: 10px 13px;
  border-radius: 16px;
  background: rgba(40,167,69,.16);
  border: 1px solid rgba(90,230,112,.32);
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
  text-align: center;
}

.rm-hero-mobile-phone a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #fff !important;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
  text-decoration: none !important;
  letter-spacing: .01em;
}

.rm-hero-mobile-phone i {
  color: #58e276;
}

.rm-hero-mobile-phone .rm-hero-mobile-address {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 7px;
  color: #bfcacf;
  font-size: 12.5px;
  line-height: 1.35;
  font-weight: 800;
  text-transform: none;
}

.rm-hero-mobile-phone .rm-hero-mobile-address i {
  color: #58e276;
}

.rm-hero-mobile-phone span {
  display: block;
  margin-top: 3px;
  color: #bfcacf;
  font-size: 12.5px;
  line-height: 1.35;
  font-weight: 600;
}

.rm-hero-seo-copy {
  max-width: 650px;
  margin: 13px 0 0;
  color: #bfcacf;
  font-size: 15.5px;
  line-height: 1.55;
}

.rm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.rm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 28px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none !important;
  transition: .2s ease;
}

.rm-btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.rm-btn-main {
  background: #28a745;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(40,167,69,.28);
}

.rm-btn-light {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff !important;
}

.rm-call-reveal {
  position: relative;
  overflow: hidden;
  min-width: 218px;
}

.rm-call-reveal .rm-call-reveal-phone {
  display: none;
  letter-spacing: .4px;
  white-space: nowrap;
}

.rm-call-reveal.is-revealed {
  background: #151b18;
  border: 1px solid rgba(40,167,69,.75);
  box-shadow: 0 12px 30px rgba(40,167,69,.20), inset 0 0 0 1px rgba(255,255,255,.04);
}

.rm-call-reveal.is-revealed .rm-call-reveal-label {
  display: none;
}

.rm-call-reveal.is-revealed .rm-call-reveal-phone {
  display: inline;
}

.rm-call-reveal.is-revealed::after {
  content: "нажми ещё раз";
  position: absolute;
  right: 14px;
  bottom: 3px;
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .2px;
  opacity: .62;
}

@media (max-width: 768px) {
  .rm-call-reveal .rm-call-reveal-phone {
    display: none !important;
  }

  .rm-call-reveal.is-revealed::after {
    content: none;
  }
}

.rm-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.rm-trust-card {
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 14px 30px rgba(0,0,0,.14);
}

.rm-trust-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: rgba(40,167,69,.18);
  color: #5bea78;
  margin-bottom: 8px;
}

.rm-trust-card strong {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}

.rm-trust-card small {
  display: block;
  color: #b9c3c8;
  margin-top: 3px;
  font-size: 13px;
}

.rm-process-v2 {
  position: relative;
  padding: 60px 0 64px;
  background: radial-gradient(circle at 10% 16%, rgba(40,167,69,.12), transparent 28%), radial-gradient(circle at 92% 18%, rgba(244,197,66,.12), transparent 24%), radial-gradient(circle at 50% 100%, rgba(40,167,69,.09), transparent 35%), linear-gradient(180deg, #ffffff 0%, #f5f9f5 100%);
  overflow: hidden;
}

.rm-process-v2:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(40,167,69,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(40,167,69,.035) 1px, transparent 1px);
  background-size: 18px 18px, 72px 72px;
  opacity: .18;
  pointer-events: none;
}

.rm-process-head {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.rm-process-head h2 {
  margin: 0;
  color: #252b2f;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: .01em;
}

.rm-process-slogan {
  display: inline-block;
  position: relative;
  margin: 15px 0 0;
  color: #1f292f;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 800;
}

.rm-process-slogan:after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: -8px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, #28a745, transparent);
}

.rm-process-lead {
  margin: 22px auto 0;
  max-width: 720px;
  color: #5f696f;
  font-size: 16px;
  line-height: 1.62;
}

.rm-process-flow {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.rm-process-card {
  position: relative;
  min-height: 270px;
  padding: 23px 24px 22px;
  border-radius: 22px;
  border: 1px solid #e1ebe5;
  box-shadow: 0 16px 36px rgba(0,0,0,.06);
  transition: .2s ease;
  overflow: hidden;
}

.rm-process-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, #28a745, #5edb7a);
}

.rm-card-price:before {
  background: linear-gradient(90deg, #f4c542, #28a745);
}

.rm-card-check:before {
  background: linear-gradient(90deg, #28a745, #35b7ff);
}

.rm-process-card:hover {
  transform: translateY(-5px);
  border-color: rgba(40,167,69,.48);
  box-shadow: 0 22px 48px rgba(0,0,0,.095);
}

.rm-process-card:not(:last-child):after {
  content: "";
  position: absolute;
  top: 48px;
  right: -25px;
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, rgba(40,167,69,.7), rgba(40,167,69,.15));
  z-index: 2;
}

.rm-process-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.rm-process-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 17px;
  background: rgba(40,167,69,.12);
  color: #28a745;
  font-size: 23px;
  box-shadow: 0 12px 24px rgba(40,167,69,.12);
}

.rm-card-price .rm-process-icon {
  background: rgba(244,197,66,.18);
  color: #b98400;
}

.rm-card-check .rm-process-icon {
  background: rgba(53,183,255,.12);
  color: #1689c7;
}

.rm-process-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #11171b;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(0,0,0,.14);
}

.rm-process-card h3 {
  margin: 0 0 10px;
  color: #252b2f;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 800;
}

.rm-process-card p {
  margin: 0;
  color: #657078;
  font-size: 15px;
  line-height: 1.58;
}

.rm-process-mini-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.rm-process-mini-list li {
  position: relative;
  padding-left: 18px;
  margin-top: 7px;
  color: #4f5b62;
  font-size: 14px;
  line-height: 1.42;
}

.rm-process-mini-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #28a745;
}

.rm-service-info-v2 {
  color: #fff;
}

.rm-service-info-bg {
  padding: 66px 0;
  background: radial-gradient(circle at 15% 18%, rgba(40,167,69,.18), transparent 26%), linear-gradient(135deg, #12181d 0%, #0e1215 100%);
  position: relative;
  overflow: hidden;
}

.rm-service-info-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.13) 1px, transparent 1px);
  background-size: 16px 16px;
  opacity: .12;
}

@media (max-width: 991px) {
  .rm-hero-row, .rm-hero-bg {
    padding: 48px 0 46px;
  }

  .rm-hero-media {
    margin-top: 28px;
  }

  .rm-hero-title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .rm-hero-content {
    text-align: center;
  }

  .rm-process-slogan {
    padding: 13px 14px;
  }

  .rm-hero-title {
    font-size: 28px;
    line-height: 1.18;
  }

  .rm-hero-img {
    max-width: 92%;
  }

  .rm-hero-subtitle {
    font-size: 16px;
    line-height: 1.52;
  }

  .rm-hero-mobile-phone {
    margin-top: 12px;
  }

  .rm-hero-mobile-phone a {
    font-size: 17px;
  }

  .rm-hero-seo-copy {
    margin-left: auto;
    margin-right: auto;
    font-size: 14.5px;
    line-height: 1.5;
  }

  .rm-hero-actions {
    display: block;
  }

  .rm-btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .rm-trust-grid {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .rm-service-info-bg {
    padding: 46px 0;
  }
}

@media (max-width: 991px) {
  .rm-process-flow {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .rm-process-card {
    min-height: auto;
  }

  .rm-process-card:not(:last-child):after {
    display: none;
  }
}

@media (max-width: 767px) {
  .rm-process-v2 {
    padding: 42px 0 42px;
  }

  .rm-process-head {
    margin-bottom: 24px;
  }

  .rm-process-head h2 {
    font-size: 28px;
  }

  .rm-process-slogan {
    font-size: 18px;
  }

  .rm-process-lead {
    font-size: 15.5px;
  }

  .rm-process-card {
    padding: 20px 18px;
  }
}

.rm-repair-scope-v2 {
  color: #fff;
}

.rm-repair-scope-v2 .rm-service-info-bg {
  padding: 56px 0 54px;
  background: radial-gradient(circle at 12% 18%, rgba(40,167,69,.22), transparent 27%), radial-gradient(circle at 92% 12%, rgba(244,197,66,.10), transparent 24%), radial-gradient(circle at 74% 90%, rgba(53,183,255,.09), transparent 28%), linear-gradient(135deg, #12181d 0%, #0e1215 100%);
  position: relative;
  overflow: hidden;
}

.rm-repair-scope-v2 .rm-service-info-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.03) 1px, transparent 1px), radial-gradient(rgba(255,255,255,.015) 1px, transparent 1px);
  background-size: 14px 14px, 22px 22px;
  background-position: 0 0, 7px 7px;
  background-repeat: repeat, repeat;
  opacity: 1;
  pointer-events: none;
}

.rm-scope-head, .rm-scope-row {
  position: relative;
  z-index: 1;
}

.rm-scope-head {
  max-width: 1020px;
  margin: 0 auto 24px;
  text-align: center;
}

.rm-scope-head h2 {
  margin: 0;
  color: #fff;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 800;
}

.rm-scope-head p {
  max-width: 980px;
  margin: 10px auto 0;
  color: #d7dee1;
  font-size: 16.5px;
  line-height: 1.55;
}

.rm-scope-row {
  display: flex;
  align-items: stretch;
}

.rm-repair-scope-v2 .rm-scope-row {
  padding: 40px 0 !important;
  margin: 0 !important;
}

.rm-scope-focus-card, .rm-scope-symptoms-card {
  height: 100%;
  border-radius: 24px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 18px 42px rgba(0,0,0,.18);
  backdrop-filter: blur(2px);
}

.rm-scope-focus-card {
  padding: 28px 28px 26px;
  border-left: 4px solid #28a745;
}

.rm-scope-big-icon {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 20px;
  background: rgba(40,167,69,.16);
  color: #67e97b;
  font-size: 30px;
  box-shadow: 0 14px 30px rgba(40,167,69,.13);
}

.rm-scope-focus-card h3, .rm-scope-symptoms-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
}

.rm-scope-focus-card p {
  margin: 0;
  color: #d7dee1;
  font-size: 16px;
  line-height: 1.65;
}

.rm-scope-focus-card p + p {
  margin-top: 12px;
}

.rm-scope-symptoms-card {
  padding: 24px;
}

.rm-symptom-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.rm-symptom-item {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 54px;
  padding: 13px 14px;
  border-radius: 17px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.11);
  color: #eef5f0;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  transition: .18s ease;
}

.rm-symptom-item:hover {
  transform: translateY(-2px);
  border-color: rgba(40,167,69,.35);
  background: rgba(40,167,69,.11);
}

.rm-symptom-item i {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(40,167,69,.16);
  color: #67e97b;
  font-size: 16px;
}

.rm-scope-mini-note {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  margin-top: 18px;
  padding: 15px 16px;
  border-radius: 18px;
  background: rgba(244,197,66,.10);
  border: 1px solid rgba(244,197,66,.20);
  color: #f1ead4;
  font-size: 15px;
  line-height: 1.5;
}

.rm-scope-mini-note i {
  margin-top: 2px;
  color: #f4c542;
}

@media (max-width: 991px) {
  .rm-scope-row {
    display: block;
  }

  .rm-scope-focus-card {
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .rm-repair-scope-v2 .rm-service-info-bg {
    padding: 46px 0 44px;
  }

  .rm-scope-head h2 {
    font-size: 29px;
  }

  .rm-scope-head p {
    font-size: 15.5px;
  }

  .rm-scope-focus-card, .rm-scope-symptoms-card {
    padding: 20px 18px;
    border-radius: 20px;
  }

  .rm-scope-focus-card h3, .rm-scope-symptoms-card h3 {
    font-size: 21px;
  }

  .rm-symptom-grid {
    grid-template-columns: 1fr;
  }
}

.rm-popular-v2 {
  position: relative;
  padding: 58px 0 56px;
  background: radial-gradient(circle at 10% 12%, rgba(40,167,69,.10), transparent 26%), radial-gradient(circle at 88% 14%, rgba(244,197,66,.12), transparent 24%), linear-gradient(180deg, #f7faf7 0%, #ffffff 100%);
  overflow: hidden;
}

.rm-popular-v2:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(40,167,69,.16) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: .16;
  pointer-events: none;
}

.rm-popular-v2 .container, .rm-popular-head, .rm-popular-grid, .rm-popular-note {
  position: relative;
  z-index: 1;
}

.rm-popular-head {
  max-width: 890px;
  margin: 0 auto 28px;
  text-align: center;
}

.rm-popular-head h2 {
  margin: 0;
  color: #252b2f;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 800;
}

.rm-popular-head p {
  max-width: 820px;
  margin: 12px auto 0;
  color: #5f696f;
  font-size: 16.5px;
  line-height: 1.6;
}

.rm-popular-v2 .rm-popular-grid {
  padding: 0 !important;
  margin-left: -15px;
  margin-right: -15px;
}

.rm-popular-col {
  margin-bottom: 22px;
}

.rm-popular-card {
  position: relative;
  height: 100%;
  min-height: 355px;
  padding: 24px 24px 22px;
  border-radius: 24px;
  border: 1px solid #e1ece4;
  box-shadow: 0 16px 38px rgba(0,0,0,.075);
  overflow: hidden;
  transition: .18s ease;
}

.rm-popular-card:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background: #28a745;
}

.rm-popular-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(0,0,0,.10);
}

.rm-popular-card-blue:before {
  background: linear-gradient(90deg, #2f80ed, #35b7ff);
}

.rm-popular-card-green:before {
  background: linear-gradient(90deg, #28a745, #67e97b);
}

.rm-popular-card-yellow:before {
  background: linear-gradient(90deg, #f4c542, #ff9800);
}

.rm-popular-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.rm-popular-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 19px;
  background: rgba(40,167,69,.11);
  color: #28a745;
  font-size: 27px;
}

.rm-popular-card-blue .rm-popular-icon {
  background: rgba(47,128,237,.10);
  color: #2f80ed;
}

.rm-popular-card-yellow .rm-popular-icon {
  background: rgba(244,197,66,.16);
  color: #bd8500;
}

.rm-popular-tag {
  padding: 7px 10px;
  border-radius: 999px;
  background: #11171b;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

.rm-popular-card h3 {
  margin: 0 0 10px;
  color: #252b2f;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 800;
}

.rm-popular-card p {
  margin: 0;
  color: #5f696f;
  font-size: 15.5px;
  line-height: 1.55;
}

.rm-popular-card ul {
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

.rm-popular-card li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 22px;
  color: #3e484d;
  font-size: 14.5px;
  line-height: 1.35;
}

.rm-popular-card li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  font-family: FontAwesome;
  color: #28a745;
  font-size: 13px;
}

.rm-popular-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #e6eee8;
}

.rm-popular-price {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 14px;
  background: #11171b;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  white-space: nowrap;
}

.rm-popular-bottom a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(40,167,69,.10);
  border: 1px solid rgba(40,167,69,.22);
  text-decoration: none !important;
  white-space: nowrap;
}

.rm-popular-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 860px;
  margin: 4px auto 0;
  padding: 15px 17px;
  border-radius: 18px;
  background: #11171b;
  color: #dce5df;
  font-size: 15.5px;
  line-height: 1.5;
  box-shadow: 0 14px 32px rgba(0,0,0,.09);
}

.rm-popular-note i {
  margin-top: 3px;
  color: #f4c542;
}

@media (max-width: 991px) {
  .rm-popular-card {
    min-height: 335px;
  }
}

@media (max-width: 767px) {
  .rm-popular-v2 {
    padding: 44px 0 42px;
  }

  .rm-popular-head h2 {
    font-size: 29px;
  }

  .rm-popular-head p {
    font-size: 15.5px;
  }

  .rm-popular-card {
    min-height: auto;
    padding: 22px 18px 20px;
    border-radius: 21px;
  }

  .rm-popular-bottom {
    display: block;
  }

  .rm-popular-price {
    margin-bottom: 12px;
  }

  .rm-popular-bottom a {
    width: 100%;
  }
}

.rm-process-card, .rm-popular-card {
  border-color: rgba(214,229,219,.95);
  box-shadow: 0 22px 48px rgba(17,23,27,.105), 0 6px 14px rgba(17,23,27,.055), inset 0 1px 0 rgba(255,255,255,.9);
}

.rm-process-card {
  background: linear-gradient(180deg, rgba(255,255,255,1), rgba(248,253,249,.98));
}

.rm-card-price {
  background: linear-gradient(180deg, rgba(255,255,255,1), rgba(255,251,236,.98));
}

.rm-card-check {
  background: linear-gradient(180deg, rgba(255,255,255,1), rgba(238,249,255,.98));
}

.rm-popular-card {
  background: linear-gradient(180deg, rgba(255,255,255,.99), rgba(249,252,250,.97));
}

.rm-process-card:hover, .rm-popular-card:hover {
  transform: translateY(-6px);
  border-color: rgba(40,167,69,.44);
  box-shadow: 0 30px 64px rgba(17,23,27,.135), 0 10px 22px rgba(17,23,27,.07), inset 0 1px 0 rgba(255,255,255,.95);
}

.rm-process-icon, .rm-popular-icon {
  box-shadow: 0 14px 26px rgba(40,167,69,.14), inset 0 1px 0 rgba(255,255,255,.55);
}

.rm-popular-card-blue .rm-popular-icon {
  box-shadow: 0 14px 26px rgba(47,128,237,.13), inset 0 1px 0 rgba(255,255,255,.55);
}

.rm-popular-card-yellow .rm-popular-icon, .rm-card-price .rm-process-icon {
  box-shadow: 0 14px 26px rgba(244,197,66,.16), inset 0 1px 0 rgba(255,255,255,.55);
}

@media (max-width:767px) {
  .rm-hero-bg:before, .rm-repair-scope-v2 .rm-service-info-bg:before {
    background-size: 12px 12px, 18px 18px;
    background-position: 0 0, 6px 6px;
  }
}

@media (max-width: 767px) {
  body.rm-home-page.ios-sticky-nav {
    padding-top: 0 !important;
  }

  body.rm-home-page.ios-sticky-nav .site-header {
    position: sticky;
    top: 0;
    z-index: 1045;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
  }

  body.rm-home-page.ios-sticky-nav .navbar.navbar-fixed-top {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin-bottom: 0;
    width: 100%;
  }

  body.rm-home-page.ios-sticky-nav .navbar-collapse {
    max-height: calc(100dvh - var(--navbar-h)) !important;
  }

  body.rm-home-page.ios-sticky-nav [id] {
    scroll-margin-top: calc(var(--navbar-h) + 8px);
  }
}

.screen-redesign .rm-hero-v2 {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.screen-redesign .rm-hero-bg {
  padding: 74px 0 66px;
  background: radial-gradient(circle at 16% 20%, rgba(40, 167, 69, .22), transparent 28%), radial-gradient(circle at 88% 72%, rgba(40, 167, 69, .12), transparent 28%), linear-gradient(135deg, #11171b 0%, #151c21 52%, #0d1114 100%);
  position: relative;
}

.screen-redesign .rm-hero-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.03) 1px, transparent 1px), radial-gradient(rgba(255,255,255,.015) 1px, transparent 1px);
  background-size: 14px 14px, 22px 22px;
  background-position: 0 0, 7px 7px;
  background-repeat: repeat, repeat;
  pointer-events: none;
}

.screen-redesign .rm-hero-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.screen-redesign .rm-hero-content {
  text-align: left;
}

.screen-redesign .rm-hero-title {
  margin: 0;
  color: #fff;
  font-size: 46px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: .01em;
}

.screen-redesign .rm-hero-subtitle {
  margin: 18px 0 0;
  color: #d8e0e3;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
}

.screen-redesign .rm-hero-seo-copy {
  max-width: 650px;
  margin: 13px 0 0;
  color: #bfcacf;
  font-size: 15.5px;
  line-height: 1.55;
}

.screen-redesign .rm-hero-media {
  text-align: center;
}

.screen-redesign .rm-hero-mobile-media {
  text-align: center;
  margin: 18px 0 20px;
}

.screen-redesign .rm-hero-img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 42px rgba(0,0,0,.38));
}

.screen-redesign .rm-hero-mobile-phone {
  max-width: 340px;
  margin: 14px auto 0;
  padding: 10px 13px;
  border-radius: 16px;
  background: rgba(40,167,69,.16);
  border: 1px solid rgba(90,230,112,.32);
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
  text-align: center;
}

.screen-redesign .rm-hero-mobile-phone a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #fff !important;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
  text-decoration: none !important;
}

.screen-redesign .rm-hero-mobile-phone i {
  color: #58e276;
}

.screen-redesign .rm-hero-mobile-address {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 7px;
  color: #bfcacf;
  font-size: 12.5px;
  line-height: 1.35;
  font-weight: 800;
}

.screen-redesign .rm-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.screen-redesign .rm-trust-card {
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 14px 30px rgba(0,0,0,.14);
}

.screen-redesign .rm-trust-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: rgba(40,167,69,.18);
  color: #5bea78;
  margin-bottom: 8px;
}

.screen-redesign .rm-trust-card strong {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}

.screen-redesign .rm-trust-card small {
  display: block;
  color: #b9c3c8;
  margin-top: 3px;
  font-size: 13px;
}

.screen-redesign .rm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.screen-redesign .rm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 28px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none !important;
  transition: .2s ease;
}

.screen-redesign .rm-btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.screen-redesign .rm-btn-main {
  background: #28a745;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(40,167,69,.28);
}

.screen-redesign .rm-btn-light {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff !important;
}

.screen-redesign .screen-section {
  padding: 46px 0;
}

.screen-redesign .social-links .social {
  margin: 0 8px;
}

@media (max-width: 991px) {
  .screen-redesign .rm-hero-bg {
    padding: 52px 0 46px;
  }

  .screen-redesign .rm-hero-title {
    font-size: 36px;
  }

  .screen-redesign .rm-hero-media {
    margin-top: 28px;
  }
}

@media (max-width: 767px) {
  .screen-redesign .rm-hero-bg {
    padding: 46px 0 38px;
  }

  .screen-redesign .rm-hero-row {
    display: block;
  }

  .screen-redesign .rm-hero-content {
    text-align: center;
  }

  .screen-redesign .rm-hero-title {
    font-size: 28px;
    line-height: 1.18;
  }

  .screen-redesign .rm-hero-img {
    max-width: 92%;
  }

  .screen-redesign .rm-hero-subtitle {
    font-size: 16px;
    line-height: 1.52;
  }

  .screen-redesign .rm-hero-seo-copy {
    margin-left: auto;
    margin-right: auto;
    font-size: 14.5px;
    line-height: 1.5;
  }

  .screen-redesign .rm-trust-grid {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .screen-redesign .rm-hero-actions {
    display: block;
  }

  .screen-redesign .rm-btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .screen-redesign .screen-section {
    padding: 34px 0;
  }
}

.screen-redesign .rm-call-reveal.is-revealed {
  background: #151b18;
  border: 1px solid rgba(40,167,69,.75);
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(40,167,69,.20), inset 0 0 0 1px rgba(255,255,255,.04);
}

.screen-redesign .rm-call-reveal.is-revealed .rm-call-reveal-label {
  display: none;
}

.screen-redesign .rm-call-reveal.is-revealed .rm-call-reveal-phone {
  display: inline;
}

.screen-redesign .rm-call-reveal.is-revealed::after {
  content: "нажми ещё раз";
  position: absolute;
  right: 14px;
  bottom: 3px;
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .2px;
  opacity: .62;
}

@media (max-width: 768px) {
  .screen-redesign .rm-call-reveal.is-revealed::after {
    content: none;
  }
}

.rm-symptom-accordion {
  display: block;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}

.rm-symptom-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 54px;
  padding: 13px 14px;
  list-style: none;
  cursor: pointer;
  outline: none;
}

.rm-symptom-accordion summary::-webkit-details-marker {
  display: none;
}

.rm-symptom-main {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.rm-symptom-main span {
  min-width: 0;
}

.rm-symptom-toggle {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(40,167,69,.13);
  border: 1px solid rgba(40,167,69,.24);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #74e889;
  font-size: 18px;
  line-height: 1;
}

.rm-symptom-toggle:before {
  content: "+";
  transform: translateY(-1px);
}

.rm-symptom-accordion[open] {
  border-color: rgba(40,167,69,.36);
  background: rgba(40,167,69,.12);
  box-shadow: 0 12px 26px rgba(0,0,0,.14);
}

.rm-symptom-accordion[open] .rm-symptom-toggle:before {
  content: "−";
}

.rm-symptom-accordion[open] summary {
  padding-bottom: 8px;
}

.rm-symptom-body {
  padding: 0 14px 14px 59px;
  color: #cfd8d4;
  font-size: 13.5px;
  line-height: 1.55;
  font-weight: 500;
}

.rm-symptom-body p {
  margin: 0 0 7px;
}

.rm-symptom-body p:last-child {
  margin-bottom: 0;
}

.rm-symptom-body strong {
  color: #f3f8f4;
  font-weight: 800;
}

@media (min-width: 768px) {
  .rm-symptom-grid {
    align-items: start;
  }

  .rm-symptom-accordion {
    align-self: start;
  }
}

@media (max-width: 767px) {
  .rm-symptom-intro {
    font-size: 14px;
  }

  .rm-symptom-accordion summary {
    padding: 12px 12px;
  }

  .rm-symptom-body {
    padding: 0 12px 13px 12px;
    font-size: 13px;
  }
}

.screen-redesign .screen-prices-v2 .rm-popular-card p {
  min-height: 72px;
}

.screen-redesign .screen-prices-v2 .rm-popular-card ul {
  min-height: 82px;
}

.screen-redesign .screen-price-note-v2 {
  align-items: flex-start;
}

.screen-redesign .screen-price-note-v2 i {
  margin-top: 3px;
}

@media (max-width: 767px) {
  .screen-redesign .screen-prices-v2 .rm-popular-card p, .screen-redesign .screen-prices-v2 .rm-popular-card ul {
    min-height: 0;
  }
}

.screen-redesign .screen-prices-v2 .rm-popular-grid {
  display: flex;
  flex-wrap: wrap;
}

.screen-redesign .screen-prices-v2 .rm-popular-col {
  display: flex;
  float: none;
}

.screen-redesign .screen-prices-v2 .rm-popular-card {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.screen-redesign .screen-prices-v2 .rm-popular-card ul {
  flex: 1 1 auto;
}

.screen-redesign .screen-prices-v2 .rm-popular-bottom {
  margin-top: auto;
}

.screen-redesign .screen-process-v2 {
  background: #ffffff;
}

.screen-redesign .screen-prices-v2 {
  margin-top: 0;
}

.screen-redesign #faq {
  padding-top: 54px;
  padding-bottom: 48px;
}

@media (max-width: 767px) {
  .screen-redesign .screen-prices-v2 .rm-popular-grid {
    display: block;
  }

  .screen-redesign .screen-prices-v2 .rm-popular-col {
    display: block;
  }

  .screen-redesign #faq {
    padding-top: 42px;
    padding-bottom: 38px;
  }
}

.screen-redesign .screen-fit-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 28px;
}

.screen-redesign .screen-fit-head h2 {
  margin: 0 0 12px;
  font-weight: 900;
  font-size: 34px;
  line-height: 1.18;
  color: #1f2a24;
}

.screen-redesign .screen-fit-head p {
  margin: 0;
  color: #56615a;
  line-height: 1.65;
  font-size: 16px;
}

@media (max-width: 767px) {
  .screen-redesign .screen-fit-head {
    margin-bottom: 22px;
  }

  .screen-redesign .screen-fit-head h2 {
    font-size: 26px;
  }

  .screen-redesign .screen-fit-head p {
    font-size: 15px;
  }
}

.screen-redesign .screen-fit-check {
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  color: #fff;
}

.screen-redesign .screen-fit-check .screen-fit-head h2 {
  color: #fff;
}

.screen-redesign .screen-fit-check .screen-fit-head p {
  color: rgba(255,255,255,.78);
}

@media (max-width: 767px) {
  .screen-redesign .screen-fit-check .screen-fit-head {
    margin-bottom: 24px;
  }
}

.screen-redesign .screen-fit-check {
  padding: 54px 0 56px;
}

.screen-redesign .screen-fit-check .screen-fit-head {
  margin-bottom: 20px;
}

.screen-redesign .screen-fit-check .screen-fit-head h2 {
  font-size: 35px;
  letter-spacing: .01em;
}

.screen-redesign .screen-fit-check .screen-fit-head p {
  max-width: 760px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .screen-redesign .screen-fit-check {
    padding: 42px 0 40px;
  }

  .screen-redesign .screen-fit-check .screen-fit-head h2 {
    font-size: 27px;
  }
}

.screen-redesign .screen-fit-check {
  background: radial-gradient(circle at 14% 22%, rgba(40, 167, 69, .16), transparent 30%), radial-gradient(circle at 80% 16%, rgba(244, 197, 66, .16), transparent 25%), radial-gradient(circle at 88% 78%, rgba(0, 178, 190, .10), transparent 24%), linear-gradient(135deg, #0b1210 0%, #111a16 48%, #0a100e 100%);
}

.screen-redesign .screen-fit-separated-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.screen-redesign .screen-fit-check-card {
  position: relative;
  min-height: 190px;
  padding: 22px 20px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 16px 36px rgba(0,0,0,.20);
}

.screen-redesign .screen-fit-check-card:before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  height: 3px;
  border-radius: 0 0 999px 999px;
  opacity: .85;
}

.screen-redesign .screen-fit-card-icon {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 20px;
}

.screen-redesign .screen-fit-check-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}

.screen-redesign .screen-fit-check-card p {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 14.5px;
  line-height: 1.56;
}

.screen-redesign .screen-fit-check-card--green:before {
  background: #28a745;
}

.screen-redesign .screen-fit-check-card--green .screen-fit-card-icon {
  color: #6ee28a;
  background: rgba(40,167,69,.14);
  border: 1px solid rgba(40,167,69,.20);
}

.screen-redesign .screen-fit-check-card--amber:before {
  background: #f3c94d;
}

.screen-redesign .screen-fit-check-card--amber .screen-fit-card-icon {
  color: #f3c94d;
  background: rgba(243,201,77,.12);
  border: 1px solid rgba(243,201,77,.18);
}

.screen-redesign .screen-fit-check-card--cyan:before {
  background: #57c7ff;
}

.screen-redesign .screen-fit-check-card--cyan .screen-fit-card-icon {
  color: #66d6f0;
  background: rgba(87,199,255,.12);
  border: 1px solid rgba(87,199,255,.18);
}

.screen-redesign .screen-fit-check-card--violet:before {
  background: #9b8cff;
}

.screen-redesign .screen-fit-check-card--violet .screen-fit-card-icon {
  color: #bda7ff;
  background: rgba(155,140,255,.12);
  border: 1px solid rgba(155,140,255,.18);
}

.screen-redesign .screen-fit-bottom-note {
  max-width: 850px;
  margin: 22px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  padding: 15px 20px;
  border-radius: 18px;
  background: rgba(40,167,69,.10);
  border: 1px solid rgba(40,167,69,.20);
  color: rgba(255,255,255,.84);
  font-size: 14.5px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.screen-redesign .screen-fit-bottom-note i {
  color: #78ec8c;
  margin-top: 2px;
}

@media (max-width:991px) {
  .screen-redesign .screen-fit-separated-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .screen-redesign .screen-fit-check-card {
    min-height: 0;
  }
}

@media (max-width:767px) {
  .screen-redesign .screen-fit-separated-grid {
    grid-template-columns: 1fr;
  }

  .screen-redesign .screen-fit-bottom-note {
    text-align: left;
    justify-content: flex-start;
  }
}

.screen-redesign .screen-fit-check.screen-fit-check--v24 {
  position: relative;
  overflow: hidden;
  padding: 68px 0 72px;
  background: radial-gradient(circle at 0% 25%, rgba(40,167,69,.18), transparent 34%), linear-gradient(135deg,#06130e 0%,#07140f 54%,#081116 100%);
  color: #fff;
}

.screen-redesign .screen-fit-check.screen-fit-check--v24:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.10) 1px, transparent 1px);
  background-size: 14px 14px;
}

.screen-redesign .screen-fit-check.screen-fit-check--v24 .container {
  position: relative;
  z-index: 1;
  max-width: 1140px;
}

.screen-redesign .screen-fit-check.screen-fit-check--v24 .screen-fit-head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.screen-redesign .screen-fit-check.screen-fit-check--v24 .screen-fit-head p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.65;
}

.screen-redesign .screen-fit-main-card-v24 {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0,1.08fr) minmax(280px,.92fr);
  gap: 24px;
  align-items: center;
  margin: 0 auto 28px;
  padding: 30px 34px 28px;
  max-width: 980px;
  min-height: 278px;
  border-radius: 20px;
  background: linear-gradient(135deg,#ffffff 0%,#f9fbf7 62%,#eef9ef 100%);
  border: 1px solid rgba(40,167,69,.22);
  border-left: 3px solid #28a745;
  box-shadow: 0 18px 45px rgba(0,0,0,.26);
  color: #1d2a22;
}

.screen-redesign .screen-fit-main-card-v24:after {
  content: "";
  position: absolute;
  right: -86px;
  bottom: -112px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(40,167,69,.18), rgba(40,167,69,.06) 58%, transparent 68%);
  pointer-events: none;
}

.screen-redesign .screen-fit-main-text-v24 {
  position: relative;
  z-index: 1;
}

.screen-redesign .screen-fit-mini-label {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 14px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: rgba(40,167,69,.10);
  border: 1px solid rgba(40,167,69,.18);
  color: #207b38;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
}

.screen-redesign .screen-fit-main-card-v24 h3 {
  margin: 0 0 14px;
  max-width: 470px;
  color: #16221b;
  font-size: 29px;
  line-height: 1.15;
  font-weight: 900;
}

.screen-redesign .screen-fit-main-card-v24 p {
  margin: 0;
  max-width: 560px;
  color: #58635c;
  font-size: 16px;
  line-height: 1.65;
}

.screen-redesign .screen-fit-badge-panel-v24 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(40,167,69,.08);
  border: 1px solid rgba(40,167,69,.16);
}

.screen-redesign .screen-fit-badge-panel-v24 span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  gap: 7px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(23,52,32,.10);
  color: #213027;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
}

.screen-redesign .screen-fit-badge-panel-v24 i {
  color: #28a745;
  font-size: 13px;
}

.screen-redesign .screen-fit-pills-v24 {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding-top: 20px;
  margin-top: 4px;
  border-top: 1px solid rgba(23,52,32,.10);
}

.screen-redesign .screen-fit-pills-v24 span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #07100d;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(0,0,0,.14);
}

.screen-redesign .screen-fit-pills-v24 i {
  color: #59d775;
}

.screen-redesign .screen-fit-check.screen-fit-check--v24 .screen-fit-separated-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 18px;
  max-width: 980px;
  margin: 0 auto 20px;
}

.screen-redesign .screen-fit-check.screen-fit-check--v24 .screen-fit-check-card {
  min-height: 210px;
}

.screen-redesign .screen-fit-check.screen-fit-check--v24 .screen-fit-bottom-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 860px;
  margin: 24px auto 0;
  padding: 13px 18px;
  border-radius: 16px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 991px) {
  .screen-redesign .screen-fit-main-card-v24 {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .screen-redesign .screen-fit-check.screen-fit-check--v24 .screen-fit-separated-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .screen-redesign .screen-fit-check.screen-fit-check--v24 {
    padding: 48px 0 54px;
  }

  .screen-redesign .screen-fit-check.screen-fit-check--v24 .screen-fit-head {
    margin-bottom: 22px;
  }

  .screen-redesign .screen-fit-check.screen-fit-check--v24 .screen-fit-head h2 {
    font-size: 25px;
  }

  .screen-redesign .screen-fit-check.screen-fit-check--v24 .screen-fit-head p {
    font-size: 14px;
  }

  .screen-redesign .screen-fit-main-card-v24 {
    padding: 22px 20px 20px;
    border-radius: 18px;
    min-height: 0;
  }

  .screen-redesign .screen-fit-main-card-v24 h3 {
    font-size: 23px;
  }

  .screen-redesign .screen-fit-main-card-v24 p {
    font-size: 14px;
  }

  .screen-redesign .screen-fit-badge-panel-v24 {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 12px;
  }

  .screen-redesign .screen-fit-badge-panel-v24 span {
    min-height: 36px;
    font-size: 12px;
    padding: 7px 8px;
  }

  .screen-redesign .screen-fit-pills-v24 {
    justify-content: flex-start;
    gap: 8px;
  }

  .screen-redesign .screen-fit-pills-v24 span {
    width: 100%;
    justify-content: flex-start;
    font-size: 12px;
  }

  .screen-redesign .screen-fit-check.screen-fit-check--v24 .screen-fit-separated-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .screen-redesign .screen-fit-check.screen-fit-check--v24 .screen-fit-check-card {
    min-height: 0;
  }

  .screen-redesign .screen-fit-check.screen-fit-check--v24 .screen-fit-bottom-note {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    font-size: 13px;
  }
}

@media (min-width:768px) {
  .screen-redesign .screen-fit-pills-v24 {
    flex-wrap: nowrap;
    gap: 9px;
  }

  .screen-redesign .screen-fit-pills-v24 span {
    white-space: nowrap;
    min-height: 34px;
    padding: 8px 13px;
    font-size: 12.2px;
    letter-spacing: -.01em;
  }
}

@media (max-width:767px) {
  .screen-redesign .screen-fit-check.screen-fit-check--v24 .screen-fit-badge-panel-v24 {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

.screen-redesign .screen-fit-check.screen-fit-check--v24 .screen-fit-badge-panel-v24 {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  gap: 10px;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.screen-redesign .screen-fit-check.screen-fit-check--v24 .screen-fit-badge-panel-v24 span {
  min-height: 36px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #07100d;
  border: 1px solid rgba(7,16,13,.92);
  color: #fff;
  box-shadow: 0 10px 22px rgba(0,0,0,.14);
  font-size: 12.4px;
  font-weight: 900;
  letter-spacing: -.01em;
}

.screen-redesign .screen-fit-check.screen-fit-check--v24 .screen-fit-badge-panel-v24 i {
  color: #59d775;
  opacity: 1;
}

.screen-redesign .screen-fit-check.screen-fit-check--v24 .screen-fit-bottom-note {
  background: rgba(244,197,66,.10);
  border: 1px solid rgba(244,197,66,.20);
  color: #f1ead4;
  box-shadow: none;
}

.screen-redesign .screen-fit-check.screen-fit-check--v24 .screen-fit-bottom-note i {
  color: #f4c542;
}

@media (max-width:767px) {
  .screen-redesign .screen-fit-check.screen-fit-check--v24 .screen-fit-badge-panel-v24 span {
    min-height: 34px;
    padding: 7px 10px;
    font-size: 11.8px;
  }
}

.screen-redesign .screen-fit-check.screen-fit-check--v24 .screen-fit-head h2 {
  margin: 0 auto;
  color: #fff;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -.015em;
}

@media (max-width:767px) {
  .screen-redesign .screen-fit-check.screen-fit-check--v24 .screen-fit-head h2 {
    font-size: 29px;
    line-height: 1.18;
  }
}

.screen-redesign .screen-expert-band {
  background: #f5f7f6;
  border-top: 1px solid #e4e8e5;
  border-bottom: 1px solid #e4e8e5;
}

.screen-redesign .screen-expert-wrap {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(420px, 1.15fr);
  align-items: center;
  gap: 34px;
}

.screen-redesign .screen-expert-img {
  text-align: center;
}

.screen-redesign .screen-expert-img img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  filter: drop-shadow(0 20px 30px rgba(0,0,0,.10));
}

.screen-redesign .screen-expert-content {
  background: #fff;
  border: 1px solid #e3e9e4;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 16px 42px rgba(0,0,0,.07);
  position: relative;
  overflow: hidden;
}

.screen-redesign .screen-expert-content:before {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -92px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(40,167,69,.16) 0%, rgba(40,167,69,.08) 45%, rgba(40,167,69,0) 70%);
  pointer-events: none;
}

.screen-redesign .screen-expert-content h2 {
  margin: 0 0 12px;
  color: #1f2b24;
  font-size: 34px;
  line-height: 1.16;
  font-weight: 800;
}

.screen-redesign .screen-expert-lead, .screen-redesign .screen-expert-text {
  color: #52605a;
  line-height: 1.65;
  margin: 0 0 18px;
}

.screen-redesign .screen-expert-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 18px;
  position: relative;
  z-index: 1;
}

.screen-redesign .screen-expert-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #f7faf8;
  border: 1px solid #e2e8e3;
  border-radius: 16px;
  padding: 14px;
}

.screen-redesign .screen-expert-ico {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.screen-redesign .screen-expert-item h3 {
  margin: 0 0 6px;
  color: #1f2b24;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
}

.screen-redesign .screen-expert-item p {
  margin: 0;
  color: #5a6761;
  font-size: 14px;
  line-height: 1.5;
}

.screen-redesign .screen-expert-item--green .screen-expert-ico {
  background: #e9f8ee;
  color: #28a745;
}

.screen-redesign .screen-expert-item--blue .screen-expert-ico {
  background: #e8f5ff;
  color: #1494d2;
}

.screen-redesign .screen-expert-item--amber .screen-expert-ico {
  background: #fff6d8;
  color: #b48300;
}

.screen-redesign .screen-expert-item--violet .screen-expert-ico {
  background: #f0ecff;
  color: #7357c6;
}

.screen-redesign .screen-expert-note {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
  background: #101915;
  color: #fff;
  border-radius: 999px;
  padding: 11px 16px;
  font-weight: 800;
  line-height: 1.35;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
}

.screen-redesign .screen-expert-note i {
  color: #28d060;
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  .screen-redesign .screen-expert-wrap {
    grid-template-columns: 1fr;
  }

  .screen-redesign .screen-expert-img {
    order: 2;
  }

  .screen-redesign .screen-expert-content {
    order: 1;
  }
}

@media (max-width: 767px) {
  .screen-redesign .screen-expert-content {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .screen-redesign .screen-expert-content h2 {
    font-size: 28px;
  }

  .screen-redesign .screen-expert-grid {
    grid-template-columns: 1fr;
  }

  .screen-redesign .screen-expert-note {
    border-radius: 16px;
    align-items: flex-start;
  }
}

.screen-redesign .screen-expert-content h2 {
  margin-top: 0;
}

.screen-redesign .screen-expert-note--wide {
  margin-top: 18px;
  width: 100%;
  justify-content: center;
  text-align: center;
  border-radius: 18px;
  padding: 14px 18px;
}

@media (max-width: 767px) {
  .screen-redesign .screen-expert-note--wide {
    justify-content: flex-start;
    text-align: left;
  }
}

.screen-redesign .screen-expert-img {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 36px;
}

.screen-redesign .screen-expert-photo-badge {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  background: #e9f8ee;
  border: 1px solid #cfead6;
  color: #187c35;
  border-radius: 999px;
  padding: 8px 15px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(40,167,69,.14);
  z-index: 2;
}

.screen-redesign .screen-expert-photo-badge i {
  color: #28a745;
  font-size: 14px;
}

@media (max-width: 991px) {
  .screen-redesign .screen-expert-img {
    min-height: 0;
  }
}

@media (max-width: 480px) {
  .screen-redesign .screen-expert-photo-badge {
    font-size: 12px;
    padding: 8px 12px;
    max-width: calc(100% - 20px);
    white-space: normal;
    text-align: center;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .screen-redesign .screen-expert-wrap {
    align-items: stretch;
  }

  .screen-redesign .screen-expert-img {
    min-height: 0;
    padding-top: 0;
    align-self: stretch;
    align-items: center;
    justify-content: center;
  }

  .screen-redesign .screen-expert-photo-badge--desktop {
    right: auto;
    transform: none;
  }

  .screen-redesign .screen-expert-photo-badge--mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .screen-redesign .screen-expert-photo-badge--desktop {
    display: none;
  }

  .screen-redesign .screen-expert-photo-badge--mobile {
    position: static;
    transform: none;
    display: inline-flex;
    max-width: 100%;
  }

  .screen-redesign .screen-expert-img {
    padding-top: 0;
  }
}

@media (max-width: 480px) {
  .screen-redesign .screen-expert-photo-badge--mobile {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .screen-redesign .screen-expert-photo-badge--desktop {
    left: 18px;
    top: 32px;
  }
}

.screen-redesign .screen-expert-mobile-img {
  display: none;
}

@media (max-width: 991px) {
  .screen-redesign .screen-expert-wrap {
    display: block;
  }

  .screen-redesign .screen-expert-img {
    display: none;
  }

  .screen-redesign .screen-expert-mobile-img {
    display: flex;
    justify-content: center;
    margin: 4px 0 20px;
  }

  .screen-redesign .screen-expert-mobile-img img {
    display: block;
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 18px 28px rgba(0,0,0,.10));
  }

  .screen-redesign .screen-expert-photo-badge--mobile {
    margin: 0 0 14px;
  }
}

@media (max-width: 480px) {
  .screen-redesign .screen-expert-mobile-img {
    margin: 2px 0 18px;
  }

  .screen-redesign .screen-expert-mobile-img img {
    max-width: 92%;
  }
}

.screen-redesign .screen-pick-band {
  position: relative;
  overflow: hidden;
  background: #06140f;
  color: #fff;
  padding: 72px 0 76px;
}

.screen-redesign .screen-pick-band:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 16% 14%, rgba(40,167,69,.20), transparent 32%), radial-gradient(circle at 88% 72%, rgba(255,193,7,.12), transparent 36%), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: auto, auto, 22px 22px, 22px 22px;
  pointer-events: none;
}

.screen-redesign .screen-pick-band .container {
  position: relative;
  z-index: 1;
}

.screen-redesign .screen-pick-head {
  max-width: 820px;
  margin: 0 auto 30px;
  text-align: center;
}

.screen-redesign .screen-pick-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(40,167,69,.14);
  border: 1px solid rgba(77,214,113,.26);
  color: #bff5ce;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  margin-bottom: 14px;
}

.screen-redesign .screen-pick-head h2 {
  margin: 0;
  color: #fff;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: .01em;
}

.screen-redesign .screen-pick-head p {
  max-width: 760px;
  margin: 14px auto 0;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.65;
}

.screen-redesign .screen-pick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto;
}

.screen-redesign .screen-pick-card {
  position: relative;
  min-height: 236px;
  padding: 24px 22px 22px;
  border-radius: 22px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 22px 48px rgba(0,0,0,.20);
  overflow: hidden;
}

.screen-redesign .screen-pick-card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 3px;
  opacity: .95;
}

.screen-redesign .screen-pick-card--green:before {
  background: #28a745;
}

.screen-redesign .screen-pick-card--blue:before {
  background: #39bdf8;
}

.screen-redesign .screen-pick-card--amber:before {
  background: #f2c14e;
}

.screen-redesign .screen-pick-card--violet:before {
  background: #9b7cff;
}

.screen-redesign .screen-pick-ico {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #fff;
  font-size: 19px;
  background: rgba(40,167,69,.18);
  border: 1px solid rgba(255,255,255,.12);
}

.screen-redesign .screen-pick-card--blue .screen-pick-ico {
  background: rgba(57,189,248,.16);
}

.screen-redesign .screen-pick-card--amber .screen-pick-ico {
  background: rgba(242,193,78,.16);
}

.screen-redesign .screen-pick-card--violet .screen-pick-ico {
  background: rgba(155,124,255,.16);
}

.screen-redesign .screen-pick-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}

.screen-redesign .screen-pick-card p {
  margin: 0;
  color: rgba(255,255,255,.74);
  font-size: 14px;
  line-height: 1.62;
}

.screen-redesign .screen-pick-note {
  max-width: 1120px;
  margin: 22px auto 0;
  min-height: 54px;
  padding: 16px 22px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  color: #fff5c7;
  background: rgba(255,193,7,.10);
  border: 1px solid rgba(255,193,7,.28);
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
}

.screen-redesign .screen-pick-note i {
  color: #ffc107;
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  .screen-redesign .screen-pick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .screen-redesign .screen-pick-card {
    min-height: 210px;
  }
}

@media (max-width: 767px) {
  .screen-redesign .screen-pick-band {
    padding: 48px 0 52px;
  }

  .screen-redesign .screen-pick-head {
    margin-bottom: 22px;
  }

  .screen-redesign .screen-pick-label {
    margin-bottom: 12px;
    font-size: 12px;
    padding: 7px 14px;
  }

  .screen-redesign .screen-pick-head h2 {
    font-size: 29px;
    line-height: 1.15;
  }

  .screen-redesign .screen-pick-head p {
    font-size: 15px;
    line-height: 1.58;
    margin-top: 12px;
  }

  .screen-redesign .screen-pick-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .screen-redesign .screen-pick-card {
    min-height: 0;
    padding: 20px 18px 18px;
    border-radius: 18px;
  }

  .screen-redesign .screen-pick-ico {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    margin-bottom: 13px;
  }

  .screen-redesign .screen-pick-card h3 {
    font-size: 17px;
  }

  .screen-redesign .screen-pick-card p {
    font-size: 14px;
  }

  .screen-redesign .screen-pick-note {
    align-items: flex-start;
    text-align: left;
    justify-content: flex-start;
    padding: 15px 16px;
    font-size: 14px;
  }
}

.screen-redesign .screen-pick-label {
  margin: 14px 0 0;
}

.screen-redesign .screen-pick-head p {
  margin-top: 14px;
}

@media (max-width: 767px) {
  .screen-redesign .screen-pick-head p {
    margin-left: auto;
    margin-right: auto;
  }

  .screen-redesign .screen-fit-check.screen-fit-check--v24 .screen-fit-head {
    text-align: center;
  }

  .screen-redesign .screen-expert-content h2 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .screen-redesign .screen-pick-head {
    text-align: center !important;
  }

  .screen-redesign .screen-pick-head h2, .screen-redesign .screen-fit-check.screen-fit-check--v24 .screen-fit-head h2, .screen-redesign .screen-expert-content h2 {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .screen-redesign .screen-pick-label {
    display: flex !important;
    width: fit-content;
    max-width: 100%;
    margin: 12px auto 0 !important;
    text-align: center !important;
  }
}

.screen-redesign .screen-articles-band {
  background: #f5f8f4;
  padding: 58px 0 54px;
  position: relative;
  overflow: hidden;
}

.screen-redesign .screen-articles-band:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 18%, rgba(40, 167, 69, .08), transparent 32%), radial-gradient(circle at 84% 72%, rgba(255, 214, 10, .12), transparent 30%);
  pointer-events: none;
}

.screen-redesign .screen-articles-band .container {
  position: relative;
  z-index: 1;
}

.screen-redesign .screen-articles-head {
  max-width: 820px;
  margin: 0 auto 28px;
  text-align: center;
}

.screen-redesign .screen-articles-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 16px;
  margin: 0 0 14px;
  border-radius: 999px;
  background: #e8f6ec;
  border: 1px solid rgba(40, 167, 69, .18);
  color: #17692c;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .01em;
}

.screen-redesign .screen-articles-head h2 {
  margin: 0;
  color: #1b2b1f;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 800;
}

.screen-redesign .screen-articles-head p {
  max-width: 780px;
  margin: 14px auto 0;
  color: #5e675f;
  font-size: 16px;
  line-height: 1.6;
}

.screen-redesign .screen-articles-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  max-width: 1040px;
  margin: 20px auto 0;
  padding: 13px 18px;
  border-radius: 14px;
  background: rgba(255, 214, 10, .12);
  border: 1px solid rgba(255, 214, 10, .32);
  color: #67530a;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 800;
  text-align: center;
}

.screen-redesign .screen-articles-note i {
  color: #d5a900;
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .screen-redesign .screen-articles-band {
    padding: 42px 0 38px;
  }

  .screen-redesign .screen-articles-head {
    margin-bottom: 22px;
  }

  .screen-redesign .screen-articles-head h2 {
    font-size: 29px;
    line-height: 1.18;
    text-align: center;
  }

  .screen-redesign .screen-articles-label {
    margin-bottom: 12px;
  }

  .screen-redesign .screen-articles-head p {
    font-size: 14.5px;
    line-height: 1.55;
  }

  .screen-redesign .screen-articles-note {
    align-items: flex-start;
    text-align: left;
  }
}

.screen-redesign .screen-articles-band--sheets {
  background: #f4f7f3;
  padding: 60px 0 56px;
}

.screen-redesign .screen-articles-band--sheets:before {
  background: radial-gradient(circle at 16% 16%, rgba(40, 167, 69, .08), transparent 34%), radial-gradient(circle at 84% 76%, rgba(255, 214, 10, .13), transparent 32%);
}

.screen-redesign .screen-article-sheets {
  display: grid;
  grid-template-columns: repeat(3, minmax(245px, 1fr));
  gap: 22px;
  max-width: 1060px;
  margin: 0 auto;
}

.screen-redesign .screen-article-sheet {
  position: relative;
  min-height: 272px;
  padding: 24px 22px 22px;
  border-radius: 18px 18px 28px 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(252,255,250,.96)), repeating-linear-gradient(180deg, transparent 0, transparent 31px, rgba(21,45,27,.055) 32px);
  border: 1px solid rgba(21, 45, 27, .10);
  box-shadow: 0 18px 42px rgba(14, 32, 19, .09);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.screen-redesign .screen-article-sheet:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #28a745;
}

.screen-redesign .screen-article-sheet:after {
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, rgba(232, 246, 236, 0) 0 49%, #dbeee0 50% 100%);
  border-bottom-left-radius: 12px;
  box-shadow: -6px 6px 18px rgba(14, 32, 19, .08);
}

.screen-redesign .screen-article-sheet--blue:before {
  background: #39c4e4;
}

.screen-redesign .screen-article-sheet--blue:after {
  background: linear-gradient(135deg, rgba(232, 246, 236, 0) 0 49%, #dff5fa 50% 100%);
}

.screen-redesign .screen-article-sheet--violet:before {
  background: #9b7cff;
}

.screen-redesign .screen-article-sheet--violet:after {
  background: linear-gradient(135deg, rgba(232, 246, 236, 0) 0 49%, #ebe6ff 50% 100%);
}

.screen-redesign .screen-article-sheet-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.screen-redesign .screen-article-type {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #e8f6ec;
  color: #17692c;
  border: 1px solid rgba(40, 167, 69, .18);
  font-size: 12.5px;
  line-height: 1;
  font-weight: 900;
}

.screen-redesign .screen-article-sheet--blue .screen-article-type {
  background: rgba(57, 196, 228, .12);
  color: #168fb0;
  border-color: rgba(57, 196, 228, .22);
}

.screen-redesign .screen-article-sheet--violet .screen-article-type {
  background: rgba(155, 124, 255, .13);
  color: #7052d8;
  border-color: rgba(155, 124, 255, .24);
}

.screen-redesign .screen-article-num {
  color: rgba(23, 36, 26, .14);
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.04em;
}

.screen-redesign .screen-article-sheet h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #17241a;
  font-size: 22px;
  line-height: 1.22;
  font-weight: 900;
}

.screen-redesign .screen-article-sheet p {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  color: #5d665f;
  font-size: 14.5px;
  line-height: 1.58;
}

.screen-redesign .screen-article-sheet-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: auto;
  color: #17241a !important;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.screen-redesign .screen-article-sheet-link:after {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #07120c;
  color: #fff;
  transition: transform .18s ease, background .18s ease;
}

.screen-redesign .screen-article-sheet-link:hover, .screen-redesign .screen-article-sheet-link:focus {
  color: #17692c !important;
  text-decoration: none;
}

.screen-redesign .screen-article-sheet-link:hover:after, .screen-redesign .screen-article-sheet-link:focus:after {
  background: #28a745;
  transform: translateX(2px);
}

.screen-redesign .screen-articles-note--sheets {
  margin-top: 22px;
}

@media (max-width: 991px) {
  .screen-redesign .screen-article-sheets {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .screen-redesign .screen-article-sheet {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .screen-redesign .screen-articles-band--sheets {
    padding: 42px 0 38px;
  }

  .screen-redesign .screen-article-sheets {
    gap: 14px;
  }

  .screen-redesign .screen-article-sheet {
    padding: 21px 18px 19px;
    border-radius: 16px 16px 24px 16px;
  }

  .screen-redesign .screen-article-sheet:after {
    width: 42px;
    height: 42px;
  }

  .screen-redesign .screen-article-sheet h3 {
    font-size: 19px;
  }

  .screen-redesign .screen-article-num {
    font-size: 30px;
  }
}

.screen-redesign #faq {
  position: relative;
  overflow: hidden;
  max-width: 1140px;
  margin: 34px auto 30px;
  padding: 54px 24px 56px;
  border-radius: 28px;
  background: radial-gradient(circle at 10% 10%, rgba(40,167,69,.10), transparent 26%), radial-gradient(circle at 90% 8%, rgba(244,197,66,.10), transparent 24%), linear-gradient(180deg, #f7faf7 0%, #ffffff 100%);
  box-shadow: 0 18px 48px rgba(17,23,27,.07);
}

.screen-redesign #faq:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(40,167,69,.16) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: .14;
  pointer-events: none;
}

.screen-redesign #faq > .title, .screen-redesign #faq > .accordion {
  position: relative;
  z-index: 1;
}

.screen-redesign #faq > .title {
  display: block;
  max-width: 980px;
  margin: 0 auto 24px !important;
  padding: 0 !important;
  color: #252b2f !important;
  font-size: 38px !important;
  line-height: 1.18 !important;
  font-weight: 800 !important;
  letter-spacing: .01em;
  text-align: center !important;
  text-transform: none !important;
}

.screen-redesign #faq > .title:before, .screen-redesign #faq > .title:after {
  display: none !important;
  content: none !important;
}

.screen-redesign #faq .accordion {
  max-width: 1040px;
  margin: 0 auto;
}

.screen-redesign #faq .accordion-item {
  position: relative;
  margin-bottom: 12px;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255,255,255,.96);
  border: 1px solid #e1ece4;
  box-shadow: 0 14px 34px rgba(17,23,27,.065), inset 0 1px 0 rgba(255,255,255,.9);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.screen-redesign #faq .accordion-item:hover {
  transform: translateY(-2px);
  border-color: rgba(40,167,69,.34);
  box-shadow: 0 20px 42px rgba(17,23,27,.09), inset 0 1px 0 rgba(255,255,255,.95);
}

.screen-redesign #faq .accordion-header {
  margin: 0;
}

.screen-redesign #faq .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 17px 56px 17px 18px;
  border: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #252b2f !important;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
  text-align: left;
  box-shadow: none !important;
}

.screen-redesign #faq .accordion-button:before {
  content: "";
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(40,167,69,.12);
  color: #28a745;
  font-family: FontAwesome;
  font-size: 17px;
  box-shadow: 0 10px 22px rgba(40,167,69,.11), inset 0 1px 0 rgba(255,255,255,.72);
}

.screen-redesign #faq .accordion-button:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #11171b;
  color: #fff;
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 1;
  transition: transform .22s ease, background .18s ease;
  float: none;
}

.screen-redesign #faq .accordion-button.collapsed:after {
  transform: translateY(-50%) rotate(-90deg);
}

.screen-redesign #faq .accordion-button:hover:after, .screen-redesign #faq .accordion-button:focus:after {
  background: #28a745;
}

.screen-redesign #faq .accordion-body {
  margin: 0 18px 18px 68px;
  padding: 15px 18px;
  border-top: 1px solid #e6eee8;
  border-radius: 16px;
  background: #f8fbf9;
  color: #3e484d;
  font-size: 16px;
  line-height: 1.62;
}

@media (max-width: 767px) {
  .screen-redesign #faq {
    margin: 24px 12px 24px;
    padding: 45px 13px 45px;
    border-radius: 22px;
  }

  .screen-redesign #faq > .title {
    font-size: 29px !important;
    line-height: 1.22 !important;
    margin-bottom: 18px !important;
  }

  .screen-redesign #faq .accordion-item {
    border-radius: 18px;
    margin-bottom: 10px;
  }

  .screen-redesign #faq .accordion-button {
    min-height: 58px;
    padding: 14px 48px 14px 14px;
    gap: 10px;
    font-size: 16px;
  }

  .screen-redesign #faq .accordion-button:before {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    font-size: 15px;
  }

  .screen-redesign #faq .accordion-button:after {
    right: 13px;
    width: 31px;
    height: 31px;
    font-size: 14px;
  }

  .screen-redesign #faq .accordion-body {
    margin: 0 12px 14px 58px;
    padding: 13px 14px;
    font-size: 15px;
    line-height: 1.58;
  }
}

@media (max-width: 420px) {
  .screen-redesign #faq .accordion-button {
    align-items: flex-start;
  }

  .screen-redesign #faq .accordion-body {
    margin-left: 12px;
  }
}

.screen-redesign .rm-home-lower-title, .screen-redesign .rm-home-lower-subtitle, .screen-redesign .mi-title {
  letter-spacing: .01em;
}

.screen-redesign .rm-home-lower-title {
  display: block;
  max-width: 980px;
  margin: 0 auto 24px !important;
  padding: 0 !important;
  color: #252b2f !important;
  font-size: 38px !important;
  line-height: 1.18 !important;
  font-weight: 800 !important;
  text-align: center !important;
  text-transform: none !important;
}

.screen-redesign .rm-home-lower-title:before, .screen-redesign .rm-home-lower-title:after {
  display: none !important;
  content: none !important;
}

.screen-redesign .rm-home-lower-subtitle, .screen-redesign #contact-map > .container > p {
  max-width: 820px;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #5f696f !important;
  font-size: 16.5px !important;
  line-height: 1.6 !important;
  font-weight: 600;
  text-align: center !important;
  text-transform: none !important;
}

.screen-redesign #contact .rm-home-lower-subtitle {
  margin-top: -8px !important;
  margin-bottom: 28px !important;
  font-size: 18px !important;
}

.screen-redesign #maybe-interest {
  background: #dbdbdb;
}

.screen-redesign #maybe-interest .mi-title {
  color: #252b2f !important;
  font-size: 21px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  text-transform: none !important;
}

.screen-redesign #maybe-interest .mi-title a {
  color: inherit !important;
  text-decoration: none !important;
}

.screen-redesign #maybe-interest .mi-card {
  box-shadow: 0 16px 36px rgba(17,23,27,.09);
  border: 1px solid rgba(255,255,255,.75);
}

.screen-redesign #contact .social-links h3, .screen-redesign #contact h3 {
  color: #252b2f;
  font-weight: 800;
  line-height: 1.25;
  text-transform: none;
}

.screen-redesign #contact .rm-social-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 14px 0 4px;
}

.screen-redesign #contact .rm-social-row .social {
  margin: 0;
}

.screen-redesign #contact .rm-footer-contact-phones {
  margin-top: 22px;
}

.screen-redesign #contact .rm-footer-contact-phones h3 {
  margin: 0 0 10px;
}

.screen-redesign #contact .rm-footer-contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: max-content;
  min-width: 260px;
  margin: 8px auto;
  padding: 10px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(37,43,47,.08);
  box-shadow: 0 10px 24px rgba(17,23,27,.08);
  color: #252b2f !important;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  text-decoration: none !important;
}

.screen-redesign #contact .rm-footer-contact-link i {
  color: #28a745;
}

.screen-redesign #contact-map address {
  color: #252b2f;
}

.screen-redesign #contact-map .rm-map-wrap {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(17,23,27,.12);
}

@media (max-width:767px) {
  .screen-redesign .rm-home-lower-title {
    font-size: 29px !important;
    line-height: 1.22 !important;
    margin-bottom: 18px !important;
  }

  .screen-redesign .rm-home-lower-subtitle, .screen-redesign #contact-map > .container > p {
    font-size: 15.5px !important;
    line-height: 1.55 !important;
  }

  .screen-redesign #contact .rm-home-lower-subtitle {
    font-size: 16px !important;
    margin-top: -4px !important;
  }

  .screen-redesign #contact .rm-footer-contact-link {
    width: 100%;
    max-width: 300px;
    min-width: 0;
    font-size: 18px;
  }
}

.screen-redesign #work-photos {
  position: relative;
  padding: 58px 0 56px;
  background: radial-gradient(circle at 12% 12%, rgba(40,167,69,.08), transparent 24%), radial-gradient(circle at 88% 14%, rgba(244,197,66,.08), transparent 24%), linear-gradient(180deg, #ffffff 0%, #f7faf7 100%);
  overflow: hidden;
}

.screen-redesign #work-photos:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(40,167,69,.14) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: .14;
  pointer-events: none;
}

.screen-redesign #work-photos > .container, .screen-redesign .rm-work-head, .screen-redesign .rm-work-carousel, .screen-redesign .rm-work-dots, .screen-redesign .rm-work-actions {
  position: relative;
  z-index: 1;
}

.screen-redesign .rm-work-head {
  max-width: 890px;
  margin: 0 auto 28px;
  text-align: center;
}

.screen-redesign .rm-work-head h2 {
  margin: 0;
  color: #252b2f;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 800;
}

.screen-redesign .rm-work-head p {
  max-width: 820px;
  margin: 12px auto 0;
  color: #5f696f;
  font-size: 16.5px;
  line-height: 1.6;
}

.screen-redesign .rm-work-carousel {
  --work-per: 4;
  --work-gap: 18px;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

.screen-redesign .rm-work-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--work-per) - 1) * var(--work-gap)) / var(--work-per));
  gap: var(--work-gap);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 2px 14px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.screen-redesign .rm-work-track::-webkit-scrollbar {
  display: none;
}

.screen-redesign .rm-work-card {
  scroll-snap-align: start;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.99), rgba(249,252,250,.97));
  border: 1px solid #e1ece4;
  box-shadow: 0 22px 48px rgba(17,23,27,.10), 0 6px 14px rgba(17,23,27,.05), inset 0 1px 0 rgba(255,255,255,.9);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.screen-redesign .rm-work-card:hover {
  transform: translateY(-4px);
  border-color: rgba(40,167,69,.38);
  box-shadow: 0 28px 58px rgba(17,23,27,.13), 0 10px 20px rgba(17,23,27,.06), inset 0 1px 0 rgba(255,255,255,.95);
}

.screen-redesign .rm-work-photo {
  display: block;
  color: inherit;
  text-decoration: none;
}

.screen-redesign .rm-work-card img {
  display: block;
  width: 100%;
  height: 235px;
  object-fit: cover;
  object-position: center;
  background: #fff;
}

.screen-redesign .rm-work-body {
  padding: 15px 15px 17px;
  text-align: center;
}

.screen-redesign .rm-work-body h3 {
  margin: 0 0 7px;
  color: #252b2f;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
}

.screen-redesign .rm-work-body p {
  margin: 0;
  color: #657078;
  font-size: 13.5px;
  line-height: 1.45;
}

.screen-redesign .rm-work-nav {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #11171b;
  color: #fff;
  box-shadow: 0 14px 30px rgba(17,23,27,.16);
  z-index: 3;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.screen-redesign .rm-work-nav:hover, .screen-redesign .rm-work-nav:focus-visible {
  background: #28a745;
  transform: translateY(-50%) scale(1.05);
  outline: none;
}

.screen-redesign .rm-work-prev {
  left: -14px;
}

.screen-redesign .rm-work-next {
  right: -14px;
}

.screen-redesign .rm-work-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 8px;
}

.screen-redesign .rm-work-dot.is-active {
  background: #28a745;
}

.screen-redesign .rm-work-actions {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.screen-redesign .rm-work-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: #11171b;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 14px 30px rgba(17,23,27,.12);
  transition: background .18s ease, transform .18s ease;
}

.screen-redesign .rm-work-more:hover {
  background: #28a745;
  transform: translateY(-2px);
}

@media (max-width: 1199px) {
  .screen-redesign .rm-work-carousel {
    --work-per: 3;
  }
}

@media (max-width: 991px) {
  .screen-redesign .rm-work-carousel {
    --work-per: 2;
  }
}

@media (max-width: 767px) {
  .screen-redesign #work-photos {
    padding: 45px 0 43px;
    background: linear-gradient(180deg, #ffffff 0%, #f7faf7 100%);
  }

  .screen-redesign .rm-work-head {
    margin-bottom: 22px;
  }

  .screen-redesign .rm-work-head h2 {
    font-size: 29px;
  }

  .screen-redesign .rm-work-head p {
    font-size: 15.5px;
  }

  .screen-redesign .rm-work-carousel {
    --work-per: 1;
    --work-gap: 14px;
  }

  .screen-redesign .rm-work-track {
    --work-mobw: 88%;
    grid-auto-columns: var(--work-mobw);
    scroll-padding-left: calc((100% - var(--work-mobw)) / 2);
    scroll-padding-right: calc((100% - var(--work-mobw)) / 2);
    padding-left: calc((100% - var(--work-mobw)) / 2);
    padding-right: calc((100% - var(--work-mobw)) / 2);
  }

  .screen-redesign .rm-work-card {
    scroll-snap-align: center;
    border-radius: 22px;
  }

  .screen-redesign .rm-work-card img {
    height: 260px;
  }

  .screen-redesign .rm-work-prev {
    left: -4px;
  }

  .screen-redesign .rm-work-next {
    right: -4px;
  }
}

@media (max-width: 420px) {
  .screen-redesign .rm-work-card img {
    height: 245px;
  }
}

.screen-redesign .rm-work-photo {
  cursor: default;
}

.screen-redesign .rm-work-photo img {
  pointer-events: none;
}

.screen-redesign #contact {
  background: #f1f1f1;
}

.screen-redesign #contact-map {
  background: #fff;
  padding: 52px 0 24px;
}

.screen-redesign #copyright {
  background: #f1f1f1;
}

.rm-home-page .rm-home-lower-title, .rm-home-page .rm-home-lower-subtitle, .rm-home-page .accordion-button, .rm-home-page .mi-title {
  letter-spacing: .01em;
}

.rm-home-page .rm-home-lower-title {
  display: block;
  max-width: 980px;
  margin: 0 auto 24px !important;
  padding: 0 !important;
  color: #252b2f !important;
  font-size: 38px !important;
  line-height: 1.18 !important;
  font-weight: 800 !important;
  text-align: center !important;
  text-transform: none !important;
}

.rm-home-page .rm-home-lower-title:before, .rm-home-page .rm-home-lower-title:after {
  display: none !important;
  content: none !important;
}

.rm-home-page .rm-home-lower-subtitle, .rm-home-page #contact-map > .container > p {
  max-width: 820px;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #5f696f !important;
  font-size: 16.5px !important;
  line-height: 1.6 !important;
  font-weight: 600;
  text-align: center !important;
  text-transform: none !important;
}

.rm-home-page #contact .rm-home-lower-subtitle {
  margin-top: -8px !important;
  margin-bottom: 28px !important;
  font-size: 18px !important;
}

.rm-home-page #faq {
  background: #f7faf7;
}

.rm-home-page #faq .accordion {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.rm-home-page #faq .accordion-item {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(17,23,27,.055);
}

.rm-home-page #faq .accordion-button {
  border-left-color: #28a745;
  border-radius: 14px;
  color: #252b2f;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
}

.rm-home-page #faq .accordion-body {
  color: #3e484d;
  font-size: 16px;
  line-height: 1.62;
}

.rm-home-page #maybe-interest {
  background: #dbdbdb;
}

.rm-home-page #maybe-interest .mi-title {
  color: #252b2f !important;
  font-size: 21px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  text-transform: none !important;
}

.rm-home-page #maybe-interest .mi-title a {
  color: inherit !important;
  text-decoration: none !important;
}

.rm-home-page #maybe-interest .mi-card {
  box-shadow: 0 16px 36px rgba(17,23,27,.09);
  border: 1px solid rgba(255,255,255,.75);
}

.rm-home-page #contact {
  background: #f1f1f1;
}

.rm-home-page #contact .social-links h3, .rm-home-page #contact h3 {
  color: #252b2f;
  font-weight: 800;
  line-height: 1.25;
  text-transform: none;
}

.rm-home-page #contact .rm-footer-contact-phones {
  margin-top: 22px;
}

.rm-home-page #contact .rm-footer-contact-phones h3 {
  margin: 0 0 10px;
}

.rm-home-page #contact .rm-footer-contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: max-content;
  min-width: 260px;
  margin: 8px auto;
  padding: 10px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(37,43,47,.08);
  box-shadow: 0 10px 24px rgba(17,23,27,.08);
  color: #252b2f !important;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  text-decoration: none !important;
}

.rm-home-page #contact .rm-footer-contact-link i {
  color: #28a745;
}

.rm-home-page #contact-map address {
  color: #252b2f;
}

@media (max-width: 767px) {
  .rm-home-page .rm-home-lower-title {
    font-size: 29px !important;
    line-height: 1.22 !important;
    margin-bottom: 18px !important;
  }

  .rm-home-page .rm-home-lower-subtitle, .rm-home-page #contact-map > .container > p {
    font-size: 15.5px !important;
    line-height: 1.55 !important;
  }

  .rm-home-page #contact .rm-home-lower-subtitle {
    font-size: 16px !important;
    margin-top: -4px !important;
  }

  .rm-home-page #contact .rm-footer-contact-link {
    width: 100%;
    max-width: 300px;
    min-width: 0;
    font-size: 18px;
  }

  .rm-home-page #faq .accordion-button {
    font-size: 16px;
    padding: 14px 18px;
  }
}

body.rm-home-page #faq {
  position: relative;
  overflow: hidden;
  max-width: 1140px;
  margin: 34px auto 30px;
  padding: 54px 24px 56px;
  border-radius: 28px;
  background: radial-gradient(circle at 10% 10%, rgba(40,167,69,.10), transparent 26%), radial-gradient(circle at 90% 8%, rgba(244,197,66,.10), transparent 24%), linear-gradient(180deg, #f7faf7 0%, #ffffff 100%);
  box-shadow: 0 18px 48px rgba(17,23,27,.07);
}

body.rm-home-page #faq:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(40,167,69,.16) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: .14;
  pointer-events: none;
}

body.rm-home-page #faq > .title, body.rm-home-page #faq > .accordion {
  position: relative;
  z-index: 1;
}

body.rm-home-page #faq .accordion {
  max-width: 1040px;
  margin: 0 auto;
}

body.rm-home-page #faq .accordion-item {
  position: relative;
  margin-bottom: 12px;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255,255,255,.96);
  border: 1px solid #e1ece4;
  box-shadow: 0 14px 34px rgba(17,23,27,.065), inset 0 1px 0 rgba(255,255,255,.9);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

body.rm-home-page #faq .accordion-item:hover {
  transform: translateY(-2px);
  border-color: rgba(40,167,69,.34);
  box-shadow: 0 20px 42px rgba(17,23,27,.09), inset 0 1px 0 rgba(255,255,255,.95);
}

body.rm-home-page #faq .accordion-header {
  margin: 0;
}

body.rm-home-page #faq .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 17px 56px 17px 18px;
  border: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #252b2f !important;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
  text-align: left;
  box-shadow: none !important;
}

body.rm-home-page #faq .accordion-button:before {
  content: "";
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(40,167,69,.12);
  color: #28a745;
  font-family: FontAwesome;
  font-size: 17px;
  box-shadow: 0 10px 22px rgba(40,167,69,.11), inset 0 1px 0 rgba(255,255,255,.72);
}

body.rm-home-page #faq .accordion-button:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #11171b;
  color: #fff;
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 1;
  transition: transform .22s ease, background .18s ease;
  float: none;
}

body.rm-home-page #faq .accordion-button.collapsed:after {
  transform: translateY(-50%) rotate(-90deg);
}

body.rm-home-page #faq .accordion-button:hover:after, body.rm-home-page #faq .accordion-button:focus:after {
  background: #28a745;
}

body.rm-home-page #faq .accordion-body {
  margin: 0 18px 18px 68px;
  padding: 15px 18px;
  border-top: 1px solid #e6eee8;
  border-radius: 16px;
  background: #f8fbf9;
  color: #3e484d;
  font-size: 16px;
  line-height: 1.62;
}

@media (max-width: 767px) {
  body.rm-home-page #faq {
    margin: 24px 12px 24px;
    padding: 45px 13px 45px;
    border-radius: 22px;
  }

  body.rm-home-page #faq .accordion-item {
    border-radius: 18px;
    margin-bottom: 10px;
  }

  body.rm-home-page #faq .accordion-button {
    min-height: 58px;
    padding: 14px 48px 14px 14px;
    gap: 10px;
    font-size: 16px;
  }

  body.rm-home-page #faq .accordion-button:before {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    font-size: 15px;
  }

  body.rm-home-page #faq .accordion-button:after {
    right: 13px;
    width: 31px;
    height: 31px;
    font-size: 14px;
  }

  body.rm-home-page #faq .accordion-body {
    margin: 0 12px 14px 58px;
    padding: 13px 14px;
    font-size: 15px;
    line-height: 1.58;
  }
}

@media (max-width: 420px) {
  body.rm-home-page #faq .accordion-button {
    align-items: flex-start;
  }

  body.rm-home-page #faq .accordion-body {
    margin-left: 12px;
  }
}

body.rm-home-page #maybe-interest, body.rm-home-page #contact, body.rm-home-page #contact-map {
  position: relative;
  overflow: hidden;
}

body.rm-home-page #maybe-interest {
  max-width: 1140px;
  margin: 30px auto 30px !important;
  padding: 54px 24px 56px !important;
  border-radius: 28px;
  background: radial-gradient(circle at 10% 10%, rgba(40,167,69,.09), transparent 26%), radial-gradient(circle at 90% 8%, rgba(244,197,66,.08), transparent 24%), linear-gradient(180deg, #f7faf7 0%, #ffffff 100%) !important;
  box-shadow: 0 18px 48px rgba(17,23,27,.07);
}

body.rm-home-page #maybe-interest:before, body.rm-home-page #contact:before, body.rm-home-page #contact-map:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(40,167,69,.16) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: .13;
  pointer-events: none;
}

body.rm-home-page #maybe-interest > .container, body.rm-home-page #contact > .container, body.rm-home-page #contact-map > .container {
  position: relative;
  z-index: 1;
}

body.rm-home-page #maybe-interest .mi-carousel {
  max-width: 1040px;
  margin: 0 auto;
}

body.rm-home-page #maybe-interest .mi-card {
  min-height: 355px;
  border-radius: 24px;
  border: 1px solid #e1ece4;
  background: linear-gradient(180deg, rgba(255,255,255,.99), rgba(249,252,250,.97));
  box-shadow: 0 22px 48px rgba(17,23,27,.10), 0 6px 14px rgba(17,23,27,.05), inset 0 1px 0 rgba(255,255,255,.9);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

body.rm-home-page #maybe-interest .mi-card:hover {
  transform: translateY(-4px);
  border-color: rgba(40,167,69,.38);
  box-shadow: 0 28px 58px rgba(17,23,27,.13), 0 10px 20px rgba(17,23,27,.06), inset 0 1px 0 rgba(255,255,255,.95);
}

body.rm-home-page #maybe-interest .mi-cover {
  background: #fff;
}

body.rm-home-page #maybe-interest .mi-btn {
  border-radius: 999px;
  padding: 10px 16px;
  box-shadow: 0 10px 22px rgba(40,167,69,.18);
}

body.rm-home-page #maybe-interest .mi-nav {
  background: #11171b;
  color: #fff;
  box-shadow: 0 14px 30px rgba(17,23,27,.16);
}

body.rm-home-page #maybe-interest .mi-nav:hover {
  background: #28a745;
}

body.rm-home-page #contact {
  max-width: 1140px;
  margin: 30px auto 30px !important;
  padding: 54px 24px 56px;
  border-radius: 28px;
  background: radial-gradient(circle at 10% 10%, rgba(40,167,69,.09), transparent 26%), radial-gradient(circle at 88% 12%, rgba(53,183,255,.08), transparent 24%), linear-gradient(180deg, #ffffff 0%, #f7faf7 100%) !important;
  box-shadow: 0 18px 48px rgba(17,23,27,.07);
}

body.rm-home-page #contact .row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.rm-home-page #contact form .col-md-6, body.rm-home-page #contact .social-links {
  min-height: 100%;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255,255,255,.96);
  border: 1px solid #e1ece4;
  box-shadow: 0 18px 40px rgba(17,23,27,.075), inset 0 1px 0 rgba(255,255,255,.9);
}

body.rm-home-page #contact .contact-form .form-control {
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 15px;
  border: 1px solid #e1ece4;
  background: #f8fbf9;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
  color: #252b2f;
}

body.rm-home-page #contact .contact-form textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

body.rm-home-page #contact .contact-form .form-control:focus {
  border-color: rgba(40,167,69,.55);
  box-shadow: 0 0 0 3px rgba(40,167,69,.14);
}

body.rm-home-page #contact #submit {
  width: 100%;
  min-height: 48px;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(40,167,69,.22);
}

body.rm-home-page #contact .social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

body.rm-home-page #contact .social-links > h3:first-child {
  margin-top: 0;
}

body.rm-home-page #contact .social i {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  border-radius: 18px;
  background: #11171b;
  color: #fff;
  box-shadow: 0 12px 28px rgba(17,23,27,.12);
}

body.rm-home-page #contact .social:hover i {
  background: #28a745;
  color: #fff;
}

body.rm-home-page #contact iframe {
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(17,23,27,.10);
}

body.rm-home-page #contact-map {
  max-width: 1140px;
  margin: 30px auto 30px;
  padding: 54px 24px 56px;
  border-radius: 28px;
  background: radial-gradient(circle at 10% 10%, rgba(40,167,69,.09), transparent 26%), radial-gradient(circle at 88% 12%, rgba(244,197,66,.08), transparent 24%), linear-gradient(180deg, #f7faf7 0%, #ffffff 100%);
  box-shadow: 0 18px 48px rgba(17,23,27,.07);
}

body.rm-home-page #contact-map .map_container {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 20px 46px rgba(17,23,27,.12);
  border: 1px solid #e1ece4;
}

body.rm-home-page #contact-map #route-btn {
  min-height: 44px;
  padding: 11px 20px;
  border-radius: 999px;
  border: 0;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(40,167,69,.20);
}

body.rm-home-page #copyright {
  margin-top: 0;
  padding: 30px 0 24px;
  background: #11171b;
  color: #cfe3d6;
}

body.rm-home-page #copyright p, body.rm-home-page #copyright a {
  color: #cfe3d6;
}

body.rm-home-page #copyright .to-top i {
  border-color: rgba(40,167,69,.45);
  color: #fff;
  border-radius: 14px;
}

body.rm-home-page #copyright .to-top i:hover {
  background: #28a745;
  border-color: #28a745;
}

@media (max-width: 767px) {
  body.rm-home-page #maybe-interest, body.rm-home-page #contact, body.rm-home-page #contact-map {
    margin-left: 12px !important;
    margin-right: 12px !important;
    border-radius: 22px;
  }

  body.rm-home-page #maybe-interest, body.rm-home-page #contact, body.rm-home-page #contact-map {
    padding: 45px 13px 45px !important;
  }

  body.rm-home-page #contact form .col-md-6, body.rm-home-page #contact .social-links {
    padding: 20px 16px;
    border-radius: 20px;
  }

  body.rm-home-page #contact-map address {
    display: flex;
    line-height: 1.25 !important;
  }

  body.rm-home-page #maybe-interest .mi-card {
    min-height: auto;
    border-radius: 21px;
  }

  body.rm-home-page #maybe-interest .mi-nav {
    width: 36px;
    height: 36px;
  }

  body.rm-home-page #copyright {
    text-align: center;
  }

  body.rm-home-page #copyright .to-top {
    float: none !important;
    display: inline-block;
    margin-top: 10px;
  }
}

body.rm-home-page #contact .rm-social-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 14px 0 22px;
}

body.rm-home-page #contact .rm-social-row .social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}

body.rm-home-page #contact .rm-social-row .social i {
  margin: 0;
}

body.rm-home-page #contact .rm-social-telegram:hover i {
  background: #28a745;
}

body.rm-home-page #contact .rm-social-instagram:hover i {
  background: #28a745;
}

body.rm-home-page #contact .rm-social-vk:hover i {
  background: #28a745;
}

body.rm-home-page #contact-map address {
  display: flex !important;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 12px !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 15px !important;
  border-radius: 999px;
  background: rgba(255,255,255,.96) !important;
  border: 1px solid #e1ece4;
  color: #252b2f !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  box-shadow: 0 12px 28px rgba(17,23,27,.075), inset 0 1px 0 rgba(255,255,255,.9) !important;
}



@media (max-width: 767px) {
  body.rm-home-page #contact .rm-social-row {
    gap: 10px;
    margin: 12px 0 20px;
  }

  body.rm-home-page #contact .rm-social-row .social i {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  body.rm-home-page #contact-map address {
    width: auto !important;
    max-width: 92%;
    font-size: 17px !important;
    padding: 9px 13px !important;
    border-radius: 16px !important;
    text-align: center;
  }
}

@media (max-width: 767px) {
  body.rm-home-page #contact .row > form, body.rm-home-page #contact .row > .rm-contact-side {
    display: block;
    float: none;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
  }

  body.rm-home-page #contact form .col-md-6, body.rm-home-page #contact .rm-contact-side .social-links {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
  }

  body.rm-home-page #contact form .col-md-6 {
    margin-bottom: 16px !important;
  }

  body.rm-home-page #contact .rm-contact-side .social-links {
    min-height: auto;
  }

  body.rm-home-page #contact .rm-footer-contact-phones {
    width: 100%;
  }

  body.rm-home-page #contact .rm-footer-contact-link {
    width: 100%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  body.rm-home-page #contact-map .rm-map-wrap {
    margin-left: -13px;
    margin-right: -13px;
  }

  body.rm-home-page #contact-map .map_container {
    width: 100% !important;
    max-width: 100% !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

body.rm-home-page #work-photos {
  position: relative;
  padding: 58px 0 56px;
  background: radial-gradient(circle at 12% 12%, rgba(40,167,69,.08), transparent 24%), radial-gradient(circle at 88% 14%, rgba(244,197,66,.08), transparent 24%), linear-gradient(180deg, #ffffff 0%, #f7faf7 100%);
  overflow: hidden;
}

body.rm-home-page #work-photos:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(40,167,69,.14) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: .14;
  pointer-events: none;
}

body.rm-home-page #work-photos > .container, body.rm-home-page .rm-work-head, body.rm-home-page .rm-work-carousel, body.rm-home-page .rm-work-dots, body.rm-home-page .rm-work-actions {
  position: relative;
  z-index: 1;
}

body.rm-home-page .rm-work-head {
  max-width: 890px;
  margin: 0 auto 28px;
  text-align: center;
}

body.rm-home-page .rm-work-head h2 {
  margin: 0;
  color: #252b2f;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 800;
}

body.rm-home-page .rm-work-head p {
  max-width: 820px;
  margin: 12px auto 0;
  color: #5f696f;
  font-size: 16.5px;
  line-height: 1.6;
}

body.rm-home-page .rm-work-carousel {
  --work-per: 4;
  --work-gap: 18px;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

body.rm-home-page .rm-work-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--work-per) - 1) * var(--work-gap)) / var(--work-per));
  gap: var(--work-gap);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 2px 14px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

body.rm-home-page .rm-work-track::-webkit-scrollbar {
  display: none;
}

body.rm-home-page .rm-work-card {
  scroll-snap-align: start;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.99), rgba(249,252,250,.97));
  border: 1px solid #e1ece4;
  box-shadow: 0 22px 48px rgba(17,23,27,.10), 0 6px 14px rgba(17,23,27,.05), inset 0 1px 0 rgba(255,255,255,.9);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

body.rm-home-page .rm-work-card:hover {
  transform: translateY(-4px);
  border-color: rgba(40,167,69,.38);
  box-shadow: 0 28px 58px rgba(17,23,27,.13), 0 10px 20px rgba(17,23,27,.06), inset 0 1px 0 rgba(255,255,255,.95);
}

body.rm-home-page .rm-work-photo {
  display: block;
  color: inherit;
  text-decoration: none;
}

body.rm-home-page .rm-work-card img {
  display: block;
  width: 100%;
  height: 235px;
  object-fit: cover;
  object-position: center;
  background: #fff;
}

body.rm-home-page .rm-work-body {
  padding: 15px 15px 17px;
  text-align: center;
}

body.rm-home-page .rm-work-body h3 {
  margin: 0 0 7px;
  color: #252b2f;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
}

body.rm-home-page .rm-work-body p {
  margin: 0;
  color: #657078;
  font-size: 13.5px;
  line-height: 1.45;
}

body.rm-home-page .rm-work-nav {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #11171b;
  color: #fff;
  box-shadow: 0 14px 30px rgba(17,23,27,.16);
  z-index: 3;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}

body.rm-home-page .rm-work-nav:hover, body.rm-home-page .rm-work-nav:focus-visible {
  background: #28a745;
  transform: translateY(-50%) scale(1.05);
  outline: none;
}

body.rm-home-page .rm-work-prev {
  left: -14px;
}

body.rm-home-page .rm-work-next {
  right: -14px;
}

body.rm-home-page .rm-work-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 8px;
}

body.rm-home-page .rm-work-dot.is-active {
  background: #28a745;
}

body.rm-home-page .rm-work-actions {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

body.rm-home-page .rm-work-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: #11171b;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 14px 30px rgba(17,23,27,.12);
  transition: background .18s ease, transform .18s ease;
}

body.rm-home-page .rm-work-more:hover {
  background: #28a745;
  transform: translateY(-2px);
}

@media (max-width: 1199px) {
  body.rm-home-page .rm-work-carousel {
    --work-per: 3;
  }
}

@media (max-width: 991px) {
  body.rm-home-page .rm-work-carousel {
    --work-per: 2;
  }
}

@media (max-width: 767px) {
  body.rm-home-page #work-photos {
    padding: 45px 0 43px;
    background: linear-gradient(180deg, #ffffff 0%, #f7faf7 100%);
  }

  body.rm-home-page .rm-work-head {
    margin-bottom: 22px;
  }

  body.rm-home-page .rm-work-head h2 {
    font-size: 29px;
  }

  body.rm-home-page .rm-work-head p {
    font-size: 15.5px;
  }

  body.rm-home-page .rm-work-carousel {
    --work-per: 1;
    --work-gap: 14px;
  }

  body.rm-home-page .rm-work-track {
    --work-mobw: 88%;
    grid-auto-columns: var(--work-mobw);
    scroll-padding-left: calc((100% - var(--work-mobw)) / 2);
    scroll-padding-right: calc((100% - var(--work-mobw)) / 2);
    padding-left: calc((100% - var(--work-mobw)) / 2);
    padding-right: calc((100% - var(--work-mobw)) / 2);
  }

  body.rm-home-page .rm-work-card {
    scroll-snap-align: center;
    border-radius: 22px;
  }

  body.rm-home-page .rm-work-card img {
    height: 260px;
  }

  body.rm-home-page .rm-work-prev {
    left: -4px;
  }

  body.rm-home-page .rm-work-next {
    right: -4px;
  }
}

@media (max-width: 420px) {
  body.rm-home-page .rm-work-card img {
    height: 245px;
  }
}

body.rm-home-page .rm-work-photo {
  cursor: default;
}

body.rm-home-page .rm-work-photo img {
  pointer-events: none;
}

.screen-redesign {
  --rm-dark-base-a: #06110e;
  --rm-dark-base-b: #0b1713;
  --rm-dark-base-c: #07120f;
  --rm-dark-dot-1: rgba(255,255,255,.045);
  --rm-dark-dot-2: rgba(255,255,255,.018);
  --rm-dark-glow: rgba(40,167,69,.18);
  --rm-light-bg: #f3f6f2;
  --rm-light-dot-1: rgba(17,35,24,.052);
  --rm-light-dot-2: rgba(17,35,24,.024);
}

.screen-redesign .rm-hero-bg, .screen-redesign .screen-scope-v2 .rm-service-info-bg, .screen-redesign .screen-fit-check.screen-fit-check--v24, .screen-redesign .screen-pick-band {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at var(--rm-dark-glow-x, 16%) var(--rm-dark-glow-y, 20%), var(--rm-dark-glow), transparent 32%), linear-gradient(135deg, var(--rm-dark-base-a) 0%, var(--rm-dark-base-b) 52%, var(--rm-dark-base-c) 100%) !important;
  border-top: 0;
  border-bottom: 0;
}

.screen-redesign .rm-hero-bg {
  --rm-dark-glow-x: 16%;
  --rm-dark-glow-y: 20%;
}

.screen-redesign .screen-scope-v2 .rm-service-info-bg {
  --rm-dark-glow-x: 88%;
  --rm-dark-glow-y: 18%;
}

.screen-redesign .screen-fit-check.screen-fit-check--v24 {
  --rm-dark-glow-x: 8%;
  --rm-dark-glow-y: 24%;
}

.screen-redesign .screen-pick-band {
  --rm-dark-glow-x: 82%;
  --rm-dark-glow-y: 18%;
}

.screen-redesign .rm-hero-bg:before, .screen-redesign .screen-scope-v2 .rm-service-info-bg:before, .screen-redesign .screen-fit-check.screen-fit-check--v24:before, .screen-redesign .screen-pick-band:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 1 !important;
  pointer-events: none;
  background-image: radial-gradient(var(--rm-dark-dot-1) 1px, transparent 1px), radial-gradient(var(--rm-dark-dot-2) 1px, transparent 1px) !important;
  background-size: 14px 14px, 22px 22px !important;
  background-position: 0 0, 7px 7px !important;
  background-repeat: repeat, repeat !important;
}

.screen-redesign .rm-hero-row, .screen-redesign .screen-scope-v2 .rm-service-info-bg > .container, .screen-redesign .screen-fit-check.screen-fit-check--v24 > .container, .screen-redesign .screen-pick-band > .container {
  position: relative;
  z-index: 1;
}

.screen-redesign .screen-process-v2, .screen-redesign .screen-prices-v2, .screen-redesign .screen-expert-band, .screen-redesign .screen-articles-band, body.screen-redesign.rm-home-page #faq, body.screen-redesign.rm-home-page #maybe-interest, body.screen-redesign.rm-home-page #work-photos, body.screen-redesign.rm-home-page #contact, body.screen-redesign.rm-home-page #contact-map {
  position: relative;
  overflow: hidden;
  background: var(--rm-light-bg) !important;
  background-image: none !important;
}

.screen-redesign .screen-process-v2:before, .screen-redesign .screen-prices-v2:before, .screen-redesign .screen-expert-band:before, .screen-redesign .screen-articles-band:before, body.screen-redesign.rm-home-page #faq:before, body.screen-redesign.rm-home-page #maybe-interest:before, body.screen-redesign.rm-home-page #work-photos:before, body.screen-redesign.rm-home-page #contact:before, body.screen-redesign.rm-home-page #contact-map:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 1 !important;
  pointer-events: none;
  background-image: radial-gradient(var(--rm-light-dot-1) 1px, transparent 1px), radial-gradient(var(--rm-light-dot-2) 1px, transparent 1px) !important;
  background-size: 14px 14px, 22px 22px !important;
  background-position: 0 0, 7px 7px !important;
  background-repeat: repeat, repeat !important;
}

.screen-redesign .screen-process-v2 > .container, .screen-redesign .screen-prices-v2 > .container, .screen-redesign .screen-expert-band > .container, .screen-redesign .screen-articles-band > .container, body.screen-redesign.rm-home-page #maybe-interest > .container, body.screen-redesign.rm-home-page #work-photos > .container, body.screen-redesign.rm-home-page #contact > .container, body.screen-redesign.rm-home-page #contact-map > .container {
  position: relative;
  z-index: 1;
}

.screen-redesign .screen-expert-content:before, .screen-redesign .screen-fit-main-card-v24:after, .screen-redesign .screen-article-sheet:after, body.screen-redesign.rm-home-page #work-photos:before {
  opacity: .55;
}

@media (max-width: 767px) {
  .screen-redesign .rm-hero-bg, .screen-redesign .screen-scope-v2 .rm-service-info-bg, .screen-redesign .screen-fit-check.screen-fit-check--v24, .screen-redesign .screen-pick-band {
    background: linear-gradient(135deg, var(--rm-dark-base-a) 0%, var(--rm-dark-base-b) 52%, var(--rm-dark-base-c) 100%) !important;
  }

  .screen-redesign .screen-process-v2, .screen-redesign .screen-prices-v2, .screen-redesign .screen-expert-band, .screen-redesign .screen-articles-band, body.screen-redesign.rm-home-page #faq, body.screen-redesign.rm-home-page #maybe-interest, body.screen-redesign.rm-home-page #work-photos, body.screen-redesign.rm-home-page #contact, body.screen-redesign.rm-home-page #contact-map {
    background: #f2f5f1 !important;
  }
}

.screen-redesign .screen-process-v2 > *, .screen-redesign .screen-prices-v2 > *, .screen-redesign .screen-expert-band > *, .screen-redesign .screen-articles-band > *, body.screen-redesign.rm-home-page #faq > *, body.screen-redesign.rm-home-page #maybe-interest > *, body.screen-redesign.rm-home-page #work-photos > *, body.screen-redesign.rm-home-page #contact > *, body.screen-redesign.rm-home-page #contact-map > * {
  position: relative;
  z-index: 1;
}

/* ===== RMTEX unified carousel logic/style v49 ===== */
.mi-carousel,
.rm-work-carousel {
  position: relative;
}

.mi-carousel .mi-grid,
.rm-work-track {
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
}

.mi-carousel .mi-grid > li,
.rm-work-card {
  scroll-snap-stop: always;
}

.mi-dots,
.rm-work-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.mi-dot,
.rm-work-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #cfd6dc;
  cursor: pointer;
  opacity: .95;
  transition: width .18s ease, background .18s ease, opacity .18s ease, transform .18s ease;
}

.mi-dot:hover,
.rm-work-dot:hover,
.mi-dot:focus-visible,
.rm-work-dot:focus-visible {
  opacity: 1;
  outline: none;
  transform: scale(1.08);
}

.mi-dot.is-active,
.rm-work-dot.is-active {
  width: 22px;
  background: #28a745;
}

.mi-nav[hidden],
.rm-work-nav[hidden],
.mi-dots[hidden],
.rm-work-dots[hidden] {
  display: none !important;
}

@media (max-width: 575px) {
  .mi-carousel .mi-grid {
    --mobw: 88%;
    grid-auto-columns: var(--mobw);
    scroll-padding-left: calc((100% - var(--mobw)) / 2);
    scroll-padding-right: calc((100% - var(--mobw)) / 2);
    padding-left: calc((100% - var(--mobw)) / 2);
    padding-right: calc((100% - var(--mobw)) / 2);
  }

  .mi-carousel .mi-grid > li {
    scroll-snap-align: center;
  }
}


/* RMTEX: hard lazy widgets - защита от долгой загрузки внешних виджетов */
.rm-lazy-thirdparty {
  display: inline-block;
  max-width: 100%;
  background: rgba(0,0,0,.08);
  border-radius: 8px;
}
.rm-lazy-thirdparty-img {
  display: inline-block;
  background: rgba(0,0,0,.05);
}


/* removed obsolete overridden patch: v48 unified backgrounds + icons */



/* removed obsolete overridden patch: v49 icon fallback, включая старую подмену Telegram на конверт */




/* removed obsolete overridden patch: v50 background/icon patch */




/* removed obsolete overridden patch: v51 mobile background/icons patch */


/* ===== RMTEX ZAMENA EKRANA v52 PATCH ONLY =====
   Подключать ПОСЛЕ landing.css и font-awesome.min.css.
   Не заменяет landing.css, только перекрывает v48-v51: мобильные градиенты,
   ширину FAQ, фон нижних секций и возврат обычных FA-иконок. ===== */

body.screen-redesign.rm-home-page {
  --rm-dark-base-a: #06110e;
  --rm-dark-base-b: #0b1713;
  --rm-dark-base-c: #07120f;
  --rm-dark-dot-1: rgba(255,255,255,.045);
  --rm-dark-dot-2: rgba(255,255,255,.018);
  --rm-dark-glow: rgba(40,167,69,.18);
  --rm-light-bg: #f3f6f2;
  --rm-light-mobile-bg: #f2f5f1;
  --rm-light-dot-1: rgba(17,35,24,.052);
  --rm-light-dot-2: rgba(17,35,24,.024);
  background: var(--rm-light-bg) !important;
  background-image: none !important;
}

/* Тёмные секции: на десктопе как на главной, на мобиле ниже убираем радиальные градиенты */
body.screen-redesign.rm-home-page .rm-hero-bg,
body.screen-redesign.rm-home-page .rm-repair-scope-v2 .rm-service-info-bg,
body.screen-redesign.rm-home-page .screen-fit-check,
body.screen-redesign.rm-home-page .screen-pick-band {
  position: relative !important;
  overflow: hidden !important;
  color: #fff;
  background:
    radial-gradient(circle at var(--rm-dark-glow-x, 16%) var(--rm-dark-glow-y, 20%), var(--rm-dark-glow), transparent 32%),
    linear-gradient(135deg, var(--rm-dark-base-a) 0%, var(--rm-dark-base-b) 52%, var(--rm-dark-base-c) 100%) !important;
  background-image:
    radial-gradient(circle at var(--rm-dark-glow-x, 16%) var(--rm-dark-glow-y, 20%), var(--rm-dark-glow), transparent 32%),
    linear-gradient(135deg, var(--rm-dark-base-a) 0%, var(--rm-dark-base-b) 52%, var(--rm-dark-base-c) 100%) !important;
}

body.screen-redesign.rm-home-page .rm-hero-bg:before,
body.screen-redesign.rm-home-page .rm-repair-scope-v2 .rm-service-info-bg:before,
body.screen-redesign.rm-home-page .screen-fit-check:before,
body.screen-redesign.rm-home-page .screen-pick-band:before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  opacity: 1 !important;
  pointer-events: none !important;
  background-image:
    radial-gradient(var(--rm-dark-dot-1) 1px, transparent 1px),
    radial-gradient(var(--rm-dark-dot-2) 1px, transparent 1px) !important;
  background-size: 14px 14px, 22px 22px !important;
  background-position: 0 0, 7px 7px !important;
  background-repeat: repeat, repeat !important;
}

/* Светлые секции: один принцип как на главной - секция светлая, точечная сетка через :before */
body.screen-redesign.rm-home-page .screen-process-v2,
body.screen-redesign.rm-home-page .rm-popular-v2,
body.screen-redesign.rm-home-page .screen-expert-band,
body.screen-redesign.rm-home-page .screen-articles-band,
body.screen-redesign.rm-home-page #faq,
body.screen-redesign.rm-home-page #maybe-interest,
body.screen-redesign.rm-home-page #work-photos,
body.screen-redesign.rm-home-page #contact,
body.screen-redesign.rm-home-page #contact-map {
  position: relative !important;
  overflow: hidden !important;
  background: var(--rm-light-bg) !important;
  background-image: none !important;
  box-shadow: none !important;
}

body.screen-redesign.rm-home-page .screen-process-v2:before,
body.screen-redesign.rm-home-page .rm-popular-v2:before,
body.screen-redesign.rm-home-page .screen-expert-band:before,
body.screen-redesign.rm-home-page .screen-articles-band:before,
body.screen-redesign.rm-home-page #faq:before,
body.screen-redesign.rm-home-page #maybe-interest:before,
body.screen-redesign.rm-home-page #work-photos:before,
body.screen-redesign.rm-home-page #contact:before,
body.screen-redesign.rm-home-page #contact-map:before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  opacity: 1 !important;
  pointer-events: none !important;
  background-image:
    radial-gradient(var(--rm-light-dot-1) 1px, transparent 1px),
    radial-gradient(var(--rm-light-dot-2) 1px, transparent 1px) !important;
  background-size: 14px 14px, 22px 22px !important;
  background-position: 0 0, 7px 7px !important;
  background-repeat: repeat, repeat !important;
}

body.screen-redesign.rm-home-page .screen-process-v2 > *,
body.screen-redesign.rm-home-page .rm-popular-v2 > *,
body.screen-redesign.rm-home-page .screen-expert-band > *,
body.screen-redesign.rm-home-page .screen-articles-band > *,
body.screen-redesign.rm-home-page #faq > *,
body.screen-redesign.rm-home-page #maybe-interest > *,
body.screen-redesign.rm-home-page #work-photos > *,
body.screen-redesign.rm-home-page #contact > *,
body.screen-redesign.rm-home-page #contact-map > *,
body.screen-redesign.rm-home-page .rm-hero-bg > *,
body.screen-redesign.rm-home-page .rm-repair-scope-v2 .rm-service-info-bg > *,
body.screen-redesign.rm-home-page .screen-fit-check > *,
body.screen-redesign.rm-home-page .screen-pick-band > * {
  position: relative;
  z-index: 1;
}

/* FAQ: ширина и поведение ближе к главной */
body.screen-redesign.rm-home-page section#faq.container,
body.screen-redesign.rm-home-page #faq.container {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-radius: 0 !important;
}

@media (min-width: 768px) {
  body.screen-redesign.rm-home-page section#faq.container,
  body.screen-redesign.rm-home-page #faq.container { width: 750px !important; max-width: 750px !important; margin-left: auto !important; margin-right: auto !important; }
}
@media (min-width: 992px) {
  body.screen-redesign.rm-home-page section#faq.container,
  body.screen-redesign.rm-home-page #faq.container { width: 970px !important; max-width: 970px !important; }
}
@media (min-width: 1200px) {
  body.screen-redesign.rm-home-page section#faq.container,
  body.screen-redesign.rm-home-page #faq.container { width: 1170px !important; max-width: 1170px !important; }
}

body.screen-redesign.rm-home-page #faq > .title,
body.screen-redesign.rm-home-page #maybe-interest .rm-home-lower-title,
body.screen-redesign.rm-home-page #work-photos .rm-work-head h2,
body.screen-redesign.rm-home-page #contact .rm-home-lower-title,
body.screen-redesign.rm-home-page #contact-map .rm-home-lower-title {
  display: block;
  max-width: 980px !important;
  margin: 0 auto 24px !important;
  padding: 0 !important;
  color: #252b2f !important;
  font-size: 38px !important;
  line-height: 1.18 !important;
  font-weight: 800 !important;
  text-align: center !important;
  text-transform: none !important;
  letter-spacing: .01em;
}

body.screen-redesign.rm-home-page #faq .accordion {
  width: 100% !important;
  max-width: 1040px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

body.screen-redesign.rm-home-page #faq .accordion-item {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 12px !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: rgba(255,255,255,.96) !important;
  border: 1px solid #e1ece4 !important;
  box-shadow: 0 8px 24px rgba(17,23,27,.055) !important;
  box-sizing: border-box !important;
}

body.screen-redesign.rm-home-page #faq .accordion-header { margin: 0 !important; }

body.screen-redesign.rm-home-page #faq .accordion-button {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 62px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  position: relative !important;
  padding: 15px 56px 15px 18px !important;
  border: 0 !important;
  border-left: 0 !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: #252b2f !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  text-align: left !important;
  box-shadow: none !important;
}

body.screen-redesign.rm-home-page #faq .accordion-button:before {
  content: "\f059" !important;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(40,167,69,.12);
  color: #28a745;
  font-family: FontAwesome;
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(40,167,69,.11), inset 0 1px 0 rgba(255,255,255,.72);
}

body.screen-redesign.rm-home-page #faq .accordion-button:after {
  content: "\f107" !important;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 34px;
  height: 34px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #11171b;
  color: #fff;
  font-family: FontAwesome;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  float: none !important;
}

body.screen-redesign.rm-home-page #faq .accordion-button:not(.collapsed):after {
  transform: translateY(-50%) rotate(0deg);
  background: #28a745;
}

body.screen-redesign.rm-home-page #faq .accordion-body {
  max-width: 100% !important;
  box-sizing: border-box !important;
  padding: 15px 18px !important;
  border-top: 1px solid #e6eee8 !important;
  background: #f8fbf9 !important;
  color: #3e484d !important;
  font-size: 16px !important;
  line-height: 1.62 !important;
}

/* Смотрите также: фон не белая дыра, карточки отдельно */
body.screen-redesign.rm-home-page #maybe-interest.container-fluid {
  margin-top: 0 !important;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-radius: 0 !important;
}

body.screen-redesign.rm-home-page #maybe-interest .container {
  max-width: 1140px !important;
}

body.screen-redesign.rm-home-page #maybe-interest .mi-card,
body.screen-redesign.rm-home-page #work-photos .rm-work-card,
body.screen-redesign.rm-home-page #contact .contact-form,
body.screen-redesign.rm-home-page #contact form,
body.screen-redesign.rm-home-page #contact-map .rm-map-wrap,
body.screen-redesign.rm-home-page #contact-map .map_container {
  background: #fff !important;
}

body.screen-redesign.rm-home-page #maybe-interest .mi-title {
  color: #252b2f !important;
  font-size: 21px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  text-transform: none !important;
}

/* Возвращаем обычные HTML-иконки, как на главной. v51 их прятал и рисовал псевдоэлементом. */
body.screen-redesign.rm-home-page .screen-fit-card-icon:before,
body.screen-redesign.rm-home-page .screen-pick-ico:before,
body.screen-redesign.rm-home-page .screen-expert-ico:before {
  content: none !important;
  display: none !important;
}

body.screen-redesign.rm-home-page .screen-fit-card-icon > i,
body.screen-redesign.rm-home-page .screen-pick-ico > i,
body.screen-redesign.rm-home-page .screen-expert-ico > i,
body.screen-redesign.rm-home-page .screen-fit-badge-panel-v24 i,
body.screen-redesign.rm-home-page .rm-trust-icon i,
body.screen-redesign.rm-home-page .rm-popular-icon i {
  display: inline-block !important;
  font-family: FontAwesome !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 1 !important;
}

@media (max-width: 767px) {
  body.screen-redesign.rm-home-page {
    background: var(--rm-light-mobile-bg) !important;
    background-image: none !important;
  }

  body.screen-redesign.rm-home-page .rm-hero-bg,
  body.screen-redesign.rm-home-page .rm-repair-scope-v2 .rm-service-info-bg,
  body.screen-redesign.rm-home-page .screen-fit-check,
  body.screen-redesign.rm-home-page .screen-pick-band {
    background: linear-gradient(135deg, var(--rm-dark-base-a) 0%, var(--rm-dark-base-b) 52%, var(--rm-dark-base-c) 100%) !important;
    background-image: linear-gradient(135deg, var(--rm-dark-base-a) 0%, var(--rm-dark-base-b) 52%, var(--rm-dark-base-c) 100%) !important;
  }

  body.screen-redesign.rm-home-page .screen-process-v2,
  body.screen-redesign.rm-home-page .rm-popular-v2,
  body.screen-redesign.rm-home-page .screen-expert-band,
  body.screen-redesign.rm-home-page .screen-articles-band,
  body.screen-redesign.rm-home-page #faq,
  body.screen-redesign.rm-home-page #maybe-interest,
  body.screen-redesign.rm-home-page #work-photos,
  body.screen-redesign.rm-home-page #contact,
  body.screen-redesign.rm-home-page #contact-map {
    background: var(--rm-light-mobile-bg) !important;
    background-image: none !important;
  }

  body.screen-redesign.rm-home-page .rm-hero-bg:before,
  body.screen-redesign.rm-home-page .rm-repair-scope-v2 .rm-service-info-bg:before,
  body.screen-redesign.rm-home-page .screen-fit-check:before,
  body.screen-redesign.rm-home-page .screen-pick-band:before,
  body.screen-redesign.rm-home-page .screen-process-v2:before,
  body.screen-redesign.rm-home-page .rm-popular-v2:before,
  body.screen-redesign.rm-home-page .screen-expert-band:before,
  body.screen-redesign.rm-home-page .screen-articles-band:before,
  body.screen-redesign.rm-home-page #faq:before,
  body.screen-redesign.rm-home-page #maybe-interest:before,
  body.screen-redesign.rm-home-page #work-photos:before,
  body.screen-redesign.rm-home-page #contact:before,
  body.screen-redesign.rm-home-page #contact-map:before {
    background-size: 12px 12px, 18px 18px !important;
    background-position: 0 0, 6px 6px !important;
  }

  body.screen-redesign.rm-home-page section#faq.container,
  body.screen-redesign.rm-home-page #faq.container {
    width: auto !important;
    max-width: none !important;
    margin: 24px 12px 24px !important;
    padding: 45px 13px 45px !important;
    border-radius: 22px !important;
  }

  body.screen-redesign.rm-home-page #faq > .title,
  body.screen-redesign.rm-home-page #maybe-interest .rm-home-lower-title,
  body.screen-redesign.rm-home-page #work-photos .rm-work-head h2,
  body.screen-redesign.rm-home-page #contact .rm-home-lower-title,
  body.screen-redesign.rm-home-page #contact-map .rm-home-lower-title {
    font-size: 29px !important;
    line-height: 1.22 !important;
    margin-bottom: 18px !important;
  }

  body.screen-redesign.rm-home-page #faq .accordion-button {
    min-height: 58px !important;
    gap: 10px !important;
    padding: 14px 48px 14px 14px !important;
    font-size: 16px !important;
  }

  body.screen-redesign.rm-home-page #faq .accordion-button:before {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    font-size: 15px;
  }

  body.screen-redesign.rm-home-page #faq .accordion-button:after {
    right: 13px;
    width: 34px;
    height: 34px;
  }

  body.screen-redesign.rm-home-page #maybe-interest.container-fluid {
    padding-top: 46px !important;
    padding-bottom: 44px !important;
  }
}

/* ===== RMTEX PS4: тёмный экспертный блок и прайс как на главной ===== */
body.screen-redesign.rm-home-page .screen-expert-band.screen-expert-band--dark {
  position: relative !important;
  overflow: hidden !important;
  color: #fff !important;
  background-color: #000000d9 !important;
  background-image:
    radial-gradient(1100px 700px at 0% 0%, rgba(40,167,69,.13), transparent 60%),
    radial-gradient(900px 600px at 100% 100%, rgba(40,167,69,.08), transparent 60%),
    radial-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    radial-gradient(rgba(255,255,255,.018) 1px, transparent 1px) !important;
  background-size: auto, auto, 14px 14px, 22px 22px !important;
  background-position: center, center, 0 0, 7px 7px !important;
  background-repeat: no-repeat, no-repeat, repeat, repeat !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}
body.screen-redesign.rm-home-page .screen-expert-band.screen-expert-band--dark:before {
  display: none !important;
}
body.screen-redesign.rm-home-page .screen-expert-band.screen-expert-band--dark .screen-expert-content {
  background: rgba(255,255,255,.075) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.22) !important;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
body.screen-redesign.rm-home-page .screen-expert-band.screen-expert-band--dark .screen-expert-content h2,
body.screen-redesign.rm-home-page .screen-expert-band.screen-expert-band--dark .screen-expert-item h3 {
  color: #fff !important;
}
body.screen-redesign.rm-home-page .screen-expert-band.screen-expert-band--dark .screen-expert-lead,
body.screen-redesign.rm-home-page .screen-expert-band.screen-expert-band--dark .screen-expert-text,
body.screen-redesign.rm-home-page .screen-expert-band.screen-expert-band--dark .screen-expert-item p {
  color: #d7dee1 !important;
}
body.screen-redesign.rm-home-page .screen-expert-band.screen-expert-band--dark .screen-expert-item {
  background: rgba(255,255,255,.075) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
}
body.screen-redesign.rm-home-page .screen-expert-band.screen-expert-band--dark .screen-expert-note {
  background: rgba(16,25,21,.88) !important;
  border: 1px solid rgba(40,167,69,.30) !important;
}

body.screen-redesign.rm-home-page #ps4-full-price {
  position: relative !important;
  overflow: hidden !important;
  padding: 62px 0 !important;
  color: #fff !important;
  background-color: #000000d9 !important;
  background-image:
    radial-gradient(1100px 700px at 0% 0%, rgba(40,167,69,.10), transparent 60%),
    radial-gradient(900px 600px at 100% 100%, rgba(40,167,69,.06), transparent 60%),
    radial-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    radial-gradient(rgba(255,255,255,.015) 1px, transparent 1px) !important;
  background-size: auto, auto, 14px 14px, 22px 22px !important;
  background-position: center, center, 0 0, 7px 7px !important;
  background-repeat: no-repeat, no-repeat, repeat, repeat !important;
}
body.screen-redesign.rm-home-page #ps4-full-price > .container {
  position: relative;
  z-index: 1;
}
body.screen-redesign.rm-home-page #ps4-full-price .row {
  padding: 0 !important;
  margin: 0 !important;
}
body.screen-redesign.rm-home-page #ps4-full-price .rm-home-legacy-title,
body.screen-redesign.rm-home-page #ps4-full-price .rm-home-legacy-subtitle {
  color: #fff !important;
}
body.screen-redesign.rm-home-page #ps4-full-price .name-price-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin: 18px 0 12px;
  position: relative;
}
body.screen-redesign.rm-home-page #ps4-full-price .name-price-box::before,
body.screen-redesign.rm-home-page #ps4-full-price .name-price-box::after {
  content: "";
  flex: 1 1 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
}
body.screen-redesign.rm-home-page #ps4-full-price .name-price-box > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  letter-spacing: .02em;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 8px 20px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.06);
}
body.screen-redesign.rm-home-page #ps4-full-price .name-price-box i {
  color: #66cc88;
  filter: drop-shadow(0 0 6px rgba(102,204,136,.45));
}
body.screen-redesign.rm-home-page #ps4-full-price .table-fill {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  overflow: hidden;
  color: #ffffff;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
body.screen-redesign.rm-home-page #ps4-full-price .table-fill,
body.screen-redesign.rm-home-page #ps4-full-price .table-fill * {
  box-shadow: none !important;
}
body.screen-redesign.rm-home-page #ps4-full-price .table-fill thead th {
  background: rgb(35 199 73 / 71%);
  color: #cfe3d6;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 12px;
  font-weight: 700;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
body.screen-redesign.rm-home-page #ps4-full-price .table-fill td,
body.screen-redesign.rm-home-page #ps4-full-price .table-fill th {
  padding: 12px 16px;
  vertical-align: middle;
  border-right: 0;
  color: #eef3f5;
}
body.screen-redesign.rm-home-page #ps4-full-price .table-fill tbody tr + tr td {
  border-top: 1px solid rgba(255,255,255,.08);
}
body.screen-redesign.rm-home-page #ps4-full-price .table-fill tbody tr:hover {
  background: rgba(255,255,255,.05);
}
body.screen-redesign.rm-home-page #ps4-full-price .table-fill .text-right {
  text-align: right;
  white-space: nowrap;
}
body.screen-redesign.rm-home-page #ps4-full-price .table-fill pr {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-weight: 800;
  color: #fff;
}
@media (max-width: 767px) {
  body.screen-redesign.rm-home-page #ps4-full-price {
    padding: 46px 0 !important;
  }
  body.screen-redesign.rm-home-page #ps4-full-price .name-price-box {
    gap: 8px;
    margin: 14px 0 8px;
  }
  body.screen-redesign.rm-home-page #ps4-full-price .name-price-box > span {
    padding: 7px 12px;
    font-size: 14px;
  }
  body.screen-redesign.rm-home-page #ps4-full-price .table-fill td,
  body.screen-redesign.rm-home-page #ps4-full-price .table-fill th {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.35;
  }
  body.screen-redesign.rm-home-page #ps4-full-price .table-fill .text-right {
    white-space: normal;
  }
}
/* ===== /RMTEX PS4: тёмный экспертный блок и прайс как на главной ===== */

.rm-index-price-section .rm-index-price-head {
  max-width: 890px;
  margin: 0 auto 28px;
  text-align: center;
}

.rm-index-price-section .rm-index-price-head h2 {
  margin: 0;
  color: #fff;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 800;
}

.rm-index-price-section .rm-index-price-head p {
  max-width: 820px;
  margin: 12px auto 0;
  color: #dce5df;
  font-size: 16.5px;
  line-height: 1.6;
}