.product-card{position:relative;padding:24px;border:1px solid var(--white-2);background-color:var(--white);border-radius:16px;width:100%;height:auto;max-height:391px;display:flex;transition:var(--transition)}.product-card--absent{cursor:default}@media only screen and (max-width:1250px){.product-card{padding:15px}}@media only screen and (max-width:480px){.product-card{padding:10px}}.product-card:hover:not(.product-card--absent){border:1px solid var(--main)}.product-card__body{display:flex;flex-direction:column;gap:5px;width:100%}@media only screen and (max-width:420px){.product-card__body{gap:0}}.product-card__link{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.product-card__header{display:flex;flex-direction:column;gap:8px;position:absolute;z-index:1;width:auto}.product-card__header-tag{display:flex;background:#3f3b3b;font-size:.75rem;line-height:16px;font-weight:600;border-radius:6px;padding:4px;color:var(--white);width:fit-content}.product-card__promotion{display:flex;height:25px}.product-card__promotion-wrapper{display:inline-flex;height:100%;background:#f8f8f8;border-radius:8px}.product-card__percent{background:var(--red);color:var(--white);line-height:17px;font-weight:500;padding:4px;height:100%}.product-card__date,.product-card__percent{display:inline-flex;justify-content:center;align-items:center;font-size:.75rem;border-radius:8px}.product-card__date{padding:5px 8px;font-weight:400;background:#f8f8f8;color:var(--gray-900)}.product-card__favorite{position:relative;z-index:1;display:flex;width:28px;height:28px;justify-content:center;align-items:center;border:1px solid var(--white-2);border-radius:999px;cursor:pointer;transition:var(--transition)}.product-card__favorite:hover{border-color:var(--main)}.product-card__favorite:hover .icon svg path{fill:var(--main)}.product-card__favorite .icon svg{width:16px;height:16px}.product-card__favorite .icon svg path{transition:var(--transition);fill:var(--gray-900)}.product-card__img-wrapper{position:relative;width:100%;height:196px}.product-card--absent .product-card__img-wrapper{opacity:.5}@media only screen and (max-width:560px){.product-card__img-wrapper{height:140px}}.product-card__tag{z-index:1;display:flex;position:absolute;padding:4px;top:9px;background:#292929;font-size:.75rem;line-height:16px;font-weight:600;border-radius:6px;color:var(--white)}.product-card__img{z-index:0;position:absolute;top:0;left:0;bottom:0;right:0}.product-card__img img{width:100%;height:100%;object-fit:contain}.product-card__img-empty{position:absolute;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-weight:500;font-size:.75rem;background:hsla(0,0%,100%,.8);color:var(--dark)}.product-card__flag{position:absolute;bottom:3px}.product-card__flag,.product-card__flag .icon{width:21px;height:15px}.product-card__info-block{display:flex;flex-direction:column;justify-content:flex-end;width:100%;flex-grow:1}.product-card__info-wrapper{display:flex;flex-direction:column;gap:1px}.product-card--absent .product-card__info-wrapper{opacity:.5}.product-card__info{display:flex;justify-content:space-between;align-items:center}.product-card__description{font-size:.75rem;font-weight:400;line-height:16px;color:var(--gray-5)}.product-card__stars{display:flex;align-items:center;background:#f8f8f8;padding:4px 8px;line-height:16px;border-radius:4px;gap:4px}.product-card__stars .icon{width:16px;height:16px}.product-card__stars .icon svg path{fill:#f8d749}.product-card__stars-count{font-weight:600;font-size:.75rem;color:var(--gray-900)}.product-card__title{display:flex;font-weight:500;font-size:1rem;line-height:19px;color:var(--gray-900);text-align:left;height:40px;-webkit-line-clamp:2;line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}@media only screen and (max-width:480px){.product-card__title{font-weight:700;font-size:.875em;line-height:20px}}.product-card__title span{text-align:left}.product-card__price-wrapper{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:5px;padding-top:13px;z-index:1;margin-top:auto}@media only screen and (max-width:480px){.product-card__price-wrapper{padding-top:0}}.product-card__price-sale{display:flex;flex-direction:column;align-items:flex-start}.product-card__price-default{font-weight:500;font-size:1.125rem;line-height:24px;align-self:flex-end}.product-card__empty{margin-top:2px;width:100%;height:36px;font-size:.875rem}.product-card__price-old{color:var(--gray-400);font-size:.75rem;line-height:16px;font-weight:500;text-decoration:line-through}.product-card__price-new{color:var(--gray-900);font-weight:500;font-size:1.125rem;line-height:22px}.product-card__price--discount{color:var(--red)}.product-card__cart{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;width:38px;height:38px;background:var(--green);border-radius:16px;cursor:pointer;transition:var(--transition)}.product-card--absent .product-card__cart{cursor:default}.product-card__cart:active{transform:scale(.95)}.product-card__cart .icon{width:16px;height:16px}.product-card__cart .icon svg path{fill:var(--white)}.product-card__btn-add-cart{width:100%}.product-card--grid{height:100%}.product-card--grid .product-card--empty .product-card__info-block{padding-bottom:18px!important}.product-card--grid .product-card--empty .product-card__price-wrapper{padding-top:15px!important}.product-card--grid .product-card__tag{top:7px}.product-card--grid .product-card__price-wrapper{padding-top:8px}.product-card--grid .product-card__price-default{align-self:flex-end}.product-card--grid .product-card__price-new{line-height:25px}.product-card--grid .product-card__body{display:flex;flex-direction:row;gap:16px}.product-card--grid .product-card__img-wrapper{max-width:140px;min-width:100px;height:auto;flex-shrink:2}.product-card--grid .product-card__info-wrapper{flex-direction:column-reverse;gap:6px}.product-card--grid .product-card__flag{display:flex;bottom:18px}.product-card--grid .product-card__info-block--equalizer{padding-bottom:25px}.product-card--grid .product-card__info-block--equalizer .product-card__price-default{line-height:21px}.product-card--grid .product-card__info-block--equalizer .product-card__price-wrapper{padding-top:9px}.page-404{display:flex;flex-direction:column;align-items:center;margin:80px auto 0;gap:18px;max-width:872px;padding-bottom:32px}.page-404__sale-slider{height:472px;max-width:872px;width:100%;margin:0 auto}@media only screen and (max-width:1200px){.page-404__sale-slider{height:420px}}.page-404__sale-slider .slider__title{color:var(--gray-800,#3f3b3b);font-size:24px;font-style:normal;font-weight:500;line-height:36px}@media only screen and (max-width:480px){.page-404__sale-slider .slider__title{font-weight:500;font-size:1.375em;line-height:30px}}.page-404__sale-slider .slider__header{margin-bottom:24px}.page-404__wrapper{display:flex;flex-direction:column;gap:24px;padding-bottom:32px;border-bottom:1px solid var(--theme-border-color,#e3e3e3);width:100%}.page-404__info{display:flex;flex-direction:column;gap:8px;align-items:center}.page-404__info span{font-weight:700;font-size:48px;line-height:150%;text-align:center;color:var(--gray-900)}@media only screen and (max-width:1024px){.page-404__info span{font-size:2em;line-height:120%}}@media only screen and (max-width:528px){.page-404__info span{font-size:1.5em;line-height:120%}}.page-404__info p{font-weight:400;font-size:16px;line-height:140%;text-align:center;color:var(--gray-900);margin-bottom:8px}@media only screen and (max-width:528px){.page-404__info p{font-size:14px}}.page-404__info .btn{border-radius:16px}@media only screen and (max-width:1024px){.page-404{margin:60px 0 0}.page-404 .section-inner{gap:0}}.page-404 svg{height:70px;max-width:209px}@media only screen and (max-width:1024px){.page-404 svg{height:50px}}