:root{
  --green:#2E7D32;
  --green-light:#4CAF50;
  --green-glow:rgba(76,175,80,0.22);
  --charcoal:#424242;
  --light:#F5F5F5;
  --dark:#0f1211;
  --dark-2:#151918;
  --dark-3:#1b201e;
  --text:#edf2ee;
  --muted:#b5beb7;
  --line:rgba(120,145,128,0.26);
  --card:rgba(255,255,255,0.05);
  --card-2:rgba(255,255,255,0.08);
  --shadow:0 20px 60px rgba(0,0,0,0.45);
  --shadow-soft:0 12px 30px rgba(0,0,0,0.25);
  --radius:24px;
  --radius-sm:16px;
  --container:1240px;
  --header-height:84px;
}

*,
*::before,
*::after{
  box-sizing:border-box;
  animation:none !important;
  transition:none !important;
}

html{
  -webkit-text-size-adjust:100%;
}

body{
  margin:0;
  font-family:'Open Sans',sans-serif;
  color:var(--text);
  background:
    linear-gradient(180deg,#0b0e0d 0%, #101412 45%, #0a0d0c 100%);
  overflow-x:hidden;
  text-rendering:optimizeLegibility;
}

img{
  max-width:100%;
  display:block;
}

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

button{
  font:inherit;
  -webkit-tap-highlight-color:transparent;
}

main,
section,
header,
footer{
  width:100%;
}

.container{
  width:min(var(--container), calc(100% - 32px));
  margin:0 auto;
}

.page-bg{
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-2;
  overflow:hidden;
}

.bg-grid{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size:32px 32px;
  mask-image:linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0.15));
}

.bg-glow{
  position:absolute;
  border-radius:50%;
  filter:blur(80px);
}

.bg-glow-1{
  width:420px;
  height:420px;
  top:60px;
  left:-80px;
  background:var(--green-glow);
}

.bg-glow-2{
  width:360px;
  height:360px;
  right:-60px;
  top:520px;
  background:rgba(255,255,255,0.08);
}

.bg-metal{
  position:absolute;
  inset:auto 0 0 0;
  height:40vh;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.02), rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
    linear-gradient(180deg, transparent, rgba(255,255,255,0.02));
  opacity:.35;
}

.site-header{
  position:sticky;
  top:0;
  z-index:100;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  background:rgba(10,14,12,0.82);
  border-bottom:1px solid rgba(76,175,80,0.12);
}

.header-inner{
  min-height:var(--header-height);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.logo{
  font-family:'Montserrat',sans-serif;
  font-size:1.6rem;
  font-weight:800;
  color:var(--green-light);
  letter-spacing:-0.03em;
  text-shadow:0 0 16px rgba(76,175,80,0.18);
  position:relative;
  z-index:2;
  flex:0 1 auto;
  min-width:0;
  display:inline-flex;
  align-items:center;
}

.logo-img,
.logo img{
  max-height:52px;
  width:auto;
  object-fit:contain;
  display:block;
}

.header-contacts{
  display:flex;
  align-items:center;
  gap:24px;
}

.header-email{
  color:var(--muted);
  font-weight:600;
  font-size:0.95rem;
}

.header-email:hover{
  color:#fff;
}

.header-btn{
  min-height:44px;
  padding:0 20px;
  border-radius:12px;
  font-size:0.9rem;
}

.header-line,
.footer-line{
  height:1px;
  background:linear-gradient(90deg, transparent, var(--green), transparent);
}

.section{
  position:relative;
  padding:70px 0;
  scroll-margin-top:calc(var(--header-height) + 18px);
}

.hero{
  padding:60px 0 80px;
  overflow:hidden;
}

.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 22% 22%, rgba(76,175,80,0.12), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,0.04), transparent 45%),
    linear-gradient(180deg, rgba(255,255,255,0.02), transparent);
  z-index:-1;
}

.hero-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:48px;
  align-items:center;
}

.hero-content{
  position:relative;
  z-index:2;
  min-width:0;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border:1px solid rgba(76,175,80,0.22);
  border-radius:999px;
  background:rgba(255,255,255,0.04);
  color:#dff2e1;
  font-size:.78rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.18em;
  max-width:100%;
}

.eyebrow-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:linear-gradient(180deg,var(--green-light),var(--green));
  box-shadow:0 0 14px rgba(76,175,80,0.6);
  flex:0 0 auto;
}

.hero h1{
  margin:20px 0 0;
  font-family:'Montserrat',sans-serif;
  font-weight:800;
  line-height:1.02;
  letter-spacing:-0.04em;
  overflow-wrap:anywhere;
  font-size:clamp(1.8rem, 4vw, 3.2rem);
  max-width:960px;
}

.hero-text{
  margin:22px 0 0;
  max-width:760px;
  color:var(--muted);
  font-size:1.08rem;
  line-height:1.75;
}

.contacts-block {
  display: grid;
  gap: 16px;
  margin: 32px 0;
  max-width: 480px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
}

.contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--green-light), var(--green));
  box-shadow: 0 8px 20px rgba(46, 125, 50, 0.25);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.contact-label {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.contact-link {
  color: #fff;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.contact-link:hover {
  color: var(--green-light);
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:24px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 28px;
  border-radius:16px;
  font-weight:700;
  border:1px solid transparent;
  cursor:pointer;
  text-align:center;
  line-height:1.2;
  max-width:100%;
}

.btn-primary{
  color:#fff;
  background:
    linear-gradient(135deg, var(--green-light), var(--green));
  box-shadow:
    0 10px 30px rgba(46,125,50,0.25),
    inset 0 1px 0 rgba(255,255,255,0.15);
}

.btn-primary:hover{
  box-shadow:
    0 16px 34px rgba(46,125,50,0.34),
    0 0 24px rgba(76,175,80,0.22);
}

.btn-secondary{
  color:#fff;
  border-color:rgba(255,255,255,0.15);
  background:rgba(255,255,255,0.05);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.btn-secondary:hover{
  background:rgba(255,255,255,0.08);
  border-color:rgba(76,175,80,0.28);
}

.hero-visual{
  position:relative;
  min-width:0;
}

.images-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.machine-card{
  position:relative;
  padding:16px;
  border-radius:24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03)),
    linear-gradient(135deg, rgba(255,255,255,0.04), rgba(0,0,0,0.12));
  border:1px solid rgba(255,255,255,0.1);
  box-shadow:var(--shadow);
}

.machine-topline{
  position:absolute;
  top:0;
  left:24px;
  right:24px;
  height:2px;
  background:linear-gradient(90deg, transparent, var(--green-light), transparent);
}

.machine-frame{
  position:relative;
  overflow:hidden;
  border-radius:18px;
  border:1px solid rgba(255,255,255,0.08);
  background:#d9dedb;
}

.machine-frame::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.2), transparent 30%, transparent 70%, rgba(255,255,255,0.08)),
    linear-gradient(180deg, rgba(46,125,50,0.12), transparent 40%);
  pointer-events:none;
}

.machine-frame img{
  width:100%;
  height:320px;
  object-fit:cover;
  object-position:center;
  filter:grayscale(.06) contrast(1.04);
}

.machine-meta {
  margin-top: 14px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
}

.hero-blueprint{
  position:absolute;
  top:70px;
  width:220px;
  height:70%;
  opacity:.14;
  pointer-events:none;
}

.hero-blueprint svg{
  width:100%;
  height:100%;
  stroke:rgba(220,229,223,0.6);
  stroke-width:2;
}

.hero-blueprint-left{
  left:18px;
}

.hero-blueprint-right{
  right:18px;
}

.hero-diagonal{
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:120px;
  background:linear-gradient(180deg, transparent, rgba(255,255,255,0.015));
  clip-path:polygon(0 28%, 100% 0, 100% 100%, 0 100%);
}

.site-footer{
  position:relative;
  padding:0 0 52px;
  background:linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.08));
}

.footer-inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:16px;
  padding-top:42px;
}

.footer-brand{
  font-family:'Montserrat',sans-serif;
  font-size:1.75rem;
  font-weight:800;
  color:var(--green-light);
}

.footer-contacts{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:20px;
  color:#d3dbd4;
}

.footer-contacts a{
  overflow-wrap:anywhere;
}

.footer-copy{
  margin:0;
  color:#91a096;
  font-size:.92rem;
}

.cookie-banner{
  position:fixed;
  left:16px;
  right:16px;
  bottom:16px;
  z-index:150;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:16px 18px;
  border-radius:20px;
  background:rgba(12,15,14,0.96);
  border:1px solid rgba(255,255,255,0.1);
  box-shadow:var(--shadow);
  max-width:calc(100vw - 32px);
}

.cookie-banner__text{
  color:#d6ddd7;
  line-height:1.6;
  font-size:.95rem;
}

.cookie-banner__text a{
  color:var(--green-light);
  text-decoration:underline;
}

.cookie-btn{
  flex:0 0 auto;
}

.section-header{
  text-align:center;
  margin-bottom:40px;
}

.section-header h2{
  font-family:'Montserrat',sans-serif;
  font-size:clamp(1.75rem, 3.5vw, 2.8rem);
  font-weight:800;
  margin:16px 0 0;
  color:#fff;
  letter-spacing:-0.03em;
}

.services-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
  gap:24px;
}

.service-card{
  position:relative;
  padding:32px 24px;
  border-radius:var(--radius-sm);
  background:linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border:1px solid rgba(255,255,255,0.08);
  box-shadow:var(--shadow-soft);
}

.service-card:hover{
  border-color:rgba(76,175,80,0.3);
}

.service-icon{
  width:56px;
  height:56px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, var(--green-light), var(--green));
  box-shadow:0 8px 20px rgba(46, 125, 50, 0.25);
  font-size:1.4rem;
  margin-bottom:24px;
}

.service-card h3{
  font-family:'Montserrat',sans-serif;
  font-size:1.2rem;
  font-weight:700;
  margin:0 0 12px;
  color:#fff;
}

.service-card p{
  margin:0;
  color:var(--muted);
  font-size:0.95rem;
  line-height:1.6;
}

@media (max-width: 1180px){
  .hero-grid{
    grid-template-columns:1fr;
  }

  .hero-blueprint{
    opacity:.08;
  }

  .hero{
    padding-top:68px;
  }

  .hero-visual{
    max-width:780px;
    margin: 0 auto;
  }

  .hero h1{
    font-size:clamp(1.65rem, 3.8vw, 2.8rem);
  }
}

@media (max-width: 860px){
  :root{
    --header-height:74px;
  }

  .header-contacts {
    gap: 16px;
  }

  .hero{
    padding:30px 0 50px;
  }

  .section{
    padding:50px 0;
  }

  .hero-grid{
    gap:26px;
  }

  .machine-frame img{
    height:280px;
  }

  .cookie-banner{
    flex-direction:column;
    align-items:flex-start;
  }

  .cookie-btn{
    width:100%;
  }

  .hero h1{
    font-size:clamp(1.5rem, 4.2vw, 2.4rem);
    line-height:1.04;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px){
  .container{
    width:min(var(--container), calc(100% - 24px));
  }

  .header-inner{
    min-height:74px;
    gap:12px;
  }

  .header-contacts {
    display: none;
  }

  .logo{
    font-size:1.38rem;
    margin: 0 auto;
  }

  .logo-img,
  .logo img{
    max-height:42px;
  }

  .hero{
    padding:20px 0 45px;
  }

  .section{
    padding:45px 0;
  }

  .hero h1{
    font-size:1.45rem;
    line-height:1.05;
  }

  .hero-text{
    font-size:.98rem;
    line-height:1.7;
  }

  .eyebrow{
    font-size:.68rem;
    letter-spacing:.14em;
    padding:9px 12px;
  }

  .btn{
    width:100%;
    min-height:54px;
    padding:0 20px;
  }

  .hero-actions{
    flex-direction:column;
    margin-top:26px;
  }

  .contacts-block {
    margin: 24px 0;
    gap: 12px;
  }

  .contact-item {
    padding: 12px 16px;
  }

  .contact-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 1rem;
  }

  .images-gallery {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .machine-card{
    border-radius:22px;
    padding: 12px;
  }

  .machine-frame img{
    height:140px;
  }

  .machine-meta {
    font-size: 0.8rem;
    margin-top: 8px;
  }

  .cookie-banner{
    left:12px;
    right:12px;
    bottom:12px;
    padding:14px;
    border-radius:18px;
    gap:12px;
    max-width:calc(100vw - 24px);
  }

  .cookie-banner__text{
    font-size:.88rem;
    line-height:1.55;
  }

  .hero-blueprint{
    display:none;
  }

  .section-header{
    margin-bottom:24px;
  }

  .services-grid {
    gap: 12px;
  }

  .service-card{
    padding:16px 12px;
  }

  .service-icon{
    width:40px;
    height:40px;
    border-radius:10px;
    font-size:1.1rem;
    margin-bottom:12px;
  }

  .service-card h3{
    font-size:0.95rem;
    margin-bottom:8px;
  }

  .service-card p{
    font-size:0.8rem;
    line-height:1.4;
  }
}

@media (max-width: 420px){
  .container{
    width:min(var(--container), calc(100% - 20px));
  }

  .logo{
    font-size:1.25rem;
  }

  .logo-img,
  .logo img{
    max-height:36px;
  }

  .hero h1{
    font-size:1.3rem;
  }

  .hero-text{
    font-size:.94rem;
  }

  .machine-frame img{
    height:110px;
  }

  .cookie-banner{
    left:10px;
    right:10px;
    bottom:10px;
    max-width:calc(100vw - 20px);
  }
}

/*start_css_for_i17d7*/
#i17d7 {
  position: relative;
  padding: 60px 0 80px;
  overflow: hidden;
}

#i17d7::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 22%, rgba(76, 175, 80, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 45%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
  z-index: -1;
}

#i17d7 .hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 48px;
  align-items: center;
}

#i17d7 .hero-content {
  position: relative;
  z-index: 2;
  min-width: 0;
}

#i17d7 .hero-logo-container {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

#i17d7 .logo-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(76, 175, 80, 0.12);
  border: 1.5px dashed rgba(76, 175, 80, 0.5);
  border-radius: 999px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  transition: all 0.2s ease;
  text-decoration: none;
}

#i17d7 .logo-link:hover {
  background: rgba(76, 175, 80, 0.22);
  border-color: rgba(76, 175, 80, 0.9);
  box-shadow: 0 0 14px rgba(76, 175, 80, 0.3);
}

#i17d7 .logo-icon {
  font-size: 1.45rem;
  line-height: 1;
}

#i17d7 .logo-text-link {
  text-decoration: none;
  letter-spacing: 0.03em;
}

#i17d7 .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid rgba(76, 175, 80, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #dff2e1;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  max-width: 100%;
}

#i17d7 .eyebrow-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--green-light, #81c784), var(--green, #4caf50));
  box-shadow: 0 0 14px rgba(76, 175, 80, 0.6);
  flex: 0 0 auto;
}

#i17d7 h1 {
  margin: 20px 0 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  max-width: 960px;
}

#i17d7 .hero-text {
  margin: 22px 0 0;
  max-width: 760px;
  color: var(--muted, #a0a0a0);
  font-size: 1.08rem;
  line-height: 1.75;
}

#i17d7 .contacts-block {
  display: grid;
  gap: 16px;
  margin: 32px 0;
  max-width: 480px;
}

#i17d7 .contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft, 0 4px 20px rgba(0, 0, 0, 0.15));
}

#i17d7 .contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--green-light, #81c784), var(--green, #4caf50));
  box-shadow: 0 8px 20px rgba(46, 125, 50, 0.25);
  font-size: 1.1rem;
  flex-shrink: 0;
}

#i17d7 .contact-label {
  display: block;
  color: var(--muted, #a0a0a0);
  font-size: 0.8rem;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

#i17d7 .contact-link {
  color: #fff;
  font-weight: 700;
  overflow-wrap: anywhere;
}

#i17d7 .contact-link:hover {
  color: var(--green-light, #81c784);
}

#i17d7 .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

#i17d7 .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 16px;
  font-weight: 700;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center;
  line-height: 1.2;
  max-width: 100%;
  transition: all 0.2s ease;
}

#i17d7 .btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--green-light, #81c784), var(--green, #4caf50));
  box-shadow:
    0 10px 30px rgba(46, 125, 50, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

#i17d7 .btn-primary:hover {
  box-shadow:
    0 16px 34px rgba(46, 125, 50, 0.34),
    0 0 24px rgba(76, 175, 80, 0.22);
}

#i17d7 .hero-visual {
  position: relative;
  min-width: 0;
}

#i17d7 .images-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

#i17d7 .machine-card {
  position: relative;
  padding: 16px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow, 0 10px 30px rgba(0, 0, 0, 0.3));
}

#i17d7 .machine-topline {
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--green-light, #81c784), transparent);
}

#i17d7 .machine-frame {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #d9dedb;
}

#i17d7 .machine-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 30%, transparent 70%, rgba(255, 255, 255, 0.08)),
    linear-gradient(180deg, rgba(46, 125, 50, 0.12), transparent 40%);
  pointer-events: none;
}

#i17d7 .machine-frame img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  filter: grayscale(0.06) contrast(1.04);
}

#i17d7 .machine-meta {
  margin-top: 14px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
}

#i17d7 .hero-blueprint {
  position: absolute;
  top: 70px;
  width: 220px;
  height: 70%;
  opacity: 0.14;
  pointer-events: none;
}

#i17d7 .hero-blueprint svg {
  width: 100%;
  height: 100%;
  stroke: rgba(220, 229, 223, 0.6);
  stroke-width: 2;
}

#i17d7 .hero-blueprint-left {
  left: 18px;
}

#i17d7 .hero-blueprint-right {
  right: 18px;
}

#i17d7 .hero-diagonal {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 120px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.015));
  clip-path: polygon(0 28%, 100% 0, 100% 100%, 0 100%);
}

@media (max-width: 991px) {
  #i17d7 {
    padding: 50px 0 60px;
  }
  #i17d7 .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  #i17d7 .hero-blueprint {
    opacity: 0.08;
  }
  #i17d7 .hero-visual {
    max-width: 780px;
    margin: 0 auto;
    width: 100%;
  }
  #i17d7 .machine-frame img {
    height: 240px;
  }
}

@media (max-width: 768px) {
  #i17d7 {
    padding: 30px 0 50px;
  }
  #i17d7 .hero-grid {
    gap: 26px;
  }
  #i17d7 h1 {
    font-size: clamp(1.5rem, 4.2vw, 2.4rem);
    line-height: 1.08;
  }
  #i17d7 .hero-text {
    font-size: 0.98rem;
    line-height: 1.7;
  }
  #i17d7 .eyebrow {
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    padding: 10px 14px;
  }
  #i17d7 .logo-link {
    font-size: 1.1rem;
    padding: 8px 14px;
  }
  #i17d7 .logo-icon {
    font-size: 1.3rem;
  }
  #i17d7 .btn {
    width: 100%;
    min-height: 54px;
    padding: 0 20px;
  }
  #i17d7 .hero-actions {
    flex-direction: column;
    margin-top: 26px;
  }
  #i17d7 .contacts-block {
    margin: 24px 0;
    gap: 12px;
  }
  #i17d7 .contact-item {
    padding: 12px 16px;
  }
  #i17d7 .contact-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 1rem;
  }
  #i17d7 .images-gallery {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  #i17d7 .machine-card {
    border-radius: 22px;
    padding: 12px;
  }
  #i17d7 .machine-frame img {
    height: 140px;
  }
  #i17d7 .machine-meta {
    font-size: 0.8rem;
    margin-top: 8px;
  }
  #i17d7 .hero-blueprint {
    display: none;
  }
}

@media (max-width: 480px) {
  #i17d7 {
    padding: 20px 0 40px;
  }
  #i17d7 h1 {
    font-size: 1.35rem;
    line-height: 1.1;
  }
  #i17d7 .hero-text {
    font-size: 0.94rem;
  }
  #i17d7 .machine-frame img {
    height: 110px;
  }
  #i17d7 .logo-link {
    font-size: 1rem;
    padding: 6px 12px;
  }
  #i17d7 .logo-icon {
    font-size: 1.15rem;
  }
  #i17d7 .eyebrow {
    font-size: 0.72rem;
    padding: 8px 12px;
  }
}
/*end_css_for_i17d7*/

/*start_css_for_top*/
#top .logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

#top .logo-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--green-light, #81c784);
  letter-spacing: -0.02em;
  white-space: nowrap;
  text-shadow: 0 0 16px rgba(76, 175, 80, 0.18);
  transition: color 0.2s ease;
}

#top .logo:hover .logo-text {
  color: #ffffff;
}

#top .logo-img {
  max-height: 48px;
  width: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 768px) {
  #top .logo-text {
    font-size: 1.15rem;
  }
  #top .logo-img {
    max-height: 40px;
  }
}

@media (max-width: 480px) {
  #top .logo {
    gap: 8px;
  }
  #top .logo-text {
    font-size: 1.05rem;
  }
  #top .logo-img {
    max-height: 34px;
  }
}
/*end_css_for_top*/

/*start_css_for_services*/
#services {
  position: relative;
}

#services .services-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

#services .services-logo {
  max-height: 48px;
  max-width: 220px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(76, 175, 80, 0.2));
  transition: transform 0.3s ease, filter 0.3s ease;
}

#services .services-logo:hover {
  transform: scale(1.03);
  filter: drop-shadow(0 6px 16px rgba(76, 175, 80, 0.35));
}

#services .service-card {
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

#services .service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(76, 175, 80, 0.3);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35), 0 0 18px rgba(76, 175, 80, 0.12);
}

@media (max-width: 768px) {
  #services .services-logo-wrap {
    margin-bottom: 16px;
  }

  #services .services-logo {
    max-height: 38px;
    max-width: 180px;
  }
}

@media (max-width: 480px) {
  #services .services-logo {
    max-height: 32px;
    max-width: 150px;
  }
}
/*end_css_for_services*/

/*start_css_for_i3ajc7*/
#i3ajc7 {
  position: relative;
  padding: 0 0 48px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.15));
}

#i3ajc7 .footer-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--green, #28a745), transparent);
}

#i3ajc7 .footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  padding-top: 36px;
}

#i3ajc7 .footer-brand-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

#i3ajc7 .logo-img {
  max-height: 48px;
  width: auto;
  object-fit: contain;
  display: block;
}

#i3ajc7 .footer-brand {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--green-light, #4ade80);
  line-height: 1.2;
}

#i3ajc7 .footer-contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #d3dbd4;
  font-size: 1rem;
}

#i3ajc7 .footer-contacts a {
  overflow-wrap: anywhere;
  transition: color 0.2s ease;
}

#i3ajc7 .footer-contacts a:hover {
  color: var(--green-light, #4ade80);
}

#i3ajc7 .footer-copy {
  margin: 0;
  color: #91a096;
  font-size: 0.92rem;
}

@media (max-width: 768px) {
  #i3ajc7 {
    padding-bottom: 36px;
  }

  #i3ajc7 .footer-inner {
    padding-top: 28px;
    gap: 16px;
  }

  #i3ajc7 .logo-img {
    max-height: 40px;
  }

  #i3ajc7 .footer-brand {
    font-size: 1.45rem;
  }

  #i3ajc7 .footer-contacts {
    gap: 16px;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  #i3ajc7 .footer-brand-wrap {
    gap: 10px;
  }

  #i3ajc7 .logo-img {
    max-height: 34px;
  }

  #i3ajc7 .footer-brand {
    font-size: 1.25rem;
  }

  #i3ajc7 .footer-contacts {
    flex-direction: column;
    gap: 10px;
  }

  #i3ajc7 .footer-copy {
    font-size: 0.85rem;
  }
}
/*end_css_for_i3ajc7*/
