@media (max-width: 1550px){
    .plashka3 {
        width: 32%;
    }
    .item_produkt_list_image {
        width: 100%;
        max-width: 1000px;
        display: block;
    }
    .plashkaContentWraper2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 30px 0 0 0;
    }
}


@media (max-width: 700px){
    .plashka3 {
        width: 100%;
    }
}