* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
  -webkit-user-select: none;
}

body {
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    sans-serif;
  background: #f9f9f9;
  overflow: auto;
  min-height: 100vh;
  width: 100vw;
}

header {
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.02),
    0 1px 2px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(0px);
}

a {
  text-decoration: none;
  color: #04395e;
}

h2 {
  color: #636363;
}

hr {
  border: none;
  background-color: #b3b3b3;
  height: 1px;
  width: 80%;
  margin: 20px auto;
}

.content-continuous-inkjet-printers {
  margin-bottom: 55px;
}

.container-continuous-inkjet-printers {
  max-width: 1280px;
  margin: 0 auto;
}
.product-container {
  margin-top: 35px;
  border: solid 1px #ddd;
  border-radius: 10px;
  background: #ffffff;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, auto);
  gap: 20px;
  margin: 20px auto;
  padding: 10px 35px;
}

.product-card {
  border: solid 2px #b7b7b7;
  border-radius: 10px;
  background: #ffffff;
}

.product-card:hover {
  transform: scale(1.02);
}
        /* Хлебные крошки */
        .bcd{
        background: linear-gradient(105deg, #eef2f9 0%, #ffffff 100%)  
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            font-size: 0.85rem;
            padding-top: 15px;
            color: #5a6e7c;
        }
        .breadcrumb a {
            color: #2c6e9e;
            text-decoration: none;
            transition: color 0.2s;
        }
        .breadcrumb a:hover {
            color: #0f4c6f;
            text-decoration: underline;
        }
        .breadcrumb span:last-child {
            color: #1f3b4c;
            font-weight: 500;
        }

.specs {
  list-style: none;
  margin: 16px 0 0px;
  flex-grow: 1;
  padding-left: 45px;
  font-weight: 600;
  color: #636363;
}

.product-badge {
  display: inline-block;
  background: #1e6f3f10;
  color: #1e6f3f;
  font-size: 15px;
  font-weight: 500;
  padding: 4px 12px;
  margin: 10px 0 5px 15px;
  border-radius: 30px;
  width: fit-content;
}

.model-p {
  padding: 0 15px 0 15px;
  font-family:
    Century Gothic,
    CenturyGothic,
    AppleGothic,
    sans-serif;
  font-size: 27px;
  color: #024899;
}
.info-p {
  padding: 5px 15px 0 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000;
}
.product-container img {
  padding: 25px 0 0 45px;
  vertical-align: middle;
}
.product-card img {
  max-width: 100%;
  height: auto;
  margin-left: auto; /* Равные отступы по бокам */
  margin-right: auto;
}
.button {
  margin: 15px 0 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn {
  display: inline-block;
  background: #001e72;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 80%;
}

.btn:hover {
  background: #0056b3;
}

/* Hero section */
.hero-service {
  background: linear-gradient(105deg, #eef2f9 0%, #ffffff 100%);
  padding: 64px 15px 48px;
  border-bottom: 1px solid #e2e8f0;
}

.hero-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1280px;
  margin: 0 auto;
}

.hero-content {
  flex: 2;
}

.hero-badge {
  background: #d9eaf3;
  color: #1e6a8f;
  display: inline-block;
  padding: 6px 14px;
  border-radius: 40px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.hero-content h1 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #001e72;
}

.hero-content p {
  font-size: 1.1rem;
  color: #2c3e50;
  max-width: 90%;
  margin-bottom: 32px;
}

.hero-stats {
  display: flex;
  gap: 32px;
  margin-top: 20px;
}

.stat-item {
  display: flex;
  flex-direction: column;
}

.stat-number {
  font-size: 1.8rem;
  font-weight: 800;
  color: #1f6390;
}

.hero-image {
  flex: 0.9;
  text-align: center;
}

.hero-image i {
  font-size: 180px;
  color: #cddfe9;
  transition: 0.3s;
}
.hero-image img {
  height: 80px;
}
/* send_message */
.input {
  border-radius: 5px;
}
.textarea {
  border-radius: 5px;
}
.submit {
  border-radius: 5px;
}
/* send_message */
.grecaptcha-badge {
  opacity: 0 !important;
  visibility: hidden !important;
}

@media (max-width: 768px) {
  .grid-container {
    display: flex;
    flex-direction: column;
  }
}
