*{box-sizing:border-box}*,*::before,*::after{box-sizing:border-box}*{border:none}img{display:block;max-width:100%;background-color:#dedede;color:#dedede}menu:not(article menu),ol:not(article ol),ul:not(article ul){list-style:none}menu,ol,ul{padding-left:0;margin:0}a{text-underline-position:under;text-decoration-thickness:8}html{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}:focus:not(:focus-visible){outline:none}label,button,select,summary,[type=radio],[type=submit],[type=checkbox]{cursor:pointer}input,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:initial;border:none;border-radius:0;color:inherit;font-size:inherit;outline:none;padding:0;margin:0}body{font-family:roboto,sans-serif,system-ui,Segoe UI,Noto Sans,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;line-height:1.2;margin:0;font-size:16px}h1,h2,h3,h4,h5,h6{margin:0 0 10px;font-weight:700}svg{display:block;height:1em;stroke:currentColor}body{background-color:#fafafa}.header{width:100%;height:140px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;position:relative}.header .logo{height:130px;flex:0 0 300px;text-align:center;align-items:center}.header .logo svg{margin:auto;height:100%;stroke:none}.subhead{padding:15px;margin:auto;text-align:center;margin-bottom:60px;white-space:nowrap;display:flex;flex-direction:row;gap:15px;align-items:center;justify-content:center;flex-wrap:wrap}.subhead>*{white-space:nowrap;display:flex;flex-direction:row;gap:5px;align-items:center;justify-content:center;flex-wrap:wrap}.subhead>*>a{color:#232222;-webkit-text-decoration:none;text-decoration:none;display:flex;flex-direction:row}.subhead>*>a.hlight{color:#357da7;transition:color .3s ease}.subhead>*>a:hover{color:#0f8fda}.subhead>*>a>svg{font-size:1.1em}.sec{width:1200px;max-width:100%;margin:30px auto;padding:0 15px;box-sizing:border-box}.sbox{border-radius:10px;box-sizing:border-box;padding:15px;box-shadow:inset 0 0 0 1px #dedede;background-color:#fff}.sec-row{display:flex;flex-direction:row;gap:15px;align-items:flex-start;align-items:stretch}.sec-col{display:flex;flex-direction:column;gap:30px;align-items:stretch}.sec-prods{display:flex;flex-direction:row;gap:30px}.sec-prods>.side{width:250px;flex:0 0 250px;display:flex;flex-direction:column;gap:30px;padding-top:55px}.sec-prods>.main{flex:1 1}.prod-wrap{position:relative}.prod-wrap::before{content:"";position:absolute;display:block;width:100%;left:0;top:50px;height:300px;width:300px;background-image:url(/img/leftexpand.svg);background-repeat:no-repeat;z-index:-1;opacity:.5}.prod-wrap::after{content:"";position:absolute;display:block;width:100%;right:0;bottom:50px;height:300px;width:300px;background-image:url(/img/rightexpand.svg);background-repeat:no-repeat;z-index:-1;opacity:.5}.prod-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-column-gap:15px;-moz-column-gap:15px;column-gap:15px;grid-row-gap:15px;row-gap:15px}.prod-list>.prod{display:flex;flex-direction:column;background-color:#fff;overflow:hidden;border:1px solid #dedede;transition:border .5s ease;box-sizing:border-box;border-radius:10px}.prod-list>.prod>.thumb{width:100%;background-color:#fff;aspect-ratio:1;overflow:hidden;position:relative}.prod-list>.prod>.thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:scale .5s ease}.prod-list>.prod>.thumb>.tags{position:absolute;top:10px;left:10px;display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;z-index:200}.prod-list>.prod>.thumb>.tags>.tag{border-radius:5px;padding:5px 10px;background-color:#fafafa;border:1px solid #dedede;text-transform:uppercase;font-weight:700;font-size:.85em;color:#565555;box-sizing:border-box}.prod-list>.prod>.data{display:flex;flex-direction:column;gap:5px;padding:15px 15px 20px}.prod-list>.prod>.data>.title{font-weight:700;color:#232222;-webkit-text-decoration:none;text-decoration:none;font-size:1.1em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical}.prod-list>.prod>.data>.desc{color:#565555;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical}.prod-list>.prod:hover{border-color:#65a1c4}.prod-list>.prod:hover>.thumb img{scale:1.1}.mark-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));flex-direction:row;overflow:visible;grid-gap:10px;gap:10px}.mark-list>.mark{overflow:hidden;position:relative;height:90px;box-sizing:border-box;border-radius:10px;display:flex;flex-direction:row;background:#fff;border:1px solid #dedede;transition:border .5s ease}.mark-list>.mark>.data{display:flex;flex-direction:column;padding:10px 10px 10px 5px;justify-content:center;width:100%;overflow:hidden;text-overflow:ellipsis}.mark-list>.mark>.data>.title{color:#232222;font-weight:600;font-size:1em;-webkit-text-decoration:none;text-decoration:none;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical}.mark-list>.mark>.data>.num{color:888888;font-size:.85em;flex:0 0;margin-top:2px}.mark-list>.mark>.thumb{padding:5px;box-sizing:border-box;flex:0 0 90px}.mark-list>.mark>.thumb>img{height:100%;width:80px;-o-object-fit:cover;object-fit:cover;transition:scale .5s ease;border-radius:10px}.mark-list>.mark:hover{border-color:#65a1c4}.mark-list>.mark:hover>img{scale:1.1}.mark-list>.mark:hover::after{background-position:100%}.multi-nav{display:flex;flex-direction:column;gap:15px;font-size:1.1em}.multi-nav .title{font-size:.95em;font-weight:700;text-transform:uppercase;-webkit-text-decoration:none;text-decoration:none;color:#565555;padding:5px 10px;box-sizing:border-box}.multi-nav>.grp{display:flex;flex-direction:column;gap:10px}.multi-nav>.grp .list{display:flex;flex-direction:column}.multi-nav>.grp .list>li>.list{padding-left:15px}.multi-nav>.grp .list>li{border:1px solid transparent;border-radius:5px;overflow:hidden;transition:border .3s ease,background-color .3s ease}.multi-nav>.grp .list>li.selected>.data,.multi-nav>.grp .list>li.selected>.data:hover,.multi-nav>.grp .list>li.selected>.data>a{background-color:#5aa7d5;color:#fff}.multi-nav>.grp .list>li>.data{border-radius:5px;display:flex;flex-direction:row;align-items:center;-moz-column-gap:5px;column-gap:5px;transition:background-color .3s ease;padding-right:3px}.multi-nav>.grp .list>li>.data a{-webkit-text-decoration:none;text-decoration:none;color:#565555;box-sizing:border-box;flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 5px 0 10px;height:30px;display:flex;align-items:center}.multi-nav>.grp .list>li>.data>.num{background-color:#efefef;border-radius:5px;width:25px;height:25px;text-align:center;line-height:25px;font-size:.85em;font-weight:600;color:#565555}.multi-nav>.grp .list>li>.data>.chv{background-color:#efefef;border-radius:5px;width:25px;height:25px;text-align:center;line-height:25px;font-size:.9em;font-weight:600;color:#565555;font-size:.95em;display:flex;align-items:center;justify-content:center;rotate:0;transition:color .3s ease,background-color .3s ease,rotate .3s ease}.multi-nav>.grp .list>li>.data>.chv:hover{background-color:#5aa7d5;color:#fafafa}.multi-nav>.grp .list>li>.data>.ent{width:25px;height:25px}.multi-nav>.grp .list>li>.data:hover{background-color:#c6dde6}.multi-nav>.grp .list>li>.list{display:none}.multi-nav>.grp .list>li:hover{background-color:rgba(34,34,34,.03137);border-color:#fae0d2}.multi-nav>.grp .list>li.expanded>.list{display:block}.multi-nav>.grp .list>li.expanded>.data>.chv{rotate:-90deg}.prod-header{display:flex;margin-bottom:15px;flex-direction:row;align-items:center;-moz-column-gap:15px;column-gap:15px;min-height:40px}.prod-header>.gap{flex:1 1}.prod-header>.order{padding:0 15px;background-color:#fff;border-radius:5px;border:1px solid #dedede;height:40px}.footer{color:#565555;padding:15px;text-align:center;font-size:.9em}.prodgal{display:flex;flex-direction:column;gap:15px;flex:0 0 min(400px,40%)}.prodgal>.thumb{width:100%;background-color:#fff;aspect-ratio:1;overflow:hidden;position:relative;border-radius:10px;border:1px solid #dedede;transition:border .3s ease}.prodgal>.thumb:hover{border-color:#65a1c4}.prodgal>.thumb>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.prodgal>.gallery{position:relative}.prodgal>.gallery>.images{display:flex;flex-direction:row;gap:15px;overflow:hidden}.prodgal>.gallery>.images>img{width:70px;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;border-radius:10px;border:1px solid #dedede;transition:border .3s ease}.prodgal>.gallery>.images>img.selected{border-color:#65a1c4}.prodgal>.gallery>.images>img:hover{cursor:pointer;border-color:#65a1c4}.prodgal>.gallery:hover>.after,.prodgal>.gallery:hover>.before{opacity:1;cursor:pointer;pointer-events:all}.prodgal>.gallery>.after,.prodgal>.gallery>.before{position:absolute;top:0;bottom:0;background-color:rgba(34,34,34,.33333);width:30px;height:100%;z-index:1;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease,background-color .3s ease;color:#fafafa}.prodgal>.gallery>.after:hover,.prodgal>.gallery>.before:hover{background-color:rgba(34,34,34,.66667)}.prodgal>.gallery>.after{right:0;border-radius:0 10px 10px 0}.prodgal>.gallery>.before{left:0;border-radius:10px 0 0 10px}.proddata{display:flex;flex-direction:column;gap:5px;flex:1 1;min-width:0}.proddata>.title{font-size:1.6em;font-weight:700;text-transform:uppercase;-webkit-text-decoration:none;text-decoration:none;color:#333;padding:15px 0 5px;box-sizing:border-box}.proddata>.desc{font-size:1.05em;-webkit-text-decoration:none;text-decoration:none;color:#333;box-sizing:border-box;font-family:roboto,sans-serif,system-ui,Segoe UI,Noto Sans,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;line-height:1.4;margin:0 0 0 5px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:break-spaces}.proddata>.line{width:100%;height:2px;background-color:rgba(34,34,34,.03137);margin:15px 0}.proddata>.label{font-weight:700;color:#565555;font-size:.9em;text-transform:uppercase;display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;margin-bottom:5px}.proddata>.label>.icon{display:flex;flex-direction:row;align-items:center;-moz-column-gap:5px;column-gap:5px}.proddata>.label>.icon>svg{height:13px}.proddata>.tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.proddata>.tags>.tag{font-size:.9em;font-weight:600;color:#565555;transition:background-color .3s ease}.proddata>.tags>.tag>a{border:1px solid #dedede;border-radius:5px;padding:5px 10px;-webkit-text-decoration:none;text-decoration:none;display:block;color:#565555;transition:background-color .3s ease}.proddata>.tags>.tag:hover{border-radius:5px;background-color:#c6dde6}.proddata>.cats{display:flex;flex-direction:column;flex-wrap:wrap;gap:5px;font-size:1.15em;font-weight:500;color:#565555}.proddata>.cats>.cat{display:flex;flex-direction:row;flex-wrap:wrap;font-size:.9em;transition:background-color .3s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.proddata>.cats>.cat>a{-webkit-text-decoration:none;text-decoration:none;color:#565555}.proddata>.cats>.cat>a+a::before{content:"•";padding:5px;font-weight:600;font-size:.8em}.proddata>.cats>.cat>a:hover{color:#5aa7d5}.proddata>.cats>.cat>a:hover::before{color:#565555}.proddetails{font-size:1.1em;line-height:1.4em;color:#565555;box-sizing:border-box}.proddetails ul{padding:0;margin:0;list-style:disc;padding-left:20px}.card{background-color:#fff;border-radius:10px;overflow:hidden}@media(max-width:800px){.sec{margin:30px 0}.sec-prods{flex-direction:column}.sec-prods>.side{flex:none;width:100%;padding-top:0}.sec-row{flex-direction:column}}