.skidka_akcii {
    background: url(img/proc.png);
    width: 100px;
    height: 100px;
    text-align: center;
    color: white;
    display: inline-block;
    margin: -8px;
    text-align: center;
    padding-top: 27px;
    font-size: 17px;
    position: absolute;
/*    top: 30px;
    right: 30px;*/
}

.skidka_akcii div {
    /* color: red; */
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-weight: bold;
    margin-left: 0px;
    margin-top: 7px;
    font-size: 20px;
}


