* {
  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;
}

.container-continuous-inkjet-printers 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;
    box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.02),
    0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #eef2f8;
  border-radius: 24px;
  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 #d3d3d3;
  border-radius: 24px;
  background: #ffffff;
  overflow: hidden;
}

.product-card:hover {
  transform: scale(1.02);
}
.product-container .product-card img {
padding: 0px 5px 0 5px;
}
/* Хлебные крошки */
.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 {
  background: transparent;
  border: 1px solid #1e6f9f;
  border-radius: 40px;
  padding: 10px 20px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  color: #1e6f9f;
  transition: all 0.2s;
  width: 80%;
  text-align: center;
}

.btn:hover {
  background: #0f5a85;
  border-color: #0f5a85;
  color: white;
}

/* 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;
}

/* Навигационная цепочка */
.breadcrumb {
  padding: 24px 0 16px 15px;
  font-size: 14px;
  color: #5b6e8c;
}
.breadcrumb a {
  color: #2c5f8a;
  text-decoration: none;
  font-weight: 500;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  margin: 0 6px;
  color: #8a99ae;
}
/* Секция headprod */
.headprod {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  background: #ffffff;
  border-radius: 24px;
  font-family: "Inter", sans-serif;
  line-height: 1.45;
  padding: 36px 40px;
  margin-bottom: 48px;
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.02),
    0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #eef2f8;
}
.headprod h1,
h2,
h3,
h4 {
  font-weight: 600;
  letter-spacing: -0.02em;
}
.headprod-content {
  flex: 2;
  min-width: 260px;
}
.headprod-content h1 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  color: #0c2e42;
}
.headprod-sub {
  font-size: 1.2rem;
  color: #2c3e50;
  margin-bottom: 24px;
  font-weight: 500;
  border-left: 4px solid #1e6f9f;
  padding-left: 20px;
}
.desc-text {
  color: #2c3e50;
  margin-bottom: 28px;
  font-size: 1rem;
  line-height: 1.5;
}
.stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 32px;
  border-top: 1px solid #e2e9f2;
  padding-top: 28px;
}
.stat-item {
  flex: 1;
}
.stat-number {
  font-size: 2rem;
  font-weight: 800;
  color: #1e6f9f;
  line-height: 1.2;
}
.stat-label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #5b6e8c;
}
.headprod-aside {
  flex: 1.2;
  background: #f8fafd;
  border-radius: 20px;
  padding: 28px;
  border: 1px solid #e7edf5;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02);
}
.support-title {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #0c2e42;
}
.support-24 {
  background: #eef3fc;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 600;
  color: #1e6f9f;
  margin-bottom: 20px;
}
.contact-methods {
  margin: 20px 0;
}
.contact-line {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  font-weight: 500;
}
.contact-line i {
  width: 24px;
  color: #1e6f9f;
  font-size: 1.3rem;
}
.contact-line a {
  text-decoration: none;
  color: #1a2634;
  font-weight: 500;
  transition: color 0.2s;
}
.contact-line a:hover {
  color: #1e6f9f;
}
.btn-primary {
  display: inline-block;
  background-color: #1e6f9f;
  color: white;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 1rem;
  transition: 0.2s;
  border: none;
  cursor: pointer;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
.btn-primary:hover {
  background-color: #0f5a85;
  transform: translateY(-1px);
}
.form-caption {
  font-size: 12px;
  color: #6a7f9f;
  margin-top: 16px;
  text-align: center;
}
.form-group {
  margin-bottom: 12px;
}
.form-group input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #cfdfed;
  background: white;
  font-family: inherit;
  font-size: 14px;
  transition: 0.2s;
}
.form-group input:focus {
  outline: none;
  border-color: #1e6f5c;
  box-shadow: 0 0 0 2px rgba(30, 111, 92, 0.2);
}
.form-caption {
  font-size: 12px;
  color: #6a7f9f;
  margin-top: 16px;
  text-align: center;
}
.error-msg {
  color: #d9534f;
  font-size: 12px;
  margin-top: 6px;
  display: none;
}
.success-msg {
  color: #1e6f5c;
  font-size: 12px;
  margin-top: 8px;
  text-align: center;
  display: none;
}
.recaptcha-note {
  font-size: 11px;
  text-align: center;
  margin-top: 12px;
  color: #8a99ae;
}
input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #cfdfed;
  background: white;
  font-family: inherit;
  margin: 8px 0;
  font-size: 14px;
}
/* секция модели / карточки товаров */
.section-title {
  font-family: "Inter", sans-serif;
  font-size: 1.9rem;
  margin-bottom: 32px;
  padding-left: 25px;
  font-weight: 700;
  color: #0c2e42;
  letter-spacing: -0.3px;
}

@media (max-width: 768px) {
  .grid-container {
    display: flex;
    flex-direction: column;
  }
  .headprod {
    padding: 24px;
  }
  .headprod-content h1 {
    font-size: 2rem;
  }
}
