.RepeatOrderModal-module__uHmwDq__content{gap:var(--spacing-4x,16px);flex-direction:column;max-width:380px;display:flex}.RepeatOrderModal-module__uHmwDq__modalTitle{justify-content:space-between;align-items:flex-start;gap:var(--spacing-3x,12px);display:flex}.RepeatOrderModal-module__uHmwDq__modalTitle h3{font-family:var(--font-family-title,Roboto);font-size:var(--font-size-l,18px);color:var(--foreground-default,#1a1a1a);margin:0;font-weight:500;line-height:1.33em}.RepeatOrderModal-module__uHmwDq__modalTitle button{cursor:pointer;width:24px;height:24px;color:var(--foreground-soft,#616161);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex}.RepeatOrderModal-module__uHmwDq__modalTitle button:hover{color:var(--foreground-default,#1a1a1a)}.RepeatOrderModal-module__uHmwDq__productsList{scrollbar-width:thin;scrollbar-color:var(--foreground-muted,#d1d1d1)transparent;flex-direction:column;max-height:400px;display:flex;overflow-y:auto}.RepeatOrderModal-module__uHmwDq__productsList::-webkit-scrollbar{width:4px}.RepeatOrderModal-module__uHmwDq__productsList::-webkit-scrollbar-track{background:0 0}.RepeatOrderModal-module__uHmwDq__productsList::-webkit-scrollbar-thumb{background-color:var(--foreground-muted,#d1d1d1);border-radius:4px}.RepeatOrderModal-module__uHmwDq__productItem{gap:var(--spacing-3x,12px);padding:var(--spacing-3x,12px)0;border-bottom:1px dashed var(--foreground-muted,#d1d1d1);flex-direction:row;display:flex}.RepeatOrderModal-module__uHmwDq__productItem:last-child{border-bottom:none}.RepeatOrderModal-module__uHmwDq__productImage{flex-shrink:0;width:60px;height:60px}.RepeatOrderModal-module__uHmwDq__image{object-fit:contain;border-radius:var(--border-radius-s,6px);width:100%;height:100%}.RepeatOrderModal-module__uHmwDq__imagePlaceholder{background:var(--neutral-muted,#f7f7f7);border-radius:var(--border-radius-s,6px);width:100%;height:100%}.RepeatOrderModal-module__uHmwDq__productInfo{gap:var(--spacing-1x,4px);flex-direction:column;flex:1;min-width:0;display:flex}.RepeatOrderModal-module__uHmwDq__productArticle{color:var(--foreground-default,#1a1a1a);font-weight:500}.RepeatOrderModal-module__uHmwDq__productName{color:var(--foreground-soft,#616161);-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4;display:-webkit-box;overflow:hidden}.RepeatOrderModal-module__uHmwDq__priceRow{flex-direction:column;gap:2px;margin-top:auto;display:flex}.RepeatOrderModal-module__uHmwDq__productPrice{color:var(--foreground-default,#1a1a1a);font-weight:500}.RepeatOrderModal-module__uHmwDq__pricePerUnit{color:var(--foreground-soft-2,#a6a6a6);text-decoration:line-through}.RepeatOrderModal-module__uHmwDq__totalRow{padding-top:var(--spacing-3x,12px);border-top:1px solid var(--foreground-muted,#d1d1d1);justify-content:space-between;align-items:center;display:flex}.RepeatOrderModal-module__uHmwDq__totalLabel{color:var(--foreground-default,#1a1a1a);font-weight:500}.RepeatOrderModal-module__uHmwDq__totalCount{color:var(--foreground-soft,#616161);margin-left:var(--spacing-2x,8px);font-weight:400}.RepeatOrderModal-module__uHmwDq__totalPrice{color:var(--foreground-default,#1a1a1a);font-weight:500}.RepeatOrderModal-module__uHmwDq__addButton{padding:var(--spacing-3x,12px)var(--spacing-4x,16px);border-radius:var(--border-radius-m,8px);cursor:pointer;background:var(--accent-default,#0f4382);color:var(--static-white,#fff);white-space:nowrap;border:none;justify-content:center;align-items:center;width:fit-content;margin:0 auto;transition:all .2s;display:flex}.RepeatOrderModal-module__uHmwDq__addButton:hover:not(:disabled){background:var(--accent-hover,#226bc3)}.RepeatOrderModal-module__uHmwDq__addButton:disabled{cursor:not-allowed;opacity:.7}.RepeatOrderModal-module__uHmwDq__addButtonSuccess,.RepeatOrderModal-module__uHmwDq__addButtonSuccess:hover{background:var(--base-success,#08911e)}.RepeatOrderModal-module__uHmwDq__checkboxLabel{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;padding:4px 0;display:inline-flex}.RepeatOrderModal-module__uHmwDq__checkbox{opacity:0;width:0;height:0;position:absolute}.RepeatOrderModal-module__uHmwDq__checkboxCustom{background-color:#fff;border:2px solid #0f4382;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex;position:relative}.RepeatOrderModal-module__uHmwDq__checkboxCustom:after{content:"";border:2px solid #0f4382;border-width:0 2px 2px 0;width:6px;height:10px;display:none;position:absolute;transform:rotate(45deg)translate(-1px,-1px)}.RepeatOrderModal-module__uHmwDq__checkbox:checked+.RepeatOrderModal-module__uHmwDq__checkboxCustom{background-color:#0f4382;border-color:#0f4382}.RepeatOrderModal-module__uHmwDq__checkbox:checked+.RepeatOrderModal-module__uHmwDq__checkboxCustom:after{border-color:#fff;display:block}.RepeatOrderModal-module__uHmwDq__checkbox:focus+.RepeatOrderModal-module__uHmwDq__checkboxCustom{outline:none;box-shadow:0 0 0 3px #0f43821a}.RepeatOrderModal-module__uHmwDq__checkbox:hover+.RepeatOrderModal-module__uHmwDq__checkboxCustom{border-color:#0f4382;box-shadow:0 0 0 2px #0f43821a}.RepeatOrderModal-module__uHmwDq__checkbox:disabled+.RepeatOrderModal-module__uHmwDq__checkboxCustom{cursor:not-allowed;background-color:#f5f5f5;border-color:#ccc}.RepeatOrderModal-module__uHmwDq__checkbox:disabled:checked+.RepeatOrderModal-module__uHmwDq__checkboxCustom{background-color:#ccc;border-color:#ccc}.RepeatOrderModal-module__uHmwDq__checkbox:disabled:checked+.RepeatOrderModal-module__uHmwDq__checkboxCustom:after{border-color:#fff}
.Header-module__mh5x6W__header{color:#1a1a1a;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fff;width:100%;position:fixed;top:0;box-shadow:0 0 5px #969696}.Header-module__mh5x6W__header .Header-module__mh5x6W__headerTop{border-bottom:1px solid #ddd;padding:7px 0}.Header-module__mh5x6W__header .Header-module__mh5x6W__headerTopInner{justify-content:flex-start;align-items:flex-end;gap:166px;padding:0 25px;display:flex}.Header-module__mh5x6W__header .Header-module__mh5x6W__locationLink{color:#1a1a1a;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:0;font-size:14px;font-weight:500;line-height:18px;transition:color .2s;display:inline-flex}.Header-module__mh5x6W__header .Header-module__mh5x6W__locationLink>h5{border-bottom:1px dashed}.Header-module__mh5x6W__header .Header-module__mh5x6W__locationLink:hover{color:#226bc3}.Header-module__mh5x6W__header .Header-module__mh5x6W__locationIcon{flex-shrink:0;width:20px;height:20px}.Header-module__mh5x6W__header .Header-module__mh5x6W__locationText,.Header-module__mh5x6W__header .Header-module__mh5x6W__locationLinkMail{text-underline-offset:4px;-webkit-text-decoration:underline dashed;text-decoration:underline dashed}.Header-module__mh5x6W__header .Header-module__mh5x6W__emailLink{width:fit-content}.Header-module__mh5x6W__header .Header-module__mh5x6W__geoModal{border-radius:var(--border-radius-s);position:fixed;top:20%;left:20%;transform:translateY(-50%);box-shadow:0 0 5px #1a1a1a4d}@media (max-width:768px){.Header-module__mh5x6W__header .Header-module__mh5x6W__geoModal{position:static;top:auto;left:auto;transform:none}}.Header-module__mh5x6W__header .Header-module__mh5x6W__listLink{flex-direction:column;width:100%;line-height:23px;display:flex}.Header-module__mh5x6W__header .Header-module__mh5x6W__listLink>li{border-bottom:1px solid var(--neutral-default);flex-direction:column;align-self:stretch;align-items:flex-start;gap:8px;padding:9px 3px;display:flex}.Header-module__mh5x6W__header .Header-module__mh5x6W__topLinks{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:24px;display:flex}.Header-module__mh5x6W__header .Header-module__mh5x6W__topLink{color:var(--foreground-soft);align-items:center;gap:8px;font-size:12px;font-weight:500;line-height:16px;transition:color .2s;display:inline-flex}.Header-module__mh5x6W__header .Header-module__mh5x6W__topLinkIcon{flex-shrink:0;width:16px;height:16px}.Header-module__mh5x6W__header .Header-module__mh5x6W__headerMain{justify-content:center;align-items:center;height:101px;display:flex}.Header-module__mh5x6W__header .Header-module__mh5x6W__headerMainMobile,.Header-module__mh5x6W__header .Header-module__mh5x6W__headerMainMobileOpen{padding:var(--spacing-3x);display:none}.Header-module__mh5x6W__header .Header-module__mh5x6W__headerMainInner{padding:var(--spacing-3x)26px var(--spacing-3x);justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.Header-module__mh5x6W__header .Header-module__mh5x6W__logoLink{flex-shrink:0;height:77px;display:block}.Header-module__mh5x6W__header .Header-module__mh5x6W__searchSection{justify-content:space-between;align-items:stretch;gap:20px;width:100%;display:flex}.Header-module__mh5x6W__header .Header-module__mh5x6W__catalogButton{color:#fff;background-color:#0f4382;border:none;border-radius:6px;justify-content:center;align-items:center;gap:12px;min-width:148px;padding:12px 20px;font-size:16px;font-weight:500;line-height:18px;transition:background-color .2s,transform .2s;display:inline-flex}.Header-module__mh5x6W__header .Header-module__mh5x6W__catalogButton:hover{background-color:#3881dc}.Header-module__mh5x6W__header .Header-module__mh5x6W__catalogButton:active{background-color:#226bc3;transform:translateY(1px)}.Header-module__mh5x6W__header .Header-module__mh5x6W__catalogButtonActive{background-color:#226bc3}.Header-module__mh5x6W__header .Header-module__mh5x6W__catalogButtonIcon{width:20px;height:20px}.Header-module__mh5x6W__header .Header-module__mh5x6W__searchBlock{flex-direction:column;flex:1;justify-content:space-between;gap:20px;display:flex}.Header-module__mh5x6W__header .Header-module__mh5x6W__quickLinks{flex-wrap:wrap;align-items:center;gap:20px;min-width:200px;font-weight:500;display:flex}.Header-module__mh5x6W__header .Header-module__mh5x6W__quickLinkAlert{color:#d9262b}.Header-module__mh5x6W__header .Header-module__mh5x6W__contactSection{align-items:flex-start;gap:var(--spacing-3x);width:343px;display:flex}.Header-module__mh5x6W__header .Header-module__mh5x6W__contactDetails{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.Header-module__mh5x6W__header .Header-module__mh5x6W__phoneLink{color:#0f4382;white-space:nowrap;font-size:16px;font-weight:500;transition:color .2s}.Header-module__mh5x6W__header .Header-module__mh5x6W__phoneLinkMob{white-space:nowrap;justify-content:center;gap:4px;display:flex}.Header-module__mh5x6W__header .Header-module__mh5x6W__wFix{width:210px}.Header-module__mh5x6W__header .Header-module__mh5x6W__work-time{color:var(--foreground-soft)}.Header-module__mh5x6W__header .Header-module__mh5x6W__requestButton{color:#0f4382;background-color:#0000;border:1px solid #0f4382;border-radius:6px;padding:10px 16px;font-size:14px;font-weight:500;line-height:16px;transition:background-color .2s,color .2s}.Header-module__mh5x6W__header .Header-module__mh5x6W__phoneLink{color:var(--accent-default);height:40px;padding:10px var(--spacing-1x,4px)10px var(--spacing-4x,16px);border-radius:var(--border-radius-s,6px);border:1px solid var(--neutral-default,#c4c4c4);justify-content:center;align-items:center;gap:8px;display:flex}.Header-module__mh5x6W__header .Header-module__mh5x6W__requestButton:hover{color:#fff;background-color:#0f4382}.Header-module__mh5x6W__header .Header-module__mh5x6W__actions{align-items:center;gap:16px;height:36px;margin-right:12px;display:flex;position:relative}.Header-module__mh5x6W__header .Header-module__mh5x6W__actionButton{background-color:var(--foreground-muted);width:36px;height:36px;color:var(--foreground-soft);border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s,color .2s;display:flex;position:relative}.Header-module__mh5x6W__header .Header-module__mh5x6W__actionButton:hover{color:#1a1a1a}.Header-module__mh5x6W__header .Header-module__mh5x6W__phoneNumber{color:var(--accent-default);text-decoration:none;transition:color .2s}.Header-module__mh5x6W__header .Header-module__mh5x6W__phoneNumber:hover{color:var(--accent-hover,#226bc3)}.Header-module__mh5x6W__header .Header-module__mh5x6W__phoneIconButton{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:transform .2s;display:flex}.Header-module__mh5x6W__header .Header-module__mh5x6W__phoneIconButton:hover{transform:scale(1.05)}.Header-module__mh5x6W__header .Header-module__mh5x6W__badge{background-color:var(--accent-default);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:15px;height:15px;font-size:10px;font-weight:500;text-decoration:none;display:flex;position:absolute;top:-6px;right:-10px}.Header-module__mh5x6W__header .Header-module__mh5x6W__category-text{display:inline}.Header-module__mh5x6W__header .Header-module__mh5x6W__category-button{min-width:125px!important;height:38px!important}@media (max-width:1201px){.Header-module__mh5x6W__header .Header-module__mh5x6W__quickLinks{gap:10px}.Header-module__mh5x6W__header .Header-module__mh5x6W__category-text{display:none}.Header-module__mh5x6W__header .Header-module__mh5x6W__category-button{width:52px;height:38px;min-width:auto!important}.Header-module__mh5x6W__header .Header-module__mh5x6W__logoLink{height:auto}}@media (max-width:1101px){.Header-module__mh5x6W__header .Header-module__mh5x6W__searchBlock{gap:1px}.Header-module__mh5x6W__header .Header-module__mh5x6W__quickLinks{grid-template-columns:1fr 1fr;gap:1px;display:grid}}@media (max-width:990px){.Header-module__mh5x6W__header{z-index:1000;background-color:#fff;border-bottom:none;position:fixed;top:0;left:0;right:0}.Header-module__mh5x6W__header .Header-module__mh5x6W__headerTop,.Header-module__mh5x6W__header .Header-module__mh5x6W__headerMain{display:none}.Header-module__mh5x6W__header .Header-module__mh5x6W__headerMainMobile{flex-direction:column;gap:12px;display:flex}.Header-module__mh5x6W__header .Header-module__mh5x6W__headerMainMobileOpen{z-index:1001;background-color:#fff;flex-direction:column;width:360px;height:100vh;animation:.3s ease-out forwards Header-module__mh5x6W__slideInFromLeft;display:flex;position:fixed;top:0;left:0;overflow:hidden;transform:translate(-100%)}.Header-module__mh5x6W__header .Header-module__mh5x6W__mobileMenuContent{width:100%;height:100%;display:flex;position:relative}.Header-module__mh5x6W__header .Header-module__mh5x6W__mobileMenuPage{will-change:transform,opacity;scrollbar-width:none;-ms-overflow-style:none;background-color:#fff;flex-direction:column;align-items:center;gap:14px;width:100%;height:100%;padding:12px 15px;transition:transform .4s cubic-bezier(.25,.46,.45,.94),opacity .4s ease-out;display:flex;position:absolute;top:0;left:0;overflow:hidden auto;transform:translate(0)}.Header-module__mh5x6W__header .Header-module__mh5x6W__mobileMenuPage::-webkit-scrollbar{display:none}.Header-module__mh5x6W__header .Header-module__mh5x6W__mobileMenuPageHidden{pointer-events:none;opacity:0;transform:translate(-100%)}.Header-module__mh5x6W__header .Header-module__mh5x6W__mobileCatalogPage{pointer-events:none;opacity:0;z-index:1;transform:translate(100%)}.Header-module__mh5x6W__header .Header-module__mh5x6W__mobileCatalogPage.Header-module__mh5x6W__mobileMenuPageVisible{pointer-events:auto;opacity:1;z-index:1;transform:translate(0)}.Header-module__mh5x6W__header .Header-module__mh5x6W__mobileCatalogPage.Header-module__mh5x6W__mobileMenuPageHidden{opacity:.3;z-index:0;transform:translate(-100%)}.Header-module__mh5x6W__header .Header-module__mh5x6W__mobileSubcategoriesPage{pointer-events:none;opacity:0;z-index:1;transform:translate(100%)}.Header-module__mh5x6W__header .Header-module__mh5x6W__mobileSubcategoriesPage.Header-module__mh5x6W__mobileMenuPageVisible{pointer-events:auto;opacity:1;z-index:2;transform:translate(0)}.Header-module__mh5x6W__header .Header-module__mh5x6W__mobileSubcategoriesPage.Header-module__mh5x6W__mobileMenuPageHidden{pointer-events:none;opacity:.3;z-index:0;transform:translate(-100%)}.Header-module__mh5x6W__header .Header-module__mh5x6W__mobileCatalogPage.Header-module__mh5x6W__mobileMenuPageVisible{z-index:1}.Header-module__mh5x6W__header .Header-module__mh5x6W__mobileCatalogPage.Header-module__mh5x6W__mobileMenuPageHidden{z-index:0}.Header-module__mh5x6W__header .Header-module__mh5x6W__mobileSubSubcategoriesPage{pointer-events:none;opacity:0;z-index:1;transform:translate(100%)}.Header-module__mh5x6W__header .Header-module__mh5x6W__mobileSubSubcategoriesPage.Header-module__mh5x6W__mobileMenuPageVisible{pointer-events:auto;opacity:1;z-index:3;transform:translate(0)}.Header-module__mh5x6W__header .Header-module__mh5x6W__mobileSubSubcategoriesPage.Header-module__mh5x6W__mobileMenuPageHidden{pointer-events:none;opacity:0;z-index:1;transform:translate(100%)}@keyframes Header-module__mh5x6W__slideInFromLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.Header-module__mh5x6W__header .Header-module__mh5x6W__mobileMenuOverlay{z-index:1000;pointer-events:auto;background-color:#00000080;width:100%;height:100vh;animation:.3s ease-out forwards Header-module__mh5x6W__fadeIn;position:fixed;top:0;left:0}@keyframes Header-module__mh5x6W__fadeIn{0%{opacity:0}to{opacity:1}}.Header-module__mh5x6W__header .Header-module__mh5x6W__headerMain-top{justify-content:space-between;align-items:center;width:100%;display:flex}.Header-module__mh5x6W__header .Header-module__mh5x6W__header-left{gap:var(--spacing-6x);justify-content:center;align-items:center;height:fit-content;display:flex}.Header-module__mh5x6W__header .Header-module__mh5x6W__backButtonContainer{justify-content:flex-start;width:100%;display:flex}.Header-module__mh5x6W__header .Header-module__mh5x6W__logoMobileContainer{justify-content:center;width:100%;display:flex}.Header-module__mh5x6W__header .Header-module__mh5x6W__logoMobileContainer svg{width:auto;max-width:100%;height:auto;display:block}.Header-module__mh5x6W__header .Header-module__mh5x6W__backButton{justify-content:flex-start!important;align-self:flex-start!important;width:auto!important;min-width:auto!important;padding:8px 12px!important}.Header-module__mh5x6W__header .Header-module__mh5x6W__chevronLeftIcon{flex-shrink:0;width:20px;height:20px;display:block;transform:rotate(180deg)}.Header-module__mh5x6W__header .Header-module__mh5x6W__mobileCatalogTitle{width:100%;font-family:var(--font-family-body,Roboto);color:var(--foreground-default,#1a1a1a);text-align:center;margin:0;font-size:24px;font-weight:500;line-height:1.2em}.Header-module__mh5x6W__header .Header-module__mh5x6W__mobileCategoriesList{flex-direction:column;gap:0;width:100%;margin:0;padding:0;list-style:none;display:flex}.Header-module__mh5x6W__header .Header-module__mh5x6W__mobileCategoryItem{border-bottom:1px solid var(--neutral-soft,#ebebeb);width:100%;margin:0;padding:6px 0}.Header-module__mh5x6W__header .Header-module__mh5x6W__mobileCategoryLink{border-bottom:none;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:12px 8px;text-decoration:none;display:flex}.Header-module__mh5x6W__header .Header-module__mh5x6W__mobileCategoryLink span{flex:1;width:240px}.Header-module__mh5x6W__header .Header-module__mh5x6W__chevronRightIcon{color:currentColor;flex-shrink:0;width:20px;height:20px}.Header-module__mh5x6W__header .Header-module__mh5x6W__categoryIconWrapper{flex-shrink:0;justify-content:center;align-items:center;width:25px;height:20px;display:flex;position:relative;overflow:hidden}.Header-module__mh5x6W__header .Header-module__mh5x6W__categoryIconSvg{color:currentColor;flex-shrink:0;width:25px;height:20px;display:block}.Header-module__mh5x6W__header .Header-module__mh5x6W__categoryIconWrapper svg{width:25px;max-width:100%;height:20px;max-height:100%;margin:auto;display:block}.Header-module__mh5x6W__header .Header-module__mh5x6W__categoryIconFallback{background-color:var(--accent-active,#226bc3);flex-shrink:0;width:25px;height:20px}.Header-module__mh5x6W__header .Header-module__mh5x6W__catalogButtonMobile{cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding:0}.Header-module__mh5x6W__header .Header-module__mh5x6W__catalogButtonMobile:hover{cursor:pointer}.Header-module__mh5x6W__header .Header-module__mh5x6W__mobileSocialSection{align-items:center;gap:var(--spacing-3x);width:100%;margin-top:var(--spacing-4x);flex-direction:column;display:flex}.Header-module__mh5x6W__header .Header-module__mh5x6W__mobileSocialTitle{font-family:var(--font-family-title,Roboto);font-size:16px;font-weight:500;line-height:var(--font-line-height-s,18px);color:var(--foreground-default,#1a1a1a);text-align:center;margin:0}.Header-module__mh5x6W__header .Header-module__mh5x6W__mobileSocialLinks{gap:var(--spacing-3x);justify-content:center;align-items:center;display:flex}.Header-module__mh5x6W__header .Header-module__mh5x6W__mobileSocialLink{background-color:var(--foreground-muted,#d1d1d1);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background-color .2s;display:flex}.Header-module__mh5x6W__header .Header-module__mh5x6W__mobileSocialLink>svg{color:var(--foreground-soft,#616161)}.Header-module__mh5x6W__header .Header-module__mh5x6W__mobileSocialLink:hover>svg,.Header-module__mh5x6W__header .Header-module__mh5x6W__mobileSocialLink:active>svg{color:var(--foreground-default,#1a1a1a)}}.Header-module__mh5x6W__header .Header-module__mh5x6W__burgerButton{cursor:pointer;color:#1a1a1a;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex}
.ProfileMobileHeader-module__k4SDuG__mobileHeader{background-color:var(--background);border-radius:var(--border-radius-m);width:100%;margin-bottom:var(--spacing-4x);flex-direction:column;gap:14px;padding:14px;display:none;box-shadow:0 0 5px #1a1a1a4d}.ProfileMobileHeader-module__k4SDuG__userInfo{align-items:center;gap:var(--spacing-3x);flex-direction:row;display:flex}.ProfileMobileHeader-module__k4SDuG__avatar{background-color:var(--neutral-soft);border:1px solid var(--foreground-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.ProfileMobileHeader-module__k4SDuG__avatarIcon{color:var(--foreground-soft)}.ProfileMobileHeader-module__k4SDuG__userText{justify-content:center;gap:var(--spacing-2x);flex-direction:column;display:flex}.ProfileMobileHeader-module__k4SDuG__userName{word-break:break-word;-webkit-hyphens:auto;hyphens:auto;margin:0}.ProfileMobileHeader-module__k4SDuG__editButton{cursor:pointer;text-align:left;background:0 0;border:none;padding:0}@media (max-width:990px){.ProfileMobileHeader-module__k4SDuG__mobileHeader{display:flex}}
.PurchasedProductsPage-module__kHRPkq__pageTitle{color:var(--foreground-default);margin:0 0 32px;font-size:24px;font-weight:600}.PurchasedProductsPage-module__kHRPkq__loading{color:var(--foreground-soft);justify-content:center;align-items:center;padding:60px;font-size:16px;display:flex}.PurchasedProductsPage-module__kHRPkq__sortSection{align-items:center;gap:var(--spacing-4x);margin-bottom:var(--spacing-5x);padding:var(--spacing-3x);background:var(--neutral-muted);border-radius:var(--border-radius-m);grid-template-columns:auto auto 1fr auto;grid-template-areas:"search sort.view";display:grid}.PurchasedProductsPage-module__kHRPkq__searchWrapper{grid-area:search;align-items:center;min-width:280px;display:flex;position:relative}.PurchasedProductsPage-module__kHRPkq__searchIcon{z-index:1;color:var(--foreground-soft);pointer-events:none;position:absolute;left:12px}.PurchasedProductsPage-module__kHRPkq__searchInputWrapper{width:100%}.PurchasedProductsPage-module__kHRPkq__searchInputWrapper input{padding-left:40px}.PurchasedProductsPage-module__kHRPkq__sortControls{grid-area:sort;align-items:center;display:flex}.PurchasedProductsPage-module__kHRPkq__sortSelect{min-width:180px;height:40px;padding:0 var(--spacing-3x);border:1px solid var(--neutral-default,#c4c4c4);border-radius:var(--border-radius-s);background:var(--background-surface,#fff);color:var(--foreground-default);font-size:var(--font-size-m,16px);cursor:pointer;transition:border-color .2s}.PurchasedProductsPage-module__kHRPkq__sortSelect:focus{border-color:var(--accent-hover);outline:none}.PurchasedProductsPage-module__kHRPkq__sortSelect:disabled{background:var(--neutral-muted);cursor:not-allowed}.PurchasedProductsPage-module__kHRPkq__viewModeControls{gap:var(--spacing-2x);grid-area:view;display:flex}.PurchasedProductsPage-module__kHRPkq__viewModeButton{border:1px solid var(--neutral-default,#c4c4c4);border-radius:var(--border-radius-s);background:var(--background-surface,#fff);width:40px;height:40px;color:var(--foreground-soft);cursor:pointer;justify-content:center;align-items:center;transition:all .2s;display:flex}.PurchasedProductsPage-module__kHRPkq__viewModeButton:hover{border-color:var(--accent-hover);color:var(--accent-hover)}.PurchasedProductsPage-module__kHRPkq__viewModeActive,.PurchasedProductsPage-module__kHRPkq__viewModeActive:hover{border-color:var(--accent-active);color:var(--accent-active)}.PurchasedProductsPage-module__kHRPkq__totalCount{color:var(--foreground-soft);margin-top:var(--spacing-2x)}.PurchasedProductsPage-module__kHRPkq__emptyState{text-align:center;background:var(--background-surface,#fff);border:1px solid var(--neutral-soft,#ebebeb);border-radius:var(--border-radius-m);flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.PurchasedProductsPage-module__kHRPkq__emptyIconWrapper{justify-content:center;align-items:center;margin-bottom:24px;display:flex}.PurchasedProductsPage-module__kHRPkq__emptyIcon{color:var(--foreground-muted)}.PurchasedProductsPage-module__kHRPkq__emptyTitle{color:var(--foreground-default);margin:0 0 8px;font-size:18px;font-weight:600}.PurchasedProductsPage-module__kHRPkq__emptyText{color:var(--foreground-soft);max-width:300px;margin:0 0 24px;font-size:14px}.PurchasedProductsPage-module__kHRPkq__catalogLink{background:var(--accent-default);color:var(--static-white);border-radius:var(--border-radius-m);justify-content:center;align-items:center;padding:12px 32px;font-size:14px;font-weight:500;text-decoration:none;transition:background .2s;display:inline-flex}.PurchasedProductsPage-module__kHRPkq__catalogLink:hover{background:var(--accent-hover)}.PurchasedProductsPage-module__kHRPkq__productsGrid{gap:var(--spacing-3y);grid-template-columns:repeat(auto-fill,236px);display:grid}.PurchasedProductsPage-module__kHRPkq__productsList{gap:var(--spacing-3x);flex-direction:column;display:flex}.PurchasedProductsPage-module__kHRPkq__pageInfo{margin-top:var(--spacing-6x);color:var(--foreground-soft,#616161);text-align:center}.PurchasedProductsPage-module__kHRPkq__pagination{justify-content:center;align-items:center;gap:var(--spacing-2x);margin-top:var(--spacing-4x);padding:var(--spacing-3x)0;display:flex}.PurchasedProductsPage-module__kHRPkq__paginationButton{cursor:pointer;width:20px;height:34px;color:var(--foreground-soft);background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex}.PurchasedProductsPage-module__kHRPkq__paginationButton:hover:not(:disabled){color:var(--accent-hover)}.PurchasedProductsPage-module__kHRPkq__paginationButton:disabled{opacity:.5;cursor:not-allowed}.PurchasedProductsPage-module__kHRPkq__paginationButtonLeft{transform:scaleX(-1)}.PurchasedProductsPage-module__kHRPkq__paginationPages{align-items:center;gap:var(--spacing-2x);display:flex}.PurchasedProductsPage-module__kHRPkq__paginationPage{border-radius:var(--border-radius-s);color:var(--foreground-default);border:1px solid var(--neutral-default,#c4c4c4);background:var(--background-surface,#fff);cursor:pointer;min-width:33px;height:34px;font-size:var(--font-size-m,16px);justify-content:center;align-items:center;padding-left:6px;padding-right:6px;transition:all .2s;display:flex}.PurchasedProductsPage-module__kHRPkq__paginationPage:hover{border-color:var(--accent-hover);color:var(--accent-hover)}.PurchasedProductsPage-module__kHRPkq__paginationPageActive{border:1px solid var(--accent-active);color:var(--foreground-default);background:0 0}.PurchasedProductsPage-module__kHRPkq__paginationPageActive:hover{border:1px solid var(--accent-hover);color:var(--foreground-default);background:0 0}.PurchasedProductsPage-module__kHRPkq__paginationEllipsis{min-width:10px;height:40px;color:var(--foreground-default);font-size:var(--font-size-m,16px);justify-content:center;align-items:center;display:flex}@media (max-width:768px){.PurchasedProductsPage-module__kHRPkq__sortSection{gap:var(--spacing-3x);grid-template-columns:1fr auto;grid-template-areas:"search search""sort view"}.PurchasedProductsPage-module__kHRPkq__searchWrapper{min-width:unset;width:100%}.PurchasedProductsPage-module__kHRPkq__sortSelect{min-width:unset}.PurchasedProductsPage-module__kHRPkq__productsGrid{grid-template-columns:repeat(2,1fr);gap:16px}.PurchasedProductsPage-module__kHRPkq__pagination{flex-wrap:wrap}}@media (max-width:480px){.PurchasedProductsPage-module__kHRPkq__productsGrid{grid-template-columns:1fr}}
.product-module__xYgK6a__pageHeader{justify-content:space-between;align-items:center;display:flex}.product-module__xYgK6a__pageTitle{font-size:var(--font-size-l);font-family:var(--font-family-body,Roboto);margin-top:2rem;margin-bottom:20px}.product-module__xYgK6a__clearButton{color:var(--accent-default);cursor:pointer;padding:var(--spacing-2x)var(--spacing-3x);border-radius:var(--border-radius-s);font-size:14px;font-family:var(--font-family-body,Roboto);white-space:nowrap;background:0 0;border:none;transition:all .2s}.product-module__xYgK6a__clearButton:hover{background:var(--neutral-muted);color:var(--accent-hover)}.product-module__xYgK6a__loading{padding:var(--spacing-8x);color:var(--foreground-soft);justify-content:center;align-items:center;display:flex}.product-module__xYgK6a__emptyState{padding:var(--spacing-10x)var(--spacing-5x);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.product-module__xYgK6a__emptyIcon{width:64px;height:64px;margin-bottom:var(--spacing-4x);opacity:.5}.product-module__xYgK6a__emptyTitle{color:var(--foreground-default);margin:0 0 var(--spacing-2x);font-size:20px;font-weight:600;font-family:var(--font-family-body,Roboto)}.product-module__xYgK6a__emptyText{color:var(--foreground-soft);margin:0 0 var(--spacing-5x);max-width:300px;font-size:14px;font-family:var(--font-family-body,Roboto)}.product-module__xYgK6a__catalogLink{padding:var(--spacing-3x)var(--spacing-5x);background:var(--accent-default);color:var(--static-white);border-radius:var(--border-radius-m);font-size:14px;font-weight:500;font-family:var(--font-family-body,Roboto);justify-content:center;align-items:center;text-decoration:none;transition:background .2s;display:inline-flex}.product-module__xYgK6a__catalogLink:hover{background:var(--accent-hover)}.product-module__xYgK6a__productsGrid{gap:var(--spacing-3y);grid-template-columns:repeat(auto-fill,236px);width:1240px;display:grid}@media (max-width:1640px){.product-module__xYgK6a__productsGrid{width:100%}}@media (max-width:768px){.product-module__xYgK6a__productsGrid{grid-template-columns:repeat(auto-fill,236px)}}
