

/* Start:/bitrix/templates/steel_tools/template_styles.css?178826133910363*/
@import url('<a href="https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Inter:wght@400;500;6...">https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&amp;amp;family=Inter:wght@400;500;6...</a>;
:root{
    --ink:#1B1E22;
    --steel-dark:#17293B;
    --steel:#3B4753;
    --paper:#EDEEF0;
    --panel:#FFFFFF;
    --line:#D9DCDF;
    --muted:#6C7480;
    --accent:#0069B4;
    --accent-dark:#004C82;
    --radius-sm:6px;
    --radius-md:12px;
    --font-display:'Oswald',Arial,sans-serif;
    --font-body:'Inter',Arial,sans-serif;
}
*{box-sizing:border-box}
body{
    margin:0;
    font-family:var(--font-body);
    background:var(--paper);
    color:var(--ink);
    -webkit-font-smoothing:antialiased;
}
a{color:inherit}
button{font-family:inherit}
:focus-visible{
    outline:2px solid var(--accent);
    outline-offset:2px;
}
@media (prefers-reduced-motion:reduce){
    *{transition:none !important}
}
.icon{
    width:20px;
    height:20px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.6;
    stroke-linecap:round;
    stroke-linejoin:round;
    flex-shrink:0;
}
/* ---------- header ---------- */
.steel-header{
    background:var(--panel);
    border-bottom:1px solid var(--line);
}
.steel-top{
    background:var(--steel-dark);
    color:#C9CFD4;
    font-size:13px;
}
.steel-top-inner{
    max-width:1280px;
    margin:auto;
    padding:8px 20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:16px;
}
.steel-top-left{
    display:flex;
    gap:22px;
}
.steel-top-item{
    display:flex;
    align-items:center;
    gap:7px;
}
.steel-top-item .icon{
    width:15px;
    height:15px;
    color:var(--accent);
}
.steel-top-item a{text-decoration:none}
.steel-main{
    max-width:1280px;
    margin:auto;
    padding:18px 20px;
    display:flex;
    align-items:center;
    gap:28px;
}
.steel-logo{
    min-width:180px;
    font-family:var(--font-display);
    font-size:27px;
    font-weight:700;
    letter-spacing:.5px;
    color:var(--ink);
}
.steel-logo span{color:var(--accent)}
.steel-search{
    flex:1;
    display:flex;
    height:46px;
}
.steel-search input{
    flex:1;
    border:1.5px solid var(--line);
    border-right:0;
    border-radius:var(--radius-sm) 0 0 var(--radius-sm);
    padding:0 18px;
    font-family:var(--font-body);
    font-size:15px;
    outline:none;
    background:var(--paper);
}
.steel-search input:focus{border-color:var(--steel)}
.steel-search button{
    width:52px;
    border:0;
    background:var(--ink);
    color:#fff;
    border-radius:0 var(--radius-sm) var(--radius-sm) 0;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
}
.steel-search button .icon{color:#fff}
.steel-actions{
    display:flex;
    gap:22px;
}
.steel-action{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:4px;
    font-size:12px;
    color:var(--steel);
    text-decoration:none;
    white-space:nowrap;
}
.steel-action .icon{color:var(--ink)}
/* ---------- nav ---------- */
.steel-nav{
    background:var(--ink);
}
.steel-nav-inner{
    max-width:1280px;
    margin:auto;
    display:flex;
    align-items:center;
    overflow:auto;
}
.steel-catalog{
    background:var(--accent);
    color:#fff;
    padding:15px 26px;
    font-family:var(--font-display);
    font-weight:600;
    font-size:15px;
    letter-spacing:.3px;
    display:flex;
    align-items:center;
    gap:9px;
    white-space:nowrap;
}
.steel-nav a{
    color:#D3D7DB;
    text-decoration:none;
    padding:15px 18px;
    font-size:14px;
    font-weight:500;
    white-space:nowrap;
}
.steel-nav a:hover{color:#fff}
/* ---------- hero ---------- */
.steel-hero{
    max-width:1280px;
    margin:24px auto;
    padding:0 20px;
}
.steel-banner{
    position:relative;
    min-height:340px;
    background:
        linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),
        linear-gradient(115deg,var(--steel-dark),var(--ink) 70%);
    background-size:26px 26px,26px 26px,auto;
    display:flex;
    align-items:center;
    padding:50px;
    color:#fff;
    overflow:hidden;
}
.steel-banner::before,
.steel-banner::after{
    content:"";
    position:absolute;
    width:22px;
    height:22px;
    border:1.5px solid rgba(255,255,255,.35);
}
.steel-banner::before{
    top:18px;
    left:18px;
    border-right:0;
    border-bottom:0;
}
.steel-banner::after{
    bottom:18px;
    right:18px;
    border-left:0;
    border-top:0;
}
.steel-hero-copy{
    position:relative;
    z-index:1;
    max-width:560px;
}
.steel-hero-copy h1{
    font-family:var(--font-display);
    font-size:40px;
    font-weight:600;
    line-height:1.15;
    margin:0 0 14px;
}
.steel-hero-copy p{
    font-size:17px;
    line-height:1.55;
    color:#B9C0C6;
    margin:0 0 26px;
    max-width:480px;
}
.steel-button{
    display:inline-block;
    padding:14px 26px;
    background:var(--accent);
    color:#fff;
    text-decoration:none;
    border-radius:var(--radius-sm);
    font-weight:600;
    font-size:15px;
    transition:background .15s;
}
.steel-button:hover{background:var(--accent-dark)}
.steel-stats{
    position:relative;
    z-index:1;
    display:flex;
    gap:34px;
    margin-top:34px;
    padding-top:24px;
    border-top:1px solid rgba(255,255,255,.15);
}
.steel-stat b{
    display:block;
    font-family:var(--font-display);
    font-size:24px;
    font-weight:600;
}
.steel-stat span{
    font-size:13px;
    color:#9AA3AA;
}
.steel-hero-graphic{
    position:absolute;
    right:-40px;
    bottom:-40px;
    width:340px;
    height:340px;
    color:#4FA8DE;
    opacity:.9;
}
/* ---------- categories ---------- */
.steel-section{
    max-width:1280px;
    margin:40px auto;
    padding:0 20px;
}
.steel-title{
    display:flex;
    justify-content:space-between;
    align-items:baseline;
    margin-bottom:20px;
}
.steel-title h2{
    margin:0;
    font-family:var(--font-display);
    font-size:24px;
    font-weight:600;
}
.steel-title a{
    font-size:14px;
    font-weight:500;
    color:var(--steel);
    text-decoration:none;
    border-bottom:1px solid var(--line);
}
.steel-categories{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
}
.steel-category{
    background:var(--panel);
    border:1px solid var(--line);
    border-radius:var(--radius-md);
    padding:22px;
    display:flex;
    align-items:center;
    gap:14px;
    font-size:15px;
    font-weight:600;
    text-decoration:none;
    color:var(--ink);
    transition:transform .15s,box-shadow .15s,border-color .15s;
}
.steel-category:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 24px rgba(27,30,34,.08);
    border-color:var(--steel);
}
.steel-category-icon{
    width:42px;
    height:42px;
    min-width:42px;
    border-radius:var(--radius-sm);
    background:var(--paper);
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--accent);
}
/* ---------- products ---------- */
.steel-products{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}
.steel-product{
    background:var(--panel);
    border-radius:var(--radius-md);
    padding:16px;
    border:1px solid var(--line);
    display:flex;
    flex-direction:column;
}
.steel-product-img{
    height:180px;
    background:var(--paper);
    border-radius:var(--radius-sm);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:8px;
    color:var(--muted);
    margin-bottom:14px;
}
.steel-product-img .icon{width:26px;height:26px}
.steel-product-img span{font-size:12px}
.steel-product h3{
    font-size:15px;
    font-weight:600;
    line-height:1.4;
    margin:0 0 10px;
}
.steel-product-meta{
    font-size:12px;
    color:var(--muted);
    margin-bottom:auto;
}
.steel-price{
    font-family:var(--font-display);
    font-size:19px;
    font-weight:600;
    margin:14px 0 12px;
}
.steel-buy{
    width:100%;
    border:0;
    background:var(--ink);
    color:#fff;
    padding:11px;
    border-radius:var(--radius-sm);
    font-weight:600;
    font-size:14px;
    cursor:pointer;
    transition:background .15s;
}
.steel-buy:hover{background:var(--accent)}
/* ---------- footer ---------- */
.steel-footer{
    margin-top:56px;
    background:var(--steel-dark);
    color:#C9CFD4;
    padding:44px 20px 0;
}
.steel-footer-inner{
    max-width:1280px;
    margin:auto;
    display:grid;
    grid-template-columns:1.4fr 1fr 1fr 1.1fr;
    gap:30px;
    padding-bottom:32px;
}
.steel-footer-col h4{
    font-family:var(--font-display);
    color:#fff;
    font-size:15px;
    font-weight:600;
    margin:0 0 16px;
}
.steel-footer-col p{
    font-size:13.5px;
    line-height:1.7;
    color:#9BA4AB;
    margin:0;
}
.steel-footer-col ul{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:11px;
}
.steel-footer-col a{
    font-size:13.5px;
    color:#C9CFD4;
    text-decoration:none;
}
.steel-footer-col a:hover{color:#fff}
.steel-footer-contact{
    display:flex;
    align-items:flex-start;
    gap:10px;
    font-size:13.5px;
    color:#C9CFD4;
    margin-bottom:12px;
}
.steel-footer-contact .icon{
    width:16px;
    height:16px;
    color:var(--accent);
    margin-top:2px;
}
.steel-footer-bottom{
    border-top:1px solid rgba(255,255,255,.1);
    max-width:1280px;
    margin:auto;
    padding:18px 0;
    display:flex;
    justify-content:space-between;
    font-size:12.5px;
    color:#7C858C;
}
@media(max-width:900px){
    .steel-main{flex-wrap:wrap}
    .steel-logo{min-width:auto}
    .steel-search{order:3;flex-basis:100%}
    .steel-categories,.steel-products{grid-template-columns:repeat(2,1fr)}
    .steel-banner{padding:36px}
    .steel-hero-copy h1{font-size:32px}
    .steel-hero-graphic{width:220px;height:220px;right:-30px;bottom:-30px;opacity:.5}
    .steel-footer-inner{grid-template-columns:1fr 1fr;row-gap:28px}
}
@media(max-width:600px){
    .steel-actions{display:none}
    .steel-top-item:last-child{display:none}
    .steel-categories,.steel-products{grid-template-columns:1fr}
    .steel-stats{gap:22px;flex-wrap:wrap}
    .steel-hero-graphic{display:none}
    .steel-footer-inner{grid-template-columns:1fr}
    .steel-footer-bottom{flex-direction:column;gap:6px}
}
/* End */
/* /bitrix/templates/steel_tools/template_styles.css?178826133910363 */
