.kempvl-home{--kempvl-blue:var(--primary-color, #3176d1);--kempvl-blue-hover:var(--primary-color-hover, #285fa8);--kempvl-navy:#0f3261;--kempvl-deep:#07192d;--kempvl-ink:#102237;--kempvl-muted:#657386;--kempvl-paper:#eef2f5;--kempvl-line:#d9e1e8;--kempvl-aqua:#91deea;color:var(--kempvl-ink);background:var(--kempvl-paper);overflow:hidden}.kempvl-home *,.kempvl-home ::after,.kempvl-home ::before{box-sizing:border-box}.kempvl-home img{display:block;max-width:100%}.kempvl-home h1,.kempvl-home h2,.kempvl-home h3,.kempvl-home p{margin:0}.kempvl-home h1,.kempvl-home h2,.kempvl-home h3{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.035em}.kempvl-home svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.kempvl-button,.kempvl-text-link{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:52px;border-radius:var(--inputs-buttons-border-radius,15px);font-weight:700;line-height:1.2;text-decoration:none;transition:color .22s ease,background-color .22s ease,border-color .22s ease,transform .22s ease}.kempvl-button:active,.kempvl-text-link:active{transform:translateY(1px)}.kempvl-button:focus-visible,.kempvl-home a:focus-visible,.kempvl-home button:focus-visible,.kempvl-text-link:focus-visible{outline:3px solid var(--kempvl-aqua);outline-offset:3px}.kempvl-button--primary{padding:0 24px;color:#fff;background:var(--kempvl-blue);border:1px solid var(--kempvl-blue)}.kempvl-button--primary:hover{color:#fff;background:var(--kempvl-blue-hover);border-color:var(--kempvl-blue-hover)}.kempvl-button--ghost{padding:0 24px;color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.3)}.kempvl-button--ghost:hover{color:#fff;background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.55)}.kempvl-text-link{min-height:44px;color:var(--kempvl-blue);white-space:nowrap}.kempvl-text-link:hover{color:var(--kempvl-blue-hover)}.kempvl-hero{position:relative;width:min(100% - 32px,var(--max-container-width,1440px));margin:16px auto 0;color:#fff;background:var(--kempvl-deep);border-radius:24px;overflow:hidden}.kempvl-hero__viewport{position:relative;min-height:610px}.kempvl-hero__slide{position:absolute;inset:0;display:grid;align-items:center;grid-template-columns:minmax(0,1fr) minmax(340px,.86fr);padding:64px;opacity:0;visibility:hidden;pointer-events:none;transform:translateX(24px);transition:opacity .5s cubic-bezier(.16, 1, .3, 1),transform .5s cubic-bezier(.16, 1, .3, 1),visibility .5s}.kempvl-hero__slide.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(0)}.kempvl-hero__background,.kempvl-hero__shade{position:absolute;inset:0;width:100%;height:100%}.kempvl-hero__background{object-fit:cover;object-position:center}.kempvl-hero__shade{background:linear-gradient(90deg,rgba(5,25,45,.98) 0,rgba(5,25,45,.9) 38%,rgba(5,25,45,.2) 72%,rgba(5,25,45,.1) 100%),linear-gradient(0deg,rgba(5,25,45,.35),transparent 50%)}.kempvl-hero__content{position:relative;z-index:2;max-width:720px}.kempvl-eyebrow,.kempvl-hero__label{display:flex;align-items:center;gap:12px;color:var(--kempvl-blue);font-size:12px;font-weight:800;letter-spacing:.12em;line-height:1.4;text-transform:uppercase}.kempvl-hero__label{color:var(--kempvl-aqua)}.kempvl-eyebrow::before,.kempvl-hero__label::before{width:28px;height:2px;flex:0 0 auto;content:"";background:currentColor}.kempvl-hero__title{max-width:700px;margin-top:22px!important;color:inherit;font-size:clamp(44px, 4.5vw, 72px);font-weight:700;line-height:.98}.kempvl-hero__text{max-width:650px;margin-top:26px!important;color:rgba(255,255,255,.86);font-size:18px;line-height:1.65}.kempvl-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.kempvl-hero__badge{position:absolute;z-index:3;top:32px;right:32px;padding:10px 16px;border:1px solid rgba(255,255,255,.28);border-radius:12px;color:rgba(255,255,255,.9);font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.kempvl-hero__slide--light{color:var(--kempvl-ink);background:linear-gradient(90deg,#f9faf4 0,#eef5f2 54%,#e5eff4 100%)}.kempvl-hero__slide--light .kempvl-hero__content,.kempvl-hero__slide--parts .kempvl-hero__content{grid-column:1;grid-row:1}.kempvl-hero__slide--light .kempvl-hero__text,.kempvl-hero__slide--parts .kempvl-hero__text{color:var(--kempvl-muted)}.kempvl-hero__slide--light .kempvl-hero__badge,.kempvl-hero__slide--parts .kempvl-hero__badge{color:var(--kempvl-ink);border-color:rgba(16,34,55,.2)}.kempvl-hero__visual{position:relative;z-index:2;display:grid;grid-column:2;grid-row:1;place-items:center;height:100%}.kempvl-hero__visual::before{position:absolute;width:min(520px,90%);aspect-ratio:1;content:"";border:1px solid rgba(49,118,209,.16);border-radius:50%}.kempvl-hero__visual img{position:relative;width:min(560px,100%);max-height:440px;object-fit:contain}.kempvl-hero__slide--light .kempvl-hero__visual img{border-radius:28px}.kempvl-hero__slide--parts{color:var(--kempvl-ink);background:linear-gradient(120deg,#edf5fb,#dfeaf4)}.kempvl-hero__tabs{position:relative;z-index:5;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.16)}.kempvl-hero__tabs button{position:relative;display:flex;align-items:center;gap:14px;min-height:80px;padding:18px 28px;color:rgba(255,255,255,.55);background:0 0;border:0;border-right:1px solid rgba(255,255,255,.16);cursor:pointer;font:inherit;font-weight:700;text-align:left}.kempvl-hero__tabs button:last-child{border-right:0}.kempvl-hero__tabs button::before{position:absolute;top:0;right:100%;left:0;height:3px;content:"";background:var(--kempvl-aqua);transition:right .35s cubic-bezier(.16, 1, .3, 1)}.kempvl-hero__tabs button.is-active{color:#fff}.kempvl-hero__tabs button.is-active::before{right:0}.kempvl-hero__tabs span{color:var(--kempvl-aqua);font-size:11px}.kempvl-hero__mobile-controls{display:none}.kempvl-trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:min(100%,var(--max-container-width,1440px));margin:14px auto 0;background:rgba(255,255,255,.55);border-top:1px solid var(--kempvl-line);border-bottom:1px solid var(--kempvl-line)}.kempvl-trust__item{display:flex;align-items:center;gap:14px;min-height:80px;padding:16px 24px;border-right:1px solid var(--kempvl-line)}.kempvl-trust__item:last-child{border-right:0}.kempvl-trust__item>svg{box-sizing:content-box;flex:0 0 auto;padding:10px;color:var(--kempvl-navy);background:#deecf7;border-radius:12px}.kempvl-trust__item div{display:grid;gap:5px}.kempvl-trust__item strong{color:var(--kempvl-ink);font-size:14px}.kempvl-trust__item span{color:var(--kempvl-muted);font-size:12px;line-height:1.4}.kempvl-section{width:min(100% - 32px,var(--max-container-width,1440px));margin:0 auto;padding:96px 0}.kempvl-section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:36px}.kempvl-section__head>div{max-width:780px}.kempvl-delivery h2,.kempvl-expert h2,.kempvl-picker h2,.kempvl-section__head h2{margin-top:14px!important;color:var(--kempvl-ink);font-size:clamp(38px, 4vw, 58px);font-weight:700;line-height:1.02}.kempvl-section__head p{max-width:650px;margin-top:16px!important;color:var(--kempvl-muted);font-size:16px;line-height:1.65}.kempvl-categories__grid{display:grid;grid-template-columns:1.42fr .85fr;grid-template-rows:repeat(2,250px);gap:18px}.kempvl-category{position:relative;min-height:250px;color:var(--kempvl-ink);background:#e4eef6;border-radius:24px;overflow:hidden;text-decoration:none}.kempvl-category--1{grid-row:1/span 2;min-height:518px;color:#fff;background:var(--kempvl-deep)}.kempvl-category img,.kempvl-category__shade{position:absolute;inset:0;width:100%;height:100%}.kempvl-category img{object-fit:contain;object-position:right center;transition:transform .6s cubic-bezier(.16, 1, .3, 1)}.kempvl-category--1 img{inset:18px 28px 18px auto;width:58%;height:calc(100% - 36px);object-fit:contain;object-position:right center;opacity:.92}.kempvl-category__shade{background:linear-gradient(90deg,rgba(238,244,248,.98) 0,rgba(238,244,248,.8) 48%,rgba(238,244,248,.1) 82%)}.kempvl-category--1 .kempvl-category__shade{background:linear-gradient(0deg,rgba(5,25,45,.96) 0,rgba(5,25,45,.12) 68%),linear-gradient(90deg,rgba(5,25,45,.65),transparent 70%)}.kempvl-category__brand{position:absolute;z-index:1;top:42px;left:40px;display:grid;gap:10px;pointer-events:none}.kempvl-category__brand>span{color:rgba(255,255,255,.08);font-family:Arial,"Helvetica Neue",sans-serif;font-size:clamp(58px, 6vw, 96px);font-weight:900;letter-spacing:-.065em;line-height:.8;-webkit-text-stroke:1px rgba(145,222,234,.36)}.kempvl-category__brand small{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.58);font-size:10px;font-weight:800;letter-spacing:.24em;line-height:1;text-transform:uppercase}.kempvl-category__brand small::before{width:38px;height:1px;background:var(--kempvl-aqua);content:"";opacity:.8}.kempvl-category__content{position:absolute;z-index:2;inset:30px auto auto 30px;display:grid;max-width:52%;gap:12px}.kempvl-category--1 .kempvl-category__content{inset:auto 36px 36px;max-width:620px}.kempvl-category__number{color:var(--kempvl-blue);font-size:11px;font-weight:800;letter-spacing:.12em}.kempvl-category--1 .kempvl-category__number{color:var(--kempvl-aqua)}.kempvl-category__content strong{font-family:Georgia,"Times New Roman",serif;font-size:clamp(26px, 2.4vw, 42px);letter-spacing:-.035em;line-height:1}.kempvl-category__copy{color:var(--kempvl-muted);font-size:14px;line-height:1.55}.kempvl-category--1 .kempvl-category__copy{color:rgba(255,255,255,.76)}.kempvl-category__arrow{position:absolute;z-index:3;right:24px;bottom:24px;display:grid;width:52px;height:52px;color:var(--kempvl-ink);background:rgba(255,255,255,.84);border:1px solid rgba(16,34,55,.14);border-radius:50%;place-items:center;transition:transform .3s cubic-bezier(.16, 1, .3, 1)}.kempvl-category:hover img{transform:scale(1.035)}.kempvl-category:hover .kempvl-category__arrow{transform:translateX(4px)}.kempvl-products{padding-top:36px}.kempvl-products__native .block__header{display:none}.kempvl-products__native .block,.kempvl-products__native .block__content,.kempvl-products__native .home-block_slider-wrapper{margin:0;padding:0}.kempvl-products__native .products-thumbs__item{background:#fff;border-color:var(--kempvl-line)}.kempvl-products__native .product-thumb{box-shadow:none}.kempvl-products__native .product-thumb__name,.kempvl-products__native .product-thumb__name-link{color:var(--kempvl-ink)}.kempvl-picker{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(380px,.75fr);gap:70px;width:min(100% - 32px,var(--max-container-width,1440px));margin:12px auto 0;padding:76px;color:#fff;background:linear-gradient(120deg,rgba(255,255,255,.025),transparent 44%),var(--kempvl-deep);border-radius:24px}.kempvl-picker .kempvl-eyebrow{color:var(--kempvl-aqua)}.kempvl-picker h2{max-width:700px;color:#fff}.kempvl-picker__copy>p{max-width:680px;margin-top:24px!important;color:rgba(255,255,255,.76);font-size:17px;line-height:1.7}.kempvl-picker__note{max-width:680px;margin-top:32px;padding-top:26px;color:rgba(255,255,255,.68);border-top:1px solid rgba(255,255,255,.18);font-size:14px;line-height:1.6}.kempvl-picker__panel{align-self:center;padding:28px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);border-radius:20px;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.kempvl-picker__panel-title{margin-bottom:18px;font-weight:800}.kempvl-picker__row{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:64px;border-top:1px solid rgba(255,255,255,.16)}.kempvl-picker__row span{color:rgba(255,255,255,.55);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.kempvl-picker__row strong{text-align:right}.kempvl-picker__panel .kempvl-button{width:100%;margin-top:20px}.kempvl-expert{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:18px}.kempvl-expert__content,.kempvl-expert__visual{min-height:620px;border-radius:24px}.kempvl-expert__visual{position:relative;overflow:hidden}.kempvl-expert__visual::after{position:absolute;inset:0;content:"";background:linear-gradient(0deg,rgba(5,25,45,.9),transparent 58%)}.kempvl-expert__visual img{width:100%;height:100%;object-fit:cover}.kempvl-expert__visual>div{position:absolute;z-index:2;right:36px;bottom:36px;left:36px;display:grid;gap:8px;color:#fff}.kempvl-expert__visual span{color:var(--kempvl-aqua);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.kempvl-expert__visual strong{max-width:500px;font-family:Georgia,"Times New Roman",serif;font-size:36px;letter-spacing:-.03em;line-height:1.06}.kempvl-expert__content{padding:62px;background:#fff}.kempvl-expert__content>p{max-width:720px;margin-top:22px!important;color:var(--kempvl-muted);font-size:16px;line-height:1.7}.kempvl-expert__links{margin:32px 0 20px;border-top:1px solid var(--kempvl-line)}.kempvl-expert__links a{display:grid;grid-template-columns:36px minmax(0,1fr) 24px;align-items:center;gap:18px;min-height:76px;color:var(--kempvl-ink);border-bottom:1px solid var(--kempvl-line);text-decoration:none}.kempvl-expert__links span{color:var(--kempvl-blue);font-size:11px;font-weight:800}.kempvl-expert__links svg{color:var(--kempvl-blue);transition:transform .2s ease}.kempvl-expert__links a:hover svg{transform:translateX(4px)}.kempvl-delivery{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:60px;width:min(100% - 32px,var(--max-container-width,1440px));margin:0 auto 96px;padding:72px;background:#deecf7;border-radius:24px}.kempvl-delivery__copy>p{max-width:670px;margin-top:22px!important;color:var(--kempvl-muted);font-size:16px;line-height:1.7}.kempvl-delivery ol{display:grid;gap:18px;margin:32px 0 0;padding:26px 0 0;border-top:1px solid rgba(16,34,55,.15);list-style:none}.kempvl-delivery li{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:12px}.kempvl-delivery li span{color:var(--kempvl-blue);font-size:11px;font-weight:800}.kempvl-delivery__card{align-self:center;padding:32px;background:#fff;border:1px solid rgba(16,34,55,.08);border-radius:20px;box-shadow:0 24px 60px -36px rgba(15,50,97,.35)}.kempvl-delivery__company{color:var(--kempvl-blue);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.kempvl-delivery__route{display:grid;grid-template-columns:auto minmax(50px,1fr) auto;align-items:center;gap:14px;margin-top:28px;padding:24px 0;border-top:1px solid var(--kempvl-line);border-bottom:1px solid var(--kempvl-line)}.kempvl-delivery__route>div{display:grid;gap:6px}.kempvl-delivery__route>div:last-child{text-align:right}.kempvl-delivery__route span{color:var(--kempvl-muted);font-size:11px}.kempvl-delivery__line{position:relative;height:1px;background:var(--kempvl-blue)}.kempvl-delivery__line::after,.kempvl-delivery__line::before{position:absolute;top:50%;width:7px;height:7px;content:"";background:var(--kempvl-blue);border-radius:50%;transform:translateY(-50%)}.kempvl-delivery__line::before{left:0}.kempvl-delivery__line::after{right:0}.kempvl-delivery__card>p{margin-top:24px!important;color:var(--kempvl-muted);font-size:14px;line-height:1.65}.kempvl-delivery__card .kempvl-button{width:100%;margin-top:24px}@media (max-width:1180px){.kempvl-trust{grid-template-columns:repeat(2,minmax(0,1fr))}.kempvl-trust__item:nth-child(2){border-right:0}.kempvl-trust__item:nth-child(-n+2){border-bottom:1px solid var(--kempvl-line)}.kempvl-picker{gap:40px;padding:54px}.kempvl-expert__content{padding:44px}.kempvl-delivery{gap:36px;padding:54px}}@media (max-width:900px){.kempvl-hero__slide{grid-template-columns:1fr;padding:44px}.kempvl-hero__slide--light .kempvl-hero__content,.kempvl-hero__slide--parts .kempvl-hero__content{max-width:58%}.kempvl-hero__visual{position:absolute;right:20px;width:48%}.kempvl-categories__grid{grid-template-columns:1fr 1fr;grid-template-rows:410px 280px}.kempvl-category--1{grid-column:1/-1;grid-row:1;min-height:410px}.kempvl-delivery,.kempvl-expert,.kempvl-picker{grid-template-columns:1fr}.kempvl-expert__content,.kempvl-expert__visual{min-height:auto}.kempvl-expert__visual{min-height:480px}}@media (max-width:680px){.kempvl-hero{width:100%;margin-top:0;border-radius:0}.kempvl-hero__viewport{min-height:calc(100dvh - 64px)}.kempvl-hero__slide{display:flex;align-items:flex-end;min-height:calc(100dvh - 64px);padding:34px 18px 112px;transform:translateX(16px)}.kempvl-hero__slide--motor{padding-top:260px}.kempvl-hero__background{object-position:63% center}.kempvl-hero__shade{background:linear-gradient(0deg,#05192d 0,rgba(5,25,45,.95) 38%,rgba(5,25,45,.08) 76%),linear-gradient(90deg,rgba(5,25,45,.25),transparent)}.kempvl-hero__content{width:100%;max-width:none}.kempvl-hero__title{margin-top:14px!important;font-size:clamp(40px, 12vw, 52px);line-height:.98}.kempvl-hero__text{margin-top:16px!important;font-size:15px;line-height:1.55}.kempvl-hero__actions{display:grid;margin-top:22px}.kempvl-hero__actions .kempvl-button{width:100%;min-height:52px}.kempvl-hero__actions .kempvl-button--ghost{display:none}.kempvl-hero__badge{top:18px;right:16px;padding:9px 12px;font-size:9px}.kempvl-hero__slide--light,.kempvl-hero__slide--parts{align-items:flex-end;padding-top:330px}.kempvl-hero__slide--light .kempvl-hero__content,.kempvl-hero__slide--parts .kempvl-hero__content{max-width:none}.kempvl-hero__visual{top:56px;right:18px;left:18px;width:auto;height:275px}.kempvl-hero__visual::before{width:260px}.kempvl-hero__visual img{width:100%;max-height:260px}.kempvl-hero__tabs{display:none}.kempvl-hero__mobile-controls{position:absolute;z-index:8;right:12px;bottom:12px;left:12px;display:flex;align-items:center;justify-content:space-between}.kempvl-hero__arrow{display:grid;width:48px;height:48px;padding:0;color:#fff;background:rgba(5,25,45,.55);border:1px solid rgba(255,255,255,.25);border-radius:50%;place-items:center}.kempvl-hero__dots{display:flex;gap:12px}.kempvl-hero__dots button{width:10px;height:10px;padding:0;background:0 0;border:1px solid rgba(255,255,255,.7);border-radius:50%}.kempvl-hero__dots button.is-active{background:var(--kempvl-aqua);border-color:var(--kempvl-aqua);box-shadow:0 0 0 5px rgba(145,222,234,.18)}.kempvl-trust{display:flex;width:100%;margin:0;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.kempvl-trust::-webkit-scrollbar{display:none}.kempvl-trust__item{min-width:78vw;min-height:78px;border-right:1px solid var(--kempvl-line)!important;border-bottom:0!important;scroll-snap-align:start}.kempvl-section{width:100%;padding:62px 16px}.kempvl-section__head{display:grid;gap:12px;margin-bottom:26px}.kempvl-delivery h2,.kempvl-expert h2,.kempvl-picker h2,.kempvl-section__head h2{font-size:40px}.kempvl-section__head .kempvl-text-link{justify-self:start}.kempvl-categories__grid{display:grid;grid-template-columns:1fr;grid-template-rows:none;gap:14px}.kempvl-category,.kempvl-category--1{grid-column:auto;grid-row:auto;min-height:300px;border-radius:20px}.kempvl-category--1{min-height:390px}.kempvl-category--1 img{inset:12px 12px 20px auto;width:78%;height:calc(100% - 32px)}.kempvl-category__brand{top:24px;left:24px;gap:7px}.kempvl-category__brand>span{font-size:48px;-webkit-text-stroke-color:rgba(145,222,234,.28)}.kempvl-category__brand small{font-size:9px;letter-spacing:.18em}.kempvl-category__brand small::before{width:24px}.kempvl-category--1 .kempvl-category__content,.kempvl-category__content{inset:auto 24px 24px;max-width:82%}.kempvl-category:not(.kempvl-category--1) .kempvl-category__content{top:24px;bottom:auto}.kempvl-category__content strong{font-size:31px}.kempvl-category__copy{display:none}.kempvl-products{padding-top:12px}.kempvl-products__native{width:calc(100% + 16px);overflow:hidden}.kempvl-products__native .products-thumbs__wrapper{padding-right:16px}.kempvl-picker{width:100%;margin:0;padding:62px 20px;border-radius:0}.kempvl-picker__copy>p{font-size:16px}.kempvl-picker__panel{padding:20px}.kempvl-picker__row{align-items:flex-start;min-height:74px;padding:18px 0}.kempvl-picker__row strong{max-width:60%;text-align:right}.kempvl-expert{gap:14px}.kempvl-expert__visual{min-height:400px;border-radius:20px}.kempvl-expert__visual>div{right:24px;bottom:24px;left:24px}.kempvl-expert__visual strong{font-size:31px}.kempvl-expert__content{padding:36px 22px;border-radius:20px}.kempvl-expert__links a{grid-template-columns:30px minmax(0,1fr) 20px;gap:10px;min-height:86px}.kempvl-delivery{width:100%;margin-bottom:0;padding:62px 16px;border-radius:0}.kempvl-delivery__card{padding:24px 20px}.kempvl-delivery__route{grid-template-columns:auto minmax(30px,1fr) auto;gap:8px}}@media (prefers-reduced-motion:reduce){.kempvl-home *,.kempvl-home ::after,.kempvl-home ::before{scroll-behavior:auto!important;transition-duration:NaNs!important;animation-duration:NaNs!important;animation-iteration-count:1!important}}