<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bl_header_sompo{position:relative;overflow:hidden;z-index:1000;background:#fff}.bl_header_sompo_wrapper{background:#fff;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-block:10px}.bl_header_sompo_ttl{display:flex;flex-direction:column;padding-inline-start:9px}.bl_header_sompo_ttl h4{color:#666;font-size:14px;font-weight:500}.bl_header_sompo_logo{padding-inline-end:9px}.bl_header_sompo_logo svg{height:32px;width:auto}.bl_header_info{background:#fdf0ec;display:flex;flex-direction:row;justify-content:center;padding-inline:20px;align-items:center;position:relative;z-index:1000}.bl_header_info_announce{display:flex;flex-direction:column;gap:0;color:#e3331d;align-items:center}.bl_header_info_announce p{font-size:12px;font-weight:500;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.bl_header_info_announce p:nth-child(2){font-size:16px;font-weight:700;font-family:Montserrat}.bl_header_info_announce p span{font-size:13px;font-weight:700}.bl_header_info_links_wrapper{display:none;padding-block:4px}.bl_header_main{height:60px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;background:#fff;transition:all .3s ease-in-out;position:relative;z-index:1000}.bl_header_main.isFixed{position:fixed;width:100%;top:0;left:0;z-index:1000;transition:all .3s ease-in-out}.bl_header_main_logo{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;height:28px}.bl_header_main_logo_ndsg{width:auto;height:100%}.bl_header_main_logo_alfa{height:18px;display:flex;flex-direction:row;align-items:center}.bl_header_main_logo_ndsg img,.bl_header_main_logo_alfa svg{height:100%;width:auto}.bl_header_main_menu{display:flex;flex-direction:row;justify-content:flex-end;height:100%;align-items:center;flex-grow:1}.bl_header_main_links{display:none;flex-direction:row;gap:40px;align-items:center;height:100%;position:relative}.bl_header_main_links&gt;li:hover,.bl_header_main_links&gt;li:focus,.bl_header_main_links&gt;li:has(a.bl_header_main_links_current),.bl_header_main_menu:has(.bl_header_main_links) li:has(.bl_header_dropdown):hover,.bl_header_main_menu:has(.bl_header_main_links) li:has(.bl_header_dropdown):focus{border-bottom:2px solid #e95516}.bl_header_main_links li{list-style:none;font-size:16px;height:100%;display:flex;flex-direction:row;align-items:center}.bl_header_main_links li&gt;a{display:flex;height:100%;flex-direction:row;gap:8px;align-items:center}.bl_header_dropdown{position:relative}li:has(.bl_header_dropdown):after{content:"";position:absolute;bottom:-22px;left:18%;transform:translate(-50%);width:0;height:0;border-style:solid;border-width:0 12px 20.8px 12px;border-color:transparent transparent #ff4532 transparent;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}li:has(.bl_header_dropdown):hover:after,li:has(.bl_header_dropdown):focus:after,.bl_header_main_links:has(.bl_header_dropdown_item:hover) li:has(.bl_header_dropdown):after,.bl_header_main_links:has(.bl_header_dropdown_item:focus) li:has(.bl_header_dropdown):after{opacity:1;visibility:visible}.bl_header_dropdown_item_wrapper ul{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);gap:8px}.bl_header_dropdown_item_wrapper ul li{background:#fff;padding:16px;border-radius:4px}.bl_header_dropdown_item_wrapper ul li a{display:flex;flex-direction:row;gap:16px}.bl_header_main_links a span{display:block;width:0px;height:0px;border-style:solid;border-width:5px 3px 0 3px;border-color:#ff4532 transparent transparent transparent}.bl_header_dropdown_item{display:block;visibility:hidden;position:absolute;opacity:0;top:100%;left:0;width:120%;height:fit-content;pointer-events:none;max-width:688px;max-height:280px;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;filter:drop-shadow(0px 0px 8px rgba(0,0,0,.08))}.bl_header_dropdown_item_wrapper{margin-top:20px;background:#fdf0ec;box-shadow:0 4px 8px #0000001a;border:2px solid #e95516;border-radius:8px;padding:30px;height:100%}.bl_header_dropdown_item_wrapper li{width:100%}.bl_header_main_links li:has(span):hover~.bl_header_dropdown_item,.bl_header_main_links li:has(span):focus~.bl_header_dropdown_item,.bl_header_dropdown_item:hover{visibility:visible;pointer-events:all;opacity:1;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.bl_header_dropdown_item_link{width:100%;display:flex;flex-direction:row;justify-content:space-between}.bl_header_dropdown_item_link&gt;div{display:flex;flex-direction:row;justify-content:flex-start;gap:8px;align-items:center}.bl_header_dropdown_item_link_txt{display:flex;flex-direction:column;align-items:flex-start}.bl_header_dropdown_item_link_txt p{font-weight:500}.bl_header_dropdown_item_link_txt small{font-size:13px}.bl_header_dropdown_item_link_img{max-height:46px;max-width:30px}.bl_header_dropdown_item_link_img img{max-height:100%;max-width:100%}.bl_header_main_cart{display:flex;flex-direction:row;gap:32px;align-items:center}.bl_header_main_cart a{display:flex;flex-direction:column;align-items:center;gap:8px}.bl_header_hamb{margin-inline-start:20px;height:44px;width:44px;border-radius:50%;background:#e95516;display:flex;flex-direction:column;gap:6px;align-items:center;justify-content:center;transition:all .3s ease-in}.bl_header_hamb span{display:block;height:2px;width:24px;background:#fff;transition:all .3s ease-in}.bl_header_hamb.isOpened span:nth-child(1){transform:rotate(45deg) translate(2.8px,2.8px);transition:transform .3s ease-in}.bl_header_hamb.isOpened span:nth-child(2){transform:rotate(-45deg) translate(2.8px,-2.8px);transition:transform .3s ease-in}.bl_header_nav{height:100vh;opacity:0;position:fixed;top:0;right:0;z-index:900;background:#fff;width:80vw;max-width:320px;transform:translate(100%);transition:transform .3s ease-in-out,opacity .3s ease-in-out;padding-block-end:100px}.bl_header_nav.isOpened{overflow:scroll;opacity:1;transform:translate(0);transition:transform .3s ease-in-out,opacity .3s ease-in-out}.bl_nav_login.bl_btnCont{padding:30px}.bl_nav_login .el_btn{width:100%;background:#e95516;border:2px solid #e95516;color:#fff}.bl_nav_login.bl_btnCont .el_btn svg path{stroke:#fff}.bl_nav_main_links{display:flex;flex-direction:column}.bl_nav_main_links li{font-size:15px;font-weight:700;color:#333;text-decoration:none}.bl_nav_main_links li a svg{transition:transform .6s ease-in-out}.bl_nav_main_links li a.isOpen svg{transform:rotate(90deg);transition:transform .3s ease-in-out}.bl_nav_main_links li a{padding-block:13px;padding-inline:30px;list-style:none;width:100%;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.bl_nav_main_links_sub{display:flex;flex-direction:column;background-color:#f9f8ee;max-height:0;overflow:hidden;transition:max-height .5s ease-in-out}.bl_nav_main_links_sub.isOpen{max-height:500px;transition:max-height .5s ease-in-out}.bl_nav_main_links&gt;*,.bl_nav_main_links_sub&gt;*{border-bottom:1px solid #dddddd}.bl_nav_main_links&gt;*:first-child,.bl_nav_main_links_sub&gt;*:first-child{border-top:1px solid #dddddd}.bl_nav_main_links .bl_nav_main_links_sub li{font-size:14px;font-weight:500;display:flex;flex-direction:row;gap:4px;align-items:center}.bl_nav_main_links_sub li span{display:block;width:0px;height:0px;border-style:solid;border-width:3px 0 3px 5.2px;border-color:transparent transparent transparent #ff4532}.bl_nav_main_links_policies{display:flex;flex-direction:column;gap:12px;padding-block:16px;padding-inline:30px}.bl_nav_main_links_policies li{font-size:13px;color:#888;list-style:none}.bl_nav_main_links_socials{display:none;flex-direction:row;gap:14px;padding-block:16px;padding-inline-start:30px}.bl_nav_main_links_socials li{list-style:none;height:34px;width:34px}.bl_nav_main_links_socials li svg{max-height:100%;max-width:100%}.cart-icon-wrapper{position:relative}.cart-count{position:absolute;top:8px;right:8px;transform:translate(50%,-50%);background-color:#ffba64;color:#fff;border-radius:50%;width:20px;height:20px;font-size:12px;font-weight:500;display:flex;align-items:baseline;justify-content:center}@media screen and (min-width: 768px) and (max-width: 929px){.bl_header_main_links{display:flex;gap:8px!important}.bl_header_main_links li{font-size:12px}.bl_header_main_cart{gap:0px!important}}@media screen and (min-width: 768px){.bl_header_main_menu{justify-content:space-between}.bl_header_hamb{display:none}.bl_header_sompo_ttl{padding-inline-start:40px}.bl_header_sompo_logo{padding-inline-end:40px}}@media screen and (min-width: 930px){.bl_header_sompo_ttl{flex-direction:row;gap:16px}.bl_header_sompo_ttl span{display:block;height:18px;width:1px;background:#ddd}.bl_header_info{justify-content:space-between;padding-inline:40px}.bl_header_info_announce p{font-size:14px}.bl_header_info_announce p:nth-child(2){font-size:22px}.bl_header_info_announce p span{font-size:16px;font-weight:700}.bl_header_info_links_wrapper{display:flex;flex-direction:row;align-items:center}.bl_header_info_links_company,.bl_header_info_links_shop{display:flex;flex-direction:row;gap:32px}.bl_header_info_links_company li,.bl_header_info_links_shop li{list-style:none;font-size:14px;display:flex;flex-direction:row;align-items:center;gap:4px}.bl_header_info_links_company{padding-inline-end:24px;border-right:1px solid #c2b2ab;margin-inline-end:24px}.bl_header_info_links_contact{margin-inline-start:32px;padding-inline:12px;padding-block:4px;color:#fff;background:#e95516;border-radius:16px;font-size:14px}.bl_header_main{height:104px;gap:20px;border-bottom:1px solid #dddddd;padding-inline:40px}.bl_header_main_links{display:flex}.bl_header_main_logo{gap:24px}.bl_header_main_logo_ndsg{height:50px}.bl_header_main_logo_alfa{height:28px}.bl_header_info_announce{align-items:baseline}}@media screen and (max-width: 1200px) and (min-width: 930px){.bl_header_info{flex-direction:column}.bl_header_info_links_company li,.bl_header_info_links_shop li{list-style:none;font-size:13px}.bl_header_info_links_company,.bl_header_info_links_shop{gap:10px}.bl_header_main{height:64px}.bl_header_main_logo_ndsg{height:28px}.bl_header_main_logo_alfa{height:18px}.bl_header_main_logo{gap:8px}}@media screen and (max-width: 1350px){.bl_header_info{padding-inline:20px}.bl_header_info_links_company,.bl_header_info_links_shop{gap:16px}.bl_header_info_links_company{padding-inline-end:16px;margin-inline-end:16px}.bl_header_info_links_contact{margin-inline-start:8px}.bl_header_main{padding-inline-start:10px;padding-inline-end:18px}.bl_header_main_links{gap:14px}.bl_header_main_cart{gap:8px}.bl_header_main_cart a p{display:none!important}.bl_header_main_cart svg{height:24px}}@media screen and (max-width: 1350px) and (min-width: 1200px){.bl_header_main{gap:16px}}@media screen and (max-width: 1440px) and (min-width: 1130px){.bl_header_main{height:80px}}@media screen and (min-width: 320px) and (max-width: 395px){.bl_header_main{padding-inline:5px;gap:0px}.bl_header_main_cart{gap:0}.bl_header_hamb{margin-inline-start:10px}.bl_nav_login .el_btn,.bl_nav_main_links li a{font-size:14px}}@media screen and (max-width: 360px){.bl_header_main_logo_alfa{height:14px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/header.css.map */
</pre></body></html>