:root{--white-color:#fff;--black-color:#151515;--accent-color:#58b74c;--sky-color:#3eb7f3;--blue-color:#0083c5;--txt-color:#313131;--gray-color:#6c6c6c;--gray2-color:#c8c8c8;--error-color:red;--back-color:#f2f2f2;--green-back-color:#e2f5df;--lines-color:rgba(49,49,49,.12);--lines-white-color:hsla(0,0%,100%,.1);--trs-300:0.3s cubic-bezier(0.25,0.46,0.45,0.94);--shadow:0px 4px 28px 0px rgba(0,0,0,.1);--screensize:1920}@media (max-width:1660px){:root{--screensize:1660}}@media (max-width:1400px){:root{--screensize:1275}}@media (max-width:1279px){:root{--screensize:1045}}@media (max-width:1023px){:root{--screensize:1024}}@media (max-width:992px){:root{--screensize:992}}@media (max-width:767px){:root{--screensize:360}}.cart{margin-bottom:6rem;margin-top:8.25rem}@media (max-width:768px){.cart{margin-bottom:4rem;margin-top:5.25rem}}.cart .cart__inner .cart__hero{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-bottom:2.25rem}.cart .cart__inner .cart__content{display:grid;gap:8.625rem;grid-template-columns:1fr 19.875rem}@media (max-width:992px){.cart .cart__inner .cart__content{gap:4rem;grid-template-columns:1fr}}.cart .cart__inner .cart__content .cart__list-wrapper{display:flex;flex-direction:column;gap:4rem}@media (max-width:992px){.cart .cart__inner .cart__content .cart__list-wrapper{order:1}}.cart .cart__inner .cart__content .cart__list-wrapper .cart__list__col .col__title{align-items:center;display:flex;font-size:1.5rem;font-weight:500;gap:1.5rem;letter-spacing:-.0625rem;line-height:128%;margin-bottom:1.25rem}.cart .cart__inner .cart__content .cart__list-wrapper .cart__list__col .col__title svg{height:1.5rem;width:1.5rem}@media (max-width:992px){.cart .cart__inner .cart__content .cart__order-fixed{order:0}}.cart .cart__inner .cart__content .cart__order-fixed .sticky-block{padding-top:2.75rem}@media (max-width:992px){.cart .cart__inner .cart__content .cart__order-fixed .sticky-block{padding-top:0}}.cart .cart__inner .cart__content .cart__order-fixed .cart__order{background-image:url(../img/icons/cart.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;height:16.5625rem;padding-top:5.5rem}@media (max-width:992px){.cart .cart__inner .cart__content .cart__order-fixed .cart__order{background-image:none;display:grid;grid-template-areas:"count price" "btn btn";grid-template-columns:repeat(2,1fr);height:-moz-fit-content;height:fit-content;margin:auto;max-width:28.125rem;padding-top:0;width:100%}}.cart .cart__inner .cart__content .cart__order-fixed .cart__order .cart__order__ellipses{height:calc(158/var(--screensize)*100vw);left:0;pointer-events:none;position:absolute;right:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2}@media (max-width:992px){.cart .cart__inner .cart__content .cart__order-fixed .cart__order .cart__order__ellipses{display:none}}.cart .cart__inner .cart__content .cart__order-fixed .cart__order .cart__order__ellipses img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.cart .cart__inner .cart__content .cart__order-fixed .cart__order .cart-items__count{color:var(--gray-color);font-size:.75rem;font-weight:600;line-height:115%;margin-bottom:.375rem;text-align:center;text-transform:uppercase}@media (max-width:992px){.cart .cart__inner .cart__content .cart__order-fixed .cart__order .cart-items__count{grid-area:count;margin-bottom:1rem;text-align:left}}.cart .cart__inner .cart__content .cart__order-fixed .cart__order .cart-items__price{font-size:1.75rem;font-weight:500;letter-spacing:-.0625rem;line-height:106%;margin-bottom:1.5rem;text-align:center}@media (max-width:992px){.cart .cart__inner .cart__content .cart__order-fixed .cart__order .cart-items__price{font-size:1.25rem;grid-area:price;letter-spacing:0;margin-bottom:1rem;text-align:right}}.cart .cart__inner .cart__content .cart__order-fixed .cart__order .btn{display:flex;justify-content:center;margin:auto;width:13.625rem}@media (max-width:992px){.cart .cart__inner .cart__content .cart__order-fixed .cart__order .btn{grid-area:btn;width:100%}}.cart .cart__price-fixed{align-items:center;background:var(--white-color);bottom:3rem;display:none;justify-content:space-between;left:0;opacity:0;padding:.5rem 1.25rem;pointer-events:none;position:fixed;right:0;transform:translateY(100%);transition:var(--trs-300);z-index:20}@media (max-width:768px){.cart .cart__price-fixed{display:flex}}.cart .cart__price-fixed.active{opacity:1;pointer-events:all;transform:translateY(0)}.cart .cart__price-fixed .price{font-size:1.75rem;font-weight:500;letter-spacing:-.0625rem;line-height:106%}@media (max-width:992px){.cart .cart__price-fixed .price{font-size:1.25rem;letter-spacing:0}}