.total-price{
    width: 50%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 59px 28px 30px;

}

.total-price__total{
    font-weight: 500;
    font-size: 11px;
    line-height: 18px;
    color: #636363;
}

.total-price__price{
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #7A0E30;
    white-space: nowrap;
}

@media (max-width:709px) {
    .total-price {
     width: 100%;
     max-width: 281px;
     margin-left: 30px;
     order: 1;
     padding: 20px 0 28px 0;
    }
}

@media (max-width:1277px) {
    .total-price {
     width: 100%;
    
    }
}

