.item_card_page .box-right-top {
    padding: 5px 20px 20px 20px;
        height: 396px;
}

.item_card_page .box-right-top .box-position {
    padding: 20px 0 10px;

}

.obj_but {
    margin-bottom: 10px;
}

.item_card_page .box-right-bottom .link-buttom.notsale:after {
    content: "";
    width: 94%;
    border-top: 1px solid #d4d3d0;
    position: absolute;
    right: 10px;
    top: 42px;
}

@media screen and (max-width: 992px) {
    .item_card_page .box-right-bottom .link-buttom:after {
    display: none;
    }
}

.item_card_page .box-right-bottom {
    padding: 0 10px 15px 20px;
    z-index: 10;
        position: absolute;
        bottom: 0;
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
}

.item_card_page .box-right-bottom.notsale:after  { 
    /* border-top: 1px solid #d4d3d0; */
    content: "Внимание! Бордюры и декоры отдельно от фоновой плиты не продаются!";
    margin-top: 30px;
    padding: 10px 10px;  
    background-color: #faffaf;
}
/*     height: calc(100% - 64px);
    min-height: 396px; */



   