.heart {
    display: inline-block;
    position: relative;
    /*left: 0;*/
    top: 4px;
    /*float: right;*/
    width: 16px;
    height: 16px;
    overflow: hidden;
    background-image: url(../../../animals/img/heart.png);
    background-size: 200%;
    background-position-x: 17px;
    background-position-y: 0;
}

.breed-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: red;
}

.breed-32 .breed-icon {
    background: url('/core/assets/img/porody_pic/golshtin.ico') no-repeat;
}

.breed-30 .breed-icon {
    background: url('/core/assets/img/porody_pic/chp.ico') no-repeat;
}

.breed-1 .breed-icon {
    background: url('/core/assets/img/porody_pic/aishir.ico') no-repeat;
}