.product-sticky{position:-webkit-sticky;position:sticky;top:0;z-index:3}.product-sticky__back-top{position:absolute;bottom:-100vh;width:48px;height:28px;right:-69px;cursor:pointer}.product-sticky__nav{position:absolute;right:-81px;top:20px;width:56px;height:56px;border-radius:10px;z-index:2;cursor:pointer;display:flex;justify-content:center;align-items:center;background:var(--menu-hamburger);box-shadow:0 0 4px 0 hsla(0,0%,100%,.10196),0 2px 10px 0 rgba(0,0,0,.10196)}.product-sticky__nav img{width:20px;height:auto}.product-menu__mask{position:fixed;left:0;top:0;width:100%;height:100%;z-index:999;background:rgba(16,16,16,.8);-webkit-animation:maskFade .2s linear;animation:maskFade .2s linear}@-webkit-keyframes maskFade{0%{opacity:0}to{opacity:1}}@keyframes maskFade{0%{opacity:0}to{opacity:1}}.product-menu__drawer{position:fixed;right:0;top:0;width:400px;height:100%;overflow-x:hidden;overflow-y:auto;overflow:hidden auto;z-index:1000;background:var(--menu-background);background-size:100% auto;background-repeat:repeat-y;padding:70px 30px 30px;font-family:Noto Sans;-webkit-animation:drawerAnmi .2s linear;animation:drawerAnmi .2s linear}@-webkit-keyframes drawerAnmi{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes drawerAnmi{0%{transform:translateX(100%)}to{transform:translateX(0)}}.product-menu__close-btn{position:absolute;right:32px;top:32px;cursor:pointer;width:20px;height:20px}.product-menu__title{display:flex;align-items:center;height:60px;line-height:60px;color:var(--menu-link);border-bottom:.5px solid rgba(0,0,0,.2)}.product-menu__title img{width:28px;height:28px;margin-right:4px}.product-menu__title span{flex:1;font-size:18px;font-weight:400}.product-menu__list-item,.product-menu__title span{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.product-menu__list-item{position:relative;margin-top:20px;padding-left:20px;font-size:15px;line-height:30px;text-decoration:none;color:var(--menu-link);cursor:pointer}.product-menu__list-item:before{content:" ";width:0;height:0;display:block;border-color:transparent;border-style:solid;border-width:7px 0 7px 12px;position:absolute;top:9px;left:0}.product-menu__list-item.active,.product-menu__list-item:hover{color:var(--menu-link-hover);font-weight:700}.product-menu__list-item.active:before,.product-menu__list-item:hover:before{border-left-color:var(--menu-link-hover)}@media(max-width:968px){.product-sticky__back-top,.product-sticky__nav{right:20px}.product-menu__drawer{width:66.6%}}.product-tester{display:flex;flex-direction:column;justify-content:center;align-items:center;background-repeat:repeat-y;background-size:contain}.product-tester__wrapper{max-width:800px;width:100%}.product-introduction .anchor-span{display:block;height:0}.product-introduction__text{padding:120px 165px}@media(max-width:767.98px){.product-introduction__text{padding:70px 35px}}.product-introduction__text.image{background-size:100%}.product-introduction .pl-video{margin-bottom:-5px}.product-introduction__image{margin-top:-2px}.product-introduction__gif{width:100%}