.action-wrapper{
    height:514px;
    background: url(img/bg.png) center no-repeat;
}

.action-title{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    padding-top: 23px;
}

.action-counter{
    height: 40px;
    margin-top: 11px;
}

.note{
    text-align: center;
    font-size: 12px;
    margin-bottom: 5px;
}

.action-image{
    text-align: center;
    padding-top:32px;
}



.action-image img{
    min-width: 250px;
    min-height: 250px;
}

.action-birka{
    position: absolute;
    width: 118px;
    padding-top: 40px;
    padding-right: 7px;
    height: 81px;
    background: url(img/sale-birka.png) center no-repeat;
    margin-left: 143px;
    margin-top: -120px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.action-birka span {
    font-size: 37px;
    font-weight: normal;
    line-height: 28px;
}

.action-cur-price{
    text-align: center;
    color: #9e005d;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
}

.action-old-price{
    text-decoration: line-through;
    color: #bdbdbd;
    font-size: 14px;
    line-height: 11px;
    text-align: center;
}

.action-item-name{
    text-align: center;
    font-size: 14px;
    padding-top: 3px;
}
