.basket-info--tabs{display:flex;gap:10px;flex-wrap:wrap}.basket-info--tabs-item{flex-grow:1;max-width:100%;padding:10px;border:1px solid rgb(114 45 79 / 15%);border-radius:8px;transition:background .3s ease-out,border-color .3s ease-out;display:flex;gap:10px;cursor:pointer}.basket-info--tabs-item.active{background:rgb(114 45 79 / 5%);border-color:rgb(114 45 79 / 5%)}.basket-info--tabs-item--check{width:13px;height:13px;border:1px solid rgb(114 45 79 / 35%);border-radius:50%;margin-top:2px;background-color:#fff;transition:border .3s ease-out}.basket-info--tabs-item.active .basket-info--tabs-item--check{border:4px solid #722D4F}.basket-info--tabs-item-title{display:flex;flex-direction:column;gap:2px}.basket-info--tabs-item-title--name{display:flex;gap:9px;align-items:center}.basket-info--tabs-item-title--name img{}.basket-info--tabs-item-title--name span{font-size:14px;font-weight:600}.basket-info--tabs-item-title--address{font-size:13px;color:#000;opacity:.5}.basket-info--tabs-content{margin-top:20px;position:relative;display:flex;overflow:hidden}.basket-info--tabs-content-wrapper{background:#fff;width:100%;flex-shrink:0;opacity:0;transition:opacity .3s ease-out;transform:translateX(-100%);position:relative}.basket-info--tabs-content-wrapper:first-child{transform:translateX(0)}.basket-info--tabs-content-wrapper.active{opacity:1;z-index:2}.basket-info--tabs-content-text{font-size:16px;line-height:25px}.basket-info--tabs-content-text span{display:block}.basket-info--tabs-content-spoiler--wrapper{margin:10px 0;padding:20px;background:rgb(114 45 79 / 8%);border-radius:8px;display:flex;flex-direction:column}.basket-info--tabs-content-spoiler--head{border-bottom:1px solid #D9D9D9;display:flex;padding-bottom:15px;gap:20px}.basket-info--tabs-content-spoiler--head-item{font-size:13px;color:#722D4F}.basket-info--tabs-content-spoiler--head-item:nth-child(1){width:calc((100% - 40px) / 2)}.basket-info--tabs-content-spoiler--head-item:nth-child(2),.basket-info--tabs-content-spoiler--head-item:nth-child(3){width:calc((100% - 40px) / 4)}.basket-info--tabs-content-spoiler--body{display:flex;flex-direction:column;gap:15px;margin-top:15px}.basket-info--tabs-content-spoiler--body-item{display:flex;gap:20px}.basket-info--tabs-content-spoiler--body-item.unavailable{opacity:.4}.basket-info--tabs-content-spoiler--body-item div{flex-shrink:0;max-width:100%;font-size:14px}.basket-info--tabs-content-spoiler--body-item div:nth-child(1){width:calc((100% - 40px) / 2)}.basket-info--tabs-content-spoiler--body-item div:nth-child(2),.basket-info--tabs-content-spoiler--body-item div:nth-child(3){width:calc((100% - 40px) / 4);font-weight:600}.basket-info--tabs-content-button{display:flex;gap:10px;margin-top:30px;flex-wrap:wrap}.basket-info--tabs-content-button .btn.btn-info{max-height:50px;padding:18px 20px 18px}@media (max-width:399px){.basket-info--tabs-content-button .btn{width:100%}}