:root{--kf-brand-blue: #006eb3;--kf-brand-blue-dark: #005696;--kf-brand-green: #8cc63f;--kf-brand-gold: #ffc20e;--kf-footer-bg: #004d7a;--kf-categories-bg: #004566;--kf-page-bg: #e8f3fa;--kf-surface: #ffffff;--kf-topbar-bg: var(--kf-brand-blue-dark);--kf-topbar-text: #ffffff;--kf-nav-bg: var(--kf-surface);--kf-nav-border: var(--kf-brand-blue);--kf-nav-text: #2b2b2b;--kf-nav-active-bg: #d6eaf5;--kf-font: "Poppins", system-ui, sans-serif;--kf-site-head-z: 500;--kf-fixed-head-h: 9.5rem}*,*:before,*:after{box-sizing:border-box}html{overflow-x:hidden;scroll-padding-top:var(--kf-fixed-head-h)}body{margin:0;min-height:100dvh;overflow-x:hidden;font-family:var(--kf-font);color:var(--kf-nav-text);background:var(--kf-page-bg);padding-bottom:env(safe-area-inset-bottom,0px)}.kf-page{display:flex;flex-direction:column;min-height:calc(100dvh - var(--kf-fixed-head-h))}.kf-site-head{position:fixed;top:0;left:0;right:0;z-index:var(--kf-site-head-z);width:100%;max-width:100%;padding-top:env(safe-area-inset-top,0px);box-shadow:0 4px 20px #00325a1f}.kf-main{padding-top:var(--kf-fixed-head-h)}.kf-site-head .kf-topbar,.kf-site-head .kf-header{flex-shrink:0;width:100%;max-width:100%}.kf-container{box-sizing:border-box;width:100%;max-width:1280px;margin-inline:auto;padding-inline:max(1rem,env(safe-area-inset-left,0px)) max(1rem,env(safe-area-inset-right,0px))}.kf-topbar{background:var(--kf-topbar-bg);color:var(--kf-topbar-text);font-size:.8125rem;line-height:1.2}.kf-topbar__inner{display:flex;align-items:center;justify-content:space-between;min-height:42px;gap:1rem}.kf-topbar__contacts{display:flex;align-items:center;flex-wrap:wrap;gap:1.25rem 2rem}.kf-topbar__contact{display:inline-flex;align-items:center;gap:.45rem;color:inherit;text-decoration:none;min-width:0;max-width:100%}.kf-topbar__contact svg{flex-shrink:0;width:14px;height:14px;display:block}.kf-topbar__icon{flex-shrink:0}.kf-topbar__contact:hover{opacity:.9}.kf-topbar__socials{display:flex;align-items:center;gap:.5rem}.kf-topbar__social{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#ffffff24;color:#fff;text-decoration:none;transition:background .2s ease}.kf-topbar__social:hover{background:#ffffff47}.kf-topbar__social svg{width:14px;height:14px}.kf-header{background:var(--kf-nav-bg);border-bottom:4px solid var(--kf-nav-border)}.kf-header__inner{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:1.5rem;min-height:92px;padding-block:.75rem}.kf-header__nav-scroll{min-width:0}.kf-header__logo{display:block;flex-shrink:0}.kf-header__logo img{display:block;width:auto;height:72px;max-width:min(240px,42vw);object-fit:contain}.kf-nav{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:.35rem .5rem;list-style:none;margin:0;padding:0}.kf-nav__link{display:inline-flex;align-items:center;gap:.35rem;padding:.55rem 1.15rem;border-radius:999px;font-size:.9375rem;font-weight:500;color:var(--kf-nav-text);text-decoration:none;transition:background .2s ease,color .2s ease}.kf-nav__link:hover{background:#f3f3f3}.kf-nav__link--active{background:var(--kf-nav-active-bg)}.kf-nav__cart-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;height:1.35rem;padding:0 .4rem;border-radius:999px;font-size:.68rem;font-weight:700;line-height:1;color:#1a1a1a;background:var(--kf-brand-gold)}.kf-nav__cart-badge:empty{min-width:0;padding:0}.kf-hero{flex-shrink:0;width:100%;height:calc(100dvh - var(--kf-fixed-head-h));min-height:280px;margin:0;padding:0;overflow:hidden}.kf-hero__viewport{position:relative;width:100%;height:100%;min-height:0;overflow:hidden}.kf-hero__track{--hero-slide-count: 2;display:flex;width:calc(100% * var(--hero-slide-count));height:100%;min-height:0;transition:transform .65s ease;will-change:transform}.kf-hero__slide{flex:0 0 calc(100% / var(--hero-slide-count));width:calc(100% / var(--hero-slide-count));height:100%;min-height:0;background:#fff}.kf-hero__slide--contain .kf-hero__banner{object-fit:contain;background:#fff}.kf-hero__banner{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.kf-hero__controls{position:absolute;z-index:3;left:50%;bottom:max(1rem,env(safe-area-inset-bottom,0px));display:flex;gap:.5rem;transform:translate(-50%)}.kf-hero__dot{width:.55rem;height:.55rem;padding:0;border:none;border-radius:50%;background:#0f2d4259;cursor:pointer;transition:background .2s ease,transform .2s ease}.kf-hero__dot:hover{background:#0f2d428c}.kf-hero__dot[aria-current=true]{background:var(--kf-brand-blue);transform:scale(1.15)}@media(prefers-reduced-motion:reduce){.kf-hero__track{transition:none}}.kf-hero__content{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;padding:1rem;padding-left:max(1rem,env(safe-area-inset-left,0px));padding-right:max(1rem,env(safe-area-inset-right,0px));padding-bottom:max(1rem,env(safe-area-inset-bottom,0px))}.kf-hero__offer{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;max-width:52rem;padding:0 1.5rem;animation:kf-hero-in .5s ease-out both}@keyframes kf-hero-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.kf-hero__offer-label{margin:0;font-size:clamp(.8rem,1.6vw,1rem);font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#d9480f;text-shadow:0 1px 12px rgba(255,255,255,.85)}.kf-hero__title{margin:0;font-size:clamp(2.5rem,7vw,4.5rem);font-weight:800;line-height:1.05;letter-spacing:-.03em;color:#0f2d42;text-shadow:0 2px 24px rgba(255,255,255,.9),0 1px 3px rgba(255,255,255,.6)}.kf-hero__subtitle{margin:0;font-size:clamp(1.05rem,2.4vw,1.5rem);font-weight:500;line-height:1.4;color:#1e3a4f;text-shadow:0 1px 16px rgba(255,255,255,.85)}.kf-hero__btn{display:inline-flex;align-items:center;justify-content:center;margin-top:.5rem;padding:.95rem 2.25rem;border-radius:999px;font-size:clamp(.95rem,1.8vw,1.125rem);font-weight:700;letter-spacing:.02em;color:#fff;text-decoration:none;background:var(--kf-brand-blue);box-shadow:0 10px 28px #006eb366;transition:transform .2s ease,box-shadow .2s ease}.kf-hero__btn:hover{transform:translateY(-2px);box-shadow:0 10px 22px #006eb373}.kf-hero__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem;margin-top:.25rem}.kf-hero__actions .kf-hero__btn{margin-top:0}.kf-hero__btn--outline{color:#0f2d42;background:#ffffff59;border:2px solid #0f2d42;box-shadow:0 4px 16px #00000014}.kf-hero__btn--outline:hover{background:#ffffff8c;box-shadow:0 8px 20px #0000001a}@media(max-width:900px){.kf-header__inner{grid-template-columns:auto minmax(0,1fr);min-height:auto;padding-block:.5rem .7rem;column-gap:.5rem;align-items:center}.kf-header__logo img{height:44px;max-width:min(140px,36vw)}}@media(max-width:900px)and (min-width:641px){.kf-header__nav-scroll{width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-x:contain;mask-image:linear-gradient(to right,transparent,#000 12px,#000 calc(100% - 12px),transparent);-webkit-mask-image:linear-gradient(to right,transparent,#000 12px,#000 calc(100% - 12px),transparent)}.kf-header__nav-scroll::-webkit-scrollbar{display:none}.kf-nav{flex-wrap:nowrap;justify-content:flex-start;width:max-content;max-width:none;margin-inline:auto;padding-bottom:.25rem;gap:.25rem .35rem}.kf-nav__link{flex-shrink:0}}@media(max-width:640px){.kf-header__nav-scroll{overflow:visible;mask-image:none;-webkit-mask-image:none;scrollbar-width:auto}.kf-nav{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;width:100%;max-width:100%;margin-inline:0;padding:0;padding-bottom:.15rem;gap:.05rem}.kf-nav>li{flex:1 1 0;min-width:0;display:flex;justify-content:center}.kf-nav__link{box-sizing:border-box;width:100%;max-width:100%;min-width:0;justify-content:center;padding:.45rem .1rem;font-size:clamp(.62rem,3.15vw,.78rem);font-weight:600;min-height:2.35rem;white-space:nowrap;line-height:1.1;text-align:center}.kf-nav__cart-badge{min-width:1rem;height:1rem;padding:0 .25rem;font-size:.55rem;flex-shrink:0}}@media(max-width:560px){.kf-hero__offer{gap:.5rem;padding:0 max(.75rem,env(safe-area-inset-left,0px)) 0 max(.75rem,env(safe-area-inset-right,0px))}.kf-topbar{font-size:.75rem;line-height:1.35}.kf-topbar__inner{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem .75rem;padding-block:.5rem}.kf-topbar__contacts{display:grid;grid-template-columns:1fr 1fr;gap:.35rem .65rem;align-items:center;flex:1;min-width:0}.kf-topbar__contact{gap:.35rem;min-width:0}.kf-topbar__contact svg{width:12px;height:12px}.kf-topbar__contact span{display:block;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.68rem}.kf-topbar__social{width:26px;height:26px;flex-shrink:0}.kf-topbar__social svg{width:12px;height:12px}.kf-header__logo img{height:40px;max-width:min(120px,34vw)}.kf-hero__title{font-size:clamp(1.6rem,9vw,2.85rem)}.kf-hero__btn{min-height:44px;padding-inline:1.75rem}}@media(max-width:360px){.kf-topbar__contacts{grid-template-columns:1fr}}.kf-footer{background:var(--kf-footer-bg, #004d7a);color:#fff}.kf-footer__main{display:grid;grid-template-columns:1.4fr repeat(5,minmax(0,1fr));gap:1.5rem 1.25rem;padding:clamp(2.5rem,4vw,3.5rem) 0 2rem}.kf-footer__brand{display:flex;flex-direction:column;gap:.75rem}.kf-footer__logo{display:inline-block;line-height:0}.kf-footer__logo img{display:block;width:auto;height:4.5rem;max-width:200px;object-fit:contain}.kf-footer__welcome{margin:0;font-size:.9rem;line-height:1.5;color:#ffffffeb}.kf-footer__heading{margin:0 0 1rem;font-size:.95rem;font-weight:700;color:#fff}.kf-footer__links{margin:0;padding:0;list-style:none}.kf-footer__links li+li{margin-top:.55rem}.kf-footer__links a{font-size:.85rem;line-height:1.4;color:#ffffffe0;text-decoration:none;transition:color .2s ease}.kf-footer__links a:hover{color:#fff}.kf-footer__subscribe{min-width:0}.kf-footer__form-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.kf-footer__form-row{display:flex;align-items:stretch;gap:0;max-width:100%}.kf-footer__input{flex:1;min-width:0;padding:.65rem .85rem;border:none;border-radius:4px 0 0 4px;background:#3d3d3d;font-family:inherit;font-size:.85rem;color:#fff}.kf-footer__input::placeholder{color:#b0b0b0}.kf-footer__input:focus{outline:2px solid var(--kf-brand-gold, #ffc20e);outline-offset:0}.kf-footer__submit{flex-shrink:0;padding:.65rem 1.1rem;border:none;border-radius:0 4px 4px 0;font-family:inherit;font-size:.85rem;font-weight:700;color:#fff;background:var(--kf-brand-gold, #ffc20e);cursor:pointer;transition:background .2s ease,filter .2s ease}.kf-footer__submit:hover{filter:brightness(1.05)}.kf-footer__socials{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.kf-footer__social{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;color:#fff;text-decoration:none;transition:transform .2s ease,opacity .2s ease}.kf-footer__social:hover{transform:translateY(-2px);opacity:.92}.kf-footer__social svg{width:1rem;height:1rem}.kf-footer__social--facebook{background:#1877f2}.kf-footer__social--twitter{background:#1da1f2}.kf-footer__social--instagram{background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af,#515bd4)}.kf-footer__social--linkedin{background:#0a66c2}.kf-footer__bottom{border-top:1px solid rgba(255,255,255,.12);padding:1.25rem 1.5rem calc(1.5rem + env(safe-area-inset-bottom,0px));text-align:center}.kf-footer__copy{margin:0;font-size:.8rem;color:#ffffffd9}@media(max-width:1100px){.kf-footer__main{grid-template-columns:repeat(3,minmax(0,1fr))}.kf-footer__brand{grid-column:1 / -1}}@media(max-width:700px){.kf-footer__main{grid-template-columns:repeat(2,minmax(0,1fr))}.kf-footer__subscribe{grid-column:1 / -1}}@media(max-width:480px){.kf-footer__main{grid-template-columns:1fr}}@media(max-width:640px){.kf-footer .kf-container{padding-inline:max(.75rem,env(safe-area-inset-left,0px)) max(.75rem,env(safe-area-inset-right,0px))}.kf-footer__main{padding-top:clamp(1.75rem,5vw,2.75rem);padding-bottom:1.5rem;gap:1.25rem 1rem}.kf-footer__bottom{padding-left:max(.75rem,env(safe-area-inset-left,0px));padding-right:max(.75rem,env(safe-area-inset-right,0px));padding-top:1rem;padding-bottom:calc(1.1rem + env(safe-area-inset-bottom,0px))}}
