﻿:root {
  --sun-yellow: #a4ce4e;
  --sun-pale: #f2f2f2;
  --sun-cream: #f5f8ed;
  --sun-beige: #dfe8d1;
  --sun-green: #6f9f2d;
  --sun-text: #333640;
  --sun-muted: #7e838c;
  --sun-deep: #333640;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--sun-text);
  font-family: "Roboto", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
  text-rendering: optimizeLegibility;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg,
video,
iframe {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  max-width: 1320px;
  padding-left: 24px;
  padding-right: 24px;
}

.btn {
  border: 0;
  border-radius: 0;
  padding: 12px 27px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.btn-main {
  background: var(--sun-yellow);
  color: #111;
}

.btn-main:hover,
.btn-soft:hover {
  background: #8eb83f;
  color: #111;
  transform: scale(1.035);
}

.btn-soft {
  background: var(--sun-pale);
  color: #111;
}

.btn-testdrive {
  background: #333640;
  color: #fff;
}

.btn-testdrive:hover,
.btn-testdrive:focus {
  background: #242730;
  color: #fff;
}

.btn-outline {
  border: 1px solid rgba(51, 54, 64, .34);
  background: #fff;
  color: var(--sun-text);
}

.btn-outline:hover,
.btn-outline:focus {
  border-color: var(--sun-green);
  background: #fff;
  color: var(--sun-green);
  transform: none;
}

.btn-leasing {
  border-color: #333640;
  background: #333640;
  color: #fff;
}

.btn-leasing:hover,
.btn-leasing:focus {
  border-color: #242730;
  background: #242730;
  color: #fff;
}

.header-top {
  min-height: 120px;
  display: grid;
  grid-template-columns: 190px minmax(330px, 1fr) auto auto;
  gap: 24px;
  align-items: center;
}

.logo-link {
  position: relative;
  display: inline-block;
  width: fit-content;
}

.logo-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #333640;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: opacity .38s ease, transform .38s cubic-bezier(.22, 1, .36, 1);
}

.logo-link:hover::after,
.logo-link:focus::after {
  opacity: 1;
  transform: scaleX(1);
}

.logo-img {
  width: 180px;
  max-width: 100%;
  display: block;
}

.header-contact {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.42;
}

.header-contact svg,
.catalog-search svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.header-phones {
  font-size: 17px;
  font-weight: 400;
  white-space: nowrap;
}

.header-phones svg {
  width: 20px;
  height: 20px;
}

.header-phones a {
  color: inherit;
}

.header-address {
  margin-left: 0;
}

.header-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-tools {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.mobile-menu-head,
.mobile-menu-actions {
  display: none;
}

.header-social-link {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 18, 20, .18);
  border-radius: 0;
  background: transparent;
  color: var(--sun-text);
  transition: background-color .18s ease, color .18s ease;
}

.header-social-link:hover,
.header-social-link:focus {
  background: #111;
  color: #fff;
}

.header-social-link svg {
  width: 19px;
  height: 19px;
}

.header-social-max {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
}

.header-actions {
  display: flex;
  gap: 14px;
}

.header-menu-toggle {
  display: none;
}

.header-menu-toggle .navbar-toggler-icon {
  width: 34px;
  height: 22px;
  background-image: none;
  background:
    linear-gradient(#111, #111) 0 2px / 34px 2px no-repeat,
    linear-gradient(#111, #111) 0 10px / 34px 2px no-repeat,
    linear-gradient(#111, #111) 0 18px / 34px 2px no-repeat;
}

.header-actions .btn {
  min-width: 160px;
}

.nav-strip {
  background: #f2f2f2;
  min-height: 70px;
  padding: 0;
}

.navbar-nav {
  gap: 30px;
}

.nav-strip .nav-link {
  position: relative;
  color: #0b0b0b;
  font-size: 16px;
  font-weight: 400;
  padding: 26px 14px;
  margin: 0;
  border-radius: 0;
  line-height: 1.2;
  transition: color .18s ease;
}

.nav-strip .nav-link::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0;
  height: 4px;
  background: var(--sun-green);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: opacity .18s ease, transform .18s ease;
}

.nav-strip .nav-link:hover,
.nav-strip .nav-link:focus,
.nav-strip .nav-link.active,
.nav-strip .dropdown:hover > .nav-link {
  color: #314028;
}

.nav-strip .nav-link:hover,
.nav-strip .nav-link:focus,
.nav-strip .nav-link.active,
.nav-strip .dropdown:hover > .nav-link {
  background: transparent;
}

.nav-strip .nav-link:hover::before,
.nav-strip .nav-link:focus::before,
.nav-strip .nav-link.active::before,
.nav-strip .dropdown:hover > .nav-link::before {
  opacity: 1;
  transform: scaleX(1);
}

.nav-strip .dropdown-toggle::after {
  position: relative;
  top: 2px;
  margin-left: 10px;
}

.catalog-search {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  align-self: stretch;
  padding: 0 18px;
  transition: background-color .18s ease, color .18s ease;
}

.catalog-search-icon {
  align-self: center;
  justify-content: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(17, 18, 20, .18);
  border-radius: 0;
  color: var(--sun-text);
}

.catalog-search-icon:hover,
.catalog-search-icon:focus {
  background: #111;
  color: #fff;
}

.catalog-search-icon svg {
  width: 19px;
  height: 19px;
}

.navbar .dropdown-menu {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.catalog-menu {
  width: 270px;
  padding: 10px 0;
  margin-top: 0;
  background: #f2f2f2;
  border-top: 4px solid var(--sun-green);
}

.catalog-menu .dropdown-item {
  padding: 10px 24px;
  color: var(--sun-text);
  font-size: 15px;
  line-height: 1.35;
}

.catalog-menu .dropdown-item:hover,
.catalog-menu .dropdown-item:focus,
.catalog-menu .dropdown-item.active {
  background: rgba(164, 206, 78, .22);
  color: var(--sun-text);
}

.catalog-menu .dropdown-item.active {
  box-shadow: inset 4px 0 0 var(--sun-green);
}

.hero-slider {
  position: relative;
  height: 480px;
  background: #23262f;
  overflow: hidden;
}

.hero-carousel,
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item {
  height: 100%;
}

.hero-carousel::after {
  content: none;
}

.hero-plain-slide,
.hero-slide-image {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-plain-slide {
  background: #23262f;
}

.hero-composed-slide {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(37, 40, 50, .58) 0%, rgba(51, 54, 64, .38) 48%, rgba(27, 29, 36, .08) 100%), url("assets/slide1_fon.png") center / cover no-repeat;
}

.hero-composed-slide::before,
.hero-composed-slide::after {
  content: none;
  position: absolute;
  border-radius: 0;
  pointer-events: none;
}

.hero-composed-slide::before {
  width: 720px;
  height: 720px;
  right: -72px;
  top: -214px;
  background: rgba(164, 206, 78, .12);
}

.hero-composed-slide::after {
  width: 760px;
  height: 380px;
  right: -84px;
  bottom: -150px;
  background: rgba(164, 206, 78, .2);
}

.hero-composed-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(430px, .8fr) minmax(560px, 1.2fr);
  align-items: center;
  gap: 28px;
  max-width: 1320px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 520px;
  margin-left: 0;
}

.hero-kicker {
  margin-bottom: 22px;
  color: var(--sun-yellow);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.hero-copy h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
}

.hero-copy h1 span {
  display: block;
  color: var(--sun-yellow);
}

.hero-copy p {
  max-width: 360px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  line-height: 1.3;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 505px;
}

.hero-points div {
  min-width: 0;
  padding: 0 16px;
  border-left: 1px solid rgba(255, 255, 255, .18);
  text-align: center;
}

.hero-points div:first-child {
  border-left: 0;
  padding-left: 0;
}

.hero-points svg {
  width: 34px;
  height: 34px;
  margin-bottom: 10px;
  color: var(--sun-yellow);
}

.hero-points span {
  display: block;
  color: rgba(255, 255, 255, .82);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero-visual {
  position: relative;
  z-index: 1;
  align-self: stretch;
  min-width: 0;
}

.hero-visual img {
  position: absolute;
  right: -115px;
  top: 50%;
  bottom: auto;
  width: min(722px, 45.36vw);
  max-width: none;
  display: block;
  transform: translateY(-50%);
}

.hero-slide-image {
  object-fit: cover;
  object-position: center 18%;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 56px;
  height: 56px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .86);
  transform: translateY(-50%);
}

.slider-arrow svg {
  width: 56px;
  height: 56px;
  stroke-width: 1.2;
}

.slider-prev {
  left: 22px;
}

.slider-next {
  right: 42px;
}

.hero-indicators {
  display: flex;
  right: 0;
  bottom: 22px;
  left: 0;
  z-index: 3;
  gap: 10px;
  margin: 0;
}

.hero-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .58);
  opacity: 1;
}

.hero-indicators .active {
  background-color: #fff;
}

.benefits {
  padding: 38px 0;
  background: #f2f2f2;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 48px;
  font-size: 15px;
  line-height: 1.35;
}

.benefits .col {
  position: relative;
}

.benefits .col:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 4px;
  right: calc(var(--bs-gutter-x) * .5);
  bottom: 4px;
  width: 1px;
  background: rgba(51, 54, 64, .16);
}

.benefit-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 0;
  background: transparent;
  color: var(--sun-green);
}

.benefit-icon svg {
  width: 38px;
  height: 38px;
}

.section-white {
  background: #fff;
}

.categories {
  padding: 64px 0 54px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.category-card {
  position: relative;
  min-height: 0;
  aspect-ratio: 1.96 / 1;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 36px 30px;
  overflow: hidden;
  color: #111;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .55s ease, transform .55s ease, filter .18s ease;
}

.category-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.category-card:nth-child(2) {
  transition-delay: .08s;
}

.category-card:nth-child(3) {
  transition-delay: .16s;
}

.category-card:nth-child(4) {
  transition-delay: .24s;
}

.category-card:nth-child(5) {
  transition-delay: .32s;
}

.category-card:hover,
.category-card:focus {
  color: #111;
  filter: brightness(.98);
}

.category-title {
  display: block;
  margin-bottom: 12px;
  transition: transform .28s ease;
}

.category-desc {
  display: block;
  max-width: 360px;
  margin-top: 0;
  color: rgba(17, 18, 20, .72);
  font-size: 15px;
  line-height: 1.35;
  opacity: 1;
  transform: none;
  transition: opacity .28s ease, transform .28s ease;
}

.category-card:hover .category-title,
.category-card:focus .category-title {
  transform: translateY(-4px);
}

.category-card:hover .category-desc,
.category-card:focus .category-desc {
  opacity: 1;
  transform: translateY(0);
}

.category-wide {
  grid-column: span 3;
}

.category-card:not(.category-wide) {
  grid-column: span 2;
  aspect-ratio: 1.42 / 1;
}

.category-yellow {
  background: #dbe8c8;
}

.category-beige {
  background: #dbe8c8;
}

.category-green {
  background: #dbe8c8;
}

.category-loader-preview,
.category-excavator-preview,
.category-attachments-preview,
.category-parts-preview,
.category-service-preview {
  isolation: isolate;
  color: #fff;
  background-position: center;
  background-size: cover;
}

.category-loader-preview {
  background-image:
    linear-gradient(90deg, rgba(17, 18, 20, .78) 0%, rgba(17, 18, 20, .5) 28%, rgba(17, 18, 20, .16) 58%, rgba(17, 18, 20, 0) 100%),
    linear-gradient(180deg, rgba(17, 18, 20, 0) 0%, rgba(17, 18, 20, .18) 100%),
    url("assets/home-mini-loader.jpg");
}

.category-excavator-preview {
  background-image:
    linear-gradient(90deg, rgba(17, 18, 20, .78) 0%, rgba(17, 18, 20, .48) 28%, rgba(17, 18, 20, .14) 58%, rgba(17, 18, 20, 0) 100%),
    linear-gradient(180deg, rgba(17, 18, 20, 0) 0%, rgba(17, 18, 20, .16) 100%),
    url("assets/home-mini-excavator.jpg");
}

.category-attachments-preview {
  background-image:
    linear-gradient(90deg, rgba(17, 18, 20, .8) 0%, rgba(17, 18, 20, .5) 28%, rgba(17, 18, 20, .16) 58%, rgba(17, 18, 20, 0) 100%),
    linear-gradient(180deg, rgba(17, 18, 20, 0) 0%, rgba(17, 18, 20, .18) 100%),
    url("assets/home-attachments.jpg");
}

.category-parts-preview {
  background-image:
    linear-gradient(90deg, rgba(17, 18, 20, .78) 0%, rgba(17, 18, 20, .48) 28%, rgba(17, 18, 20, .14) 58%, rgba(17, 18, 20, 0) 100%),
    linear-gradient(180deg, rgba(17, 18, 20, 0) 0%, rgba(17, 18, 20, .16) 100%),
    url("assets/home-parts.jpg");
}

.category-service-preview {
  background-image:
    linear-gradient(90deg, rgba(17, 18, 20, .8) 0%, rgba(17, 18, 20, .5) 28%, rgba(17, 18, 20, .15) 58%, rgba(17, 18, 20, 0) 100%),
    linear-gradient(180deg, rgba(17, 18, 20, 0) 0%, rgba(17, 18, 20, .18) 100%),
    url("assets/home-service.jpg");
}

.category-loader-preview::before,
.category-excavator-preview::before,
.category-attachments-preview::before,
.category-parts-preview::before,
.category-service-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(51, 54, 64, .14) 0%, rgba(51, 54, 64, 0) 54%);
  transition: opacity .28s ease;
}

.category-loader-preview:hover,
.category-loader-preview:focus,
.category-excavator-preview:hover,
.category-excavator-preview:focus,
.category-attachments-preview:hover,
.category-attachments-preview:focus,
.category-parts-preview:hover,
.category-parts-preview:focus,
.category-service-preview:hover,
.category-service-preview:focus {
  color: #fff;
  filter: brightness(1.02);
}

.category-loader-preview .category-desc,
.category-excavator-preview .category-desc,
.category-attachments-preview .category-desc,
.category-parts-preview .category-desc,
.category-service-preview .category-desc {
  color: rgba(255, 255, 255, .82);
}

.btn-more {
  min-width: 160px;
  padding: 12px 22px;
}

.tinted-section {
  padding: 62px 0 68px;
  background: var(--sun-cream);
}

h2 {
  margin: 0 0 36px;
  color: var(--sun-deep);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.18;
}

.product-card {
  height: 100%;
  padding: 22px;
  border-radius: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: transform .22s ease;
  will-change: transform;
  overflow: hidden;
}

.product-card:hover {
  transform: translateY(-8px);
}

.product-card .product-image {
  transition: transform .22s ease;
}

.product-card:hover .product-image {
  transform: scale(1.025);
}

.new-products .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

.new-products {
  background: #f2f2f2;
}

.new-products h2,
.events-section h2 {
  color: var(--sun-text);
  font-weight: 400;
}

.product-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 16px;
}

.product-code {
  color: var(--sun-muted);
  font-size: 13px;
  margin-bottom: 6px;
}

.product-card h3 {
  min-height: 72px;
  margin: 0 0 14px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
}

.new-products .product-card {
  padding: 18px;
  border: 0;
  transition: transform .22s ease;
}

.new-products .product-card:hover {
  transform: translateY(-4px);
}

.new-products .product-image {
  aspect-ratio: 1.5 / 1;
  object-fit: contain;
  margin-bottom: 12px;
  background: #fff;
}

.new-products .product-code {
  color: var(--sun-text);
  font-size: 14px;
  margin-bottom: 13px;
}

.new-products .product-card h3 {
  min-height: 0;
  margin: 0 0 20px;
  color: var(--sun-text);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.product-specs {
  display: grid;
  gap: 5px;
  margin: 0 0 12px;
}

.product-specs div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: baseline;
}

.product-specs dt,
.product-specs dd {
  margin: 0;
  color: var(--sun-text);
  font-size: 14px;
  line-height: 1.25;
}

.product-specs dt {
  color: #4f5660;
  font-weight: 400;
}

.product-specs dd {
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
}

.product-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 4px 0 16px;
  color: var(--sun-green);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.product-status svg {
  width: 16px;
  height: 16px;
}

.new-products .product-card .btn {
  min-height: 42px;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 500;
}

.new-products .product-card .btn + .btn {
  margin-top: 8px;
}

.product-bottom {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  margin-top: auto;
  margin-bottom: 18px;
}

.price {
  color: #3f4748;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.price span {
  color: var(--sun-muted);
  font-size: 13px;
}

.badge {
  border-radius: 0;
  padding: 6px 10px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.badge-new {
  background: #def9dc;
  color: #5ab65e;
}

.badge-sale {
  background: #fff0e6;
  color: #ff6b48;
}

.catalog-page-hero {
  padding: 42px 0 46px;
  background: var(--sun-cream);
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  color: var(--sun-muted);
  font-size: 14px;
}

.breadcrumbs a {
  color: var(--sun-text);
  transition: color .18s ease;
}

.breadcrumbs a:hover {
  color: var(--sun-deep);
}

.catalog-page-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  align-items: end;
  gap: 42px;
}

.section-kicker {
  margin: 0 0 14px;
  color: var(--sun-muted);
  font-size: 13px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.catalog-page-head h1 {
  margin: 0;
  color: var(--sun-text);
  font-size: 42px;
  font-weight: 400;
  line-height: 1.12;
}

.catalog-page-head > p {
  margin: 0 0 4px;
  color: #3f4748;
  font-size: 16px;
  line-height: 1.42;
}

.catalog-layout-section {
  padding: 54px 0 78px;
  background: #fff;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.catalog-sidebar {
  display: grid;
  gap: 18px;
}

.filter-block {
  padding: 24px;
  border-radius: 0;
  background: var(--sun-cream);
}

.filter-block h2 {
  margin: 0 0 18px;
  color: var(--sun-text);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.subcategory-list {
  display: grid;
  gap: 8px;
}

.subcategory-list a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 0;
  color: #3f4748;
  font-size: 15px;
  line-height: 1.25;
  transition: background-color .18s ease, color .18s ease;
}

.subcategory-list a:hover,
.subcategory-list a.is-active {
  background: var(--sun-yellow);
  color: var(--sun-text);
}

.subcategory-group {
  display: grid;
  gap: 8px;
}

.subcategory-children {
  display: grid;
  gap: 4px;
  margin: 0 0 4px 14px;
  padding-left: 12px;
  border-left: 1px solid rgba(17, 18, 20, .12);
}

.subcategory-list .subcategory-children a {
  min-height: 32px;
  padding: 6px 10px;
  color: #5b6063;
  font-size: 14px;
}

.subcategory-list .subcategory-children a:hover {
  background: rgba(164, 206, 78, .24);
  color: var(--sun-text);
}

.filter-group {
  display: grid;
  gap: 10px;
  padding: 18px 0;
  border-top: 1px solid rgba(17, 18, 20, .08);
}

.filter-group:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.filter-group span {
  color: var(--sun-text);
  font-size: 15px;
  line-height: 1.25;
}

.filter-group label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #3f4748;
  font-size: 14px;
  line-height: 1.3;
  cursor: pointer;
}

.price-filter {
  gap: 14px;
}

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

.price-inputs label {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 7px 10px;
  border-radius: 0;
  background: #fff;
  cursor: text;
}

.price-inputs label span {
  color: var(--sun-muted);
  font-size: 13px;
  line-height: 1;
}

.price-inputs input {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--sun-text);
  font: inherit;
  outline: 0;
}

.range-slider {
  position: relative;
  height: 28px;
  margin-top: 2px;
}

.range-track,
.range-fill {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 0;
}

.range-track {
  background: rgba(17, 18, 20, .1);
}

.range-fill {
  left: 6.333%;
  right: 23.333%;
  background: var(--sun-yellow);
}

.range-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
  margin: 0;
  background: transparent;
  pointer-events: none;
  appearance: none;
}

.range-input::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  margin-top: 6px;
  border: 0;
  border-radius: 0;
  background: var(--sun-yellow);
  cursor: pointer;
  pointer-events: auto;
  appearance: none;
}

.range-input::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 0;
  background: var(--sun-yellow);
  cursor: pointer;
  pointer-events: auto;
}

.range-input::-webkit-slider-runnable-track {
  height: 28px;
  background: transparent;
}

.range-input::-moz-range-track {
  height: 28px;
  background: transparent;
}

.filter-group input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--sun-yellow);
}

.catalog-content {
  min-width: 0;
}

.catalog-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.catalog-toolbar div {
  display: grid;
  gap: 3px;
}

.catalog-toolbar span {
  color: var(--sun-text);
  font-size: 16px;
  line-height: 1.3;
}

.catalog-toolbar strong {
  color: var(--sun-text);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

.sort-dropdown {
  position: relative;
}

.sort-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 220px;
  min-height: 46px;
  padding: 11px 10px 11px 14px;
  border: 0;
  border-radius: 0;
  background-color: var(--sun-cream);
  color: var(--sun-text);
  font: inherit;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  transition: background-color .18s ease;
}

.sort-toggle:hover,
.sort-toggle:focus,
.sort-toggle.show {
  background-color: var(--sun-pale);
  outline: 0;
  box-shadow: none;
}

.sort-toggle svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.sort-menu {
  min-width: 220px;
  padding: 8px;
  border: 0;
  border-radius: 0;
  background: var(--sun-pale);
  box-shadow: none;
}

.sort-menu .dropdown-item {
  border-radius: 0;
  padding: 9px 12px;
  color: var(--sun-text);
  font-size: 15px;
}

.sort-menu .dropdown-item:hover,
.sort-menu .dropdown-item:focus,
.sort-menu .dropdown-item.active {
  background: #fff;
  color: var(--sun-text);
}

.catalog-products-row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

.catalog-products-row .product-card {
  border: 1px solid rgba(17, 18, 20, .08);
}

.catalog-products-row .product-media {
  position: relative;
  overflow: hidden;
  margin-bottom: 14px;
  border-radius: 0;
}

.catalog-products-row .product-media .product-image {
  margin-bottom: 0;
}

.catalog-products-row .product-media .badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}

.catalog-products-row .product-card .btn {
  margin-top: auto;
}

.catalog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 36px;
}

.catalog-pagination a,
.catalog-pagination span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(17, 18, 20, .08);
  border-radius: 0;
  background: #fff;
  color: var(--sun-text);
  font-size: 15px;
  line-height: 1;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.catalog-pagination a:hover {
  border-color: rgba(17, 18, 20, .16);
  background: var(--sun-pale);
}

.catalog-pagination a.is-active {
  border-color: var(--sun-yellow);
  background: var(--sun-yellow);
}

.catalog-pagination .pagination-arrow svg {
  width: 18px;
  height: 18px;
}

.catalog-pagination .is-disabled {
  pointer-events: none;
  opacity: .42;
}

.category-seo {
  margin-top: 46px;
  padding: 30px;
  border: 1px solid rgba(17, 18, 20, .08);
  border-radius: 0;
  background: #fff;
}

.category-seo h2 {
  margin: 0 0 18px;
  color: var(--sun-text);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.category-seo h3 {
  margin: 26px 0 12px;
  color: var(--sun-text);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
}

.category-seo p {
  max-width: none;
  margin: 0 0 14px;
  color: #3f4748;
  font-size: 16px;
  line-height: 1.55;
}

.category-seo ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 26px;
  margin: 0 0 18px;
  padding-left: 20px;
  color: #3f4748;
  font-size: 16px;
  line-height: 1.5;
}

.category-seo li::marker {
  color: var(--sun-green);
}

.category-seo p:last-child {
  margin-bottom: 0;
}

.product-detail-section {
  padding: 42px 0 78px;
  background: #fff;
}

.product-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.product-gallery {
  min-width: 0;
}

.product-main-slider {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: var(--sun-cream);
}

.product-main-slider .carousel-item {
  aspect-ratio: 1 / .86;
}

.product-main-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, .82);
  color: var(--sun-text);
  transform: translateY(-50%);
  transition: background-color .18s ease;
}

.product-gallery-arrow:hover {
  background: var(--sun-yellow);
}

.product-gallery-arrow svg {
  width: 22px;
  height: 22px;
}

.product-gallery-prev {
  left: 18px;
}

.product-gallery-next {
  right: 18px;
}

.product-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.product-thumbs button {
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 0;
  background: var(--sun-cream);
  aspect-ratio: 1 / .78;
  cursor: pointer;
  transition: border-color .18s ease, opacity .18s ease;
}

.product-thumbs button:hover,
.product-thumbs button.is-active {
  border-color: var(--sun-yellow);
}

.product-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-detail-info {
  padding-top: 10px;
}

.product-detail-info h1 {
  max-width: 620px;
  margin: 0 0 18px;
  color: var(--sun-text);
  font-size: 42px;
  font-weight: 400;
  line-height: 1.12;
}

.product-lead {
  max-width: 560px;
  margin: 0 0 30px;
  color: #3f4748;
  font-size: 17px;
  line-height: 1.55;
}

.product-detail-specs {
  max-width: 600px;
  margin-bottom: 32px;
  padding: 24px;
  border: 1px solid rgba(17, 18, 20, .08);
  border-radius: 0;
  background: #fff;
}

.product-detail-specs h2 {
  margin: 0 0 18px;
  color: var(--sun-text);
  font-size: 22px;
  font-weight: 400;
}

.product-detail-specs dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.product-detail-specs dl div {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 20px;
  padding: 13px 0;
  border-top: 1px solid rgba(17, 18, 20, .08);
}

.product-detail-specs dl div:first-child {
  border-top: 0;
}

.product-detail-specs dt {
  color: var(--sun-muted);
  font-size: 14px;
  font-weight: 400;
}

.product-detail-specs dd {
  margin: 0;
  color: var(--sun-text);
  font-size: 15px;
}

.product-detail-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 600px;
  padding: 24px;
  border-radius: 0;
  background: var(--sun-pale);
}

.product-detail-bottom span {
  display: block;
  margin-bottom: 6px;
  color: var(--sun-muted);
  font-size: 13px;
}

.product-detail-bottom strong {
  display: block;
  color: var(--sun-text);
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.product-detail-bottom small {
  color: var(--sun-muted);
  font-size: 14px;
  font-weight: 400;
}

.related-products-section {
  padding: 8px 0 78px;
  background: #fff;
}

.product-tabs {
  margin-bottom: 58px;
}

.product-tabs-nav {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  border: 0;
}

.product-tabs-nav .nav-link {
  min-height: 46px;
  padding: 12px 20px;
  border: 0;
  border-radius: 0;
  background: var(--sun-cream);
  color: var(--sun-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  transition: background-color .18s ease;
}

.product-tabs-nav .nav-link:hover,
.product-tabs-nav .nav-link.active {
  background: var(--sun-yellow);
  color: var(--sun-text);
}

.product-tabs-content {
  padding: 28px;
  border: 1px solid rgba(17, 18, 20, .08);
  border-radius: 0;
  background: #fff;
}

.product-tabs-content p {
  max-width: 820px;
  margin: 0 0 14px;
  color: #3f4748;
  font-size: 17px;
  line-height: 1.55;
}

.product-tabs-content p:last-child {
  margin-bottom: 0;
}

.product-spec-table {
  display: grid;
  gap: 22px;
}

.product-spec-table h3 {
  margin: 0;
  color: var(--sun-text);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.product-spec-table dl {
  display: grid;
  margin: 0;
  border-top: 1px solid rgba(17, 18, 20, .08);
}

.product-spec-table dl div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(140px, auto);
  gap: 22px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(17, 18, 20, .08);
}

.product-spec-table dt {
  color: #5d6668;
  font-size: 15px;
  font-weight: 400;
}

.product-spec-table dd {
  margin: 0;
  color: var(--sun-text);
  font-size: 15px;
  font-weight: 600;
  text-align: right;
}

.product-description-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 34px;
  align-items: start;
}

.product-advantages {
  display: grid;
  gap: 12px;
}

.product-advantages div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 15px;
  border-radius: 0;
  background: var(--sun-pale);
}

.product-advantages svg {
  width: 28px;
  height: 28px;
  color: var(--sun-text);
}

.product-advantages span {
  color: var(--sun-text);
  font-size: 14px;
  line-height: 1.3;
}

.product-description-seo h2,
.product-description-seo h3 {
  margin: 30px 0 14px;
  color: var(--sun-text);
  line-height: 1.2;
}

.product-description-seo h2 {
  margin-top: 0;
  font-size: 28px;
}

.product-description-seo h3 {
  font-size: 23px;
  font-weight: 500;
}

.product-description-seo ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 22px;
  padding-left: 22px;
  color: #3f4748;
  font-size: 16px;
  line-height: 1.5;
}

.product-tabs-content .product-description-seo p {
  max-width: none;
}

.product-description-layout-seo {
  grid-template-columns: 1fr;
}

.product-description-layout-seo .product-advantages {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 10px;
}

@media (max-width: 767.98px) {
  .product-description-layout-seo .product-advantages {
    grid-template-columns: 1fr;
  }
}

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

.certificate-card {
  display: grid;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.certificate-preview {
  position: relative;
  width: 100%;
  aspect-ratio: 520 / 740;
  display: block;
  border-radius: 0;
  background: var(--sun-cream);
  overflow: hidden;
}

.certificate-preview::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 0;
  background: var(--sun-yellow);
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 24 24' fill='none' stroke='%23111214' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4.2-4.2'/%3E%3Cpath d='M11 8v6'/%3E%3Cpath d='M8 11h6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  color: var(--sun-text);
  opacity: 0;
  transform: translate(-50%, -50%) scale(.9);
  transition: opacity .18s ease, transform .18s ease;
}

.certificate-card:hover .certificate-preview::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.certificate-card:hover .certificate-preview {
  background: #eee3cf;
}

.certificate-card span {
  color: var(--sun-text);
  font-size: 15px;
  line-height: 1.3;
}

.certificate-modal .modal-content {
  border: 0;
  border-radius: 0;
  background: #fff;
}

.certificate-modal .modal-body {
  padding: 30px;
}

.certificate-modal h2 {
  margin-bottom: 20px;
  color: var(--sun-text);
}

.certificate-full-image {
  width: min(100%, 720px);
  max-height: 78vh;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border-radius: 0;
  background: var(--sun-cream);
}

.certificate-full-placeholder {
  width: min(100%, 620px);
  aspect-ratio: 520 / 740;
  display: block;
  margin: 0 auto;
  border-radius: 0;
  background: var(--sun-cream);
}

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

.product-tabs-gallery a {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 0;
}

.product-tabs-gallery a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 58px;
  height: 58px;
  border-radius: 0;
  background: var(--sun-yellow);
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 24 24' fill='none' stroke='%23111214' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4.2-4.2'/%3E%3Cpath d='M11 8v6'/%3E%3Cpath d='M8 11h6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transform: translate(-50%, -50%) scale(.9);
  transition: opacity .18s ease, transform .18s ease;
}

.product-tabs-gallery a:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.product-tabs-gallery img {
  width: 100%;
  aspect-ratio: 1 / .72;
  object-fit: cover;
  display: block;
  border-radius: 0;
  transition: filter .18s ease, transform .18s ease;
}

.product-tabs-gallery a:hover img {
  filter: brightness(.92);
  transform: scale(1.025);
}

.related-products-row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

.related-products-row .product-card {
  border: 1px solid rgba(17, 18, 20, .08);
  height: 100%;
}

.related-products-row .product-image {
  aspect-ratio: 1.35 / 1;
  object-fit: contain;
  background: #f2f2f2;
  padding: 18px;
}

.related-products-section h2 {
  color: var(--sun-text);
}

.zoomlion-product-detail {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.zoomlion-product-detail::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 0;
  width: min(1320px, calc(100% - 24px));
  height: 180px;
  background: url("assets/logo_fon.svg") center top / 100% auto no-repeat;
  opacity: .03;
  pointer-events: none;
  transform: translateX(-50%);
}

.zoomlion-product-detail .container {
  position: relative;
  z-index: 1;
}

.zoomlion-product-gallery .product-main-slider {
  background: #f2f2f2;
}

.zoomlion-product-gallery .product-main-slider .carousel-item {
  aspect-ratio: 1.18 / 1;
}

.zoomlion-product-gallery .product-main-slider img {
  object-fit: contain;
  padding: 34px;
}

.zoomlion-product-gallery .product-thumbs button {
  background: #f2f2f2;
}

.zoomlion-product-gallery .product-thumbs img {
  object-fit: contain;
}

.zoomlion-product-info .product-status {
  margin-top: 0;
  margin-bottom: 14px;
}

.zoomlion-product-actions {
  align-items: center;
  background: #f2f2f2;
}

.zoomlion-product-actions strong {
  text-transform: none;
}

.zoomlion-product-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.zoomlion-product-buttons .btn {
  min-width: 150px;
}

.about-section {
  padding: 74px 0 52px;
}

.about-section h2 {
  max-width: 620px;
  margin-bottom: 40px;
  color: var(--sun-text);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.25;
}

.about-section p {
  max-width: 620px;
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 1.55;
}

.clients-section {
  padding: 58px 0 70px;
  background: #f2f2f2;
}

.clients-head {
  margin-bottom: 28px;
}

.clients-head h2 {
  margin: 0;
  color: var(--sun-text);
  font-weight: 400;
}

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

.client-logo {
  min-height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border: 1px solid rgba(17, 18, 20, .08);
  background: #fff;
  color: rgba(17, 18, 20, .72);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  letter-spacing: .02em;
  overflow: hidden;
}

.client-logo span {
  display: block;
}

.client-logo img {
  display: block;
  width: 150px;
  max-width: 84%;
  height: 64px;
  object-fit: contain;
  filter: grayscale(1) brightness(.78) contrast(.85);
  opacity: .68;
  transform: none;
  transition: none;
}

.client-logo:hover img {
  filter: grayscale(1) brightness(.78) contrast(.85);
  opacity: .68;
  transform: none;
}

.client-logo-pregray img,
.client-logo-pregray:hover img {
  filter: none;
  opacity: 1;
}

.client-logo-large img {
  width: 174px;
  max-width: 96%;
  height: 84px;
}

.client-logo-accent {
  background: var(--sun-yellow);
  color: #333640;
}

.about-slider-wrap {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-radius: 0;
}

.about-image-wrap {
  min-height: 390px;
  overflow: hidden;
  border-radius: 0;
}

.about-image-wrap img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  display: block;
  object-fit: cover;
}

.about-slide {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  border: 3px solid #fff;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  transition: left .46s ease, width .46s ease, opacity .28s ease, filter .2s ease;
}

.about-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-slide.is-active {
  left: 0;
  z-index: 3;
  width: calc(100% - 40px);
  cursor: default;
}

.about-slide.is-next {
  left: 20px;
  z-index: 2;
  width: calc(100% - 40px);
}

.about-slide.is-after {
  left: 40px;
  z-index: 1;
  width: calc(100% - 40px);
  opacity: .72;
}

.about-slide:not(.is-active):hover {
  opacity: 1;
  filter: brightness(1.06) contrast(1.03);
}

.about-dots {
  position: absolute;
  z-index: 4;
  left: calc((100% - 40px) / 2);
  bottom: 16px;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.about-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, .72);
  transition: background-color .18s ease, transform .18s ease;
}

.about-dots button.is-active {
  background: var(--sun-yellow);
  transform: scale(1.25);
}

.stats {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.stats > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 132px;
  padding: 22px 20px;
  border-radius: 0;
  background: var(--sun-pale);
}

.stats strong {
  display: block;
  color: var(--sun-text);
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}

.stats span {
  display: block;
  max-width: 190px;
  font-size: 15px;
  line-height: 1.35;
}

.about-hero {
  padding: 42px 0 72px;
  background: linear-gradient(180deg, #fff 0%, var(--sun-cream) 100%);
}

.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1fr);
  gap: 48px;
  align-items: stretch;
}

.about-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 480px;
}

.about-hero-copy h1 {
  position: relative;
  margin: 0 0 28px;
  padding-bottom: 16px;
  color: var(--sun-text);
  font-size: 54px;
  font-weight: 700;
  line-height: 1.04;
  text-transform: uppercase;
}

.about-hero-copy h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 116px;
  height: 5px;
  background: var(--sun-yellow);
}

.about-hero-copy p {
  max-width: 560px;
  margin: 0;
  color: #3f4748;
  font-size: 19px;
  line-height: 1.5;
}

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

.about-hero-media {
  min-height: 480px;
  overflow: hidden;
  background: #f2f2f2;
}

.about-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  display: block;
  object-fit: cover;
}

.about-intro-section,
.about-story-section,
.about-service-section,
.about-team-section,
.about-trust-section {
  padding: 72px 0;
  background: #fff;
}

.about-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 46px;
  align-items: start;
}

.about-intro-lead h2,
.about-service-layout h2,
.about-trust-panel h2 {
  margin: 0 0 24px;
  color: var(--sun-text);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.18;
}

.about-intro-lead p,
.about-service-layout p,
.about-trust-panel p {
  margin: 0;
  color: #3f4748;
  font-size: 17px;
  line-height: 1.66;
}

.about-stat-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.about-stat-grid div {
  min-height: 120px;
  padding: 24px;
  background: var(--sun-pale);
}

.about-stat-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--sun-green);
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

.about-stat-grid span {
  display: block;
  color: var(--sun-text);
  font-size: 16px;
  line-height: 1.35;
}

.about-story-section {
  background: var(--sun-cream);
}

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

.about-story-card {
  min-height: 380px;
  padding: 30px;
  background: #fff;
}

.about-story-card-dark {
  background: #242730;
}

.about-story-card svg {
  width: 38px;
  height: 38px;
  margin-bottom: 26px;
  color: var(--sun-green);
}

.about-story-card-dark svg {
  color: var(--sun-yellow);
}

.about-story-card h2 {
  margin: 0 0 16px;
  color: var(--sun-text);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.18;
}

.about-story-card-dark h2 {
  color: #fff;
}

.about-story-card p {
  margin: 0;
  color: #4e5859;
  font-size: 16px;
  line-height: 1.58;
}

.about-story-card-dark p {
  color: rgba(255, 255, 255, .78);
}

.about-service-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 460px);
  gap: 54px;
  align-items: start;
}

.about-service-layout p + p {
  margin-top: 18px;
}

.about-service-list {
  display: grid;
  gap: 12px;
}

.about-service-list div {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 18px;
  background: var(--sun-pale);
}

.about-service-list svg {
  width: 22px;
  height: 22px;
  color: var(--sun-green);
  flex: 0 0 auto;
}

.about-service-list span {
  color: var(--sun-text);
  font-size: 16px;
  line-height: 1.35;
}

.about-team-section {
  background: var(--sun-cream);
}

.about-team-head {
  display: grid;
  grid-template-columns: minmax(0, 640px) minmax(0, 1fr);
  gap: 0 28px;
  align-items: end;
  margin-bottom: 30px;
}

.about-team-head .hero-kicker {
  grid-column: 1 / -1;
  margin-bottom: 12px;
}

.about-team-head h2 {
  margin: 0;
  color: var(--sun-text);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.18;
}

.about-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.about-team-card {
  min-width: 0;
  background: #fff;
}

.about-team-photo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(164, 206, 78, .2), rgba(242, 242, 242, .96)),
    #f2f2f2;
}

.about-team-photo::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(17, 18, 20, .18);
}

.about-team-photo:has(img)::before {
  content: none;
}

.about-team-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-team-photo span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  min-height: 34px;
  padding: 8px 14px;
  background: #fff;
  color: rgba(17, 18, 20, .56);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.about-team-info {
  padding: 22px;
  border-top: 1px solid rgba(17, 18, 20, .08);
}

.about-team-info h3 {
  margin: 0 0 8px;
  color: var(--sun-text);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
}

.about-team-info p {
  margin: 0;
  color: rgba(17, 18, 20, .62);
  font-size: 15px;
  line-height: 1.35;
}

.about-trust-section {
  padding-top: 0;
}

.about-trust-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, auto);
  gap: 22px 34px;
  align-items: center;
  padding: 38px;
  background: #242730;
}

.about-trust-panel h2 {
  margin-bottom: 0;
  color: #fff;
}

.about-trust-panel p {
  max-width: 760px;
  color: rgba(255, 255, 255, .76);
}

.about-trust-panel .btn {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-width: 210px;
}

.about-v2-hero {
  padding: 42px 0 0;
  background: #fff;
}

.about-v2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(520px, 1.22fr);
  gap: 44px;
  align-items: stretch;
}

.about-v2-copy {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 54px;
}

.about-v2-copy .hero-kicker,
.about-v2-rows .hero-kicker,
.about-v2-section-head .hero-kicker,
.about-v3-hero .hero-kicker,
.about-v3-process-head .hero-kicker,
.about-v3-team-head .hero-kicker {
  color: var(--sun-green);
}

.about-v2-copy h1 {
  margin: 0 0 22px;
  color: var(--sun-deep);
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
}

.about-v2-copy p {
  max-width: 560px;
  margin: 0 0 30px;
  color: rgba(17, 18, 20, .72);
  font-size: 19px;
  line-height: 1.5;
}

.about-v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.about-v2-hero-media {
  min-height: 520px;
  overflow: hidden;
  background: #f2f2f2;
}

.about-v2-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-v2-facts {
  background: #333640;
}

.about-v2-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-v2-facts-grid div {
  min-height: 138px;
  padding: 28px 26px;
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.about-v2-facts-grid div:first-child {
  border-left: 0;
}

.about-v2-facts-grid strong {
  display: block;
  margin-bottom: 20px;
  color: var(--sun-yellow);
  font-size: 15px;
  font-weight: 700;
}

.about-v2-facts-grid span {
  display: block;
  max-width: 190px;
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
}

.about-v2-rows {
  padding: 78px 0;
  background: #fff;
}

.about-v2-row {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr);
  gap: 48px;
  align-items: center;
  padding: 42px 0;
  border-top: 1px solid rgba(17, 18, 20, .1);
}

.about-v2-row:first-child {
  padding-top: 0;
  border-top: 0;
}

.about-v2-row-reverse div {
  order: 2;
}

.about-v2-row h2,
.about-v2-section-head h2 {
  margin: 0 0 22px;
  color: var(--sun-deep);
  font-size: 38px;
  font-weight: 500;
  line-height: 1.14;
}

.about-v2-row p {
  max-width: 560px;
  margin: 0;
  color: rgba(17, 18, 20, .7);
  font-size: 18px;
  line-height: 1.58;
}

.about-v2-row img {
  width: 100%;
  height: 360px;
  display: block;
  object-fit: cover;
  background: #f2f2f2;
}

.about-v2-team {
  padding: 72px 0;
  background: #f2f2f2;
}

.about-v2-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.about-v2-collage {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(3, 1fr);
  aspect-ratio: 5 / 3;
  gap: 18px;
  overflow: hidden;
  background: #f2f2f2;
}

.about-v2-person,
.about-v2-team-stat {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.about-v2-person {
  background: #f2f2f2;
}

.about-v2-person img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(1);
  transition: filter .22s ease, transform .22s ease;
}

.about-v2-person:hover img,
.about-v2-person:focus-within img {
  filter: grayscale(.5);
}

.about-v2-person-1 img {
  object-position: center top;
}

.about-v2-person-4 img,
.about-v2-person-5 img,
.about-v2-person-6 img,
.about-v2-person-7 img,
.about-v2-person-8 img {
  object-position: center 18%;
}

.about-v2-person div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 17px 20px;
  background: rgba(255, 255, 255, .86);
  backdrop-filter: blur(8px);
  color: #333640;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .22s ease, transform .22s ease;
}

.about-v2-person:hover div,
.about-v2-person:focus-within div {
  opacity: 1;
  transform: translateY(0);
}

.about-v2-person h3 {
  margin: 0 0 6px;
  color: #333640;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.15;
}

.about-v2-person p {
  margin: 0;
  color: rgba(17, 18, 20, .64);
  font-size: 13px;
  line-height: 1.3;
}

.about-v2-team-stat {
  grid-column: 3 / span 2;
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  background: var(--sun-yellow);
  color: #333640;
}

.about-v2-team-stat strong {
  display: block;
  color: #333640;
  font-size: 122px;
  font-weight: 700;
  line-height: .82;
}

.about-v2-team-stat span {
  display: block;
  max-width: 300px;
  color: #333640;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.18;
}

.about-v2-person-1 {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

.about-v2-person-2 {
  grid-column: 5;
  grid-row: 1;
}

.about-v2-person-3 {
  grid-column: 5;
  grid-row: 2;
}

.about-v2-person-4 {
  grid-column: 1;
  grid-row: 3;
}

.about-v2-person-5 {
  grid-column: 2;
  grid-row: 3;
}

.about-v2-person-6 {
  grid-column: 3;
  grid-row: 3;
}

.about-v2-person-7 {
  grid-column: 4;
  grid-row: 3;
}

.about-v2-person-8 {
  grid-column: 5;
  grid-row: 3;
}

.about-v2-cta {
  padding: 56px 0 72px;
  background: #fff;
}

.about-v2-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, auto);
  gap: 20px 36px;
  align-items: end;
  padding: 44px;
  background: #333640;
}

.about-v2-cta-panel h2 {
  margin: 0;
  color: #fff;
  font-size: 34px;
}

.about-v2-cta-panel p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
}

.about-v2-cta-panel .btn {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.about-v3-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: end;
  overflow: hidden;
  background: #111;
}

.about-v3-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-v3-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 18, 20, .86) 0%, rgba(17, 18, 20, .62) 45%, rgba(17, 18, 20, .12) 100%);
}

.about-v3-hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 42px;
  padding-bottom: 74px;
}

.about-v3-hero .breadcrumbs,
.about-v3-hero .breadcrumbs a {
  color: rgba(255, 255, 255, .74);
}

.about-v3-hero h1 {
  max-width: 780px;
  margin: 0 0 24px;
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: .96;
}

.about-v3-hero p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 21px;
  line-height: 1.45;
}

.about-v3-statement {
  padding: 70px 0;
  background: #fff;
}

.about-v3-statement-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  gap: 54px;
  align-items: start;
}

.about-v3-statement h2 {
  margin: 0;
  color: var(--sun-deep);
  font-size: 46px;
  font-weight: 500;
  line-height: 1.08;
}

.about-v3-statement p {
  margin: 8px 0 0;
  color: rgba(17, 18, 20, .72);
  font-size: 20px;
  line-height: 1.55;
}

.about-v3-panels {
  padding: 0 0 78px;
  background: #fff;
}

.about-v3-panel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(220px, auto);
  gap: 18px;
}

.about-v3-panel {
  min-height: 260px;
  padding: 28px;
  background: #f2f2f2;
}

.about-v3-panel-large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: var(--sun-cream);
}

.about-v3-panel-dark {
  background: #333640;
}

.about-v3-panel span {
  display: block;
  margin-bottom: 22px;
  color: var(--sun-green);
  font-size: 15px;
  font-weight: 700;
}

.about-v3-panel-dark span {
  color: var(--sun-yellow);
}

.about-v3-panel h2 {
  margin: 0 0 16px;
  color: var(--sun-deep);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.15;
}

.about-v3-panel-dark h2 {
  color: #fff;
}

.about-v3-panel p {
  margin: 0;
  color: rgba(17, 18, 20, .7);
  font-size: 17px;
  line-height: 1.5;
}

.about-v3-panel-dark p {
  color: rgba(255, 255, 255, .74);
}

.about-v2-panels .about-v2-panel-testdrive {
  background: #dce8e6;
  border: 0;
}

.about-v2-panels .about-v2-panel-warehouse {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(17, 18, 20, .28) 0%, rgba(17, 18, 20, .78) 100%),
    url("assets/comp_zoomlion.png") center / cover no-repeat;
}

.about-v2-panels .about-v2-panel-warehouse span {
  color: var(--sun-yellow);
}

.about-v2-panels .about-v2-panel-warehouse h2 {
  color: #fff;
}

.about-v2-panels .about-v2-panel-warehouse p {
  color: rgba(255, 255, 255, .82);
}

.about-v2-panels .about-v2-panel-area {
  background: var(--sun-cream);
}

.about-v2-panels .about-v2-panel-spares {
  background: #e5e4dc;
}

.about-v2-panels .about-v2-panel-testdrive span {
  color: var(--sun-green);
}

.about-v3-panel-image {
  padding: 0;
  overflow: hidden;
  background: #f2f2f2;
}

.about-v3-panel-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-v3-process {
  padding: 72px 0;
  background: #f2f2f2;
}

.about-v3-process-head {
  max-width: 720px;
  margin-bottom: 34px;
}

.about-v3-process-head h2,
.about-v3-team-head h2,
.about-v3-final h2 {
  margin: 0;
  color: var(--sun-deep);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.12;
}

.about-v3-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(17, 18, 20, .12);
  border-left: 1px solid rgba(17, 18, 20, .12);
}

.about-v3-process-grid div {
  min-height: 170px;
  padding: 26px;
  border-right: 1px solid rgba(17, 18, 20, .12);
  border-bottom: 1px solid rgba(17, 18, 20, .12);
  background: #fff;
}

.about-v3-process-grid strong {
  display: block;
  margin-bottom: 18px;
  color: var(--sun-text);
  font-size: 22px;
  font-weight: 500;
}

.about-v3-process-grid span {
  color: rgba(17, 18, 20, .68);
  font-size: 16px;
  line-height: 1.45;
}

.about-v3-team {
  padding: 78px 0;
  background: #333640;
}

.about-v3-team-head {
  max-width: 760px;
  margin-bottom: 36px;
}

.about-v3-team-head h2 {
  color: #fff;
}

.about-v3-team-grid {
  grid-template-columns: repeat(8, minmax(160px, 1fr));
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: thin;
}

.about-v3-team-grid .about-team-card {
  min-width: 190px;
  background: #fff;
}

.about-v3-team-grid .about-team-photo {
  aspect-ratio: 3 / 4.2;
}

.about-v3-team-grid .about-team-info {
  position: relative;
  min-height: 132px;
  padding: 18px 18px 20px;
  border-top: 4px solid var(--sun-yellow);
}

.about-v3-team-grid .about-team-info h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.15;
}

.about-v3-team-grid .about-team-info p {
  color: rgba(17, 18, 20, .7);
  font-size: 14px;
  line-height: 1.35;
}

.about-v3-final {
  padding: 70px 0;
  background: var(--sun-cream);
}

.about-v3-final .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
}

.about-alt-v2 h2 {
  font-size: 38px;
}

.about-v2-main-about h2 {
  margin-bottom: 22px;
}

.about-v2-main-about .about-image-wrap {
  position: relative;
}

.about-v2-photo-actions {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: flex;
  gap: 10px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .22s ease, transform .22s ease;
}

.about-v2-main-about .about-v2-photo-actions {
  display: none;
}

.about-v2-main-about .about-image-wrap:hover .about-v2-photo-actions,
.about-v2-main-about .about-image-wrap:focus-within .about-v2-photo-actions {
  opacity: 1;
  transform: translateY(0);
}

.about-v2-photo-actions a {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #333640;
  color: var(--sun-yellow);
}

.about-v2-photo-actions a:hover,
.about-v2-photo-actions a:focus {
  background: var(--sun-yellow);
  color: #333640;
}

.about-v2-photo-actions svg {
  width: 21px;
  height: 21px;
}

.about-alt-v2 .about-v3-statement p {
  font-size: 17px;
}

.events-section {
  padding: 24px 0 86px;
}

.events-section .container {
  position: relative;
  padding-top: 40px;
}

.events-section .container::before {
  content: none;
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 3px;
  background: var(--sun-cream);
}

.event-image {
  width: 100%;
  aspect-ratio: 1.85 / 1;
  border-radius: 0;
  clip-path: inset(0);
  margin-bottom: 26px;
  overflow: hidden;
}

.event-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
  transition: transform .28s ease;
}

.event-card:hover img {
  transform: scale(1.09);
}

.event-card time {
  display: block;
  color: var(--sun-muted);
  font-size: 15px;
  margin-bottom: 6px;
}

.event-card h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.32;
}

.event-card h3 a {
  color: inherit;
  text-decoration: none;
}

.event-card h3 a:hover {
  color: var(--sun-deep);
  text-decoration: none;
}

.news-article { padding: 64px 0 88px; }
.news-article-inner { max-width: 920px; margin: 0 auto; }
.news-breadcrumbs { display: flex; align-items: center; gap: 8px; margin-bottom: 28px; color: #6f7673; font-size: 14px; white-space: nowrap; }
.news-breadcrumbs a { color: var(--zoomlion-green, #007a4d); text-decoration: none; }
.news-article time { display: block; margin-bottom: 14px; color: #6f7673; }
.news-article .news-article-date { margin: 32px 0 0; font-size: 14px; }
.news-article h1 { max-width: 850px; margin-bottom: 32px; font-size: clamp(34px, 5vw, 56px); line-height: 1.08; }
.news-article-image { display: flex; align-items: center; justify-content: center; min-height: 420px; margin-bottom: 40px; padding: 32px; overflow: hidden; border-radius: 24px; background: #f3f5f4; }
.news-article-image img { width: 100%; max-width: 760px; max-height: 480px; object-fit: contain; }
.news-article-content { max-width: 780px; font-size: 18px; line-height: 1.75; }
.news-article-content p { margin-bottom: 22px; }
.news-article-lead { font-size: 22px; font-weight: 500; line-height: 1.55; }
.news-article-action { margin-top: 34px; margin-bottom: 32px; }

@media (max-width: 767.98px) {
  .news-article { padding: 40px 0 64px; }
  .news-article-image { min-height: 260px; padding: 20px; border-radius: 18px; }
  .news-article-content, .news-article-lead { font-size: 17px; }
}

.contacts-hero {
  position: relative;
  overflow: hidden;
  padding: 42px 0 58px;
  background: #333640;
}

.contacts-hero-light {
  background: #242832;
}

.contacts-hero .container {
  position: relative;
  z-index: 1;
}

.contacts-breadcrumbs {
  color: rgba(255, 255, 255, .58);
}

.contacts-breadcrumbs a {
  color: #fff;
}

.contacts-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 48px;
  align-items: end;
}

.contacts-hero-simple {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  align-items: end;
}

.contacts-hero-copy {
  max-width: 690px;
}

.contacts-hero-copy .hero-kicker {
  color: rgba(255, 255, 255, .66);
}

.contacts-hero-copy h1 {
  position: relative;
  margin: 0;
  padding-bottom: 18px;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
}

.contacts-hero-copy h1::after {
  content: none;
}

.contacts-hero-copy p {
  max-width: 560px;
  margin: 0;
  color: #3f4748;
  font-size: 18px;
  line-height: 1.45;
}

.contacts-hero-note {
  position: relative;
  z-index: 2;
  margin: 0 0 4px;
  padding-left: 0;
  border-left: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  line-height: 1.42;
}

.contacts-hero-art {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 50vw;
  pointer-events: none;
}

.contacts-hero-art-panel,
.contacts-hero-art-block {
  position: absolute;
  display: block;
}

.contacts-hero-art-panel {
  top: 0;
  right: 0;
  bottom: 0;
  width: 86%;
  background: rgba(48, 62, 45, .7);
}

.contacts-hero-art-block {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 48%;
  background: rgba(164, 206, 78, .22);
}

.contacts-hero-light .contacts-hero-art {
  right: auto;
  left: 50%;
  width: min(1320px, calc(100% - 24px));
  background: url("assets/logo_fon.svg") center center / 100% auto no-repeat;
  opacity: .58;
  transform: translateX(-50%);
}

.contacts-hero-light .contacts-hero-art-panel,
.contacts-hero-light .contacts-hero-art-block {
  display: none;
}

.contacts-hero-panel {
  padding: 28px;
  background: rgba(255, 255, 255, .94);
}

.contacts-hero-panel span {
  display: block;
  margin-bottom: 8px;
  color: rgba(17, 18, 20, .58);
  font-size: 14px;
}

.contacts-hero-panel a {
  display: block;
  margin-bottom: 14px;
  color: var(--sun-text);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
}

.contacts-hero-panel strong {
  display: block;
  margin-bottom: 14px;
  color: var(--sun-text);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.12;
}

.contacts-hero-panel p {
  margin: 0;
  color: rgba(17, 18, 20, .72);
  font-size: 15px;
  line-height: 1.45;
}

.contacts-section {
  padding: 70px 0;
  background: #fff;
}

.contacts-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 34px;
  align-items: start;
}

.contacts-main {
  min-width: 0;
}

.contacts-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.contact-info-card {
  min-height: 220px;
  padding: 26px;
  background: var(--sun-cream);
}

.contact-info-card svg {
  width: 34px;
  height: 34px;
  margin-bottom: 26px;
  color: var(--sun-green);
}

.contact-info-card span {
  display: block;
  margin-bottom: 6px;
  color: rgba(17, 18, 20, .56);
  font-size: 13px;
  line-height: 1.2;
}

.contact-info-card a,
.contact-info-card strong {
  display: block;
  margin-bottom: 14px;
  color: var(--sun-text);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.22;
}

.contact-info-card p {
  max-width: 300px;
  margin: 0;
  color: rgba(17, 18, 20, .72);
  font-size: 15px;
  line-height: 1.42;
}

.contacts-map {
  min-height: 430px;
  background: var(--sun-pale);
  overflow: hidden;
}

.contacts-map iframe {
  width: 100%;
  height: 430px;
  display: block;
  border: 0;
  filter: grayscale(.08);
}

.contacts-request {
  position: sticky;
  top: 24px;
  padding: 30px;
  background: #f2f2f2;
}

.contacts-request h2 {
  margin-bottom: 14px;
  font-size: 30px;
  font-weight: 400;
}

.contacts-request > p {
  margin: 0 0 22px;
  color: rgba(17, 18, 20, .72);
  font-size: 16px;
  line-height: 1.45;
}

.contacts-route {
  padding: 0 0 76px;
  background: #fff;
}

.contacts-route-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 38px 42px;
  background: var(--sun-cream);
}

.contacts-route h2 {
  margin-bottom: 10px;
  font-weight: 400;
}

.contacts-route p {
  max-width: 690px;
  margin: 0;
  color: rgba(17, 18, 20, .72);
  font-size: 17px;
  line-height: 1.45;
}

.catalog-landing-hero {
  padding: 42px 0 72px;
  background: linear-gradient(90deg, rgba(37, 40, 50, .92) 0%, rgba(37, 40, 50, .74) 52%, rgba(37, 40, 50, .18) 100%), url("assets/hero-products.png") center / cover no-repeat;
}

.catalog-dark-breadcrumbs {
  color: rgba(255, 255, 255, .64);
}

.catalog-dark-breadcrumbs a {
  color: #fff;
}

.catalog-landing-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  gap: 48px;
  align-items: end;
}

.catalog-landing-head h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
}

.catalog-landing-head p {
  margin: 0 0 4px;
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
  line-height: 1.42;
}

.catalog-page-head > p,
.catalog-landing-head p,
.contacts-hero-note {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.catalog-cubes-section {
  padding: 70px 0 46px;
  background: #fff;
}

.catalog-cubes-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.catalog-cube {
  position: relative;
  min-height: 340px;
  grid-column: span 2;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  padding: 30px;
  background: var(--sun-cream);
  color: var(--sun-text);
  transition: transform .22s ease, filter .22s ease;
}

.catalog-cube:hover,
.catalog-cube:focus {
  color: var(--sun-text);
  filter: brightness(.98);
  transform: translateY(-5px);
}

.catalog-cube-wide {
  min-height: 390px;
  grid-column: span 3;
}

.catalog-cube-dark {
  background: #333640;
  color: #fff;
}

.catalog-cube-dark:hover,
.catalog-cube-dark:focus {
  color: #fff;
}

.catalog-cube-muted {
  background: #f2f2f2;
}

.catalog-cube-copy {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 360px;
}

.catalog-cube-kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--sun-green);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.catalog-cube-dark .catalog-cube-kicker {
  color: var(--sun-yellow);
}

.catalog-cube strong {
  display: block;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.05;
}

.catalog-cube-copy > span:last-child {
  display: block;
  color: rgba(17, 18, 20, .72);
  font-size: 16px;
  line-height: 1.38;
}

.catalog-cube-dark .catalog-cube-copy > span:last-child {
  color: rgba(255, 255, 255, .76);
}

.catalog-cube img {
  position: absolute;
  right: -30px;
  bottom: 10px;
  z-index: 1;
  width: min(64%, 410px);
  max-height: 82%;
  object-fit: contain;
  transition: transform .28s ease;
}

.catalog-cube-loader img {
  right: -18px;
  bottom: 8px;
  width: min(66%, 430px);
}

.catalog-cube-excavator img {
  right: -18px;
  bottom: 10px;
  width: min(64%, 420px);
}

.catalog-cube:hover img,
.catalog-cube:focus img {
  transform: scale(1.04);
}

.catalog-cube:not(.catalog-cube-wide) img {
  right: -42px;
  bottom: 24px;
  width: min(58%, 260px);
  opacity: .96;
}

.catalog-help-section {
  padding: 0 0 76px;
  background: #fff;
}

.catalog-help-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 38px 42px;
  background: #f2f2f2;
}

.catalog-help-inner h2 {
  margin-bottom: 10px;
  font-weight: 400;
}

.catalog-help-inner p {
  max-width: 700px;
  margin: 0;
  color: rgba(17, 18, 20, .72);
  font-size: 17px;
  line-height: 1.45;
}

.machine-category-section {
  padding: 54px 0 78px;
  background: #fff;
}

.machine-category-layout {
  display: grid;
  gap: 34px;
}

.machine-sidebar {
  display: grid;
  gap: 18px;
}

.machine-side-cta {
  display: grid;
  gap: 14px;
  padding: 24px;
  background: #333640;
  color: #fff;
}

.machine-side-cta svg {
  width: 34px;
  height: 34px;
  color: var(--sun-yellow);
}

.machine-side-cta strong {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.18;
}

.machine-side-cta span {
  color: rgba(255, 255, 255, .74);
  font-size: 15px;
  line-height: 1.42;
}

.machine-bottom-cta {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  margin-top: 8px;
  padding: 30px 34px;
}

.machine-bottom-cta div {
  display: grid;
  gap: 7px;
}

.machine-bottom-cta .btn {
  min-width: 190px;
}

.machine-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.machine-toolbar > span {
  color: var(--sun-text);
  font-size: 16px;
  line-height: 1.3;
}

.machine-products-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.machine-product-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 100%;
  border: 1px solid rgba(17, 18, 20, .08);
  background: #fff;
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease;
}

.machine-product-card:hover {
  border-color: rgba(111, 159, 45, .3);
  transform: translateY(-4px);
}

.machine-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 330px;
  padding: 34px;
  background: #f2f2f2;
}

.machine-product-image img {
  width: 100%;
  max-height: 285px;
  display: block;
  object-fit: contain;
  transition: transform .22s ease;
}

.machine-product-card:hover .machine-product-image img {
  transform: scale(1.035);
}

.machine-product-body {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.loaders-category .machine-product-body,
.excavators-category .machine-product-body {
  border-top: 1px solid rgba(17, 18, 20, .08);
  background: #f2f2f2;
}

.loaders-category .machine-product-card .product-status,
.excavators-category .machine-product-card .product-status {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  margin: 0;
  padding: 8px 10px;
  border-radius: 999px;
  background: var(--sun-yellow);
  color: #111;
  font-size: 13px;
  font-weight: 700;
}

.loaders-category .machine-product-card .product-status svg,
.excavators-category .machine-product-card .product-status svg {
  width: 15px;
  height: 15px;
}

.machine-product-body h2 {
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.12;
}

.machine-product-body h2 a:hover {
  color: var(--sun-green);
}

.machine-specs {
  display: grid;
  gap: 8px;
  margin: 0 0 24px;
}

.machine-specs div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(17, 18, 20, .08);
}

.machine-specs dt,
.machine-specs dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.25;
}

.machine-specs dt {
  color: rgba(17, 18, 20, .62);
  font-weight: 400;
}

.machine-specs dd {
  color: var(--sun-text);
  font-weight: 500;
  text-align: right;
}

.loaders-category .machine-specs,
.excavators-category .machine-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.loaders-category .machine-specs div,
.excavators-category .machine-specs div {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
  padding: 8px 10px;
  border: 0;
  border-radius: 999px;
  background: #fff;
}

.loaders-category .machine-specs dt,
.loaders-category .machine-specs dd,
.excavators-category .machine-specs dt,
.excavators-category .machine-specs dd {
  font-size: 13px;
  line-height: 1.2;
}

.loaders-category .machine-specs dd,
.excavators-category .machine-specs dd {
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}

.product-status-muted {
  color: #6b727a;
}

.machine-card-actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

.machine-card-actions .btn {
  min-width: 150px;
}

.loaders-category .machine-product-card:hover {
  border-color: rgba(51, 54, 64, .24);
  box-shadow: none;
  transform: none;
}

.loaders-category .machine-product-image {
  height: 330px;
  background: #242730;
}

.loaders-category .machine-product-image img,
.excavators-category .machine-product-image img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
}

.loaders-category .machine-product-image-zs080v,
.loaders-category .machine-product-image-zs085v,
.loaders-category .machine-product-image-zt120v,
.loaders-category .machine-product-image-zs120v-hf,
.loaders-category .machine-product-image-zs120v {
  background: #f2f2f2;
}

.excavators-category .machine-product-card:hover {
  border-color: rgba(111, 159, 45, .3);
  box-shadow: none;
  transform: none;
}

.excavators-category .machine-product-image {
  height: 330px;
  background: #8eb83f;
}

.excavators-category .machine-product-image-ze20g,
.excavators-category .machine-product-image-ze27gu,
.excavators-category .machine-product-image-ze36gu,
.excavators-category .machine-product-image-ze55gu,
.excavators-category .machine-product-image-ze60g {
  background: #f2f2f2;
}

.attachments-category .machine-products-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.machine-category-note {
  margin-top: 34px;
}

.spares-seo-section {
  padding: 0 0 18px;
}

.spares-seo-section .category-seo {
  margin-top: 0;
}

.service-seo-section {
  padding: 0 0 18px;
}

.service-seo-section .category-seo {
  margin-top: 0;
}

.testdrive-hero {
  padding: 42px 0 76px;
  background: linear-gradient(90deg, rgba(37, 40, 50, .9) 0%, rgba(37, 40, 50, .74) 48%, rgba(37, 40, 50, .18) 100%), url("assets/test-drive-hero-1920.png") center / cover no-repeat;
}

.testdrive-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 48px;
  align-items: end;
}

.testdrive-hero-grid-single {
  grid-template-columns: minmax(0, 820px);
}

.testdrive-hero h1 {
  max-width: 760px;
  position: relative;
  margin: 0 0 28px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
}

.testdrive-hero h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 5px;
  background: var(--sun-yellow);
}

.testdrive-hero p {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.45;
}

.testdrive-hero-lead {
  padding-left: 22px;
  border-left: 4px solid var(--sun-yellow);
}

.testdrive-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.testdrive-hero-points span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  line-height: 1.2;
  backdrop-filter: blur(6px);
}

.testdrive-hero-points svg {
  width: 18px;
  height: 18px;
  color: var(--sun-yellow);
  flex: 0 0 auto;
}

.testdrive-hero-card {
  display: grid;
  gap: 14px;
  padding: 28px;
  background: rgba(255, 255, 255, .94);
}

.testdrive-hero-card svg {
  width: 36px;
  height: 36px;
  color: var(--sun-green);
}

.testdrive-hero-card strong {
  color: var(--sun-text);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.16;
}

.testdrive-hero-card span {
  color: rgba(17, 18, 20, .72);
  font-size: 15px;
  line-height: 1.45;
}

.testdrive-hero-split {
  padding: 46px 0 34px;
  background: #fff;
}

.testdrive-split-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  align-items: stretch;
}

.testdrive-split-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 420px;
  padding: 34px 0;
}

.testdrive-split-copy .breadcrumbs {
  margin-bottom: 34px;
}

.testdrive-split-copy .hero-kicker {
  color: var(--sun-green);
}

.testdrive-split-copy h1 {
  max-width: 520px;
  margin: 0 0 24px;
  padding-bottom: 0;
  color: var(--sun-text);
  font-size: 46px;
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
}

.testdrive-split-copy h1::after {
  content: none;
}

.testdrive-split-copy .testdrive-hero-lead {
  max-width: 520px;
  margin: 0 0 28px;
  padding-left: 22px;
  border-left: 4px solid var(--sun-yellow);
  color: #3f4748;
  font-size: 18px;
  line-height: 1.48;
}

.testdrive-split-copy .btn {
  width: fit-content;
  min-width: 170px;
}

.testdrive-split-media {
  min-height: 420px;
  overflow: hidden;
  background: #f2f2f2;
}

.testdrive-split-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: block;
  object-fit: cover;
  object-position: center right;
}

.testdrive-hero-split .testdrive-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.testdrive-hero-split .testdrive-hero-points span {
  min-height: 64px;
  padding: 16px 18px;
  background: var(--sun-cream);
  color: var(--sun-text);
  backdrop-filter: none;
}

.testdrive-hero-split .testdrive-hero-points svg {
  color: var(--sun-green);
}

.testdrive-section {
  padding: 70px 0;
  background: #fff;
}

.testdrive-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 430px);
  gap: 46px;
  align-items: start;
}

.testdrive-content {
  max-width: 820px;
}

.testdrive-content h2 {
  margin-bottom: 28px;
  font-size: 34px;
  font-weight: 400;
}

.testdrive-content p {
  margin: 0 0 20px;
  color: #3f4748;
  font-size: 17px;
  line-height: 1.66;
}

.testdrive-content p:last-child {
  margin-bottom: 0;
}

.leasing-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.leasing-steps div {
  min-height: 190px;
  padding: 24px;
  background: var(--sun-cream);
}

.leasing-steps span {
  display: block;
  margin-bottom: 18px;
  color: var(--sun-green);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
}

.leasing-steps strong {
  display: block;
  margin-bottom: 10px;
  color: var(--sun-text);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.leasing-steps p {
  margin: 0;
  color: rgba(17, 18, 20, .72);
  font-size: 15px;
  line-height: 1.45;
}

.service-subtitle-spaced {
  margin-top: 34px;
}

.leasing-offer-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 32px;
  border: 1px solid rgba(111, 159, 45, .34);
  background: linear-gradient(90deg, rgba(164, 206, 78, .18), rgba(245, 248, 237, .92));
}

.leasing-offer-strip div {
  min-height: 104px;
  padding: 22px 24px;
  border-left: 1px solid rgba(111, 159, 45, .22);
}

.leasing-offer-strip div:first-child {
  border-left: 0;
}

.leasing-offer-strip span {
  display: block;
  margin-bottom: 8px;
  color: rgba(17, 18, 20, .62);
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.leasing-offer-strip strong {
  display: block;
  color: var(--sun-text);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
}

.testdrive-form-card {
  position: sticky;
  top: 24px;
  padding: 30px;
  background: #f2f2f2;
}

.testdrive-form-card h2 {
  margin-bottom: 14px;
  font-size: 30px;
  font-weight: 400;
}

.testdrive-form-card > p {
  margin: 0 0 22px;
  color: rgba(17, 18, 20, .72);
  font-size: 16px;
  line-height: 1.45;
}

.request-form select {
  width: 100%;
  border: 1px solid rgba(51, 54, 64, .24);
  border-radius: 0;
  background: var(--sun-cream);
  padding: 12px 14px;
  color: var(--sun-text);
  font: inherit;
  outline: 0;
  appearance: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.request-form select:focus {
  background: #fff;
  border-color: var(--sun-green);
  box-shadow: 0 0 0 4px rgba(164, 206, 78, .22);
}

.testdrive-form input,
.testdrive-form textarea,
.testdrive-form select,
.testdrive-form input:focus,
.testdrive-form textarea:focus,
.testdrive-form select:focus {
  background: #fff;
}

.testdrive-points-section {
  padding: 0 0 76px;
  background: #fff;
}

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

.testdrive-point {
  min-height: 220px;
  padding: 28px;
  background: var(--sun-cream);
}

.testdrive-point svg {
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
  color: var(--sun-green);
}

.testdrive-point strong {
  display: block;
  margin-bottom: 12px;
  color: var(--sun-text);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.18;
}

.testdrive-point span {
  display: block;
  color: rgba(17, 18, 20, .72);
  font-size: 15px;
  line-height: 1.45;
}

.search-modal .modal-content,
.request-modal .modal-content {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}

.search-modal .modal-body,
.request-modal .modal-body {
  position: relative;
  padding: 44px;
}

.search-modal h2,
.request-modal h2 {
  margin-bottom: 24px;
  color: var(--sun-text);
  font-size: 28px;
  font-weight: 400;
}

.search-close,
.modal-close {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
}

.search-form {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 11px 11px 11px 19px;
  border: 1px solid rgba(51, 54, 64, .18);
  border-radius: 0;
  background: var(--sun-cream);
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.search-form:focus-within {
  border-color: var(--sun-green);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(164, 206, 78, .18);
}

.search-form svg {
  width: 24px;
  height: 24px;
}

.search-form input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
  font-size: 18px;
}

.search-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.search-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 14px;
  border-radius: 0;
  background: var(--sun-pale);
  font-size: 14px;
}

.request-form {
  display: grid;
  gap: 16px;
}

.request-form label {
  display: grid;
  gap: 7px;
  margin: 0;
}

.request-form span {
  color: #53565a;
  font-size: 14px;
}

.request-form input,
.request-form textarea {
  width: 100%;
  border: 1px solid rgba(51, 54, 64, .24);
  border-radius: 0;
  background: var(--sun-cream);
  padding: 12px 14px;
  color: var(--sun-text);
  font: inherit;
  outline: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.request-form textarea {
  resize: vertical;
  min-height: 116px;
}

.request-form input:focus,
.request-form textarea:focus {
  background: #fff;
  border-color: var(--sun-green);
  box-shadow: 0 0 0 4px rgba(164, 206, 78, .22);
}

.form-status {
  min-height: 20px;
  margin: -4px 0 0;
  color: #53565a;
  font-size: .9rem;
  line-height: 1.35;
}

.form-status.is-success {
  color: #2d7d32;
}

.form-status.is-error {
  color: #b3261e;
}

.contacts-request .contacts-form input,
.contacts-request .contacts-form textarea,
.contacts-request .contacts-form input:focus,
.contacts-request .contacts-form textarea:focus {
  background: #fff;
}

.testdrive-form-card .testdrive-form input,
.testdrive-form-card .testdrive-form textarea,
.testdrive-form-card .testdrive-form select,
.testdrive-form-card .testdrive-form input:focus,
.testdrive-form-card .testdrive-form textarea:focus,
.testdrive-form-card .testdrive-form select:focus {
  background: #fff;
}

.testdrive-form-card .testdrive-form textarea {
  min-height: 88px;
}

.spares-section {
  background: #fff;
}

.spares-layout {
  grid-template-columns: minmax(0, .92fr) minmax(380px, 520px);
  align-items: stretch;
}

.spares-content {
  display: flex;
  flex-direction: column;
}

.spares-helper-panel {
  flex: 1;
  margin-top: 24px;
  padding: 28px;
  border: 1px solid rgba(164, 206, 78, .32);
  background: linear-gradient(180deg, #fff 0%, var(--sun-cream) 100%);
}

.spares-helper-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-bottom: 18px;
}

.spares-helper-head svg {
  width: 30px;
  height: 30px;
  color: var(--sun-green);
}

.spares-helper-head h3 {
  margin: 0 0 8px;
  color: var(--sun-text);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.spares-helper-head p {
  margin: 0;
  color: #596465;
  font-size: 15px;
  line-height: 1.45;
}

.spares-helper-text {
  margin: 0 0 18px;
  color: #3f4748;
  font-size: 16px;
  line-height: 1.58;
}

.spares-helper-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.spares-helper-list span {
  position: relative;
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 12px 14px 12px 34px;
  background: #fff;
  color: var(--sun-text);
  font-size: 15px;
  line-height: 1.32;
}

.spares-helper-list span::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 8px;
  height: 8px;
  background: var(--sun-yellow);
  transform: translateY(-50%);
}

.spares-helper-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  margin-top: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(111, 159, 45, .18);
  color: #596465;
  font-size: 15px;
  line-height: 1.45;
}

.spares-helper-note svg {
  width: 22px;
  height: 22px;
  color: var(--sun-green);
}

.spares-helper-footer {
  margin-top: 18px;
  padding: 18px;
  background: #fff;
}

.spares-helper-footer strong {
  display: block;
  margin-bottom: 6px;
  color: var(--sun-text);
  font-size: 17px;
  font-weight: 500;
}

.spares-helper-footer span {
  display: block;
  color: #596465;
  font-size: 15px;
  line-height: 1.45;
}

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

.spares-file-field input[type="file"] {
  padding: 12px;
  background: rgba(255, 255, 255, .68);
  cursor: pointer;
}

.spares-file-field input[type="file"]::file-selector-button {
  margin-right: 12px;
  padding: 9px 14px;
  border: 0;
  background: var(--sun-yellow);
  color: var(--sun-text);
  font: inherit;
  cursor: pointer;
}

.media-section {
  padding: 70px 0 78px;
  background: #fff;
}

.media-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 28px;
  align-items: end;
  margin-bottom: 34px;
}

.media-head .hero-kicker {
  grid-column: 1 / -1;
  margin-bottom: 0;
  color: var(--sun-green);
}

.media-head h2 {
  margin: 0;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.media-card {
  min-width: 0;
  background: #f2f2f2;
}

.media-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
}

.media-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.media-play {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  border: 0;
  background: #111;
  cursor: pointer;
}

.media-play img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: brightness(.78);
  transition: filter .18s ease, transform .18s ease;
}

.media-play:hover img,
.media-play:focus img {
  filter: brightness(.9);
  transform: scale(1.02);
}

.media-play span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--sun-yellow);
  color: #333640;
  transform: translate(-50%, -50%);
}

.media-play svg {
  width: 28px;
  height: 28px;
  margin-left: 3px;
  fill: currentColor;
}

.media-card-body {
  padding: 20px 22px 22px;
}

.media-card-body span {
  display: block;
  margin-top: 10px;
  color: rgba(17, 18, 20, .52);
  font-size: 13px;
  line-height: 1.2;
}

.media-card-body h3 {
  margin: 0;
  color: var(--sun-text);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}

.site-footer {
  padding: 58px 0 28px;
  background: #f2f2f2;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(230px, .85fr) minmax(420px, 1.35fr) minmax(360px, .9fr);
  gap: 54px;
  align-items: start;
}

.footer-logo {
  width: 138px;
  display: block;
  margin-bottom: 26px;
}

.footer-brand p {
  max-width: 320px;
  margin: 0;
  color: rgba(17, 18, 20, .72);
  font-size: 15px;
  line-height: 1.5;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.site-footer h4 {
  margin: 0 0 19px;
  font-size: 17px;
  font-weight: 400;
}

.site-footer a {
  display: block;
  width: fit-content;
  margin-bottom: 9px;
  font-size: 15px;
  line-height: 1.35;
  transition: color .18s ease;
}

.site-footer a:hover {
  color: var(--sun-deep);
}

.footer-contact-card {
  padding: 28px;
  border-radius: 0;
  background: #e3e5e1;
}

.footer-phone-row {
  display: grid;
  gap: 18px;
  margin-bottom: 26px;
}

.footer-phone-row span {
  display: block;
  margin-bottom: 4px;
  color: rgba(17, 18, 20, .58);
  font-size: 13px;
}

.footer-phone-row a {
  display: block;
  width: fit-content;
  margin: 0;
  color: var(--sun-text);
  font-size: 18px;
  font-weight: 400;
}

.footer-address {
  font-size: 18px;
  line-height: 1.3;
}

.footer-address span {
  display: block;
  margin-bottom: 4px;
  color: rgba(17, 18, 20, .58);
  font-size: 13px;
}

.footer-address strong {
  display: block;
  color: var(--sun-text);
  font-size: 18px;
  font-weight: 400;
}

.footer-request {
  width: 100%;
  margin-top: 26px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 52px;
  padding-top: 24px;
  border-top: 1px solid rgba(17, 18, 20, .1);
  color: rgba(17, 18, 20, .62);
  font-size: 14px;
}

.footer-bottom a {
  margin: 0;
  color: inherit;
  font-size: inherit;
}

@media (min-width: 992px) {
  .navbar .dropdown-menu.show-lg {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
  }

  .navbar .dropdown:hover > .dropdown-menu.show-lg,
  .navbar .dropdown:focus-within > .dropdown-menu.show-lg {
    display: block;
  }
}

@media (max-width: 1399.98px) {
  .header-top {
    grid-template-columns: 190px 1fr 1fr;
  }

  .header-actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
    padding-bottom: 22px;
  }

  .navbar-nav {
    gap: 22px;
  }

  .nav-strip .nav-link,
  .catalog-search {
    font-size: 15px;
  }

  .category-card {
    font-size: 24px;
  }

  .hero-visual img {
    right: -120px;
    width: min(580px, 47.04vw);
  }
}

@media (max-width: 991.98px) {
  .header-top {
    min-height: auto;
    grid-template-columns: minmax(120px, 160px) minmax(0, 1fr) auto;
    gap: 12px 18px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .header-address,
  .header-phones {
    font-size: 15px;
    line-height: 1.3;
  }

  .header-phones {
    justify-self: end;
    text-align: right;
  }

  .header-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    justify-self: end;
    width: 42px;
    height: 42px;
    padding: 4px 8px;
    border: 0;
    border-radius: 0;
    background: #f2f2f2;
    box-shadow: none;
  }

  .header-actions {
    display: none;
  }

  .nav-strip {
    min-height: auto;
    padding: 0;
    background: transparent;
  }

  .navbar-collapse {
    position: fixed;
    inset: 0;
    z-index: 1050;
    width: 100vw;
    max-width: none;
    flex-basis: auto;
    min-height: 100vh;
    padding: 18px 20px 24px;
    background: #f2f2f2;
    overflow-y: auto;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 26px;
  }

  .mobile-menu-head img {
    width: 142px;
    display: block;
  }

  .mobile-menu-close {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: var(--sun-text);
  }

  .mobile-menu-close svg {
    width: 24px;
    height: 24px;
  }

  .navbar-nav {
    gap: 0;
    width: 100%;
  }

  .nav-strip .nav-link {
    padding: 12px 0;
    border-bottom: 1px solid rgba(17, 18, 20, .1);
    font-size: 18px;
    font-weight: 500;
  }

  .nav-strip .nav-link::before {
    content: none;
  }

  .catalog-menu {
    width: 100%;
    margin: 0 0 8px;
    padding: 8px 0;
    border-top: 0;
    background: #fff;
  }

  .catalog-menu.show-lg,
  .catalog-menu.show-lg:not(.show) {
    display: block;
    position: static;
  }

  .catalog-menu .dropdown-item {
    padding: 9px 16px;
    font-size: 15px;
  }

  .nav-tools {
    align-self: auto;
    justify-content: space-between;
    width: 100%;
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid rgba(17, 18, 20, .1);
  }

  .header-social-link {
    height: 38px;
    background: #fff;
  }

  .catalog-search-icon {
    width: 38px;
    min-width: 38px;
    height: 38px;
    background: #fff;
  }

  .mobile-menu-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    margin: auto 0 0;
    padding-top: 24px;
  }

  .mobile-menu-actions .btn {
    width: 100%;
    min-height: 46px;
    padding: 12px 14px;
    font-size: 14px;
  }

  .catalog-search {
    padding: 12px 0;
  }

  .hero-slider {
    height: 340px;
  }

  .hero-composed-inner {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 520px;
    margin-left: 0;
  }

  .hero-kicker {
    margin-bottom: 16px;
    font-size: 13px;
  }

  .hero-copy h1 {
    margin-bottom: 14px;
    font-size: 38px;
  }

  .hero-copy p {
    max-width: 360px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .hero-points {
    max-width: 470px;
  }

  .hero-points div {
    padding: 0 10px;
  }

  .hero-points svg {
    width: 28px;
    height: 28px;
    margin-bottom: 8px;
  }

  .hero-points span {
    font-size: 10px;
  }

  .hero-visual {
    position: absolute;
    inset: 0;
    opacity: .42;
  }

  .hero-visual img {
    right: -160px;
    bottom: auto;
    width: 538px;
  }

  .benefits,
  .tinted-section,
  .about-section,
  .events-section,
  .contacts-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .benefits .col:not(:last-child)::after {
    display: none;
  }

  .categories {
    padding: 60px 0;
  }

  .category-grid {
    grid-template-columns: 1fr;
  }

  .catalog-page-head,
  .catalog-layout,
  .product-detail-layout,
  .contacts-hero-grid,
  .clients-head,
  .about-hero-grid,
  .about-intro-layout,
  .about-service-layout,
  .about-v2-hero-grid,
  .about-v2-row,
  .about-v3-statement-grid,
  .contacts-layout,
  .catalog-landing-head,
  .machine-category-layout,
  .testdrive-hero-grid,
  .testdrive-layout {
    grid-template-columns: 1fr;
  }

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

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

  .catalog-cube,
  .catalog-cube-wide {
    grid-column: span 1;
    min-height: 320px;
  }

  .catalog-cube strong {
    font-size: 28px;
  }

  .catalog-cube img,
  .catalog-cube:not(.catalog-cube-wide) img {
    right: -36px;
    width: min(62%, 320px);
  }

  .machine-products-grid {
    grid-template-columns: 1fr;
  }

  .attachments-category .machine-products-grid {
    grid-template-columns: 1fr;
  }

  .machine-product-body h2 {
    font-size: 26px;
  }

  .machine-bottom-cta {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .machine-bottom-cta .btn {
    grid-column: 1 / -1;
    width: 100%;
  }

  .testdrive-form-card {
    position: static;
  }

  .testdrive-points-grid {
    grid-template-columns: 1fr;
  }

  .about-team-head {
    grid-template-columns: 1fr;
  }

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

  .about-v2-copy {
    min-height: auto;
    padding-bottom: 0;
  }

  .about-v2-hero-media {
    min-height: 380px;
  }

  .about-v2-facts-grid,
  .about-v3-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-v2-collage {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    aspect-ratio: 4 / 3;
  }

  .about-v2-team-stat {
    grid-column: span 2;
  }

  .about-v2-row-reverse div {
    order: 0;
  }

  .about-v3-panel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-v3-hero h1 {
    font-size: 52px;
  }

  .about-v3-final .container,
  .about-v2-cta-panel {
    grid-template-columns: 1fr;
  }

  .about-v2-cta-panel .btn {
    grid-column: auto;
    grid-row: auto;
    width: fit-content;
  }

  .spares-layout,
  .spares-form-grid,
  .spares-helper-list {
    grid-template-columns: 1fr;
  }

  .leasing-steps {
    grid-template-columns: 1fr;
  }

  .media-head,
  .media-grid {
    grid-template-columns: 1fr;
  }

  .media-head .btn {
    width: fit-content;
  }

  .leasing-offer-strip {
    grid-template-columns: 1fr;
  }

  .leasing-offer-strip div {
    min-height: 0;
    border-top: 1px solid rgba(111, 159, 45, .22);
    border-left: 0;
  }

  .leasing-offer-strip div:first-child {
    border-top: 0;
  }

  .testdrive-split-grid {
    grid-template-columns: 1fr;
  }

  .testdrive-split-copy {
    min-height: 0;
    padding-bottom: 0;
  }

  .testdrive-split-media,
  .testdrive-split-media img {
    min-height: 340px;
  }

  .testdrive-hero-split .testdrive-hero-points {
    grid-template-columns: 1fr;
  }

  .contacts-hero {
    padding-bottom: 54px;
  }

  .about-hero {
    padding: 34px 0 54px;
  }

  .about-hero-copy {
    min-height: auto;
  }

  .about-hero-copy h1 {
    font-size: 42px;
  }

  .about-v2-copy h1,
  .about-v3-hero h1 {
    font-size: 38px;
  }

  .about-v2-copy p,
  .about-v3-hero p,
  .about-v3-statement p {
    font-size: 16px;
  }

  .about-v2-hero,
  .about-v2-rows,
  .about-v2-team,
  .about-v3-statement,
  .about-v3-process,
  .about-v3-team,
  .about-v3-final {
    padding-top: 46px;
    padding-bottom: 52px;
  }

  .about-v2-facts-grid,
  .about-v3-panel-grid,
  .about-v3-process-grid,
  .about-v2-collage {
    grid-template-columns: 1fr;
    aspect-ratio: auto;
  }

  .about-v2-collage {
    grid-auto-rows: 320px;
  }

  .about-v2-team-stat,
  .about-v2-person-1,
  .about-v2-person-2,
  .about-v2-person-3,
  .about-v2-person-5,
  .about-v2-person-7,
  .about-v2-person-8 {
    grid-column: span 1;
    grid-row: span 1;
  }

  .about-v2-team-stat {
    min-height: 260px;
  }

  .about-v2-team-stat strong {
    font-size: 92px;
  }

  .about-v2-team-stat span {
    font-size: 22px;
  }

  .about-v2-facts-grid div {
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-left: 0;
  }

  .about-v2-facts-grid div:first-child {
    border-top: 0;
  }

  .about-v2-row {
    gap: 24px;
    padding: 32px 0;
  }

  .about-v2-row h2,
  .about-v2-section-head h2,
  .about-v3-statement h2,
  .about-v3-process-head h2,
  .about-v3-team-head h2,
  .about-v3-final h2 {
    font-size: 28px;
  }

  .about-v2-row img,
  .about-v2-hero-media,
  .about-v3-panel-large {
    min-height: 280px;
    height: auto;
  }

  .about-v2-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-v2-cta-panel {
    padding: 28px 22px;
  }

  .about-v2-cta-panel h2 {
    font-size: 28px;
  }

  .about-v3-hero {
    min-height: 460px;
  }

  .about-v3-hero-inner {
    padding-bottom: 44px;
  }

  .about-v3-panel-large {
    grid-column: span 1;
    grid-row: span 1;
  }

  .about-v3-final .btn {
    width: 100%;
  }

  .about-hero-media,
  .about-hero-media img {
    min-height: 360px;
  }

  .about-intro-section,
  .about-story-section,
  .about-service-section,
  .about-trust-section {
    padding: 58px 0;
  }

  .about-story-grid {
    grid-template-columns: 1fr;
  }

  .about-story-card {
    min-height: auto;
  }

  .about-trust-panel {
    grid-template-columns: 1fr;
  }

  .about-trust-panel .btn {
    grid-column: auto;
    grid-row: auto;
    width: fit-content;
  }

  .contacts-hero-art {
    width: 52vw;
    opacity: .55;
  }

  .contacts-request {
    position: static;
  }

  .contacts-route-inner {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .category-card,
  .category-wide,
  .category-card:not(.category-wide) {
    grid-column: auto;
  }

  .category-card {
    aspect-ratio: auto;
    min-height: 220px;
    padding: 0 28px 28px;
    font-size: 24px;
  }

  .stats strong {
    font-size: 48px;
  }

  .about-section p {
    font-size: 16px;
  }

  .event-card h3 {
    font-size: 18px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  body {
    font-size: 15px;
  }

  .header-top {
    grid-template-columns: 112px minmax(0, 1fr) 38px;
    gap: 8px 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-contact {
    gap: 8px;
    font-size: 12px;
    line-height: 1.25;
  }

  .header-phones {
    font-size: 13px;
  }

  .header-address {
    display: none;
  }

  .header-phones svg {
    display: none;
  }

  .btn-more {
    width: 100%;
    min-width: 0;
  }

  .header-actions .btn {
    width: auto;
    min-height: 38px;
    padding: 8px 10px;
    font-size: 13px;
  }

  .catalog-page-hero {
    padding: 34px 0 38px;
  }

  .catalog-landing-hero {
    padding: 34px 0 46px;
  }

  .catalog-landing-head {
    gap: 18px;
  }

  .catalog-landing-head h1 {
    font-size: 32px;
  }

  .catalog-landing-head p {
    font-size: 14px;
  }

  .catalog-cubes-section {
    padding: 38px 0 28px;
  }

  .catalog-cubes-grid,
  .catalog-cube,
  .catalog-cube-wide {
    min-height: 280px;
    padding: 24px;
  }

  .catalog-cube-copy {
    max-width: 250px;
  }

  .catalog-cube strong {
    font-size: 25px;
  }

  .catalog-cube-copy > span:last-child {
    font-size: 14px;
  }

  .catalog-cube img,
  .catalog-cube:not(.catalog-cube-wide) img {
    right: -54px;
    bottom: 24px;
    width: min(68%, 260px);
  }

  .catalog-help-section {
    padding-bottom: 56px;
  }

  .catalog-help-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px 22px;
  }

  .machine-category-section {
    padding: 38px 0 56px;
  }

  .machine-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .machine-product-image {
    min-height: 240px;
    padding: 22px;
  }

  .machine-product-image img {
    max-height: 220px;
  }

  .loaders-category .machine-product-image,
  .excavators-category .machine-product-image {
    height: 240px;
  }

  .loaders-category .machine-product-image img,
  .excavators-category .machine-product-image img {
    max-height: none;
  }

  .machine-product-body {
    padding: 24px;
  }

  .machine-product-body h2 {
    font-size: 24px;
  }

  .machine-card-actions {
    flex-direction: column;
  }

  .machine-card-actions .btn {
    width: 100%;
  }

  .machine-bottom-cta {
    grid-template-columns: 1fr;
    padding: 24px 22px;
  }

  .testdrive-hero {
    padding: 34px 0 46px;
  }

  .testdrive-hero-grid {
    gap: 22px;
  }

  .testdrive-hero h1 {
    font-size: 32px;
  }

  .testdrive-hero p {
    font-size: 15px;
  }

  .testdrive-hero-lead {
    padding-left: 15px;
  }

  .testdrive-hero-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .testdrive-hero-card,
  .testdrive-form-card {
    padding: 24px 22px;
  }

  .testdrive-hero-split {
    padding: 34px 0 28px;
  }

  .testdrive-split-copy {
    padding-top: 0;
  }

  .testdrive-split-copy .breadcrumbs {
    margin-bottom: 24px;
  }

  .testdrive-split-copy h1 {
    font-size: 32px;
  }

  .testdrive-split-copy .testdrive-hero-lead {
    padding-left: 15px;
    font-size: 15px;
  }

  .testdrive-split-media,
  .testdrive-split-media img {
    min-height: 250px;
  }

  .testdrive-section {
    padding: 46px 0 52px;
  }

  .media-section {
    padding: 46px 0 56px;
  }

  .media-head {
    margin-bottom: 24px;
  }

  .media-head .btn {
    width: 100%;
  }

  .media-card-body {
    padding: 18px;
  }

  .media-card-body h3 {
    font-size: 18px;
  }

  .testdrive-content h2 {
    font-size: 26px;
  }

  .testdrive-content p {
    font-size: 16px;
    line-height: 1.58;
  }

  .testdrive-points-section {
    padding-bottom: 56px;
  }

  .contacts-hero {
    padding: 34px 0 38px;
  }

  .contacts-hero-art {
    display: none;
  }

  .contacts-hero-copy h1 {
    font-size: 34px;
  }

  .contacts-hero-copy p,
  .contacts-hero-note,
  .catalog-page-head > p {
    font-size: 14px;
  }

  .contacts-hero-note {
    padding-left: 0;
  }

  .contacts-hero-panel {
    padding: 22px;
  }

  .contacts-hero-panel a {
    font-size: 24px;
  }

  .contacts-card-grid {
    grid-template-columns: 1fr;
  }

  .contact-info-card {
    min-height: 0;
    padding: 22px;
  }

  .contact-info-card a,
  .contact-info-card strong {
    font-size: 20px;
  }

  .contacts-map,
  .contacts-map iframe {
    height: 360px;
    min-height: 360px;
  }

  .contacts-request {
    padding: 24px 22px;
  }

  .contacts-route {
    padding-bottom: 56px;
  }

  .contacts-route-inner {
    padding: 28px 22px;
  }

  .catalog-page-head {
    gap: 18px;
  }

  .catalog-page-head h1 {
    font-size: 32px;
  }

  .catalog-layout-section {
    padding: 38px 0 56px;
  }

  .catalog-sidebar {
    grid-template-columns: 1fr;
  }

  .catalog-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .sort-dropdown,
  .sort-toggle,
  .sort-menu {
    width: 100%;
    min-width: 0;
  }

  .product-detail-layout {
    gap: 36px;
  }

  .product-detail-info h1 {
    font-size: 34px;
  }

  .logo-img {
    width: 118px;
  }

  .header-menu-toggle,
  .navbar-toggler {
    padding: 4px 8px;
    border-radius: 0;
  }

  .header-menu-toggle {
    width: 38px;
    height: 38px;
  }

  .navbar-toggler-icon {
    width: 1.25em;
    height: 1.25em;
  }

  .header-menu-toggle .navbar-toggler-icon {
    width: 34px;
    height: 22px;
  }

  .hero-slider {
    height: 260px;
  }

  .hero-composed-slide {
    background-position: center, calc(50% - 80px) center;
  }

  .benefits {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .hero-composed-slide::before {
    width: 420px;
    height: 420px;
    right: -210px;
    top: -90px;
  }

  .hero-composed-slide::after {
    width: 420px;
    height: 230px;
    right: -170px;
    bottom: -120px;
  }

  .hero-kicker {
    display: none;
  }

  .hero-copy h1 {
    max-width: 270px;
    font-size: 28px;
  }

  .hero-copy p {
    max-width: 250px;
    margin-bottom: 14px;
    font-size: 13px;
  }

  .hero-points {
    display: none;
  }

  .hero-visual {
    opacity: .32;
  }

  .hero-visual img {
    right: -190px;
    bottom: auto;
    width: 361px;
  }

  .slider-arrow,
  .slider-arrow svg {
    display: none;
  }

  .hero-indicators {
    bottom: 12px;
    gap: 8px;
  }

  .hero-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .62);
    opacity: 1;
  }

  .hero-indicators .active {
    background-color: #fff;
  }

  h2,
  .about-section h2 {
    font-size: 26px;
  }

  .about-alt-v2 {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .about-alt-v2 .container {
    width: 100%;
    max-width: 100vw;
  }

  .home-page {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .home-page .container {
    width: 100%;
    max-width: 100vw;
  }

  .about-team-head h2 {
    font-size: 28px;
  }

  .about-team-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    padding: 24px;
  }

  .clients-section {
    padding: 38px 0 44px;
  }

  .clients-head {
    gap: 12px;
    margin-bottom: 20px;
  }

  .clients-head h2 {
    font-size: 24px;
    line-height: 1.18;
  }

  .clients-grid {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .client-logo {
    min-width: 0;
    min-height: 82px;
    padding: 12px;
    font-size: 15px;
  }

  .client-logo img {
    width: 118px;
    max-width: 86%;
    height: 50px;
  }

  .new-products .row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100vw - 52px);
    max-width: calc(100vw - 52px);
    gap: 8px;
    margin-right: 0;
    margin-left: 0;
  }

  .new-products .row > .col {
    width: auto;
    padding-right: 0;
    padding-left: 0;
  }

  .new-products .product-card {
    padding: 12px;
  }

  .new-products .product-image {
    margin-bottom: 10px;
  }

  .new-products .product-card h3 {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.2;
  }

  .new-products .product-specs {
    gap: 6px;
    margin-bottom: 12px;
  }

  .new-products .product-specs div {
    gap: 2px;
  }

  .new-products .product-specs dt,
  .new-products .product-specs dd {
    font-size: 11px;
    line-height: 1.25;
  }

  .new-products .product-status {
    gap: 5px;
    margin-bottom: 12px;
    font-size: 11px;
  }

  .new-products .product-status svg {
    width: 14px;
    height: 14px;
  }

  .new-products .product-card .btn {
    min-height: 36px;
    padding: 8px 8px;
    font-size: 12px;
  }

  .price {
    font-size: 28px;
  }

  .product-detail-section {
    padding: 34px 0 56px;
  }

  .category-seo {
    margin-top: 34px;
    padding: 22px;
  }

  .category-seo h2 {
    font-size: 24px;
  }

  .category-seo h3 {
    font-size: 20px;
  }

  .product-detail-info h1 {
    font-size: 28px;
  }

  .product-detail-specs dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .product-spec-table dl div {
    grid-template-columns: 1fr;
  }

  .product-spec-table dd {
    text-align: left;
  }

  .product-detail-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .product-detail-bottom .btn {
    width: 100%;
  }

  .product-tabs-nav {
    display: grid;
    grid-template-columns: 1fr;
  }

  .product-tabs-nav .nav-link {
    width: 100%;
  }

  .product-tabs-content {
    padding: 22px;
  }

  .product-tabs-gallery {
    grid-template-columns: 1fr;
  }

  .product-description-layout {
    grid-template-columns: 1fr;
  }

  .certificates-grid {
    grid-template-columns: 1fr;
  }

  .category-card {
    min-height: 210px;
    font-size: 24px;
  }

  .stats .col-4 {
    width: 100%;
  }

  .stats {
    grid-template-columns: 1fr;
  }

  .event-card h3 {
    font-size: 18px;
  }

  .about-v2-contact-hero {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 32px 0 34px;
  }

  .about-v2-contact-hero .contacts-breadcrumbs {
    margin-bottom: 22px;
    font-size: 13px;
  }

  .about-v2-contact-hero .contacts-hero-grid {
    gap: 18px;
    min-width: 0;
  }

  .about-v2-contact-hero .contacts-hero-copy,
  .about-v2-contact-hero .contacts-hero-note {
    max-width: 100%;
    min-width: 0;
  }

  .about-v2-contact-hero .contacts-hero-copy h1 {
    font-size: 32px;
    line-height: 1.12;
  }

  .about-v2-contact-hero .contacts-hero-note {
    overflow-wrap: break-word;
    word-break: normal;
    -webkit-line-clamp: 4;
  }

  .about-v2-main-about {
    padding: 42px 0 38px;
  }

  .about-v2-main-about h2 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.16;
  }

  .about-v2-main-about .lead {
    font-size: 15px;
    line-height: 1.58;
  }

  .about-v2-main-about .stats {
    gap: 8px;
    margin-top: 20px;
  }

  .about-v2-main-about .about-image-wrap {
    min-height: 285px;
  }

  .about-v2-main-about .about-image-wrap img {
    min-height: 285px;
    object-fit: cover;
  }

  .about-v2-photo-actions {
    right: 14px;
    bottom: 14px;
    gap: 8px;
    opacity: 1;
    transform: none;
  }

  .about-v2-photo-actions a {
    width: 42px;
    height: 42px;
  }

  .about-v2-photo-actions svg {
    width: 19px;
    height: 19px;
  }

  .about-v2-benefits {
    padding-top: 24px;
    padding-bottom: 26px;
  }

  .about-alt-v2 .about-v3-statement {
    padding: 42px 0 36px;
  }

  .about-alt-v2 .about-v3-statement-grid {
    gap: 14px;
  }

  .about-alt-v2 .about-v3-statement h2 {
    font-size: 28px;
    line-height: 1.16;
  }

  .about-alt-v2 .about-v3-statement p {
    font-size: 15px;
    line-height: 1.55;
  }

  .about-v2-panels {
    padding-bottom: 42px;
  }

  .about-v2-panels .about-v3-panel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .about-v2-panels .about-v3-panel {
    min-height: 0;
    padding: 18px 16px;
  }

  .about-v2-panels .about-v3-panel-large {
    grid-column: 1 / -1;
    min-height: 310px;
    padding: 24px 22px;
  }

  .about-v2-panels .about-v3-panel h2 {
    font-size: 21px;
    line-height: 1.12;
  }

  .about-v2-panels .about-v3-panel-large h2 {
    font-size: 28px;
  }

  .about-v2-panels .about-v3-panel p {
    font-size: 12px;
    line-height: 1.42;
  }

  .about-v2-panels .about-v3-panel-large p {
    font-size: 14px;
  }

  .about-v2-team {
    padding: 42px 0 48px;
  }

  .about-v2-section-head {
    gap: 10px;
    margin-bottom: 22px;
  }

  .about-v2-section-head h2 {
    font-size: 28px;
    line-height: 1.14;
  }

  .about-v2-section-head .hero-kicker {
    display: block;
  }

  .about-v2-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(190px, 44vw);
    gap: 10px;
  }

  .about-v2-team-stat,
  .about-v2-person-1,
  .about-v2-person-2,
  .about-v2-person-3,
  .about-v2-person-4,
  .about-v2-person-5,
  .about-v2-person-6,
  .about-v2-person-7,
  .about-v2-person-8 {
    grid-column: span 1;
    grid-row: span 1;
  }

  .about-v2-team-stat {
    min-height: 190px;
    padding: 20px;
  }

  .about-v2-team-stat strong {
    font-size: 72px;
    line-height: .9;
  }

  .about-v2-team-stat span {
    max-width: 150px;
    font-size: 15px;
    line-height: 1.24;
  }

  .about-v2-person div {
    padding: 12px 12px 13px;
    opacity: 1;
    transform: none;
  }

  .about-v2-person h3 {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.16;
  }

  .about-v2-person p {
    font-size: 11px;
    line-height: 1.25;
  }

  .about-v2-cta {
    padding: 22px 0 48px;
  }

  .about-v2-cta-panel {
    gap: 14px;
    padding: 26px 22px;
  }

  .about-v2-cta-panel h2 {
    font-size: 26px;
    line-height: 1.15;
  }

  .about-v2-cta-panel p {
    font-size: 14px;
    line-height: 1.5;
  }

  .about-v2-cta-panel .btn {
    width: 100%;
  }

  .search-modal .modal-body,
  .request-modal .modal-body {
    padding: 34px 22px 24px;
  }

  .search-form {
    grid-template-columns: 24px 1fr;
  }

  .search-form .btn {
    grid-column: 1 / -1;
    width: 100%;
  }

  .footer-nav {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .site-footer {
    padding: 34px 0 22px;
  }

  .footer-main {
    gap: 22px;
  }

  .footer-logo {
    width: 112px;
    margin-bottom: 14px;
  }

  .footer-brand p {
    max-width: 260px;
    font-size: 13px;
    line-height: 1.42;
  }

  .footer-nav > div {
    border-top: 1px solid rgba(17, 18, 20, .12);
  }

  .footer-nav > div:last-child {
    border-bottom: 1px solid rgba(17, 18, 20, .12);
  }

  .site-footer h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 13px 0;
    font-size: 15px;
  }

  .site-footer h4::after {
    content: "+";
    color: rgba(17, 18, 20, .5);
    font-size: 18px;
    line-height: 1;
  }

  .footer-nav a {
    display: none;
  }

  .footer-contact-card {
    padding: 18px;
  }

  .footer-phone-row {
    gap: 12px;
    margin-bottom: 16px;
  }

  .footer-phone-row a,
  .footer-address strong {
    font-size: 15px;
  }

  .footer-address {
    font-size: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    margin-top: 22px;
    padding-top: 16px;
    font-size: 12px;
  }
}

/* Responsive polish: desktop, tablets, phones */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .clients-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .footer-main {
    grid-template-columns: minmax(210px, .8fr) minmax(380px, 1.2fr) minmax(320px, .9fr);
    gap: 34px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    max-width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .header-top {
    grid-template-columns: 168px minmax(220px, 1fr) minmax(235px, auto);
    gap: 18px;
  }

  .header-contact {
    min-width: 0;
  }

  .header-address,
  .header-phones {
    font-size: 14px;
  }

  .header-actions {
    gap: 10px;
  }

  .header-actions .btn {
    padding-right: 18px;
    padding-left: 18px;
    font-size: 14px;
  }

  .navbar-nav {
    gap: 16px;
  }

  .nav-strip .nav-link,
  .catalog-search {
    font-size: 14px;
  }

  .hero-copy h1 {
    font-size: 44px;
  }

  .hero-visual img {
    right: -160px;
    width: min(560px, 48vw);
  }

  .category-grid,
  .machine-products-grid,
  .media-grid {
    gap: 18px;
  }

  .catalog-layout,
  .machine-category-layout,
  .product-detail-layout,
  .contacts-layout,
  .testdrive-layout {
    gap: 34px;
  }

  .clients-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  .client-logo {
    min-height: 108px;
    padding: 16px;
  }

  .client-logo img {
    width: 142px;
    height: 60px;
    max-width: 88%;
  }

  .client-logo-large img {
    width: 164px;
    height: 76px;
    max-width: 96%;
  }

  .about-v2-collage {
    aspect-ratio: 4 / 3;
  }

  .footer-main {
    grid-template-columns: minmax(190px, .75fr) minmax(350px, 1.25fr);
    gap: 32px;
  }

  .footer-contact-card {
    grid-column: 1 / -1;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    max-width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .header-top {
    grid-template-columns: 154px minmax(0, 1fr) 44px;
    gap: 12px 18px;
  }

  .logo-img {
    width: 146px;
  }

  .header-address {
    display: block;
    font-size: 14px;
  }

  .header-phones {
    grid-column: 2;
    justify-self: start;
    text-align: left;
    font-size: 14px;
  }

  .header-menu-toggle {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .navbar-collapse {
    padding: 22px 28px 28px;
  }

  .mobile-menu-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-slider {
    height: 410px;
  }

  .hero-copy h1 {
    max-width: 560px;
    font-size: 46px;
  }

  .hero-copy p {
    max-width: 440px;
    font-size: 17px;
  }

  .hero-visual {
    opacity: .36;
  }

  .hero-visual img {
    right: -130px;
    width: min(520px, 58vw);
  }

  .catalog-cubes-grid,
  .about-team-grid,
  .about-v2-facts-grid,
  .about-v3-panel-grid,
  .about-v3-process-grid,
  .media-grid,
  .contacts-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clients-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .clients-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .client-logo {
    min-height: 104px;
    padding: 15px;
  }

  .client-logo img {
    width: 136px;
    height: 58px;
    max-width: 88%;
  }

  .client-logo-large img {
    width: 158px;
    height: 74px;
    max-width: 96%;
  }

  .new-products .row {
    row-gap: 20px;
  }

  .new-products .product-card,
  .catalog-products-row .product-card,
  .related-products-row .product-card {
    height: 100%;
  }

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

  .machine-product-image {
    min-height: 250px;
  }

  .about-v2-hero,
  .about-v2-rows,
  .about-v2-team,
  .about-v3-statement,
  .about-v3-process,
  .about-v3-team,
  .about-v3-final {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .about-v2-collage {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: minmax(170px, 1fr);
    aspect-ratio: 4 / 3.1;
    gap: 12px;
  }

  .about-v2-person div {
    opacity: 1;
    transform: none;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-contact-card {
    max-width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .container {
    max-width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }

  .header-top {
    grid-template-columns: 132px minmax(0, 1fr) 42px;
  }

  .header-address {
    display: none;
  }

  .header-phones {
    font-size: 14px;
  }

  .hero-slider {
    height: 330px;
  }

  .hero-copy h1 {
    max-width: 390px;
    font-size: 36px;
  }

  .clients-grid,
  .catalog-cubes-grid,
  .about-v2-panels .about-v3-panel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clients-section {
    padding-top: 46px;
    padding-bottom: 52px;
  }

  .client-logo {
    min-height: 92px;
  }

  .client-logo-large img {
    width: 146px;
    height: 66px;
    max-width: 94%;
  }

  .new-products .row {
    width: 100%;
    max-width: 100%;
  }

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

@media (max-width: 575.98px) {
  .btn {
    width: 100%;
  }

  .header-phones a,
  .footer-address strong,
  .contact-info-card a,
  .contacts-hero-panel a {
    overflow-wrap: anywhere;
  }

  .navbar-collapse {
    width: 100%;
    max-width: 100vw;
  }

  .mobile-menu-actions {
    grid-template-columns: 1fr;
  }

  .hero-copy .btn {
    width: fit-content;
    min-width: 160px;
  }

  .clients-grid {
    width: 100%;
    max-width: 100%;
  }

  .client-logo-large img {
    width: 136px;
    height: 62px;
    max-width: 94%;
  }

  .new-products .row {
    width: 100%;
    max-width: 100%;
  }

  .new-products .row > .col,
  .catalog-products-row > *,
  .related-products-row > * {
    min-width: 0;
  }

  .footer-request,
  .footer-contact-card .btn,
  .search-form .btn,
  .request-modal .btn {
    width: 100%;
  }
}
.form-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}


/* Header contacts grid — 2026-09-07 */
.header-phones {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2px;
  justify-items: start;
  line-height: 1.35;
}

.header-phones svg {
  display: none;
}

.header-phones > span {
  display: grid;
  row-gap: 2px;
}

.header-phones > span > a {
  display: block;
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .header-top {
    grid-template-columns: 180px minmax(280px, 1fr) minmax(210px, auto);
    grid-template-areas:
      "logo address contacts"
      "logo actions actions";
    row-gap: 12px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .logo-link {
    grid-area: logo;
    align-self: center;
  }

  .header-address {
    grid-area: address;
  }

  .header-phones {
    grid-area: contacts;
    justify-self: end;
  }

  .header-actions {
    grid-area: actions;
    justify-content: flex-end;
    padding-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .header-phones {
    justify-self: end;
    justify-items: end;
    text-align: right;
  }
}


/* Unified white product image backgrounds for loaders and excavators */
.loaders-category .machine-product-image,
.excavators-category .machine-product-image {
  background: #fff;
}
