.basket{position:fixed;right:0;left:0;bottom:0;display:grid;grid-template-columns:60vw 40vw;z-index:10;opacity:0;animation:basket .3s linear forwards;overflow-y:auto}@keyframes basket{0%{opacity:0;top:-8px}to{opacity:1;top:0}}.basket--payment{position:static;display:flex;z-index:1}.basket__back{background-color:#0b2f5f66}.basket__main{width:100%;padding:80px 20px;background-color:#ffffff}.basket__main--payment{padding:20px 40px}.basket__submit-btn{color:#ffffff;background-color:#0b2f5f;display:flex;justify-content:center;align-items:center;height:44px;width:100%;margin-bottom:64px;font-size:14px}.basket-item-list__header{position:relative;text-align:center;margin-bottom:64px}.basket-item-list__button{position:absolute;right:12px;top:30%;transform:translateX(50%);width:24px;height:24px}.basket-item-list__header-title{font-size:42px}.basket-item-list__items{display:flex;flex-direction:column;gap:40px;padding-bottom:40px;border-bottom:1px solid #0b2f5f33}.basket-item-list__items--payment{max-height:400px;overflow-y:auto}.basket-item-list__item{display:flex;gap:20px}.basket-item__img{width:11vw;min-width:11vw;min-height:15vw}.basket-item__details{width:100%;display:flex;flex-direction:column;justify-content:space-between;font-size:14px;line-height:150%}.basket-item__quantity-value{min-width:20px;text-align:center}.basket-item__info{display:flex;justify-content:space-between;align-items:flex-start;padding:10px}.basket-item__info-wrap{display:flex;flex-direction:column;gap:7px}.basket-item__size,.basket-item__title{text-transform:uppercase}.basket-item__quantity{padding:10px;display:flex;justify-content:space-between;border-top:1px solid #0b2f5f33}.basket-item__quantity-label{text-transform:uppercase;font-size:12px}.basket-item__quantity-controls{display:flex;gap:8px;align-items:center}.basket-item__quantity-button{min-width:11px;height:11px;position:relative}.basket-item__quantity-button:before{bottom:-10px;content:"";left:-10px;position:absolute;right:-10px;top:-10px}.basket-item-list__subtotal{margin-top:20px;margin-bottom:40px;padding:0 10px;display:flex;justify-content:space-between}.basket-item-list__subtotal-label{text-transform:uppercase}.basket-item-list__subtotal-value-sale,.basket-item__price-sale{text-decoration:line-through;margin-left:12px;color:#0b2f5f80}.basket-item-list__empty-text{font-size:14px;line-height:150%;text-align:center;text-transform:uppercase;margin-bottom:50px}.basket-item-list__empty-img{width:60%;height:auto;margin:0 auto 30px}.basket-item__remove-button{font-size:14px;border-bottom:1px solid;padding-bottom:2px}.basket-item__color{width:12px;height:12px;border-radius:50%}.basket-item__color-white{border:1px solid #051833}.basket-item-list__empty-img--payment{width:40%}.basket__submit-btn--disabled{opacity:.5}.basket-item__quantity-button:disabled{cursor:not-allowed;color:#a7a7a7!important}@media (max-width:1200px){.basket{grid-template-columns:40vw 60vw}.basket__main--payment{padding:20px 0}.basket-item__img{min-width:15vw;width:15px}.basket-item-list__items--payment{max-height:540px}.basket-item-list__empty-img--payment{width:35%}.basket__submit-btn--modile{display:none}}@media (max-width:756px){.basket__back{display:none}.basket{display:flex}.basket-item__img{width:28vw;min-width:28vw;min-height:38vw}.basket__main{padding:40px 20px;height:-moz-fit-content;height:fit-content}.basket-item-list__empty-img{width:70%;margin-bottom:0}.basket__main--payment{padding:0;margin-top:20px}.basket-item-list__header-title{font-size:36px}}.basket__promo-input,.basket__promo-title{font-size:14px;margin-bottom:8px}.basket__promo-input{border:1px solid #0b2f5f66;padding:13px 20px;background-color:inherit;width:100%;color:#0B2F5F80}.basket__promo-input::placeholder{color:#0B2F5F80}.basket__promo-message{font-size:14px;margin-bottom:24px;height:17px;opacity:0;transition:.7s}.basket__promo-message-active{opacity:1}.basket__promo-description{font-size:14px;color:#0B2F5F80;margin-bottom:16px}