:root {
  --yellow: #ffb400;
  --yellow-bright: #ffc21a;
  --orange: #f48b00;
  --ink: #16181a;
  --graphite: #202326;
  --muted: #656a70;
  --line: #dfe1e3;
  --surface: #f4f5f5;
  --white: #fff;
  --shadow: 0 12px 34px rgba(20, 22, 24, 0.1);
  --container: 1320px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
}
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3 {
  text-transform: uppercase;
}
body.menu-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
button,
input,
textarea {
  font: inherit;
}
svg {
  display: block;
}
.container {
  width: min(calc(100% - 64px), var(--container));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: #111;
  background: var(--yellow);
  transform: translateY(-150%);
  transition: transform 0.2s;
}
.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 76px;
  color: var(--white);
  background: rgba(14, 16, 17, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    box-shadow 0.25s,
    background 0.25s;
}
.site-header.is-scrolled {
  background: rgba(14, 16, 17, 0.99);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}
.header-inner {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 28px;
}
.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.6px;
}
.brand strong {
  color: var(--yellow);
}
.brand-mark {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: var(--yellow);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 35px);
  margin-left: auto;
}
.main-nav a {
  position: relative;
  padding-block: 26px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 19px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s;
}
.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}
.header-phones {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.header-phone {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}
.header-phone svg {
  width: 20px;
  flex: 0 0 20px;
  fill: none;
  stroke: var(--yellow);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  margin-left: auto;
  padding: 11px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
}
.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--white);
  transition:
    transform 0.25s,
    opacity 0.25s;
}

.hero {
  position: relative;
  padding-bottom: 32px;
  overflow: hidden;
  color: var(--white);
  background: #242729 url("../images/hero-crane-v3.webp") center center / cover
    no-repeat;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(8, 10, 11, 0.9) 0%,
      rgba(8, 10, 11, 0.78) 30%,
      rgba(8, 10, 11, 0.46) 52%,
      rgba(8, 10, 11, 0.14) 74%,
      rgba(8, 10, 11, 0.06) 100%
    ),
    linear-gradient(
      0deg,
      rgba(4, 5, 6, 0.62) 0%,
      rgba(4, 5, 6, 0.16) 48%,
      rgba(4, 5, 6, 0.08) 100%
    );
}
.hero-stripes {
  position: absolute;
  top: -42px;
  right: -46px;
  width: 84px;
  height: calc(100% + 84px);
  background: var(--yellow);
  transform: skewX(-17deg);
  box-shadow: -23px 0 0 -16px #292c2f;
  opacity: 0.98;
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 72px;
}
.eyebrow {
  margin: 0 0 8px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-eyebrow {
  color: var(--yellow);
}
.hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: 56px;
  line-height: 1.08;
  letter-spacing: 0;
}
.hero-phones {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}
.hero-phones a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--yellow);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.48);
  transition: color 0.2s;
}
.hero-phones svg {
  width: 0.82em;
  height: 0.82em;
  flex: 0 0 0.82em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hero-phones span {
  white-space: nowrap;
}
.hero-phones a:hover {
  color: var(--yellow-bright);
}
.hero-lead {
  margin: 22px 0 34px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.45;
}
.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 0 26px;
  border: 0;
  border-radius: 4px;
  font-weight: 800;
  cursor: pointer;
  transition:
    transform 0.2s,
    background 0.2s,
    box-shadow 0.2s;
}
.button-primary {
  color: #151515;
  background: linear-gradient(110deg, var(--yellow-bright), #ffa800);
  box-shadow: 0 8px 22px rgba(255, 174, 0, 0.25);
}
.button-primary:hover {
  background: linear-gradient(110deg, #ffcb38, #ffb810);
  box-shadow: 0 10px 28px rgba(255, 174, 0, 0.35);
  transform: translateY(-2px);
}
.button:focus-visible,
.main-nav a:focus-visible,
.brand:focus-visible,
.header-phone:focus-visible,
.hero-phones a:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}
.button > span[aria-hidden="true"] {
  font-size: 24px;
  font-weight: 400;
}
.hero-benefits {
  position: relative;
  z-index: 2;
  margin-top: 40px;
  display: flex;
  gap: 0;
}
.hero-benefit {
  display: flex;
  min-width: 230px;
  align-items: center;
  gap: 13px;
  padding: 0 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 15px;
  font-weight: 700;
}
.hero-benefit:first-child {
  padding-left: 0;
}
.hero-benefit:last-child {
  border-right: 0;
}
.icon-circle {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  place-items: center;
  border: 2px solid var(--yellow);
  border-radius: 50%;
}
.icon-circle svg {
  width: 29px;
  fill: none;
  stroke: var(--yellow);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section {
  padding: 68px 0;
  scroll-margin-top: 76px;
}
#benefits {
  scroll-margin-top: 96px;
}
.section-heading {
  margin-bottom: 34px;
}
.section-heading.centered {
  text-align: center;
}
.heading-mark {
  display: block;
  width: 42px;
  height: 3px;
  margin: 0 auto 12px;
  background: var(--yellow);
}
.section h2,
.contact h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.15;
  letter-spacing: -1px;
}
.section-heading.compact {
  margin-bottom: 28px;
}

.fleet {
  background: #fff;
}
.fleet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.crane-card {
  width: 100%;
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e0e2e4;
  border-radius: 5px;
  box-shadow: var(--shadow);
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.crane-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(20, 22, 24, 0.16);
}
.crane-card > img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center;
}
.card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 23px 0;
}
.card-body h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.2;
}
.card-body h3 span {
  display: block;
  margin-top: 6px;
  color: var(--orange);
  font-size: 18px;
  font-weight: 900;
}
.card-body > p {
  min-height: 76px;
  margin: 0 0 17px;
  color: #555b60;
  font-size: 14px;
  line-height: 1.55;
}
.specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: auto -23px 0;
  padding: 18px 6px;
  border-top: 1px solid var(--line);
  background: #fbfbfb;
}
.specs div {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 6px;
  border-right: 1px solid var(--line);
  text-align: center;
}
.specs div:last-child {
  border-right: 0;
}
.specs dt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}
.specs dd {
  margin: 0;
  color: #1c1f22;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.25;
}
.specs dd::before {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto 9px;
  content: "";
  border: 2px solid var(--graphite);
  border-radius: 50%;
}
.specs strong {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.card-price {
  padding: 17px 20px;
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  background: #f8f8f8;
  border-top: 1px solid var(--line);
}
.card-shift-price {
  margin-top: 8px;
  color: #555b60;
  font-size: 14px;
  font-weight: 600;
}
.card-price strong {
  margin: 0 5px;
  color: var(--orange);
  font-size: 35px;
  line-height: 1;
}

.about {
  padding: 59px 0;
  background: linear-gradient(115deg, #f7f7f7, #eceeef);
}
.about-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.55fr;
  gap: 70px;
  align-items: center;
}
.about-copy h2 {
  margin-bottom: 17px;
}
.short-line {
  display: block;
  width: 45px;
  height: 3px;
  margin-bottom: 21px;
  background: var(--yellow);
}
.about-copy > p:not(.eyebrow) {
  max-width: 535px;
  margin: 0 0 9px;
  color: #3e4348;
  line-height: 1.75;
}
.advantages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.advantage {
  display: grid;
  min-height: 150px;
  grid-template-columns: 82px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px 25px;
  border-right: 1px solid #d7dadd;
  border-bottom: 1px solid #d7dadd;
}
.advantage:nth-child(2n) {
  border-right: 0;
}
.advantage:nth-last-child(-n + 2) {
  border-bottom: 0;
}
.advantage-icon {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(40, 44, 47, 0.12);
}
.advantage-icon svg {
  width: 44px;
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.advantage h3 {
  margin: 0 0 7px;
  font-size: 17px;
}
.advantage p {
  margin: 0;
  color: #53585d;
  font-size: 13px;
  line-height: 1.5;
}

.pricing {
  padding-bottom: 34px;
}
.pricing-panel {
  display: grid;
  grid-template-columns: 0.9fr 1fr 1.2fr;
  overflow: hidden;
  border: 1px solid #e1e3e4;
  border-radius: 5px;
  box-shadow: 0 8px 26px rgba(30, 32, 34, 0.08);
}
.price-rule {
  display: flex;
  min-height: 118px;
  align-items: center;
  gap: 24px;
  padding: 24px 34px;
  border-right: 1px solid #ccd0d3;
}
.price-rule:last-child {
  border-right: 0;
}
.price-rule svg {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  fill: none;
  stroke: var(--yellow);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.price-rule p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}
.price-rule strong {
  color: var(--orange);
  font-size: 19px;
}

.process {
  padding-top: 32px;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}
.process-card {
  position: relative;
  min-height: 245px;
  padding: 31px 25px 25px;
  background: #fff;
  border: 1px solid #e2e4e5;
  border-radius: 5px;
  box-shadow: 0 8px 24px rgba(30, 32, 34, 0.07);
}
.process-card:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -29px;
  width: 14px;
  height: 14px;
  content: "";
  border-top: 3px solid #1d2022;
  border-right: 3px solid #1d2022;
  transform: translateY(-50%) rotate(45deg);
}
.process-card > svg {
  width: 54px;
  height: 54px;
  margin-bottom: 19px;
  fill: none;
  stroke: var(--yellow);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.step-number {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #f0f1f1;
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
}
.process-card h3 {
  position: relative;
  margin: 0 0 8px;
  font-size: 16px;
}
.process-card p {
  position: relative;
  margin: 0;
  color: #4f5458;
  font-size: 13px;
  line-height: 1.55;
}

.contact {
  position: relative;
  overflow: hidden;
  padding: 54px 0;
  background: linear-gradient(110deg, #e5e7e8 0%, #f6f6f6 58%, #c8cccf 100%);
  scroll-margin-top: 76px;
}
.contact::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.14;
  background-image:
    linear-gradient(115deg, transparent 48%, #82888c 49%, transparent 50%),
    linear-gradient(20deg, transparent 44%, #aaa 45%, transparent 46%);
  background-size:
    320px 260px,
    230px 210px;
}
.contact-stripes {
  position: absolute;
  top: -55px;
  right: -46px;
  width: 72px;
  height: calc(100% + 110px);
  background: var(--yellow);
  transform: skewX(-16deg);
  box-shadow: -25px 0 0 -18px #2a2d30;
}
.contact-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(400px, 0.92fr) minmax(300px, 0.78fr) minmax(
      335px,
      1.1fr
    );
  gap: 44px;
  align-items: center;
}
.contact-card {
  padding: 29px 32px 26px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 16px 40px rgba(25, 28, 30, 0.2);
}
.contact-card h2 {
  margin-bottom: 23px;
  font-size: 29px;
}
.contact-card h2 strong {
  color: var(--orange);
  font-weight: 800;
}
.field {
  position: relative;
  margin-bottom: 14px;
}
.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.field label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.field input,
.field textarea {
  display: block;
  width: 100%;
  padding: 13px 15px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #cfd3d6;
  border-radius: 3px;
  outline: none;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.field textarea {
  min-height: 85px;
  resize: vertical;
}
.field input:focus,
.field textarea:focus {
  border-color: var(--yellow);
  box-shadow: 0 0 0 3px rgba(255, 180, 0, 0.2);
}
.field [aria-invalid="true"] {
  border-color: #b82323;
}
.field-error {
  display: block;
  min-height: 16px;
  padding-top: 2px;
  color: #a51f1f;
  font-size: 11px;
}
.form-submit {
  width: 100%;
}
.form-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}
.form-status {
  min-height: 20px;
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 700;
}
.form-status.is-error {
  color: #a51f1f;
}
.form-status a {
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form-status.is-success {
  color: #23733b;
}
.contact-details {
  display: grid;
  gap: 27px;
  margin: 0;
  font-style: normal;
}
.contact-row {
  display: flex;
  align-items: center;
  gap: 17px;
}
a.contact-row:hover strong {
  color: var(--orange);
}
.telegram-icon svg {
  fill: #229ed9;
  stroke: none;
}
.contact-icon {
  display: grid;
  width: 65px;
  height: 65px;
  flex: 0 0 65px;
  place-items: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(30, 33, 35, 0.1);
}
.contact-icon svg {
  width: 34px;
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-row small,
.contact-row strong {
  display: block;
  font-size: 18px;
}
.contact-row small {
  margin-bottom: 1px;
  font-weight: 700;
}
.contact-row strong {
  transition: color 0.2s;
}
.contact-hook {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 470px;
  align-self: stretch;
  justify-self: end;
  pointer-events: none;
}
.contact-hook img {
  position: absolute;
  top: 52px;
  left: 50%;
  display: block;
  width: 160px;
  height: auto;
  transform: translateX(-50%);
  filter: drop-shadow(10px 14px 8px rgba(0, 0, 0, 0.2));
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 48px 0 0;
  color: #f6f6f6;
  background:
    radial-gradient(
      circle at 8% 15%,
      rgba(255, 180, 0, 0.055),
      transparent 28%
    ),
    linear-gradient(135deg, #191c1f 0%, #101214 70%);
  border-top: 1px solid rgba(255, 180, 0, 0.65);
}
.site-footer::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.035;
  background:
    linear-gradient(115deg, transparent 47%, #fff 48%, transparent 49%) 0 0 /
      340px 260px,
    linear-gradient(25deg, transparent 47%, #fff 48%, transparent 49%) 0 0 /
      280px 230px;
}
.footer-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 1.2fr 0.95fr 0.9fr;
  gap: clamp(32px, 3.8vw, 58px);
  font-size: 14px;
  line-height: 1.55;
}
.footer-company,
.footer-section,
.footer-addresses,
.footer-contacts {
  min-width: 0;
  padding: 0;
}
.footer-kicker {
  display: block;
  margin-bottom: 17px;
  color: var(--yellow);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.footer-company strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 25px;
  line-height: 1.1;
}
.footer-company p,
.footer-addresses p {
  margin: 0;
  color: #c5c9cc;
}
.footer-company .footer-director,
.footer-addresses p + p {
  margin-top: 19px;
  padding-top: 0;
  border-top: 0;
}
.footer-director span,
.footer-addresses b {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.footer-addresses b {
  color: #eef0f1;
}
.footer-requisites {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin: 0;
}
.footer-requisites div {
  min-width: 82px;
}
.footer-requisites dt {
  margin-bottom: 2px;
  color: #91979c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.footer-requisites dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: #eef0f1;
  font-weight: 700;
}
.footer-requisites .footer-account {
  flex-basis: 100%;
}
.footer-contacts {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  font-weight: 700;
}
.footer-contacts .footer-kicker {
  margin-bottom: 7px;
}
.footer-contacts a {
  position: relative;
  padding-left: 17px;
  color: #eef0f1;
  overflow-wrap: anywhere;
  transition: color 0.2s;
}
.footer-contacts a::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--yellow);
  border-radius: 50%;
  transform: translateY(-50%);
}
.footer-contacts a:hover {
  color: var(--yellow);
}
.footer-note {
  position: relative;
  margin: 38px 0 0;
  padding: 19px 24px 21px;
  color: #8e9498;
  background: transparent;
  text-align: center;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 1200px) {
  .container {
    width: min(calc(100% - 48px), var(--container));
  }
  .header-inner {
    gap: 18px;
  }
  .brand {
    font-size: 21px;
  }
  .main-nav {
    gap: 17px;
  }
  .main-nav a {
    font-size: 13px;
  }
  .about-layout {
    gap: 38px;
  }
  .advantage {
    padding-inline: 16px;
  }
  .price-rule {
    padding-inline: 24px;
  }
  .process-grid {
    gap: 27px;
  }
  .contact-layout {
    grid-template-columns: minmax(380px, 1fr) minmax(260px, 0.8fr) minmax(
        220px,
        0.85fr
      );
    gap: 32px;
  }
  .contact-hook {
    width: 100%;
  }
  .contact-hook img {
    top: 62px;
    width: 145px;
  }
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  html {
    scroll-padding-top: 68px;
  }
  .site-header {
    height: 68px;
  }
  .menu-toggle {
    display: block;
  }
  .header-phone {
    margin-left: 0;
  }
  .header-phone span {
    display: inline;
  }
  .main-nav {
    position: fixed;
    z-index: 99;
    top: 68px;
    right: 0;
    bottom: 0;
    width: min(420px, 100%);
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0;
    padding: 18px 26px 32px;
    background: #151719;
    box-shadow: -12px 15px 30px rgba(0, 0, 0, 0.25);
    transform: translateX(105%);
    transition: transform 0.28s;
  }
  .main-nav a {
    padding: 17px 8px;
    font-size: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main-nav a::after {
    display: none;
  }
  .menu-open .main-nav {
    transform: translateX(0);
  }
  .menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }
  .menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .hero-content {
    padding-top: 85px;
  }
  .hero h1 {
    font-size: 48px;
  }
  .hero-stripes {
    right: -52px;
  }
  .hero-benefit {
    min-width: 0;
    flex: 1;
    padding-inline: 20px;
  }
  .fleet-grid {
    gap: 18px;
  }
  .card-body {
    padding-inline: 17px;
  }
  .card-body h3 {
    font-size: 19px;
  }
  .card-body h3 span {
    font-size: 16px;
  }
  .card-body > p {
    min-height: 102px;
    font-size: 13px;
  }
  .specs {
    margin-inline: -17px;
    padding-inline: 5px;
  }
  .specs div {
    padding-inline: 7px;
  }
  .about-layout {
    grid-template-columns: 1fr;
  }
  .about-copy > p:not(.eyebrow) {
    max-width: 760px;
  }
  .price-rule {
    gap: 16px;
    padding-inline: 18px;
  }
  .price-rule svg {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }
  .price-rule p {
    font-size: 14px;
  }
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .process-card:nth-child(2)::after {
    display: none;
  }
  .contact-layout {
    grid-template-columns: minmax(390px, 1.05fr) minmax(275px, 0.82fr) minmax(
        180px,
        0.55fr
      );
    gap: 22px;
  }
  .contact-hook {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
    margin: 0;
  }
  .contact-hook img {
    top: 78px;
    width: 128px;
  }
}

@media (max-width: 950px) {
  .fleet-grid {
    grid-template-columns: 1fr;
  }
  .crane-card {
    max-width: 550px;
    margin-inline: auto;
  }
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .contact-hook {
    display: none;
  }
}

@media (max-width: 768px) {
  .container {
    width: min(calc(100% - 34px), var(--container));
  }
  .header-phone span {
    display: none;
  }
  .brand {
    font-size: 20px;
  }
  .hero {
    background-position: 68% center;
  }
  .hero-shade {
    background: linear-gradient(
      90deg,
      rgba(8, 10, 11, 0.92),
      rgba(8, 10, 11, 0.67) 75%,
      rgba(8, 10, 11, 0.48)
    );
  }
  .hero-stripes {
    display: none;
  }
  .hero-content {
    padding-top: 72px;
  }
  .hero h1 {
    font-size: 40px;
    letter-spacing: 0;
  }
  .hero-lead {
    font-size: 17px;
  }
  .hero-lead br {
    display: none;
  }
  .hero-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .hero-benefit {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding-inline: 13px;
    font-size: 12px;
  }
  .hero-benefit:first-child {
    padding-left: 0;
  }
  .icon-circle {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }
  .section {
    padding: 54px 0;
  }
  .fleet-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .crane-card {
    max-width: 550px;
    margin-inline: auto;
  }
  .card-body > p {
    min-height: 0;
  }
  .advantages {
    grid-template-columns: 1fr;
  }
  .advantage {
    border-right: 0;
    border-bottom: 1px solid #d7dadd !important;
  }
  .advantage:last-child {
    border-bottom: 0 !important;
  }
  .pricing-panel {
    grid-template-columns: 1fr;
  }
  .price-rule {
    border-right: 0;
    border-bottom: 1px solid #ccd0d3;
  }
  .price-rule:last-child {
    border-bottom: 0;
  }
  .process-grid {
    gap: 22px;
  }
  .process-card {
    min-height: 235px;
  }
  .process-card::after {
    display: none;
  }
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .contact-hook {
    display: none;
  }
  .contact-card {
    max-width: 580px;
    width: 100%;
    margin-inline: auto;
  }
  .contact-details {
    width: min(100%, 580px);
    margin-inline: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .contact-row {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .contact-row small,
  .contact-row strong {
    font-size: 14px;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }
  .site-header {
    height: 64px;
  }
  .brand-mark {
    width: 27px;
  }
  .brand {
    gap: 7px;
    font-size: 18px;
  }
  .header-phones {
    display: none;
  }
  .main-nav {
    top: 64px;
  }
  .hero {
    min-height: auto;
    padding-bottom: 24px;
    background-position: 72% center;
  }
  .hero-content {
    padding-top: 67px;
  }
  .hero h1 {
    font-size: 34px;
  }
  .hero-phones {
    gap: 9px;
    margin-top: 18px;
  }
  .hero-phones a {
    width: 100%;
    gap: 10px;
    font-size: 22px;
  }
  .hero-lead {
    margin: 21px 0 29px;
    font-size: 16px;
  }
  .hero .button {
    width: 100%;
    max-width: 290px;
  }
  .hero-benefits {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 32px;
  }
  .hero-benefit {
    align-items: center;
    flex-direction: row;
    padding: 0;
    border: 0;
    font-size: 13px;
  }
  .icon-circle {
    width: 39px;
    height: 39px;
    flex-basis: 39px;
  }
  .icon-circle svg {
    width: 23px;
  }
  .section h2,
  .contact h2 {
    font-size: 29px;
  }
  .section-heading {
    margin-bottom: 25px;
  }
  .card-body {
    padding: 18px 16px 0;
  }
  .card-body h3 {
    font-size: 19px;
  }
  .specs {
    margin-inline: -16px;
    padding: 15px 6px;
  }
  .specs div {
    padding-inline: 7px;
  }
  .specs dt {
    font-size: 11px;
  }
  .specs dd {
    font-size: 20px;
  }
  .specs dd::before {
    width: 28px;
    height: 28px;
    margin-bottom: 8px;
  }
  .specs strong {
    font-size: inherit;
  }
  .card-price strong {
    font-size: 31px;
  }
  .about-layout {
    gap: 28px;
  }
  .advantage {
    grid-template-columns: 62px 1fr;
    min-height: 130px;
    padding: 15px 0;
  }
  .advantage-icon {
    width: 58px;
    height: 58px;
  }
  .advantage-icon svg {
    width: 35px;
  }
  .pricing {
    padding-bottom: 25px;
  }
  .price-rule {
    min-height: 100px;
    padding: 18px;
  }
  .price-rule p {
    font-size: 14px;
  }
  .price-rule p br {
    display: none;
  }
  .process {
    padding-top: 25px;
  }
  .process-grid {
    grid-template-columns: 1fr;
  }
  .process-card {
    min-height: 0;
    padding: 26px 23px;
  }
  .contact {
    padding: 36px 0 42px;
  }
  .contact-card {
    padding: 24px 18px 20px;
  }
  .contact-card h2 {
    font-size: 25px;
  }
  .contact-details {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .contact-row {
    align-items: center;
    flex-direction: row;
    text-align: left;
  }
  .contact-row small,
  .contact-row strong {
    font-size: 15px;
  }
  .contact-icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .footer-contacts {
    align-items: flex-start;
  }
  .footer-company,
  .footer-addresses,
  .footer-requisites {
    text-align: left;
  }
  .footer-requisites div {
    min-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
