

/* SIBOIL inner pages: repeat the home-page hero composition */
:root{
  --siboil-inner-hero-height:100svh;
  --siboil-inner-gutter:6vw;
  --siboil-inner-panel-width:clamp(440px,38vw,570px);
  --siboil-inner-panel-bg:rgba(255,255,255,.60);
}

.page-hero.catalog-hero,
.page-hero.company-hero,
.page-hero.contacts-hero{
  position:relative!important;
  isolation:isolate!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-end!important;
  width:100%!important;
  height:var(--siboil-inner-hero-height)!important;
  min-height:680px!important;
  padding:0 0 38px var(--siboil-inner-gutter)!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
  background:#163d59!important;
}

.page-hero.catalog-hero::before,
.page-hero.company-hero::before,
.page-hero.contacts-hero::before{
  content:"";
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  background-repeat:no-repeat!important;
  background-size:cover!important;
  background-position:center!important;
  transform:scaleX(-1) scale(1.012)!important;
  transform-origin:center!important;
}

.page-hero.catalog-hero::before{
  background-image:
    linear-gradient(180deg,rgba(5,23,38,.42) 0%,rgba(5,23,38,0) 30%),
    linear-gradient(0deg,rgba(6,25,40,.20) 0%,rgba(6,25,40,0) 42%),
    url('/siboil-catalog-hero-20260906.webp')!important;
  background-position:50% 58%!important;
}

.page-hero.company-hero::before{
  background-image:
    linear-gradient(180deg,rgba(5,23,38,.42) 0%,rgba(5,23,38,0) 30%),
    linear-gradient(0deg,rgba(6,25,40,.20) 0%,rgba(6,25,40,0) 42%),
    url('/siboil-company-hero-20260906.webp')!important;
  background-position:50% 52%!important;
}

.page-hero.contacts-hero::before{
  background-image:
    linear-gradient(180deg,rgba(5,23,38,.42) 0%,rgba(5,23,38,0) 30%),
    linear-gradient(0deg,rgba(6,25,40,.20) 0%,rgba(6,25,40,0) 42%),
    url('/siboil-contacts-hero-20260906.webp')!important;
  background-position:50% 54%!important;
}

.page-hero.catalog-hero::after,
.page-hero.company-hero::after,
.page-hero.contacts-hero::after{
  display:none!important;
  content:none!important;
}

/* Adjacent backgrounds form the same translucent panel as on the home page. */
.page-hero.catalog-hero>.eyebrow,
.page-hero.company-hero>.eyebrow,
.page-hero.contacts-hero>.eyebrow,
.page-hero.catalog-hero>h1,
.page-hero.company-hero>h1,
.page-hero.contacts-hero>h1,
.page-hero.catalog-hero>p:not(.eyebrow),
.page-hero.company-hero>p:not(.eyebrow),
.page-hero.contacts-hero>p:not(.eyebrow){
  position:relative!important;
  z-index:2!important;
  flex:0 0 auto!important;
  align-self:flex-start!important;
  justify-self:auto!important;
  width:var(--siboil-inner-panel-width)!important;
  max-width:var(--siboil-inner-panel-width)!important;
  box-sizing:border-box!important;
  margin:0!important;
  background:var(--siboil-inner-panel-bg)!important;
  text-align:left!important;
}

.page-hero.catalog-hero>.eyebrow,
.page-hero.company-hero>.eyebrow,
.page-hero.contacts-hero>.eyebrow{
  padding:34px 38px 10px!important;
  color:#155f91!important;
  font-size:12px!important;
  line-height:1.35!important;
  letter-spacing:.12em!important;
  text-shadow:none!important;
}

.page-hero.catalog-hero>h1,
.page-hero.company-hero>h1,
.page-hero.contacts-hero>h1{
  padding:0 38px!important;
  color:#0b4f7b!important;
  font-size:clamp(40px,3.55vw,56px)!important;
  line-height:1.02!important;
  letter-spacing:-.035em!important;
  text-wrap:balance!important;
  text-shadow:none!important;
}

.page-hero.catalog-hero>h1{
  font-size:clamp(38px,3.3vw,52px)!important;
}

.page-hero.catalog-hero>p:not(.eyebrow),
.page-hero.company-hero>p:not(.eyebrow),
.page-hero.contacts-hero>p:not(.eyebrow){
  padding:18px 38px 34px!important;
  color:#2f4658!important;
  font-size:14px!important;
  line-height:1.55!important;
  text-wrap:pretty!important;
}

@media(min-width:761px) and (max-width:1100px){
  :root{
    --siboil-inner-gutter:clamp(28px,6vw,64px);
    --siboil-inner-panel-width:min(530px,58vw);
  }

  .page-hero.catalog-hero,
  .page-hero.company-hero,
  .page-hero.contacts-hero{
    min-height:640px!important;
    padding-bottom:30px!important;
  }

  .page-hero.catalog-hero>h1,
  .page-hero.company-hero>h1,
  .page-hero.contacts-hero>h1{
    font-size:clamp(38px,4.6vw,50px)!important;
  }
}

@media(max-width:760px){
  :root{
    --siboil-inner-hero-height:100svh;
    --siboil-inner-gutter:clamp(20px,5.15vw,24px);
    --siboil-inner-panel-width:calc(100% - 2 * var(--siboil-inner-gutter));
  }

  .page-hero.catalog-hero,
  .page-hero.company-hero,
  .page-hero.contacts-hero{
    display:block!important;
    height:var(--siboil-inner-hero-height)!important;
    min-height:730px!important;
    padding:0!important;
  }

  .page-hero.catalog-hero::before,
  .page-hero.company-hero::before,
  .page-hero.contacts-hero::before{
    transform:scaleX(-1) scale(1.018)!important;
    background-position:50% center!important;
  }

  .page-hero.catalog-hero>.eyebrow,
  .page-hero.company-hero>.eyebrow,
  .page-hero.contacts-hero>.eyebrow{
    display:none!important;
  }

  .page-hero.catalog-hero>h1,
  .page-hero.company-hero>h1,
  .page-hero.contacts-hero>h1{
    position:absolute!important;
    top:50%!important;
    left:var(--siboil-inner-gutter)!important;
    width:var(--siboil-inner-panel-width)!important;
    max-width:var(--siboil-inner-panel-width)!important;
    margin:0!important;
    padding:0!important;
    transform:translateY(-50%)!important;
    background:transparent!important;
    color:#dff3ff!important;
    font-size:clamp(34px,10vw,44px)!important;
    line-height:1.02!important;
    letter-spacing:-.035em!important;
    text-align:left!important;
    text-shadow:0 3px 24px rgba(0,24,42,.62)!important;
  }

  .page-hero.catalog-hero>h1{
    max-width:13ch!important;
    font-size:clamp(30px,8.8vw,39px)!important;
    line-height:1!important;
  }

  .page-hero.catalog-hero>p:not(.eyebrow),
  .page-hero.company-hero>p:not(.eyebrow),
  .page-hero.contacts-hero>p:not(.eyebrow){
    position:absolute!important;
    left:var(--siboil-inner-gutter)!important;
    bottom:clamp(40px,6.5svh,58px)!important;
    width:min(82%,390px)!important;
    max-width:min(82%,390px)!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
    color:#bfeaff!important;
    font-size:13px!important;
    line-height:1.5!important;
    text-align:left!important;
    text-shadow:0 2px 14px rgba(0,24,42,.76)!important;
  }
}

@media(max-width:359px){
  .page-hero.catalog-hero>h1{
    font-size:30px!important;
  }
}

/* SIBOIL inner hero composition correction v2 */
.page-hero.catalog-hero::before,
.page-hero.company-hero::before,
.page-hero.contacts-hero::before,
.page-hero.catalog-hero::after,
.page-hero.company-hero::after,
.page-hero.contacts-hero::after{
  position:relative!important;
  inset:auto!important;
  box-sizing:border-box!important;
}
.page-hero.catalog-hero>.eyebrow,
.page-hero.company-hero>.eyebrow,
.page-hero.contacts-hero>.eyebrow{
  margin:clamp(108px,9vw,140px) var(--siboil-inner-gutter) 0!important;
}
@media(max-width:760px){
  .page-hero.catalog-hero>.eyebrow,
  .page-hero.company-hero>.eyebrow,
  .page-hero.contacts-hero>.eyebrow{
    margin:86px var(--siboil-inner-gutter) 0!important;
  }
}

/* SIBOIL inner page hero redesign: catalog, company, contacts */
:root{
  --siboil-inner-hero-height:clamp(470px,58vw,720px);
  --siboil-inner-gutter:clamp(24px,7vw,112px);
}

.page-hero.catalog-hero,
.page-hero.company-hero,
.page-hero.contacts-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  grid-template-rows:var(--siboil-inner-hero-height) auto!important;
  position:relative!important;
  isolation:isolate!important;
  min-height:0!important;
  height:auto!important;
  padding:0!important;
  overflow:hidden!important;
  background:#163d59!important;
}

.page-hero.catalog-hero::before,
.page-hero.company-hero::before,
.page-hero.contacts-hero::before,
.page-hero.catalog-hero::after,
.page-hero.company-hero::after,
.page-hero.contacts-hero::after{
  content:"";
  grid-area:1 / 1;
  width:100%;
  height:100%;
  min-width:0;
  min-height:0;
}

.page-hero.catalog-hero::before,
.page-hero.company-hero::before,
.page-hero.contacts-hero::before{
  z-index:0;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  transform:scale(1.01);
}

.page-hero.catalog-hero::before{
  background-image:url('/siboil-catalog-hero-20260906.webp');
  background-position:50% 58%;
}

.page-hero.company-hero::before{
  background-image:url('/siboil-company-hero-20260906.webp');
  background-position:50% 52%;
}

.page-hero.contacts-hero::before{
  background-image:url('/siboil-contacts-hero-20260906.webp');
  background-position:50% 54%;
}

.page-hero.catalog-hero::after,
.page-hero.company-hero::after,
.page-hero.contacts-hero::after{
  z-index:1;
  background:
    linear-gradient(180deg,rgba(5,23,38,.42) 0%,rgba(5,23,38,0) 32%),
    linear-gradient(90deg,rgba(8,30,47,.08) 0%,rgba(8,30,47,.16) 45%,rgba(6,28,45,.68) 100%),
    linear-gradient(0deg,rgba(6,25,40,.58) 0%,rgba(6,25,40,0) 48%);
}

.page-hero.catalog-hero>.eyebrow,
.page-hero.company-hero>.eyebrow,
.page-hero.contacts-hero>.eyebrow{
  grid-area:1 / 1!important;
  align-self:start!important;
  justify-self:start!important;
  position:relative!important;
  z-index:2!important;
  margin:clamp(108px,9vw,140px) var(--siboil-inner-gutter) 0!important;
  color:#d0e9f7!important;
  text-shadow:0 2px 16px rgba(1,25,43,.42)!important;
}

.page-hero.catalog-hero>h1,
.page-hero.company-hero>h1,
.page-hero.contacts-hero>h1{
  grid-area:1 / 1!important;
  align-self:end!important;
  justify-self:end!important;
  position:relative!important;
  z-index:2!important;
  width:min(760px,62vw)!important;
  max-width:none!important;
  margin:0 var(--siboil-inner-gutter) clamp(38px,5vw,76px)!important;
  padding:0!important;
  color:#dff3ff!important;
  font-size:clamp(48px,5.7vw,84px)!important;
  line-height:.98!important;
  letter-spacing:-.04em!important;
  text-align:right!important;
  text-wrap:balance;
  text-shadow:0 3px 24px rgba(0,24,42,.58)!important;
}

.page-hero.catalog-hero>p:not(.eyebrow),
.page-hero.company-hero>p:not(.eyebrow),
.page-hero.contacts-hero>p:not(.eyebrow){
  grid-area:2 / 1!important;
  position:relative!important;
  z-index:3!important;
  align-self:stretch!important;
  justify-self:stretch!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:clamp(24px,3vw,42px) var(--siboil-inner-gutter)!important;
  box-sizing:border-box!important;
  background:#f6f9fb!important;
  color:#526b7d!important;
  font-size:clamp(15px,1.2vw,18px)!important;
  line-height:1.65!important;
  text-align:left!important;
  text-wrap:pretty;
}

@media(max-width:760px){
  :root{
    --siboil-inner-hero-height:clamp(400px,116vw,540px);
    --siboil-inner-gutter:clamp(20px,6vw,26px);
  }

  .page-hero.catalog-hero::before{
    background-position:33% 54%;
  }

  .page-hero.company-hero::before{
    background-position:30% 52%;
  }

  .page-hero.contacts-hero::before{
    background-position:28% 52%;
  }

  .page-hero.catalog-hero::after,
  .page-hero.company-hero::after,
  .page-hero.contacts-hero::after{
    background:
      linear-gradient(180deg,rgba(5,23,38,.46) 0%,rgba(5,23,38,0) 32%),
      linear-gradient(90deg,rgba(6,25,40,.04) 0%,rgba(6,25,40,.18) 35%,rgba(6,25,40,.66) 100%),
      linear-gradient(0deg,rgba(5,23,38,.72) 0%,rgba(5,23,38,0) 55%);
  }

  .page-hero.catalog-hero>.eyebrow,
  .page-hero.company-hero>.eyebrow,
  .page-hero.contacts-hero>.eyebrow{
    margin:86px var(--siboil-inner-gutter) 0!important;
    font-size:11px!important;
    line-height:1.35!important;
  }

  .page-hero.catalog-hero>h1,
  .page-hero.company-hero>h1,
  .page-hero.contacts-hero>h1{
    width:min(520px,calc(100% - 2 * var(--siboil-inner-gutter)))!important;
    margin:0 var(--siboil-inner-gutter) 28px!important;
    font-size:clamp(34px,10vw,46px)!important;
    line-height:1.02!important;
    letter-spacing:-.035em!important;
  }

  .page-hero.catalog-hero>p:not(.eyebrow),
  .page-hero.company-hero>p:not(.eyebrow),
  .page-hero.contacts-hero>p:not(.eyebrow){
    padding:22px var(--siboil-inner-gutter) 26px!important;
    font-size:15px!important;
    line-height:1.62!important;
  }
}

/* SIBOIL inner hero absolute layers v4 */
.page-hero.catalog-hero::before,
.page-hero.company-hero::before,
.page-hero.contacts-hero::before,
.page-hero.catalog-hero::after,
.page-hero.company-hero::after,
.page-hero.contacts-hero::after{
  position:absolute!important;
  top:0!important;
  right:0!important;
  bottom:auto!important;
  left:0!important;
  width:100%!important;
  height:var(--siboil-inner-hero-height)!important;
  box-sizing:border-box!important;
}
/* SIBOIL inner hero media layer v5 */
.page-hero.catalog-hero::before{
  background-image:
    linear-gradient(180deg,rgba(5,23,38,.42) 0%,rgba(5,23,38,0) 32%),
    linear-gradient(90deg,rgba(8,30,47,.08) 0%,rgba(8,30,47,.16) 45%,rgba(6,28,45,.68) 100%),
    linear-gradient(0deg,rgba(6,25,40,.58) 0%,rgba(6,25,40,0) 48%),
    url('/siboil-catalog-hero-20260906.webp')!important;
}
.page-hero.company-hero::before{
  background-image:
    linear-gradient(180deg,rgba(5,23,38,.42) 0%,rgba(5,23,38,0) 32%),
    linear-gradient(90deg,rgba(8,30,47,.08) 0%,rgba(8,30,47,.16) 45%,rgba(6,28,45,.68) 100%),
    linear-gradient(0deg,rgba(6,25,40,.58) 0%,rgba(6,25,40,0) 48%),
    url('/siboil-company-hero-20260906.webp')!important;
}
.page-hero.contacts-hero::before{
  background-image:
    linear-gradient(180deg,rgba(5,23,38,.42) 0%,rgba(5,23,38,0) 32%),
    linear-gradient(90deg,rgba(8,30,47,.08) 0%,rgba(8,30,47,.16) 45%,rgba(6,28,45,.68) 100%),
    linear-gradient(0deg,rgba(6,25,40,.58) 0%,rgba(6,25,40,0) 48%),
    url('/siboil-contacts-hero-20260906.webp')!important;
}
.page-hero.catalog-hero::after,
.page-hero.company-hero::after,
.page-hero.contacts-hero::after{
  display:none!important;
}
/* SIBOIL product badge: accessible contrast */
.product-hero-image>span:first-child{
  width:fit-content!important;
  max-width:calc(100% - 32px)!important;
  padding:10px 14px!important;
  box-sizing:border-box!important;
  background:#f7fbfd!important;
  background:rgba(247,251,253,.96)!important;
  color:#0b4f7a!important;
  border:1px solid rgba(11,79,122,.25)!important;
  border-left:3px solid #3d7fbc!important;
  border-radius:0!important;
  box-shadow:0 8px 24px rgba(16,75,120,.08)!important;
  text-shadow:none!important;
  line-height:1.3!important;
}
@media(max-width:700px){
  .product-hero-image>span:first-child{
    font-size:clamp(12px,3.2vw,14px)!important;
    letter-spacing:.12em!important;
  }
}

@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.p.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_4561c226-module__2nV-ja__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_4561c226-module__2nV-ja__variable{--font-body:"Inter", "Inter Fallback"}
@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8298327da6d5bcce-s.132ro2ak-rvxq.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/44fac91e6f2d2b1b-s.p.0f~sf101j6mzi.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2b402d8aebffd579-s.0dskwooysu3cf.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/a88409fdd7dc121c-s.0ir_pxtv760h..woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/e8f2fbee2754df70-s.p.0fzkl03jw-sdz.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat Fallback;src:local(Arial);ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.0%;size-adjust:112.83%}.montserrat_b2c46dcd-module__3SHyea__className{font-family:Montserrat,Montserrat Fallback;font-style:normal}.montserrat_b2c46dcd-module__3SHyea__variable{--font-heading:"Montserrat", "Montserrat Fallback"}
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.static{position:static}.start{inset-inline-start:var(--spacing)}.table{display:table}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}}:root{--ink:#103b65;--ink-soft:#245b88;--steel:#6f8497;--paper:#f5f8fb;--paper-2:#eaf1f6;--orange:#3b73b9;--line:#103b6526}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:#243746;font-family:var(--font-body),Arial,sans-serif;background:#fff;margin:0}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.site-header{z-index:20;height:88px;color:var(--ink);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;border-bottom:1px solid #103b6521;grid-template-columns:1fr auto 1fr;align-items:center;gap:40px;padding:0 5.5vw;display:grid;position:absolute;inset:0 0 auto;box-shadow:0 5px 24px #103b6514}.header-wordmark{justify-self:start;width:142px;height:76px;display:block;position:relative;overflow:hidden}.header-logo-tire{z-index:1;width:94px;height:48px;display:block;position:absolute;top:0;left:24px;overflow:hidden}.header-logo-tire img{mix-blend-mode:multiply;width:112px;max-width:none;height:auto;position:absolute;top:-10px;left:-9px}.header-wordmark-crop{z-index:2;width:142px;height:44px;display:block;position:absolute;bottom:0;left:0;overflow:hidden}.header-wordmark-crop img{mix-blend-mode:multiply;width:169px;max-width:none;height:auto;position:absolute;top:-88px;left:-15px}.brand{align-items:center;gap:14px;width:max-content;display:flex}.brand img{object-fit:contain;background:#fff;border-radius:50%;width:50px;height:50px;padding:3px}.brand-copy{flex-direction:column;gap:2px;display:flex}.brand-copy strong{color:var(--ink);font:700 22px/1 var(--font-heading),sans-serif;letter-spacing:.07em}.brand-copy small{color:#71879a;letter-spacing:.1em;text-transform:uppercase;font-size:9px}.desktop-nav{align-items:center;gap:clamp(22px,3vw,52px);display:flex}.desktop-nav a{letter-spacing:.035em;font-size:12px;font-weight:650;position:relative}.desktop-nav a:after{content:"";background:var(--orange);height:2px;transition:right .25s;position:absolute;bottom:-10px;left:0;right:100%}.desktop-nav a:hover:after{right:0}.header-cta{border:1px solid var(--ink);background:var(--ink);color:#fff;letter-spacing:.04em;justify-self:end;align-items:center;gap:14px;padding:14px 18px;font-size:11px;font-weight:750;transition:all .2s;display:inline-flex}.header-cta:hover{background:var(--orange);border-color:var(--orange)}.menu-toggle{display:none}.hero{isolation:isolate;background:#d7e5f0;height:100svh;min-height:760px;position:relative;overflow:hidden}.hero:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#0b2f4f4d,#123d620d 68%);position:absolute;inset:0}.hero:after{content:none}.hero-slider{z-index:0;background:#c7d9e6;position:absolute;inset:0;overflow:hidden}.hero-slide{opacity:0;will-change:opacity,transform;background-position:50%;background-size:cover;transition:opacity 1.4s ease-in-out;position:absolute;inset:-2%;transform:scale(1.025)}.hero-slide.is-active{opacity:1;animation:7s linear both hero-drift}@keyframes hero-drift{0%{transform:scale(1.025)}to{transform:scale(1.075)}}.hero-slide-status{z-index:3;color:#fff;letter-spacing:.12em;text-transform:uppercase;text-shadow:0 2px 12px #031c31a6;align-items:center;gap:16px;font-size:9px;font-weight:700;display:flex;position:absolute;bottom:148px;right:4.4vw}.hero-slide-dots{gap:6px;display:flex}.hero-slide-dots i{background:#ffffff73;width:18px;height:2px;transition:width .35s,background .35s;display:block}.hero-slide-dots i.is-active{background:#fff;width:34px}.hero-grid{display:none}.hero-content{z-index:2;width:min(610px,76vw);color:var(--ink);background:#fffffff0;margin:clamp(135px,17vh,175px) 0 80px 6vw;padding:42px clamp(32px,3.4vw,50px) 44px;position:relative;box-shadow:0 20px 65px #0e325133}.eyebrow{color:#5e7890;letter-spacing:.13em;text-transform:uppercase;align-items:center;gap:13px;margin:0 0 24px;font-size:10px;font-weight:750;display:flex}.eyebrow span{background:var(--orange);width:36px;height:3px}h1{max-width:900px;font:700 clamp(46px,5vw,76px)/1.05 var(--font-heading),sans-serif;letter-spacing:-.035em;margin:0}.hero-content h1{font-size:clamp(34px,3.4vw,49.3px);line-height:1.06}h1 em{color:var(--orange);-webkit-text-stroke:0;font-style:normal}.hero-lead{color:#587083;max-width:620px;margin:26px 0 0;font-size:clamp(15px,1.1vw,18px);line-height:1.65}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:42px;display:flex}.button{letter-spacing:.04em;cursor:pointer;border:0;justify-content:center;align-items:center;gap:24px;min-height:54px;padding:0 25px;font-size:11px;font-weight:750;transition:transform .2s,background .2s,color .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--orange);color:#fff}.button-ghost{color:var(--ink);border:1px solid #103b6557}.button-ghost:hover{background:var(--ink);color:#fff}.hero-facts{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff6;gap:1px;display:flex;position:absolute;bottom:38px;right:4.4vw;box-shadow:0 12px 34px #103b6526}.hero-facts div{width:160px;min-height:92px;color:var(--ink);background:#ffffffeb;flex-direction:column;justify-content:center;gap:6px;padding:16px 20px;display:flex}.hero-facts strong{font:650 22px/1 var(--font-heading),sans-serif}.hero-facts span{color:#70869a;letter-spacing:.06em;text-transform:uppercase;font-size:9px}.scroll-note{color:#82919c;letter-spacing:.2em;text-transform:uppercase;transform-origin:0;align-items:center;gap:18px;font-size:9px;display:flex;position:absolute;bottom:42px;left:4.4vw;transform:rotate(-90deg)}.scroll-note i{background:#61717d;width:48px;height:1px;display:block}.section-light{color:var(--ink);background:#fff}.industry-intro,.featured-products,.process,.company-band,.request,.catalog-page,.about-story,.values,.requisites,.contact-grid,.product-details,.product-features,.telegram-news{padding:clamp(78px,8vw,120px) 8.5vw}.section-heading{grid-template-columns:1fr minmax(280px,460px);align-items:end;gap:60px;margin-bottom:62px;display:grid}.section-kicker{color:var(--orange);letter-spacing:.2em;text-transform:uppercase;margin:0 0 21px;padding-left:52px;font-size:10px;font-weight:850;position:relative}.section-kicker:before{content:"";background:currentColor;width:34px;height:2px;position:absolute;top:50%;left:0}h2{font:700 clamp(38px,4.3vw,66px)/1.08 var(--font-heading),sans-serif;letter-spacing:-.035em;margin:0}h2 em{color:var(--orange);-webkit-text-stroke:0;font-style:normal}.request h2 em{color:#b8e0f7}.section-heading>p{color:#687782;margin:0 0 7px;font-size:16px;line-height:1.7}.industry-grid{border-top:1px solid #c5d0d4;border-left:1px solid #c5d0d4;grid-template-columns:repeat(3,1fr);display:grid}.industry-grid article{border-bottom:1px solid #c5d0d4;border-right:1px solid #c5d0d4;min-height:280px;padding:28px}.industry-grid span{color:var(--orange);font:600 12px/1 var(--font-heading),sans-serif}.industry-grid h3{font:650 25px/1.15 var(--font-heading),sans-serif;margin:60px 0 18px}.industry-grid p{color:#667680;margin:0;font-size:14px;line-height:1.7}.industry-grid.dark,.industry-grid.dark article{border-color:#ffffff26}.industry-grid.dark p{color:#91a1ad}.industry-intro,.process,.about-story,.requisites{background:#fff}.featured-products,.values,.product-features{background:var(--paper);color:var(--ink)}.section-heading.inverse>p{color:#657b8d}.product-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.product-card{color:var(--ink);background:#fff;border:1px solid #dce6ed;border-radius:3px;transition:transform .25s,box-shadow .25s;overflow:hidden;box-shadow:0 10px 30px #103b6512}.product-card:hover{transform:translateY(-5px);box-shadow:0 20px 42px #103b6524}.product-image{background:radial-gradient(circle at 55% 45%,#fff,#edf4f8 72%);height:320px;display:block;position:relative;overflow:hidden}.product-image:after{content:"";background:linear-gradient(135deg,#ffffff0a,#0000 45%);position:absolute;inset:0}.product-image>span{z-index:2;background:var(--orange);color:#fff;letter-spacing:.12em;text-transform:uppercase;padding:8px 10px;font-size:8px;font-weight:850;position:absolute;top:18px;left:18px}.product-image img{object-fit:contain;width:100%;height:100%;padding:22px;transition:transform .35s}.product-card:hover .product-image img{transform:scale(1.05)rotate(-2deg)}.product-body{padding:24px}.product-title{border-bottom:1px solid #d8e0e3;justify-content:space-between;align-items:flex-end;gap:16px;padding-bottom:17px;display:flex}.product-title small{color:var(--orange);letter-spacing:.15em;font-size:8px;font-weight:850}.product-title h3{font:700 29px/1 var(--font-heading),sans-serif;margin:5px 0 0}.product-title>span{color:#6a7982;text-align:right;text-transform:uppercase;max-width:135px;font-size:10px;line-height:1.4}.product-body>p{color:#61717c;min-height:78px;margin:18px 0;font-size:13px;line-height:1.55}.product-specs{border-top:1px solid #e0e6e8;grid-template-columns:1fr 1fr;gap:14px;padding:15px 0;display:grid}.product-specs>span{font-size:11px;font-weight:750}.product-specs small{color:#8a98a1;letter-spacing:.1em;text-transform:uppercase;margin-bottom:5px;font-size:8px;display:block}.product-link,.text-link{color:var(--ink);letter-spacing:.1em;text-transform:uppercase;justify-content:space-between;align-items:center;margin-top:15px;font-size:10px;font-weight:850;display:flex}.product-links{border-top:1px solid #e0e6e8;justify-content:space-between;align-items:center;gap:16px;display:flex}.product-links .product-link{flex:1}.price-link{color:var(--orange);letter-spacing:.04em;white-space:nowrap;margin-top:15px;font-size:10px;font-weight:800}.featured-products .text-link,.company-band .text-link,.catalog-download .text-link{color:var(--ink)}.product-link span{color:var(--orange);font-size:19px}.section-actions{justify-content:center;align-items:center;gap:36px;margin-top:54px;display:flex}.telegram-news{color:var(--ink);background:#fff;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(45px,8vw,110px);display:grid}.telegram-news-copy>p:last-child{color:#617789;max-width:650px;margin:26px 0 0;font-size:16px;line-height:1.75}.telegram-card{background:linear-gradient(145deg,#f6f9fb,#e8f1f7);border:1px solid #ccdae4;padding:42px;transition:transform .2s,box-shadow .2s;display:block;box-shadow:0 16px 42px #103b651a}.telegram-card:hover{transform:translateY(-4px);box-shadow:0 22px 48px #103b6529}.telegram-card>span{background:var(--orange);color:#fff;letter-spacing:.08em;text-transform:uppercase;padding:8px 11px;font-size:9px;font-weight:750;display:inline-block}.telegram-card h3{color:var(--ink);font:700 clamp(28px,3vw,43px)/1.1 var(--font-heading),sans-serif;margin:42px 0 15px}.telegram-card p{color:#617789;margin:0 0 34px;line-height:1.7}.telegram-card strong{color:var(--orange);letter-spacing:.04em;font-size:11px}.process-list{border-top:1px solid #c5d0d4;grid-template-columns:repeat(4,1fr);display:grid}.process-list article{border-right:1px solid #c5d0d4;padding:26px 25px 0}.process-list article:first-child{border-left:1px solid #c5d0d4}.process-list span{color:var(--orange);font:600 12px/1 var(--font-heading),sans-serif}.process-list h3{font:650 23px/1.15 var(--font-heading),sans-serif;margin:50px 0 15px}.process-list p{color:#65747e;font-size:13px;line-height:1.65}.company-band{color:var(--ink);background:#e9f1f7;grid-template-columns:minmax(330px,.8fr) 1.2fr;align-items:center;gap:clamp(55px,9vw,135px);display:grid}.company-band-mark,.about-mark{aspect-ratio:1;background:linear-gradient(145deg,#cbd5db,#f6f8f8);place-items:center;display:grid;position:relative;overflow:hidden}.company-band-mark:before,.about-mark:before{content:"";border:1px solid #0d202f2e;position:absolute;inset:7%}.company-band-mark img,.about-mark img{z-index:2;width:48%;position:relative}.company-band-mark span,.about-mark span{color:#0a1b2814;font:700 190px/.8 var(--font-heading),sans-serif;position:absolute;bottom:-8%;right:-4%}.company-band>div:last-child>p:not(.section-kicker){color:#5f7486;max-width:680px;margin:28px 0;font-size:17px;line-height:1.75}.values .industry-grid.dark,.values .industry-grid.dark article{border-color:#cad7e0}.values .industry-grid.dark p{color:#617789}.request{color:#fff;background:linear-gradient(120deg,#103b65,#2b628e);grid-template-columns:.9fr 1.1fr;gap:clamp(60px,9vw,150px);display:grid}.request-copy>p:last-child{color:#91a1ad;max-width:480px;line-height:1.7}.request .section-kicker{color:#c5e6f8}.request-copy>p:last-child{color:#d0dce6}.request-form{grid-template-columns:1fr 1fr;align-content:start;gap:25px 20px;display:grid}.request-form label{color:#d0dfeb;letter-spacing:.1em;text-transform:uppercase;flex-direction:column;gap:10px;font-size:9px;font-weight:750;display:flex}.request-form .wide{grid-column:1/-1}.request-form input,.request-form textarea{color:#fff;text-transform:none;resize:vertical;background:0 0;border:0;border-bottom:1px solid #ffffff73;border-radius:0;outline:0;width:100%;padding:12px 0;font-size:14px}.request-form input:focus,.request-form textarea:focus{border-color:var(--orange)}.request-form button{justify-self:start}.request-form>small{color:#6f808c;align-self:center;font-size:9px;line-height:1.5}.success-card{background:#ffffff0a;border:1px solid #ffffff26;padding:40px}.success-card>span{background:var(--orange);border-radius:50%;place-items:center;width:52px;height:52px;font-size:24px;display:grid}.success-card h3{font:650 32px/1.1 var(--font-heading),sans-serif;margin:25px 0 12px}.success-card p{color:#a0aeb7;line-height:1.7}.success-card button{color:#fff;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}footer{color:#fff;background:#103b65;grid-template-columns:1.6fr .7fr 1fr;gap:70px;padding:70px 8.5vw 34px;display:grid}.footer-brand .brand-copy strong{color:#fff}.footer-brand .brand-copy small{color:#b9cad8}.footer-brand p{color:#c0d0dc;max-width:360px;margin:22px 0 0;font-size:13px;line-height:1.6}footer>div:not(.footer-brand):not(.footer-bottom){flex-direction:column;gap:13px;display:flex}footer>div>span{color:#b7cbd9;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px;font-size:9px;font-weight:750}footer>div>a{font-size:13px}footer>div>p{color:#c0d0dc;margin:0;font-size:12px;line-height:1.6}.footer-bottom{color:#b7c9d6;letter-spacing:.08em;text-transform:uppercase;border-top:1px solid #ffffff29;grid-column:1/-1;justify-content:space-between;margin-top:28px;padding-top:28px;font-size:9px;display:flex}.page-hero{color:#fff;isolation:isolate;background:linear-gradient(130deg,#103b65,#3f79a7);flex-direction:column;justify-content:flex-end;min-height:540px;padding:170px 8.5vw 80px;display:flex;position:relative;overflow:hidden}.page-hero:before{content:"";z-index:-1;background:radial-gradient(circle at 82% 20%,#ffffff29,#0000 34%);position:absolute;inset:0}.page-hero:after{content:"86";z-index:-1;color:#ffffff12;font:700 360px/.8 var(--font-heading),sans-serif;position:absolute;bottom:-18%;right:5vw}.page-hero .eyebrow{color:#d4e3ee}.page-hero h1 em{color:#a8daf8}.page-hero>p:last-child{color:#d5e2eb;max-width:690px;margin:28px 0 0;font-size:17px;line-height:1.65}.catalog-toolbar{gap:8px;margin-bottom:42px;display:flex}.catalog-toolbar button{color:#53646f;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #c5d0d4;align-items:center;gap:16px;padding:14px 18px;font-size:10px;font-weight:850;display:flex}.catalog-toolbar button span{color:#8f9da5}.catalog-toolbar button.active{border-color:var(--ink);background:var(--ink);color:#fff}.catalog-products .product-card{border:1px solid #d2dcdf}.catalog-download{color:var(--ink);background:#e9f1f7;grid-template-columns:1.2fr 1fr auto;align-items:end;gap:50px;margin-top:85px;padding:54px;display:grid}.catalog-download>p{color:#8e9da7;margin:0;line-height:1.7}.product-hero{min-height:700px;color:var(--ink);background:#f4f8fb;grid-template-columns:1fr 1fr;align-items:center;gap:70px;padding:150px 8.5vw 70px;display:grid}.back-link{color:#83949f;letter-spacing:.1em;text-transform:uppercase;margin-bottom:45px;font-size:10px;font-weight:800;display:inline-block}.product-hero-copy>p:not(.eyebrow){color:#647b8d;max-width:600px;font-size:17px;line-height:1.7}.product-hero-image{background:radial-gradient(circle,#fff,#edf4f8 70%);border:1px solid #d7e3eb;place-items:center;min-height:500px;display:grid;position:relative;overflow:hidden}.product-hero-image>span{z-index:2;background:var(--orange);letter-spacing:.12em;text-transform:uppercase;padding:9px 11px;font-size:8px;font-weight:850;position:absolute;top:24px;left:24px}.product-hero-image img{object-fit:contain;width:78%;height:470px}.product-details{grid-template-columns:.85fr 1.15fr;gap:clamp(60px,9vw,140px);display:grid}.detail-note{color:#667680;max-width:450px;line-height:1.7}.spec-table{border-top:1px solid #bcc9ce}.spec-table>div{border-bottom:1px solid #ccd6da;grid-template-columns:.8fr 1.2fr;gap:30px;padding:20px 0;display:grid}.spec-table span{color:#71818b;letter-spacing:.1em;text-transform:uppercase;font-size:10px}.spec-table strong{font-size:13px}.product-features>div{border-color:#ccd9e2;border-top-style:solid;border-top-width:1px;border-left-style:solid;border-left-width:1px;grid-template-columns:repeat(2,1fr);display:grid}.product-features article{border-bottom:1px solid #ccd9e2;border-right:1px solid #ccd9e2;min-height:180px;padding:26px}.product-features article span{color:var(--orange);font:600 11px/1 var(--font-heading),sans-serif}.product-features article h3{font:650 23px/1.2 var(--font-heading),sans-serif;margin:54px 0 0}.about-story{grid-template-columns:.75fr 1.25fr;align-items:center;gap:clamp(60px,9vw,140px);display:grid}.large-copy{color:#2a3c48;font-size:20px;line-height:1.65}.about-story>div:last-child>p:last-child{color:#687883;line-height:1.75}.requisites{grid-template-columns:.75fr 1.25fr;gap:clamp(60px,9vw,140px);display:grid}.requisites>div>p:last-child{color:#6b7b85}.requisites dl{border-top:1px solid #bcc9ce;margin:0}.requisites dl>div{border-bottom:1px solid #ccd6da;grid-template-columns:.75fr 1.25fr;gap:25px;padding:17px 0;display:grid}.requisites dt{color:#778791;letter-spacing:.09em;text-transform:uppercase;font-size:9px}.requisites dd{margin:0;font-size:13px;font-weight:700}.contact-grid{background:#c4cfd3;grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.contact-grid article{background:var(--paper);flex-direction:column;min-height:300px;padding:30px;display:flex}.contact-grid article>span{color:var(--orange);letter-spacing:.14em;text-transform:uppercase;font-size:9px;font-weight:850}.contact-grid article>a:not(.text-link),.contact-grid article>strong{font:650 20px/1.35 var(--font-heading),sans-serif;margin:70px 0 15px}.contact-grid article p{color:#74838d;margin:0;font-size:13px;line-height:1.6}.contact-grid .text-link{color:var(--orange);justify-content:flex-start;margin-top:auto}@media (max-width:1100px){.site-header{grid-template-columns:1fr auto}.desktop-nav{background:#fff;border-bottom:1px solid #103b6521;flex-direction:column;align-items:flex-start;padding:28px 5vw;display:none;position:absolute;top:88px;left:0;right:0;box-shadow:0 16px 30px #103b651f}.desktop-nav.is-open{display:flex}.header-cta{display:none}.menu-toggle{background:0 0;border:0;flex-direction:column;gap:7px;width:46px;padding:12px;display:flex}.menu-toggle span{background:var(--ink);width:100%;height:2px}.product-grid{grid-template-columns:repeat(2,1fr)}.hero-facts,.hero-slide-status{display:none}.process-list{grid-template-columns:repeat(2,1fr);gap:35px 0}.catalog-download{grid-template-columns:1fr 1fr}.catalog-download .button{grid-column:1/-1;justify-self:start}.product-hero{gap:35px}}@media (max-width:760px){.site-header{height:78px;padding:0 20px}.header-wordmark{width:122px;height:66px}.header-logo-tire{width:80px;height:41px;left:21px}.header-logo-tire img{width:96px;top:-8px;left:-8px}.header-wordmark-crop{width:122px;height:38px}.header-wordmark-crop img{width:145px;top:-75px;left:-13px}.brand img{width:43px;height:43px}.brand-copy strong{font-size:20px}.desktop-nav{top:78px}.hero{align-items:flex-start;height:auto;min-height:730px;padding:118px 18px 90px;display:flex}.hero-slide{background-position:62%}.hero-content{width:100%;margin:0;padding:32px 22px}.hero-content h1{font-size:clamp(28.9px,8.075vw,39.1px)}.hero-lead{font-size:15px}.hero-actions{flex-direction:column;align-items:stretch}.scroll-note{display:none}.industry-intro,.featured-products,.process,.company-band,.request,.catalog-page,.about-story,.values,.requisites,.contact-grid,.product-details,.product-features,.telegram-news{padding:70px 20px}.section-heading{grid-template-columns:1fr;gap:24px;margin-bottom:42px}h2{font-size:clamp(42px,12vw,62px)}.industry-grid,.product-grid,.company-band,.request,.product-hero,.product-details,.about-story,.requisites,.contact-grid,.telegram-news{grid-template-columns:1fr}.industry-grid article{min-height:235px}.industry-grid h3{margin-top:50px}.product-image{height:300px}.product-body>p{min-height:0}.section-actions{flex-direction:column;align-items:stretch}.process-list{grid-template-columns:1fr}.process-list article,.process-list article:first-child{border-left:1px solid #c5d0d4;padding-bottom:22px}.process-list h3{margin-top:28px}.company-band{gap:45px}.request{gap:48px}.request-form{grid-template-columns:1fr}.request-form label,.request-form .wide{grid-column:1}footer{grid-template-columns:1fr;gap:38px;padding:60px 20px 28px}.footer-bottom{flex-direction:column;gap:10px}.page-hero{min-height:500px;padding:145px 20px 65px}.page-hero:after{font-size:260px}.catalog-toolbar{padding-bottom:5px;overflow-x:auto}.catalog-toolbar button{flex:none}.catalog-download{grid-template-columns:1fr;padding:34px 24px}.catalog-download .button{grid-column:auto}.product-hero{padding:130px 20px 65px}.product-hero-image{min-height:420px}.product-hero-image img{height:390px}.product-features>div{grid-template-columns:1fr}.requisites dl>div,.spec-table>div{grid-template-columns:1fr;gap:8px}.contact-grid{background:var(--paper);gap:1px;padding-top:1px}.contact-grid article{min-height:250px}.contact-grid article>a:not(.text-link),.contact-grid article>strong{margin-top:55px}}@media (prefers-reduced-motion:reduce){.hero-slide{transition-duration:.01ms;transform:none}.hero-slide.is-active{animation:none}}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
:root{--slider-blue:#c7d9e6}.hero,.hero-slider,.featured-products,.values,.product-features,.company-band,.catalog-download,.product-hero,.contact-grid,.contact-grid article{background:var(--slider-blue)}.telegram-card{background:var(--slider-blue)}
@media (max-width:760px){h1{font-size:clamp(32px,9vw,39px);line-height:1.08;letter-spacing:-.025em}.hero-content h1{font-size:clamp(25px,6.7vw,29px);line-height:1.08;letter-spacing:-.02em}.page-hero h1,.product-hero h1{font-size:clamp(32px,9vw,39px)}h2{font-size:clamp(30px,8.2vw,36px);line-height:1.1;letter-spacing:-.025em}.hero-content{padding:28px 22px 32px}.hero-lead{font-size:14px;line-height:1.55;margin-top:20px}.hero-actions{margin-top:28px}}
footer{background:#1f3647}
.hero-content{background:rgba(255,255,255,.60)}
.hero-lead{color:#2f4658}
@media (min-width:1101px){.hero-content{position:absolute;left:6vw;bottom:38px;margin:0}}.hero-slide{animation:none!important;transform:scale(1.025);transition:opacity 1.4s ease-in-out,transform 0s linear 1.4s}.hero-slide.is-active{animation:none!important;opacity:1;transform:scale(1.075);transition:opacity 1.4s ease-in-out,transform 6.4s cubic-bezier(.22,.61,.36,1)}@media (prefers-reduced-motion:reduce){.hero-slide,.hero-slide.is-active{animation:none!important;transform:none;transition:opacity .01ms}}

/* siboil-mobile-hero-compose-v3-20260903 */
@media (max-width:760px){
  .hero{height:100svh;min-height:730px;padding:104px 16px 18px;display:flex;align-items:flex-end}
  .hero-slider>.hero-slide:nth-child(1){background-position:78% 40%!important}
  .hero-slider>.hero-slide:nth-child(2){background-position:67% 43%!important}
  .hero-slider>.hero-slide:nth-child(3){background-position:63% 38%!important}
  .hero-slider>.hero-slide:nth-child(4){background-position:50% 42%!important}
  .hero-content{width:min(82vw,330px);margin:0 auto 0 0;padding:20px 18px 18px}
  .hero-content .eyebrow{gap:9px;margin-bottom:14px;font-size:9px;line-height:1.35}
  .hero-content .eyebrow span{width:24px;height:2px}
  .hero-content h1{font-size:clamp(24px,6.6vw,27px);line-height:1.08;letter-spacing:-.02em}
  .hero-lead{margin-top:16px;font-size:13.5px;line-height:1.5}
  .hero-actions{flex-direction:row;align-items:stretch;gap:8px;margin-top:18px}
  .hero-actions .button{flex:1 1 0;min-height:44px;gap:8px;padding:0 10px;font-size:9px}
}
/* siboil-mobile-text-only-20260904 */
@media (max-width:700px){.hero{align-items:stretch!important}.hero::before{background:linear-gradient(90deg,rgba(3,27,47,.62) 0%,rgba(3,27,47,.24) 56%,rgba(3,27,47,0) 100%)!important}.hero .hero-content{position:relative!important;inset:auto!important;align-self:stretch!important;left:auto!important;right:auto!important;bottom:auto!important;width:calc(100% - 20px)!important;max-width:520px!important;margin:0!important;padding:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important}.hero-content .eyebrow,.hero-content .hero-actions,.mobile-hero-lead{display:none!important}.hero .hero-content .hero-lead{display:block!important;position:absolute!important;left:0!important;bottom:clamp(44px,7vh,64px)!important;margin:0!important;max-width:340px!important;color:rgba(169,216,244,.92)!important;font-size:13px!important;line-height:1.48!important;font-weight:400!important;text-shadow:0 2px 12px rgba(2,22,38,.78)!important}.hero .hero-content h1{position:absolute!important;top:50%!important;left:0!important;transform:translateY(-50%)!important;width:100%!important;margin:0!important;color:#a9d8f4!important;font-size:clamp(36px,9.8vw,44px)!important;line-height:1.02!important;letter-spacing:-.035em!important;text-shadow:0 3px 18px rgba(2,22,38,.72),0 1px 3px rgba(2,22,38,.86)!important}.hero .hero-content h1 em{color:#a9d8f4!important}.site-header .header-wordmark-crop{height:44px!important}}@media(min-width:701px){.site-header .header-wordmark-crop{height:50px!important}}@media(max-width:1100px){html body .site-header{transition:background-color .18s ease!important}html body .site-header .desktop-nav{top:100%!important;left:0!important;right:0!important;align-items:stretch!important;gap:0!important;padding:8px max(20px,5vw) 64px!important;background:transparent!important;border:0!important;border-top:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html body .site-header .desktop-nav a{display:flex!important;align-items:center!important;min-height:44px!important;padding:0!important;border-bottom:0!important;position:relative!important;color:#a9d8f4!important;font-size:15px!important;font-weight:500!important;transform:none!important}html body .site-header .desktop-nav a:last-child{border-bottom:0!important}html body .site-header .desktop-nav a::after{content:""!important;display:block!important;position:absolute!important;left:0!important;right:auto!important;bottom:0!important;width:min(100%,360px)!important;height:1px!important;background:linear-gradient(90deg,rgba(169,216,244,.58) 0%,rgba(169,216,244,.22) 55%,rgba(169,216,244,0) 100%)!important;transform:none!important}html body .site-header .desktop-nav a:last-child::after{display:none!important}html body .site-header .desktop-nav a:active,html body .site-header .desktop-nav a:focus-visible{color:#f5fbff!important}html body .site-header:has(.desktop-nav.is-open){background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html body .site-header:has(.desktop-nav.is-open) .menu-toggle span{background:#a9d8f4!important}html body .site-header:has(.desktop-nav.is-open) .header-cta{display:flex!important;position:absolute!important;z-index:2!important;top:calc(100% + 184px)!important;left:max(20px,5vw)!important;right:max(20px,5vw)!important;min-height:48px!important;align-items:center!important;justify-content:space-between!important;margin:0!important;padding:0!important;border:0!important;border-top:0!important;color:#a9d8f4!important;background:transparent!important;font-size:14px!important;font-weight:500!important}html body .site-header:has(.desktop-nav.is-open) .header-cta::before{content:""!important;position:absolute!important;left:0!important;top:0!important;width:min(100%,360px)!important;height:1px!important;background:linear-gradient(90deg,rgba(169,216,244,.58) 0%,rgba(169,216,244,.22) 55%,rgba(169,216,244,0) 100%)!important}}@media(max-width:700px){html{background:#0d608f!important}html body .site-header{padding-top:calc(12px + env(safe-area-inset-top))!important}html body .site-header .desktop-nav{padding-left:16px!important;padding-right:16px!important}html body .site-header:has(.desktop-nav.is-open) .header-cta{left:16px!important;right:16px!important}}
