:root{--rds-bg:#f5f7fa;--rds-surface:#fff;--rds-text:#17202a;--rds-muted:#687386;--rds-line:#dde3ea;--rds-brand:#0057b8;--rds-brand-dark:#003f88;--rds-accent:#ffd500;--rds-success:#147a4b;--rds-danger:#b42318;--rds-radius:14px;--rds-shadow:0 12px 32px rgba(25,42,70,.09);--rds-container:1320px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--rds-bg);color:var(--rds-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.rds-container{width:min(calc(100% - 32px),var(--rds-container));margin-inline:auto}.screen-reader-text,.rds-skip-link{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.rds-skip-link:focus{clip:auto;width:auto;height:auto;margin:12px;padding:10px 14px;z-index:99999;background:#fff}.rds-topbar{background:#101923;color:#dce5ee;font-size:13px}.rds-topbar__inner{min-height:34px;display:flex;justify-content:space-between;align-items:center;gap:24px}.rds-header{background:var(--rds-surface);position:relative;z-index:20;box-shadow:0 1px 0 var(--rds-line)}.rds-header__main{min-height:94px;display:grid;grid-template-columns:250px minmax(280px,1fr) auto;gap:28px;align-items:center}.rds-brand{display:inline-flex;align-items:center;gap:11px;line-height:1}.rds-brand__mark{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(145deg,var(--rds-brand),#2490f5);color:#fff;font-weight:900;font-size:25px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.25)}.rds-brand strong{display:block;font-size:22px;letter-spacing:.08em}.rds-brand small{display:block;margin-top:6px;color:var(--rds-muted);font-size:11px;letter-spacing:.04em}.custom-logo{display:block;max-height:58px;width:auto}.custom-logo-link{display:inline-flex}.rds-search{height:48px;display:flex;border:2px solid var(--rds-line);border-radius:12px;overflow:hidden;background:#fff;transition:border-color .2s}.rds-search:focus-within{border-color:var(--rds-brand)}.rds-search input{min-width:0;flex:1;border:0;padding:0 16px;font:inherit;outline:0}.rds-search button{border:0;background:var(--rds-brand);color:#fff;padding:0 22px;font-weight:700;cursor:pointer}.rds-search button:hover{background:var(--rds-brand-dark)}.rds-header__actions{display:flex;align-items:center;gap:18px}.rds-phone small,.rds-phone strong{display:block}.rds-phone small{font-size:11px;color:var(--rds-muted)}.rds-phone strong{font-size:15px;margin-top:2px}.rds-cart{position:relative;display:flex;align-items:center;gap:8px;padding:12px 15px;border-radius:11px;background:#eef5ff;color:var(--rds-brand);font-weight:700}.rds-cart-count{min-width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:var(--rds-brand);color:#fff;font-size:12px}.rds-nav-wrap{border-top:1px solid var(--rds-line)}.rds-nav-row{min-height:52px;display:flex;align-items:center}.rds-catalog-link{align-self:stretch;display:flex;align-items:center;padding:0 26px;background:var(--rds-brand);color:#fff;font-weight:800;margin-right:28px}.rds-nav ul{display:flex;align-items:center;gap:28px;list-style:none;padding:0;margin:0}.rds-nav a{font-size:14px;font-weight:650}.rds-nav a:hover{color:var(--rds-brand)}.rds-menu-toggle{display:none;margin-left:auto;border:1px solid var(--rds-line);background:#fff;padding:8px 13px;border-radius:8px}.rds-main{min-height:55vh}.rds-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 80% 20%,rgba(36,144,245,.23),transparent 34%),linear-gradient(135deg,#071c33,#063d77);color:#fff}.rds-hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:30px 30px;pointer-events:none}.rds-hero__grid{min-height:480px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:70px;position:relative;z-index:1}.rds-eyebrow{display:block;color:#5da8ff;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px}.rds-hero .rds-eyebrow{color:var(--rds-accent)}.rds-hero h1{font-size:clamp(38px,5vw,68px);line-height:1.03;letter-spacing:-.045em;margin:0;max-width:820px}.rds-hero p{max-width:720px;color:#d4dfeb;font-size:18px;margin:24px 0 0}.rds-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.rds-button,.button,button.button,input.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border:0;border-radius:10px;background:var(--rds-brand)!important;color:#fff!important;padding:0 20px;font-weight:800;cursor:pointer;transition:transform .2s,background .2s}.rds-button:hover,.button:hover{background:var(--rds-brand-dark)!important;transform:translateY(-1px)}.rds-button--ghost{background:transparent!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.4)}.rds-button--ghost:hover{background:rgba(255,255,255,.1)!important}.rds-component-art{height:330px;position:relative;filter:drop-shadow(0 30px 40px rgba(0,0,0,.3))}.rds-component-art:before{content:"";position:absolute;inset:36px 48px;background:linear-gradient(145deg,#183a5d,#0a1e33);border:1px solid rgba(255,255,255,.18);border-radius:28px;box-shadow:inset 0 0 40px rgba(0,0,0,.4)}.rds-component-art:after{content:"R";position:absolute;inset:0;display:grid;place-items:center;color:rgba(255,255,255,.9);font-size:110px;font-weight:900}.rds-component-art span{position:absolute;width:65px;height:11px;background:linear-gradient(90deg,#c79835,#ffe099,#c79835);z-index:-1}.rds-component-art span:nth-child(1){left:0;top:92px}.rds-component-art span:nth-child(2){left:0;bottom:92px}.rds-component-art span:nth-child(3){right:0;top:92px}.rds-component-art span:nth-child(4){right:0;bottom:92px}.rds-section{padding:72px 0}.rds-section--muted{background:#edf1f6}.rds-section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}.rds-section-heading h2{margin:0;font-size:34px;letter-spacing:-.025em}.rds-section-heading a{color:var(--rds-brand);font-weight:800}.rds-category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.rds-category-card{min-height:185px;padding:18px;background:#fff;border:1px solid var(--rds-line);border-radius:var(--rds-radius);display:flex;flex-direction:column;transition:transform .2s,border-color .2s,box-shadow .2s}.rds-category-card:hover{transform:translateY(-3px);border-color:#a9c8ec;box-shadow:var(--rds-shadow)}.rds-category-card__image{height:90px;display:grid;place-items:center;margin-bottom:12px}.rds-category-card__image img{width:100%;height:100%;object-fit:contain}.rds-category-card__placeholder{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:#eef5ff;color:var(--rds-brand);font-size:40px}.rds-category-card strong{font-size:15px;line-height:1.3}.rds-category-card small{margin-top:6px;color:var(--rds-muted)}.rds-benefits{padding:34px 0;background:#fff;border-block:1px solid var(--rds-line)}.rds-benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.rds-benefits__grid div{padding-left:18px;border-left:3px solid var(--rds-accent)}.rds-benefits strong,.rds-benefits span{display:block}.rds-benefits span{font-size:13px;color:var(--rds-muted);margin-top:5px}.rds-footer{background:#101923;color:#d6dfe8;padding:54px 0 20px}.rds-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:50px}.rds-brand--footer{color:#fff}.rds-footer .rds-brand small{color:#9db0c4}.rds-footer p{color:#aebdcb;font-size:14px}.rds-footer h3{color:#fff;font-size:15px;margin:0 0 16px}.rds-footer ul{list-style:none;margin:0;padding:0}.rds-footer li{margin:8px 0;color:#aebdcb}.rds-footer a:hover{color:#fff}.rds-footer__bottom{display:flex;justify-content:space-between;gap:24px;padding-top:24px;margin-top:40px;border-top:1px solid #263646;color:#8296a9;font-size:12px}.rds-page-shell,.rds-woocommerce-shell,.rds-content-layout{padding-block:44px}.rds-prose{max-width:900px;margin:auto;background:#fff;border:1px solid var(--rds-line);border-radius:var(--rds-radius);padding:clamp(24px,5vw,60px)}.rds-prose h1{margin-top:0}.rds-article-card{background:#fff;border:1px solid var(--rds-line);border-radius:var(--rds-radius);padding:24px;margin-bottom:18px}.rds-empty-state{text-align:center;padding-block:100px}.rds-empty-state>span{font-size:72px;font-weight:900;color:#b9c6d5}.rds-empty-state h1{font-size:40px;margin:0}.rds-empty-state p{color:var(--rds-muted)}
/* WooCommerce */
.woocommerce .woocommerce-breadcrumb{color:var(--rds-muted);font-size:13px;margin-bottom:24px}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:0!important}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}.woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important;background:#fff;border:1px solid var(--rds-line);border-radius:var(--rds-radius);padding:14px;display:flex;flex-direction:column}.woocommerce ul.products li.product img{aspect-ratio:1.25;object-fit:contain;margin:0 0 14px!important}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:15px!important;line-height:1.35;padding:0!important;min-height:41px}.woocommerce ul.products li.product .price{color:var(--rds-text)!important;font-size:17px!important;font-weight:900;margin-top:auto}.woocommerce ul.products li.product .button{margin-top:12px}.woocommerce span.onsale{background:var(--rds-danger);min-width:auto;min-height:auto;line-height:1;padding:8px;border-radius:7px}.woocommerce div.product{background:#fff;border:1px solid var(--rds-line);border-radius:var(--rds-radius);padding:clamp(18px,3vw,40px)}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--rds-brand);font-size:26px;font-weight:900}.woocommerce table.shop_table{border-color:var(--rds-line);background:#fff;border-radius:var(--rds-radius)}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.select2-container--default .select2-selection--single{min-height:44px;border:1px solid var(--rds-line);border-radius:8px;padding:9px 12px}.woocommerce-message,.woocommerce-info{border-top-color:var(--rds-brand);background:#fff}.woocommerce-message:before,.woocommerce-info:before{color:var(--rds-brand)}
/* Vue catalog */
[v-cloak]{display:none!important}.rds-catalog-page{padding-block:34px 70px}.rds-catalog-head{margin-bottom:24px}.rds-catalog-head h1{font-size:clamp(30px,4vw,48px);line-height:1.08;margin:8px 0}.rds-catalog-head__description{max-width:900px;color:var(--rds-muted)}.rds-subcategories{display:flex;gap:9px;overflow:auto;padding:2px 0 18px}.rds-subcategories a{white-space:nowrap;background:#fff;border:1px solid var(--rds-line);border-radius:999px;padding:8px 13px;font-size:13px;font-weight:700}.rds-catalog-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;background:#fff;border:1px solid var(--rds-line);border-radius:12px;padding:11px 14px}.rds-catalog-toolbar__right{display:flex;align-items:center;gap:10px}.rds-catalog-toolbar select{height:40px;border:1px solid var(--rds-line);border-radius:8px;padding:0 34px 0 10px;background:#fff}.rds-filter-toggle{display:none;border:0;background:var(--rds-brand);color:#fff;border-radius:8px;padding:10px 14px;font-weight:800}.rds-catalog-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:18px}.rds-filter-panel{background:#fff;border:1px solid var(--rds-line);border-radius:var(--rds-radius);padding:18px;align-self:start;position:sticky;top:18px;max-height:calc(100vh - 36px);overflow:auto}.rds-filter-panel__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.rds-filter-panel__head strong{font-size:18px}.rds-filter-panel__head button{border:0;background:none;color:var(--rds-brand);cursor:pointer}.rds-filter-group{border-top:1px solid var(--rds-line);padding:16px 0}.rds-filter-group h3{font-size:14px;margin:0 0 11px}.rds-filter-options{display:grid;gap:7px;max-height:210px;overflow:auto}.rds-check{display:flex;align-items:center;gap:8px;font-size:13px;cursor:pointer}.rds-check input{accent-color:var(--rds-brand)}.rds-check small{color:var(--rds-muted);margin-left:auto}.rds-price-range{display:grid;grid-template-columns:1fr 1fr;gap:8px}.rds-price-range label{font-size:11px;color:var(--rds-muted)}.rds-price-range input{width:100%;height:38px;border:1px solid var(--rds-line);border-radius:7px;padding:0 8px;margin-top:4px}.rds-active-filters{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:12px}.rds-filter-chip{border:1px solid #b6d1ef;background:#eef6ff;color:#174e86;border-radius:999px;padding:6px 10px;font-size:12px;cursor:pointer}.rds-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.rds-product-card{background:#fff;border:1px solid var(--rds-line);border-radius:var(--rds-radius);padding:13px;display:flex;flex-direction:column;min-width:0;transition:transform .18s,border-color .18s,box-shadow .18s}.rds-product-card:hover{transform:translateY(-2px);border-color:#aac8e8;box-shadow:0 9px 24px rgba(27,57,89,.08)}.rds-product-card__image{aspect-ratio:1.2;display:grid;place-items:center;position:relative;margin-bottom:11px}.rds-product-card__image img{width:100%;height:100%;object-fit:contain}.rds-product-card__status{position:absolute;left:4px;top:4px;border-radius:6px;padding:5px 7px;background:#e8f7ef;color:var(--rds-success);font-size:10px;font-weight:800}.rds-product-card__status.is-out{background:#f3f4f6;color:#697386}.rds-product-card__sku{font-size:11px;color:var(--rds-muted);margin-bottom:5px}.rds-product-card h2{font-size:14px;line-height:1.35;margin:0 0 12px;min-height:38px}.rds-product-card__footer{display:flex;align-items:end;justify-content:space-between;gap:8px;margin-top:auto}.rds-product-card__price{font-weight:900;font-size:16px}.rds-add-button{width:38px;height:38px;border:0;border-radius:9px;background:var(--rds-brand);color:#fff;font-size:20px;cursor:pointer}.rds-add-button:disabled{background:#c8d0da;cursor:not-allowed}.rds-pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin-top:26px}.rds-pagination button{min-width:38px;height:38px;border:1px solid var(--rds-line);background:#fff;border-radius:8px;cursor:pointer}.rds-pagination button.is-current{background:var(--rds-brand);color:#fff;border-color:var(--rds-brand)}.rds-loading,.rds-catalog-empty{background:#fff;border:1px solid var(--rds-line);border-radius:var(--rds-radius);padding:50px;text-align:center;color:var(--rds-muted)}.rds-skeleton{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.rds-skeleton span{height:280px;border-radius:var(--rds-radius);background:linear-gradient(90deg,#edf0f4 25%,#f7f8fa 50%,#edf0f4 75%);background-size:200% 100%;animation:rds-shimmer 1.2s infinite}@keyframes rds-shimmer{to{background-position:-200% 0}}.rds-api-warning{margin:0 0 14px;padding:12px 14px;background:#fff5d7;border:1px solid #f1cf64;border-radius:9px;color:#6f5400;font-size:13px}.rds-server-products{margin-top:16px}
@media(max-width:1120px){.rds-category-grid{grid-template-columns:repeat(4,1fr)}.rds-product-grid,.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}.rds-header__main{grid-template-columns:210px 1fr auto;gap:16px}.rds-phone{display:none}.rds-benefits__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.rds-topbar{display:none}.rds-header__main{min-height:auto;padding-block:13px;grid-template-columns:1fr auto}.rds-search{grid-column:1/-1;grid-row:2}.rds-cart>span:first-child{display:none}.rds-nav-row{min-height:48px;position:relative}.rds-catalog-link{margin-right:0;padding-inline:18px}.rds-menu-toggle{display:block}.rds-nav{display:none;position:absolute;top:48px;right:0;left:0;background:#fff;padding:14px;border:1px solid var(--rds-line);box-shadow:var(--rds-shadow)}.rds-nav.is-open{display:block}.rds-nav ul{display:grid;gap:12px}.rds-hero__grid{min-height:auto;padding-block:70px;grid-template-columns:1fr}.rds-component-art{display:none}.rds-category-grid{grid-template-columns:repeat(3,1fr)}.rds-benefits__grid,.rds-footer__grid{grid-template-columns:1fr 1fr}.rds-catalog-layout{grid-template-columns:1fr}.rds-filter-toggle{display:inline-block}.rds-filter-panel{display:none;position:fixed;z-index:100;inset:0 0 0 auto;width:min(92vw,360px);max-height:none;border-radius:0;box-shadow:-10px 0 30px rgba(0,0,0,.2)}.rds-filter-panel.is-open{display:block}.rds-product-grid,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:540px){.rds-container{width:min(calc(100% - 22px),var(--rds-container))}.rds-brand__mark{width:40px;height:40px}.rds-brand strong{font-size:18px}.rds-brand small{font-size:9px}.rds-search button{padding-inline:15px}.rds-hero h1{font-size:38px}.rds-hero p{font-size:16px}.rds-hero__actions{display:grid}.rds-section{padding:50px 0}.rds-section-heading h2{font-size:28px}.rds-category-grid{grid-template-columns:repeat(2,1fr)}.rds-category-card{min-height:160px}.rds-benefits__grid,.rds-footer__grid{grid-template-columns:1fr}.rds-footer__bottom{display:grid}.rds-catalog-toolbar{align-items:flex-start}.rds-catalog-toolbar__right{display:grid;justify-items:end}.rds-product-grid,.woocommerce ul.products{gap:8px}.rds-product-card{padding:10px}.rds-product-card h2{font-size:13px}.rds-product-card__footer{align-items:center}.rds-product-card__price{font-size:14px}.rds-skeleton{grid-template-columns:repeat(2,1fr)}}

