.order{display:flex;flex-direction:column}.order__title{color:var(--text);font-size:20px;margin-bottom:10px;position:relative}.order__tooltip{align-items:center;background-color:rgba(var(--primary));border-radius:50%;color:rgb(var(--light));cursor:pointer;display:flex;font-size:10px;height:16px;justify-content:center;position:absolute;right:-5px;top:50%;transform:translateY(-50%);width:16px}.order__block{background-color:rgba(var(--bg2),.2);border-radius:var(--raduisBig);flex-grow:1}.order__info{padding:15px;position:relative}.order__name{font-size:20px;font-weight:500;margin-bottom:1em}.order__price{align-items:center;display:flex;font-size:20px;gap:.4em}.order__price-old{text-decoration:line-through}.order__basket{bottom:10px;position:absolute;right:10px}.order__basket:focus{filter:drop-shadow(0 0 2px rgba(var(--primary),.8))}.order__basket svg{max-width:80%}.modal-order__wrap{display:flex;flex-direction:column;max-width:1000px;padding:90px 80px}.modal-order__list{display:grid;gap:15px;grid-template-columns:1fr 1fr 1fr;justify-content:space-between;margin-bottom:50px}@media (max-width:1024px){.modal-order__list{grid-template-columns:1fr 1fr}}@media (max-width:767px){.modal-order__list{grid-template-columns:1fr}}.modal-order__body{flex-grow:1}.modal-order__footer{justify-content:space-between;margin-top:auto}.modal-order__footer,.modal-order__reg,.modal-order__reg-item{align-items:center;display:flex}.modal-order__reg-item:first-child{margin-right:20px}.modal-order__reg-item:last-child{gap:15px}.modal-order__reg-item a{align-items:center;display:flex;gap:5px;white-space:nowrap}.modal-order__reg-item a svg{max-width:24px}
