#hog-models-container,
.hog-models-container{
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    margin: 40px 0;
    justify-content: center;
    max-width: 1400px;
    gap: 20px;
}
#hog-models-container a{
    width: 220px;
}
.model-card{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 100%;
}
.hog-girl_image {
    height: 100%;
    max-height: 495px;
}
.hog-girl_image img{
    height:100%;
}
/*.model-card img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    border-radius: 0 0 10px 10px;*/
/*}*/
.hog-info_top {
    color: #fff;
    /*background: linear-gradient(45deg, #e76e6e, #ff9b9b, #e76e6e);*/
    background: linear-gradient(45deg, #724d4d, #dd3a3a, #744343);
    padding: 5px 0;
    border-radius: 10px 10px 0 0
}







.model-info_bottom {
    background: #202020;
    padding: 5px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
    text-align: center;
}
img.favorite-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 65px;
}

p.hog-price span:nth-child(2) {
    font-size: 12px;
}

@media (max-width: 1300px){
    .hog-left_slede,
    .hog-right_slede
    {
        display: none;
    }
}
@media (max-width: 768px){
    #hog-models-container a {
        width: 180px;
    }  
    .model-info p {
        font-size: 16px;
    }
    
    .model-info{
        bottom: 2px;
        border-radius: 0 0 5px 5px;
    }
}
