@media print {
    .cuenta-main {
        page-break-after: always;
    }
    .tag-print {
        display: none;
        margin-top: 40px;
    }
}

.cuenta-main {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    width: 85mm;
    min-height: 160mm;
    vertical-align: top;
    border: 1px solid gray;
    background-repeat: no-repeat;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;

    font-size: 1rem;
}
.header{
    color:rgb(135, 3, 3);
    text-align: center;
}
table{
    width: 100%;
}

.totals{
    text-align: right;
}
.price{
    color: green;
    font-size: 1rem;
}
.price::after{
    content: "₽";
}

.qr{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
}

.tag {
    float: left;
    margin-right: 1px;
    width: 70px;
    height: 120px;
    border: 2px solid red;
    padding: 0 1mm;
    /* margin-left: 1px; */
    text-align: center;
    line-height: 50%;
    background-image: url('/static/img/water.png');
}

.tag text {
    display: inline-block;
}

.tag .label {
    color: red;
    font-weight: bold;
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 10px;
}
.tag .articul {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.tag .params {
    font-size: 9px;
    color: blue;
    margin-bottom: 6px;
}

 .delivery {
     text-indent: 30px;
     text-align: justify;
     text-justify: inter-word;
     padding: 0 40px;
     background-color: rgb(250,250,250);
     font-size: 12px;
     line-height: 16px;
}





