#home_btn,.popup-content,.popup-overlay{left:0;right:0;top:0;bottom:0}html{height:100%}body{width:100%;min-height:100%;font-family:'Segoe UI',sans-serif;font-weight:300;position:relative;margin:0;padding:0;overflow-x:hidden}button:focus,input:focus,textarea:focus{outline:0}h1{font-weight:500}#lm_topbar{width:100%;height:48px;opacity:.9;position:fixed;top:0;left:0;right:0;z-index:3000}#home_btn{width:300px;height:50px;position:absolute;margin:auto;cursor:pointer}#products_btn{display:inline-flex;align-items:center;gap:8px;cursor:pointer;padding:8px 12px;border-radius:6px;transition:background .2s,transform .2s}#products_btn:hover{background-color:#f0f0f0;transform:translateY(-1px)}#products_btn_img{width:30px;height:30px;display:block}#products_btn span{font-size:16px;color:#333;font-weight:500}.popup-overlay{position:fixed;background:rgba(0,0,0,.5);display:none;z-index:9999;justify-content:center;align-items:center;animation:.25s ease-out forwards fadeIn}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.popup-content{position:absolute;margin:auto;background:#fff;padding:30px 40px;border-radius:16px;max-width:550px;width:60%;height:50%;box-shadow:0 15px 40px rgba(0,0,0,.2);text-align:center;display:flex;flex-direction:column;justify-content:flex-start;animation:.25s ease-out popupBounce}@keyframes popupBounce{0%{transform:scale(.95);opacity:0}100%{transform:scale(1);opacity:1}}.popup-content h2{font-size:22px;font-weight:600;margin-bottom:20px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:24px;flex-grow:1;align-items:center;justify-items:center}.product-item{text-decoration:none;color:#333;display:flex;flex-direction:column;align-items:center;font-size:14px;transition:transform .2s,color .2s}.product-item img{max-width:36px;height:auto;margin-bottom:8px;filter:grayscale(40%);transition:filter .3s}.product-item:hover{transform:translateY(-4px) scale(1.05);color:#000}.product-item:hover img{filter:grayscale(0%)}.product-item span{margin-top:4px;font-weight:500}.popup-close{position:absolute;top:16px;right:20px;background:0 0;border:none;font-size:28px;font-weight:700;color:#999;cursor:pointer;line-height:1;transition:color .2s}.popup-close:hover{color:#000}#lm_footer{padding:0 24px 100px;font-size:14px;color:#fff;border-top:1px solid #1a1a1a;background:linear-gradient(to bottom right,#22313f,#0a0e12);z-index:1998}#footer_logo_row{display:flex;align-items:center;justify-content:center}#lm_logo_small_footer{width:300px;max-width:100%;height:auto;filter:brightness(1.1)}#footer_columns_wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:32px;padding:0 100px}.footer_col{display:flex;flex-direction:column}#footer_language_links a,#lm_footer a{color:#ddd;text-decoration:none;margin:5px 0;transition:color .25s}#footer_language_links a:hover,#lm_footer a:hover{color:#1da1f2}.h2_footer_class{font-size:15px;font-weight:600;margin-bottom:14px;color:#fff;text-transform:uppercase;letter-spacing:.3px}#footer_language_row{margin-top:32px;text-align:center}#footer_language_links{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 24px;margin-top:12px}#footer_logo_row{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:10px;text-align:center;padding:20px 0}#footer_logo_row img{display:block;margin:0 auto}.footer_copyright{font-size:13px;color:#cbcbcb;padding:0;margin:0}@media (max-width:480px){#footer_language_links{gap:8px 16px;font-size:13px}}@media (max-width:768px){.popup-content{height:80%}#products_btn span{display:none}#footer_logo_row{justify-content:center;text-align:center}#footer_columns_wrapper{display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px;padding:0 20px}.footer_col{align-items:center}}@media (max-width:600px){#lm_footer{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));text-align:left}#lm_logo_small_footer{margin:0 auto 20px;display:block}}#disabledBack_load{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(10,12,16,.75);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);z-index:999999;opacity:1;transition:opacity .35s,backdrop-filter .35s}#disabledBack_load.is-hidden{opacity:0;pointer-events:none;backdrop-filter:blur(0)}#disabledBack_load .lm-box{display:flex;flex-direction:column;align-items:center;gap:18px}#disabledBack_load .lm-ring{width:72px;height:72px;border-radius:50%;border:3px solid rgba(255,255,255,.15);border-top-color:#f5d26a;border-right-color:#f5d26a;animation:.9s linear infinite lm-spin;filter:drop-shadow(0 0 6px rgba(245, 210, 106, .6))}#disabledBack_load .lm-text{font:600 20px/1.1 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial,sans-serif;text-align:center;letter-spacing:.3px;background:linear-gradient(90deg,#fff 0,#f5d26a 50%,#fff 100%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:1.8s ease-in-out infinite lm-shimmer;text-shadow:0 0 10px rgba(245,210,106,.25)}@media (min-width:480px){#disabledBack_load .lm-text{font-size:clamp(18px, 2.2vw, 28px)}}@keyframes lm-spin{to{transform:rotate(360deg)}}@keyframes lm-shimmer{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}@media (prefers-reduced-motion:reduce){#disabledBack_load{transition:none}#disabledBack_load .lm-ring{animation:none;border-top-color:#f5d26a}#disabledBack_load .lm-text{animation:none}}