.products-items{--columns-count:4;display:grid;grid-template-columns:repeat(var(--columns-count),1fr)}.products-items,.products-items>*{min-width:0;min-height:0}.products-items .products-item{position:relative;min-height:38rem}.products-items .products-item .inner{display:flex;flex-direction:column;padding:2rem;background-color:#fff;border-radius:.5rem;transition:box-shadow .3s ease!important}.products-items .products-item .inner .enm-tags{display:flex;flex-direction:column;gap:.5rem;position:absolute;top:initial;left:initial;z-index:1}.products-items .products-item .inner .enm-tags .tag{display:flex;flex-direction:row;gap:.5rem;padding:.5rem 1rem;border-radius:0 1rem 1rem 0;width:11rem;color:#fff;font-weight:500;line-height:1}.products-items .products-item .inner .enm-tags .tag.NO{display:none}.products-items .products-item .inner .enm-tags .tag.enm-new{background-color:#cf2523}.products-items .products-item .inner .enm-tags .tag.enm-new::before{content:"\f005";font-family:"Font Awesome 6 Pro";font-weight:500}.products-items .products-item .inner .enm-tags .tag.enm-top{background-color:#ff8100}.products-items .products-item .inner .enm-tags .tag.enm-top::before{content:"\f091";font-family:"Font Awesome 6 Pro";font-weight:500}.products-items .products-item .inner .enm-tags .tag.enm-promo{background-color:#23ad0c}.products-items .products-item .inner .enm-tags .tag.enm-promo::before{content:"\f02c";font-family:"Font Awesome 6 Pro";font-weight:500}.products-items .products-item .inner .faze-colorchanger-colors{top:initial;left:2rem;bottom:21.2rem}.products-items .products-item .inner .faze-colorchanger-colors .faze-colorchanger-color,.products-items .products-item .inner .faze-colorchanger-colors .faze-colorchanger-more{width:4.2rem;height:4.2rem;border-radius:.3rem}.products-items .products-item .image{display:flex;align-items:center;justify-content:center}.products-items .products-item .image,.products-items .products-item .image img{width:100%;max-width:20rem;height:auto;margin:0 auto}.products-items .products-item .name{height:4.3rem;margin-top:1rem;margin-bottom:.8rem;color:#202020;font-size:1.6rem;font-weight:500;line-height:1.2;overflow:hidden}.products-items .products-item .param{color:#adadaf;font-size:1.6rem;font-weight:400;line-height:1}@media (max-width:500px){.products-items .products-item .param{font-size:1.4rem}}.products-items .products-item .param:not(:last-child){margin-bottom:.6rem}.products-items .products-item .btn-favorite{position:absolute;top:1rem;right:1rem;border:none;background:0 0}.products-items .products-item .btn-favorite:before{content:'\f004';color:#adadaf;font-family:'Font Awesome 6 Pro';font-size:2.4rem;font-weight:400;line-height:1}.products-items .products-item .btn-favorite:hover,.products-items .products-item .btn-favorite[data-favorite-id]{cursor:pointer}.products-items .products-item .btn-favorite:hover:before,.products-items .products-item .btn-favorite[data-favorite-id]:before{color:#cf2523;font-weight:700}.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 .price{margin-top:.8rem;font-size:2.4rem;font-weight:600;line-height:1;white-space:nowrap}.products-items .products-item .order{display:none;flex-direction:row;align-items:center;gap:1rem;margin-top:1rem}.products-items .products-item .order input{width:100%;height:3.6rem;margin-left:auto;color:#454545;font-size:1.6rem;line-height:3.6rem;text-align:center;border:.1rem solid #e1e1e1;border-radius:.5rem}.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:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;height:3.6rem;color:#fff;line-height:1;background:#cf2523;border-radius:.5rem;border:none}.products-items .products-item .order button:hover{cursor:pointer;background:#a31d1c}.products-items .products-item:hover .inner{position:absolute;box-shadow:0 0 2rem 0 rgba(0,0,0,.2);z-index:4}.products-items .products-item:hover .inner .faze-colorchanger-colors{bottom:25.8rem}.products-items .products-item:hover .order{display:flex}.products-items .pagination{grid-column:span var(--columns-count)}.blog-items{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-flow:dense;grid-gap:2rem}.blog-items .blog-item{display:flex;flex-direction:column;border-radius:.5rem;box-shadow:0 0 .8rem 0 rgba(0,0,0,.26)}.blog-items .blog-item header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:1.4rem 2rem 1rem}.blog-items .blog-item header .date{display:flex;flex-direction:row;align-items:center;font-weight:400;line-height:1}.blog-items .blog-item header .date:before{content:'';display:block;width:1.5rem;height:1.5rem;margin-right:.8rem;background:url('/i/svg/date.svg') center center no-repeat}.blog-items .blog-item header .category{display:flex;flex-direction:row;align-items:center;justify-content:center;width:8rem;height:2rem;color:#fff;font-size:1.4rem;font-weight:500;text-align:center;text-transform:lowercase;line-height:1;background-color:#9033c8;border-radius:1rem}.blog-items .blog-item header .category[data-value='Статья']{background-color:#1853c5}.blog-items .blog-item header .category[data-value='Кейсы']{background-color:#fb4f06}.blog-items .blog-item header .category:empty{display:none}.blog-items .blog-item main{display:flex;flex-direction:column;height:100%;padding:1rem 2rem 2rem}.blog-items .blog-item main .name{margin-bottom:1rem;color:#202020;font-size:1.6rem;font-weight:500;line-height:1.2}.blog-items .blog-item main .text{margin-top:auto;color:#202020;font-size:1.6rem;font-weight:400;line-height:1.2}.blog-items .blog-item footer{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;margin-top:auto;padding:2rem;background-color:#f4f4f8}.blog-items .blog-item footer .more{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;color:#202020;font-size:1.6rem;font-weight:400;line-height:1}.blog-items .blog-item footer .more:after{content:'';display:block;width:1.6rem;height:1.6rem;margin-left:1rem;background:url('/i/svg/more.svg') center center no-repeat}.blog-items .blog-item.blog-item-big{grid-column:span 2;flex-direction:row;justify-content:space-between}.blog-items .blog-item.blog-item-big section{display:flex;flex-direction:column;width:100%;margin-right:-1rem}.blog-items .blog-item.blog-item-big section footer,.blog-items .blog-item.blog-item-big section header,.blog-items .blog-item.blog-item-big section main{padding-right:5.4rem}.blog-items .blog-item.blog-item-big img{width:26rem;height:auto}section.blog-page .columns{display:grid;grid-template-columns:1fr 36.8rem;grid-gap:4rem}section.blog-page .columns .blog-items{grid-template-columns:1fr}section.blog-page .columns article img{max-width:100%}section.blog-page .columns .btn-back{display:flex;flex-direction:row;align-items:center;width:19rem;margin-top:4rem;font-size:1.8rem;font-weight:500;background-color:#ff8100}section.blog-page .columns .btn-back:before{content:'';display:block;width:1.5rem;height:1.2rem;margin-right:1rem;background:url('/i/svg/arrow_back.svg') center center no-repeat}section.blog-page .products-items{grid-template-columns:repeat(5,1fr);padding:2rem 0 7rem}section.blog-page .products-items.faze-carousel>.faze-carousel-controls>.faze-carousel-arrows>.faze-carousel-arrow.faze-carousel-arrow-prev{left:1rem}section.blog-page .products-items.faze-carousel>.faze-carousel-controls>.faze-carousel-arrows>.faze-carousel-arrow.faze-carousel-arrow-next{right:1rem}.select-category{margin-bottom:2rem}