/* /css/pages/brands.css */
.main .description
{
    margin-top: 15px;
    font-size: 1.1rem;
}
.main .brands-block .slider-wrp
{
    margin-top: 15px;
}
.main.brands-once .title-row .left h1
{
    line-height: 2rem;
    font-weight: 500;
    font-size: 1.875rem;
    color: #1f1f1f;
    text-transform: uppercase;
    margin: 0px;
    display: inline-block;
}
.main.brands-once .brands-block .slider-wrp
{
    height: auto;
    background: white;
}
.main.brands-once .title-row
{
    margin-top: 30px;
}
.main-brands-slider
{
    border-top: 1px solid rgb(233, 233, 233);
    border-left: 1px solid rgb(233, 233, 233);
}
.product-list:hover .description
{
    top: 270px;
}
.main.brands-once .logo
{
    max-height: 34px;
    margin-right: 15px;
}
.main.brands-once .title-row .left h1,
.main .title-row .left
{
    width: auto;
}
@media (max-width: 480px)
{
    .main .brands-block .slider-wrp
    {
        height: 410px;
    }

}
@media (max-width: 640px)
{
    .main .title-row .right
    {
        display: none;
    }

}

