section.categories .categories-items{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem}section.categories .categories-items .categories-item{display:flex;flex-direction:column;align-items:center;padding:1rem;text-decoration:none;border:.1rem solid #fe5000;border-radius:1rem}section.categories .categories-items .categories-item .name{margin-top:1rem;color:#212121;font-size:1.8rem;text-align:center}.sidebar-content,section.catalog{display:grid;grid-template-columns:26.8rem 4fr;grid-template-areas:'header header' 'sidebar content';grid-gap:2rem}.sidebar-content>header,section.catalog>header{grid-area:header}.sidebar-content>header h1 sup,section.catalog>header h1 sup{margin-left:1rem;color:#b8b8b8;font-size:1.4rem;line-height:1}.sidebar-content>header h1:last-child,section.catalog>header h1:last-child{margin-bottom:0}.sidebar-content>header .text,section.catalog>header .text{margin-bottom:2rem}.sidebar-content>header .text.shrinked,section.catalog>header .text.shrinked{position:relative;height:20rem;overflow:hidden}.sidebar-content>header .text.shrinked:after,section.catalog>header .text.shrinked:after{content:'';position:absolute;left:0;bottom:0;display:block;width:100%;height:8rem;background:linear-gradient(to top,#fff 0 20%,transparent)}.sidebar-content>header .text .btn-expand,section.catalog>header .text .btn-expand{position:absolute;left:0;bottom:0;display:flex;flex-direction:row;align-items:baseline;padding:0;margin:0;color:#fe5000;line-height:1;font-weight:600;background:0 0;border:none;z-index:1}.sidebar-content>header .text .btn-expand:after,section.catalog>header .text .btn-expand:after{content:'\f078';margin-left:.6rem;font-family:'Font Awesome 6 Pro';font-size:1.3rem}.sidebar-content>header .text .btn-expand:hover,section.catalog>header .text .btn-expand:hover{cursor:pointer}.sidebar-content>header nav,section.catalog>header nav{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;margin-bottom:1rem}.sidebar-content>header nav a,section.catalog>header nav a{padding:1rem 1.4rem;margin-bottom:1rem;color:#212121;line-height:1;white-space:nowrap;background-color:#f2f2f2;border-radius:.6rem}.sidebar-content>header nav a:not(:last-child),section.catalog>header nav a:not(:last-child){margin-right:1rem}.sidebar-content>header nav a:hover,section.catalog>header nav a:hover{color:#fff;text-decoration:none;background-color:#fe5000}.sidebar-content aside.products,section.catalog aside.products{grid-area:content}.sidebar-content aside.products .top,section.catalog aside.products .top{display:flex;flex-direction:row;align-items:center;gap:2rem;margin-bottom:2rem}.sidebar-content aside.products .top .sort,section.catalog aside.products .top .sort{display:flex;flex-direction:row;align-items:center;color:#b8b8b8;line-height:1}.sidebar-content aside.products .top .sort .select,section.catalog aside.products .top .sort .select{height:initial;margin-left:1rem;padding:initial;background:#fff;box-shadow:none}.sidebar-content aside.products .top .sort .select .title,section.catalog aside.products .top .sort .select .title{display:flex;flex-direction:row;align-items:center;padding:1rem 1.2rem 1rem 1rem;color:#212121;border:.1rem solid #b8b8b8;border-radius:1rem;transition:border-color .2s ease}.sidebar-content aside.products .top .sort .select .title:hover,section.catalog aside.products .top .sort .select .title:hover{border-color:#3f3f3f}.sidebar-content aside.products .top .sort .select .title:after,section.catalog aside.products .top .sort .select .title:after{content:'';display:block;width:.5rem;height:.5rem;margin-left:1.4rem;border-top:.2rem solid #fe5000;border-right:.2rem solid #fe5000;transform:translateY(.2rem) rotateZ(-45deg);transition:transform .2s ease}.sidebar-content aside.products .top .sort .select .body,section.catalog aside.products .top .sort .select .body{display:none;margin-top:1rem;padding:0;border:.1rem solid #b8b8b8;border-radius:1rem;overflow:hidden}.sidebar-content aside.products .top .sort .select .body .faze-option,section.catalog aside.products .top .sort .select .body .faze-option{padding:1rem;color:#212121;line-height:1.2;white-space:nowrap}.sidebar-content aside.products .top .sort .select .body .faze-option:hover,section.catalog aside.products .top .sort .select .body .faze-option:hover{background-color:rgba(254,80,0,.25)}.sidebar-content aside.products .top .sort .select.faze-active .title,section.catalog aside.products .top .sort .select.faze-active .title{border-color:#3f3f3f}.sidebar-content aside.products .top .sort .select.faze-active .title:after,section.catalog aside.products .top .sort .select.faze-active .title:after{transform:rotateZ(135deg)}.sidebar-content aside.products .top .sort .select.faze-active .body,section.catalog aside.products .top .sort .select.faze-active .body{display:block}.sidebar-content aside.products .top .btn-open-filter,section.catalog aside.products .top .btn-open-filter{display:none}.sidebar-content>aside,section.catalog>aside{grid-area:sidebar}.sidebar-content>aside .categories-filters,section.catalog>aside .categories-filters{padding:1.8rem 2rem 0;border-radius:1rem;box-shadow:0 0 1rem 0 rgba(0,0,0,.1)}.sidebar-content>aside .categories-filters header,section.catalog>aside .categories-filters header{display:none}.sidebar-content>aside .category,section.catalog>aside .category{margin-bottom:2rem}.sidebar-content>aside .category .title,section.catalog>aside .category .title{margin-bottom:1.6rem;color:#212121;font-size:2rem;font-weight:700;line-height:1.2}.sidebar-content>aside .category nav,section.catalog>aside .category nav{display:flex;flex-direction:column}.sidebar-content>aside .category nav a,section.catalog>aside .category nav a{color:#212121;line-height:1.2}.sidebar-content>aside .category nav a.active,.sidebar-content>aside .category nav a:hover,section.catalog>aside .category nav a.active,section.catalog>aside .category nav a:hover{color:#fe5000}.sidebar-content>aside .category nav a.active,section.catalog>aside .category nav a.active{position:relative;font-weight:700}.sidebar-content>aside .category nav a.active::before,section.catalog>aside .category nav a.active::before{content:'';position:absolute;top:0;left:-2rem;display:block;width:.3rem;height:100%;background-color:#fe5000}.sidebar-content>aside .category nav a:not(:last-child),section.catalog>aside .category nav a:not(:last-child){margin-bottom:1rem}.sidebar-content>aside .category nav a:hover,section.catalog>aside .category nav a:hover{text-decoration:none}.sidebar-content>aside .videoconsult,section.catalog>aside .videoconsult{margin-top:2rem;width:100%;height:auto}.sidebar-content>aside .callback,section.catalog>aside .callback{margin-top:3rem;padding:2rem;background:url('/i/img/ver4/callback/background.png') center bottom no-repeat #f8f8f8;border-radius:1rem}.sidebar-content>aside .callback .title,section.catalog>aside .callback .title{margin-bottom:2rem;font-size:2.4rem;font-weight:700;line-height:1}.sidebar-content>aside .callback .caption,section.catalog>aside .callback .caption{margin-bottom:2rem;color:#b8b8b8;line-height:1.2}.sidebar-content>aside .callback .manager,section.catalog>aside .callback .manager{position:relative;display:flex;align-items:flex-end;justify-content:flex-end}.sidebar-content>aside .callback .manager .info,section.catalog>aside .callback .manager .info{position:absolute;top:0;left:0;color:#b8b8b8;font-size:1.4rem;line-height:1.2}.sidebar-content>aside .callback form,section.catalog>aside .callback form{display:flex;flex-direction:column}.sidebar-content>aside .callback form input,section.catalog>aside .callback form input{max-width:100%}.sidebar-content>aside .callback form button,section.catalog>aside .callback form button{margin-top:1rem}.sidebar-content>aside .callback form .checkbox,section.catalog>aside .callback form .checkbox{margin-top:1rem}.sidebar-content>aside .callback form .checkbox label,section.catalog>aside .callback form .checkbox label{color:#fff;font-size:1.2rem}.sidebar-content>aside .callback form .checkbox label a,section.catalog>aside .callback form .checkbox label a{color:#fff}.sidebar-content>aside .callback form .checkbox label:before,section.catalog>aside .callback form .checkbox label:before{border:none}.sidebar-content>aside .callback form .success,section.catalog>aside .callback form .success{display:flex;flex-direction:row;align-items:center;justify-content:center;height:13.4rem;color:#fff;font-size:1.7rem;font-weight:700;text-align:center}.sidebar-content>aside .videoconsult,section.catalog>aside .videoconsult{display:flex;margin-top:3rem}.sidebar-content>aside .videoconsult img,section.catalog>aside .videoconsult img{display:flex;width:100%;height:auto}.sidebar-content[data-id='41984'],section.catalog[data-id='41984']{display:none}section.sidebar-content{grid-gap:3rem}section.sidebar-content>aside .category nav a{color:#212121}section.sidebar-content>aside .category nav a.active,section.sidebar-content>aside .category nav a:hover{color:#fe5000}section.sidebar-content>aside .category nav a.active{position:relative}section.sidebar-content>aside .category nav a.active::before{content:'';position:absolute;top:0;left:-2rem;display:block;width:.3rem;height:100%;background-color:#fe5000}section.sidebar-content>aside .category nav a:hover{text-decoration:none}.hashtags{display:flex;flex-wrap:wrap;margin-top:3rem}.hashtags .hashtag{padding:.7rem;margin-right:1rem;color:#777;font-size:1.6rem;text-transform:lowercase;text-decoration:none;background-color:#f8f8f8;border-radius:.5rem}.hashtags .hashtag.active{background-color:#fe5000;color:#fff}.blogs-section .header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:1.6rem}.blogs-section .header h2{margin-bottom:0}.blogs-section:not(:last-child){margin-bottom:4rem}.blogs-items{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;min-width:0;min-height:0}.blogs-items .blogs-item{position:relative;display:flex;align-items:flex-start;flex-direction:column;padding:2rem;background-color:#fff;border:.1rem solid #f2f2f2;border-radius:1rem;transition:box-shadow .2s ease}.blogs-items .blogs-item .buttons{position:absolute;top:2rem;right:2rem;display:flex;gap:1rem}.blogs-items .blogs-item .buttons>:after{font-family:'Font Awesome 6 Pro'}.blogs-items .blogs-item .buttons .btn-favorite{width:initial;font-size:1.2rem;font-weight:700}.blogs-items .blogs-item .buttons .btn-favorite:after{margin-left:.4rem;content:'\f004';font-size:1.6rem;font-weight:400}.blogs-items .blogs-item .buttons .btn-favorite:empty:after{margin-left:0}.blogs-items .blogs-item .buttons .btn-favorite[data-favorite-id]:after{font-weight:600}.blogs-items .blogs-item .buttons .btn-buy:after{content:'\f07a'}.blogs-items .blogs-item .buttons .btn-buy[data-cart-id]:after{font-weight:600}.blogs-items .blogs-item .buttons a,.blogs-items .blogs-item .buttons button{display:flex;justify-content:center;align-items:center;width:3.2rem;height:3.2rem;min-width:3.2rem;min-height:3.2rem;background-color:#fff;color:#fe5000;border:none;border-radius:1rem;cursor:pointer}.blogs-items .blogs-item .actions{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;margin-top:auto}.blogs-items .blogs-item a.image{display:flex;align-items:center;justify-content:center;width:calc(100% + 4rem);margin:-2rem -2rem 0 -2rem}.blogs-items .blogs-item a.image img{border-radius:1rem 1rem 0 0}.blogs-items .blogs-item a.image.image-mini{width:inherit;margin:0 auto}.blogs-items .blogs-item a.image.image-mini img{border-radius:0}.blogs-items .blogs-item a:first-child{display:block}.blogs-items .blogs-item img{display:flex;max-width:initial;width:100%;margin:0 auto;object-fit:cover}.blogs-items .blogs-item .title{display:block;margin-top:1.5rem;font-size:1.7rem;text-decoration:none;line-height:1.2}.blogs-items .blogs-item .date{margin-top:1.5rem;margin-bottom:1.5rem;color:#b8b8b8;font-size:1.4rem;line-height:1}.blogs-items .blogs-item .date [data-cart-id]{color:#fe5000}.blogs-items .blogs-item .text{margin-bottom:1.5rem;line-height:1.2}.blogs-items .blogs-item .btn-download{padding:1.1rem 2.1rem}.blogs-items .blogs-item .btn-download:before{content:'\f019';margin-right:.8rem;color:#fff;font-family:'Font Awesome 6 Pro';line-height:1}.blogs-items .blogs-item .btn-more{margin-top:auto;padding:1rem 2rem;color:#fe5000;background-color:#fff;border:.1rem solid #fe5000;box-shadow:none}.blogs-items .blogs-item .btn-more:hover{color:#fff;background-color:#fe5000}.blogs-items .blogs-item:hover{box-shadow:0 0 1rem 0 rgba(0,0,0,.1)}.blogs-items .pagination{grid-column:span 3}.blogs-page .date{color:#b8b8b8;text-transform:capitalize;line-height:1}.blogs-page article{display:grid;grid-template-columns:1fr 32rem;grid-gap:3rem}.blogs-page article header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:2rem 0 3rem}.blogs-page article header aside{display:flex;flex-direction:row;align-items:center;white-space:nowrap}.blogs-page article header aside .read,.blogs-page article header aside .views{color:#b8b8b8;line-height:1}.blogs-page article header aside .read:before,.blogs-page article header aside .views:before{margin-right:.4rem;font-family:'Font Awesome 6 Pro'}.blogs-page article header aside .read:before{content:'\f017'}.blogs-page article header aside .views:before{content:'\f06e'}.blogs-page article header aside .btn-buy,.blogs-page article header aside .btn-favorite{padding:1rem;background-color:#fe5000;transition:box-shadow .2s}.blogs-page article header aside .btn-buy:before,.blogs-page article header aside .btn-favorite:before{content:'\f07a';color:#fff;font-family:'Font Awesome 6 Pro';font-weight:500}.blogs-page article header aside .btn-buy[data-cart-id]:before,.blogs-page article header aside .btn-favorite[data-cart-id]:before{font-weight:600}.blogs-page article header aside .btn-buy:hover,.blogs-page article header aside .btn-favorite:hover{box-shadow:0 0 1.4rem 0 rgba(254,80,0,.4)}.blogs-page article header aside:first-child{flex-wrap:wrap}.blogs-page article header aside>:not(:first-child){margin-left:2rem}.blogs-page article header aside .btn-favorite{margin-left:1rem;color:#fff}.blogs-page article header aside .btn-favorite[data-favorite-id]:before{font-weight:600}.blogs-page article header aside .btn-favorite:before{content:'\f004'}.blogs-page article header aside .btn-favorite:not(:empty):before{margin-right:.6rem}.blogs-page article .title{margin-bottom:1rem;font-size:2rem}.blogs-page article .blogs-items{grid-template-columns:1fr}.blogs-page article .blogs-items .blogs-item .date{padding:0;background:0 0}.blogs-page article .contents{margin:3rem 0;padding:2.4rem 3rem;background-color:#fffbe7;border-radius:1.6rem}.blogs-page article .contents .title{margin-bottom:2rem;line-height:1}.blogs-page article .contents .anchors{display:flex;flex-direction:column}.blogs-page article .contents .anchors .anchor{color:#212121}.blogs-page article .contents .anchors .anchor:not(:last-child){margin-bottom:1rem}.blogs-page article .author{display:flex;flex-direction:row;align-items:center}.blogs-page article .author img{width:6rem;height:6rem;border:.1rem solid #fe5000;border-radius:50%}.blogs-page article .author .info{margin-left:1.4rem}.blogs-page article .author .info .caption{margin-bottom:.4rem;color:#b8b8b8;font-size:1.4rem;line-height:1}.blogs-page article .author .info .name{color:#212121;font-size:1.6rem;line-height:1}.blogs-page article .author .info .name .position{color:#b8b8b8;font-size:1.4rem}.blogs-page .text img{max-width:100%;height:auto}.blogs-page .popular{padding:2rem;background-color:#f8f8f8;border-radius:1rem}.blogs-page .popular>.title{display:flex;flex-direction:row;align-items:center;margin-bottom:2rem;font-weight:700;line-height:1.4}.blogs-page .popular>.title:before{content:'';display:block;width:2.1rem;height:2.4rem;margin-right:1rem;background:url('/i/img/ver4/common/title_fire.png') center center no-repeat}.blogs-page .popular .blogs-items .blogs-item{box-shadow:0 0 1rem 0 rgba(0,0,0,.1)}.blogs-page .popular .blogs-items .blogs-item .title{color:#212121}