*{margin:0;padding:0;border:unset;box-sizing:border-box}:root{--titles-font: "Roboto", sans-serif;--texts-font: "Manrope", sans-serif;--color-black: #333333;--page-max-width: 600px}body{margin:0px;padding:0px;font-family:"Manrope",sans-serif;color:var(--black-color);overflow-x:hidden;height:100%;background-color:#fff;min-height:100vh;display:flex;flex-direction:column}.color-white{color:#fff}.color-black{color:var(--color-black)}.background-color-white{background-color:#fff}.background-color-black{background-color:var(--color-black)}.text-align-center{text-align:center}button{outline:none;background-color:rgba(0,0,0,0)}.font-weight-700{font-weight:700}.center-image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.aspect-ratio-image{width:100%;height:100%;position:absolute;top:0px;left:0px}.aspect-ratio-image-wrapper{position:relative;width:100%}a{text-decoration:none;outline:none}.position-relative{position:relative}.overflow-hidden{overflow:hidden}p{font-family:var(--font-gfs-didot);font-size:18px;line-height:1.55em}.hide-animated-element{visibility:hidden}button:disabled{pointer-events:none;color:inherit;opacity:.8}.screen-height{min-height:100vh}.clip-path-100{-webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 0% 100%);clip-path:polygon(0 0, 100% 0, 100% 100%, 0% 100%)}.clip-path-circle-200{-webkit-clip-path:circle(200% at 50% 50%);clip-path:circle(200% at 50% 50%)}.clip-path-200{-webkit-clip-path:polygon(-50% -50%, 150% -50%, 150% 150%, -50% 150%);clip-path:polygon(-50% -50%, 150% -50%, 150% 150%, -50% 150%)}.column{display:flex;flex-direction:column}.row{display:flex}input,textarea{outline:none;resize:none}.background-cover{background-repeat:no-repeat;background-position:center;background-size:cover}h2{font-size:28px;font-weight:300;font-family:var(--titles-font)}.page-top{position:relative}.back-btn{right:15px;bottom:15px;position:absolute;z-index:2;cursor:pointer;display:flex;align-items:center;background-color:#333;color:#fff;padding:8px 16px;border-radius:7px;font-size:16px;font-weight:500}.back-btn span{margin-right:15px}.lang-options{display:flex;position:absolute;right:15px;top:15px;min-width:70px;height:30px;font-size:16px;color:var(--color-black);background-color:#f2f2f2;cursor:pointer;z-index:2;box-shadow:5px 5px 5px 0px rgba(0,0,0,.35);font-weight:700;border-radius:7px;align-items:center;justify-content:space-between;padding:10px}.lang-options .arrow{display:flex}.lang-options img{margin-left:15px}.lang-options .lang-dropdown{position:absolute;display:flex;padding:10px;width:100%;flex-direction:column;background-color:#f2f2f2;top:calc(100% + 5px);left:0px;box-shadow:5px 5px 5px 0px rgba(0,0,0,.35);font-weight:700;border-radius:7px}.lang-options .lang-dropdown a{color:var(--color-black)}.lang-options .lang-dropdown a:hover{text-decoration:underline}.footer-top{background-color:#f2f2f2;text-align:center;color:var(--color-black);padding:25px 15px}.footer-top p{font-size:16px}.footer-bottom{background-color:#f2f2f2;display:flex;flex-direction:column;justify-content:space-between;color:var(--color-black);align-items:center;padding:25px 15px}.footer-bottom .copyrights{font-size:13px;font-weight:500;text-align:center;margin-bottom:20px}.footer-bottom .developer{text-align:center;display:flex;align-items:center;font-size:16px;display:flex;flex-direction:column}.footer-bottom .developer span{margin-bottom:.2em;margin-right:5px}.footer-bottom .developer svg{margin-top:15px;width:89px;height:22px}.max-width-content{width:100%;max-width:var(--page-max-width);margin:0px auto;position:relative}.container{width:100%;max-width:var(--page-max-width);margin:0px auto;padding:15px;position:relative;flex:1;background-color:#f2f2f2}.top-banner{width:100%;padding-top:66.66%;position:relative}.company-logo{width:176px;height:176px;padding:2px 2px 2px 2px;border-radius:200px;background-color:#f2f2f2;box-shadow:5px 5px 5px 0px rgba(0,0,0,.35);position:absolute;top:15px;left:15px;display:flex;align-items:center;justify-content:center}.company-logo img{width:70%;height:70%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.company-logo.bg-color-dark{background-color:#333}.company-logo.bg-color-cover{background-color:rgba(0,0,0,0);overflow:hidden;padding:0px}.company-logo.bg-color-cover img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.company-logo.position-center{top:50%;left:50%;transform:translate(-50%, -50%)}.categories-list{display:grid;grid-template-columns:repeat(1, 1fr);row-gap:15px}.categories-grid{display:grid;grid-template-columns:repeat(2, 1fr);-moz-column-gap:20px;column-gap:20px;row-gap:15px}.category-item,#accordion .ui-accordion-header{display:flex;width:100%;color:var(--color-black);padding:15px;cursor:pointer;border:1px solid #e0e0e0;background-color:#fff}.category-item .description,#accordion .ui-accordion-header .description{font-size:13px}.category-item .title,#accordion .ui-accordion-header .title{font-size:24px;font-weight:300;font-family:var(--titles-font);color:var(--text-color)}.category-item .icon,#accordion .ui-accordion-header .icon{height:56px;width:65px}.category-item .icon img,#accordion .ui-accordion-header .icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;filter:invert(0%)}.category-item.active_category__black .icon img,#accordion .ui-accordion-header.active_category__black .icon img{filter:invert(0%)}.category-item.color-dark,#accordion .ui-accordion-header.color-dark{background-color:#333;color:#fff}.category-item.color-dark .icon img,#accordion .ui-accordion-header.color-dark .icon img{filter:invert(100%)}.category-item__grid{flex-direction:column;align-items:center;min-height:164px;border-bottom:7px solid #63a103;border-bottom-color:#63a103;border-bottom-color:var(--border-color, #63a103)}.category-item__grid .title,.category-item__grid .description{text-align:center}.category-item__grid .title{margin-top:15px}.category-item__grid .description{padding-top:10px;margin-top:auto}.category-item__list{display:grid;grid-template-columns:1fr auto;-moz-column-gap:10px;column-gap:10px;align-items:center;min-height:95px;position:relative;justify-content:space-between;border-right:7px solid rgba(0,0,0,0);text-align:start}.category-item__list .icon{opacity:0;position:relative;z-index:2;transition:opacity .6s}.category-item__list .icon img{filter:invert(100%)}.category-item__list .title{position:relative;z-index:2;transition:color .6s}.category-item__list:after{content:"";width:7px;right:-7px;top:0px;height:100%;position:absolute;background-color:var(--border-color, #63a103);transition:width .6s}.green-border{border-right:7px solid #63a103}.orange-border{border-right:7px solid #f59a23}.red-border{border-right:7px solid #d9001b}.active-category{color:#fff}.active-category .title{transition:color .6s .2s}.active-category .icon{opacity:1}.active-category:after{width:calc(100% + 7px)}.active-category.active_category__black{color:#000}.active-category.active_category__black .icon img{filter:invert(0%)}.category-description{font-size:16px;font-weight:300;padding:15px;font-size:16px;font-weight:300}.category-content{display:flex;flex-direction:column;background-color:#fff;margin-top:15px}.product-item{display:grid;padding:15px;width:100%}.product-item .title{font-size:20px;word-break:break-word}.product-item .price{display:flex;min-width:80px;border-radius:5px;border:2px solid #f2f2f2;background-color:#fff;font-weight:700;text-align:center;justify-content:center;align-items:center;padding:2px}.product-item .image{width:100%;position:relative;border-radius:7px;overflow:hidden}.product-item .image:before{content:"";width:100%;display:block}.product-item .description{font-size:16px;color:var(--color-black)}.pricing-table{grid-template-columns:1fr auto;display:grid;row-gap:5px;-moz-column-gap:8px;column-gap:8px;justify-items:flex-end;align-items:center;grid-column:1/-1}.pricing-table>span{font-size:14px}.pricing-table .price{grid-column:2 !important;grid-row:auto !important}.product-item+.product-item{border-top:1px solid #e0e0e0}.product-item.product-item__column{grid-template-columns:1fr auto;row-gap:15px;-moz-column-gap:10px;column-gap:10px}.product-item.product-item__column .title{grid-row:1;grid-column:1}.product-item.product-item__column .price{grid-row:1;grid-column:2;align-self:flex-start}.product-item.product-item__column .image{grid-column:1/span 2}.product-item.product-item__column .image:before{padding-top:56%}.product-item.product-item__column .description{grid-column:1/span 2}.product-item.product-item__column .description{grid-column:1/span 2}.product-item.product-item__column .pricing-table{grid-row:2}.product-item.product-item__row{grid-template-columns:1fr auto;-moz-column-gap:8px;column-gap:8px;row-gap:8px}.product-item.product-item__row .title{grid-column:1;grid-row-start:1;font-size:16px;font-weight:600;line-height:normal}.product-item.product-item__row .price{align-self:flex-end;margin-top:auto;justify-self:flex-end;grid-column:1/-1}.product-item.product-item__row .image{min-width:96px;align-self:flex-start;justify-self:flex-start;grid-row:1/span 2;grid-column:2}.product-item.product-item__row .image:before{padding-top:80%}.product-item.product-item__row .description{grid-column:1;font-size:14px}.product-item.product-item__row.no-image{grid-template-columns:1fr auto}.product-item.product-item__row.no-image .title{grid-column:1/-1}.product-item.product-item__row.no-image .description{grid-column:1/span 1}.product-item.product-item__row-no-image{grid-template-columns:1fr auto;grid-template-rows:auto 1fr;-moz-column-gap:10px;column-gap:10px;row-gap:10px}.product-item.product-item__row-no-image .price{align-self:flex-start;justify-self:flex-start;grid-column-start:2;grid-row:1}.product-item.product-item__row-no-image .image{display:none}.product-item.product-item__row-no-image .description{font-size:14px;grid-column:1/span 2}.product-item.product-item__row-no-image .pricing-table{grid-row:2}.product-image-modal{position:fixed;top:0px;left:0px;z-index:2;width:100%;height:100%;background-color:rgba(51,51,51,.5);display:flex;align-items:center;justify-content:center;padding:5px}.product-image-modal .product-image{margin:auto;width:100%;position:relative;padding-top:56%;border-radius:7px;overflow:hidden}.product-image-modal .modal-close-btn{width:35px;height:35px;background-color:#fff;border-radius:50%;position:absolute;right:10px;top:10px;z-index:2;cursor:pointer}.product-image-modal .modal-close-btn div{width:70%;height:2px;background-color:var(--color-black);position:absolute}.product-image-modal .modal-close-btn div:first-child{transform:rotate(45deg);top:17px;left:5px}.product-image-modal .modal-close-btn div:last-child{transform:rotate(-45deg);top:17px;left:5px}.suggested-products-wrapper{padding:15px 0px;overflow:hidden}.suggested-products-wrapper .swiper-wrapper{align-items:stretch}.suggested-product{width:100%;border-radius:7px;display:flex;flex-direction:column;height:auto;align-items:center}.suggested-product .image{width:100%;padding-top:56%;position:relative;overflow:hidden;margin-bottom:10px}.suggested-product .title{font-size:28px;font-weight:30;margin-bottom:10px;text-align:center}.suggested-product .price{display:flex;min-width:80px;border-radius:5px;border:2px solid #f2f2f2;background-color:#fff;text-align:center;justify-content:center;align-items:center;padding:2px;align-self:center;justify-self:flex-end;margin-top:auto;font-weight:700}.suggested-product .description{font-size:16px;text-align:center;margin-bottom:10px;max-width:90%}.suggested-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding-top:15px;padding-bottom:25px}.suggested-pagination .swiper-pagination-bullet-active{background-color:var(--color-black)}.subcategory-item{display:flex;flex-direction:column;padding:15px;width:100%;background-color:var(--background-color);color:#fff}.subcategory-item .title{font-size:22px;font-weight:300;font-family:var(--titles-font)}.subcategory-item .description{font-size:16px}.subcategory-item.subcategory-item__black .title,.subcategory-item.subcategory-item__black .description{color:#000}/*# sourceMappingURL=style.min.css.map */