.t776__price {
    position: relative;
}
.t776__price:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #4f8cff;
    border-radius: 5px;
    transform: rotate(-2deg);
    z-index: -1; /* Чтобы текст цены был поверх */
}
