:root{--white:#ffffff;--black:#1b1b1b;--gold:#ba944b;--grey:#979797;--red:#d0021b;--green:#79a139;--dark-grey:#888888;--light-grey:#f2f2f2}.sidebar{margin-right:20px;max-width:350px;width:100%;display:inline-block;background-color:var(--light-grey);vertical-align:top;-ms-flex-negative:0;flex-shrink:0}.sidebar__nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.sidebar .nav-item{-ms-flex-direction:column;flex-direction:column;margin-top:1px;overflow:hidden;border:none;position:relative}.sidebar .nav-item:hover>.sub-nav{width:auto}.sidebar .nav-item.has-sub .nav-link:after{content:"";position:absolute;width:10px;height:10px;right:20px;top:10px;border:2px solid var(--dark-grey);border-width:2px 2px 0 0;transform:rotate(135deg);transition:.2s all ease}.sidebar .nav-item.has-sub .sub-nav{padding-left:10px}.sidebar .nav-item .nav-link.open:after{transform:rotate(-45deg);top:16px}.sidebar .nav-link{display:block;padding:4px 35px 6px 15px;line-height:1.5;font-family:OpenSans;color:var(--dark-grey);border-bottom:1px solid #eaeaea}.sidebar .nav-link.hover,.sidebar .nav-link:hover{color:#fff;background:var(--gold)}.sidebar .sub-nav{margin:0;position:static;opacity:1;width:100%;height:auto;transition:all .5s cubic-bezier(0,1,.5,1);background:0 0;display:none}.sidebar .sub-nav__link{color:var(--dark-grey);font-family:inherit;padding:7px 0 7px 25px;display:block;border-bottom:1px solid #eaeaea;transition:all .3s ease}.sidebar .sub-nav__link:hover{padding-left:35px;color:var(--gold)}.s-product{margin:50px 0 calc(.03125 * 100vw + 40px);width:100%}.s-product .product{width:calc(100% - 30px);margin:10px 15px;border:1px solid rgba(151,151,151,.5);-ms-flex-item-align:start;align-self:flex-start;transition:all .3s ease;position:relative;display:block}.s-product .product__link{display:block}.s-product .product.discount{position:relative}.s-product .product.discount:before{content:'Знижка';text-align:center;padding:12px 20px 15px;position:absolute;width:calc(100% - 40px);top:0;left:20px;color:var(--white);font-family:OpenSans;font-size:24px;font-weight:600;text-transform:uppercase;letter-spacing:1.33px;background-color:var(--red)}@media (min-width:576px){.s-product .product{width:calc(50% - 30px)}}@media (min-width:992px){.s-product .product{width:calc(25% - 30px)}}@media (min-width:1200px){.s-product .product{width:calc(25% - 30px);margin:40px 15px}}.s-product .product .product__btn{height:47px;padding:11px 0 12px;text-align:center;font-size:24px;opacity:0;width:calc(100% + 2px);left:-1px;transform:translateY(10%);position:absolute;pointer-events:none;transition:transform .3s ease,opacity .5s ease}.s-product .product:hover{background-color:var(--black)}.s-product .product:hover.discount:before{display:none}.s-product .product:hover .product__headline,.s-product .product:hover .product__price{color:#fff}.s-product .product__headline,.s-product .product__price{color:var(--black);font-family:OpenSans;text-align:center}.s-product .product:hover .product__btn{transform:translateY(0);opacity:1;pointer-events:all}.s-product .product-wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:40px -13px}.s-product .product__img{height:300px;object-fit:contain;margin:10px;width:calc(100% - 20px)}@media (min-width:1200px){.s-product .product__img{margin:20px;width:calc(100% - 40px)}}.s-product .product__headline{font-size:20px;font-weight:400;letter-spacing:1.11px;margin-bottom:10px}.s-product .product__price{font-size:25px;font-weight:700;letter-spacing:1.39px;margin-bottom:30px}.s-product .product__btn{color:var(--white);font-family:OpenSans;font-size:0;text-align:center;font-weight:600;letter-spacing:1.39px;background-color:var(--gold);display:block;text-transform:uppercase;margin-left:auto;margin-right:auto;height:0;padding:0;transition:all .3s ease}.s-product .product__btn:hover{background-color:#98783a}.catalog{margin:calc(.05 * 100vw + 4px) 0}.catalog__wrap{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media (min-width:1200px){.catalog__wrap{-ms-flex-direction:row;flex-direction:row}}.catalog__wrap .sidebar{margin:50px 0 calc(.03125 * 100vw + 40px);-ms-flex-item-align:start;align-self:flex-start}@media (min-width:1200px){.catalog__wrap .s-product{margin-left:40px}}.catalog__wrap .s-product .product-wrap{margin:-40px 0 0}.category-page .s-product .product__headline{font-size:20px;font-weight:400;letter-spacing:1.11px;margin-bottom:10px;text-align:left;position:absolute;bottom:0;left:10px;color:#fff}.category-page .s-product .product__img{margin:0;height:300px;width:100%;object-fit:cover}.category-page .s-product .product__link{font-size:0;position:relative}.category-page .s-product .product__link:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3)}