.new_buildings{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap:14px;
}
.rent__links--item{
    width: 100%;
}
.new_buildings .item{

    display:flex;
    width: calc(50% - 7px);
    float: left;
    flex-direction: column;
    border-radius: 0.625rem;
    background: #ffffff;
}
.new_buildings .item  .img{
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    position: absolute;
    inset: 0;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.new_buildings .item .item-img-wrap {
    padding-bottom: 64.444444444444%;
    position: relative;
    width: 100%;
}
.views__cards {
    margin-top: 35px;
}
.item-info-new{
    display: flex;
    flex-wrap: wrap;
    gap:5px;
    padding: 1.375rem 1.56rem;

}

.item-info-new .name{
    width: calc(100% - 7px);
    display: flex;
    align-items: center;
}
.item-info-new .adress{
    width: calc(60% - 7px);
    display: flex;
    align-items: center;

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.item-info-new .params-1{
    width:  calc(40% - 7px);
    display: flex;
    align-items: center;
    justify-content: end;
}
.item-info-new .price_rub{
    width: calc(50% - 7px);
    display: flex;
    align-items: center;
    margin-top: 7px;

}
.item-info-new .price_usd{
    display: flex;
    align-items: center;
    width:  calc(50% - 7px);
    justify-content: end;
}

@media (max-width: 1440px) {
    .item-info-new .adress{
        width: calc(100%);
        display: flex;
        align-items: center;

        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .item-info-new .params-1{
        width:  calc(100%);
        display: flex;
        align-items: center;
        justify-content: start;
    }

    .rent__links--item{
        width:auto;
    }
}


@media (max-width: 1100px) {
    .item-info-new{
        padding:1.0625rem 1.375rem;
    }
}

@media (max-width: 767px) {
    .new_buildings .item {
        width: calc(100%);
    }
    .catalog_btn_more {
        margin: 1.875rem auto 0 auto;
    }
}
