html,body{width:100%;min-width:320px;margin:0;padding:0;overflow-x:hidden}body{font-family:Inter,Arial,ui-sans-serif,system-ui,sans-serif}.site-header,.site-header *,.mobile-bottom-nav,.mobile-bottom-nav *{box-sizing:border-box}.site-header{position:relative;z-index:1000;width:100%;background:#2c2f66;color:#fff}.header-container{position:relative;z-index:1001;width:100%;max-width:1320px;margin:0 auto}.header-top{position:relative;height:72px;border-bottom:1px solid rgba(255,255,255,.14);display:flex;align-items:center;justify-content:space-between}.header-logo{color:#fff;text-decoration:none;font-size:25px;line-height:1;font-weight:800;letter-spacing:-1.45px;white-space:nowrap}.header-search-wrap{position:absolute;top:50%;left:50%;z-index:1002;width:500px;transform:translate(-50%,-50%)}.header-search{width:100%;height:38px;overflow:hidden;border-radius:999px;background:#fff;display:flex;align-items:center}.header-search-button{width:46px;height:38px;flex:0 0 46px;margin:0;padding:0;border:0;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer}.header-search-button svg{width:19px;height:19px;fill:none;stroke:#111322;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.header-search input{width:100%;height:38px;margin:0;padding:0 17px 0 0;border:0;outline:0;background:transparent;color:#111322;font:500 14px/38px Inter,Arial,sans-serif}.header-search input::placeholder{color:#777b8e}.header-search-backdrop{position:fixed;inset:0;z-index:998;background:rgba(6,7,22,.68);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}.header-search-backdrop.is-visible{opacity:1;visibility:visible;pointer-events:auto}.header-search-results{position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:1003;display:none;max-height:470px;overflow:hidden;background:#fff;color:#13122a;box-shadow:0 28px 90px rgba(0,0,0,.42)}.header-search-wrap.is-open .header-search-results{display:block}.header-search-results-top{min-height:48px;padding:0 10px 0 16px;display:flex;align-items:center;justify-content:space-between}.header-search-results-top strong{font-size:14px}.header-search-close{width:38px;height:38px;margin:0;padding:0;border:0;background:transparent;color:#13122a;display:flex;align-items:center;justify-content:center;cursor:pointer}.header-search-close svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.header-search-results-inner{max-height:422px;padding:4px 8px 10px;overflow-y:auto;overscroll-behavior:contain}.header-search-state{padding:20px 8px;color:rgba(19,18,42,.65);font-size:14px}.header-search-result-item{min-height:76px;padding:8px;color:#13122a;text-decoration:none;display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:12px;align-items:center}.header-search-result-item:hover{background:rgba(19,18,42,.065)}.header-search-result-poster{width:46px;height:64px;object-fit:cover;background:#e7e7ef}.header-search-result-info{min-width:0}.header-search-result-title,.header-search-result-meta{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-search-result-title{margin-bottom:5px;font-size:14px;line-height:1.25;font-weight:650}.header-search-result-meta{color:rgba(19,18,42,.55);font-size:12px}.header-search-result-side{display:flex;flex-direction:column;align-items:flex-end;gap:7px}.header-search-result-price{font-size:14px;font-weight:600;white-space:nowrap}.header-search-result-discount{min-height:21px;padding:0 8px;border-radius:999px;background:#ff311a;color:#fff;font-size:12px;line-height:21px}.header-actions{display:flex;align-items:center;gap:16px}.header-action{position:relative;width:48px;height:25px;color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center}.header-action:not(:last-child)::after{content:"";position:absolute;top:6px;right:-8px;width:1px;height:13px;background:hsla(0,0%,100%,.3)}.header-action-icon,.mobile-bottom-icon{position:relative;display:flex;align-items:center;justify-content:center;overflow:visible}.header-action svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}.header-counter{position:absolute;top:-7px;right:-9px;z-index:4;min-width:18px;height:18px;padding:0 5px;overflow:visible;border-radius:999px;background:#ff311a;color:#fff;font-size:12px;line-height:18px;font-weight:400;text-align:center;white-space:nowrap;box-shadow:0 0 0 2px #2c2f66}.header-counter.is-empty{display:none!important}.header-avatar{width:28px;height:28px;border-radius:50%;background:#31af7c;color:#fff;font-size:14px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase}.header-nav{height:58px;display:flex;align-items:center;justify-content:space-between}.header-nav-left,.header-nav-right{display:flex;align-items:center}.header-nav-left{gap:30px}.header-nav-right{gap:30px}.header-nav a{color:#fff;text-decoration:none;font-size:14px;line-height:1;font-weight:650;text-transform:uppercase;white-space:nowrap;display:flex;align-items:center;gap:8px}.header-nav-dot{width:5px;height:5px;border-radius:50%;background:currentColor;opacity:.8}.header-menu-toggle,.header-menu-button,.mobile-menu,.mobile-bottom-nav{display:none}html.header-search-lock,body.header-search-lock{overflow:hidden!important;overscroll-behavior:none}
@media(max-width:1024px){body{padding-bottom:61px}.site-header{position:sticky;top:0}.header-container{max-width:none}.header-top{height:68px;padding:0 10px;gap:10px;border-bottom:0}.header-logo{font-size:21px}.header-search-wrap{position:relative;top:auto;left:auto;width:auto;flex:1 1 auto;transform:none}.header-search,.header-search input{height:40px}.header-search input{font-size:16px;line-height:40px}.header-search-button{width:42px;height:40px;flex-basis:42px}.header-search-results{position:fixed;top:68px;left:0;right:0;height:calc(var(--loaded-vvh,100vh) - 68px - 61px);max-height:none;box-shadow:none}.header-search-wrap.is-open .header-search-results{display:flex;flex-direction:column}.header-search-results-inner{min-height:0;max-height:none;flex:1 1 auto}.header-actions,.header-nav{display:none}.header-menu-button{width:42px;height:42px;flex:0 0 42px;color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.header-menu-button span{width:22px;height:2px;border-radius:999px;background:currentColor}.header-menu-toggle{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.mobile-menu{max-height:0;overflow:hidden;background:#2c2f66;border-top:1px solid rgba(255,255,255,.14);display:block;transition:max-height .2s ease}.header-menu-toggle:checked~.header-container .mobile-menu{max-height:540px}.mobile-catalog{margin:0 10px;border-bottom:1px solid rgba(255,255,255,.12)}.mobile-catalog summary{min-height:52px;width:max-content;max-width:100%;color:#fff;list-style:none;display:inline-flex;align-items:center;gap:10px;cursor:pointer}.mobile-catalog summary::-webkit-details-marker{display:none}.mobile-catalog-summary-title{font-size:16px;font-weight:650}.mobile-catalog-arrow{width:9px;height:9px;border-right:1.7px solid currentColor;border-bottom:1.7px solid currentColor;transform:rotate(45deg);margin-top:-4px}.mobile-catalog[open] .mobile-catalog-arrow{transform:rotate(225deg);margin-top:4px}.mobile-catalog-list{padding:0 0 14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mobile-catalog-list a{min-height:42px;padding:0 12px;border-radius:8px;background:rgba(255,255,255,.08);color:#fff;text-decoration:none;font-size:13px;font-weight:550;text-transform:uppercase;display:flex;align-items:center}.mobile-menu>a{min-height:52px;margin:0 10px;border-bottom:1px solid rgba(255,255,255,.12);color:#fff;text-decoration:none;font-size:16px;font-weight:650;display:flex;align-items:center}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:9999;height:61px;overflow:visible;border-top:1px solid hsla(0,0%,100%,.3);background:#2c2f66;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.mobile-bottom-nav a{position:relative;min-width:0;height:60px;overflow:visible;color:#fff;text-decoration:none;font-size:10.5px;font-weight:500;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px}.mobile-bottom-nav a:not(:last-child)::after{content:"";position:absolute;top:19px;right:0;width:1px;height:22px;background:hsla(0,0%,100%,.3)}.mobile-bottom-nav svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}.mobile-bottom-icon{min-height:23px;overflow:visible!important}.mobile-bottom-nav .header-counter{display:block;top:-8px;right:-13px;overflow:visible!important}.header-avatar-mobile{width:23px;height:23px;font-size:12px}}
@media(max-width:390px){body{padding-bottom:58px}.header-top{height:64px;padding:0 8px;gap:8px}.header-logo{font-size:18px}.header-search,.header-search input{height:38px}.header-search input{line-height:38px}.header-search-button{width:38px;height:38px;flex-basis:38px}.header-menu-button{width:38px;height:38px;flex-basis:38px}.header-search-results{top:64px;height:calc(var(--loaded-vvh,100vh) - 64px - 58px)}.mobile-bottom-nav{height:58px}.mobile-bottom-nav a{height:57px;font-size:10px}}
