body,html{height:100%;width:100%}.overlay-full,body.fixed{position:fixed}.overlay-full{width:100%;height:100%;background:#000;opacity:0;pointer-events:none;transition:.3s;z-index:-1}.container-navbar{position:sticky;top:0;z-index:1000;width:100%}.language-button{display:flex;align-items:center;margin-right:52px}.language-button text{font-size:14px;font-weight:400;margin-left:9px;color:#131313}.overlay-full.open{opacity:.8;pointer-events:auto;z-index:4}.header{padding:10px clamp(16px,6vw,130px);position:relative;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.25)}.header-flex{justify-content:space-between;gap:16px;flex-wrap:nowrap}.header-flex,.logo{display:flex;align-items:center}.logo{justify-content:center}.logo img{width:40px;height:auto;aspect-ratio:5/4;object-fit:contain}.logo a:focus,.logo a:focus-visible{outline:none;box-shadow:none}.logo a:nth-child(2){color:#4d4d4d;font-size:24px;font-weight:400;margin-left:5px}.toggle-menu{top:5px;z-index:7;margin-left:1rem}.toggle-menu,.toggle-menu label{position:relative;cursor:pointer}.toggle-menu label{text-transform:uppercase;color:#131313;font-weight:400;margin-bottom:0;right:0;top:-5px;font-size:14px}.toggle-menu span{position:absolute;height:2px;width:100%;right:0;display:block;background:#131313;transition:all .3s ease;cursor:pointer}.toggle-menu span:first-of-type{transform:translateY(-30px) rotate(0);background-color:#b3b3b3}.toggle-menu span:nth-of-type(2){transform:translateY(-3px) rotate(0);background-color:#b3b3b3}.toggle-menu.open span:first-of-type{transform:translateY(-18px) rotate(40deg)}.toggle-menu.open span:nth-of-type(2){transform:translateY(-18px) rotate(-40deg)}.toggle-menu.open label{opacity:0}.toggle-menu.open span{background:#fff}.nav-right{position:absolute;top:0;z-index:5}.nav-right .menu-right{position:fixed;right:0;background-color:var(--color-brand-primary);height:100%;width:min(86vw,320px);max-width:100vw;min-width:270px;-webkit-overflow-scrolling:touch;transform:translateX(100%);transition:.25s}.nav-right .menu-right ul{padding-top:90px}.nav-right .menu-right.open{transform:none}.nav-right .menu-right li{text-align:right;opacity:0;transform:translateX(-35px);transition:.3s}.no-transition{transition:none!important}.nav-right .menu-right li.visible{opacity:1;transform:none}.nav-right .menu-right li:hover{background-color:rgba(0,0,0,.2);color:#fff}.nav-right .menu-right li a{display:block;padding:14px 30px;color:#e2e2e2;font-size:16px;font-weight:700;transition:.15s;transition-property:letter-spacing}.nav-right .menu-right li a:hover{letter-spacing:.1em}.sticky-footer{position:fixed;bottom:0;width:100%;background:var(--color-brand-primary);z-index:-1;opacity:0;color:#fff;transform:translateY(275px);transition:.3s}.row{margin-right:0}.sticky-footer.open{z-index:8;opacity:1;transform:none}.sticky-footer .social-footer{padding-left:25px;padding-top:25px;padding-bottom:25px}.sticky-footer .social-footer li{display:inline-block}.sticky-footer .social-footer li:hover:first-child a{color:rgba(0,0,0,.5)}.sticky-footer .social-footer li:first-child a{font-size:25px;letter-spacing:3px}.sticky-footer .social-footer li a{color:#fff;transition:color .3s}.sticky-footer .social-footer li i{font-size:30px;transition:color .3s}.sticky-footer .social-footer li:hover i{color:rgba(0,0,0,.5)}.sticky-footer .pages{padding-top:35px;padding-bottom:25px}.sticky-footer .pages li{position:relative;display:inline-block;margin-right:20px;padding-right:8px;padding-left:8px}.sticky-footer .pages li a{color:white}.sticky-footer .pages li:after{content:"";height:30px;width:1px;background:white;position:absolute;right:-10px;top:-5px}.sticky-footer .pages li:last-child:after{content:none}.mailto{padding-right:25px;padding-top:25px;padding-bottom:25px;font-size:25px;transform:translateX(10px);transition:.3s;opacity:0}.section-mailto.open .mailto{transform:none;opacity:1}.section-mailto{text-align:right}.mailto a{color:#fff;margin-left:5px}.theButton{position:absolute;right:0;top:50%;transform:translateY(-50%);margin-right:15px}.theButton i{margin-right:5px}.user-area{display:flex;flex-direction:row;align-items:center;gap:10px}.user-area-with-the-button{margin-right:135px}.user-area .avatar{width:38px;height:38px;background:purple}.user-area a.login,.user-area a.register{color:#131313}.user-area .dropdown-button{border:none;background-color:inherit;color:darkslategrey;font-size:14px;padding:0}.user-area .btn.auth-area{border:none;background-color:#247a08;color:#fff!important;font-size:14px;padding:8px 18px;margin-right:0;border-radius:20px;white-space:nowrap}.user-area .btn.auth-area *{color:#fff!important}.user-area .btn.scan-qr-button{border:none;background-color:#2196F3;color:#ffffff!important;font-size:14px;padding:8px 16px;border-radius:20px;cursor:pointer;transition:background-color .3s ease;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center}.user-area .btn.scan-qr-button:hover{background-color:#0b7dda}.user-area .btn.scan-qr-button:focus{outline:none;box-shadow:0 0 0 3px rgba(33,150,243,.3)}.user-area .btn:not(:first-child){margin-left:1em}.header-language{min-width:110px}.menu-area{flex:1 1;margin-left:clamp(16px,3vw,48px);flex-wrap:nowrap;gap:clamp(14px,2vw,34px);min-width:0}.menu-area,.menu-area-product{display:flex;align-items:center}.menu-area-product{position:relative;flex:0 0 auto}.menu-area-product-button{display:inline-flex;min-height:44px;align-items:center;gap:6px;border:0;padding:10px 0;background:transparent;color:#131313;cursor:pointer;font:inherit;white-space:nowrap}.menu-area-product-button i{color:#7d8677;font-size:12px;transition:transform .2s ease}.menu-area-product.is-open .menu-area-product-button i{transform:rotate(180deg)}.menu-area-product-button:focus-visible{border-radius:5px;outline:2px solid var(--color-brand-primary);outline-offset:4px}.menu-area-product-popover{position:absolute;top:calc(100% + 8px);left:-18px;z-index:120;display:grid;width:560px;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:3px;gap:3px;border:1px solid #e5ebde;border-radius:16px;padding:12px;background:#fff;box-shadow:0 24px 54px -25px rgba(22,36,13,.5);opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease}.menu-area-product-popover:before{content:"";position:absolute;right:0;bottom:100%;left:0;height:10px}.menu-area-product.is-open .menu-area-product-popover{opacity:1;pointer-events:auto;transform:translateY(0)}.menu-area-product-title{grid-column:1/-1;padding:6px 9px 9px;color:#8b9682;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.menu-area .menu-area-product-popover a{display:flex;min-width:0;min-height:48px;align-items:center;gap:10px;border-radius:10px;padding:8px 10px;color:#16240d;font-size:13px;font-weight:600;white-space:normal}.menu-area .menu-area-product-popover a:focus-visible,.menu-area .menu-area-product-popover a:hover{background:#f6faf2;color:#369909}.menu-area .menu-area-product-popover a.active:before{display:none}.menu-area-product-icon{display:inline-grid;flex:0 0 34px;width:34px;height:34px;place-items:center;border-radius:9px;background:#eff7e7;color:var(--color-brand-primary)}.menu-area-product-arrow{margin-left:auto;color:#a0aa99;font-size:11px}.menu-area a{color:#131313;position:relative;display:inline-flex;align-items:center;min-height:44px;padding:10px 0;white-space:nowrap;flex-shrink:0}.menu-area a:focus{outline:none;box-shadow:none}.menu-area a:focus-visible{outline:none;box-shadow:none}.menu-area a:not(:first-child){margin-left:0}.menu-area a.active:before{content:" ";width:100%;height:3px;background-color:var(--color-brand-primary);position:absolute;left:0;bottom:0}.native-language-select{position:relative;display:inline-flex;min-width:112px;align-items:center}.native-language-select .language{width:100%;min-height:40px;-webkit-appearance:none;appearance:none;border:0;border-bottom:1px solid #aeb4ae;border-radius:0;padding:7px 28px 7px 0;outline:none;background:transparent;color:#303530;cursor:pointer;font:inherit;font-size:13px}.native-language-select__arrow{position:absolute;right:5px;width:0;height:0;border-top:6px solid #7e857e;border-right:5px solid transparent;border-left:5px solid transparent;pointer-events:none}.container-select-lang .language:focus-visible{outline:none;border-bottom-color:var(--color-brand-primary);box-shadow:0 1px 0 var(--color-brand-primary)}.menu-language-item{text-align:left!important;padding:8px 30px 14px}.menu-language-item:hover{background-color:initial!important}.menu-language-select .native-language-select{width:100%}.menu-language-select .language{border-bottom-color:rgba(255,255,255,.35);color:#ffffff!important}.menu-language-select .language option{background:#ffffff;color:#1c251c}.menu-language-select .native-language-select__arrow{border-top-color:#ffffff}.menu-product-toggle{display:flex;width:100%;align-items:center;justify-content:flex-end;gap:9px;border:0;padding:14px 30px;background:transparent;color:#e2e2e2;cursor:pointer;font-size:16px;font-weight:700;text-align:right}.menu-product-toggle i{font-size:13px;transition:transform .2s ease}.menu-product-item.is-open .menu-product-toggle i{transform:rotate(180deg)}.nav-right .menu-right .menu-product-submenu{display:none;margin:0;padding:0 0 8px!important;background:rgba(0,0,0,.12)}.nav-right .menu-right .menu-product-item.is-open .menu-product-submenu{display:block}.nav-right .menu-right .menu-product-submenu li{background:transparent}.nav-right .menu-right .menu-product-submenu li a{display:flex;align-items:center;justify-content:flex-end;gap:9px;padding:9px 48px 9px 30px;font-size:13px;font-weight:600}.menu-product-submenu-icon{display:inline-grid;width:24px;height:24px;place-items:center;border-radius:7px;background:rgba(155,225,93,.13);color:#9be15d}.promotion-link{text-decoration:none;color:inherit;display:block;text-align:center;background-color:#6dc344;overflow:hidden;outline:none}.promotion-link>img{height:66px;margin-right:1rem;transform:translateY(-2px)}.promotion-link>span{font-size:16px;color:#fff;font-weight:400}.promotion-link>span.small{display:none}.promotion-link>.btn-close{position:absolute;right:calc((66px - 48px) / 2);top:33px;transform:translateY(-50%)}.mobile-flex-menu{flex:1 1;display:none}@media (max-width:48em){.logo{justify-content:left}.logo img{width:40px;max-width:none;height:auto}.logo a:nth-child(2){font-size:20px;margin-left:0;margin-top:5px}.nav-right .menu-right.open{min-width:100%}.section-mailto,.sticky-footer.open{text-align:center}.mailto{padding-right:0}.theButton{display:none}.footer{padding:0 20px 50px}}@media (max-width:20em){.sticky-footer .section-social{text-align:center}.sticky-footer .social-footer{padding-left:0;padding-top:5px;padding-bottom:5px}.sticky-footer .social-footer li:first-child a{font-size:16px}.sticky-footer .social-footer li i{font-size:25px}.mailto{padding-top:5px;padding-bottom:5px;font-size:16px}.section-mailto{text-align:center}.footer{padding:0 20px 50px}}@media (max-width:1200px){.menu-area{margin-left:12px;gap:14px}.user-area .btn.auth-area{padding:8px 14px;font-size:13px}}@media (min-width:1121px) and (max-width:1360px){.header{padding-right:24px;padding-left:24px}.logo a:nth-child(2){font-size:21px}.menu-area{margin-left:14px;gap:12px}.user-area .btn.auth-area{padding:8px 14px;font-size:13px}}@media (max-width:1120px){.menu-area{display:none}.mobile-flex-menu{display:inherit}.desktop-menu{display:none}.header-flex{gap:10px}.user-area{margin:0;gap:8px}.header-language{display:none}.user-area .btn.auth-area{padding:7px 12px;font-size:12px;margin:0;line-height:1.2}.user-area .btn.auth-area span{white-space:nowrap}.toggle-menu{margin-left:0}}@media (max-width:960px){.header{width:100%;padding:10px}.logo{margin-left:1em}.user-area{top:44.8px;right:0;margin-top:1em;margin-bottom:1em}.toggle-menu{margin-right:1em}.footer{padding:0 20px 50px}.user-area .btn:not(:first-child){margin-right:1em}.pages{font-size:12px!important;display:flex;justify-content:flex-end}.sticky-footer .pages li{padding-right:0;padding-left:0}.sticky-footer .pages li:after{height:20px;top:-.5px}}@media (max-width:840px){.promotion-link>span{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 66px - 1rem - 47px - 1rem);height:66px;line-height:66px}.promotion-link>span.small{display:inline}.promotion-link>span.large{display:none}}@media (min-width:1121px){.mobile-menu,.toggle-menu{display:none}}.footer-container{width:100%;border-top:1px solid #eef2e9;background:#f7f8f9;color:#4c5844}.footer-content{width:min(1120px,calc(100% - 48px));margin-inline:auto}.footer-main{display:grid;grid-template-columns:minmax(240px,1.3fr) repeat(4,minmax(130px,.75fr));grid-gap:36px;gap:36px;padding:64px 0 44px}.footer-brand-column{display:flex;min-width:0;flex-direction:column;align-items:flex-start}.footer-brand{display:inline-flex;align-items:center;gap:10px;color:#16240d;font-size:18px;font-weight:800;letter-spacing:-.02em;text-decoration:none}.footer-brand:focus,.footer-brand:hover{color:#369909;text-decoration:none}.footer-brand img{display:block;flex:0 0 auto;object-fit:contain}.footer-brand-description{max-width:285px;margin:18px 0 0;color:#4c5844;font-size:13.5px;line-height:1.65}.footer-contact-list{display:flex;width:100%;margin-top:24px;flex-direction:column;gap:11px}.footer-contact-list a,.footer-contact-list address{display:flex;min-width:0;align-items:flex-start;gap:10px;margin:0;color:#4c5844;font-size:12.5px;font-style:normal;line-height:1.6;text-decoration:none}.footer-contact-list a:focus,.footer-contact-list a:hover{color:#369909;text-decoration:none}.footer-contact-list i{flex:0 0 15px;margin-top:3px;color:#9be15d;text-align:center}.footer-col{min-width:0}.footer-heading{margin:0 0 20px;padding:0;color:#16240d;font-size:13px;font-weight:750;letter-spacing:.07em;line-height:1.4;text-transform:uppercase}.footer-heading:after{display:block;width:34px;height:2px;margin-top:10px;background:#41b60b;content:""}.footer-list{display:flex;margin:0;padding:0;flex-direction:column;gap:12px;list-style:none}.footer-item{display:block;margin:0;font-size:14px}.footer-link{display:inline-flex;min-width:0;align-items:center;gap:7px;color:#4c5844;font-size:13.5px;line-height:1.45;text-decoration:none;transition:color .16s ease,transform .16s ease}.footer-link:after{display:none}.footer-link>span{color:#7f9a70;font-size:11px;opacity:0;transform:translateX(-4px);transition:opacity .16s ease,transform .16s ease}.footer-link:focus,.footer-link:hover{color:#369909;text-decoration:none;transform:translateX(2px)}.footer-link:focus>span,.footer-link:hover>span{opacity:1;transform:translateX(0)}[dir=rtl] .footer-link>span{transform:rotate(180deg) translateX(-4px)}[dir=rtl] .footer-link:focus,[dir=rtl] .footer-link:hover{transform:translateX(-2px)}[dir=rtl] .footer-link:focus>span,[dir=rtl] .footer-link:hover>span{transform:rotate(180deg) translateX(0)}.footer-bottom{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid #dfe5da;padding:18px 0 24px}.footer-bottom p{margin:0;color:#606a5a;font-size:12.5px;line-height:1.6}.footer-bottom-links{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.footer-bottom-links a{color:#606a5a;font-size:12.5px;text-decoration:none}.footer-bottom-links a:focus,.footer-bottom-links a:hover{color:#369909;text-decoration:none}@media screen and (max-width:1080px){.footer-main{grid-template-columns:minmax(240px,1.25fr) repeat(2,minmax(150px,.8fr));gap:44px 36px}.footer-brand-column{grid-row:span 2}}@media screen and (max-width:720px){.footer-content{width:min(100% - 32px,1120px)}.footer-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 28px;padding:52px 0 38px}.footer-brand-column{grid-column:1/-1;grid-row:auto}.footer-brand-description{max-width:460px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:10px;padding-block:20px 28px}}@media screen and (max-width:460px){.footer-content{width:min(100% - 24px,1120px)}.footer-main{grid-template-columns:1fr;gap:36px;padding-top:44px}.footer-brand-column{grid-column:auto}.footer-product-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px 18px;gap:12px 18px}}@media (prefers-reduced-motion:reduce){.footer-container *,.footer-container :after,.footer-container :before{transition-duration:.01ms!important}}
/*# sourceMappingURL=7d061b4dab104476.css.map*/