.sticky-nav{position:fixed;top:-100px;left:0;right:0;z-index:1000;background-color:var(--mainMenuBg);box-shadow:0 2px 20px rgb(0 0 0 / .15);transition:top 0.35s ease}.sticky-nav--show{top:0}.sticky-nav__inner{display:flex;align-items:center;max-width:calc(var(--width) + 4rem);margin:0 auto;padding:0 1rem}.terms-panel__wrap{padding-top:70px!important}.terms-panel__contacts{display:flex;gap:12px;padding:.5rem 1.5rem 1.5rem;flex-wrap:wrap}.terms-panel__phone,.terms-panel__telegram{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;font-size:.85rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:background 0.3s}.terms-panel__phone{background:var(--btnBg,#ff6600);color:var(--btnColor,#fff)}.terms-panel__phone:hover{background:var(--btnBgHover,#e55a00);color:var(--btnColor,#fff);text-decoration:none}.terms-panel__telegram{background:#08c;color:#fff}.terms-panel__telegram:hover{background:#229ED9;color:#fff;text-decoration:none}.terms-panel__phone svg,.terms-panel__telegram svg{flex-shrink:0}.terms-panel__contacts{margin-bottom:1.5rem;display:flex;gap:12px;padding:1rem 1.5rem 1.5rem;border-bottom:1px solid rgb(0 0 0 / .08);flex-wrap:wrap}.sticky-nav .site-header__nav{margin-top:0;flex:1;min-width:0;border-radius:0;background-color:#fff0;max-width:none;width:auto;display:flex!important;align-items:center;overflow:hidden;padding:0!important}.sticky-nav .site-header__btn{display:none!important}.sticky-nav .site-header__nav ul,.sticky-nav .site-header__nav .menu{display:flex!important;flex-wrap:nowrap!important;white-space:nowrap!important;margin:0!important;padding:0!important;overflow:hidden}.sticky-nav .site-header__nav .menu>li{margin:0!important;padding:0!important;flex-shrink:0}.sticky-nav .site-header__nav .menu>li>a{padding:1rem 0.5rem!important;font-size:0.82rem!important;letter-spacing:-.02em;white-space:nowrap}.sticky-nav__right{display:flex;align-items:center;flex-shrink:0;margin-left:auto;padding-left:.5rem}.sticky-nav__search{display:flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;color:var(--mainMenuColor);background:none;border:none;cursor:pointer;transition:color 0.3s}.sticky-nav__search:hover{color:var(--mainMenuHover)}.sticky-nav__search svg{width:20px;height:20px;fill:currentColor}.sticky-nav__cart{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;color:var(--mainMenuColor);text-decoration:none;transition:color 0.3s}.sticky-nav__cart:hover{color:var(--mainMenuHover);text-decoration:none}.sticky-nav__cart svg{width:20px;height:20px;fill:currentColor}.sticky-nav__cart .sticky-cart__count{position:absolute;top:2px;right:0}@media (max-width:1260px){.sticky-nav{display:none!important}}.sticky-mobile{position:fixed;top:-80px;left:0;right:0;z-index:1000;background-color:var(--lightColor);box-shadow:0 2px 20px rgb(0 0 0 / .12);transition:top 0.35s ease}.sticky-mobile--show{top:0}@media (max-width:1260px){.sticky-mobile{top:0;transition:none}.site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;height:0!important;min-height:0!important;padding:0!important;margin:0!important;border:none!important;z-index:-1!important;overflow:visible!important}.site-header__branding,.site-header__nav,.site-header__search,.site-search-btn,.header__contacts,.header-contacts-list{position:absolute!important;left:-9999px!important;top:-9999px!important;width:0!important;height:0!important;overflow:hidden!important}.site-header__btn--mobile{position:fixed!important;top:0!important;left:0!important;width:1px!important;height:1px!important;opacity:0!important;z-index:-1!important}.site-main,.site-content,main,.main-wrapper{padding-top:70px!important}}@media (max-width:415px){.site-main,.site-content,main,.main-wrapper{padding-top:62px!important}.terms-panel__wrap{padding-top:60px!important}}.sticky-mobile__inner{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1rem;max-width:var(--width);margin:0 auto}.sticky-mobile__logo{max-width:160px;flex-shrink:0}.sticky-mobile__logo img{max-height:40px;width:auto}.sticky-mobile__logo .site-title{font-size:1.1rem}.sticky-mobile__actions{display:flex;align-items:center;gap:.5rem}.sticky-mobile__btn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:none;border-radius:var(--bradius);cursor:pointer;position:relative;transition:background-color 0.3s;text-decoration:none}.sticky-mobile__btn svg{width:22px;height:22px;fill:currentColor}.sticky-mobile__cart{background-color:var(--btnBg);color:var(--btnColor)}.sticky-mobile__cart:hover{background-color:var(--btnBgHover);color:var(--btnColorHover);text-decoration:none}.sticky-mobile__cart .sticky-cart__count{position:absolute;top:-4px;right:-4px}.sticky-mobile__search{background-color:var(--mainMenuBg,#2c2f36);color:var(--lightColor)}.sticky-mobile__search:hover{background-color:var(--btnBgHover);color:var(--lightColor)}.sticky-mobile__burger{background-color:var(--mainMenuBg,#2c2f36);color:var(--lightColor);flex-direction:column;padding:0;position:relative}.sticky-mobile__burger:hover{background-color:var(--btnBgHover)}.sticky-mobile__burger span{display:block;width:18px;height:2px;background-color:var(--lightColor);border-radius:2px;position:absolute;left:50%;transform:translateX(-50%);transition:transform 0.3s ease,opacity 0.3s ease,top 0.3s ease}.sticky-mobile__burger span:nth-child(1){top:13px}.sticky-mobile__burger span:nth-child(2){top:20px;width:14px}.sticky-mobile__burger span:nth-child(3){top:27px}.sticky-mobile__burger.is-active span:nth-child(1){top:20px;transform:translateX(-50%) rotate(45deg)}.sticky-mobile__burger.is-active span:nth-child(2){opacity:0}.sticky-mobile__burger.is-active span:nth-child(3){top:20px;transform:translateX(-50%) rotate(-45deg)}@media (min-width:1261px){.sticky-mobile{display:none!important}}@media (max-width:415px){.sticky-mobile__inner{padding:.5rem .8rem}.sticky-mobile__logo{max-width:130px}.sticky-mobile__btn{width:38px;height:38px}.sticky-mobile__btn svg{width:20px;height:20px}.sticky-mobile__burger span:nth-child(1){top:12px}.sticky-mobile__burger span:nth-child(2){top:18px}.sticky-mobile__burger span:nth-child(3){top:24px}.sticky-mobile__burger.is-active span:nth-child(1){top:18px}.sticky-mobile__burger.is-active span:nth-child(3){top:18px}}.sticky-cart__count{display:none;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;font-size:11px;font-weight:700;line-height:1;color:#fff;background-color:#e74c3c;border-radius:10px}