.product-main .product-info-headnote__inner .btn_copy_article{

    background-image: url( img/copy_btn.png );
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    top: 3px;
    position: relative;

}

.product-main .product-info-headnote__inner .btn_copy_article:hover{
    cursor: pointer;
}

.article__value{
    cursor: pointer;
    color: black;
}

.product-info-headnote__article{
    text-align: left;
}

.product-main .product-info-headnote__inner {
    padding: 5px 7px;
    text-align: center;
}

.product-container .bottom-info-wrapper.custom .product-side {
    width: 585px;
}

.stores_tab .stores_block_wrap .stores_block{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.stores_tab .stores_block_wrap .stores_block.wo_image .item-stock{
    padding: 0 23px 0 0;
    position: relative;
    width: unset;
    min-width: unset;
    top: 0;
}

@media (max-width: 1331px) {
    .product-container .bottom-info-wrapper.custom .product-side {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .bottom-info-wrapper.custom .product-view--side-left {
        width: calc(100% - 625px);
    }
}