.rent {
    padding: 0!important;
}
.item_product_block,
.item{
    width: 100%!important;
}
.buy_product_block{
    align-items: flex-end;
    justify-content: center!important;
    flex-wrap: nowrap;
    flex-direction: column;
}
.item_product_block{
    justify-content: space-between!important;
}
.colum_left_block_product{
    display: flex;
    gap: 60px;
}
.input_buy input{
    background: #DFDFDF!important;
    width: 60px!important;
}
.button_buy{
    min-width: 175px!important;
}
.input_buy{
    justify-content: space-between;
    width: 100%;
}
.item_product_block{
    background: white!important;
    box-shadow: none!important;
}
.item_product_block:hover{
     box-shadow: 0px 5px 25px 0px #13347933!important;
 }
.block_reviews_{
    gap: 5px!important;
}
.filter_but{
    margin-left: 5px!important;
    margin-right: 5px!important;
    margin-bottom: 10px!important;
}
.item_product_price{
    color: #898989;
}
@media (max-width: 450px) {
    .buy_product_block{
        flex-direction: row;
        flex-wrap: nowrap!important;
        margin-top: 10px;
    }
    .button_buy {
        min-width: 120px!important;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .input_buy{
        gap: 30px!important;
    }
    .item_product_block {
        min-height: 100%!important;
    }
}