@charset "UTF-8";:root{--font-family:"Inter",sans-serif;--content-width:1312px;--container-offset:16px;--container-width:calc(var(--content-width) + (var(--container-offset) * 2));--black:#000404;--grey:#808080;--border:#e1e4e8;--bg:#f3f5f8;--white:#fff;--accent:#e1110e;--dark-red:#b60705;--light-red:#f8c2c1;--green:#2eaf00;--orange:#ff7a00;--border-info:#9dc0ee;--border-success:#48c1b5;--border-error:#f8c2c1;--bg-info:#f5f9ff;--bg-success:#f6fff9;--bg-error:#fff5f3;--duration:.3s}.custom-checkbox__field:checked+.custom-checkbox__content::after{opacity:1}.custom-checkbox__field:focus+.custom-checkbox__content::before{outline:red solid 2px;outline-offset:2px}.custom-checkbox__field:disabled+.custom-checkbox__content{opacity:.4;pointer-events:none}@font-face{font-family:Inter;src:url(../fonts/Inter-Regular.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:Inter;src:url(../fonts/Inter-Medium.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:Inter;src:url(../fonts/Inter-SemiBold.woff2) format("woff2");font-weight:600;font-display:swap;font-style:normal}@font-face{font-family:Inter;src:url(../fonts/Inter-Bold.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:Inter;src:url(../fonts/Inter-ExtraBold.woff2) format("woff2");font-weight:800;font-display:swap;font-style:normal}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}.page{height:100%;font-family:var(--font-family);-webkit-text-size-adjust:100%}.page__body{margin:0;min-width:360px;min-height:100%;font-size:16px}img{height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover}a{text-decoration:none}.site-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh}@media (max-width:1024px){.site-container{padding-bottom:73px;overflow:hidden}}.main{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.main:has(.error-404){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-reset{border:none;padding:0;background-color:transparent;cursor:pointer}.list-reset{list-style:none;margin:0;padding:0}.input-reset{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0;background-color:var(--white)}.input-reset::-webkit-search-cancel-button,.input-reset::-webkit-search-decoration,.input-reset::-webkit-search-results-button,.input-reset::-webkit-search-results-decoration{display:none}.visually-hidden{position:absolute;overflow:hidden;margin:-1px;border:0;padding:0;width:1px;height:1px;clip:rect(0 0 0 0)}.container{margin:0 auto;padding:0 var(--container-offset);max-width:var(--container-width)}.js-focus-visible :focus:not(.focus-visible){outline:0}.centered{text-align:center}.dis-scroll{position:fixed;left:0;top:0;overflow:hidden;width:100%;height:100vh;-ms-scroll-chaining:none;overscroll-behavior:none}.page--ios .dis-scroll{position:relative}.ui-link{cursor:pointer;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.ui-link:focus-visible{outline:0;color:var(--accent)}.btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;border-radius:10px;padding:12px 24px;font-weight:600;font-size:16px;line-height:140%;text-align:center;background-color:transparent;cursor:pointer}.btn--full{color:var(--white);background-color:var(--accent);-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out}.btn--full:focus-visible{outline:0;background-color:var(--dark-red)}.btn--grey{color:var(--grey);background-color:var(--border);-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out}@media (any-hover:hover){.ui-link:hover{color:var(--accent)}.btn--full:hover{background-color:var(--dark-red)}.btn--grey:hover{color:var(--accent)}}.btn--grey:focus-visible{outline:0;color:var(--accent);background-color:var(--light-red)}.btn--stroke{border:1px solid var(--accent);padding:11px 23px;color:var(--black);background-color:var(--white);-webkit-transition:background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out}@media (any-hover:hover){.btn--stroke:hover{border-color:var(--dark-red);color:var(--white);background-color:var(--dark-red)}}.btn--stroke:focus-visible{outline:0;border-color:var(--dark-red);color:var(--white);background-color:var(--dark-red)}.btn-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;border-radius:8px;padding:8px;color:var(--black);background:var(--bg)}.btn-icon__icon{width:24px;height:24px;fill:none;stroke-width:1.5px;stroke:currentColor}.main-title{margin:0 0 24px;font-weight:700;font-size:32px;line-height:110%;color:var(--black)}@media (max-width:768px){.main-title{margin:0 0 16px;font-size:24px;line-height:120%}.header__nav{display:none}}.page__container{padding-top:40px;padding-bottom:40px}@media (max-width:576px){.page__container{padding-top:24px;padding-bottom:24px}}.page__title{margin:0 0 24px;font-weight:700;font-size:24px;line-height:120%;color:var(--black)}.page__title--search{font-size:32px;line-height:110%}.page__title--search span{font-weight:400}.header__nav{padding:12px 0;background-color:var(--bg)}@media (max-width:1200px){.header__nav{display:none}}.header__bottom{display:none}.header-top{padding:12px 0}.header-top::after{content:"";position:absolute;z-index:-1;inset:0;width:100%;height:47px;background-color:var(--bg);overflow:hidden}@media (max-width:1024px){.header{border-bottom:1px solid var(--border)}.header__bottom{display:block}.header-top{display:none}}.header-top__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}.header-top__list{margin:0;padding:0;list-style-type:none}.header-top__link{font-weight:500;font-size:14px;line-height:120%;color:var(--grey)}.header-top__tel{font-weight:600;font-size:16px;line-height:140%;color:var(--black)}.header-middle{position:relative;padding:16px 0;background-color:var(--white)}.header-middle__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px}@media (max-width:374px){.header-middle__container{gap:16px}}.header-middle__logo{-ms-flex-negative:0;flex-shrink:0}.header-middle__logo .logo__img{width:176px;aspect-ratio:176/46}.header-middle__action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;width:100%}@media (max-width:768px){.header-middle{padding:8px 0}.header-middle__logo .logo__img{width:114px;aspect-ratio:114/30}.header-middle__action{gap:8px}}.header-middle__btn--catalog{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:4px;padding-left:20px}@media (max-width:1024px){.header-middle__logo{margin-right:auto}.header-middle__action{width:auto}.header-middle__btn--catalog{display:none}}.header-middle__btn--catalog .btn__icon,.header-middle__btn--catalog .btn__icon--close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:20px;height:20px;fill:currentColor;stroke-width:1.5px;stroke:currentColor;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.header-middle__btn--catalog .btn__icon--close{display:none}.header-middle__btn--catalog.is-open{background-color:var(--dark-red)}.header-middle__btn--catalog.is-open .btn__icon{display:none}.header-middle__btn--catalog.is-open .btn__icon--close{display:-webkit-box;display:-ms-flexbox;display:flex;stroke-width:2px}.header-middle__btn--catalog .btn__text{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.header-middle__btn--menu{-ms-flex-negative:0;flex-shrink:0;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;border-radius:8px;padding:8px;width:40px;height:40px;color:var(--black);background-color:var(--bg)}@media (max-width:1024px){.header-middle__btn--menu{display:-webkit-box;display:-ms-flexbox;display:flex}}.header-middle__btn--phone{display:none}@media (max-width:1024px){.header-middle__btn--phone{display:-webkit-box;display:-ms-flexbox;display:flex}}.header-middle__btn--login{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;border:none;padding:0;background-color:transparent;cursor:pointer;color:var(--black);-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.header-middle__btn--login:focus-visible{outline:0;color:var(--accent)}.header-middle__btn--login:focus-visible .header-middle__link-text{color:var(--accent)}.site-container--auth .header-middle__btn--login{display:none}.header-middle__searchbar{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%}@media (max-width:1024px){.header-middle__searchbar{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:unset}}.header-middle__links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px}@media (max-width:1024px){.header-middle__links{display:none}.catalog-menu{--header-height:82px}}.header-middle__link{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;color:var(--black);-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.header-middle__link:focus-visible{outline:0;color:var(--accent)}.header-middle__link:focus-visible .header-middle__link-text{color:var(--accent)}.header-middle__link--login{display:none;color:var(--accent)}.header-middle__link--login .header-middle__link-text{color:var(--accent)}@media (any-hover:hover){.header-middle__btn--login:hover,.header-middle__btn--login:hover .header-middle__link-text,.header-middle__link:hover,.header-middle__link:hover .header-middle__link-text{color:var(--accent)}.header-middle__link--login:hover,.header-middle__link--login:hover .header-middle__link-text{color:var(--dark-red)}}.header-middle__link--login:focus-visible{outline:0;color:var(--dark-red)}.header-middle__link--login:focus-visible .header-middle__link-text{color:var(--dark-red)}.site-container--auth .header-middle__link--login{display:-webkit-box;display:-ms-flexbox;display:flex}.header-middle__link-icon{width:24px;height:24px;fill:currentColor;-webkit-transition:fill .3s ease-in-out;transition:fill .3s ease-in-out}.header-middle__link-icon--login{fill:none;stroke:currentColor;stroke-width:1.5px;-webkit-transition:stroke .3s ease-in-out;transition:stroke .3s ease-in-out}.header-middle__link-count{position:absolute;top:-2px;right:9px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:100%;width:14px;height:14px;font-weight:400;font-size:10px;line-height:110%;text-align:center;color:var(--white);background:var(--accent)}.header-middle__link-text{font-weight:500;font-size:14px;line-height:120%;color:var(--grey);-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.catalog-menu{position:absolute;--header-height:127px;top:var(--header-height);left:0;z-index:30;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:calc(100vh - var(--header-height));background:rgba(0,4,4,.3);opacity:0;visibility:hidden;-webkit-transition:opacity .3s ease-in-out,visibility .3s ease-in-out;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}@media (max-width:768px){.catalog-menu{--header-height:56px;height:calc(100vh - var(--header-height) - 73px);background:0 0}}.catalog-menu.is-open{opacity:1;visibility:visible}.catalog-menu__container{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background:var(--bg);opacity:0;visibility:hidden;-webkit-transform:scaleY(.8);-ms-transform:scaleY(.8);transform:scaleY(.8);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;-webkit-transition:opacity .3s ease-in-out .15s,visibility .3s ease-in-out .15s,-webkit-transform .3s ease-in-out .15s;transition:opacity .3s ease-in-out .15s,transform .3s ease-in-out .15s,visibility .3s ease-in-out .15s,-webkit-transform .3s ease-in-out .15s}.catalog-menu.is-open .catalog-menu__container{opacity:1;visibility:visible;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);overflow-x:hidden;overflow-y:auto}@media (max-width:1024px){.catalog-menu__container{height:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:385px}}@media (max-width:768px){.catalog-menu__container{width:100%;min-width:unset;-webkit-transition:opacity .3s ease-in-out,visibility .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:opacity .3s ease-in-out,transform .3s ease-in-out,visibility .3s ease-in-out,-webkit-transform .3s ease-in-out}}.catalog-menu__list{position:relative;margin:0 auto;padding:0;list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:24px var(--container-offset);max-width:var(--container-width);will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}@media (max-width:768px){.catalog-menu__list{max-width:100%;-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}}.catalog-menu__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:353px;width:-webkit-max-content;width:-moz-max-content;width:max-content;cursor:pointer;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.catalog-menu__item:has(.catalog-menu__link--sale){cursor:default}@media (any-hover:hover){.catalog-menu__item:hover,.catalog-menu__item:hover .catalog-menu__btn-drop,.catalog-menu__item:hover .catalog-menu__link{color:var(--accent)}.catalog-menu__item:hover .catalog-menu__link--sale{color:var(--dark-red)}.dropdown__link:hover{color:var(--accent)}}.catalog-menu__item:focus-visible .catalog-menu__btn-drop,.catalog-menu__item:focus-visible .catalog-menu__link{outline:0;color:var(--black)}.catalog-menu__item:focus-visible .catalog-menu__link--sale{color:var(--dark-red)}@media (max-width:768px){.catalog-menu__item{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-width:100%}}.catalog-menu__link{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:100%;max-width:319px;padding:8px 0;font-weight:500;font-size:14px;line-height:120%;color:var(--black);-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.catalog-menu__link:focus-visible{outline:0}@media (max-width:374px){.catalog-menu__link{max-width:calc(100% - 24px)}}.catalog-menu__icon{-ms-flex-negative:0;flex-shrink:0;width:16px;height:16px;fill:currentColor;pointer-events:none}.catalog-menu__link--sale{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:var(--accent);-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.catalog-menu__link--sale:focus-visible{outline:0}.catalog-menu__link--sale .catalog-menu__icon{width:18px;height:18px}.catalog-menu__text{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.catalog-menu__btn-drop{border:none;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;background-color:transparent;cursor:pointer;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.catalog-menu__btn-drop:focus-visible{outline:0}.catalog-menu__arrow{margin-left:auto;width:24px;height:24px;fill:none;stroke-width:1.5px;stroke:currentColor;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.catalog-menu__dropdown{opacity:0;visibility:hidden;-webkit-transition:opacity .3s ease-in-out,visibility .3s ease-in-out;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.is-open>.catalog-menu__dropdown{opacity:1;visibility:visible}.dropdown{position:absolute;top:32px;left:401px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:calc(100vw - 353px);will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.dropdown__list{margin:0;padding:0;list-style-type:none;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);-ms-grid-rows:(22px)[6];grid-template-rows:repeat(6,22px);gap:24px;width:100%}@media (max-width:1024px){.catalog-menu__list.transformation{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:.3s;transition:.3s}.dropdown{left:16px;width:100%;max-width:calc(100% - 32px);height:0;will-change:height;overflow:hidden;-webkit-transition:opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out,opacity .3s ease-in-out,-webkit-transform .3s ease-in-out}.dropdown.transformation{opacity:1;left:calc(100% + 16px);display:block;opacity:1;padding-bottom:32px;visibility:visible;height:-webkit-max-content;height:-moz-max-content;height:max-content;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:.3s;transition:.3s}.dropdown__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.dropdown.transformation .dropdown__list{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.dropdown__item{-ms-grid-column-span:1;grid-column:1 span;-ms-grid-row-span:1;grid-row:1 span;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.dropdown__item:first-child{display:none}.dropdown__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:400;font-size:16px;line-height:140%;color:var(--black);-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.dropdown__link:focus-visible{outline:0;color:var(--accent)}.dropdown__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border:none;padding:0;font-weight:400;font-size:16px;line-height:140%;color:var(--black);background-color:transparent;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.dropdown__btn:focus-visible{outline:0;color:var(--accent)}.dropdown__btn--mobile-back{font-weight:500;font-size:14px;line-height:120%;color:var(--accent);cursor:pointer;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}@media (any-hover:hover){.dropdown__btn:hover{color:var(--accent)}.dropdown__btn--mobile-back:hover{color:var(--dark-red)}}.dropdown__btn--mobile-back:focus-visible{outline:0;color:var(--dark-red)}.dropdown__arrow{width:24px;height:24px;fill:none;stroke-width:1.5px;stroke:currentColor;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.dropdown__title{margin:0;font-weight:700;font-size:20px;line-height:120%;color:var(--black)}@media (max-width:1024px){.dropdown__item:first-child{display:-webkit-box;display:-ms-flexbox;display:flex}.dropdown__title{display:none}}.burger{--burger-width:18px;--burger-height:13px;--burger-line-height:2px;position:relative;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;padding:0;width:var(--burger-width);height:var(--burger-height);color:var(--black);background-color:transparent;cursor:pointer}.burger::after,.burger::before{content:"";position:absolute;left:0;width:100%;height:var(--burger-line-height);background-color:currentColor;-webkit-transition:top .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out,top .3s ease-in-out,-webkit-transform .3s ease-in-out}.burger::before{top:0}.burger::after{top:calc(100% - var(--burger-line-height)/ 2)}.burger__line{position:absolute;left:0;top:50%;width:100%;height:var(--burger-line-height);background-color:currentColor;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:color .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out,color .3s ease-in-out,-webkit-transform .3s ease-in-out}@media (max-width:768px){.burger__line{-webkit-transform:none;-ms-transform:none;transform:none}}.burger.is-open::before{color:var(--accent);top:50%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:top .3s ease-in-out,color .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out,top .3s ease-in-out,color .3s ease-in-out,-webkit-transform .3s ease-in-out}.burger.is-open::after{color:var(--accent);top:50%;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:top .3s ease-in-out,color .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out,top .3s ease-in-out,color .3s ease-in-out,-webkit-transform .3s ease-in-out}.burger.is-open .burger__line{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.header-bottom{position:fixed;left:0;right:0;bottom:0;z-index:99;border-top:1px solid var(--border);padding-top:16px;padding-bottom:18px;background-color:var(--white)}.header-bottom__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.header-bottom__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:3px;color:var(--black)}.header-bottom__item--btn{border:none;padding:0;color:currentColor;background:0 0}.site-container--auth .header-bottom__item--btn{display:none}.header-bottom__item--link{display:none;color:var(--accent)}.header-bottom__item--link .header-bottom__text{color:var(--accent)}.header-bottom__item--link:focus-visible{outline:0;color:var(--dark-red)}.header-bottom__item--link:focus-visible .header-bottom__text{color:var(--dark-red)}.header-bottom__item--link:active{outline:0;color:var(--dark-red)}.header-bottom__item--link:active .header-bottom__text{color:var(--dark-red)}.site-container--auth .header-bottom__item--link{display:-webkit-box;display:-ms-flexbox;display:flex}.header-bottom__item--cart{position:relative}.header-bottom__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;fill:none;stroke-width:1.5px;stroke:currentColor;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:stroke .3s ease-in-out;transition:stroke .3s ease-in-out}.header-bottom__icon--cart{fill:currentColor;stroke-width:0;stroke:none;-webkit-transition:fill .3s ease-in-out;transition:fill .3s ease-in-out}.header-bottom__link-count{position:absolute;top:4px;right:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:100%;width:14px;height:14px;font-weight:400;font-size:10px;line-height:110%;text-align:center;color:var(--white);background:var(--accent);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.header-bottom__text{font-weight:400;font-size:10px;line-height:110%;color:var(--grey);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.search{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.search__icon{position:absolute;top:11px;left:16px;width:24px;height:24px;fill:none;stroke-width:1.5px;stroke:var(--accent)}.search__input{border:1px solid var(--border);border-radius:10px;padding:14px 16px 14px 48px;width:100%;font-weight:400;font-size:14px;line-height:120%;color:var(--black);background:var(--white);-webkit-transition:border-color .3s ease-in-out;transition:border-color .3s ease-in-out}@media (any-hover:hover){.header-bottom__item--link:hover,.header-bottom__item--link:hover .header-bottom__text{color:var(--dark-red)}.search__input:hover{border-color:var(--light-red)}}.search__input:focus-visible{outline:0;border-color:var(--light-red)}.search__input:focus-visible::-webkit-input-placeholder{color:transparent}.search__input:focus-visible::-moz-placeholder{color:transparent}.search__input:focus-visible:-ms-input-placeholder{color:transparent}.search__input:focus-visible::-ms-input-placeholder{color:transparent}.search__input:focus-visible::placeholder{color:transparent}.search__input:focus-visible .search__btn-clear{opacity:1;visibility:visible}.search__input::-webkit-input-placeholder{color:var(--grey);-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.search__input::-moz-placeholder{color:var(--grey);-moz-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.search__input:-ms-input-placeholder{color:var(--grey);-ms-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.search__input::-ms-input-placeholder{color:var(--grey);-ms-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.search__input::placeholder{color:var(--grey);-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.search__btn-clear{position:absolute;top:50%;right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:0;visibility:hidden;-webkit-transition:opacity .3s ease-in-out,visibility .3s ease-in-out;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.search__input:focus-visible~.search__btn-clear{opacity:1;visibility:visible}.search__input:not(:-moz-placeholder-shown)~.search__btn-clear,.search__input:not(:-ms-input-placeholder)~.search__btn-clear,.search__input:not(:placeholder-shown)~.search__btn-clear{opacity:1;visibility:visible}.search__icon-clear{width:16px;height:16px;stroke-width:1.5px;stroke:var(--grey)}.searchbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.searchbar__btn{display:none}@media (max-width:1024px){.searchbar__btn{display:-webkit-box;display:-ms-flexbox;display:flex}.searchbar__form{position:absolute;inset:16px;z-index:5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;background-color:var(--white);-webkit-transform:translateX(105%);-ms-transform:translateX(105%);transform:translateX(105%);opacity:0;-webkit-transition:opacity .3s ease-in-out,-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out,opacity .3s ease-in-out,-webkit-transform .4s ease-in-out}.searchbar__form .search__icon{top:auto;left:48px}.searchbar__form.is-open{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.searchbar__btn--close{display:none}@media (max-width:1024px){.searchbar__btn--close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;padding:0;margin-right:8px;background-color:transparent}}.searchbar__icon-close{width:24px;height:24px;fill:none;stroke-width:1.5px;stroke:var(--accent);-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.main-menu{margin:0;padding:0;list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px}.main-menu__link{font-weight:500;font-size:14px;line-height:120%;color:var(--black)}@media (max-width:1024px){.breadcrumbs{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px;max-width:100vw;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none;scroll-behavior:smooth}.breadcrumbs::-webkit-scrollbar{display:none}.breadcrumbs__list{max-width:100%;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content;white-space:nowrap}}.breadcrumbs__list{margin:0 0 24px;padding:0;list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:10px}.breadcrumbs__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;font-weight:400;font-size:12px;line-height:120%;color:var(--grey)}.breadcrumbs__item:not(:last-child)::after{content:"/";color:currentColor}.breadcrumbs__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;-ms-flex-negative:0;flex-shrink:0;white-space:nowrap;color:currentColor;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}@media (any-hover:hover){.breadcrumbs__link:hover{color:var(--accent)}}.breadcrumbs__link:focus-visible{outline:0;color:var(--black)}.breadcrumbs__link.is-open{color:var(--accent)}.breadcrumbs__link span{white-space:nowrap}.breadcrumbs__icon{-ms-flex-negative:0;flex-shrink:0;width:16px;height:16px;fill:currentColor;-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.breadcrumbs__link:focus-visible.is-open .breadcrumbs__icon,.breadcrumbs__link:hover.is-open .breadcrumbs__icon{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}@media (max-width:1024px){.breadcrumbs__icon{display:none}}.breadcrumbs__item--current{font-weight:400;font-size:12px;line-height:120%;color:var(--black);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.phone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px}.phone__caption{font-weight:600;font-size:20px;line-height:120%;color:var(--black)}.phone__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-weight:600;font-size:16px;line-height:140%;color:var(--accent);-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}@media (any-hover:hover){.phone__link:hover{color:var(--dark-red)}.phone__link:hover .phone__icon{stroke:var(--dark-red)}}.phone__link:focus-visible{outline:0;color:var(--dark-red)}.phone__link:focus-visible .phone__icon{stroke:var(--dark-red)}.phone__icon{width:24px;height:24px;stroke-width:1.5px;stroke:var(--black);fill:none;-webkit-transition:stroke .3s ease-in-out;transition:stroke .3s ease-in-out}.contacts{margin-bottom:80px}.contacts__content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px}.contacts__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;border:1px solid var(--border);border-radius:10px;padding:24px;width:calc(33.3333333333% - 16px);overflow:hidden}.contacts__item--map{border:none;padding:0}@media (max-width:1200px){.contacts__item{width:calc(50% - 12px)}.contacts__item--map{width:100%}}.contacts__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.contacts__caption{font-weight:600;font-size:20px;line-height:120%;color:var(--black)}@media (max-width:768px){.searchbar__form{inset:8px 16px}.contacts{margin-bottom:40px}.contacts__item{width:100%}.contacts__caption,.contacts__phone .phone__caption{font-size:16px;line-height:140%}}.contacts__text{font-weight:400;font-size:14px;line-height:120%;color:var(--black)}.contacts__phone{gap:8px}.contacts__phone .phone__link{font-weight:500}@media (max-width:768px){.contacts__phone .phone__link{font-size:14px;line-height:120%}}.contacts__openingHours{margin:auto 0 0;font-weight:400;font-size:14px;line-height:120%;color:var(--black)}.air-datepicker-global-container .custom-datepicker{--adp-cell-background-color-selected:#2eaf00;--adp-cell-background-color-selected-hover:#2eaf00;width:292px;padding:8px 16px 0;border:none;border-radius:10px;-webkit-box-shadow:0 4px 40px 0 rgba(33,33,33,.1019607843);box-shadow:0 4px 40px 0 rgba(33,33,33,.1019607843)}.custom-datepicker .air-datepicker--pointer{display:none}.custom-datepicker .air-datepicker-body{padding:0}.custom-datepicker .air-datepicker-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid var(--border);padding:0 0 6px;margin-bottom:1px}.custom-datepicker .air-datepicker-nav i,.custom-datepicker .air-datepicker-nav--title{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;padding:0;margin-right:40px;font-family:var(--font-family);font-weight:600;font-size:14px;line-height:120%;color:var(--black)}.custom-datepicker .air-datepicker-body--day-names{margin-bottom:10px;display:-ms-grid;display:grid;-ms-grid-columns:(32px)[7];grid-template-columns:repeat(7,32px);gap:6px}.custom-datepicker .air-datepicker-body--day-name{font-family:var(--font-family);color:var(--grey);font-weight:400;font-size:12px;line-height:120%}.custom-datepicker .air-datepicker-cell.-day-{width:24px;height:24px;font-family:var(--font-family);font-weight:500;font-size:14px;line-height:120%}.custom-datepicker .air-datepicker-cell.-day-:hover{border-radius:50%;background-color:var(--bg)}.custom-datepicker .air-datepicker-cell.-weekend-{color:var(--accent)}.custom-datepicker .air-datepicker-cell.-other-month-{color:var(--grey)}.custom-datepicker .air-datepicker-cell.-current-{color:var(--green)}.custom-datepicker .air-datepicker-cell.-selected-{background-color:var(--green);color:#fff;border-radius:50%}.custom-datepicker .air-datepicker-cell.-selected-:hover{background-color:var(--green)}.footer{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.footer-top{padding:40px 0;background-color:var(--bg)}.footer-top__container{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[12];grid-template-columns:repeat(12,1fr);gap:24px}@media (max-width:1200px){.footer-top__container{-ms-grid-columns:(1fr)[8];grid-template-columns:repeat(8,1fr);gap:40px 24px}}.footer-top__item{-ms-grid-column-span:2;grid-column:2 span}.footer-top__item:first-child{-ms-grid-column-span:3;grid-column:3 span}.footer-top__logo{display:inline-block;margin-bottom:16px}.footer-top__logo .logo__img{width:199px;height:51px}.footer-top__text{margin:0;max-width:199px;font-weight:400;font-size:14px;line-height:120%;color:var(--grey)}.footer-top__item--main-menu{-ms-grid-column-span:5;grid-column:5 span}.footer-top__item--main-menu .footer-menu__list{display:-ms-grid;display:grid;-ms-grid-columns:auto,auto;grid-template-columns:auto,auto;-ms-grid-rows:(1fr)[5];grid-template-rows:repeat(5,1fr);grid-auto-flow:column;gap:12px 83px}@media (max-width:768px){.footer-top__container{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:40px 8px}.footer-top__item:first-child{-ms-grid-column-span:2;grid-column:2 span}.footer-top__text{max-width:100%}.footer-top__item--main-menu{-ms-grid-column-span:2;grid-column:2 span}.footer-top__item--main-menu .footer-menu__list{gap:12px 48px}}@media (max-width:576px){.footer-top__item--main-menu .footer-menu__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}}.footer-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.footer-menu__caption{font-weight:600;font-size:20px;line-height:120%;color:var(--black)}.footer-menu__list{margin:0;padding:0;list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.footer-menu__link{font-weight:400;font-size:14px;line-height:120%;color:var(--black)}.footer-bottom{padding:2px 0;background:var(--black)}.footer-bottom__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}@media (max-width:768px){.footer-bottom{padding:8px 0}.footer-bottom__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px}}.footer-bottom__made{margin:0;font-weight:400;font-size:14px;line-height:120%;text-align:center;color:var(--grey)}.footer-bottom__made-link{color:var(--accent);-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.footer-bottom__made-link:focus-visible{outline:0;color:var(--white)}.footer-bottom__copyright{margin:0;font-weight:400;font-size:14px;line-height:120%;text-align:center;color:var(--grey)}.topbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:4px;border:none;padding:0;font-weight:500;font-size:14px;line-height:120%;text-align:center;color:var(--accent);background-color:transparent;cursor:pointer;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}@media (any-hover:hover){.footer-bottom__made-link:hover,.topbtn:hover{color:var(--white)}}.topbtn:focus-visible{outline:0;color:var(--white)}.topbtn__icon{width:24px;height:24px;stroke-width:1.5px;stroke:currentColor}.modal{border-radius:24px;padding:40px;max-width:550px}.modal__title{margin:0 0 16px;font-weight:700;font-size:20px;line-height:120%;text-align:center;color:var(--black)}.modal__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}@media (max-width:576px){.modal{padding:16px}.graph-modal--view-mobile.is-open{top:57px;bottom:73px;z-index:20;padding:0;background-color:transparent}.modal--view-mobile{border-radius:0;padding:24px 16px;width:100%;height:100%;max-width:unset}.modal--view-mobile .graph-modal__close{display:none}}.message-list{position:fixed;right:24px;bottom:38px;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}@media (max-width:1024px){.message-list{right:50%;bottom:89px;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}}.message{border:1px solid var(--border-info);border-radius:10px;padding:20px;width:343px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px;background-color:var(--bg-info);opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}@media (max-width:374px){.message{width:308px}}.message.is-show{opacity:1}.message--success{border-color:var(--border-success);background-color:var(--bg-success)}.message--error{border-color:var(--border-error);background-color:var(--bg-error)}.message__icon{width:24px;height:24px;-ms-flex-negative:0;flex-shrink:0}.message__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;gap:4px}.message__date{font-weight:600;font-size:14px;line-height:120%;color:var(--black)}.message__note{font-weight:400;font-size:12px;line-height:120%;color:var(--grey)}.message__close{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;border:none;padding:0;background-color:transparent;cursor:pointer}.message__close svg{width:16px;height:16px;fill:none;stroke:var(--grey);stroke-width:2px}.message__return{border-radius:6px;padding:8px 12px;font-weight:500;font-size:12px;line-height:120%;text-align:center;color:var(--black)}.form-field{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.form-field__label{font-weight:400;font-size:14px;line-height:120%;color:var(--grey)}.form-field__label--required::after{content:"*";color:var(--accent)}.form-field__input{padding:14.5px 16px;border:1px solid var(--border);border-radius:10px;color:var(--black);font-weight:400;font-size:14px;line-height:120%;-webkit-transition:border .3s ease-in;transition:border .3s ease-in}.form-field__input:hover{border:1px solid var(--light-red)}.form-field__input:focus-visible{border:1px solid var(--light-red);outline:0}.form-field__input:-webkit-autofill,.form-field__input:-webkit-autofill:focus,.form-field__input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 40rem #fff inset}.form-field__btn--forgot{-ms-flex-item-align:start;align-self:flex-start;font-weight:500;font-size:14px;line-height:120%;color:var(--accent);-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.form-field__btn--forgot:focus-visible{outline:0;color:var(--dark-red)}.form-field__btn--backauth{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:8px;font-weight:500;font-size:14px;line-height:120%;color:var(--accent);-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}@media (any-hover:hover){.form-field__btn--backauth:hover,.form-field__btn--forgot:hover{color:var(--dark-red)}}.form-field__btn--backauth:focus-visible{outline:0;color:var(--dark-red)}.form-field__btn--backauth .form-field__icon--left{stroke:currentColor;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.form-field__icon{width:24px;height:24px;fill:none;stroke-width:1.5px;stroke:var(--grey);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.form-field__btn--edit,.form-field__btn--info,.form-field__btn[data-show-datepicker],.form-field__btn[data-show-password]{position:absolute;top:34px;right:16px}.form-field__btn--left[data-show-password]{right:45px}.form-field__btn--edit .form-field__icon,.form-field__btn--info .form-field__icon,.form-field__btn[data-show-datepicker] .form-field__icon{width:20px;height:20px}.form-field__btn[data-show-password=false] .form-field__icon{display:none}.form-field__btn[data-show-password=false] .form-field__icon--closed,.form-field__btn[data-show-password=true] .form-field__icon{display:inline-block}.form-field__btn[data-show-password=true] .form-field__icon--closed{display:none}.password-difficulty__text{display:block;margin:0 0 8px;font-weight:400;font-size:14px;line-height:120%;color:var(--grey)}.password-difficulty__visual{margin:0 0 12px;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px}.password-difficulty__tab{display:inline-block;height:4px;width:44px;border-radius:3px;background-color:var(--border)}.password-difficulty__tab--active{background-color:var(--orange)}.catalog-content{display:-ms-grid;display:grid;-ms-grid-columns:310px minmax(0,1fr);grid-template-columns:310px minmax(0,1fr);gap:24px}@media (max-width:1024px){.catalog-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px}}.catalog-content__area{max-width:978px}.sidebar__secion{position:sticky;top:40px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.sidebar__title{margin:0;font-weight:600;font-size:16px;line-height:140%;color:var(--black)}.nav-categories{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;margin:0;padding:16px 0;list-style-type:none}.nav-categories__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;width:100%;color:var(--black);-webkit-transition:color var(--duration) ease-in-out;transition:color var(--duration) ease-in-out}.nav-categories__link:focus-visible{outline:0;color:var(--accent)}.nav-categories__link:focus-visible .nav-categories__icon{stroke:var(--accent)}@media (any-hover:hover){.nav-categories__link:hover{color:var(--accent)}.nav-categories__link:hover .nav-categories__icon{stroke:var(--accent)}.category-section__link:hover{color:var(--dark-red)}}.nav-categories__name{font-weight:400;font-size:14px;line-height:120%}.nav-categories__count{font-weight:400;font-size:10px;line-height:110%;color:var(--grey)}.nav-categories__icon{margin-left:auto;width:24px;height:24px;fill:none;stroke:var(--grey);stroke-width:2px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:stroke var(--duration) ease-in-out;transition:stroke var(--duration) ease-in-out}.category-section{margin-bottom:40px}@media (max-width:576px){.category-section{margin-bottom:64px}}.category-section__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px;margin-bottom:16px}.category-section__title{margin:0;font-weight:700;font-size:24px;line-height:120%;color:var(--black)}@media (max-width:576px){.category-section__title{max-width:186px;font-size:20px;line-height:120%}.category-section__link{margin-right:8px}}.category-section__link{padding-top:4px;font-weight:500;font-size:14px;line-height:120%;color:var(--accent);-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.category-section__link:focus-visible{color:var(--dark-red)}.category-section__nav{margin-left:auto}.category-section__slider{margin:-2px;padding:2px}@media (max-width:576px){.category-section__slider{margin-right:-16px;padding-right:16px}}.category-section__slider .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex}.category-section__slider .product-card{width:100%;height:auto}.slider-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.slider-nav__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid var(--border);border-radius:8px;padding:7px;color:var(--black);background:var(--white);cursor:pointer;-webkit-transition:color var(--duration) ease-in-out;transition:color var(--duration) ease-in-out}.slider-nav__btn--prev .slider-nav__icon{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.slider-nav__btn--next .slider-nav__icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.slider-nav__btn[disabled]{color:var(--grey);opacity:.3;cursor:default}.slider-nav__btn:focus-visible:not([disabled]){outline:0;color:var(--accent)}.slider-nav__icon{width:24px;height:24px;fill:none;stroke-width:1.5px;stroke:currentColor}.badges{position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;margin:0;padding:0;list-style-type:none;-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.badges__item{font-weight:500;font-size:14px;line-height:120%;text-transform:uppercase;text-align:center}@media (max-width:576px){.badges__item{font-size:12px;line-height:120%}}.badges__item--hit{color:var(--orange)}.badges__item--new{color:var(--green)}.price__current{font-weight:800;font-size:32px;line-height:110%;text-align:center;color:var(--accent)}.price__current .price__unit{font-size:16px;line-height:140%}@media (max-width:576px){.price__current{font-size:20px;line-height:120%}.price__current .price__unit{font-size:12px;line-height:120%}}.price__old{font-weight:400;font-size:14px;line-height:110%;text-decoration:line-through;text-align:center;color:var(--grey)}.price--row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:5px}.price--row .price__current{font-weight:700;font-size:20px;line-height:120%;white-space:nowrap;color:var(--accent)}.price--row .price__old{font-weight:400;font-size:12px;line-height:120%;text-decoration:line-through;white-space:nowrap;color:var(--grey)}.price--dark .price__current{font-weight:700;color:var(--dark-red)}.price--dark .price__current>.price__unit{font-weight:600;font-size:20px;line-height:120%}@media (max-width:576px){.price__old{font-size:12px;line-height:110%}.price--dark .price__current{font-size:32px;line-height:110%}.price--dark .price__current>.price__unit{font-size:20px;line-height:120%}}.price--dark .price__old{font-weight:400;font-size:12px;text-decoration:line-through;color:var(--grey)}.quantity{border:1px solid var(--border);border-radius:10px;padding:4px;background-color:var(--white)}.quantity__control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:var(--white)}.quantity__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;border-radius:5px;padding:4px;color:var(--accent);background-color:var(--border);-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto;cursor:pointer;-webkit-transition:background-color var(--duration) ease-in-out,color var(--duration) ease-in-out;transition:background-color var(--duration) ease-in-out,color var(--duration) ease-in-out}.quantity__btn[disabled]{color:var(--grey);cursor:default}.quantity__btn:focus-visible:not([disabled]){outline:0;background-color:var(--light-red)}.quantity__icon{width:24px;height:24px;fill:none;stroke-width:1.5px;stroke:currentColor}.quantity__value{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border:1px solid transparent;border-radius:4px;font-weight:400;font-size:16px;line-height:140%;text-align:center;color:var(--black)}.add-to-cart{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;border-radius:8px;padding:8px;color:var(--white);background:var(--accent);cursor:pointer;-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out}.add-to-cart:focus-visible{background-color:var(--dark-red)}.add-to-cart__text{display:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width:1200px){.add-to-cart{padding:10px;width:100%}.add-to-cart__text{display:block;font-weight:600;font-size:14px;line-height:120%;text-align:center;color:var(--white)}}.add-to-cart__count{position:absolute;top:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:100%;width:14px;height:14px;font-weight:400;font-size:10px;line-height:110%;text-align:center;color:var(--white);background-color:var(--black);-webkit-transform:translate(25%,-25%);-ms-transform:translate(25%,-25%);transform:translate(25%,-25%);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.add-to-cart__icon{width:24px;height:24px;fill:currentColor;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width:1200px){.add-to-cart__count,.add-to-cart__icon{display:none}}.add-to-cart--buy{border-radius:10px;padding:12px;width:100%;font-weight:600;font-size:16px;line-height:140%;text-align:center;color:var(--white)}.add-to-cart--buy span{display:block}.discount{position:absolute;left:0;bottom:0;border-radius:4px;padding:4px;font-weight:600;font-size:16px;line-height:140%;text-align:center;color:var(--white);background:var(--accent)}@media (max-width:576px){.discount{padding:3px;font-weight:700;font-size:11px;line-height:120%}}.product-card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;border:1px solid var(--border);border-radius:8px;padding:16px;cursor:pointer;-webkit-transition:border-color var(--duration) ease-in-out;transition:border-color var(--duration) ease-in-out}.product-card:has(.product-card__link:focus-visible){outline:0;border-color:var(--accent)}@media (any-hover:hover){.slider-nav__btn:hover:not([disabled]){color:var(--accent)}.quantity__btn:hover:not([disabled]){background-color:var(--light-red)}.add-to-cart:hover{background-color:var(--dark-red)}.product-card:hover{border-color:var(--accent)}.btn-remote:hover{color:var(--accent)}}.product-card__link{position:absolute;inset:0;z-index:2}.product-card__link:focus-visible{outline:0}.product-card__view{position:relative}.product-card__picture{display:-webkit-box;display:-ms-flexbox;display:flex}.product-card__price span:not(:last-child):not(.product-card__discount){margin-right:6px}.product-card__price-current{font-weight:800;font-size:32px;line-height:110%;text-align:center;color:var(--accent)}.product-card__price-current .product-card__price-unit{font-size:16px;line-height:140%}@media (max-width:576px){.product-card{gap:8px;padding:8px}.product-card__price span:not(:last-child):not(.product-card__discount){margin-right:4px}.product-card__price-current{font-size:20px;line-height:120%}.product-card__price-current .product-card__price-unit{font-size:12px;line-height:120%}}.product-card__price-old{font-weight:400;font-size:14px;line-height:110%;text-decoration:line-through;text-align:center;white-space:nowrap;color:var(--grey)}.product-card__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}@media (max-width:576px){.product-card__price-old{font-size:12px;line-height:110%}.product-card__info{gap:4px}}.product-card__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;font-weight:400;font-size:14px;line-height:120%;color:var(--grey)}@media (max-width:576px){.product-card__meta{gap:10px;font-size:10px;line-height:110%}}.product-card__title{margin:0;font-weight:600;font-size:16px;line-height:140%;color:var(--black)}@media (max-width:576px){.product-card__title{font-size:14px;line-height:120%}}.product-card__descr{display:none;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:2.4em;margin:0;font-weight:400;font-size:14px;line-height:1.2em;color:var(--grey)}.product-card__actions{position:relative;z-index:2;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin-top:8px}.site-container--auth .product-card__actions{display:-webkit-box;display:-ms-flexbox;display:flex}.product-card__quantity{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}[data-view-target=grid] .product-card__price--grid{display:-webkit-box}[data-view-target=grid] .product-card__price--list{display:none}[data-view-target=extended-list] .product-card,[data-view-target=list] .product-card{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:24px}@media (max-width:1200px){.product-card__actions{margin-top:4px}.product-card__quantity{display:none}[data-view-target=extended-list] .product-card,[data-view-target=list] .product-card{gap:16px}}@media (max-width:1024px){[data-view-target=extended-list] .product-card,[data-view-target=list] .product-card{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}}[data-view-target=extended-list] .product-card__view,[data-view-target=list] .product-card__view{-webkit-box-flex:1;-ms-flex:1 0 188px;flex:1 0 188px}@media (max-width:1200px){[data-view-target=extended-list] .product-card__view,[data-view-target=list] .product-card__view{-webkit-box-flex:1;-ms-flex:1 0 160px;flex:1 0 160px}}@media (max-width:1024px){[data-view-target=extended-list] .product-card__view,[data-view-target=list] .product-card__view{-ms-flex-preferred-size:calc(37% - 8px);flex-basis:calc(37% - 8px)}}[data-view-target=extended-list] .product-card__price--grid,[data-view-target=list] .product-card__price--grid{display:none}[data-view-target=extended-list] .product-card__info,[data-view-target=list] .product-card__info{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;padding-right:24px;border-right:1px solid var(--border)}@media (max-width:1200px){[data-view-target=extended-list] .product-card__info,[data-view-target=list] .product-card__info{padding-right:16px}}@media (max-width:1024px){[data-view-target=extended-list] .product-card__info,[data-view-target=list] .product-card__info{-ms-flex-preferred-size:calc(63% - 8px);flex-basis:calc(63% - 8px);border-right:none;padding:0}}[data-view-target=extended-list] .product-card__descr,[data-view-target=list] .product-card__descr{display:-webkit-box}@media (max-width:768px){[data-view-target=extended-list] .product-card__descr,[data-view-target=list] .product-card__descr{-webkit-line-clamp:3;height:3.8em}}[data-view-target=extended-list] .product-card .product-card-params,[data-view-target=list] .product-card .product-card-params{margin:8px 0 0;padding:8px;list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;border-radius:10px;width:100%;height:unset;background-color:var(--bg)}[data-view-target=extended-list] .product-card .product-card-params__row,[data-view-target=list] .product-card .product-card-params__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px;font-weight:400;font-size:14px;line-height:120%;color:var(--black)}[data-view-target=extended-list] .product-card .product-card-params__row::after,[data-view-target=list] .product-card .product-card-params__row::after{display:none}@media (max-width:576px){.product-card__descr{font-size:10px;line-height:110%}[data-view-target=extended-list] .product-card__descr,[data-view-target=list] .product-card__descr{height:34px}[data-view-target=extended-list] .product-card .product-card-params__row,[data-view-target=list] .product-card .product-card-params__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:4px}[data-view-target=extended-list] .product-card .product-card-params__bottom,[data-view-target=list] .product-card .product-card-params__bottom{display:none}}[data-view-target=extended-list] .product-card .product-card-params__bottom,[data-view-target=list] .product-card .product-card-params__bottom{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-bottom:1px dashed var(--border);width:100%}[data-view-target=extended-list] .product-card .product-card-params__param,[data-view-target=extended-list] .product-card .product-card-params__value,[data-view-target=list] .product-card .product-card-params__param,[data-view-target=list] .product-card .product-card-params__value{-ms-flex-negative:0;flex-shrink:0}[data-view-target=extended-list] .product-card .product-card-params__value,[data-view-target=list] .product-card .product-card-params__value{font-weight:500;text-align:right}[data-view-target=extended-list] .product-card .product-card__price span:not(:last-child):not(.product-card__discount),[data-view-target=list] .product-card .product-card__price span:not(:last-child):not(.product-card__discount){margin-right:0}[data-view-target=extended-list] .product-card__actions,[data-view-target=list] .product-card__actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-flex:1;-ms-flex:1 0 200px;flex:1 0 200px;margin-top:0}@media (max-width:1200px){[data-view-target=extended-list] .product-card__actions,[data-view-target=list] .product-card__actions{-webkit-box-flex:1;-ms-flex:1 0 188px;flex:1 0 188px}}[data-view-target=extended-list] .product-card__price--list,[data-view-target=list] .product-card__price--list{display:block;margin-bottom:8px}@media (max-width:1024px){[data-view-target=extended-list] .product-card__actions,[data-view-target=list] .product-card__actions{-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}[data-view-target=extended-list] .product-card__price--list,[data-view-target=list] .product-card__price--list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(37% - 4px);flex-basis:calc(37% - 4px)}}[data-view-target=extended-list] .product-card__quantity,[data-view-target=list] .product-card__quantity{-webkit-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;width:100%}@media (max-width:1200px){[data-view-target=extended-list] .product-card__quantity,[data-view-target=list] .product-card__quantity{display:block}}[data-view-target=extended-list] .product-card__add-to-cart,[data-view-target=list] .product-card__add-to-cart{width:100%}@media (max-width:1024px){[data-view-target=extended-list] .product-card__add-to-cart,[data-view-target=extended-list] .product-card__quantity,[data-view-target=list] .product-card__add-to-cart,[data-view-target=list] .product-card__quantity{-ms-flex-preferred-size:calc(63% - 4px);flex-basis:calc(63% - 4px)}}[data-view-target=extended-list] .product-card .add-to-cart__text,[data-view-target=list] .product-card .add-to-cart__text{display:block}[data-view-target=extended-list] .product-card .add-to-cart__count,[data-view-target=extended-list] .product-card .add-to-cart__icon,[data-view-target=list] .product-card .add-to-cart__count,[data-view-target=list] .product-card .add-to-cart__icon{display:none}[data-view-target=extended-list] .product-card__view{-webkit-box-flex:1;-ms-flex:1 0 146px;flex:1 0 146px}@media (max-width:1024px){[data-view-target=extended-list] .product-card__view{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-preferred-size:calc(37% - 8px);flex-basis:calc(37% - 8px)}}[data-view-target=extended-list] .product-card__descr{display:none}[data-view-target=extended-list] .product-card .product-card-params{border-radius:unset;padding:0;background-color:transparent}.product-card-params{margin:0;padding:0;list-style-type:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:2.4em;font-weight:400;font-size:14px;line-height:1.2em;color:var(--grey)}.product-card-params__row{display:inline}.product-card-params__row::after{content:",";margin-right:4px;margin-left:-4px}.offer-section{margin-bottom:40px}@media (max-width:576px){[data-view-target=extended-list] .product-card .price__current,[data-view-target=list] .product-card .price__current{font-size:32px;line-height:110%}[data-view-target=extended-list] .product-card .price__old,[data-view-target=list] .product-card .price__old{font-size:14px;line-height:110%}.product-card-params{font-size:10px;line-height:110%}.offer-section{margin-bottom:64px}}.offer-section__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin-bottom:16px}.offer-section__title{margin:0;font-weight:700;font-size:24px;line-height:120%;color:var(--black)}@media (max-width:576px){.offer-section__title{max-width:186px;font-size:20px;line-height:120%}}.offer-section__title--big{font-size:32px;line-height:110%}.offer-section__nav{margin-left:auto}.offer-section__slider{margin:-2px;padding:2px}@media (max-width:576px){.offer-section__title--big{max-width:240px;font-size:20px;line-height:120%}.offer-section__slider{margin-right:-16px;padding-right:16px}}.offer-section__slider .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex}.offer-section__slider .product-card{width:100%;height:auto}.cart-empty{margin-bottom:80px;max-width:420px}@media (max-width:768px){.cart-empty{margin-bottom:64px}}.cart-empty__title{margin-bottom:16px}.cart-empty__text{margin:0 0 24px;font-weight:400;font-size:16px;line-height:140%;color:var(--grey)}.cart-empty__actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.btn-remote{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;padding:0;width:24px;height:24px;color:var(--grey);background-color:transparent;cursor:pointer;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.btn-remote:focus-visible{outline:0;color:var(--accent)}.btn-remote__icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.5px}.cart-product{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:24px;border-bottom:1px solid var(--border);padding-bottom:20px}.cart-product--cart{padding-right:48px}@media (max-width:768px){.cart-empty__text{font-size:14px;line-height:120%}.cart-product{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cart-product--cart{padding-right:0}.cart-product__info{padding-right:32px}}.cart-product__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:24px}.cart-product__thumbnail{-ms-flex-negative:0;flex-shrink:0}.cart-product__img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cart-product__img img{width:87px;height:87px}.cart-product__data{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px}.cart-product__sku{font-weight:500;font-size:12px;line-height:120%;color:var(--grey)}.cart-product__title{max-width:422px;font-weight:400;font-size:14px;line-height:120%;color:var(--black);-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.cart-product__action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;gap:24px}.cart-product__quantity{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:144px}.cart-product__quantity .quantity{width:100%}.cart-product__unit-price{font-weight:500;font-size:12px;line-height:120%;text-align:center;color:var(--grey)}.cart-product__quantity-value{font-weight:400;font-size:14px;line-height:120%;text-align:center;color:var(--grey)}.cart-product__price-current{font-weight:700;font-size:20px;line-height:120%;white-space:nowrap;color:var(--accent)}.cart-product__price-old{font-weight:400;font-size:12px;line-height:120%;text-decoration:line-through;white-space:nowrap;color:var(--grey)}.cart-product__status{display:none;font-weight:400;font-size:12px;line-height:120%;text-align:right;white-space:nowrap;color:var(--grey)}.cart-product__btn-remote{position:absolute;top:0;right:0}.cart-product--not-stoke .cart-product__thumbnail{opacity:.5}.cart-product--not-stoke .cart-product__action{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.cart-product--not-stoke .cart-product__price,.cart-product--not-stoke .cart-product__quantity{display:none}.cart-product--not-stoke .cart-product__status{display:block}.cart-content__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:24px;margin-bottom:32px}.cart-content__title{margin:0}.cart-content__counter{margin-left:4px;font-weight:400;font-size:14px;line-height:120%;color:var(--grey)}@media (max-width:768px){.cart-product__action{width:100%}.cart-content__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.cart-content__counter{margin-left:0}}.cart-content__btn-clear{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;border:none;padding:0;font-weight:500;font-size:14px;line-height:120%;letter-spacing:0;color:var(--grey);background-color:transparent;cursor:pointer;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.cart-content__btn-clear:focus-visible{outline:0;color:var(--accent)}@media (any-hover:hover){.cart-content__btn-clear:hover{color:var(--accent)}}.cart-content__inner{display:-ms-grid;display:grid;-ms-grid-columns:2fr minmax(0,310px);grid-template-columns:2fr minmax(0,310px);gap:24px}@media (max-width:1024px){.cart-content__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}}.cart-content__products{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;margin:0;padding:0;list-style-type:none}.cart-content__order{position:sticky;top:64px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;height:-webkit-max-content;height:-moz-max-content;height:max-content}.cart-order{border-radius:10px;padding:24px;background:var(--bg)}.cart-order__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px;font-weight:400;font-size:14px;line-height:120%;color:var(--black)}.cart-order__item span:last-child{text-align:right}.cart-order__item--data,.cart-order__item--discount{margin-bottom:8px}.cart-order__item--discount span:last-child{color:var(--accent)}.cart-order__item--total{margin:32px 0 16px;font-weight:700;font-size:20px;line-height:120%;color:var(--black)}.cart-delivery{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px;border:1px solid var(--border-info);border-radius:10px;padding:20px;background:var(--bg-info)}.cart-delivery__icon{width:24px;height:24px}.cart-delivery__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.cart-delivery__date{font-weight:600;font-size:14px;line-height:120%;color:var(--black)}.cart-delivery__note{font-weight:400;font-size:12px;line-height:120%;color:var(--grey)}.account-content{display:-ms-grid;display:grid;-ms-grid-columns:310px minmax(0,1fr);grid-template-columns:310px minmax(0,1fr);gap:24px;-webkit-box-align:start;-ms-flex-align:start;align-items:start;justify-items:start;width:100%;margin-bottom:80px}@media (max-width:1440px){.account-content{-ms-grid-columns:260px minmax(0,1fr);grid-template-columns:260px minmax(0,1fr);gap:24px}}@media (max-width:768px){.account-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.account-content__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;width:100%;-ms-flex-negative:0;flex-shrink:0;border-radius:10px;border:1px solid var(--border);overflow:hidden}@media (max-width:374px){.account-content__nav{width:100%}.account-purchases .account-content__slider,.account-purchases .account-orders__nav{display:none}}.account-content__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:19.5px 16px;outline:1px solid var(--border);-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.account-content__button:focus,.account-content__button:hover{color:var(--accent);background-color:transparent}.account-content__button.is-active{color:var(--accent)}.account-content__button--grey{color:var(--grey)}.account-content__button-icon{width:24px;height:24px;fill:none;stroke-width:1.5px;stroke:currentColor}.account-content__area{width:100%}.account-content__mobile-back{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:8px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:100%;border:none;padding:0;margin-bottom:8px;font-weight:500;font-size:14px;line-height:120%;color:var(--accent);background-color:transparent;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}@media (max-width:768px){.account-content__mobile-back{display:-webkit-box;display:-ms-flexbox;display:flex}[data-section-content]{position:fixed;top:56px;left:0;right:0;bottom:73px;background-color:var(--white);padding:24px 16px;overflow-y:auto;overflow-x:hidden}}.account-content__arrow{width:24px;height:24px;fill:none;stroke-width:1.5px;stroke:currentColor;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}[data-section-content]{display:block;-webkit-animation:.5s fade;animation:.5s fade}[data-section-content].is-hidden{display:none}@-webkit-keyframes fade{0%{opacity:0}100%{opacity:1}}@keyframes fade{0%{opacity:0}100%{opacity:1}}.account-exit__title{margin:0 0 16px;padding:0;font-weight:700;font-size:20px;line-height:120%}.account-exit__text{font-weight:400;font-size:16px;line-height:140%;color:var(--black)}.account-exit__btn-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px}.account-exit__btn{width:100%;font-weight:600;font-size:16px;line-height:140%}.account-exit__btn--grey{background-color:var(--border);color:var(--grey)}.account-exit__btn--grey:hover{color:var(--accent)}.account-exit__btn--grey:focus-visible{outline:0;color:var(--accent);background-color:var(--light-red)}.account-exit__close{width:14px;height:14px;color:var(--grey);top:12px;right:12px}.account-data__title{margin:0 0 24px;font-weight:600;font-size:20px;line-height:120%}.account-data__form-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px 24px;width:100%;margin:0 0 24px}.account-data__input{position:relative;width:calc(50% - 12px)}@media (max-width:1024px){.account-data__form-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.account-data__input{width:100%}}.account-orders__title{margin:0 0 24px;font-weight:600;font-size:20px;line-height:120%}.account-orders__table{width:100%;max-width:100%;table-layout:auto;-webkit-box-sizing:border-box;box-sizing:border-box;border-collapse:collapse}.account-orders__table thead tr{background-color:var(--bg)}.account-orders__table thead th{width:245px;padding:8px 16px;font-weight:500;font-size:14px;line-height:120%;text-align:left;color:var(--grey)}.account-orders__table thead th:first-child{border-radius:4px 0 0 4px}.account-orders__table thead th:last-child{border-radius:0 4px 4px 0}.account-orders__table tr:not(.account-orders__tabletheadtr){border-bottom:1px solid var(--border)}.account-orders__table td{padding:16px;font-weight:400;font-size:14px;line-height:120%}@media (max-width:768px){.account-orders__table thead{display:none}.account-orders__table tr{display:block;border:1px solid var(--border);border-radius:8px;width:100%}.account-orders__table tr:not(:last-child){margin-bottom:8px}.account-orders__table td{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0}.account-orders__table td::before{content:attr(data-label);padding:8px 16px;width:37%;font-weight:500;font-size:14px;line-height:120%;color:var(--grey);background-color:var(--bg)}.account-orders__table td a,.account-orders__table td span{padding:8px 16px}}.account-orders__order-no{font-weight:500;color:var(--accent)}.account-orders__status{color:var(--green)}.orderinfo{width:100%}.orderinfo__btn{gap:4px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:95px;margin:0 0 16px;padding:8px 16px;border-radius:8px;background-color:var(--border);font-weight:600;font-size:14px;line-height:120%;color:var(--grey);text-align:center}.orderinfo__btn-icon{width:7px;height:25px;fill:none;stroke-width:1.5px;stroke:var(--grey)}.orderinfo__title{margin:0 0 24px;font-weight:600;font-size:20px;line-height:120%}.orderinfo__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}.orderinfo__wrap-title{padding:0;margin:0 0 18px;font-weight:600;font-size:16px;line-height:140%}.orderinfo__data{width:100%;padding:17px 24px;border:1px solid var(--border);border-radius:10px}.orderinfo__data-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:8px 0;font-weight:400;font-size:14px;line-height:120%}.orderinfo__data-item span{display:block}.orderinfo__data-value{font-weight:600}.orderinfo__dashed-line{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:0 10px;padding:12px 0 0;height:0;border-bottom:1px dashed var(--border)}.orderinfo__product:not(:first-child){padding-top:20px}.orderinfo .cart-product__title:hover{color:var(--accent)}.cart-product--orderinfo{-webkit-box-align:start;-ms-flex-align:start;align-items:start;padding:0 0 20px}@media (max-width:768px){.cart-product--orderinfo{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media (max-width:576px){.cart-product--orderinfo{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.cart-product--orderinfo .cart-product__info{-webkit-box-flex:1;-ms-flex:1 1 396px;flex:1 1 396px}@media (max-width:768px){.cart-product--orderinfo .cart-product__info{-webkit-box-flex:1;-ms-flex:1 0 350px;flex:1 0 350px}}@media (max-width:576px){.cart-product--orderinfo .cart-product__info{padding-right:0;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}}.cart-product--orderinfo .cart-product__action{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cart-product--orderinfo .cart-product__orderinfo-quantity{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center;color:var(--grey);font-size:14px;font-weight:400;line-height:120%}@media (max-width:1024px){.cart-product--orderinfo .cart-product__orderinfo-quantity{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}}@media (max-width:576px){.cart-product--orderinfo .cart-product__orderinfo-quantity{text-align:left}}.cart-product--orderinfo .cart-product__price--orderinfo{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}@media (max-width:1024px){.cart-product--orderinfo .cart-product__price--orderinfo{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}}.cart-product__price--orderinfo .price__current{font-weight:600;font-size:16px;line-height:140%;color:var(--black)}.account-purchases__title{margin:0 0 24px;font-weight:600;font-size:20px;line-height:120%}.account-purchases__swiper-slide{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr);gap:24px 16px;max-width:978px}.account-purchases__product-card .quantity{max-width:152px}.account-purchases-mobile .account-purchases__list{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:16px 8px}@media (min-width:1025px){.account-purchases-mobile{display:none}}.password-change__title{margin:0 0 16px;padding:0;font-weight:700;font-size:20px;line-height:120%;text-align:center}.password-change__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.password-change__difficulty-text{display:block;margin:0 0 8px}.password-change__difficulty-visual{margin:0 0 12px;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px}.password-change__difficulty-tab{display:inline-block;height:4px;width:44px;border-radius:3px;background-color:var(--border)}.password-change__difficulty-tab--active{background-color:var(--orange)}.password-change .account-data__password-btn{right:17px}.password-change__close{width:14px;height:14px;color:var(--grey);top:12px;right:12px}.checkout-content{margin-bottom:80px}@media (max-width:768px){.cart-product__price--orderinfo .price__current{font-weight:700;font-size:20px;line-height:120%}.checkout-content{margin-bottom:64px}}.checkout-content_title{margin-bottom:32px}.checkout-content__inner{display:-ms-grid;display:grid;-ms-grid-columns:2fr minmax(0,310px);grid-template-columns:2fr minmax(0,310px);gap:24px}@media (max-width:1024px){.checkout-content__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}}.checkout-content__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}@media (max-width:768px){.checkout-content_title{margin-bottom:24px}.checkout-content__list .cart-product__quantity{min-width:unset}}.checkout-content__order{position:sticky;top:64px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;height:-webkit-max-content;height:-moz-max-content;height:max-content}.info-order{margin:0;padding:0;list-style-type:none;counter-reset:item 0}.info-order__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin:0 0 16px;font-weight:600;font-size:20px;line-height:120%;color:var(--black);counter-increment:item}.info-order__title::before{content:counter(item);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:100%;width:36px;height:36px;font-weight:600;font-size:20px;line-height:120%;text-align:center;color:var(--black);background-color:var(--bg)}@media (max-width:768px){.info-order__title{font-size:16px;line-height:140%}.info-order__title::before{width:24px;height:24px;font-size:16px;line-height:140%}}.info-order__content{margin:0;padding:16px 24px;list-style-type:none;border:1px solid var(--border);border-radius:10px}.info-order__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px;padding:8px 0;font-weight:400;font-size:14px;line-height:120%;color:var(--black)}.info-order__bottom{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-bottom:1px dashed var(--border);width:100%}.info-order__param,.info-order__value{-ms-flex-negative:0;flex-shrink:0}.info-order__value{font-weight:600}.info-order__products{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;margin:0;padding:0;list-style-type:none}.custom-textarea{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.custom-textarea__label{font-weight:400;font-size:14px;line-height:120%;color:var(--grey)}.custom-textarea__field{border:1px solid var(--border);border-radius:10px;padding:14px 16px;min-height:100px;font-weight:400;font-size:14px;line-height:120%;resize:none;-webkit-transition:border-color .3s ease-in-out;transition:border-color .3s ease-in-out}.custom-textarea__field:focus-visible{outline:0;border-color:var(--light-red)}.custom-textarea__field::-webkit-input-placeholder{font-weight:400;font-size:14px;line-height:120%;color:var(--grey)}.custom-textarea__field::-moz-placeholder{font-weight:400;font-size:14px;line-height:120%;color:var(--grey)}.custom-textarea__field:-ms-input-placeholder{font-weight:400;font-size:14px;line-height:120%;color:var(--grey)}.custom-textarea__field::-ms-input-placeholder{font-weight:400;font-size:14px;line-height:120%;color:var(--grey)}.custom-textarea__field::placeholder{font-weight:400;font-size:14px;line-height:120%;color:var(--grey)}.thanks{margin-bottom:80px;max-width:420px}@media (max-width:768px){.thanks{margin-bottom:64px}}.thanks__title{margin-bottom:16px}.thanks__text{margin:0 0 8px;font-weight:400;font-size:16px;line-height:140%;color:var(--grey)}.thanks__text span{font-weight:600;color:var(--accent)}.thanks__text--delivery span{font-weight:600;color:var(--black)}.thanks__actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:24px}.promo-promotion{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[10];grid-template-columns:repeat(10,1fr);gap:24px;margin-bottom:80px}.promo-promotion__slider{-ms-grid-column-span:7;grid-column:7 span;width:100%;max-width:911px}@media (max-width:768px){.thanks__text{font-size:14px;line-height:120%}.promo-promotion{margin-bottom:64px}.promo-promotion__slider{-ms-grid-column-span:10;grid-column:10 span}}.promo-promotion__slide-img{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:12px;width:100%;background-color:var(--bg);overflow:hidden}.promo-promotion__slide-img img{width:100%;aspect-ratio:911/298;mix-blend-mode:multiply}.promo-promotion__banner{-ms-grid-column-span:3;grid-column:3 span;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}@media (max-width:768px){.promo-promotion__banner{display:none}}.promo-promotion__link{display:-webkit-box;display:-ms-flexbox;display:flex}.promo-promotion__img{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:12px;width:100%;background-color:var(--bg);overflow:hidden}.promo-promotion__img img{width:100%;aspect-ratio:377/134;mix-blend-mode:multiply}.popular{margin-bottom:80px}@media (max-width:768px){.popular{margin-bottom:64px}}.popular__category{margin:0;padding:0;list-style-type:none;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[10];grid-template-columns:repeat(10,1fr);-ms-grid-rows:(38px)[6];grid-template-rows:repeat(6,38px);gap:24px}@media (max-width:1200px){.popular__category{-ms-grid-columns:(1fr)[6];grid-template-columns:repeat(6,1fr);-ms-grid-rows:(58px)[10];grid-template-rows:repeat(10,58px);grid-auto-flow:dense}}@media (max-width:1024px){.popular__category{-ms-grid-rows:(48px)[10];grid-template-rows:repeat(10,48px)}}@media (max-width:768px){.popular__category{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;overflow-x:auto;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;margin-right:-16px;padding-right:16px;padding-bottom:15px;-ms-grid-columns:unset;grid-template-columns:unset;-ms-grid-rows:unset;grid-template-rows:unset}.popular__category::-webkit-scrollbar{display:none}.popular__item,.popular__item--l,.popular__item--m,.popular__item--tablet-s,.popular__item--xl{-webkit-box-flex:0;-ms-flex:0 0 140px;flex:0 0 140px;scroll-snap-align:start;height:140px}}.popular__item{-ms-grid-column-span:2;grid-column:2 span;-ms-grid-row-span:2;grid-row:2 span;display:-webkit-box;display:-ms-flexbox;display:flex}.popular__item--l{-ms-grid-column-span:2;grid-column:2 span;-ms-grid-row-span:4;grid-row:4 span}.popular__item--xl{-ms-grid-column-span:4;grid-column:4 span;-ms-grid-row-span:4;grid-row:4 span}.popular__item--m{-ms-grid-column-span:2;grid-column:2 span;-ms-grid-row-span:3;grid-row:3 span}.category-card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:12px;width:100%;overflow:hidden}.category-card__img{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:inherit;width:100%;background-color:var(--bg);overflow:hidden}.category-card__img img{width:100%;aspect-ratio:243/100;mix-blend-mode:multiply}.popular__item--m .category-card__img img{aspect-ratio:244/162}@media (max-width:768px){.category-card{-ms-flex-negative:0;flex-shrink:0}.category-card__img img,.popular__item--m .category-card__img img{aspect-ratio:140/140}}.popular__item--l .category-card__img img{aspect-ratio:243/224}@media (max-width:768px){.popular__item--l .category-card__img img{aspect-ratio:140/140}}.popular__item--xl .category-card__img img{aspect-ratio:510/224}.category-card__info{position:absolute;top:24px;left:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;max-width:196px}.popular__item .category-card__info{gap:2px}.category-card__name{margin:0;font-weight:500;font-size:20px;line-height:120%;color:var(--black)}.popular__item .category-card__name{font-size:16px;line-height:140%}@media (max-width:768px){.popular__item--xl .category-card__img img{aspect-ratio:140/140}.category-card__info{top:16px;left:16px}.category-card__info,.popular__item .category-card__info{gap:4px}.category-card__name,.popular__item .category-card__name{font-size:12px;line-height:120%}}.category-card__count{margin:0;font-weight:400;font-size:14px;line-height:120%;color:var(--grey)}.brand-slider{margin-bottom:80px}@media (max-width:768px){.category-card__count{font-size:10px;line-height:110%}.brand-slider{margin-bottom:64px}}.brand-slider__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px;margin-bottom:24px}@media (max-width:768px){.brand-slider__heading{margin-bottom:16px}}.brand-slider__title{margin:0}.brand-slider__nav{display:none}.brand-slider__slider .swiper-wrapper{gap:8px}.brand-slider__slider .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:1;flex-shrink:1;width:unset}@media (max-width:1200px){.popular__item--m{-ms-grid-column-span:2;grid-column:2 span;-ms-grid-row-span:4;grid-row:4 span}.popular__item--tablet-s{-ms-grid-column-span:2;grid-column:2 span;-ms-grid-row-span:2;grid-row:2 span}.brand-slider__nav{display:-webkit-box;display:-ms-flexbox;display:flex}.brand-slider__slider .swiper-wrapper{gap:0}.brand-slider__slider .swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%}.layout[data-view-target=grid]{--numer-elem:3;--offset:8px}}.brand-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid var(--border);border-radius:8px;padding:16px;-webkit-transition:border-color .3s ease-in-out;transition:border-color .3s ease-in-out}@media (any-hover:hover){.custom-textarea__field:hover{border-color:var(--light-red)}.brand-card:hover{border-color:var(--accent)}}.brand-card:focus-visible{outline:0;border-color:var(--accent)}.brand-card__img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}.brand-card__img img{width:auto;max-height:100%;aspect-ratio:134/68}.tabs-products{position:relative;margin-bottom:80px}@media (max-width:768px){.brand-slider__slider{margin-right:-16px;padding-right:16px}.tabs-products{margin-bottom:64px}.tabs-products .tabs__nav-btn{border-radius:8px;padding:10px 16px;white-space:nowrap}}.tabs-products__tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.tabs-products__btns{margin:0;padding:0;list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.tabs-products .tabs__nav-btn:focus{outline:0;color:var(--accent);background-color:var(--light-red)}.tabs-products .tabs__nav-btn--active{color:var(--accent);background-color:var(--light-red)}.tabs-products__nav{position:absolute;top:3px;right:0;width:88px}@media (max-width:1024px){.tabs-products__nav{display:none}.layout--3{--numer-elem:2}}.filter{position:sticky;top:10px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background-color:var(--white)}@media (max-width:768px){.filter{position:fixed;left:0;top:0;z-index:100;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:16px;width:100%;height:100%;background:var(--white);overflow-y:auto;opacity:0;-webkit-transform:translateX(-100%) translate3d(0,0,0);transform:translateX(-100%) translate3d(0,0,0);-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.filter.is-open{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-box-shadow:0 0 0 99999px rgba(0,0,0,.6);box-shadow:0 0 0 99999px rgba(0,0,0,.6)}}.filter__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media (max-width:768px){.filter__heading{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;border-bottom:1px solid var(--border);padding-top:16px;padding-bottom:16px;margin-bottom:24px}}.filter__title{margin:0;font-weight:700;font-size:20px;line-height:120%;text-align:center;color:var(--black)}.filter__btn-back{display:none}@media (max-width:768px){.filter__btn-back{display:-webkit-box;display:-ms-flexbox;display:flex}}.filter__btn-back svg{width:24px;height:24px;fill:none;stroke-width:1.5px;stroke:var(--grey);-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.filter__btn-clear{font-weight:500;font-size:14px;line-height:120%;color:var(--accent);cursor:pointer;display:none}@media (max-width:768px){.filter__btn-clear{display:block}}.filter__action{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;margin-top:16px}.filter__btn{width:calc(50% - 4px)}.filter__btn--apply{background-color:transparent}.filter-widget{padding:16px 0;border-bottom:1px dashed var(--border)}@media (max-width:768px){.filter__btn{width:100%}.filter-widget--search,.filter__btn--clear{display:none}}.filter-widget__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}.filter-widget__name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;font-weight:500;font-size:16px;line-height:140%;color:var(--black);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filter-widget__toggle{-ms-flex-negative:0;flex-shrink:0}.filter-widget__open{border:none;padding:0;background-color:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;width:100%;cursor:pointer}.filter-widget__open:focus-visible{outline:0}.filter-widget__icon{-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px;fill:none;stroke-width:1.5px;stroke:var(--grey);-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;-webkit-transition:stroke .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:stroke .3s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.is-open .filter-widget__icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.filter-widget__open:focus-visible .filter-widget__icon,.filter-widget__open:hover .filter-widget__icon{stroke:var(--accent)}.filter-widget__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px;margin:-5px 0;padding:5px 0}.filter-widget__more-btn{font-weight:500;font-size:14px;line-height:120%;color:var(--accent);cursor:pointer;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.filter-widget__more-btn:focus-visible{outline:0;color:var(--dark-red)}.filter-widget [data-visible=true]{display:block}.filter-widget [data-visible=false]{display:none}.filter-widget__tooltip{display:-webkit-box;display:-ms-flexbox;display:flex}[data-accordion-control]{-webkit-transition:padding-bottom .3s ease-in-out;transition:padding-bottom .3s ease-in-out}.filter-widget.is-open [data-accordion-control]{padding-bottom:16px}[data-accordion-content]{max-height:0;opacity:0;overflow:hidden;will-change:max-height;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-transition:.3s ease-out;transition:.3s ease-out}.filter-widget.is-open [data-accordion-content]{max-height:-webkit-max-content;max-height:-moz-max-content;max-height:max-content;opacity:1}.filter-selected{position:relative;margin-bottom:16px;padding-bottom:16px;border-bottom:1px dashed var(--border)}.filter-selected::after{content:"";position:absolute;top:8.5px;left:0;z-index:-1;width:100%;border-bottom:1px dashed var(--border)}@media (max-width:768px){.filter-widget .search{display:none}.filter-selected{margin-bottom:0}.filter-selected::after{display:none}}.filter-selected__name{display:inline-block;margin-bottom:16px;padding-right:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:500;font-size:14px;line-height:120%;color:var(--grey);background-color:var(--white)}@media (max-width:768px){.filter-selected__name{display:none}}.filter-tag{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px}.filter-tag:not(:last-child){margin-bottom:8px}.filter-tag--multiple,.filter-tag--range{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:5px}.filter-tag__name{font-weight:600;font-size:14px;line-height:120%;color:var(--black)}.filter-tag__btn{display:-webkit-box;display:-ms-flexbox;display:flex;padding:6px;width:24px;height:24px;color:var(--accent);cursor:pointer;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.filter-tag__btn:focus-visible{outline:0;color:var(--dark-red)}.filter-tag__icon{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:1.5px}.filter-tag__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px;margin:0;padding:0;list-style-type:none;width:100%}.filter-tag__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px;font-weight:400;font-size:14px;line-height:120%;color:var(--black)}.filter-tag__amoust{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px;width:100%}.filter-tag__value{font-weight:400;font-size:14px;line-height:120%;color:var(--black)}.toggle__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.toggle__input[type=checkbox]{display:none}.toggle__slider{position:relative;width:32px;height:16px;background-color:var(--grey);border-radius:30px;-webkit-transition:background-color .3s;transition:background-color .3s}.toggle__slider:before{content:"";position:absolute;width:14px;height:14px;border-radius:100%;background-color:var(--white);top:1px;left:1px;-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.toggle__input:checked+.toggle__slider{background-color:var(--accent)}.toggle__input:checked+.toggle__slider:before{-webkit-transform:translateX(16px);-ms-transform:translateX(16px);transform:translateX(16px)}.price-filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;width:100%}.price-filter__groups-field{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;width:100%}.price-filter__field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:3px;border:1px solid var(--border);border-radius:10px;padding:14px 16px;width:calc(50% - 4px);font-weight:400;font-size:14px;line-height:120%;color:var(--grey);cursor:text;-webkit-transition:border-color .3s ease-in-out;transition:border-color .3s ease-in-out}.price-filter__field:has(.price-filter__input:focus-visible){border-color:var(--light-red)}.price-filter__prefix{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.price-filter__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0;padding:0;width:100%;font-weight:inherit;font-size:inherit;line-height:inherit;color:inherit;background-color:var(--white)}.price-filter__input[type=number]{-moz-appearance:textfield}.price-filter__input::-webkit-inner-spin-button,.price-filter__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.price-filter__input:focus-visible{outline:0}.price-filter__slider{position:relative;height:20px}.price-filter__track{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;height:1px;background-color:var(--border)}.price-filter__range{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;height:0;pointer-events:none;-webkit-appearance:none}.price-filter__range::-webkit-slider-thumb{border-radius:5px;border:2px solid var(--accent);width:20px;height:20px;background-color:var(--white);pointer-events:all;cursor:pointer;-webkit-appearance:none}.price-filter__range::-moz-range-thumb{border-radius:5px;border:2px solid var(--accent);width:20px;height:20px;background-color:var(--white);pointer-events:all;cursor:pointer}.custom-checkbox__field[disabled]~.custom-checkbox__label{cursor:default}.custom-checkbox__field[disabled]~.custom-checkbox__label::before{border-color:var(--border);background-color:var(--border)}.custom-checkbox__field[disabled]~.custom-checkbox__label .custom-checkbox__text{color:var(--grey)}.custom-checkbox__field:checked~.custom-checkbox__label::before{border-color:var(--accent);background-color:var(--accent)}.custom-checkbox__field:hover:not(.custom-checkbox__field:checked):not(.custom-checkbox__field[disabled])~.custom-checkbox__label::before{border-color:var(--accent);background-color:var(--light-red)}.custom-checkbox__field:hover:not(.custom-checkbox__field[disabled])~.custom-checkbox__label .custom-checkbox__text{color:var(--accent)}.custom-checkbox__field:focus-visible:not(.custom-checkbox__field:checked):not(.custom-checkbox__field[disabled])~.custom-checkbox__label::before{border-color:var(--accent);background-color:var(--light-red)}.custom-checkbox__field:focus-visible:not(.custom-checkbox__field[disabled])~.custom-checkbox__label .custom-checkbox__text{color:var(--accent)}.custom-checkbox__field:checked~.custom-checkbox__label .custom-checkbox__icon{opacity:1}.custom-checkbox__label{position:relative;padding-left:30px;cursor:pointer}.custom-checkbox__label::before{content:"";position:absolute;top:0;left:0;border:1px solid var(--grey);border-radius:4px;width:20px;height:20px;background-color:var(--white);-webkit-transition:border-color .3s ease-in-out,background-color .3s ease-in-out;transition:border-color .3s ease-in-out,background-color .3s ease-in-out}.custom-checkbox__text{font-weight:400;font-size:14px;line-height:120%;color:var(--black);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.custom-checkbox__icon{position:absolute;top:6px;left:6px;width:10px;height:10px;fill:none;stroke-width:2px;stroke:var(--white);opacity:0;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.tooltip{position:relative;z-index:5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tooltip__trigger{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;outline:0}.tooltip__icon{width:16px;height:16px;fill:var(--accent);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tooltip__content{position:absolute;z-index:1000;border-radius:10px;padding:8px;width:235px;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;font-weight:400;font-size:12px;line-height:120%;color:var(--black);background:var(--white);-webkit-box-shadow:0 4px 16px 0 rgba(0,4,4,.16);box-shadow:0 4px 16px 0 rgba(0,4,4,.16);opacity:0;visibility:hidden;-webkit-transition:opacity .2s,visibility .2s;transition:opacity .2s,visibility .2s;pointer-events:none;bottom:100%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);margin-bottom:8px}.tooltip[data-tooltip-visible=true] .tooltip__content{opacity:1;visibility:visible}.custom-radio__field[disabled]~.custom-radio__label{cursor:default}.custom-radio__field[disabled]~.custom-radio__label::before{border-color:var(--grey);background-color:var(--border)}.custom-radio__field[disabled]~.custom-radio__label .custom-radio__text{color:var(--grey)}.custom-radio__field:checked~.custom-radio__label::before{border-color:var(--accent)}.custom-radio__field:hover:not(.custom-radio__field:checked):not(.custom-radio__field[disabled])~.custom-radio__label::before{border-color:var(--accent);background-color:var(--light-red)}.custom-radio__field:hover:not(.custom-radio__field[disabled])~.custom-radio__label{color:var(--accent)}.custom-radio__field:focus-visible:not(.custom-radio__field:checked):not(.custom-radio__field[disabled])~.custom-radio__label::before{outline:0;border-color:var(--accent);background-color:var(--light-red)}.custom-radio__field:focus-visible:not(.custom-radio__field[disabled])~.custom-radio__label{color:var(--accent)}.custom-radio__field:checked~.custom-radio__label::after{opacity:1}.custom-radio__label{position:relative;padding-left:30px;font-weight:400;font-size:14px;line-height:120%;color:var(--black);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.custom-radio__label::before{content:"";position:absolute;top:0;left:0;border:1px solid var(--grey);border-radius:100%;width:20px;height:20px;background-color:var(--white);-webkit-transition:border-color .3s ease-in-out,background-color .3s ease-in-out;transition:border-color .3s ease-in-out,background-color .3s ease-in-out}.custom-radio__label::after{content:"";position:absolute;top:5px;left:5px;border-radius:100%;width:12px;height:12px;background-color:var(--accent);opacity:0;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.category-content{display:-ms-grid;display:grid;-ms-grid-columns:310px minmax(0,1fr);grid-template-columns:310px minmax(0,1fr);gap:24px;margin-bottom:80px}@media (max-width:1440px){.category-content{-ms-grid-columns:260px minmax(0,1fr);grid-template-columns:260px minmax(0,1fr);gap:24px}}@media (max-width:576px){.category-content{margin-bottom:64px}}.category-content__area{max-width:978px}@media (max-width:768px){.category-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px}.category-content__area{max-width:unset}}.nav-subcategories{margin:0 0 12px;padding:0;list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.nav-subcategories__link{display:block;border-radius:10px;padding:8px 16px;font-weight:500;font-size:14px;line-height:120%;text-align:center;color:var(--grey);background-color:var(--bg);-webkit-transition:color .3s ease-in-out,background-color .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out}@media (any-hover:hover){.filter-tag__btn:hover,.filter-widget__more-btn:hover{color:var(--dark-red)}.filter-btn:hover,.nav-subcategories__link:hover{color:var(--accent)}}.nav-subcategories__link:focus-visible{outline:0;color:var(--accent);background-color:var(--light-red)}.panel-config{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;margin-bottom:12px}.panel-config__found{font-weight:400;font-size:14px;line-height:120%;color:var(--grey)}@media (max-width:768px){.panel-config__found{display:none}}.panel-config__panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px}@media (max-width:768px){.panel-config__panel{gap:16px;width:100%}}.panel-config--account{display:block}.panel-config__view-options{margin-left:auto}.panel-config--account .panel-config__found{display:none}.panel-config--account .panel-config__panels{gap:16px;width:100%}.panel-config--account .panel-config__view-options{margin-left:auto}.filter-btn{position:relative;display:none;-ms-flex-negative:0;flex-shrink:0;border:none;padding:0;width:24px;height:24px;color:var(--grey);background-color:transparent;cursor:pointer;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}@media (max-width:768px){.filter-btn{display:-webkit-box;display:-ms-flexbox;display:flex}}.filter-btn:focus-visible{outline:0;color:var(--accent)}.filter-btn__icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;-webkit-transition:stroke .3s ease-in-out;transition:stroke .3s ease-in-out}.filter-btn__count{position:absolute;top:-3px;right:-4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:100%;width:14px;height:14px;font-weight:400;font-size:10px;line-height:110%;text-align:center;color:var(--white);background:var(--accent)}.sort-options__dropdown{position:relative}.sort-options__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:none;padding:0;color:var(--black);background-color:transparent;cursor:pointer;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.sort-options__btn:focus-visible{outline:0;color:var(--accent)}.sort-options__current{font-weight:400;font-size:12px;line-height:120%;color:currentColor;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sort-options__icon{-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px;fill:none;stroke-width:1.5px;stroke:var(--grey);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;-webkit-transition:stroke .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:stroke .3s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.sort-options__btn[aria-expanded=true] .sort-options__icon{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.sort-options__btn:focus-visible .sort-options__icon,.sort-options__btn:hover .sort-options__icon{stroke:var(--accent)}.sort-options__menu{margin:4px 0 0;padding:8px 12px;position:absolute;top:100%;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:10px;min-width:150px;-webkit-box-shadow:0 4px 16px 0 rgba(0,4,4,.16);box-shadow:0 4px 16px 0 rgba(0,4,4,.16);background-color:var(--white);list-style:none;z-index:100;-webkit-transform:translateY(8%);-ms-transform:translateY(8%);transform:translateY(8%);opacity:0;visibility:hidden;-webkit-transition:opacity .3s ease-in-out,visibility .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:opacity .3s ease-in-out,visibility .3s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.sort-options__dropdown.is-open .sort-options__menu,.sort-options__menu[aria-hidden=false]{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;visibility:visible}.sort-options__item{padding:4px 0;font-weight:400;font-size:12px;line-height:120%;color:var(--black);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.sort-options__item:focus-visible{outline:0;color:var(--accent)}.view-options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.view-options__label{font-weight:400;font-size:12px;color:var(--black)}.view-options__btn{-ms-flex-negative:0;flex-shrink:0;border:none;padding:0;width:24px;height:24px;color:var(--grey);background-color:transparent;cursor:pointer;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.view-options__btn:focus-visible{outline:0;color:var(--accent)}.view-options__btn.is-active{color:var(--accent)}.view-options__icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.view-options__icon--grid{fill:currentColor;stroke:none;-webkit-transition:fill .3s ease-in-out;transition:fill .3s ease-in-out}.page-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin-top:24px}.page-controls__more-btn{max-width:328px;width:100%}.paginations{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.paginations a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:7px;border:1px solid transparent;border-radius:4px;width:40px;height:40px;font-weight:500;font-size:16px;line-height:140%;text-align:center;cursor:pointer;color:var(--black);-webkit-transition:color var(--duration) ease-in-out,border-color var(--duration) ease-in-out,background-color var(--duration) ease-in-out;transition:color var(--duration) ease-in-out,border-color var(--duration) ease-in-out,background-color var(--duration) ease-in-out}.paginations a:focus-visible{outline:0}.paginations a:focus-visible:not(a.is-disabled){border-color:var(--accent);color:var(--accent);background-color:var(--light-red)}.paginations a.is-disabled{cursor:default;opacity:.3}.paginations a.is-active{color:var(--accent)}.paginations__next,.paginations__prev{width:24px;height:24px;fill:none;stroke-width:1.5px;stroke:currentColor}.paginations__prev{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.paginations__next{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}@media (max-width:374px){.page-controls__more-btn{max-width:unset}.paginations__number:nth-child(4){display:none}}.breadcrumbs-drop{position:absolute;top:100%;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;border-radius:10px;padding:16px;min-width:235px;-webkit-box-shadow:0 4px 16px 0 rgba(0,4,4,.16);box-shadow:0 4px 16px 0 rgba(0,4,4,.16);background-color:var(--white);list-style:none;margin:4px 0 0;z-index:100;-webkit-transform:translateY(8%);-ms-transform:translateY(8%);transform:translateY(8%);opacity:0;visibility:hidden;-webkit-transition:opacity .3s ease-in-out,visibility .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:opacity .3s ease-in-out,visibility .3s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.breadcrumbs-drop.is-open{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;visibility:visible}.breadcrumbs-drop__link{font-weight:400;font-size:12px;line-height:120%;color:var(--black);-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.breadcrumbs-drop__link:focus-visible{outline:0;color:var(--accent)}.product-post{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:24px;margin-bottom:80px}.product-post__view{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:40%}@media (max-width:768px){.product-post{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;margin-bottom:62px}.product-post__view{width:100%}}.product-post__img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-post__img img{width:100%;aspect-ratio:533/568}.product-post__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:60%}.product-post__brand{margin-bottom:24px}.product-post__brand img{aspect-ratio:198/62}@media (max-width:768px){.product-post__info{width:100%}.product-post__brand{margin-bottom:16px}.product-post__brand img{max-width:168px}}.product-post__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;margin-bottom:24px}@media (max-width:768px){.product-post__heading{margin-bottom:16px}}.product-post__title{margin:0;font-weight:700;font-size:24px;line-height:120%;color:var(--black)}@media (max-width:768px){.product-post__title{font-size:20px;line-height:120%}}.product-post__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:24px}.product-post__sku{font-weight:600;font-size:16px;line-height:140%;color:var(--grey)}@media (max-width:768px){.product-post__sku{font-size:14px;line-height:120%}}.product-post__status{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding-left:18px;font-weight:600;font-size:16px;line-height:140%;color:var(--green)}.product-post__status::before{content:"";position:absolute;top:6px;left:0;z-index:2;-ms-flex-negative:0;flex-shrink:0;display:block;border-radius:100%;width:10px;height:10px;background-color:#06c92e}@media (max-width:768px){.product-post__status{font-size:14px;line-height:120%}.product-post__status::before{top:3.5px}}.product-post__sta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px;margin-bottom:24px;border-radius:10px;padding:16px;background-color:var(--bg)}.product-post__action{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;width:100%}.site-container--auth .product-post__action{display:-webkit-box;display:-ms-flexbox;display:flex}.product-post__add-to-cart,.product-post__quantity{width:calc(50% - 4px)}.product-post__descr{margin:0;font-weight:400;font-size:16px;line-height:140%;color:var(--black)}@media (max-width:768px){.product-post__descr{font-size:14px;line-height:120%}}.product-post__message{display:block;margin:0;font-weight:400;font-size:16px;line-height:140%;color:var(--grey)}@media (max-width:768px){.product-post__message{font-size:14px;line-height:120%}}.product-post__message a{margin:0;font-weight:500;color:var(--accent);-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.product-post__message a:focus-visible{outline:0;color:var(--dark-red)}.site-container--auth .product-post__message{display:none}.product-post__params{margin-bottom:20px}.params__title{margin:0 0 8px;font-weight:600;font-size:16px;line-height:140%;color:var(--black)}.params__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;margin:0;padding:0;list-style-type:none}.params__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px;font-weight:400;font-size:16px;line-height:140%;color:var(--black)}.params__terms{-ms-flex-negative:0;flex-shrink:0}.params__line{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-bottom:1px dashed var(--border);width:100%}.params__value{-ms-flex-negative:0;flex-shrink:0;font-weight:500;text-align:right}.promotion{margin-bottom:80px}.promotion__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}@media (max-width:768px){.params__item{font-size:14px;line-height:120%}.promotion{margin-bottom:52px}.promotion__content{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:16px}}.promotion__more-btn.is-hidden{display:none}.layout{--offset:24px;margin:0;padding:0;list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--offset);width:100%}.layout .layout__item.is-hidden{display:none}.layout--3{--numer-elem:3}.layout--3 .layout__item{width:calc(100% / var(--numer-elem) - var(--offset) * (var(--numer-elem) - 1)/ var(--numer-elem))}@media (max-width:576px){.layout--3 .layout__item{width:100%}}.layout[data-view-target=grid]{--numer-elem:4;--offset:16px;gap:24px var(--offset)}@media (max-width:1440px){.layout[data-view-target=grid]{--offset:8px;gap:16px var(--offset)}}.layout[data-view-target=grid] .layout__item{width:calc(100% / var(--numer-elem) - var(--offset) * (var(--numer-elem) - 1)/ var(--numer-elem))}.layout[data-view-target=extended-list],.layout[data-view-target=list]{--numer-elem:1;--offset:8px}.layout[data-view-target=extended-list] .layout__item,.layout[data-view-target=list] .layout__item{width:100%}.layout--5{--numer-elem:5}@media (max-width:1200px){.layout--5{--numer-elem:4}}@media (max-width:768px){.layout--5{--offset:8px;--offset-row:16px;gap:var(--offset-row) var(--offset);--numer-elem:2}}.layout--5 .layout__item{width:calc(100% / var(--numer-elem) - var(--offset) * (var(--numer-elem) - 1)/ var(--numer-elem))}.promotion-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}@media (any-hover:hover){.breadcrumbs-drop__link:hover,.paginations a:hover:not(a.is-disabled),.sort-options__btn:hover,.sort-options__item:hover,.view-options__btn:hover{color:var(--accent)}.product-post__message a:hover{color:var(--dark-red)}.promotion-card:hover .promotion-card__title{color:var(--accent)}}.promotion-card:focus-visible{outline:0}.promotion-card:focus-visible .promotion-card__title{color:var(--accent)}.promotion-card.is-hidden{display:none}.promotion-card__img{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:10px;width:100%;background-color:var(--bg);overflow:hidden}.promotion-card__img img{width:100%;aspect-ratio:420/240;mix-blend-mode:multiply}.promotion-card__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.promotion-card__date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.promotion-card__title{margin:0;font-weight:500;font-size:16px;line-height:140%;color:var(--black);-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.promotion-date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.promotion-date__icon{width:16px;height:16px;fill:none;stroke:var(--accent)}.promotion-date__text{font-size:14px;line-height:120%;color:var(--grey)}.btn[data-is-loading]{position:relative;-webkit-transition:.3s;transition:.3s}.btn[data-is-loading]::after{content:"";display:block;width:1.2em;height:1.2em;position:absolute;left:calc(50% - .75em);top:calc(50% - .75em);border:.15em solid transparent;border-right-color:var(--grey);border-radius:50%}.btn[data-is-loading=false]{color:var(--grey)}.btn[data-is-loading=false]::after{-webkit-animation:none;animation:none;opacity:0}.btn[data-is-loading=true]{color:transparent}.btn[data-is-loading=true]::after{-webkit-animation:.7s linear infinite button-anim;animation:.7s linear infinite button-anim;opacity:1}@-webkit-keyframes button-anim{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes button-anim{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.post-promotion{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:24px;margin-bottom:80px}@media (max-width:768px){.promotion-card__img img{aspect-ratio:343/195}.promotion-card__title{font-size:14px;line-height:120%}.promotion-date__text{font-size:12px;line-height:120%}.post-promotion{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:64px}}.post-promotion__img-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;width:calc(50% - 12px)}.post-promotion__img{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:10px;width:100%;background-color:var(--bg);overflow:hidden}.post-promotion__img img{width:100%;aspect-ratio:664/365;mix-blend-mode:multiply}@media (max-width:768px){.post-promotion__img-wrap{width:100%}.post-promotion__img img{aspect-ratio:343/195}}.post-promotion__note{font-size:12px;line-height:120%;color:var(--grey)}.post-promotion__content{width:calc(50% - 12px)}.post-promotion__title{margin:0 0 16px;font-weight:700;font-size:24px;line-height:120%;color:var(--black)}.conditions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.conditions__caption{font-weight:600;font-size:16px;line-height:140%;color:var(--black)}.conditions__text{margin:0;font-size:16px;line-height:140%;color:var(--black)}.post-promotion-products{margin-bottom:80px}@media (max-width:768px){.post-promotion__content{width:100%}.conditions__text{font-size:14px;line-height:120%}.post-promotion-products{margin-bottom:47px}}.post-promotion-products__title{margin:0 0 24px;font-weight:700;font-size:32px;line-height:110%;text-align:center;color:var(--black)}.post-promotion-products__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}@media (max-width:768px){.post-promotion-products__title{font-size:24px;line-height:120%}.post-promotion-products__content{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:16px}}.post-promotion-products__more-btn.is-hidden{display:none}.error-404{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.error-404__img{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px;max-width:551px}@media (max-width:768px){.error-404__img{max-width:351px}}@media (max-width:374px){.error-404__img{max-width:280px}}.error-404__img img{aspect-ratio:551/318}.error-404__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;max-width:414px;margin-bottom:24px}.error-404__title{margin:0;font-weight:700;font-size:32px;line-height:110%;color:#212121}@media (max-width:768px){.error-404__title{font-size:28px}}@media (max-width:374px){.error-404__title{font-size:24px}}.error-404__decr{margin:0;font-weight:400;font-size:16px;line-height:140%;text-align:center;color:#212121}@media (max-width:374px){.error-404__decr{font-size:14px}}.search-empty{margin-bottom:80px;max-width:660px}@media (max-width:768px){.search-empty{margin-bottom:64px}}.search-empty__title{margin-bottom:16px}.search-empty__text{margin:0 0 24px;font-weight:400;font-size:16px;line-height:140%;color:var(--black)}.search-empty__text span{font-weight:800}.search-empty__actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.autocomplete{position:absolute;top:100%;left:0;right:0;z-index:1000;margin:2px 0 0;border:1px solid var(--border);border-radius:10px;padding:12px;max-height:321px;background:var(--white);overflow-y:auto}@media (max-width:1024px){.layout[data-view-target=grid]{--numer-elem:2;--offset:8px}.layout--5{--numer-elem:3}.autocomplete{left:32px}}@media (max-width:768px){.search-empty__text{font-size:14px;line-height:120%}.autocomplete{margin-top:4px}}.autocomplete__list{list-style:none;margin:0;padding:0}.autocomplete__item{border-radius:4px;padding:8px;font-weight:400;font-size:14px;line-height:120%;color:var(--black);background-color:transparent;cursor:pointer;-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out}@media (any-hover:hover){.autocomplete__item:hover{color:var(--accent);background-color:var(--bg)}}.autocomplete__item:focus{outline:0;color:var(--accent);background-color:var(--bg)}.autocomplete__item[hidden]{display:none}