.good-tile
{
    margin-right: 6px;
}

.vp-gallery-block
{
    width: auto;
    max-width: initial;
}

.vp-main-table
{
    display: flex;
}

.vp_tabs-container
{
    width: auto;
}

.vp-left
{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-right: 20px;
    flex: 1;
}

.vp-right
{
    display: flex;
    padding-right: 10px;
    flex-direction: column;
    max-width: 350px;
}

#article-content.article-content-index
{
    padding-right: 0;
}

@media (min-width: 1600px)
{
    .page_wrapper
    {
        max-width: 1600px;
    }
        
    .lentapromo
    {
        text-align: center;
        background: #C21D0E;
    }

    .mm-body
    {
        justify-content: flex-start;
    }
    
    .mm-item
    {
        padding: 0 20px;
    }
    
    .up-header-search
    {
        flex: 1;
    }
    
    .up-header-cart
    {
        margin-right: 30px;
    }

    .grouped-colors-modal .modal-dialog,
    .grouped-color1-modal .modal-dialog
    {
        width: 1100px;
    }
    
    .good-list-container
    {
        width: 50%;
    }
    
    
    #article-content
    {
        padding-right: 300px;
    }
}

@media (min-width: 1920px)
{
    .page_wrapper
    {
        max-width: 1920px;
    }
    
    .grouped-colors-modal .modal-dialog,
    .grouped-color1-modal .modal-dialog
    {
        width: 1270px;
    }
    
    .mp-top
    {
        display: flex;
        justify-content: center;
    }

    .mp-top-carousel .item
    {
        text-align: left;
    }
    
    .mp-top .promo
    {
        flex: 1;
        display: flex;
        flex-direction: column;
        padding-left: 50px;
        margin-bottom: 0;
        margin-top: 0;
    }
    
    .mp-top .promo > div
    {
        margin-bottom: 13px;
    }
    
    .mp-top .promo > div:last-child 
    {
        margin-bottom: 0;
    }

    .mp-main-header
    {
        margin-top: 10px;
    }
    
    #article-content
    {
        padding-right: 500px;
    }
}

@media (max-width: 1600px)
{
    .vp-gallery-block
    {
        flex-wrap: wrap;
    }
}