.cart-button{position:relative}.cart-button__counter{position:absolute;top:-.25rem;left:1.5rem}.notifications{position:fixed;z-index:10;width:100%;height:100dvh;overflow-y:auto;overflow-x:hidden;background-color:#fff;inset:0}.notifications__inner{height:100%;padding:0}.notifications__block{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:start;align-content:flex-start;height:auto;background-color:#fff;border-radius:1rem}.notifications__block:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2.5rem;background:-webkit-gradient(linear,left bottom,left top,from(#fff),color-stop(6.67%,hsla(0,0%,100%,.991)),color-stop(13.33%,hsla(0,0%,100%,.964)),color-stop(20%,hsla(0,0%,100%,.918)),color-stop(26.67%,hsla(0,0%,100%,.853)),color-stop(33.33%,hsla(0,0%,100%,.768)),color-stop(40%,hsla(0,0%,100%,.668)),color-stop(46.67%,hsla(0,0%,100%,.557)),color-stop(53.33%,hsla(0,0%,100%,.443)),color-stop(60%,hsla(0,0%,100%,.332)),color-stop(66.67%,hsla(0,0%,100%,.232)),color-stop(73.33%,hsla(0,0%,100%,.147)),color-stop(80%,hsla(0,0%,100%,.082)),color-stop(86.67%,hsla(0,0%,100%,.036)),color-stop(93.33%,hsla(0,0%,100%,.009)),to(hsla(0,0%,100%,0)));background:linear-gradient(1turn,#fff,hsla(0,0%,100%,.991) 6.67%,hsla(0,0%,100%,.964) 13.33%,hsla(0,0%,100%,.918) 20%,hsla(0,0%,100%,.853) 26.67%,hsla(0,0%,100%,.768) 33.33%,hsla(0,0%,100%,.668) 40%,hsla(0,0%,100%,.557) 46.67%,hsla(0,0%,100%,.443) 53.33%,hsla(0,0%,100%,.332) 60%,hsla(0,0%,100%,.232) 66.67%,hsla(0,0%,100%,.147) 73.33%,hsla(0,0%,100%,.082) 80%,hsla(0,0%,100%,.036) 86.67%,hsla(0,0%,100%,.009) 93.33%,hsla(0,0%,100%,0));z-index:2;pointer-events:none}.notifications__header{height:3.5rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:1rem;border-bottom:.0625rem solid #f5eeec;-ms-flex-negative:0;flex-shrink:0;padding:0 1rem}.notifications__title{font-size:1.25rem;line-height:1.5rem;font-weight:700}.notifications__read{padding:.5rem .75rem .5rem .5rem;-ms-flex-negative:0;flex-shrink:0;margin-left:auto}.notifications__read-button{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.notifications__read-button,.notifications__read-button:hover{-webkit-transition:all .2s ease;transition:all .2s ease}.notifications__read-button:hover{opacity:.7}.notifications__read-text{font-size:.9375rem;line-height:1.375rem;font-weight:500}.notifications__read-text--gray{opacity:.3}.notifications__read-icon{display:inline-block;width:1.5rem;height:1.5rem}.notifications__body{padding:1rem 1rem 1.5rem}.notifications__list{-ms-flex-direction:column;flex-direction:column;gap:.5rem}.notifications__list,.notifications__list--all .notifications__plash:nth-child(n+6){display:-ms-flexbox;display:flex}.notifications__show-more{width:100%;margin-top:1.25rem}.notifications__empty{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:1rem;padding:1.5rem}.notifications__empty-image{display:inline-block;width:7rem;height:7rem}.notifications__empty-text{color:#a89c9a;font-size:.9375rem;line-height:1.375rem;text-align:center}@media screen and (min-width:1080px){.notifications{height:calc(100dvh - 88px);top:88px;background-color:rgba(60,44,41,.8)}.notifications--fixed{height:calc(100dvh - 56px);top:56px}.notifications__inner{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:start;align-items:flex-start;padding:.5rem 3.5rem 4.125rem}.notifications__block{width:100%;max-width:27.5rem;height:auto;max-height:100%;overflow:hidden}.notifications__body{overflow-y:auto;overflow-x:hidden;scrollbar-width:auto;scrollbar-color:auto}.notifications__body::-webkit-scrollbar{width:.1875rem}.notifications__body::-webkit-scrollbar-track{background:#faf6f5;margin:.75rem 0}.notifications__body::-webkit-scrollbar-thumb{background-color:#e4dad8;border-radius:56.25rem;border:none}}@media screen and (min-width:1440px){.notifications__inner{padding-left:0;padding-right:0}}.notification{position:relative;display:grid;grid-template-columns:1.5rem 1fr;-ms-flex-align:start;align-items:flex-start;grid-column-gap:.5rem;-webkit-column-gap:.5rem;-moz-column-gap:.5rem;column-gap:.5rem;border-radius:1rem;background-color:#faf6f5;padding:.75rem}.notification,.notification--unread:after,.notification:hover{-webkit-transition:all .2s ease;transition:all .2s ease}.notification--unread:after{content:"";display:block;width:.5rem;height:.5rem;background-color:#ff5e3a;border-radius:50%;position:absolute;top:1.125rem;right:1rem}.notification--unread:after:hover{-webkit-transition:all .2s ease;transition:all .2s ease}.notification--read{opacity:.7}.notification--attention{background-color:#ffebe6}.notification--attention .notification__icon{color:#ff5e3a}.notification--separator{margin-top:3rem}.notification--separator:before{content:"";position:absolute;top:-1.75rem;left:0;display:block;height:.125rem;width:100%;background-color:#f5eeec;border-radius:1.25rem}.notification--separator:before,.notification--separator:before:hover{-webkit-transition:all .2s ease;transition:all .2s ease}.notification--separator:after{content:"прочитано";position:absolute;top:-3rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-weight:500;font-size:.8125rem;line-height:1rem;color:#cec3c0;text-align:center;text-transform:uppercase;background-color:#fff;padding:.75rem .9375rem}.notification__icon{display:inline-block;width:1.5rem;height:1.5rem;-ms-flex-negative:0;flex-shrink:0;color:#776865}.notification__content{-ms-flex-direction:column;flex-direction:column;gap:.125rem;line-height:1.375rem;font-weight:500}.notification__content,.notification__header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.notification__header{-ms-flex-pack:justify;justify-content:space-between;gap:.75rem;width:100%}.notification__header--unread{width:calc(100% - 1.5rem)}.notification__title{font-size:1rem;line-height:1.25rem}.notification__date{color:#a89c9a;font-size:.875rem;line-height:1.25rem;font-weight:400;letter-spacing:-.5px;white-space:nowrap}.notification__text{font-size:.9375rem;color:#776865}.notification__link{margin-top:6px;width:auto}.d-none{display:none!important}.d-block{display:block!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-grid{display:grid!important}.d-inline{display:inline!important}@media(min-width:360px){.d-none{display:none!important}.d-block{display:block!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-grid{display:grid!important}}@media(min-width:768px){.d-md-none{display:none!important}.d-md-block{display:block!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-grid{display:grid!important}}@media(min-width:1080px){.d-lg-none{display:none!important}.d-lg-block{display:block!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-grid{display:grid!important}}@media(min-width:1440px){.d-xl-none{display:none!important}.d-xl-block{display:block!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-grid{display:grid!important}}@font-face{font-family:Formular;src:url(/_next/static/media/formular-regular-trial.5f781796.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Formular;src:url(/_next/static/media/formular-regularitalic-trial.73505835.otf) format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Formular;src:url(/_next/static/media/formular-medium-trial.ecb5cec8.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Formular;src:url(/_next/static/media/formular-mediumitalic-trial.05fd1f7a.otf) format("opentype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Formular;src:url(/_next/static/media/formular-bold-trial.31a7a7ff.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Formular;src:url(/_next/static/media/formular-bolditalic-trial.62dbf87f.otf) format("opentype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:CstmXprmntl02;src:url(/_next/static/media/cstmxprmntl02italic_italic.464a73a2.otf) format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:FerroGroteskBold;src:url(/_next/static/media/FerroGrotesk-Bold.412eb0f6.woff2);src:url(/_next/static/media/FerroGrotesk-Bold.412eb0f6.woff2) format("woff2");font-weight:700;font-style:normal}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:FerroGroteskBold;font-weight:700;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.h1,h1{font-size:1.75rem;line-height:2rem}@media screen and (min-width:768px){.h1,h1{font-size:2.25rem;line-height:2.5rem}}@media screen and (min-width:1080px){.h1,h1{font-size:3rem;line-height:4rem}}@media screen and (min-width:1440px){.h1,h1{font-size:4rem;line-height:4.5rem}}.h2,h2{font-size:2.25rem;line-height:2.5rem}@media screen and (min-width:1080px){.h2,h2{font-size:3rem;line-height:4rem}}.h3,h3{font-size:1.75rem;line-height:2rem}@media screen and (min-width:1080px){.h3,h3{font-size:2.25rem;line-height:2.5rem}}.h4,h4{font-size:1.5rem;line-height:1.75rem}@media screen and (min-width:1080px){.h4,h4{font-size:1.75rem;line-height:2rem}}.h5,h5{font-size:1.25rem;line-height:1.5rem}@media screen and (min-width:1080px){.h5,h5{font-size:1.5rem;line-height:1.75rem}}.h6,h6{font-size:1.0625rem;line-height:1.375rem}@media screen and (min-width:1080px){.h6,h6{font-size:1.25rem;line-height:1.5rem}}.regular{font-weight:400}.medium{font-weight:500}.bold{font-weight:700}.title-1{font-size:1.5rem;line-height:1.875rem;letter-spacing:-.015rem}@media screen and (min-width:1080px){.title-1{font-size:2rem;line-height:2.5rem;letter-spacing:-.04rem}}.title-2{font-size:1.375rem;line-height:1.75rem;letter-spacing:-.01375rem}@media screen and (min-width:1080px){.title-2{font-size:1.75rem;line-height:1.625rem;letter-spacing:-.0175rem}}.title-3{font-size:1.25rem;line-height:1.625rem;letter-spacing:-.00625rem}@media screen and (min-width:1080px){.title-3{font-size:1.5rem;line-height:2rem;letter-spacing:-.015rem}}.title-4{font-size:1.25rem;line-height:1.75rem;letter-spacing:-.00625rem}.title-5{font-size:1.0625rem;line-height:1.5rem;letter-spacing:-.015rem}.headline{font-size:1rem;line-height:1.375rem}.uppercase{font-weight:500;font-size:.8125rem;line-height:1rem;text-transform:uppercase}.accent-text{position:relative;display:inline-block;padding-left:.1875rem;padding-right:.1875rem;margin:0 .3125rem;z-index:2}.accent-text:after{content:"";display:inline-block;width:100%;height:105%;position:absolute;top:.0625rem;left:-.25rem;border-radius:.5rem;-webkit-transform:rotate(-2deg);transform:rotate(-2deg);padding:0 .25rem;z-index:-1}.accent-text--green:after{background-color:#3affb8}.accent-text--yellow:after{background-color:#ffeb3a}@media screen and (min-width:1080px){.accent-text:after{height:84%;top:.375rem;left:-.1875rem}}.mobile-menu{position:fixed;z-index:10;width:100%;height:100dvh;overflow-y:auto;background-color:#fff;inset:0}.mobile-menu__inner{height:100%;padding-bottom:10px}.mobile-menu__header{-ms-flex-pack:justify;justify-content:space-between;height:4.5rem}.mobile-menu__header,.mobile-menu__header-actions{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.mobile-menu__header-actions{gap:1rem;-ms-flex-direction:row;flex-direction:row}.mobile-menu__title{font-size:1.75rem;line-height:2rem}.mobile-menu__close{cursor:pointer}.mobile-menu__main{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:start;align-content:flex-start;height:calc(100% - 72px)}.mobile-menu__main .navigation-menu{display:block!important}.mobile-menu__main .navigation-menu__group{margin-bottom:.25rem}.mobile-menu__main .navigation-menu__item{width:calc(100% + 10px);margin-left:-.625rem;margin-right:-.625rem}.mobile-menu__btn-wrap{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end;margin-top:auto}.mobile-menu__logout{color:#e22a3a;-ms-flex-pack:start;justify-content:flex-start;margin-top:2rem;padding-left:0}