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}.products-items{display:grid;grid-template-columns:repeat(4,1fr)}.products-items,.products-items>*{min-width:0;min-height:0}.products-items .products-item{position:relative;display:flex;flex-direction:column;width:28rem;padding:2rem;border-radius:1rem;transition:box-shadow .3s ease!important}.products-items .products-item .sample .request{display:none}.products-items .products-item .btn-quick-view{position:absolute;left:0;top:18rem;display:none;flex-direction:row;align-items:center;justify-content:center;width:100%;padding:1.2rem 1.4rem;white-space:nowrap;line-height:1;background-color:rgba(255,255,255,.9);box-shadow:0 -.8rem 1rem -.4rem rgba(0,0,0,.15)}.products-items .products-item .btn-quick-view:before{content:'\f06e';margin-right:.8rem;font-family:'Font Awesome 6 Pro'}.products-items .products-item .btn-quick-view:hover{cursor:pointer}.products-items .products-item .badges{position:absolute;top:2rem;left:2rem;z-index:1}.products-items .products-item .badges .badge{display:flex;flex-direction:row;align-items:center;width:2.8rem;padding:.4rem .6rem;color:#fff;font-size:1.4rem;line-height:1;white-space:nowrap;background-color:#fe5000;border-radius:0 .6rem .6rem 0;transition:width .2s;overflow:hidden}.products-items .products-item .badges .badge:before{display:flex;flex-direction:row;align-items:center;justify-content:center;width:1.4rem;min-width:1.4rem;margin-right:.8rem;font-family:'Font Awesome 6 Pro';font-size:1.2rem}.products-items .products-item .badges .badge.badge-delivery:before{content:'\f0d1'}.products-items .products-item .badges .badge.badge-bestseller:before{content:'\f005'}.products-items .products-item .badges .badge.badge-exclusive:before{content:'\f521'}.products-items .products-item .badges .badge.badge-new:before{content:'\f890'}.products-items .products-item .badges .badge.badge-sale:before{content:'\24'}.products-items .products-item .badges .badge.badge-profitable:before{content:'\e1f3'}.products-items .products-item .badges .badge.badge-order:before{content:'\f4de'}.products-items .products-item .badges .badge.badge-warehouse{color:#fff;background-color:#000}.products-items .products-item .badges .badge.badge-warehouse:before{content:'\e009'}.products-items .products-item .badges .badge.badge-label{width:6.6rem;height:3rem;background:url('/i/img/ver4/product/znak.png') center center no-repeat}.products-items .products-item .badges .badge:not(:last-child){margin-bottom:.4rem}.products-items .products-item .image{display:flex;align-items:center;justify-content:center;width:100%;max-width:20rem;margin:0 auto}.products-items .products-item .image img{width:100%;max-width:20rem;height:auto}.products-items .products-item .rating-compare{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:3rem;margin:.8rem 0 .4rem}.products-items .products-item .rating-compare .btn-compare{display:none;flex-direction:row;align-items:center;justify-content:center;width:3rem;min-width:3rem;height:3rem;min-height:3rem;margin-left:.4rem;background:#fff;border-radius:1rem;border:.1rem solid #fe5000;transition:background .2s ease,transform .1s ease}.products-items .products-item .rating-compare .btn-compare:after{content:'\f0ae';color:#fe5000;font-family:'Font Awesome 6 Pro';font-size:1.6rem;line-height:1}.products-items .products-item .rating-compare .btn-compare:hover,.products-items .products-item .rating-compare .btn-compare[data-compare-id]{cursor:pointer;background:#fe5000}.products-items .products-item .rating-compare .btn-compare:hover:after,.products-items .products-item .rating-compare .btn-compare[data-compare-id]:after{color:#fff}.products-items .products-item .rating{display:flex;flex-direction:row;align-items:center}.products-items .products-item .rating .total{margin-left:1rem;color:#b8b8b8;font-size:1.4rem;line-height:1}.products-items .products-item .rating:hover{text-decoration:none}.products-items .products-item .name{height:4.4rem;margin-bottom:1rem;color:#212121;font-size:1.8rem;line-height:1.2;overflow:hidden}.products-items .products-item .param{font-size:1.6rem;font-weight:300;line-height:1}.products-items .products-item .param.article{color:#b8b8b8;font-size:1.4rem;line-height:2rem}.products-items .products-item .param.article .value{color:#3f3f3f}.products-items .products-item .param.param-remote{width:fit-content;margin-right:0;font-size:1.3rem;font-weight:300;border-bottom:.1rem solid #b8b8b8}.products-items .products-item .param:not(:last-child){margin-bottom:1rem}.products-items .products-item .colors{position:absolute;top:2rem;right:2rem;display:grid;grid-template-rows:repeat(6,1fr);grid-auto-flow:column;width:3.2rem;margin-top:.3rem;margin-right:.4rem}.products-items .products-item .colors .color{position:relative;display:block;width:3.2rem;height:3.2rem;background-size:80%!important}.products-items .products-item .colors .color:hover{cursor:pointer}.products-items .products-item .colors .color:nth-child(n+4){display:none}.products-items .products-item .colors:empty{display:none}.products-items .products-item .colors:hover{width:unset;min-width:unset}.products-items .products-item .colors:hover .color:nth-child(n+4){display:block}.products-items .products-item .order{display:flex;flex-direction:row;align-items:center;margin-top:1rem}.products-items .products-item .order .price{color:#fe5000;font-size:2.2rem;font-weight:700;line-height:3.6rem;white-space:nowrap}.products-items .products-item .order input{display:none;width:5.2rem;height:3.6rem;margin-left:auto;color:#3f3f3f;font-size:1.6rem;line-height:3.6rem;text-align:center;border:.1rem solid #eee;border-radius:1rem}.products-items .products-item .order input[type=number]{appearance:textfield}.products-items .products-item .order input::-webkit-inner-spin-button,.products-items .products-item .order input::-webkit-outer-spin-button{appearance:none}.products-items .products-item .order button{display:none;flex-direction:row;align-items:center;justify-content:center;width:3.6rem;min-width:3.6rem;height:3.6rem;min-height:3.6rem;margin-left:.4rem;color:#fff;background:#fe5000;border-radius:1rem;border:none;transition:background .2s ease,transform .1s ease}.products-items .products-item .order button.btn-favorite{width:initial;font-size:1.2rem;font-weight:700}.products-items .products-item .order button.btn-favorite:after{margin-left:.4rem;content:'\f004';font-family:'Font Awesome 6 Pro';color:#fff;font-size:1.8rem;font-weight:400;line-height:1}.products-items .products-item .order button.btn-favorite:empty:after{margin-left:0}.products-items .products-item .order button.btn-favorite[data-favorite-id]:after{font-weight:900}.products-items .products-item .order button:hover{cursor:pointer;background:#cb4000}.products-items .products-item .order button:active{transform:scale(.85)}.products-items .products-item[data-ondemand=YES] .param[data-postfix='шт.'][data-value='0']{font-size:0}.products-items .products-item[data-ondemand=YES] .param[data-postfix='шт.'][data-value='0']:after{content:attr(data-prefix) ' по запросу';font-size:1.6rem;line-height:1}.products-items .products-item:hover{box-shadow:0 0 2rem 0 rgba(0,0,0,.2)}.products-items .products-item:hover .btn-quick-view{display:flex}.products-items .products-item:hover .badges .badge{width:100%}.products-items .products-item:hover .badges .badge.badge-label{width:6.6rem}.products-items .products-item:hover .rating-compare .btn-compare{display:flex}.products-items .products-item:hover .order button,.products-items .products-item:hover .order input{display:flex}.products-items .products-item[data-type=admos] .sample .request{display:inline}.products-items .products-item[data-type=user] .badge.badge-warehouse{display:none}.products-items .pagination{grid-column:span 4}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}.portfolio{margin-top:4rem}.portfolio .filter{margin-bottom:6rem}.portfolio .filter .tags{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.portfolio .filter .tags .tag{display:flex;align-items:center;justify-content:center;padding:.9rem 1.7rem;color:#212121;text-decoration:none;background-color:#f8f8f8;border-radius:.8rem}.portfolio .filter .tags .tag.active{color:#fff;background-color:#fe5000}.portfolio .filter .search{display:flex;margin-bottom:4rem}.portfolio .filter .search .input{width:100%;max-width:none;box-shadow:none;border:.1rem solid #fe5000;border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.portfolio .filter .search .btn{font-weight:500;border-top-left-radius:0;border-bottom-left-radius:0}.portfolio-items{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3rem}.portfolio-items .portfolio-item{position:relative;display:flex;flex-direction:column;align-items:flex-start;padding:2rem;box-shadow:0 .2rem 1.4rem 0 rgba(33,33,33,.1);border-radius:1rem}.portfolio-items .portfolio-item .image{display:block;width:calc(100% + 4rem);margin:-2rem -2rem 2rem}.portfolio-items .portfolio-item .image img{display:flex;width:100%;border-radius:1rem 1rem 0 0;object-fit:cover}.portfolio-items .portfolio-item .name{display:block;margin-bottom:2rem;color:#212121;font-size:2.4rem;line-height:1.2}.portfolio-items .portfolio-item .btn-more{margin-top:auto}.portfolio-items .portfolio-item:hover{box-shadow:0 0 1rem 0 rgba(0,0,0,.2)}.portfolio-items .portfolio-item:hover .name{text-decoration:none}.portfolio-items .pagination{grid-column:span 3}.portfolio-item .btn-more,.portfolio-photos .btn-more{margin-top:auto;font-weight:400;border:.1rem solid #fe5000;color:#fe5000}.portfolio-item .btn-more:hover,.portfolio-photos .btn-more:hover{color:#fff;background-color:#fe5000}.portfolio-item .btn-question,.portfolio-photos .btn-question{position:absolute;top:2rem;left:2rem;display:flex;align-items:center;gap:.5rem;height:3.2rem;padding:0 1rem;background-color:#fe5000;color:#fff;border:none;border-radius:1rem;cursor:pointer;z-index:1}.portfolio-item .btn-question:after,.portfolio-photos .btn-question:after{content:'\f086';font-family:'Font Awesome 6 Pro'}.portfolio-item .actions,.portfolio-item .buttons,.portfolio-photos .actions,.portfolio-photos .buttons{position:absolute;top:2rem;right:2rem;display:flex;gap:1rem}.portfolio-item .actions>*,.portfolio-item .buttons>*,.portfolio-photos .actions>*,.portfolio-photos .buttons>*{box-shadow:0 0 .4rem 0 rgba(0,0,0,.2)}.portfolio-item .actions>:after,.portfolio-item .buttons>:after,.portfolio-photos .actions>:after,.portfolio-photos .buttons>:after{font-family:'Font Awesome 6 Pro'}.portfolio-item .actions .btn-favorite,.portfolio-item .buttons .btn-favorite,.portfolio-photos .actions .btn-favorite,.portfolio-photos .buttons .btn-favorite{width:initial;font-size:1.2rem;font-weight:700}.portfolio-item .actions .btn-favorite:after,.portfolio-item .buttons .btn-favorite:after,.portfolio-photos .actions .btn-favorite:after,.portfolio-photos .buttons .btn-favorite:after{margin-left:.4rem;content:'\f004';font-size:1.6rem;font-weight:400}.portfolio-item .actions .btn-favorite:empty:after,.portfolio-item .buttons .btn-favorite:empty:after,.portfolio-photos .actions .btn-favorite:empty:after,.portfolio-photos .buttons .btn-favorite:empty:after{margin-left:0}.portfolio-item .actions .btn-favorite[data-favorite-id]:after,.portfolio-item .buttons .btn-favorite[data-favorite-id]:after,.portfolio-photos .actions .btn-favorite[data-favorite-id]:after,.portfolio-photos .buttons .btn-favorite[data-favorite-id]:after{font-weight:600}.portfolio-item .actions .btn-buy:after,.portfolio-item .buttons .btn-buy:after,.portfolio-photos .actions .btn-buy:after,.portfolio-photos .buttons .btn-buy:after{content:'\f07a'}.portfolio-item .actions .btn-buy[data-cart-id]:after,.portfolio-item .buttons .btn-buy[data-cart-id]:after,.portfolio-photos .actions .btn-buy[data-cart-id]:after,.portfolio-photos .buttons .btn-buy[data-cart-id]:after{font-weight:600}.portfolio-item .actions .btn-delete:after,.portfolio-item .buttons .btn-delete:after,.portfolio-photos .actions .btn-delete:after,.portfolio-photos .buttons .btn-delete:after{content:'\f2ed'}.portfolio-item .actions a,.portfolio-item .actions button,.portfolio-item .buttons a,.portfolio-item .buttons button,.portfolio-photos .actions a,.portfolio-photos .actions button,.portfolio-photos .buttons a,.portfolio-photos .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}.portfolio-page header{display:flex;flex-direction:row;align-items:baseline;justify-content:space-between;max-width:100rem;width:100%;margin-bottom:2rem}.portfolio-page header h1{margin-bottom:0}.portfolio-page .top-block{display:flex;gap:3rem}.portfolio-page .top-block .additional-photos{display:flex;flex-direction:column}.portfolio-page .top-block .additional-photos img{object-fit:cover;border-radius:1rem}.portfolio-page .top-block .additional-photos img:not(:last-child){margin-bottom:2rem}.portfolio-page .top-block .team{min-width:37rem;padding:2rem;box-shadow:0 .2rem 1rem 0 rgba(33,33,33,.1);border-radius:1rem}.portfolio-page .top-block .team .title{display:flex;align-items:center;padding-bottom:2rem;margin-bottom:2rem;font-size:2rem;border-bottom:.1rem solid #eee}.portfolio-page .top-block .team .title:before{content:'\f500';margin-right:1rem;color:#fe5000;font-family:'Font Awesome 6 Pro';font-size:2.4rem;font-weight:0;line-height:1}.portfolio-page .top-block .team .team-items{scrollbar-width:thin;scrollbar-color:dark;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;max-height:39rem;overflow-y:scroll}.portfolio-page .top-block .team .team-items::-webkit-scrollbar{width:.2rem}.portfolio-page .top-block .team .team-items::-webkit-scrollbar-track{background-color:#f8f8f8}.portfolio-page .top-block .team .team-items::-webkit-scrollbar-thumb{background-color:#fe5000}.portfolio-page .top-block .team .team-items .team-item{font-size:1.8rem}.portfolio-page .top-block .team .team-items .team-item .post{font-size:1.4rem;font-weight:400;color:#b8b8b8}.portfolio-page .portfolio-photos{position:relative;max-width:100rem}.portfolio-page .portfolio-photos .btn-answer{position:absolute;top:2rem;left:2rem;display:flex;align-items:center;gap:.5rem;height:3.2rem;padding:0 1rem;color:#fff;background-color:#fe5000;border:none;border-radius:1rem;cursor:pointer;z-index:1}.portfolio-page .portfolio-photos .actions,.portfolio-page .portfolio-photos .buttons{position:absolute;top:2rem;right:2rem;display:flex;gap:1rem;z-index:1}.portfolio-page .portfolio-photos .actions .pdf,.portfolio-page .portfolio-photos .actions button,.portfolio-page .portfolio-photos .buttons .pdf,.portfolio-page .portfolio-photos .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}.portfolio-page .portfolio-photos .actions .btn-favorite,.portfolio-page .portfolio-photos .buttons .btn-favorite{width:initial}.portfolio-page .portfolio-photos .carousel-portfolio{border-radius:1rem}.portfolio-page .portfolio-photos .carousel-portfolio:not(.faze-carousel) img:not(:first-of-type){display:none}.portfolio-page .portfolio-photos .carousel-portfolio img{box-shadow:0 .2rem 1.4rem 0 rgba(33,33,33,.1);border-radius:1rem;object-fit:cover}.portfolio-page .portfolio-photos .carousel-portfolio.faze-carousel .faze-carousel-controls .faze-carousel-arrows .faze-carousel-arrow{top:50%;transform:translateY(-50%);display:flex;justify-content:center;align-items:center;height:3.6rem;width:3.6rem;background-color:#fff;box-shadow:0 .2rem 1.4rem 0 rgba(33,33,33,.1);border-radius:50%}.portfolio-page .portfolio-photos .carousel-portfolio.faze-carousel .faze-carousel-controls .faze-carousel-arrows .faze-carousel-arrow:after{position:static;width:auto;height:auto;font-family:'Font Awesome 6 Pro';font-size:1.4rem;line-height:1;color:#fe5000;border:none;transform:translate(0) rotate(0)}.portfolio-page .portfolio-photos .carousel-portfolio.faze-carousel .faze-carousel-controls .faze-carousel-arrows .faze-carousel-arrow-prev{left:2rem}.portfolio-page .portfolio-photos .carousel-portfolio.faze-carousel .faze-carousel-controls .faze-carousel-arrows .faze-carousel-arrow-prev:after{content:'\f053'}.portfolio-page .portfolio-photos .carousel-portfolio.faze-carousel .faze-carousel-controls .faze-carousel-arrows .faze-carousel-arrow-next{right:2rem}.portfolio-page .portfolio-photos .carousel-portfolio.faze-carousel .faze-carousel-controls .faze-carousel-arrows .faze-carousel-arrow-next:after{content:'\f054'}.portfolio-page .description{display:flex;flex-direction:column;gap:5rem;margin:6rem 0}.portfolio-page .description .param .title{display:flex;align-items:center;margin-bottom:3rem;font-size:2.4rem}.portfolio-page .description .param .title:before{margin-right:1.5rem;width:3.2rem;font-size:3.2rem;color:#fe5000;font-family:'Font Awesome 6 Pro'}.portfolio-page .description .param.solution .title::before{content:'\f058'}.portfolio-page .description .param.task .title::before{content:'\e489';font-size:3.6rem}.portfolio-page .description .param.client .title::before{content:'\f058'}.portfolio-page .description .param .value{font-size:1.8rem;color:#3f3f3f}.portfolio-page .quote{display:grid;grid-template-columns:12rem 1fr;grid-template-rows:8rem 1fr;gap:0 3rem;padding:3rem;margin-bottom:6rem;border:.1rem solid #fe5000;border-radius:1rem}.portfolio-page .quote .image-container{position:relative;top:-6rem;display:flex;align-items:center;justify-content:center;width:12rem;height:12rem;background-color:#fff;box-shadow:0 .2rem 1.4rem 0 rgba(33,33,33,.1);border-radius:1rem}.portfolio-page .quote .info .name{font-size:1.8rem}.portfolio-page .quote .info .post{color:#b8b8b8;font-size:1.4rem}.portfolio-page .quote .text{grid-column:2/-1;font-size:1.8rem;font-weight:400;font-style:italic}.portfolio-page .tags{display:flex;gap:1rem;flex-wrap:wrap}.portfolio-page .tags .tag{padding:1rem 1.5rem;background-color:#f8f8f8;border-radius:.8rem;color:#3f3f3f}.filter{display:flex;flex-direction:column}.filter .filter-item{border-top:.1rem solid #f2f2f2}.filter .filter-item .title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:2rem 0;color:#212121;font-size:1.6rem;font-weight:700;line-height:1}.filter .filter-item .title:after{content:'';display:block;width:.5rem;height:.5rem;border-top:.2rem solid #fe5000;border-right:.2rem solid #fe5000;transform:rotateZ(-45deg);transition:transform .2s ease}.filter .filter-item .body{padding-bottom:2rem}.filter .filter-item .body .checkboxes{scrollbar-width:thin;scrollbar-color:dark;overflow-x:hidden;overflow-y:auto;max-height:20rem}.filter .filter-item .body .checkboxes::-webkit-scrollbar{width:.2rem}.filter .filter-item .body .checkboxes::-webkit-scrollbar-track{background-color:#f8f8f8}.filter .filter-item .body .checkboxes::-webkit-scrollbar-thumb{background-color:#fe5000}.filter .filter-item .body .checkboxes .checkbox{position:relative}.filter .filter-item .body input{width:100%;height:4rem;padding:0 1rem;border:.1rem solid #b8b8b8;border-radius:.4rem}.filter .filter-item .body input+.checkboxes{margin-top:1rem}.filter .filter-item .body .faze-finder-input-holder+.checkboxes{margin-top:1rem}.filter .filter-item .body .inputs{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-top:2rem}.filter .filter-item .body .inputs input{max-width:40%;text-align:center}.filter .filter-item .body .inputs .delimiter{width:1rem;height:.1rem;background-color:#b8b8b8}.filter .filter-item.filter-item-sizes .body .sizes-items{display:flex;flex-direction:column;gap:1rem}.filter .filter-item.filter-item-sizes .body .sizes-items .sizes-item{display:flex;flex-direction:row;align-items:center;gap:1rem}.filter .filter-item.filter-item-sizes .body .sizes-items .sizes-item .caption{display:flex;flex-direction:row;align-items:center;justify-content:center;width:5rem;min-width:5rem;height:4rem;min-height:4rem;border:.1rem solid #f8f8f8;border-radius:.3rem;background-color:#f8f8f8;transition:border-color .2s ease,background-color .2s ease}.filter .filter-item.filter-item-sizes .body .sizes-items .sizes-item .caption.active{border-color:#fe5000;background-color:#fff}.filter .filter-item.filter-item-sizes .body .sizes-items .sizes-item input{box-shadow:none}.filter .filter-item.faze-active .title:after{transform:rotateZ(135deg)}.filter .btn-search{margin-top:2rem}.filter .btn-clear{margin-top:1rem}.filter .buttons{position:sticky;bottom:0;display:flex;flex-direction:column;margin:0 -2rem;padding:0 2rem 2rem;background-color:#fff;border-top:.1rem solid #eee;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.favorites .tabs{display:flex;flex-wrap:wrap;margin-bottom:5rem}.favorites .tabs .tab{padding:.8rem 1.6rem;border-radius:.8rem;background-color:#f8f8f8;user-select:none}.favorites .tabs .tab:not(:last-child){margin-right:2rem}.favorites .tabs .tab:hover{cursor:pointer;background-color:#dfdfdf}.favorites .tabs .tab.faze-active{color:#fff;background-color:#fe5000}.favorites .select-remove{display:flex;flex-direction:row;align-items:center;margin-left:auto}.favorites .select-remove .select{position:relative;width:initial;height:initial;margin-right:3rem;padding:initial;background:#fff;box-shadow:none}.favorites .select-remove .select.disabled:after{content:'';position:absolute;top:0;right:0;display:block;width:100%;height:100%;background-color:rgba(255,255,255,.5)}.favorites .select-remove .select.disabled:hover{cursor:default}.favorites .select-remove .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}.favorites .select-remove .select .title:hover{border-color:#3f3f3f}.favorites .select-remove .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}.favorites .select-remove .select .body{display:none;min-width:100%;margin-top:1rem;padding:0;border:.1rem solid #b8b8b8;border-radius:1rem;overflow:hidden}.favorites .select-remove .select .body .faze-option{padding:1rem;color:#212121;line-height:1.2;white-space:nowrap}.favorites .select-remove .select .body .faze-option:hover{background-color:rgba(254,80,0,.25)}.favorites .select-remove .select.faze-active .title{border-color:#3f3f3f}.favorites .select-remove .select.faze-active .title:after{transform:rotateZ(135deg)}.favorites .select-remove .select.faze-active .body{display:block}.favorites .select-remove .checkbox{color:#b8b8b8;font-weight:400}.favorites .select-remove .btn-remove{display:flex;flex-direction:row;align-items:center;margin-left:3rem;color:#b8b8b8;line-height:1;border:none;background:0 0}.favorites .select-remove .btn-remove:before{content:'\f2ed';margin-right:.6rem;font-family:'Font Awesome 6 Pro'}.favorites .select-remove .btn-remove:hover{color:#3f3f3f;cursor:pointer}.favorites section.catalog{grid-row-gap:0}.favorites .products-items .products-item .checkbox-select{position:absolute;top:2rem;right:2rem}.favorites .top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:2rem}.favorites .checkbox-select{display:flex;flex-direction:row;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;min-width:3.2rem;min-height:3.2rem;background-color:#fff;box-shadow:0 0 .4rem 0 rgba(0,0,0,.2);border-radius:1rem}.favorites .checkbox-select label:before{margin-right:0}.floating-actions{position:fixed;bottom:9rem;right:3rem;display:none;z-index:9}.floating-actions button{display:flex;flex-direction:row;align-items:center;justify-content:center;width:5rem;height:5rem;margin-right:0;padding:0 1.7rem;border:none;background:#fff;box-shadow:0 0 1.4rem 0 rgba(0,0,0,.25);border-radius:50%;transition:background .2s ease}.floating-actions button:before{color:#212121;font-family:'Font Awesome 6 Pro';font-weight:400}.floating-actions button:hover{cursor:pointer;background:#fe5000}.floating-actions button:hover:before{color:#fff}.floating-actions button.btn-samples:before{content:'\f0d1'}.floating-actions button.btn-reserves:before{content:'\f4de'}.floating-actions button:not(:last-child){margin-bottom:1rem}.floating-actions button:disabled{opacity:.5}.floating-actions[data-user=admos]{display:block}