.picts-block {
    display: flex;
    flex-wrap: wrap;
}
.pict_zoom {
    min-width: 250px;
    position: relative;
    margin: 0 20px 20px 0;
}
.pict_zoom a{
    display: block;
    position: relative;
}
.product-image_block{
    margin: 0 20px 20px 0;
    max-width: 150px;
}
.pict_zoom + .product-image_block,.pict_zoom  + .big_img + .product-image_block{
    max-width: 250px;
    margin-right: auto;
}


.photos-sm{
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
}
.photos-big{
    margin-left: 30px;
}
.photos-sm .product-image_block{
    margin: 0 10px 10px 0;
}
.photos-sm .product-image_block:last-child{
    margin-right: 0;
}
.photos-sm .product-image_block a{
    display: block;
    position: relative;
}
.all .body .content .photos-sm img{
    max-width: 150px;
}
.all .body .content .photos-sm.photos-big img{
    max-width: 100%;
}
.sold_out {
    position: absolute;
    bottom: 10px;
    right: 0;
    color: red;
    border: 1px solid #276E8B;
    padding: 5px 10px;
    background: #fff;
    font-weight: bold;
}
