.new-models__products.short .product-item--news{
    padding-bottom: 0;
}
.new-models__products.short .product-item--news .product-item__content{
    min-height: auto;
}
.new-models__products.short .product-item__footer{
    position: relative;
    transform: none;
    opacity: 0;
    margin-top: 15px;
}
.new-models__products.short .product-item:hover .product-item__footer{
    opacity: 1;
}
.new-models__products.short .product-item--news:hover{
    box-shadow: none;
    padding-bottom: 0;
}