.back-button{display:flex;align-items:center;justify-content:center;width:var(--button-size);height:var(--button-size);color:var(--White);text-decoration:none;flex-shrink:0}.back-button--large,.back-button[data-size=large]{--button-size: 76px}.back-button--small,.back-button[data-size=small]{--button-size: 68px}.back-button svg{display:block;width:76px;height:76px}.back-button--small svg,.back-button[data-size=small] svg{width:68px;height:68px}.b-touch .back-button svg{width:60px;height:60px}@media(max-width:768px){.back-button[data-size=large]{--button-size: 60px}}.filter-button{display:flex;align-items:center;justify-content:space-between;width:328px;height:52px;padding:14px 16px;border:1px solid rgba(51,51,51,.12);border-radius:8px;background:#fff;color:var(--nocord-dark, #333333);cursor:pointer;flex-shrink:0;transition:background-color .18s ease,border-color .18s ease}.filter-button:hover,.filter-button:focus-visible{border-color:#3333332e;background:#fff;outline:none}.filter-button__text{display:flex;align-items:center;gap:8px;font-family:var(--font-family);font-size:24px;font-weight:400;line-height:28px;letter-spacing:0;color:currentColor}.filter-button__badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;background:var(--nocord-dark, #333333);color:var(--White, #ffffff);border-radius:12px;font-size:14px;font-weight:500;line-height:20px}.filter-button__icon{flex-shrink:0;color:currentColor}@media(max-width:768px){.filter-button{width:100%}.filter-button__text{font-size:20px;line-height:24px}.filter-button__badge{min-width:20px;height:20px;padding:0 6px;font-size:12px;line-height:16px}}.filter-panel{position:fixed;top:0;right:0;bottom:0;width:480px;display:flex;flex-direction:column;background:var(--White, #ffffff);transform:translate(100%);transition:transform .3s ease;z-index:10001;box-shadow:-4px 0 24px #0000001a}.filter-panel[data-open]{transform:translate(0)}.filter-panel__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--Gray-200, #e5e7eb)}.filter-panel__title-wrapper{display:flex;align-items:center;gap:8px}.filter-panel__title{font-family:var(--font-family);font-size:20px;font-weight:400;line-height:28px;color:var(--Black, #000000);margin:0}.filter-panel__badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 6px;background:var(--nocord-dark, #333333);border-radius:12px;font-family:var(--font-family);font-size:14px;font-weight:500;line-height:20px;color:var(--White, #ffffff)}.filter-panel__badge[hidden]{display:none}.filter-panel__header-actions{display:flex;align-items:center;gap:16px}.filter-panel__reset-link{font-family:var(--font-family);font-size:16px;font-weight:400;line-height:24px;color:#828282;background:none;border:none;padding:0;cursor:pointer;text-decoration:none;transition:opacity .2s ease}.filter-panel__reset-link:hover{opacity:.6}.filter-panel__close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:none;border:none;cursor:pointer;color:var(--Black, #000000);transition:opacity .2s ease}.filter-panel__close:hover{opacity:.6}.filter-panel__content{display:flex;flex-direction:column;flex:1;overflow:hidden}.filter-panel__groups{flex:1;overflow-y:auto;padding:0 24px}.filter-panel__groups::-webkit-scrollbar{width:6px}.filter-panel__groups::-webkit-scrollbar-track{background:var(--Gray-100, #f3f4f6)}.filter-panel__groups::-webkit-scrollbar-thumb{background:var(--Gray-300, #d1d5db);border-radius:3px}.filter-panel__groups::-webkit-scrollbar-thumb:hover{background:var(--Gray-400, #9ca3af)}@media(max-width:768px){.filter-panel{width:100%;left:0;right:auto;transform:translate(-100%)}.filter-panel__header{padding:16px 20px}.filter-panel__title{font-size:20px;line-height:28px}.filter-panel__groups{padding:0 20px}}.filter-panel-backdrop{display:none;position:fixed;inset:0;background:var(--Background-Neutral-Accent, #324253);z-index:10000;opacity:0;transition:opacity .3s ease}.filter-panel-backdrop[data-visible]{display:block;opacity:.7}.filter-group{border-bottom:1px solid var(--Gray-200, #e5e7eb)}.filter-group__header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 0;background:none;border:none;cursor:pointer;font:inherit;color:inherit;text-align:left}.filter-group__header:focus-visible{outline:2px solid var(--Black, #000000);outline-offset:2px}.filter-group__chevron{flex-shrink:0;color:var(--Black, #000000);transition:transform .2s ease}.filter-group__header[aria-expanded=false] .filter-group__chevron{transform:rotate(-90deg)}.filter-group__title{display:flex;align-items:center;gap:8px;font-family:var(--font-family);font-size:18px;font-weight:400;line-height:24px;color:var(--Black, #000000);text-align:left}.filter-group__badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:var(--Black, #000000);color:var(--White, #ffffff);border-radius:10px;font-size:12px;font-weight:500;line-height:16px}.filter-group__icon{display:none}.filter-group__content{overflow:hidden;transition:all .3s ease}.filter-group__content[hidden],.filter-group[data-collapsed] .filter-group__content{display:none}.filter-group__items{padding-bottom:16px}.filter-group:last-child{border-bottom:none}@media(max-width:768px){.filter-group__header{padding:20px 0}.filter-group__title{font-size:20px;font-weight:400;line-height:28px}.filter-group__items{padding-bottom:20px}}.filter-item{display:flex;align-items:center;gap:12px;padding:8px 0;cursor:pointer;user-select:none;transition:opacity .2s ease}.filter-item:hover{opacity:.8}.filter-item__input{position:absolute;opacity:0;pointer-events:none}.filter-item__checkbox{position:relative;width:20px;height:20px;border:2px solid var(--Gray-300, #d1d5db);border-radius:4px;background:var(--White, #ffffff);flex-shrink:0;transition:all .2s ease}.filter-item__input:checked+.filter-item__checkbox{background:var(--nocord-dark, #333333);border-color:var(--nocord-dark, #333333)}.filter-item__input:checked+.filter-item__checkbox:after{content:"";position:absolute;left:50%;top:45%;transform:translate(-50%,-50%) rotate(45deg);width:5px;height:10px;border:solid var(--White, #ffffff);border-width:0 2px 2px 0}.filter-item__input[type=radio]+.filter-item__checkbox{border-radius:50%}.filter-item__input[type=radio]:checked+.filter-item__checkbox:after{width:10px;height:10px;border:none;border-radius:50%;background:var(--White, #ffffff);transform:translate(-50%,-50%)}.filter-item__input:focus-visible+.filter-item__checkbox{outline:2px solid var(--Black, #000000);outline-offset:2px}.filter-item__label{font-family:var(--font-family);font-size:16px;font-weight:400;line-height:24px;color:var(--Black, #000000);flex:1}.filter-item__count{color:var(--Gray-500, #6b7280);margin-left:4px}.filter-item__input:disabled+.filter-item__checkbox{opacity:.5;cursor:not-allowed}.filter-item__input:disabled~.filter-item__label{opacity:.5;cursor:not-allowed}@media(max-width:768px){.filter-item{padding:12px 0}.filter-item__checkbox{width:24px;height:24px}.filter-item__label{font-size:16px;line-height:24px}}.filter-actions{display:flex;flex-direction:column;gap:12px;padding:20px 24px;border-top:1px solid var(--Gray-200, #e5e7eb);flex-shrink:0}.filter-actions__button{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;height:52px;padding:12px 24px;font-family:var(--font-family);font-size:16px;font-weight:400;line-height:24px;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease}.filter-actions__button[hidden]{display:none}.filter-actions__button--primary{background:var(--nocord-dark, #333333);color:var(--White, #ffffff)}.filter-actions__button--primary:hover{background:var(--catalog-menu-color, #4f5050)}.filter-actions__button--primary:active{transform:scale(.98)}.filter-actions__count{color:inherit}.filter-actions:has(>[hidden]){display:none}.filter-actions__button:disabled{opacity:.5;cursor:not-allowed}.filter-actions__button:disabled:hover{background:var(--nocord-dark, #333333);transform:none}@media(max-width:768px){.filter-actions{padding:24px 20px;gap:16px}.filter-actions__button{height:52px;font-size:16px;line-height:24px}}.catalog-page{min-height:100vh;background:#fff}.catalog-hero{position:relative;overflow:hidden;display:flex;align-items:center;box-sizing:border-box;left:50%;width:var(--site-bleed-width);height:204px;margin-left:var(--site-bleed-offset);padding:0;margin-top:0;background:var(--catalog-hero-color, #4f5050);color:#fff}.catalog-hero__content{position:relative;z-index:2;display:flex;align-items:flex-start;gap:16px;width:100%;max-width:var(--site-max-width);margin:0 auto;padding:0 28px}.catalog-hero .back-button{width:40px;height:40px;color:currentColor}.catalog-hero .back-button svg{width:40px;height:40px}.catalog-hero .back-button circle{opacity:1}.catalog-hero__title-section{display:flex;flex-direction:column;gap:8px;flex:1;justify-content:flex-start;min-width:0}.catalog-hero__title{font-family:var(--font-family);font-size:40px;font-weight:400;line-height:42px;letter-spacing:0;color:currentColor;margin:0;width:min(760px,100%)}.catalog-hero__count{font-family:var(--font-family);font-size:18px;font-weight:400;line-height:20px;letter-spacing:0;color:currentColor;margin:0;opacity:.4;width:min(760px,100%)}.catalog-hero--light{color:var(--nocord-dark, #333333)}.catalog-products{position:relative;left:50%;width:var(--site-bleed-width);margin-left:var(--site-bleed-offset);background:#f6f4ef;padding:4px 0 88px}.catalog-products .snippets-block--plain{background:transparent}.catalog-products__grid{box-sizing:border-box;width:100%;max-width:var(--site-max-width);margin:0 auto;padding:0 28px;display:flex;flex-wrap:wrap;gap:28px 4px}.catalog-products__item{display:contents}.catalog-products__empty{max-width:var(--site-max-width);margin:0 auto;padding:100px 20px;text-align:center}.catalog-products__empty p{font-family:var(--font-family);font-size:24px;color:#0009;margin:0}@media(max-width:1024px){.catalog-hero{padding:0}.catalog-hero__content{padding:0 20px}.catalog-hero__title{font-size:36px;line-height:38px;width:auto;max-width:574px}.catalog-hero__count{font-size:16px;line-height:18px;width:auto}.catalog-products{padding:4px 0 60px}.catalog-products__grid{padding:0 20px}}@media(max-width:768px){.catalog-page{padding-top:var(--header-height)}.catalog-hero{height:auto;padding:0}.catalog-hero__content{align-items:flex-start;min-height:0;padding:0 16px}.catalog-hero__title-section{gap:16px;width:100%}.catalog-hero__title{font-size:30px;line-height:32px;letter-spacing:0;width:100%;max-width:328px}.catalog-hero__count{font-size:18px;line-height:18px;width:auto;padding-bottom:0}.catalog-products{padding:4px 0 52px;box-sizing:border-box}.catalog-products__grid{padding:0 16px;gap:20px 4px}.catalog-products__empty p{font-size:18px}}.b-pad .catalog-hero,.b-touch .catalog-hero{padding:0;margin-top:0}.b-touch .catalog-hero__content{flex-direction:column;gap:16px;padding:24px}.b-touch .catalog-hero__title-section{width:100%}.b-pad .catalog-hero .back-button,.b-touch .catalog-hero .back-button{width:40px;height:40px}.b-pad .catalog-hero .back-button svg,.b-touch .catalog-hero .back-button svg{width:40px;height:40px}.b-pad .catalog-page,.b-touch .catalog-page{padding-top:var(--header-height)}.nocord-home{position:relative;left:50%;box-sizing:border-box;width:var(--site-bleed-width);margin-left:var(--site-bleed-offset);padding:calc(var(--header-height) + 28px) 0 0;background:#f6f4ef}.nocord-home__hero{position:relative;box-sizing:border-box;width:calc(100% - 56px);max-width:calc(var(--site-max-width) - 56px);aspect-ratio:1384 / 580;margin:0 auto;overflow:hidden;background:var(--nocord-grey, #817f80)}.nocord-home__media{position:absolute;inset:0;background-image:var(--nocord-home-bg-image);background-position:center;background-size:cover;background-repeat:no-repeat}.nocord-home__shade{position:absolute;inset:0;display:none}.nocord-home__content{position:absolute;inset:0;z-index:1;box-sizing:border-box;color:var(--White, #ffffff)}.nocord-home__badge{position:absolute;top:64px;left:64px;display:inline-flex;align-items:center;gap:8px;margin:0;color:currentColor}.nocord-home__badge-icons{display:inline-flex;flex:0 0 auto;align-items:center;gap:4.2px}.nocord-home__badge-icon{display:block;width:33.59px;height:33.59px;object-fit:contain}.nocord-home__badge-icon:nth-child(2){width:30.79px;height:30.79px}.nocord-home__badge-text{font-family:var(--font-family);font-size:16px;font-weight:500;line-height:15.4px;letter-spacing:0}.nocord-home__title-group{position:absolute;top:calc(50% + 30px);left:64px;display:flex;width:760px;flex-direction:column;align-items:flex-start;gap:32px;transform:translateY(-50%)}.nocord-home__title{width:692px;max-width:100%;margin:0;color:currentColor;font-family:var(--font-family);font-size:68px;font-weight:500;line-height:1;letter-spacing:0;text-wrap:balance;white-space:pre-line}.nocord-home__cta-container{display:flex;width:100%;align-items:center;padding-top:12px}.nocord-home__cta{display:inline-flex;width:220px;min-height:54px;align-items:center;justify-content:center;box-sizing:border-box;padding:11px 24px;border-radius:14px;background:var(--nocord-yellow, #fed42b);color:var(--Black, #000000);font-family:var(--font-family);font-size:16px;font-weight:500;line-height:16px;text-decoration:none;transition:opacity .18s ease,transform .18s ease}.nocord-home__cta:hover,.nocord-home__cta:focus-visible{opacity:.88;outline:none;transform:translateY(-1px)}.b-touch .nocord-home,.b-pad .nocord-home{padding:var(--header-height) 0 0}.b-touch .nocord-home__hero,.b-pad .nocord-home__hero{width:100%;min-height:640px;aspect-ratio:auto}.b-touch .nocord-home__media,.b-pad .nocord-home__media{background-image:var(--nocord-home-touch-bg-image);background-position:center top;background-size:cover;background-repeat:no-repeat}.b-touch .nocord-home__shade,.b-pad .nocord-home__shade{display:none}.b-touch .nocord-home__badge,.b-pad .nocord-home__badge{top:28.56px;left:20px;gap:7.62px}.b-touch .nocord-home__badge-icon,.b-pad .nocord-home__badge-icon{width:30.48px;height:30.48px}.b-touch .nocord-home__badge-icon:nth-child(2),.b-pad .nocord-home__badge-icon:nth-child(2){width:27.94px;height:27.94px}.b-touch .nocord-home__badge-text,.b-pad .nocord-home__badge-text{font-size:14.5px;line-height:13.97px}.b-touch .nocord-home__title-group,.b-pad .nocord-home__title-group{display:contents}.b-touch .nocord-home__title,.b-pad .nocord-home__title{position:absolute;top:140px;left:20px;width:min(320px,calc(100vw - 40px));max-width:calc(100vw - 40px);font-size:32px;font-weight:500;line-height:1;transform:translateY(-50%)}.b-touch .nocord-home__cta-container,.b-pad .nocord-home__cta-container{position:absolute;top:559px;left:50%;width:min(320px,calc(100vw - 40px));padding-top:0;transform:translate(-50%)}.b-touch .nocord-home__cta,.b-pad .nocord-home__cta{width:100%;min-height:54px;border-radius:14px;font-size:16px}@media(max-width:1280px)and (min-width:769px){.nocord-home__badge{top:56px;left:52px}.nocord-home__title-group{left:52px;width:700px}.nocord-home__title{width:590px;font-size:56px}}@media(prefers-reduced-motion:reduce){.nocord-home__cta{transition:none}}.nocord-text-page{padding:calc(var(--header-height) + 64px) 28px 120px;background:#f6f4ef}.nocord-text-page__inner{max-width:920px;margin:0 auto}.nocord-text-page__title{margin:0;font-size:64px;font-weight:500;line-height:1;color:#242424}.nocord-text-page__text{max-width:720px;margin:32px 0 0;font-size:22px;line-height:1.42;color:#4f5050}.nocord-text-page__link{display:inline-flex;align-items:center;justify-content:center;min-height:48px;margin-top:40px;padding:0 22px;color:#111;background:#fed42b;text-decoration:none}@media(max-width:768px){.nocord-text-page{padding:calc(var(--header-height) + 40px) 16px 80px}.nocord-text-page__title{font-size:42px}.nocord-text-page__text{font-size:18px}}.about-collection-hero{display:flex;width:100%;height:680px;overflow:hidden;font-family:var(--font-family)}.about-collection-hero--reversed{flex-direction:row-reverse}.about-collection-hero__details,.about-collection-hero__gallery{position:relative;width:50%;height:100%;overflow:hidden}.about-collection-hero__details{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:28px;box-sizing:border-box;color:#fff}.about-collection-hero__title{margin:0;font-family:var(--font-family);font-size:60px;font-weight:400;line-height:50px;letter-spacing:-1.2px;color:#fff;font-feature-settings:"ss01","ss02","ss03","ss04","ss05","salt"}.about-collection-hero__description{width:442px;margin:0;font-family:var(--font-family);font-size:32px;font-weight:400;line-height:34px;letter-spacing:-.64px;color:#fff;font-feature-settings:"ss02","ss03","ss04","ss05"}.about-collection-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.about-collection-hero--with-dots .about-collection-hero__gallery:after{content:"";position:absolute;left:0;top:50%;width:8px;height:8px;border-radius:50%;background-color:#fff;transform:translateY(-18px);box-shadow:0 20px #fff6,0 40px #fff6}.b-pad .about-collection-hero{height:520px}.b-pad .about-collection-hero__title{font-size:44px;line-height:38px;letter-spacing:-.88px}.b-pad .about-collection-hero__description{width:100%;font-size:24px;line-height:28px;letter-spacing:-.48px}.b-touch .about-collection-hero,.b-touch .about-collection-hero--reversed{flex-direction:column;height:auto}.b-touch .about-collection-hero__details,.b-touch .about-collection-hero__gallery{width:100%;height:360px}.b-touch .about-collection-hero__details{padding:24px 16px}.b-touch .about-collection-hero__title{font-size:36px;line-height:36px;letter-spacing:-.72px}.b-touch .about-collection-hero__description{width:100%;max-width:320px;font-size:20px;line-height:24px;letter-spacing:-.4px}.about-hero{display:flex;flex-direction:column;width:100%;background-color:#fff;overflow:hidden;font-family:var(--font-family)}.about-hero__title-row{display:flex;align-items:flex-end;gap:24px;width:100%;height:232px;padding:30px 28px;background-color:#fff;box-sizing:border-box}.about-hero__title{flex:1 0 0;min-width:0;margin:0;color:#000;font-family:var(--font-family);font-weight:400;font-size:60px;line-height:50px;letter-spacing:-1.2px;font-feature-settings:"ss01","ss02","ss03","ss04","ss05","salt"}.about-hero__description{width:581px;margin:0;color:#828282;font-family:var(--font-family);font-weight:400;font-size:28px;line-height:28px;letter-spacing:-.56px;font-feature-settings:"ss02","ss03","ss04","ss05"}.about-hero__image-row{position:relative;width:100%;height:636px;box-sizing:border-box;overflow:hidden}.about-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.about-hero__arrow{position:absolute;bottom:40px;left:50%;transform:translate(-50%);width:48px;height:8px;z-index:2}.about-hero__arrow svg{width:100%;height:100%;display:block}@media(max-width:1024px){.about-hero__title-row{flex-direction:column;align-items:flex-start;height:auto;min-height:180px;gap:16px;padding:24px 20px}.about-hero__title{font-size:44px;line-height:42px;letter-spacing:-.88px}.about-hero__description{width:auto;max-width:100%;font-size:20px;line-height:22px;letter-spacing:-.4px}.about-hero__image-row{height:480px}}@media(max-width:600px){.about-hero{padding-top:var(--header-height)}.about-hero__title-row{gap:16px;padding:28px 32px 32px;min-height:300px}.about-hero__title{font-size:48px;line-height:44px;letter-spacing:-.96px}.about-hero__description{font-size:28px;line-height:34px;letter-spacing:-.56px}.about-hero__image-row{height:720px;padding:0}.about-hero__arrow{bottom:24px;width:36px}}.b-touch .about-hero{padding-top:var(--header-height)}.b-touch .about-hero__title-row{flex-direction:column;align-items:flex-start;height:auto;min-height:300px;gap:16px;padding:28px 32px 32px}.b-touch .about-hero__title{font-size:48px;line-height:44px;letter-spacing:-.96px}.b-touch .about-hero__description{width:auto;max-width:100%;font-size:28px;line-height:34px;letter-spacing:-.56px}.b-touch .about-hero__image-row{height:720px;padding:0}@media(max-width:600px){.b-touch .about-hero__title-row{min-height:300px;padding:24px 16px 28px}.b-touch .about-hero__title{font-size:clamp(36px,10vw,48px);line-height:clamp(36px,9.5vw,44px);letter-spacing:-.72px}.b-touch .about-hero__description{font-size:clamp(20px,6vw,28px);line-height:clamp(24px,7vw,34px);letter-spacing:-.4px}.b-touch .about-hero__image-row{height:620px}}.about-mission{width:100%}.about-mission__block{display:flex;align-items:center;justify-content:center;height:500px;width:100%;box-sizing:border-box;padding:0 40px}.about-mission__block--white{background-color:#fff}.about-mission__block--gray{background-color:#f7f7f7}.about-mission__text{font-family:var(--font-family);font-weight:400;font-size:60px;line-height:50px;letter-spacing:-1.2px;color:#000;text-align:center;max-width:968px;margin:0;font-feature-settings:"ss01","ss02","ss03","ss04","ss05","salt";word-break:normal;overflow-wrap:break-word}.about-mission__segment{display:inline}.about-mission__block:nth-child(2) .about-mission__text{max-width:952px}.about-mission__inline-image{display:inline-block;vertical-align:middle;width:52px;height:52px;border-radius:50%;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:var(--gray-100, #eee);transform:translateY(-5px);margin:0 8px;flex-shrink:0}.b-pad .about-mission__block{height:auto;padding:80px 40px}.b-pad .about-mission__text{font-size:44px;line-height:1.05;letter-spacing:-.88px;max-width:720px}.b-touch .about-mission__block{height:auto;padding:64px 24px}.b-touch .about-mission__text{font-size:32px;line-height:1.1;letter-spacing:-.64px;max-width:100%}.b-touch .about-mission__inline-image{width:1em;height:1em}.about-values{background-color:#fff;padding:0 4px 4px;width:100%;box-sizing:border-box}.about-values__title{font-family:var(--font-family);font-weight:400;font-size:32px;line-height:34px;letter-spacing:-.64px;color:#000;margin:0;padding:72px 24px 28px;font-feature-settings:"ss02","ss03","ss04","ss05"}.about-values__cards{display:flex;align-items:stretch;gap:4px;width:100%}.about-values__card{flex:1 0 0;min-width:0;height:500px;padding:28px;background-color:#f7f7f7;display:flex;flex-direction:column;align-items:flex-start;gap:8px;box-sizing:border-box}.about-values__divider{display:none}.about-values__icon{width:88px;height:88px;margin-bottom:28px;color:#000;flex-shrink:0}.about-values__icon svg{width:100%;height:100%;display:block}.about-values__card-title{font-family:var(--font-family);font-weight:400;font-size:24px;line-height:28px;letter-spacing:-.48px;color:#000;margin:0;max-width:202px;font-feature-settings:"ss02","ss03","ss04","ss05"}.about-values__card-text{font-family:var(--font-family);font-weight:400;font-size:18px;line-height:24px;color:#828282;margin:0;max-width:259px}.b-pad .about-values__cards{display:grid;grid-template-columns:1fr 1fr;gap:4px}.b-pad .about-values__card{height:auto;min-height:380px}.b-pad .about-values__title{font-size:28px;line-height:30px;padding:56px 20px 24px}.b-touch .about-values{padding:0}.b-touch .about-values__title{font-size:24px;line-height:26px;padding:40px 16px 20px}.b-touch .about-values__cards{flex-direction:column;gap:4px}.b-touch .about-values__card{height:auto;min-height:320px;padding:24px}.b-touch .about-values__icon{width:64px;height:64px;margin-bottom:20px}.b-touch .about-values__card-title{font-size:20px;line-height:24px}.b-touch .about-values__card-text{font-size:16px;line-height:22px}.category-navigation{--category-nav-media-height: 140px;--category-nav-circle-size: 130px;--category-nav-image-size: 130px;--category-nav-item-width: 188px;--category-nav-gap: 0;--category-nav-side-padding: 28px;position:relative;left:50%;width:var(--site-bleed-width);box-sizing:border-box;margin-left:var(--site-bleed-offset);padding:48px 0 0;margin-block:0;overflow:hidden;background:#f6f4ef}.category-navigation__viewport{position:relative;width:100%;max-width:var(--site-max-width);box-sizing:border-box;margin:0 auto;padding:0 var(--category-nav-side-padding)}.category-navigation__list{display:flex;gap:var(--category-nav-gap);overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y;overscroll-behavior-x:contain;scrollbar-width:none;-ms-overflow-style:none;margin:0;padding:0;list-style:none}.category-navigation__list::-webkit-scrollbar{display:none}.category-navigation__item{flex:0 0 var(--category-nav-item-width);min-width:0}.category-navigation__card{display:flex;width:100%;min-height:196px;flex-direction:column;align-items:center;color:var(--Black, #000000);text-align:center;text-decoration:none;outline:none}.category-navigation__media{position:relative;display:flex;width:100%;height:var(--category-nav-media-height);flex:0 0 auto;align-items:center;justify-content:center;overflow:visible;border-radius:0;background:transparent;transition:opacity .18s ease}.category-navigation__media:before{position:absolute;top:50%;left:50%;width:var(--category-nav-circle-size);height:var(--category-nav-circle-size);background:var(--nocord-light-beige, #ede9e4);content:"";mask-image:url("data:image/svg+xml,%3Csvg width='260' height='260' viewBox='0 0 260 260' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M127.538 0C78.2955 0 0 71.5492 0 126.977V133.023C0 188.451 78.2955 260 127.538 260H132.462C181.705 260 260 188.451 260 133.023V126.977C260 71.5492 181.705 0 132.462 0H127.538Z' fill='white'/%3E%3C/svg%3E");mask-repeat:no-repeat;mask-size:100% 100%;transform:translate(-50%,-50%);transition:background-color .18s ease;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='260' height='260' viewBox='0 0 260 260' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M127.538 0C78.2955 0 0 71.5492 0 126.977V133.023C0 188.451 78.2955 260 127.538 260H132.462C181.705 260 260 188.451 260 133.023V126.977C260 71.5492 181.705 0 132.462 0H127.538Z' fill='white'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%}.category-navigation__image{position:relative;z-index:1;display:block;width:var(--category-nav-image-size);height:var(--category-nav-image-size);object-fit:contain;transform:scale(1);transition:transform .18s ease}.category-navigation__title{display:flex;min-height:24px;align-items:flex-start;justify-content:center;box-sizing:border-box;width:100%;max-width:calc(var(--category-nav-item-width) - 20px);padding-top:16px;color:var(--Black, #000000);font-family:var(--font-family);font-size:15px;font-weight:500;line-height:20px;letter-spacing:0;text-wrap:balance;white-space:normal;word-break:normal}.category-navigation__card:hover .category-navigation__media,.category-navigation__card:focus-visible .category-navigation__media{opacity:1}.category-navigation__card:hover .category-navigation__media:before,.category-navigation__card:focus-visible .category-navigation__media:before{background:var(--nocord-yellow, #fed42b)}.category-navigation__card:hover .category-navigation__image,.category-navigation__card:focus-visible .category-navigation__image{transform:scale(1.02)}.category-navigation__card:focus-visible .category-navigation__media{outline:2px solid var(--nocord-dark, #333333);outline-offset:3px}.category-navigation__arrow{position:absolute;top:76px;z-index:4;display:flex;width:44px;height:44px;align-items:center;justify-content:center;box-sizing:border-box;border:1px solid rgba(51,51,51,.12);border-radius:0;background:var(--White, #ffffff);box-shadow:0 8px 11px #00000014;color:var(--Black, #000000);cursor:pointer;opacity:0;pointer-events:none;transform:translateY(-50%);transition:opacity .18s ease,transform .18s ease}.category-navigation__arrow--prev{left:calc(var(--category-nav-side-padding) - 12px)}.category-navigation__arrow--next{right:var(--category-nav-side-padding)}.category-navigation__arrow:hover,.category-navigation__arrow:focus-visible{opacity:.88;outline:none;transform:translateY(-50%) scale(1.03)}.category-navigation__arrow svg{width:20px;height:20px}.b-touch .category-navigation,.b-pad .category-navigation{--category-nav-media-height: 96px;--category-nav-circle-size: 92px;--category-nav-image-size: 92px;--category-nav-item-width: 132px;--category-nav-gap: 0;padding:24px 0}.b-pad .category-navigation{--category-nav-side-padding: 20px}.b-touch .category-navigation{--category-nav-side-padding: 16px}.b-touch .category-navigation__viewport,.b-pad .category-navigation__viewport{width:100%}.b-touch .category-navigation__card,.b-pad .category-navigation__card{min-height:134px}.b-touch .category-navigation__title,.b-pad .category-navigation__title{min-height:20px;max-width:calc(var(--category-nav-item-width) - 12px);padding-top:8px;font-size:14px;font-weight:500;line-height:18px}.b-touch .category-navigation__arrow,.b-pad .category-navigation__arrow{display:none}@media(min-width:1441px){.category-navigation{--category-nav-media-height: 140px;--category-nav-circle-size: 130px;--category-nav-image-size: 130px;--category-nav-item-width: 164px;--category-nav-gap: 0}}@media(max-width:768px){.category-navigation{--category-nav-media-height: 96px;--category-nav-circle-size: 92px;--category-nav-image-size: 92px;--category-nav-item-width: 132px;--category-nav-gap: 0;--category-nav-side-padding: 16px;padding:24px 0}.category-navigation__card{min-height:134px}.category-navigation__title{min-height:20px;max-width:calc(var(--category-nav-item-width) - 12px);padding-top:8px;font-size:14px;line-height:18px}.category-navigation__arrow{display:none}}@media(prefers-reduced-motion:reduce){.category-navigation__media,.category-navigation__media:before,.category-navigation__image,.category-navigation__arrow{transition:none}}.color-block{width:100%;margin:var(--section-padding-88) 0;position:relative}.color-block__without-margin{margin:0}.b-pad .color-block{margin:68px 0 0}.b-touch .color-block{margin:var(--section-padding-60) 0}.color-block__header{display:flex;justify-content:space-between;align-items:center;padding:0 28px 28px}.b-touch .color-block__header{align-items:start;flex-direction:column;padding:0 0 24px 16px;gap:20px;overflow:visible}.color-block__title{font-family:var(--font-family);font-size:28px;line-height:28px;letter-spacing:-.56px;margin:0;font-weight:400}.color-block__tabs{display:flex;gap:16px}.b-touch .color-block__tabs{padding-top:var(--section-padding-20);padding-right:10px;padding-left:10px;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;box-sizing:border-box}.b-touch .color-block__tabs::-webkit-scrollbar{display:none}.b-touch .color-block__tabs>*{flex-shrink:0;margin:10px 0}.color-block__content{position:relative;height:720px}.b-touch .color-block__content{height:auto}.color-block__combination{position:absolute;inset:0;display:flex;gap:4px;opacity:0;pointer-events:none;transition:opacity .3s ease}.b-touch .color-block__combination{position:relative;flex-direction:column;display:none}.b-touch .color-block__combination--active{display:flex}.color-block__combination--active{opacity:1;pointer-events:auto}.color-block__main{aspect-ratio:952/720;width:70%;position:relative;overflow:hidden}.b-touch .color-block__main{width:100%}.color-block__main-image{width:100%;height:100%;object-fit:cover;display:block}.color-block__main-title{position:absolute;bottom:64px;left:28px;max-width:316px;font-family:var(--font-family);font-size:18px;line-height:24px;letter-spacing:0;color:var(--White);margin:0}.b-touch .color-block__main-title,.b-pad .color-block__main-title{bottom:24px;left:24px}.color-block__variants{flex:1;display:flex;flex-direction:column;gap:4px}.b-touch .color-block__variants{flex-direction:row;min-width:100%;width:100%}.color-block__variant{position:relative;height:358px;background:var(--gray-0);display:flex;flex-direction:column;justify-content:space-between;padding:24px}.b-touch .color-block__variant{width:50%;height:auto;padding:0}.color-block__variant-image{flex:1;display:flex;align-items:center;justify-content:center;min-height:0;overflow:hidden}.b-touch .color-block__variant-image{flex:none}.color-block__variant-image img{max-width:100%;max-height:100%;object-fit:contain;mix-blend-mode:multiply;display:block}.b-touch .color-block__variant-image img{width:auto;height:auto}.color-block__variant-footer{display:flex;justify-content:space-between;align-items:center}.b-touch .color-block__variant-footer{padding:16px}.color-block__variant-name{font-family:var(--font-family);font-size:18px;line-height:24px;letter-spacing:-.36px;color:#1a1a1a;margin:0;white-space:pre-line;flex:1}.color-block__variant-button{position:static;width:48px;height:48px;border:1px solid #3a3a3a;border-radius:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#3a3a3a;transition:border-color .3s ease,background-color .3s ease;text-decoration:none}.color-block__variant-button:after{content:"";position:absolute;inset:0;z-index:1}.b-touch .color-block__variant-button{width:28px;height:28px}.color-block__variant:hover .color-block__variant-button{border-color:transparent;background-color:#3a3a3a1a}.color-block__variant-button:hover{background:#3a3a3a;color:var(--White)}.color-block__variant-button svg{width:16px;height:16px}.color-tab[data-astro-cid-pzu5txmh]{position:relative;display:inline-flex;border:none;padding:0;background:none;border-radius:20px;overflow:visible;cursor:pointer;transition:all .2s;box-sizing:border-box}.color-tab[data-astro-cid-pzu5txmh]:before{content:"";position:absolute;inset:-6px;border-radius:20px;background:#eee;box-shadow:0 4px 12px #0000000a;opacity:0;transition:opacity .2s;z-index:0}.color-tab--active[data-astro-cid-pzu5txmh]:before{opacity:1}.color-tab__inner[data-astro-cid-pzu5txmh]{position:relative;z-index:1;display:flex;height:28px;width:82px;border-radius:12px;overflow:hidden}.color-tab__color[data-astro-cid-pzu5txmh]{flex:1;min-width:0}.color-tab[data-astro-cid-pzu5txmh]:hover{opacity:.8}@media screen and (width<=767px){.color-tab__inner[data-astro-cid-pzu5txmh]{height:32px;width:82px;border-radius:16px}}.fullscreen{position:relative;width:100%;height:100vh;background-color:var(--orange-primary);padding-top:var(--header-height);overflow:hidden}.b-touch .fullscreen{height:100vh}.fullscreen__container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;width:100%;height:100%;max-width:1440px;margin:0 auto;padding:110px 20px}.fullscreen__logo{width:244px;height:39px;flex-shrink:0}.fullscreen__logo img{width:100%;height:100%;object-fit:contain}.fullscreen__content{flex:1;display:flex;align-items:center;justify-content:center;width:100%;padding:0 20px}.b-touch .fullscreen__content{flex:0}.fullscreen__text-wrapper{position:relative;display:flex;align-items:center;justify-content:center;gap:0;width:100%;max-width:1400px}.fullscreen__text{font-family:var(--font-family);font-size:7vw;font-weight:400;line-height:1.07;letter-spacing:-.05em;color:var(--White);margin:0;white-space:nowrap}@media(max-widht:1440px){.fullscreen__text{font-size:114px}}.fullscreen__text--first{text-align:left;z-index:2;position:relative;padding-right:50px}.b-touch .fullscreen__text--first{padding-right:0}.fullscreen__text--second{text-align:right;position:relative;z-index:0}.fullscreen__image{position:absolute;width:325px;height:325px;margin:0 20px;z-index:1}.fullscreen__image img{inset:0;width:100%;height:100%;object-fit:contain;pointer-events:none}.fullscreen__button{position:relative;display:flex;align-items:center;gap:11px;flex-shrink:0}.fullscreen__button-image{width:52px;height:52px;border-radius:50%;overflow:hidden;flex-shrink:0}.fullscreen__button-image img{width:100%;height:100%;object-fit:cover;border-radius:50%}.fullscreen__button-text{font-family:var(--font-family);font-size:30px;font-weight:400;line-height:1;color:var(--White)}.b-pad .fullscreen__container{padding:28px 20px 35px}.b-pad .fullscreen__text{font-size:50px}.b-pad .fullscreen__image{width:228px;height:228px;margin:0 15px}.b-pad .fullscreen__button-text{font-size:24px}.b-pad .fullscreen__logo{width:195px;height:31px}.b-touch .fullscreen__container{padding:20px 16px 32px;gap:48px}.b-touch .fullscreen__text{font-size:48px}.b-touch .fullscreen__text-wrapper{align-items:flex-start;gap:103px;flex-direction:column}.b-touch .fullscreen__text--first{order:1}.b-touch .fullscreen__image{width:187px;height:187px;margin:0;order:2;align-self:center;z-index:5}.b-touch .fullscreen__text--second{order:3;align-self:center}.b-touch .fullscreen__button-text{font-size:18px}.b-touch .fullscreen__button-image{width:39px;height:39px}.b-touch .fullscreen__logo,.b-touch .fullscreen__logo svg{width:226px;height:36px}.b-touch .fullscreen__button{gap:8px}.b-desktop-1080 .fullscreen__text-wrapper,.b-pad .fullscreen__text-wrapper{gap:100px}.b-touch .fullscreen__text--first{flex-direction:column;align-self:center}.b-desktop-1080 .fullscreen__text--first,.b-pad .fullscreen__text--first{align-self:flex-start}.b-desktop-1080 .fullscreen__text--second,.b-pad .fullscreen__text--second{align-self:flex-end}.hero-block{position:relative;display:flex;max-width:100%;overflow:hidden;margin:68px 0 var(--section-padding-88);font-family:var(--font-family)}.b-touch .hero-block{width:100%;flex-direction:column;margin:32px 0 52px}.hero-block--desktop{height:680px;width:100%;align-items:center}.hero-block__without-margin{margin:0}.hero-block__margin-top{margin-top:68px}.hero-block__margin-bottom{margin-bottom:var(--section-padding-88)}.hero-block__without-top-margin{margin-top:0}.hero-block__without-bottom-margin{margin-bottom:0}.b-touch .hero-block__without-margin{margin:0}.b-touch .hero-block__margin-top{margin-top:32px}.b-touch .hero-block__margin-bottom{margin-bottom:52px}.b-touch .hero-block__without-top-margin{margin-top:0}.b-touch .hero-block__without-bottom-margin{margin-bottom:0}.hero-block--desktop.hero-block--left-right{flex-direction:row}.b-touch .hero-block--desktop.hero-block--left-right{flex-direction:column;width:100%;height:auto}.hero-block--desktop.hero-block--right-left{flex-direction:row-reverse}.b-touch .hero-block--desktop.hero-block--right-left{flex-direction:column;width:100%;height:auto}.hero-block--tablet{display:grid;grid-template-columns:repeat(2,1fr);height:384px;width:768px}.hero-block--mobile{flex-direction:column;width:360px}.hero-block__content{position:relative;width:50%;height:100%}.b-touch .hero-block__content{width:100%;height:360px}.hero-block__content-link{display:block;width:100%;height:100%;text-decoration:none;color:inherit;transition:opacity .2s ease}.hero-block--static,.hero-block--static .hero-block__content-link--static,.hero-block--static .hero-block__button--static{cursor:default}a.hero-block__content-link:hover{opacity:1!important}.hero-block__details{background-color:var(--scarlet);display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%}.hero-block__control{position:absolute;z-index:10;width:50%;height:100%;border:none;background-color:transparent;cursor:pointer}.hero-block__control--prev{left:0}.hero-block__control--next{right:0}.b-touch .hero-block--desktop .hero-block__gallery{justify-content:center;align-items:flex-end;width:100%;height:360px}.hero-block--desktop .hero-block__details{height:100%;width:100%;padding:28px}.hero-block--tablet .hero-block__details{height:384px;padding:24px}.hero-block--mobile .hero-block__details{width:360px;height:360px;padding:24px;overflow:hidden}.hero-block__title{font-family:var(--font-family);font-weight:400;font-style:normal;color:#fff;margin:0}.hero-block__eyebrow{margin:0 0 28px;color:#fff;font-family:var(--font-family);font-size:16px;font-weight:400;line-height:20px;letter-spacing:0}.hero-block__title{line-height:50px;letter-spacing:-2%}.b-desktop-xl .hero-block--desktop .hero-block__title.b-text_h1{font-size:60px;line-height:50px}.hero-block--tablet .hero-block__title,.hero-block--mobile .hero-block__title{line-height:36px;letter-spacing:-2%}.hero-block__footer{display:flex;align-items:flex-end;width:100%}.b-touch .hero-block__footer{gap:16px}.hero-block--desktop .hero-block__footer{justify-content:space-between;gap:16px}.hero-block--tablet .hero-block__footer,.hero-block--mobile .hero-block__footer{gap:24px;overflow:hidden}.hero-block__description{font-family:var(--font-family);font-weight:400;color:#fff;opacity:1;margin:0}.hero-block--desktop .hero-block__description{line-height:34px;letter-spacing:-.64px;max-width:442px}.b-touch .hero-block__description{max-width:236px}.b-touch .hero-block--desktop .hero-block__description{line-height:24px}.hero-block--desktop.hero-block--right-left .hero-block__description{line-height:28px;letter-spacing:-2%}.b-touch .hero-block--desktop.hero-block--right-left .hero-block__description{line-height:24px}.hero-block--tablet .hero-block__description{line-height:22px;letter-spacing:-2%;flex:1 0 0;min-width:0}.hero-block--mobile .hero-block__description{line-height:22px;letter-spacing:-2%;width:236px;flex-shrink:0}.hero-block__button{display:flex;align-items:center;flex-shrink:0;text-decoration:none;transition:opacity .2s ease}.hero-block__button:hover{opacity:1}.hero-block__label-button{display:inline-flex;min-width:136px;height:36px;align-items:center;justify-content:center;box-sizing:border-box;padding:0 18px;background:var(--nocord-yellow, #fed42b);color:var(--Black, #000000);font-family:var(--font-family);font-size:14px;font-weight:400;line-height:16px;letter-spacing:0;white-space:nowrap;transition:opacity .18s ease,transform .18s ease}.hero-block__content-link:hover .hero-block__label-button,.hero-block__content-link:focus-visible .hero-block__label-button{opacity:.86;transform:translateY(-1px)}.hero-block__button-icon{width:76px;height:76px}.hero-block__button-icon path:first-child{transition:stroke-opacity .3s ease,fill .3s ease}.hero-block__content:hover .hero-block__button-icon path:first-child{stroke-opacity:0;fill:#fff3}.hero-block--static .hero-block__content:hover .hero-block__button-icon path:first-child,.hero-block--static:hover .hero-block__button-icon path:first-child{stroke-opacity:1;fill:transparent}.b-touch .hero-block__button-icon,.hero-block--tablet .hero-block__button-icon,.hero-block--mobile .hero-block__button-icon{width:60px;height:60px}.hero-block--theme-nocord-main,.hero-block--theme-nocord-feature{margin-right:4px;margin-left:4px;background:var(--nocord-white, #ffffff)}.hero-block--theme-nocord-main{height:620px;margin-top:var(--header-height);margin-bottom:0}.hero-block--theme-nocord-feature{width:min(calc(100% - 56px),calc(var(--site-max-width) - 56px));height:400px;margin:4px auto 0}.hero-block--theme-nocord-main .hero-block__details{padding:32px 52px 28px;background:var(--nocord-additional-beige, #8e8377)}.hero-block--theme-nocord-feature .hero-block__details{padding:28px;background:linear-gradient(138deg,#b79a80f2,#93775ef2,#6e543bf2),var(--nocord-additional-beige, #8e8377)}.hero-block--theme-nocord-main .hero-block__gallery,.hero-block--theme-nocord-feature .hero-block__gallery{background:var(--nocord-beige, #b7a693)}.hero-block--theme-nocord-feature .hero-block__gallery{background:transparent}.hero-block--theme-nocord-main .hero-block__eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:92px;font-size:15px;line-height:20px}.hero-block--theme-nocord-main .hero-block__eyebrow:before{content:"Я";display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;border-radius:50%;background:#ff3b21;color:#fff;font-size:14px;line-height:1}.hero-block--theme-nocord-main .hero-block__title{max-width:600px;font-size:56px;font-weight:400;line-height:56px;letter-spacing:0}.hero-block--theme-nocord-main .hero-block__footer{justify-content:flex-start}.hero-block--theme-nocord-feature .hero-block__title{max-width:100%;font-family:Loos Normal,Styrene A,sans-serif;font-size:62px;font-weight:700;line-height:1;letter-spacing:0;font-feature-settings:"salt" 1,"ss01" 1,"ss02" 1,"ss03" 1,"ss04" 1,"ss05" 1;text-box-edge:cap alphabetic;text-box-trim:trim-both;text-edge:cap}.hero-block--theme-nocord-feature .hero-block__description{max-width:260px;font-family:Loos Normal,Styrene A,sans-serif;font-size:32px;font-weight:300;line-height:34px;letter-spacing:-.64px}.hero-block--theme-nocord-feature .hero-block__button-icon{width:80px;height:80px}.hero-block--theme-nocord-feature .hero-block__content:hover .hero-block__button-icon path:first-child{stroke-opacity:.55;fill:transparent}.b-touch .hero-block--theme-nocord-main,.b-pad .hero-block--theme-nocord-main,.b-touch .hero-block--desktop.hero-block--theme-nocord-feature,.b-pad .hero-block--desktop.hero-block--theme-nocord-feature{width:calc(100% - 32px);height:auto;margin-right:16px;margin-left:16px}.b-touch .hero-block--theme-nocord-main,.b-pad .hero-block--theme-nocord-main{margin-top:var(--header-height)}.b-touch .hero-block--theme-nocord-main .hero-block__content,.b-pad .hero-block--theme-nocord-main .hero-block__content,.b-touch .hero-block--theme-nocord-main .hero-block__gallery,.b-pad .hero-block--theme-nocord-main .hero-block__gallery{height:300px}.b-touch .hero-block--theme-nocord-feature .hero-block__content,.b-pad .hero-block--theme-nocord-feature .hero-block__content{order:2;height:clamp(220px,calc((100vw - 32px)*.6667),360px)}.b-touch .hero-block--theme-nocord-feature .hero-block__gallery,.b-pad .hero-block--theme-nocord-feature .hero-block__gallery{order:1;height:clamp(220px,calc((100vw - 32px)*.6667),360px)}.b-touch .hero-block--theme-nocord-main .hero-block__details,.b-pad .hero-block--theme-nocord-main .hero-block__details,.b-touch .hero-block--theme-nocord-feature .hero-block__details,.b-pad .hero-block--theme-nocord-feature .hero-block__details{padding:24px 16px 20px}.b-touch .hero-block--theme-nocord-main .hero-block__eyebrow,.b-pad .hero-block--theme-nocord-main .hero-block__eyebrow{margin-bottom:32px;font-size:12px;line-height:16px}.b-touch .hero-block--theme-nocord-main .hero-block__eyebrow:before,.b-pad .hero-block--theme-nocord-main .hero-block__eyebrow:before{width:20px;height:20px;font-size:12px}.b-touch .hero-block--theme-nocord-main .hero-block__title,.b-pad .hero-block--theme-nocord-main .hero-block__title{max-width:280px;font-size:30px;line-height:31px}.b-touch .hero-block--theme-nocord-feature .hero-block__title,.b-pad .hero-block--theme-nocord-feature .hero-block__title{max-width:260px;font-size:36px;line-height:36px}.b-touch .hero-block--theme-nocord-feature .hero-block__description,.b-pad .hero-block--theme-nocord-feature .hero-block__description{font-size:20px;line-height:21px}.b-touch .hero-block--theme-nocord-feature .hero-block__button-icon,.b-pad .hero-block--theme-nocord-feature .hero-block__button-icon{width:60px;height:60px}.b-touch .hero-block--theme-nocord-feature .hero-block__image,.b-pad .hero-block--theme-nocord-feature .hero-block__image{transform:translate(-50%,-50%)}@media(max-width:768px){.hero-block--desktop.hero-block--theme-nocord-feature{width:calc(100% - 32px);height:auto;margin-right:16px;margin-left:16px}.hero-block--desktop.hero-block--left-right.hero-block--theme-nocord-feature,.hero-block--desktop.hero-block--right-left.hero-block--theme-nocord-feature{flex-direction:column}.hero-block--theme-nocord-feature .hero-block__content,.hero-block--theme-nocord-feature .hero-block__gallery{width:100%}.hero-block--theme-nocord-feature .hero-block__content{order:2;height:clamp(220px,calc((100vw - 32px)*.6667),360px)}.hero-block--theme-nocord-feature .hero-block__gallery{order:1;height:clamp(220px,calc((100vw - 32px)*.6667),360px)}.hero-block--theme-nocord-feature .hero-block__details{padding:24px 16px 20px}.hero-block--theme-nocord-feature .hero-block__title{max-width:260px;font-size:36px;line-height:36px}.hero-block--theme-nocord-feature .hero-block__description{font-size:20px;line-height:21px}.hero-block--theme-nocord-feature .hero-block__button-icon{width:60px;height:60px}}.hero-block__gallery{position:relative;display:flex;align-items:center;justify-content:flex-end;overflow:hidden;pointer-events:auto}.hero-block__gallery-link{position:absolute;inset:0;z-index:3;display:block;color:inherit;text-decoration:none}.hero-block--desktop .hero-block__gallery{width:50%;height:100%}.hero-block__gallery picture{display:contents}.hero-block--tablet .hero-block__gallery{align-self:stretch;flex-shrink:0}.hero-block--mobile .hero-block__gallery{position:relative;width:360px;height:360px}.hero-block__image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover;pointer-events:none!important;opacity:0;visibility:hidden;transition:opacity .5s ease-in-out,visibility .5s ease-in-out}.hero-block__image--active{opacity:1;visibility:visible}.hero-block__pagination{position:relative;display:flex;flex-direction:column;gap:12px;align-items:flex-start;justify-content:center;height:100%;flex-shrink:0;z-index:1}.hero-block:not(.hero-block--category) .hero-block__gallery .hero-block__pagination{position:absolute;inset:auto auto 40px 50%;transform:translate(-50%);height:auto;z-index:10;flex-direction:row;align-items:center;gap:12px}.b-touch .hero-block__pagination,.b-pad .hero-block__pagination{position:absolute;display:flex;flex-direction:row;height:auto}.b-touch .hero-block:not(.hero-block--category) .hero-block__pagination,.b-pad .hero-block:not(.hero-block--category) .hero-block__pagination{inset:auto 0 16px;transform:none;align-items:center;justify-content:center;gap:12px}.hero-block__dot{width:8px;height:8px;border-radius:50%;background-color:#fff6;flex-shrink:0;border:none;padding:0;cursor:pointer;transition:background-color .3s ease}.hero-block__dot:hover{background-color:#ffffffb3}.hero-block__dot--active{background-color:#fff}.hero-block--full-width{width:100%;max-width:100%;margin-left:0;margin-right:0}.hero-block--full-width.hero-block--desktop{width:100%}.hero-block--full-width .hero-block__content,.hero-block--full-width .hero-block__gallery,.hero-block--category.hero-block--full-width .hero-block__details,.hero-block--category.hero-block--full-width .hero-block__gallery{width:50%;max-width:720px}.b-touch .hero-block--full-width{width:100%;margin-left:0;margin-right:0}.b-touch .hero-block--full-width .hero-block__content,.b-touch .hero-block--full-width .hero-block__gallery{width:100%;max-width:100%}.hero-block--category{position:relative;height:680px;width:100%}.hero-block--category .hero-block__slide{display:none;height:100%;width:100%}.hero-block--category .hero-block__slide--active{display:flex;opacity:1;visibility:visible}.hero-block--category .hero-block__slide-link{display:flex;width:100%;height:100%;text-decoration:none;color:inherit;transition:opacity .2s ease}.hero-block--category .hero-block__slide-link:hover,.hero-block--category .hero-block__slide-link:focus-visible{opacity:1;outline:none}.hero-block--category .hero-block__details{width:50%;padding:28px;display:flex;flex-direction:column;justify-content:space-between}.hero-block--category .hero-block__title{font-family:Styrene A,sans-serif;line-height:50px;letter-spacing:-1.2px;color:#fff;font-weight:400;margin:0}.hero-block--category .hero-block__footer{display:flex;justify-content:space-between;align-items:flex-end}.hero-block--category .hero-block__cta-text{font-family:Styrene A,sans-serif;line-height:30px;letter-spacing:-.64px;color:#fff;margin:0}.hero-block--category .hero-block__gallery{width:50%;position:relative;padding:28px;display:flex;align-items:center;justify-content:center;overflow:hidden;pointer-events:auto}.hero-block--category .hero-block__gallery img{max-width:100%;max-height:100%;object-fit:contain;pointer-events:none}.hero-block--category .hero-block__pagination{position:absolute;right:28px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:12px;z-index:10}.hero-block--category .hero-block__dot{width:8px;height:8px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:background .2s;padding:0}.hero-block--category .hero-block__dot--active{background:#fff}@media(pointer:fine){.hero-block.hero-block--full-width-single:hover{background-size:105%}}@media(max-width:1023px){.hero-block--category{height:500px}.hero-block--category .hero-block__title{line-height:90%}.hero-block--category .hero-block__button-icon{width:60px;height:60px}}@media(max-width:767px){.hero-block--category{height:auto}.hero-block--category .hero-block__slide--active{flex-direction:column}.hero-block--category .hero-block__slide-link,.hero-block--category .hero-block__details,.hero-block--category .hero-block__gallery{width:100%}.hero-block--category .hero-block__details{min-height:300px;padding:24px 16px}.hero-block--category .hero-block__title{line-height:88%}.hero-block--category .hero-block__pagination{right:16px}.hero-block--full-width .hero-block__details,.hero-block--full-width .hero-block__gallery{width:100%;max-width:100%}}.hero-block--full-width-single{position:relative;width:100%;height:680px;margin-left:0;margin-right:0;background-size:100%;background-position:center;background-repeat:no-repeat;display:flex;align-items:stretch;overflow:hidden;transition:background-size .3s ease;cursor:pointer}.hero-block--full-width-single.hero-block--static{cursor:default}.hero-block--full-width-single .hero-block__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.5) 0%,rgba(0,0,0,.2) 50%,transparent 100%);z-index:1}.hero-block--full-width-single .hero-block__content-wrapper{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:space-between;padding:28px;width:50%;max-width:720px;height:100%}.hero-block--full-width-single .hero-block__title{font-family:Styrene A,sans-serif;font-weight:400;font-size:60px;line-height:50px;letter-spacing:-1.2px;color:#fff;margin:0}.hero-block--full-width-single .hero-block__footer{display:flex;justify-content:space-between;align-items:flex-end}.hero-block--full-width-single .hero-block__cta-text{font-family:Styrene A,sans-serif;font-size:32px;line-height:30px;letter-spacing:-.64px;color:#fff;margin:0}.hero-block--full-width-single .hero-block__button{display:flex;align-items:center;flex-shrink:0;text-decoration:none;transition:transform .2s ease}.hero-block--full-width-single .hero-block__button:hover{transform:scale(1.05)}.hero-block--full-width-single.hero-block--static .hero-block__button:hover{transform:none}.hero-block--full-width-single .hero-block__button-icon{width:76px;height:76px}.hero-block--full-width-single .hero-block__button-icon path:first-child{transition:fill .3s ease,stroke-opacity .3s ease}.hero-block--full-width-single:hover .hero-block__button-icon path:first-child{fill:#fff3;stroke-opacity:0}@media(max-width:1023px){.hero-block--full-width-single{height:500px;background-size:cover}.hero-block--full-width-single .hero-block__content-wrapper{width:60%}.hero-block--full-width-single .hero-block__title{font-size:48px;line-height:44px}.hero-block--full-width-single .hero-block__cta-text{font-size:24px;line-height:26px}.hero-block--full-width-single .hero-block__button-icon{width:60px;height:60px}}.b-touch .hero-block{flex-direction:column}.b-touch .hero-block>div{height:360px}.b-touch .hero-block.hero-block--full-width-single>div{height:100%}@media(max-width:767px){.hero-block--full-width-single{height:400px;margin-left:0;margin-right:0;width:100%;background-size:cover}.hero-block--full-width-single .hero-block__overlay{background:linear-gradient(180deg,#00000080,#0000004d,#0003)}.hero-block--full-width-single .hero-block__content-wrapper{width:100%;max-width:100%;padding:24px 16px}.hero-block--full-width-single .hero-block__title{font-size:36px;line-height:34px}.hero-block--full-width-single .hero-block__cta-text{font-size:18px;line-height:22px}.hero-block--full-width-single .hero-block__button-icon{width:50px;height:50px}}.hero-block--text-top .hero-block__details{justify-content:flex-start}.hero-block--text-top .hero-block__text-block{display:flex;flex-direction:column;gap:24px}.hero-block--text-top .hero-block__description{font-size:28px;line-height:32px;letter-spacing:-.56px;max-width:none}.b-touch .hero-block--text-top .hero-block__description{font-size:20px;line-height:24px;letter-spacing:-.4px;max-width:none}.hero-block--text-top .hero-block__footer{margin-top:auto;flex-direction:column;align-items:flex-start;gap:16px}.hero-block__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px;width:100%}.hero-block__list-item{display:flex;align-items:center;gap:16px;color:#fff;font-family:var(--font-family);font-size:24px;line-height:28px;font-weight:400;letter-spacing:-.48px}.hero-block__list-thumb{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0;background:#fff;aspect-ratio:1 / 1}.hero-block__list-thumb--placeholder{display:inline-block}.hero-block__list-text{color:#fff}.hero-block--theme-nocord-main .hero-block__image{object-fit:cover;object-position:center}.hero-block--theme-nocord-feature .hero-block__image{width:100%;height:100%;object-fit:cover;object-position:center;transform:translate(-50%,-50%)}.home-category-feature{--home-feature-bg: #8e775f;--home-feature-bg-2: #b7a693;--home-feature-fg: #ffffff;box-sizing:border-box;width:100%;padding:4px 4px 0;background:var(--nocord-white, #ffffff)}.home-category-feature__link{display:grid;min-height:260px;grid-template-columns:1fr 1fr;color:var(--home-feature-fg);text-decoration:none}.home-category-feature__content{position:relative;display:flex;min-width:0;flex-direction:column;justify-content:space-between;padding:32px 32px 28px;overflow:hidden;background:radial-gradient(circle at 75% 20%,rgba(255,255,255,.16),transparent 30%),linear-gradient(135deg,#9c8066,#745d49)}.home-category-feature__media{position:relative;min-width:0;overflow:hidden;background:radial-gradient(circle at 55% 40%,rgba(255,255,255,.24),transparent 42%),var(--home-feature-bg-2)}.home-category-feature__title{max-width:430px;margin:0;color:currentColor;font-family:var(--font-family);font-size:36px;font-weight:500;line-height:36px;letter-spacing:0}.home-category-feature__footer{display:flex;align-items:end;justify-content:space-between;gap:24px}.home-category-feature__caption{color:currentColor;font-family:var(--font-family);font-size:16px;font-weight:400;line-height:18px;letter-spacing:0}.home-category-feature__arrow{display:flex;width:60px;height:60px;flex:0 0 auto;align-items:center;justify-content:center;color:currentColor;transition:opacity .18s ease,transform .18s ease}.home-category-feature__arrow svg{width:100%;height:100%}.home-category-feature__image{position:absolute;display:block;max-width:none;object-fit:contain;object-position:center;transition:opacity .18s ease,transform .18s ease}.home-category-feature__link:hover .home-category-feature__image,.home-category-feature__link:focus-visible .home-category-feature__image{opacity:.9;transform:scale(1.018)}.home-category-feature__link:hover .home-category-feature__arrow,.home-category-feature__link:focus-visible .home-category-feature__arrow{opacity:.72;transform:translate(2px)}.home-category-feature__link:focus-visible{outline:2px solid var(--nocord-yellow, #fed42b);outline-offset:-2px}.home-category-feature--drills .home-category-feature__image{right:-4%;bottom:-23%;width:96%}.home-category-feature--angle-grinders .home-category-feature__image{right:6%;bottom:8%;width:72%}.home-category-feature--laser-levels .home-category-feature__image{right:11%;bottom:-28%;width:60%}.home-category-feature--trimmers .home-category-feature__image{right:-5%;bottom:0;width:92%;transform:rotate(-5deg)}.home-category-feature--trimmers .home-category-feature__link:hover .home-category-feature__image,.home-category-feature--trimmers .home-category-feature__link:focus-visible .home-category-feature__image{transform:rotate(-5deg) scale(1.018)}.home-category-feature--lawn-mowers .home-category-feature__image{right:-14%;bottom:-30%;width:92%}.home-category-feature--chain-saws .home-category-feature__image{right:-2%;bottom:-10%;width:88%}.home-category-feature--worksite .home-category-feature__image{right:16%;bottom:-22%;width:44%}.home-category-feature--energy .home-category-feature__image{right:5%;bottom:-18%;width:82%}.home-category-feature--accessories .home-category-feature__image{right:10%;bottom:-8%;width:55%}.b-touch .home-category-feature,.b-pad .home-category-feature{padding:8px 0 0}.b-touch .home-category-feature__link,.b-pad .home-category-feature__link{min-height:360px;grid-template-columns:1fr}.b-touch .home-category-feature__media,.b-pad .home-category-feature__media{order:1;min-height:180px}.b-touch .home-category-feature__content,.b-pad .home-category-feature__content{order:2;min-height:180px;padding:24px}.b-touch .home-category-feature__title,.b-pad .home-category-feature__title{max-width:260px;font-size:28px;line-height:28px}.b-touch .home-category-feature__caption,.b-pad .home-category-feature__caption{font-size:14px;line-height:16px}.b-touch .home-category-feature__arrow,.b-pad .home-category-feature__arrow{width:48px;height:48px}.b-touch .home-category-feature--drills .home-category-feature__image,.b-pad .home-category-feature--drills .home-category-feature__image{right:-30%;bottom:-35%;width:140%}.b-touch .home-category-feature--angle-grinders .home-category-feature__image,.b-pad .home-category-feature--angle-grinders .home-category-feature__image{right:2%;bottom:10%;width:92%}.b-touch .home-category-feature--laser-levels .home-category-feature__image,.b-pad .home-category-feature--laser-levels .home-category-feature__image{right:16%;bottom:-44%;width:78%}.b-touch .home-category-feature--trimmers .home-category-feature__image,.b-pad .home-category-feature--trimmers .home-category-feature__image{right:-24%;bottom:4%;width:138%}.b-touch .home-category-feature--lawn-mowers .home-category-feature__image,.b-pad .home-category-feature--lawn-mowers .home-category-feature__image{right:-38%;bottom:-60%;width:145%}.b-touch .home-category-feature--chain-saws .home-category-feature__image,.b-pad .home-category-feature--chain-saws .home-category-feature__image{right:-20%;bottom:-16%;width:130%}.b-touch .home-category-feature--worksite .home-category-feature__image,.b-pad .home-category-feature--worksite .home-category-feature__image{right:18%;bottom:-35%;width:66%}.b-touch .home-category-feature--energy .home-category-feature__image,.b-pad .home-category-feature--energy .home-category-feature__image{right:-18%;bottom:-32%;width:130%}.b-touch .home-category-feature--accessories .home-category-feature__image,.b-pad .home-category-feature--accessories .home-category-feature__image{right:12%;bottom:-12%;width:70%}@media(prefers-reduced-motion:reduce){.home-category-feature__image,.home-category-feature__arrow{transition:none}}.home-info-block{width:100%;box-sizing:border-box;padding:0 52px 72px;background:var(--nocord-white, #ffffff)}.home-info-block__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;width:100%}.home-info-block__image-card,.home-info-block__intro{position:relative;height:480px;overflow:hidden;border-radius:16px}.home-info-block__image-card{grid-column:span 3;background:var(--nocord-grey, #817f80)}.home-info-block__image{display:block;width:100%;height:100%;object-fit:cover}.home-info-block__intro{grid-column:span 3;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;padding:52px 56px 72px;background:var(--nocord-beige, #b7a693);color:var(--nocord-white, #ffffff)}.home-info-block__intro-text{max-width:552px;margin:0;font-family:var(--font-family);font-size:28px;font-weight:400;line-height:32px;letter-spacing:0}.home-info-block__factory-logo{display:block;width:216px;height:auto;color:var(--nocord-white, #ffffff)}.home-info-block__card{grid-column:span 2;min-height:236px;box-sizing:border-box;padding:40px 56px;border-radius:16px;background:var(--nocord-light-grey-15, rgba(166, 164, 165, .15))}.home-info-block__card-title{max-width:328px;margin:0;color:var(--nocord-dark, #333333);font-family:var(--font-family);font-size:28px;font-weight:500;line-height:1;letter-spacing:0}.home-info-block__card-text{max-width:328px;margin:22px 0 0;color:var(--nocord-dark, #333333);font-family:var(--font-family);font-size:16px;font-weight:400;line-height:20px;letter-spacing:0}@media(max-width:1080px){.home-info-block{padding:0 28px 56px}.home-info-block__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-info-block__image-card,.home-info-block__intro,.home-info-block__card{grid-column:span 1}.home-info-block__card{padding:32px}}@media(max-width:768px){.home-info-block{padding:0 16px 44px}.home-info-block__grid{grid-template-columns:1fr}.home-info-block__image-card,.home-info-block__intro{height:360px}.home-info-block__image-card,.home-info-block__intro,.home-info-block__card{grid-column:1;border-radius:16px}.home-info-block__intro{height:auto;min-height:0;justify-content:flex-start;gap:28px;padding:32px 28px}.home-info-block__intro-text{font-size:22px;line-height:27px}.home-info-block__factory-logo{width:172px}.home-info-block__card{min-height:auto;padding:28px}.home-info-block__card-title{font-size:24px;line-height:26px}.home-info-block__card-text{margin-top:16px;font-size:15px;line-height:20px}}.information-block{height:640px;margin:var(--header-height) 0 0;padding:28px;width:100%;box-sizing:border-box;background-color:var(--nocord-light-beige, #ede9e4)}.information-block__gallery{width:50%;position:relative;overflow:hidden;border-radius:0;background:var(--nocord-grey, #817f80)}.information-block__image{width:100%;height:100%;box-sizing:border-box;object-fit:cover;border-radius:0}.information-block__details{background-color:var(--gray-0, #f4f3f1);width:50%;padding:32px 28px;gap:0;box-sizing:border-box}.information-block .information-block__title{font-family:"Styrene A LC",var(--font-family);font-size:64px;font-weight:400;line-height:.96;letter-spacing:0;color:var(--Black);margin:0;width:720px;max-width:100%}.information-block__buttons{gap:16px;width:100%;max-width:664px;align-items:flex-start}.information-block__button{gap:20px;height:66px;padding:24px;background-color:var(--White);border-radius:0;text-decoration:none;color:var(--Black);width:fit-content;justify-content:center;box-sizing:border-box;border:1px solid rgba(51,51,51,.08);transition:border-color .2s ease,opacity .2s ease,transform .2s ease}.information-block__button:hover{border-color:#3333;opacity:.72;transform:translateY(-1px)}.information-block__button-logo{width:40px;height:40px;flex-shrink:0;object-fit:contain}.information-block__button-text{font-family:"Styrene A LC",var(--font-family);font-size:24px;font-weight:400;line-height:28px;letter-spacing:-.48px;color:var(--Black);min-width:0;white-space:nowrap}.information-block__button-icon{width:40px;height:40px;color:var(--Black);flex-shrink:0;margin-left:-8px}.information-block--where-to-buy{min-height:calc(100vh - var(--header-height));height:auto;background:var(--catalog-menu-color, #4f5050);margin-top:var(--header-height)}.information-block--where-to-buy .information-block__gallery{display:none}.information-block--where-to-buy .information-block__details{width:100%;max-width:760px;background:transparent;padding:56px 28px 80px;justify-content:flex-start;gap:48px}.information-block--where-to-buy .information-block__title{color:var(--White)}.information-block--where-to-buy .information-block__buttons{gap:16px}.information-block--where-to-buy .information-block__button{min-height:80px;height:auto;border:0;border-radius:24px;padding:0 36px;gap:20px;background:var(--nocord-light-beige, #ede9e4)}.information-block--where-to-buy .information-block__button-logo{width:44px;height:44px}.information-block--where-to-buy .information-block__button-text{font-family:var(--font-family);font-size:30px;line-height:34px;letter-spacing:0}.information-block--where-to-buy .information-block__button-icon{display:none}.b-touch .information-block{flex-direction:column;height:auto;margin-top:var(--header-height);padding:16px}.b-touch .information-block__gallery{display:block;width:100%;height:320px}.b-touch .information-block__details{width:100%;padding:24px 20px;gap:40px}.b-touch .information-block__title{font-size:44px;line-height:40px;letter-spacing:0;width:100%}.b-touch .information-block__buttons{gap:12px;max-width:100%}.b-touch .information-block__button{height:64px;padding:0 20px;gap:12px;max-width:100%}.b-touch .information-block__button-logo{width:32px;height:32px}.b-touch .information-block__button-text{font-size:22px;line-height:26px}.b-touch .information-block__button-icon{width:32px;height:32px;margin-left:0}.b-touch .information-block--where-to-buy{min-height:calc(100vh - var(--header-height));padding:0;background:var(--catalog-menu-color, #4f5050)}.b-touch .information-block--where-to-buy .information-block__gallery{display:none}.b-touch .information-block--where-to-buy .information-block__details{width:100%;padding:44px 32px 64px;background:transparent;gap:42px}.b-touch .information-block--where-to-buy .information-block__title{max-width:335px;font-family:var(--font-family);font-size:38px;font-weight:400;line-height:40px;color:var(--White);letter-spacing:0}.b-touch .information-block--where-to-buy .information-block__buttons{gap:16px;align-items:flex-start}.b-touch .information-block--where-to-buy .information-block__button{min-height:80px;height:auto;max-width:100%;border-radius:22px;padding:0 31px;gap:20px;background:var(--nocord-light-beige, #ede9e4);border:0}.b-touch .information-block--where-to-buy .information-block__button-logo{width:40px;height:40px}.b-touch .information-block--where-to-buy .information-block__button-text{font-family:var(--font-family);font-size:28px;line-height:32px;letter-spacing:0}.b-touch .information-block--where-to-buy .information-block__button-icon{display:none}.b-desktop-xl .information-block{height:803px}.b-desktop-xl .information-block__details{padding:36px 32px}.b-desktop-xl .information-block .information-block__title{font-size:72px;line-height:60px;letter-spacing:-1.44px;width:760px}.b-desktop-xl .information-block__buttons{gap:19px}.b-desktop-xl .information-block__button{gap:24px;height:79px;padding:29px}.b-desktop-xl .information-block__button-logo{width:48px;height:48px}.b-desktop-xl .information-block__button-text{font-size:29px;line-height:33px;letter-spacing:-.58px}.b-desktop-xl .information-block__button-icon{width:48px;height:48px;margin-left:-12px}.instructions-block{padding-top:var(--header-height)}.instructions-block__header{aspect-ratio:1440/232;gap:24px;padding:30px 28px;background-color:var(--gray-0)}.instructions-block__title{font-family:var(--font-family);color:var(--Black);margin:0}.instructions-block__subtitle{font-family:var(--font-family);color:var(--gray-300);margin:0}.instructions-block__cards{gap:4px;padding:4px 4px 88px}.instructions-block__card{position:relative;width:calc((100% - 16px)/5);background-color:var(--gray-0);cursor:pointer}.instructions-block__card:hover{transform:translateY(-4px)}.instructions-block__card-link{position:absolute;inset:0;z-index:1}.instructions-block__card-image{width:100%;aspect-ratio:1;background-color:var(--gray-0);overflow:hidden}.instructions-block__card-image img{width:100%;height:100%;object-fit:cover;display:block}.instructions-block__card-details{gap:24px;padding:24px;background-color:var(--gray-0);min-height:110px}.instructions-block__card-title{font-family:var(--font-family);color:var(--Black);flex:1}.instructions-block__card-icon{width:24px;height:24px;flex-shrink:0;color:var(--Black)}.b-desktop-1080 .instructions-block__header{padding:24px 20px}.b-desktop-1080 .instructions-block__card{width:calc((100% - 12px)/4)}.b-pad .instructions-block__header{padding:24px 20px}.b-pad .instructions-block__card{width:calc((100% - 8px) / 3)}.b-touch .instructions-block__header{flex-direction:column;align-items:flex-start;gap:12px;padding:24px 20px}.b-touch .instructions-block__cards{gap:4px;padding:4px 4px 32px}.b-touch .instructions-block__card{width:calc((100% - 4px)/2)}.b-touch .instructions-block__card-details{padding:16px;gap:12px;min-height:90px}.b-touch .instructions-block__card-icon{width:20px;height:20px}.running-line{width:100%;overflow:hidden;position:relative;margin:var(--section-padding-88) 0}.b-pad .running-line,.b-touch .running-line{margin:var(--section-padding-88) 0}.running-line__track{display:flex;gap:40px;padding-left:48px;will-change:transform;width:max-content}.running-line__item{display:flex;align-items:center;gap:18px;flex-shrink:0;width:fit-content}.running-line__image-wrapper{width:140px;height:144px;flex-shrink:0}.running-line__image{width:100%;height:100%;object-fit:cover;display:block}.running-line__text{color:var(--Black);font-size:48px;line-height:50px;font-weight:400;letter-spacing:-.02em;white-space:normal;margin:0}.b-desktop-1080 .running-line__text,.b-pad .running-line__text{font-size:36px;line-height:38px}.b-touch .running-line__text{font-size:28px;line-height:30px}.b-desktop-xl .running-line__text{font-size:64px;line-height:66px}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.running-line__track--animated{animation:scroll 40s linear infinite}.b-section{padding:0 4px;margin:auto}.b-section_fullscreen{max-width:100%;padding:0}.b-section_pad_zero{padding:0}.b-section_pad_slider{padding:0 0 0 4px}.b-section_pad_head{padding:var(--section-padding-12) var(--section-padding-24)}.b-section_gap_none{gap:0}.b-section_gap_small{gap:4px}.b-section_gap_medium{gap:8px}.b-section_gap_large{gap:16px}.subcategory-card{display:flex;width:172px;min-width:172px;height:216px;flex-direction:column;box-sizing:border-box;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:0;background:#ffffff1a;color:currentColor;text-decoration:none;transition:background-color .18s ease,transform .18s ease}.subcategory-card:hover,.subcategory-card:focus-visible{background:#ffffff2e;outline:none;transform:translateY(-2px)}.subcategory-card__image{display:flex;flex:1;align-items:center;justify-content:center;margin:0;padding:12px 8px 4px;overflow:hidden;border-radius:0;background:transparent}.subcategory-card__image img{display:block;width:100%;height:100%;max-width:152px;max-height:132px;object-fit:contain;transform:scale(1);transition:transform .18s ease}.subcategory-card:hover .subcategory-card__image img,.subcategory-card:focus-visible .subcategory-card__image img{transform:scale(1.025)}.subcategory-card__footer{display:flex;height:64px;align-items:flex-end;box-sizing:border-box;padding:12px 14px 14px}.subcategory-card__name{margin:0;color:currentColor;font-family:Styrene A LC,Styrene A,sans-serif;font-size:16px;font-weight:400;line-height:20px;letter-spacing:0;overflow-wrap:break-word;white-space:pre-line}.b-touch .subcategory-card__image,.b-pad .subcategory-card__image{margin:0;padding:10px 8px 0}.b-touch .subcategory-card__image img,.b-pad .subcategory-card__image img{max-width:108px;max-height:88px}.b-touch .subcategory-card__footer,.b-pad .subcategory-card__footer{height:auto;padding:10px 12px 12px}.b-touch .subcategory-card__name,.b-pad .subcategory-card__name{font-size:12px;line-height:14px}@media(prefers-reduced-motion:reduce){.subcategory-card,.subcategory-card__image img{transition:none}}.b-scrollable{width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.b-scrollable_interactive{scroll-snap-type:x mandatory}.b-scrollable::-webkit-scrollbar{display:none}.b-scrollable__item{scroll-snap-align:start}.b-scrollable__pagination{display:none;position:absolute;left:0;right:0}.b-touch .b-scrollable__pagination{display:flex;justify-content:center;gap:4px}.b-scrollable__dot{width:4px;height:4px;border-radius:1px;background:var(--Black);transition:all .3s cubic-bezier(.65,0,.35,1);opacity:.3}.b-scrollable__dot_active{opacity:1;width:28px}.b-pagination{display:flex;align-items:center;justify-content:center}.b-pagination__viewport{display:flex;justify-content:center;overflow:visible}.b-pagination__track{display:inline-flex;align-items:center;gap:12px}.b-pagination__item{width:8px;height:8px;border-radius:50%;background:#ffffff4d;cursor:pointer;transition:background .2s ease;border:none;padding:0}@media(hover:hover){.b-pagination__item:hover{background:#ffffff80}}.b-pagination__item_active{background:#fff}.b-touch .b-pagination_touch-windowed .b-pagination__viewport,.b-pad .b-pagination_touch-windowed .b-pagination__viewport{width:var(--pagination-viewport-width-px, auto);overflow:hidden;justify-content:flex-start}.b-touch .b-pagination_touch-windowed .b-pagination__track,.b-pad .b-pagination_touch-windowed .b-pagination__track{transform:translate3d(var(--pagination-shift-px, 0px),0,0);transition:transform .24s ease}.b-slider{position:relative}.b-slider__wrapper{position:relative;width:100%}.b-slider__pagination-wrapper{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:8px}.b-slider__pagination-arrow{display:flex;align-items:center;justify-content:center;background:var(--gray-0);border:none;border-radius:0;cursor:pointer;color:var(--Black);transition:opacity .2s ease,background .2s ease;flex-shrink:0;padding:8px}.b-slider__pagination-arrow:hover:not(:disabled){background:var(--gray-1)}.b-slider__pagination-arrow:disabled{opacity:.3;cursor:not-allowed}.b-slider__pagination-arrow svg{width:20px;height:auto}.b-pad .b-slider__pagination-arrow,.b-touch .b-slider__pagination-arrow{display:none}.category-nav{--category-nav-side-padding: 28px;--category-nav-extension: 28px;position:relative;left:50%;width:var(--site-bleed-width);margin-left:var(--site-bleed-offset);padding:52px 0;box-shadow:0 var(--category-nav-extension) 0 var(--category-nav-color, #4f5050);background:var(--category-nav-color, #4f5050);color:#fff}.category-nav__container{display:flex;width:100%;max-width:var(--site-max-width);flex-direction:column;gap:32px;margin:0 auto}.category-nav__header{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:0 var(--category-nav-side-padding)}.category-nav__title{min-width:0;max-width:100%;margin:0;color:currentColor;font-family:Styrene A LC,Styrene A,sans-serif;font-size:48px;font-weight:400;line-height:50px;letter-spacing:0}.category-nav__title-line{display:inline}.category-nav__arrows{display:flex;gap:8px;opacity:0;transition:opacity .2s ease;visibility:hidden}.category-nav__arrow{display:flex;width:76px;height:76px;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.15);border-radius:50%;background:transparent;color:currentColor;cursor:pointer;transition:opacity .2s ease,transform .2s ease,background-color .2s ease}.category-nav__arrow svg{display:block;width:auto;height:auto}.category-nav__arrow:hover:not(:disabled),.category-nav__arrow:focus-visible:not(:disabled){background:#ffffff1f;outline:none;transform:scale(1.04)}.category-nav__arrow:disabled{opacity:.24;cursor:default}.category-nav--light{color:var(--nocord-dark, #333333)}.category-nav--light .category-nav__arrow{border-color:#33333329}.category-nav--light .category-nav__arrow:hover:not(:disabled),.category-nav--light .category-nav__arrow:focus-visible:not(:disabled){background:#ffffff52}.category-nav--light .subcategory-card{border-color:#3333331a;background:#ffffff2e}.category-nav--light .subcategory-card:hover,.category-nav--light .subcategory-card:focus-visible{background:#ffffff52}.category-nav__slider{display:flex;width:100%;flex-direction:column}.category-nav__slider .b-slider__wrapper{order:1}.category-nav__slider .b-slider__pagination-wrapper{order:2}.category-nav__cards{display:flex;gap:4px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.category-nav__cards::-webkit-scrollbar{display:none}.category-nav__cards>:first-child{margin-left:var(--category-nav-side-padding)}.category-nav__cards>:last-child{margin-right:var(--category-nav-side-padding)}.category-nav__page{display:flex;gap:4px;width:max-content}.category-nav__pagination-item,.category-nav__pagination{display:none}@media(max-width:1023px){.category-nav{--category-nav-side-padding: 20px;padding:40px 0}.category-nav__header{padding:0 var(--category-nav-side-padding)}.category-nav__title{font-size:40px;line-height:42px}.category-nav__arrow{width:60px;height:60px}}@media(max-width:767px){.category-nav{--category-nav-side-padding: 16px;--category-nav-extension: 16px;padding:calc(var(--header-height) + 20px) 0 32px}.category-nav__header{padding:0 var(--category-nav-side-padding)}.category-nav__title{font-size:30px;line-height:32px}.category-nav__arrows{display:none}}.b-touch .category-nav__container,.b-pad .category-nav__container{gap:28px}.b-touch .category-nav,.b-pad .category-nav{margin-top:0;padding-top:calc(var(--header-height) + 20px)}.b-pad .category-nav{--category-nav-side-padding: 20px}.b-touch .category-nav{--category-nav-side-padding: 16px}.b-touch .category-nav__title,.b-pad .category-nav__title{font-size:30px;line-height:32px}.b-touch .category-nav__title-line,.b-pad .category-nav__title-line{display:block}.b-touch .category-nav__arrows,.b-pad .category-nav__arrows{display:none}.b-touch .category-nav__cards,.b-pad .category-nav__cards{scroll-snap-type:x mandatory}.b-touch .category-nav__cards>:first-child,.b-pad .category-nav__cards>:first-child{margin-left:0}.b-touch .category-nav__cards>:last-child,.b-pad .category-nav__cards>:last-child{margin-right:0}.b-touch .category-nav__page,.b-pad .category-nav__page{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-template-rows:repeat(2,1fr);gap:4px;width:100%;min-width:100%;box-sizing:border-box;padding:0 var(--category-nav-side-padding);scroll-snap-align:start}.b-touch .category-nav__page[data-count="1"],.b-pad .category-nav__page[data-count="1"],.b-touch .category-nav__page[data-count="2"],.b-pad .category-nav__page[data-count="2"],.b-touch .category-nav__page[data-count="3"],.b-pad .category-nav__page[data-count="3"]{grid-template-rows:1fr}.b-touch .category-nav__page .subcategory-card,.b-pad .category-nav__page .subcategory-card{width:auto;min-width:0;height:152px;grid-column:span 2}.b-touch .category-nav__page[data-count="2"] .subcategory-card,.b-pad .category-nav__page[data-count="2"] .subcategory-card{grid-column:span 3}.b-touch .category-nav__page[data-count="5"] .subcategory-card:nth-child(n+4),.b-pad .category-nav__page[data-count="5"] .subcategory-card:nth-child(n+4){grid-column:span 3}.b-touch .category-nav__pagination,.b-pad .category-nav__pagination{display:flex;justify-content:center;gap:12px;margin-top:16px}.b-touch .category-nav__pagination-item,.b-pad .category-nav__pagination-item{display:block}@media(prefers-reduced-motion:reduce){.category-nav__arrows,.category-nav__arrow{transition:none}}.footer__pattern{position:absolute;top:0;left:0;width:100%;height:172px;background-repeat:repeat-x;background-position:top left;background-size:55px 172px;z-index:0}.footer__fringes{position:absolute;top:-115px;left:50%;transform:translate(-50%);width:860px;height:243px;pointer-events:none;overflow:visible}.footer__fringes path{transform-origin:center top;transform:skew(-8deg)}.b-touch .footer__fringes{display:none}.b-pad .footer__fringes{width:100%;max-width:860px}@media(min-width:1440px){.footer__fringes{width:909px}}.text{font-family:var(--font-family)}.b-button{padding:5px 12px;appearance:none;border-radius:4px;line-height:22px;text-decoration:none;color:var(--Black);gap:12px;transition-property:color,background;transition-timing-function:cubic-bezier(.65,0,.35,1);transition-duration:.3s;border:none;cursor:pointer}.b-button_size_large{padding:20px 16px}.b-button_theme_default{background:var(--Light-grey)}html:not(.b-touch) .b-button_theme_default:hover,.b-touch .b-button_theme_default:active,html:not(.b-touch) .b-button_theme_blue:hover,.b-touch .b-button_theme_blue:active,html:not(.b-touch) .b-button_theme_white:hover,.b-touch .b-button_theme_white:active,html:not(.b-touch) .b-button_theme_opacity:hover,.b-touch .b-button_theme_opacity:active,.b-button.b-button_selected{background:var(--Black);color:var(--White)}.b-button__icon-arrow{transform:rotate(180deg);color:inherit}.b-button__icon-arrow-direction,.b-button__icon-arrow{height:22px}.b-button__icon-arrow-direction_right{transform:rotate(180deg)}.b-button__icon-arrow-direction_down{transform:rotate(270deg)}.b-button__icon-square,.b-button__icon-cross{width:8px;height:22px}.b-button_theme_black{background:var(--Black);color:var(--White)}.b-button_theme_blue{background:var(--Main-color);color:var(--White)}.b-button_theme_white,html:not(.b-touch) .b-button_darkMode.b-button_theme_default:hover,.b-touch .b-button_darkMode.b-button_theme_default:active,html:not(.b-touch) .b-button_darkMode.b-button_theme_blue:hover,.b-touch .b-button_darkMode.b-button_theme_blue:active,html:not(.b-touch) .b-button_darkMode.b-button_theme_white:hover,.b-touch .b-button_darkMode.b-button_theme_white:active,.b-button.b-button_selected.b-button_darkMode{color:var(--Black);background:var(--White)}.b-button_theme_opacity,.b-button_darkMode.b-button_theme_default{background:#ffffff1a;backdrop-filter:blur(10px);color:var(--White)}.b-grid-item-logo{gap:12px}.b-grid-item-logo__image{object-fit:contain}.b-grid-item-logo__image_size_small{width:48px;height:48px}.b-grid-item-logo__image_size_medium{width:72px;height:72px}.b-grid-item-logo__image_size_large{width:170px;height:170px}.b-touch .b-grid-item-logo__image_size_large{width:80px;height:80px}.b-grid-item-logo__text{gap:4px}.b-grid-item-logo_layout_column .b-grid-item-logo__text{order:-1}.b-grid-item-logo_position_left{justify-content:start;align-items:flex-start}.b-grid-item-logo{width:auto;align-items:center;align-self:start}.b-grid-content-item{border-radius:var(--section-border-radius);position:absolute;inset:0;margin:auto;overflow:hidden;background-color:var(--Light-grey)}.b-grid-content-item_bg_grey{background-color:var(--Mid-Grey)}.b-grid-content-item_bg_light{background-color:var(--Light-grey)}.b-grid-content-item_bg_night{background:var(--Night)}.b-touch .b-grid-content-item_touch-bg_grey{background-color:var(--Mid-Grey)}.b-touch .b-grid-content-item_touch-bg_light{background-color:var(--Light-grey)}.b-grid-content-item_touch_bg_night{background:var(--Night)}.b-grid-content-item__image{position:absolute;width:100%;height:100%;z-index:1;transform:translate(var(--transform-x, 0),var(--transform-y, 0))}.b-grid-content-item__image_fit_contain{object-fit:contain}.b-grid-content-item__image_fit_cover{object-fit:cover}.b-touch .b-grid-content-item__image{transform:translate(var(--touch-transform-x, 0),var(--touch-transform-y, 0))}.b-grid-content-item__content{position:relative;padding:var(--section-padding);display:flex;flex-direction:column;justify-content:space-between;z-index:10;height:100%}.b-grid-content-item__top{gap:12px;width:100%}.b-touch .b-grid-content-item__top{gap:8px;width:100%}.b-grid-content__item-5 .b-grid-content-item__top{max-width:100%}.b-grid-content-item__bottom{gap:4px}.b-grid-item-logo{margin-top:16px}.b-grid-content-item small{color:var(--Main-color);vertical-align:baseline;font-size:inherit;line-height:inherit}.b-grid-content-item em{font-style:normal;background:var(--Mid-grey-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.b-grid-content-item__content .b-grid-item-logo{align-self:center}.b-logo{color:var(--Black)}.b-logo_light{color:var(--White)}.b-logo_light-grey{color:var(--Light-grey)}.b-logo_full-size svg{width:100%;height:100%}.product-card{display:flex;flex-direction:column;background:var(--gray-0);text-decoration:none;transition:opacity .18s ease;width:calc((100% - 20px)/4);min-width:0}.product-card:hover{opacity:.88}.product-card__image{position:relative;isolation:isolate;aspect-ratio:3 / 4;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:contain;display:block;position:absolute;inset:0;max-width:none;pointer-events:none;transition:transform .18s ease}.product-card:hover .product-card__image img,.product-card:focus-visible .product-card__image img{transform:scale(1.018)}.product-card__details{background:var(--gray-0);padding:18px 20px;min-height:112px;width:100%;display:flex;flex-direction:column;gap:16px;box-sizing:border-box}.product-card__title{font-size:20px;font-weight:400;line-height:24px;color:var(--Black);margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis;width:100%;word-break:break-word;overflow-wrap:anywhere}@media(max-width:768px){.product-card{width:280px}.product-card__details{padding:14px;height:auto}.product-card__title{font-size:14px;line-height:18px}}.b-pad .product-card{width:calc((100% - 8px) / 3)}.b-touch .product-card{width:calc((100% - 4px)/2)}.product-slider{background:#efefef;padding:28px}.product-slider__container{max-width:1440px;margin:0 auto}.product-slider__title{font-family:Styrene A,sans-serif;font-size:32px;line-height:30px;letter-spacing:-.64px;margin:0 0 24px}.product-slider__wrapper{position:relative}.product-slider__track{display:flex;gap:4px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.product-slider__track::-webkit-scrollbar{display:none}.product-slider__nav-button{position:absolute;right:0;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a;transition:transform .2s,opacity .2s;z-index:10}.product-slider__nav-button:hover{transform:translateY(-50%) scale(1.05)}.product-slider__nav-button:active{transform:translateY(-50%) scale(.95)}.product-slider__nav-button:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}@media(max-width:767px){.product-slider{padding:20px 16px}.product-slider__title{font-size:28px;margin-bottom:20px}.product-slider__nav-button{display:none}}.b-dropdown{z-index:1;display:block}.b-dropdown__popover{position:absolute;z-index:100;display:none;opacity:0;padding-top:2px;padding-bottom:2px;animation-duration:.3s;animation-timing-function:cubic-bezier(.65,0,.35,1);animation-fill-mode:forwards;left:-9999px;top:-9999px}.b-dropdown__popover_fixed{position:fixed}@keyframes show-popover{0%{display:none;opacity:0}to{opacity:1;display:block}}@keyframes hide-popover{0%{display:block;opacity:1}to{display:none;opacity:0}}.b-select{display:block}.b-select__popup{padding:16px;background:#fff;border-radius:8px;max-height:450px;overflow:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;box-shadow:0 1px 2px #00000012,0 2px 4px #00000012,0 4px 8px #00000012,0 8px 16px #00000012,0 16px 32px #00000012,0 32px 64px #00000012}.b-select__popup_line{padding:24px}.b-select__popup_full-size{width:auto!important;border-radius:0}.b-select__models:not(:first-child){margin-top:24px}.b-select__section{border-radius:6px;gap:4px}.b-select__item{background:var(--Light-grey);cursor:pointer;border-radius:6px;text-decoration:none;color:inherit;padding:0 18px 0 8px}.b-select__group-name{margin-bottom:12px}.b-select__description{color:var(--Black-50);display:block;margin-top:5px}.b-select__icon{width:16px;height:32px;transform:rotate(180deg);margin-left:auto}.b-select__image{min-height:72px;margin-right:8px;flex:0 0 80px;img{width:100%;height:100%;object-fit:cover}}.b-select_theme_default{.b-select__title{font-size:17px;font-weight:500}.b-select__description{color:var(--Black-50);font-size:12px}}.b-select_theme_line{--theme-line-ft-title: 26px;--theme-line-ft-description: 14px;.b-select__item{padding:0 24px}.b-select__image{min-height:80px;flex:0 0 96px}.b-select__info{display:flex;flex-direction:row;justify-content:space-between;width:60%}.b-select__title{font-size:var(--theme-line-ft-title)}.b-select__description{font-size:var(--theme-line-ft-description);color:var(--Black)}}.b-touch{.b-select__popup_line{padding:16px 4px}.b-select_theme_line{--theme-line-ft-title: 17px;--theme-line-ft-description: 12px;.b-select__group-name{margin-left:12px}.b-select__item{padding:0 18px 0 8px}.b-select__image{min-height:72px;flex:0 0 80px}.b-select__info{flex-direction:column;justify-content:normal}}}html:not(.b-touch) .b-select__item:hover,.b-select__item[data-selected=true],.b-touch .b-select__item:active{background:var(--Black);.b-select__info,.b-select__icon,.b-select__description{color:var(--White)}}.b-shop-links_theme_dropdown{background:#fff;padding:4px;border-radius:4px}.b-shop-links_gap_2{gap:2px}.b-shop-links_gap_4{gap:4px}.b-video{position:relative;max-width:100%;border-radius:8px}.b-video>video{flex:1;width:100%;border-radius:8px}
