.theme-3d {
  --paper: #eeeeec;
  --white: #ffffff;
  --ink: #151515;
  --ink-soft: #292929;
  --rust: #8d7800;
  --rust-dark: #665700;
  --yellow: #ffdf00;
  --yellow-dark: #c8ad00;
  --sand: #dededb;
  --sage: #979792;
  --muted: #696965;
  --line: rgba(21, 21, 21, 0.15);
  background:
    radial-gradient(circle at 8% 3%, rgba(255, 223, 0, 0.2), transparent 27rem),
    linear-gradient(180deg, #fafafa 0, #e9e9e6 760px, #f1f1ef 100%);
}

.theme-3d .header.is-scrolled,
.theme-3d .header.menu-visible {
  background: rgba(248, 248, 246, 0.82);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 15px 40px rgba(0, 0, 0, 0.12);
}

.theme-3d .logo,
.theme-3d .footer-logo {
  overflow: hidden;
  border-radius: 6px;
  box-shadow:
    0 6px 0 rgba(0, 0, 0, 0.18),
    0 14px 24px rgba(0, 0, 0, 0.13);
}

.theme-3d .header-contact {
  padding: 13px 17px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow:
    0 7px 0 rgba(0, 0, 0, 0.1),
    0 16px 28px rgba(0, 0, 0, 0.11);
  text-align: left;
  backdrop-filter: blur(14px);
}

.theme-3d .hero {
  position: relative;
  perspective: 1500px;
}

.theme-3d .hero::before {
  position: absolute;
  top: 110px;
  left: -11vw;
  z-index: -1;
  width: 50vw;
  height: 50vw;
  border: 1px solid rgba(255, 223, 0, 0.28);
  border-radius: 50%;
  box-shadow:
    0 0 0 45px rgba(255, 223, 0, 0.045),
    0 0 0 90px rgba(255, 223, 0, 0.028);
  content: "";
}

.theme-3d .hero-copy {
  position: relative;
  z-index: 4;
  transform: translateZ(50px);
}

.theme-3d h1 {
  text-shadow:
    0 1px 0 #fff,
    0 13px 28px rgba(0, 0, 0, 0.14);
}

.theme-3d h1 em {
  display: inline-block;
  padding: 0.03em 0.12em 0.08em;
  border-radius: 7px;
  background: linear-gradient(145deg, #ffec54, var(--yellow));
  box-shadow:
    0 8px 0 var(--yellow-dark),
    0 18px 28px rgba(90, 77, 0, 0.18);
  color: var(--ink);
  -webkit-text-fill-color: var(--ink);
}

.theme-3d .overline span {
  height: 3px;
  background: var(--yellow);
  box-shadow: 0 3px 0 var(--yellow-dark);
}

.theme-3d .primary-link {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 9px;
  background: linear-gradient(145deg, #ffea4b, var(--yellow));
  color: var(--ink);
  box-shadow:
    0 7px 0 #9f8900,
    0 17px 28px rgba(94, 80, 0, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.4) inset;
  transform: translateY(-4px);
}

.theme-3d .primary-link:hover {
  background: linear-gradient(145deg, #fff071, #f3d500);
  box-shadow:
    0 4px 0 #9f8900,
    0 11px 20px rgba(94, 80, 0, 0.18);
  transform: translateY(-1px);
}

.theme-3d .plain-link {
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow:
    0 6px 0 rgba(0, 0, 0, 0.09),
    0 14px 25px rgba(0, 0, 0, 0.1);
  padding: 17px 20px;
}

.theme-3d .hero-facts {
  gap: 10px;
  border-top: 0;
  perspective: 900px;
}

.theme-3d .hero-facts div {
  position: relative;
  min-height: 82px;
  padding: 17px 14px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(226, 226, 222, 0.9));
  box-shadow:
    0 7px 0 rgba(0, 0, 0, 0.11),
    0 18px 30px rgba(0, 0, 0, 0.11);
  transform: rotateX(4deg);
  transform-origin: bottom;
}

.theme-3d .hero-facts div:nth-child(2) {
  transform: translateY(-8px) rotateX(4deg);
}

.theme-3d .hero-assurance span {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.7);
  box-shadow:
    0 4px 0 rgba(0, 0, 0, 0.08),
    0 10px 20px rgba(0, 0, 0, 0.08);
}

.theme-3d .hero-visual {
  z-index: 2;
  overflow: visible;
  border: 9px solid rgba(255, 255, 255, 0.88);
  border-radius: 30px;
  box-shadow:
    -16px 18px 0 rgba(255, 223, 0, 0.7),
    -34px 36px 0 rgba(0, 0, 0, 0.1),
    0 42px 75px rgba(0, 0, 0, 0.25),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
  transform: rotateY(-6deg) rotateX(1.5deg);
  transform-origin: left center;
  transform-style: preserve-3d;
}

.theme-3d .hero-visual > img {
  border-radius: 20px;
}

.theme-3d .hero-visual::before {
  position: absolute;
  top: 70px;
  right: -34px;
  z-index: -1;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 232, 55, 0.96), rgba(214, 184, 0, 0.9));
  box-shadow:
    0 16px 0 rgba(110, 94, 0, 0.56),
    0 30px 45px rgba(0, 0, 0, 0.25);
  content: "";
  transform: translateZ(-50px) rotate(14deg);
}

.theme-3d .hero-card {
  right: 25px;
  bottom: 25px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 14px;
  background: rgba(252, 252, 250, 0.86);
  box-shadow:
    0 11px 0 rgba(0, 0, 0, 0.18),
    0 26px 42px rgba(0, 0, 0, 0.24);
  transform: translateZ(75px);
}

.theme-3d .client-strip {
  border: 0;
  background: transparent;
  perspective: 900px;
}

.theme-3d .client-strip-inner {
  position: relative;
  z-index: 5;
  margin-top: -6px;
  overflow: visible;
}

.theme-3d .client-strip-inner > div,
.theme-3d .client-strip-inner > a {
  border: 1px solid rgba(255, 255, 255, 0.82);
  background: linear-gradient(145deg, #fff, #e5e5e1);
  box-shadow:
    0 8px 0 rgba(0, 0, 0, 0.12),
    0 18px 30px rgba(0, 0, 0, 0.11);
  transform: translateY(-8px) rotateX(3deg);
}

.theme-3d .client-strip-inner > div:first-of-type {
  border-radius: 10px 0 0 10px;
}

.theme-3d .client-strip-inner > a {
  border-radius: 0 10px 10px 0;
  background: linear-gradient(145deg, #2d2d2d, #0f0f0f);
  box-shadow:
    0 8px 0 #000,
    0 18px 30px rgba(0, 0, 0, 0.24);
}

.theme-3d .client-strip-inner > a span {
  color: var(--yellow);
}

.theme-3d .intro {
  position: relative;
  overflow: hidden;
  margin-top: 35px;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 223, 0, 0.2), transparent 28rem),
    radial-gradient(circle at 88% 75%, rgba(255, 255, 255, 0.07), transparent 25rem),
    #111111;
}

.theme-3d .intro::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.theme-3d .intro-inner {
  position: relative;
  z-index: 1;
  perspective: 1000px;
}

.theme-3d .intro blockquote {
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.025));
  box-shadow:
    0 14px 0 rgba(0, 0, 0, 0.2),
    0 35px 55px rgba(0, 0, 0, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.18) inset;
  transform: rotateY(-2deg);
  backdrop-filter: blur(8px);
}

.theme-3d .services {
  perspective: 1400px;
}

.theme-3d .service-tabs {
  gap: 9px;
  border-bottom: 0;
}

.theme-3d .service-tab {
  min-height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  background: linear-gradient(145deg, #fff, #dededb);
  box-shadow:
    0 6px 0 rgba(0, 0, 0, 0.13),
    0 14px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
  transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.theme-3d .service-tab::after {
  display: none;
}

.theme-3d .service-tab:hover {
  transform: translateY(-6px);
}

.theme-3d .service-tab.is-active {
  border-color: #ffe84f;
  background: linear-gradient(145deg, #ffec58, var(--yellow));
  color: var(--ink);
  box-shadow:
    0 7px 0 #9f8900,
    0 18px 30px rgba(92, 78, 0, 0.2);
}

.theme-3d .service-tab.is-active span {
  color: rgba(21, 21, 21, 0.52);
}

.theme-3d .service-panel {
  overflow: visible;
  border: 0;
  border-radius: 20px;
  background: transparent;
  box-shadow: none;
  transform-style: preserve-3d;
}

.theme-3d .service-image {
  z-index: 2;
  overflow: hidden;
  margin: 18px -20px 18px 0;
  border: 8px solid rgba(255, 255, 255, 0.88);
  border-radius: 18px;
  box-shadow:
    0 12px 0 rgba(255, 223, 0, 0.68),
    0 28px 48px rgba(0, 0, 0, 0.23);
  transform: translateZ(45px) rotateY(2deg);
}

.theme-3d .service-info {
  z-index: 1;
  margin: 0;
  padding-left: 74px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 0 20px 20px 0;
  background:
    radial-gradient(circle at 90% 4%, rgba(255, 223, 0, 0.12), transparent 17rem),
    linear-gradient(145deg, #fff, #e5e5e1);
  box-shadow:
    0 14px 0 rgba(0, 0, 0, 0.13),
    0 35px 60px rgba(0, 0, 0, 0.15),
    0 1px 0 #fff inset;
}

.theme-3d .tariffs > div {
  border-radius: 7px;
  transition: background 160ms ease, transform 160ms ease;
}

.theme-3d .tariffs > div:hover {
  padding-right: 9px;
  padding-left: 9px;
  background: rgba(255, 255, 255, 0.74);
  transform: translateX(4px);
}

.theme-3d .advantages {
  position: relative;
  background:
    radial-gradient(circle at 84% 22%, rgba(255, 223, 0, 0.2), transparent 30rem),
    linear-gradient(145deg, #090909, #232323);
  perspective: 1400px;
}

.theme-3d .advantage-photo {
  overflow: visible;
  border: 9px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    -14px 15px 0 rgba(255, 223, 0, 0.72),
    -30px 31px 0 rgba(255, 255, 255, 0.06),
    0 45px 65px rgba(0, 0, 0, 0.3);
  transform: rotateY(5deg);
}

.theme-3d .advantage-photo img {
  border-radius: 10px;
}

.theme-3d .advantage-copy li {
  margin-bottom: 9px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.015));
  box-shadow: 0 7px 0 rgba(0, 0, 0, 0.13);
}

.theme-3d .workflow {
  perspective: 1300px;
}

.theme-3d .workflow-list {
  gap: 22px;
}

.theme-3d .workflow-list li {
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.88);
  background: linear-gradient(145deg, #fff, #e2e2de);
  box-shadow:
    0 11px 0 rgba(0, 0, 0, 0.14),
    0 27px 38px rgba(0, 0, 0, 0.14);
  transform: rotateX(3deg) translateY(-5px);
  transform-origin: bottom;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.theme-3d .workflow-list li:nth-child(even) {
  transform: rotateX(3deg) translateY(8px);
}

.theme-3d .workflow-list li:hover {
  box-shadow:
    0 7px 0 rgba(0, 0, 0, 0.14),
    0 18px 28px rgba(0, 0, 0, 0.13);
  transform: rotateX(0) translateY(0);
}

.theme-3d .step-visual {
  border-radius: 10px 10px 0 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 50% 35%, #3b3b3b, #111 70%);
  background-size: 28px 28px, 28px 28px, auto;
}

.theme-3d .step-visual b {
  color: rgba(255, 255, 255, 0.42);
}

.theme-3d .step-visual--request i,
.theme-3d .step-visual--estimate i,
.theme-3d .step-visual--result i,
.theme-3d .step-visual--delivery::before {
  border-color: #fff8c7;
  background: #fff;
  box-shadow:
    8px 9px 0 var(--yellow),
    15px 19px 24px rgba(0, 0, 0, 0.25);
}

.theme-3d .step-visual--request::before {
  background: var(--yellow);
  box-shadow: 0 10px 0 rgba(255, 255, 255, 0.52);
}

.theme-3d .step-visual--estimate::before {
  background: var(--yellow);
  box-shadow:
    14px 0 0 rgba(255, 255, 255, 0.5),
    -14px 0 0 rgba(255, 255, 255, 0.5),
    0 14px 0 rgba(255, 255, 255, 0.5),
    14px 14px 0 rgba(255, 255, 255, 0.5),
    -14px 14px 0 rgba(255, 255, 255, 0.5);
}

.theme-3d .step-visual--delivery i {
  background: var(--yellow);
}

.theme-3d .step-visual--result::before {
  border-color: var(--yellow);
}

.theme-3d .step-visual--delivery::after {
  border-color: #fff8c7;
  background: #222;
  box-shadow: 50px 0 0 -4px #222, 50px 0 0 0 #fff8c7;
}

.theme-3d .workflow-action {
  margin-top: 34px;
  border-color: rgba(255, 255, 255, 0.88);
  background: linear-gradient(145deg, #fff, #e3e3df);
  box-shadow:
    0 9px 0 rgba(0, 0, 0, 0.12),
    0 20px 35px rgba(0, 0, 0, 0.11);
}

.theme-3d .status-mark {
  background: var(--yellow);
  box-shadow: 0 0 0 6px rgba(255, 223, 0, 0.2);
}

.theme-3d .order-brief {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 15%, rgba(255, 223, 0, 0.2), transparent 27rem),
    radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.07), transparent 24rem),
    #0b0b0b;
}

.theme-3d .order-brief::before {
  position: absolute;
  right: -180px;
  bottom: -250px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 45px rgba(255, 255, 255, 0.02),
    0 0 0 90px rgba(255, 255, 255, 0.015);
  content: "";
}

.theme-3d .order-brief-inner {
  position: relative;
  z-index: 1;
  perspective: 1100px;
}

.theme-3d .brief-list {
  gap: 12px;
  border: 0;
}

.theme-3d .brief-list li {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 11px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035));
  box-shadow:
    0 9px 0 rgba(0, 0, 0, 0.18),
    0 22px 34px rgba(0, 0, 0, 0.2);
  transform: translateZ(20px);
}

.theme-3d .brief-list li:nth-child(2),
.theme-3d .brief-list li:nth-child(3) {
  transform: translateY(10px) translateZ(10px);
}

.theme-3d .brief-list li > span {
  color: var(--yellow);
}

.theme-3d .brief-visual {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(rgba(21, 21, 21, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 21, 21, 0.06) 1px, transparent 1px),
    linear-gradient(145deg, #ffec58, var(--yellow));
  background-size: 12px 12px, 12px 12px, auto;
  box-shadow:
    0 7px 0 #9f8900,
    0 16px 24px rgba(0, 0, 0, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.65) inset;
  transform: translateY(-4px) rotateX(7deg);
}

.theme-3d .brief-visual::after {
  position: absolute;
  right: 6px;
  bottom: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(21, 21, 21, 0.24);
  content: "";
}

.theme-3d .brief-visual--address i {
  width: 30px;
  height: 30px;
  border: 3px solid var(--ink);
  border-radius: 50% 50% 50% 5px;
  background: #fff;
  box-shadow: 4px 4px 0 rgba(21, 21, 21, 0.16);
  transform: translateY(-4px) rotate(-45deg);
}

.theme-3d .brief-visual--address i::after {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ink);
  content: "";
}

.theme-3d .brief-visual--work i {
  width: 42px;
  height: 8px;
  border: 2px solid var(--ink);
  border-radius: 5px;
  background: #fff;
  box-shadow: 3px 3px 0 rgba(21, 21, 21, 0.14);
  transform: rotate(-45deg);
}

.theme-3d .brief-visual--work i::before {
  position: absolute;
  top: -8px;
  left: -7px;
  width: 16px;
  height: 20px;
  border: 3px solid var(--ink);
  border-radius: 4px;
  background: var(--ink);
  content: "";
}

.theme-3d .brief-visual--work i::after {
  position: absolute;
  top: -4px;
  right: -5px;
  width: 12px;
  height: 12px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  content: "";
}

.theme-3d .brief-visual--volume i {
  width: 31px;
  height: 31px;
  background: var(--ink);
  box-shadow: 4px 5px 0 rgba(21, 21, 21, 0.16);
  transform: translate(-5px, 5px);
}

.theme-3d .brief-visual--volume i::before {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 31px;
  height: 15px;
  background: #fff;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  content: "";
  transform: translateY(1px);
}

.theme-3d .brief-visual--volume i::after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 15px;
  height: 31px;
  background: #5a5a5a;
  clip-path: polygon(0 0, 100% 48%, 100% 100%, 0 100%);
  content: "";
}

.theme-3d .brief-visual--time i {
  width: 43px;
  height: 43px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: #fff;
  box-shadow: 4px 4px 0 rgba(21, 21, 21, 0.16);
}

.theme-3d .brief-visual--time i::before {
  position: absolute;
  top: 8px;
  left: 18px;
  width: 3px;
  height: 13px;
  border-radius: 2px;
  background: var(--ink);
  content: "";
  transform-origin: bottom;
}

.theme-3d .brief-visual--time i::after {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 11px;
  height: 3px;
  border-radius: 2px;
  background: var(--rust);
  content: "";
  transform-origin: left;
  transform: rotate(28deg);
}

.theme-3d .brief-list li:hover .brief-visual {
  box-shadow:
    0 4px 0 #9f8900,
    0 10px 17px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px) rotateX(2deg);
}

.theme-3d .portfolio {
  background:
    radial-gradient(circle at 95% 5%, rgba(255, 223, 0, 0.18), transparent 25rem),
    linear-gradient(180deg, #dededb, #f0f0ee);
}

.theme-3d .portfolio-grid {
  gap: 22px;
  perspective: 1300px;
}

.theme-3d .portfolio-grid figure {
  border: 7px solid rgba(255, 255, 255, 0.86);
  box-shadow:
    0 11px 0 rgba(0, 0, 0, 0.16),
    0 28px 42px rgba(0, 0, 0, 0.17);
  transform: rotateX(2deg);
}

.theme-3d .portfolio-grid figure:nth-child(2),
.theme-3d .portfolio-grid figure:nth-child(4) {
  transform: translateY(12px) rotateX(2deg);
}

.theme-3d .contacts {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 50%, rgba(255, 223, 0, 0.32), transparent 32rem),
    linear-gradient(145deg, #292929, #080808);
}

.theme-3d .contacts::after {
  position: absolute;
  top: -220px;
  right: -100px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.025);
  content: "";
}

.theme-3d .contacts-inner {
  position: relative;
  z-index: 1;
}

.theme-3d .contacts-links a {
  margin-bottom: 11px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04));
  box-shadow:
    0 8px 0 rgba(0, 0, 0, 0.18),
    0 20px 32px rgba(0, 0, 0, 0.17);
  backdrop-filter: blur(8px);
}

.theme-3d .footer {
  background: #050505;
}

.theme-3d .mobile-call {
  border-radius: 8px;
  background: linear-gradient(145deg, #ffeb52, var(--yellow));
  color: var(--ink);
  box-shadow:
    0 6px 0 #9f8900,
    0 16px 28px rgba(0, 0, 0, 0.28);
}

@media (max-width: 900px) {
  .theme-3d .hero-visual {
    overflow: hidden;
    box-shadow:
      -9px 10px 0 rgba(255, 223, 0, 0.68),
      0 28px 55px rgba(0, 0, 0, 0.22);
    transform: none;
  }

  .theme-3d .client-strip-inner > div,
  .theme-3d .client-strip-inner > a {
    border-radius: 8px;
  }

  .theme-3d .service-image {
    margin: 0;
    transform: none;
  }

  .theme-3d .service-info {
    padding-left: clamp(36px, 5vw, 68px);
    border-radius: 18px;
  }

  .theme-3d .advantage-photo {
    transform: none;
  }
}

@media (max-width: 600px) {
  .theme-3d .hero::before,
  .theme-3d .hero-visual::before {
    display: none;
  }

  .theme-3d .hero-facts {
    grid-template-columns: 1fr;
  }

  .theme-3d .hero-facts div,
  .theme-3d .hero-facts div:nth-child(2) {
    display: flex;
    min-height: 68px;
    transform: none;
  }

  .theme-3d .service-tabs {
    padding: 8px 0 13px;
  }

  .theme-3d .service-info {
    padding: 32px 22px;
  }

  .theme-3d .workflow-list li,
  .theme-3d .workflow-list li:nth-child(even) {
    transform: none;
  }

  .theme-3d .brief-list li,
  .theme-3d .brief-list li:nth-child(2),
  .theme-3d .brief-list li:nth-child(3) {
    transform: none;
  }

  .theme-3d .portfolio-grid figure,
  .theme-3d .portfolio-grid figure:nth-child(2),
  .theme-3d .portfolio-grid figure:nth-child(4) {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-3d *,
  .theme-3d *::before,
  .theme-3d *::after {
    transition-duration: 0.01ms !important;
  }
}

@media (min-width: 901px) {
  .layout-compact .hero {
    min-height: 760px;
    padding-top: 108px;
    padding-bottom: 34px;
  }

  .layout-compact .hero-copy {
    padding-top: 32px;
  }

  .layout-compact .hero-visual {
    min-height: 605px;
  }

  .layout-compact .hero-facts {
    margin-top: 42px;
  }

  .layout-compact .intro {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .layout-compact .intro blockquote {
    font-size: clamp(40px, 4.5vw, 62px);
  }

  .layout-compact .services {
    padding-top: 102px;
    padding-bottom: 108px;
  }

  .layout-compact h2 {
    font-size: clamp(44px, 4.5vw, 66px);
  }

  .layout-compact .section-heading {
    gap: 54px;
    margin-bottom: 42px;
  }

  .layout-compact .service-stage,
  .layout-compact .service-panel {
    min-height: 610px;
  }

  .layout-compact .service-image {
    min-height: 574px;
  }

  .layout-compact .service-info {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .layout-compact .advantages {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .layout-compact .advantage-photo {
    height: 610px;
  }

  .layout-compact .workflow {
    padding-top: 100px;
    padding-bottom: 104px;
  }

  .layout-compact .order-brief {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .layout-compact .portfolio {
    padding-top: 98px;
    padding-bottom: 108px;
  }

  .layout-compact .portfolio-top {
    margin-bottom: 40px;
  }

  .layout-compact .portfolio-grid {
    grid-auto-rows: 390px;
  }

  .layout-compact .contacts {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .layout-compact .intro,
  .layout-compact .advantages,
  .layout-compact .contacts,
  .layout-compact .order-brief {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .layout-compact .services,
  .layout-compact .workflow,
  .layout-compact .portfolio {
    padding-top: 96px;
    padding-bottom: 100px;
  }

  .layout-compact h2 {
    font-size: clamp(44px, 7vw, 60px);
  }

  .layout-compact .section-heading {
    margin-bottom: 44px;
  }
}
