.header-search-products{width:100%;margin-top:32px;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center}.header-search-products-empty,.header-search-products-loader{width:100%;display:flex;justify-content:center;align-items:center;margin:40px 0}@media only screen and (max-width:500px){.header-search-products-empty,.header-search-products-loader{margin:80px 0}}.header-search-products-link{width:-moz-fit-content;width:fit-content;display:flex;justify-content:center;align-items:center;gap:12px;color:#070707;position:-webkit-sticky;position:sticky;top:40px;z-index:20}@media(hover:hover){.header-search-products-link:hover{color:#285141}}@media only screen and (max-width:1200px){.header-search-products-link{top:20px}}.header-search-products-link__title{width:-moz-fit-content;width:fit-content;padding:12px;border-radius:24px;background-color:#f8f8f8;font-family:var(--font-manrope);font-weight:500;font-size:20px;line-height:120%;text-align:center}.header-search-products-link__title-count{color:gray}.header-search-products-link__arrow{display:flex;justify-content:center;align-items:center;padding:12px;border-radius:24px;background-color:#f8f8f8;flex-shrink:0}.header-search-products-link__arrow,.header-search-products-link__title{color:inherit;transition:color .2s linear}.header-search-products-grid{width:100%;display:flex;flex-wrap:wrap;justify-content:center;gap:24px 12px;margin-top:24px}.header-search-products-grid__card{width:calc((100% - 48px)/5);flex-shrink:0}@media only screen and (max-width:1200px){.header-search-products-grid__card{width:calc((100% - 36px)/4)}}@media only screen and (max-width:800px){.header-search-products-grid__card{width:calc((100% - 24px)/3)}}@media only screen and (max-width:500px){.header-search-products-grid__card{width:calc((100% - 12px)/2)}}.header-search-empty{width:100%;max-width:500px;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;gap:24px}.header-search-empty__text{font-family:var(--font-manrope);font-weight:300;font-size:20px;line-height:160%;color:#070707;text-align:center}.header-search-empty__button{border-radius:24px!important}.header-search{position:fixed;inset:0;width:100%;height:100%;background-color:#fff;z-index:1002;overflow:hidden auto}.header-search::-webkit-scrollbar{width:4px}.header-search::-webkit-scrollbar-track{background-color:transparent;border-radius:100px}.header-search::-webkit-scrollbar-thumb{background-color:silver;border-radius:100px}.header-search__close{position:fixed;top:44px;right:80px;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;z-index:1003}.header-search__container{padding:36px 0}.header-search__input{width:100%;display:flex;justify-content:center;align-items:center}.header{width:100%;top:0;position:-webkit-sticky;position:sticky;z-index:1000}.header__content{width:100%;position:relative}.header-desktop{width:100%;height:74px;display:flex;align-items:center;background-color:#fff;transition:background-color .2s linear}.header-desktop--transparent{background-color:hsla(0,0%,100%,0)}.header-desktop--transparent .header-menu__link{color:#fff}@media(hover:hover){.header-desktop--transparent .header-menu__link:hover{color:hsla(0,0%,100%,.5)}}.header-desktop__wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.header-desktop__block{display:flex;align-items:center}.header-desktop__block--left{justify-content:flex-start;gap:24px}.header-desktop__block--right{justify-content:flex-end}.header-desktop__block--center{justify-content:center}.header-desktop-logo{width:146px;display:flex;color:#285141;transition:color .2s linear}.header-desktop-logo__image{width:100%}.header-desktop--transparent .header-desktop-logo{color:#fff}.header-desktop__buttons{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin-left:24px}