.model_card_new {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    border-radius: 10px;
    max-width: 230px;
    flex: 0 0 100%;
    transition: all 0.3s ease;
    height: 430px;
    border: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}


.model-cards-container_new {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 20px;
    margin: 0 auto;
    max-width: 1920px;
}

.model_images_new {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    position: absolute;
    transition: 0.3s;
}


.cart_label_new_escort_new,
.cart_label_recomended_new {
    background: rgba(0, 0, 0, .5);
    width: fit-content;
    height: fit-content;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 11px;
    font-weight: 600;
}


.list_info_new {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.list_info_label {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: var(--grey);
}

.list_info_price {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: var(--grey);
    max-height: 33px;
    display: flex;
    justify-content: center;
    line-height: 32px;
}

.model_info_new {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    gap:10px;
    max-height: 46px;
}

.params_new {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: var(--gold);
    height: 72px;
    border-radius: 14px;
    gap: 40px;
    width: 100%;
    max-width: calc(100% - 20px);
    margin: 0 auto;
}

.model_img_block {
    width: 100%;
}
.model_images_new.is-hover {
    display: none;
}

.model_card_new.is-hovered .model_images_new.is-preview {
    display: none;
}

.model_card_new.is-hovered .model_images_new.is-hover {
    display: block;
}

.main_location_new {
    font-family: var(--second-family);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: right;
    color: #F2F1F1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    flex: 1 1 100%;
}

.model_param_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.model_a_params_new {
    width: 100%;
    height: 100%;
    background: var(--purple);
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: 0.3s;
}

.model_img_block_new {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    transition: 0.3s;
}

.model_images {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
}


.model_a_img_new {
    height: 100%;
}
/* 
.model_images_new:nth-child(1) {
    opacity: 1;
    visibility: visible;
}

.model_images_new:nth-child(2) {
    opacity: 0;
    visibility: hidden;
} 

.model_card_new:hover .model_images_new:nth-child(1) {
    opacity: 0;
    visibility: hidden;
}
  .model_card_new:hover .model_images_new:nth-child(2) {
    opacity: 1;
    visibility: visible;
} */


.model_card_new:hover .model_a_params_new {
    padding: 20px 10px ;
}




/* .model_card_new:hover .model_info_new {
    flex-direction: column;
}

.model_card_new:hover .main_location_new {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    max-width: 100%;
    text-align: center;
} */



.model_card_new:hover .model_name_container {
    color: var(--gold);
}

.model_card_new:hover .model_name_container .age_new {
    color: var(--gold);
}

.model_name_container {
    font-family: var(--font-family);
    font-weight: 700;
    
    color: var(--white);
    transition: 0.3s;
    display: flex;
    gap: 5px;
    align-items: center;
}
.girl_name{
font-size: 18px;
white-space:initial;
}
.age_new {
    font-size: 16px;

}


.icon_box {
    position: absolute;
    z-index: 3;
    border-radius: 14px;
    width: 40px;
    height: 40px;
    background: var(--grey);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.icon_box img{
    width: 18px;
    height: 18px;
}
.icon_box.favorite_new {
    top: 10px;
    right: 10px;
}

.icon_box.favorite_new:hover {
    background: var(--gold);
    cursor: pointer;
}

.icon_box.favorite_new:hover img {
    filter: brightness(0) saturate(100%) invert(9%) sepia(6%) saturate(663%) hue-rotate(182deg) brightness(93%) contrast(87%);
}
.icon_box.favorite_new.active {
    background: var(--gold);
    cursor: pointer;
}

.icon_box.favorite_new.active img {
    filter: brightness(1) saturate(100%) invert(1) sepia(6%) saturate(663%) hue-rotate(182deg) brightness(93%) contrast(87%);
}
.icon_box.favorite_new.active:hover {
    background: rgb(238, 138, 138);
    cursor: pointer;
}

/* .icon_box.favorite_new.active img:hover {
    filter: brightness(1) saturate(100%) invert(1) sepia(6%) saturate(663%) hue-rotate(182deg) brightness(93%) contrast(87%);
} */

.icon_box.video {
    top: 10px;
    left: 10px;
}

.icon_box.recomended {
    bottom: 10px;
    left: 10px;
}

.icon_box.hot {
    bottom: 10px;
    right: 10px;
}

@media(max-width: 1920px) {
.model_card_new{
    flex: 0 0 100%;
    max-width: 230px;
}
.model-cards-container_new {
    max-width: 1420px;
}
}
@media(max-width: 1400px) {
.model_card_new{
    flex: 0 0 100%;
    max-width: 230px;
    height: 400px;
}

}
@media(max-width: 1024px) {
    
    .model_name_container{
        font-size: 18px;
    }
}
@media(max-width: 768px) {
    

    .model_card_new {
        height: 330px;
        flex: 0 0 100%;
        max-width: 230px;
    }

 

    .model_card_new:hover .model_a_params_new {
        padding: 10px;
    }

  

   
    .main_location_new{
        font-size: 16px;
    }
    .params_new{
        margin: 0;
        max-width: 100%;
        border-radius: 20px;
        padding: 10px 20px;
        gap: 5px;
    }
    .model_name_container {
        font-size: 20px;
    }

    .age_new {
        font-size: 16px;
    }



    .model_a_params_new {
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media(max-width: 540px) {
    .model_card_new {
        flex: 1 1 49%;
        max-width: 45%;
    }
    .list_info_price {
        font-size: 14px;
    }
}
@media(max-width: 475px) {
    
    .model_images_new {
        object-position: top;
    }
    .model-cards-container_new{
        gap: 10px;
    }
    
    

}