@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap);
.home-component{background:var(--main-bg-color);width:100%;height:100%;min-height:100vh;position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;overflow:hidden}.home-component .logo-language-corner{position:fixed;display:flex;flex-direction:column;justify-content:center;align-items:center;top:0;right:0;width:120px;height:120px;z-index:5;transition:all .6s ease-in}.home-component .logo-language-corner .back-figure{position:absolute;top:40px;right:0;width:100%;height:100%;transition:all .6s ease-in;overflow:visible;z-index:-1}.home-component .logo-language-corner .back-figure path{transform:none;fill:var(--splash-bg-color);transition:all .6s ease-in}.home-component .logo-language-corner .logo-container{width:80px;height:80px;display:flex;justify-content:center;align-items:center;object-fit:contain;object-position:center center;transition:all .7s ease-in-out;margin-bottom:10px}.home-component .logo-language-corner .logo-container svg{transition:all .7s ease-in-out;width:80px;height:80px}.home-component .logo-language-corner .logo-container img{width:auto;height:auto;max-width:80px;max-height:80px;transition:all .6s ease-in}.home-component .logo-language-corner.wide{width:100%;height:100%}.home-component .logo-language-corner.wide .back-figure{right:150px;top:150px;transition:all .6s ease-in}.home-component .logo-language-corner.wide .back-figure path{transform:scale(10)}.home-component .logo-language-corner.wide .logo-container{width:300px;height:300px;transition:all .7s ease-in-out}.home-component .logo-language-corner.wide .logo-container svg{transition:all .7s ease-in-out;width:300px;height:300px}.home-component .logo-language-corner.wide .logo-container img{max-width:300px;max-height:300px}.home-component .logo-language-corner.scrolled .back-figure{top:20px}.home-component .logo-language-corner.scrolled .language-selector,.home-component .logo-language-corner.scrolled .selector-arrow{opacity:0;transition:all .5s ease;transition-delay:0s}.home-component .moving-category-links{position:fixed;display:flex;justify-content:center;align-items:flex-start;width:100%;height:100%;right:-100%;top:0;bottom:0;padding-top:120px;background:var(--main-bg-color);z-index:3}.home-component .moving-category-links .inner{width:100%;max-width:1100px;padding:0 20px}.home-component .moving-category-links .inner h3{width:fit-content;font-size:32px;margin-bottom:20px;text-transform:uppercase;cursor:pointer}@media(max-width: 575px){.home-component .moving-category-links .inner h3{font-size:28px;margin-bottom:10px}}.home-component .moving-category-links.open{right:0}.home-component main{width:100%;height:100%;display:flex;justify-content:center;align-items:flex-start;margin-top:140px}.home-component main .inner{width:100%;max-width:1150px;height:100%}.home-component main .inner .catlist{width:100%;height:100%;min-height:calc(100vh - 320px);padding:0 30px 50px;column-count:2;column-gap:50px;column-fill:balance}.home-component main .inner .catlist .category{scroll-margin-top:120px;break-inside:avoid-column}.home-component main .inner .catlist .category:not(:last-of-type){margin-bottom:50px}.home-component main .inner .catlist .category h2{font-size:24px;margin-bottom:20px;font-weight:700;text-transform:uppercase}.home-component main .inner .catlist .category .subcatlist{margin-left:20px}.home-component main .inner .catlist .category .subcatlist .subcategory{margin-bottom:30px}.home-component main .inner .catlist .category .subcatlist .subcategory h3{font-size:20px;font-weight:700;margin-bottom:20px}.home-component main .inner .catlist .category .subcatlist .subcategory .itemslist .item{margin-bottom:10px}.home-component main .inner .catlist .category .subcatlist .subcategory .itemslist .item .item-image{width:300px;height:auto;margin-right:10px;vertical-align:middle}.home-component main .inner .catlist .category .subcatlist .subcategory .itemslist .item .main-info{display:flex;justify-content:space-between;align-items:flex-start}.home-component main .inner .catlist .category .subcatlist .subcategory .itemslist .item .main-info .title-block{width:100%;display:flex;border-bottom:1px dotted var(--main-text-color)}.home-component main .inner .catlist .category .subcatlist .subcategory .itemslist .item .main-info .title-block.empty-block{border-bottom:none}.home-component main .inner .catlist .category .subcatlist .subcategory .itemslist .item .main-info .title-block .title{width:100%;max-width:max-content;font-size:16px;font-weight:400;word-wrap:normal;padding-right:5px;margin-bottom:-3px;background:var(--main-bg-color)}.home-component main .inner .catlist .category .subcatlist .subcategory .itemslist .item .main-info .secondary-block{width:max-content;display:flex}.home-component main .inner .catlist .category .subcatlist .subcategory .itemslist .item .main-info .secondary-block .measure-block,.home-component main .inner .catlist .category .subcatlist .subcategory .itemslist .item .main-info .secondary-block .price-block{width:max-content}.home-component main .inner .catlist .category .subcatlist .subcategory .itemslist .item .main-info .secondary-block .measure-block span:not(:last-of-type),.home-component main .inner .catlist .category .subcatlist .subcategory .itemslist .item .main-info .secondary-block .price-block span:not(:last-of-type){margin-right:3px}.home-component main .inner .catlist .category .subcatlist .subcategory .itemslist .item .main-info .secondary-block .measure-block{margin:0 10px 0 5px;font-size:16px;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}.home-component main .inner .catlist .category .subcatlist .subcategory .itemslist .item .main-info .secondary-block .price-block{width:max-content;min-width:70px;font-size:16px;font-weight:700;display:flex;justify-content:flex-end}.home-component main .inner .catlist .category .subcatlist .subcategory .itemslist .item .description{margin-top:5px;margin-bottom:5px;line-height:150%}.home-component main .inner .catlist .category .subcatlist .subcategory .itemslist .item .description p{font-size:13px}@media(max-width: 991px){.home-component main .inner .catlist{column-count:1;column-gap:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.home-component main .inner .catlist li{width:100%;max-width:550px}.home-component main .inner .catlist .category .subcatlist .subcategory .itemslist .item .main-info .spacer{border-bottom:1px solid transparent}}@media(max-width: 767px){.home-component main .inner .catlist{min-height:calc(100vh - 300px)}}@media(max-width: 575px){.home-component main .inner .catlist{padding:0 20px 50px;min-height:calc(100vh - 290px)}.home-component main .inner .catlist .category h2{margin-bottom:10px;margin-left:10px}.home-component main .inner .catlist .category .subcatlist{margin-left:0}.home-component main .inner .catlist .category .subcatlist .subcategory h3{margin-bottom:10px}}@media(max-width: 375px){.home-component main .inner .catlist{padding:0 10px 50px}}*{box-sizing:border-box;margin:0;padding:0;transition:all .4s ease-in-out}h1,h2,h3,h4,h5,p,a,li{font-family:"Noto Sans",sans-serif;font-size:14px;line-height:125%;color:var(--main-text-color)}ul{list-style:none}.language-selector-container{position:relative}.language-selector-container .language-selector{transition:all .5s ease;transition-delay:.3s;width:55px;font-size:20px;line-height:100%;text-transform:uppercase;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:0 5px;background-color:var(--splash-bg-color);border-color:transparent;color:var(--splash-text-color);font-family:"Noto Sans",sans-serif}.language-selector-container .selector-arrow{content:"";position:absolute;transition:all .5s ease;transition-delay:.3s;transform:rotate(-45deg);top:20%;right:5px;width:12px;height:12px;border-left:2px solid var(--splash-text-color);border-bottom:2px solid var(--splash-text-color)}header{position:fixed;width:100%;min-height:80px;padding:5px;display:flex;justify-content:center;align-items:center;background:linear-gradient(var(--main-bg-color), 90%, rgba(255, 255, 255, 0));z-index:4}header .inner{width:100%;max-width:1150px;min-height:100px;padding:0 20px;display:flex;justify-content:flex-start;align-items:center}header .inner h1{max-width:calc(100% - 153px);cursor:pointer}header .inner .title-button{font-size:32px;font-weight:700;text-transform:uppercase}header .inner .header-shevron{fill:var(--main-text-color);cursor:pointer}header .inner .header-shevron.before{transform:rotateY(180deg);margin-right:10px}header .inner .header-shevron.after{margin-left:10px}header .inner .header-shevron.opened{width:23px}header .inner .header-shevron.closed{width:0;margin:0}@media(max-width: 767px){header{min-height:max-content}header .inner{padding:0 10px;min-height:80px}header .inner .title-button{font-size:28px;line-height:100%;word-break:break-all}}@media(max-width: 575px){header .inner{padding:0 5px}header .inner .header-shevron.before{margin-right:5px}header .inner .header-shevron.after{margin-left:5px}header .inner .header-shevron.opened{width:18px}header .inner .title-button{font-size:26px}}footer{position:relative;width:100%;height:fit-content;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;z-index:2}footer p{color:var(--splash-text-color)}footer .bg-desktop{position:absolute;display:block;width:100%;height:37px}footer .bg-desktop path{fill:var(--splash-bg-color)}@media(max-width: 767px){footer .bg-desktop{height:21px}}@media(max-width: 575px){footer .bg-desktop{display:none}}footer .bg-mobilo{position:absolute;display:none;width:100%;height:50px}footer .bg-mobilo path{fill:var(--splash-bg-color)}@media(max-width: 575px){footer .bg-mobilo{display:block;margin-top:-34px}}footer .content{width:100%;background:var(--splash-bg-color);display:flex;flex-direction:column;justify-content:center;align-items:center;height:143px;margin-top:37px}@media(max-width: 767px){footer .content{margin-top:17px}}@media(max-width: 575px){footer .content{margin-top:10px}}footer .content .inner{width:calc(100% - 80px);height:65px;padding:0 20px;display:flex;justify-content:center;align-items:center}footer .content .inner .social-links{width:100%;max-width:675px;height:65px;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:20px;row-gap:6px;flex-shrink:0}footer .content .inner .social-links a{margin:0 20px}footer .content .inner .social-links a:not(:first-of-type){margin-left:20px}footer .content .inner .social-links a:not(:last-of-type){margin-right:20px}@media(max-width: 575px){footer .content .inner .social-links a{margin:0 10px}footer .content .inner .social-links a:not(:first-of-type){margin-left:10px}footer .content .inner .social-links a:not(:last-of-type){margin-right:10px}}footer .content .inner .social-links a .social-icon{width:35px;height:35px}footer .content .inner .social-links a .social-icon path{fill:var(--splash-text-color)}footer .content .powered-by{width:100%;max-width:1150px;height:40px;margin-top:20px;display:flex;justify-content:center;align-items:center}@media(max-width: 575px){footer .content .powered-by{margin-top:24px}}footer .content .powered-by p a{color:var(--splash-text-color)}@media screen and (width <= 670px){.social-icon{width:25px !important;height:25px !important}}@media screen and (width <= 375px){.bg-mobilo{margin-top:-43px !important}.content{margin-top:7px !important}.content .inner{height:68px !important}.content .powered-by{margin-top:54px !important}}
