.catalog__label_wrap {
    position: absolute;
	top: 5px;
    right: 3px;
    z-index: 5;
}

.catalog__label {
    border-radius: 4px;
    height: 22px;
    text-align: center;
    padding: 2px 12px;
    margin-right: 3px;
    margin-bottom: 3px;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    background-color: #0e6dc4;
	line-height: 18px;

}


.catalog__label_action {
    background-color: #0e6dc4;
}

.catalog__label_new {
    background-color: #ffa800;
}

.actions__item .actions__price{
    margin-top: 30px;
    margin-bottom: -53px;
}

.actions__item:hover .actions__price{
    margin-top: -5px;
    margin-bottom: -25px;
}

.actions__item .actions__btn-b {
    padding: 15px 5px;
    bottom: 10px;
}