.product{height:375px;width:100%;border-radius:10px;cursor:pointer;position:relative}.product a{text-decoration:none}.product:hover{border-radius:10px 10px 0 0}.product:hover .product-basket,.product:hover .product-top__delete,.product:hover .product-top__favorite{opacity:1;visibility:visible}.product:hover .product-bottom{border-radius:0}.product-basket{width:100%;opacity:0;visibility:hidden;border-radius:0 0 10px 10px;background:#c5441a;display:flex;justify-content:center;align-items:center;height:40px;cursor:pointer;transition:.3s ease}.product-basket.disabled{background:#8a8a8a;cursor:auto}.product-basket span{font-weight:400;font-size:16px;line-height:19px;color:#fff}.product-wrap{height:100%}.product-top{position:relative}.product-top__favorite{opacity:0;visibility:hidden;cursor:pointer;position:absolute;top:0;right:0;transition:.3s ease;z-index:3;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:0 10px 0 0}.product-top__favorite.selected{opacity:1;visibility:visible}.product-top__favorite.selected svg path{fill:red}.product-top__delete{opacity:0;visibility:hidden;cursor:pointer;position:absolute;top:0;right:0;transition:.3s ease;z-index:3;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:0 10px 0 0}.product-top__delete svg{width:25px;height:25px}.product-top__img{width:100%;height:250px;background-color:#fff;border-radius:10px 10px 0 0}.product-top__img img{border-radius:10px 10px 0 0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding-top:10px}.product-bottom{transition:.2s ease;border-radius:0 0 20px 20px;background-color:#fff;display:flex;flex-direction:column;justify-content:space-between;align-items:center;color:#333;height:calc(100% - 250px)}.product-bottom__title{margin-top:20px;text-align:center;padding:0 5px;flex:1 1 100%;display:flex;align-items:center;justify-content:center}.product-bottom__prices{margin-top:5px;display:flex;align-items:center;margin-bottom:15px}.product-bottom__price{position:relative}.product-bottom__price.discount{margin-right:5px}.product-bottom__price.discount:after{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;height:1px;background-color:#333}.product-bottom__price-new{color:#bc110b;font-size:17px}.success-payment{display:flex;flex-direction:column;align-items:center;background-color:#d4d4d4;min-height:500px}.success-payment__top{display:flex;justify-content:flex-start;width:100%;margin-left:-7px;margin-right:-7px;flex-wrap:wrap}.success-payment__top-item{width:calc(20% - 14px);margin:7px;margin-bottom:45px}.success-payment__top-title{margin-bottom:20px;margin-top:60px;font-weight:400;font-size:24px;line-height:28px;color:#333}.success-payment__wrap{margin-top:30px;max-width:800px;width:100%;height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;border-radius:10px}.success-payment__wrap p{margin-top:25px;max-width:380px;font-weight:400;font-size:34px;line-height:40px;text-transform:uppercase;color:#2a4e1c;text-align:center}@media screen and (max-width:790px){.success-payment__top{justify-content:center}.success-payment__top-item{width:calc(80% - 14px)}}