/* lg  */
@media all {
    .container {
        max-width: 1200px;
        max-width: 960px;
    }

    .mobile-info-inline{
        display: none;
    }

}

@media all and (max-width: 1200px)
{
    .container {
        max-width: 960px;
    }

    .md-span_1_of_5{ width: 18% }
    .md-span_2_of_5{ width: 38% }
    .md-span_3_of_5{ width: 58% }
    .md-span_4_of_5{ width: 78% }
    .md-span_5_of_5{ width: 98% }

    .md-span_1_of_4{ width: 23% }
    .md-span_2_of_4{ width: 48% }
    .md-span_3_of_4{ width: 73% }
    .md-span_4_of_4{ width: 98% }

    .md-span_1_of_3{ width: 31.33% }
    .md-span_2_of_3{ width: 64.66% }
    .md-span_3_of_3{ width: 98% }
}


@media all and (max-width: 960px)
{
    .container {
        width: 100%;
    }

    .top-menu{
        width: 95%;
    }

    .contacts > a.logo{
        display: none;
    }

    .sm-span_1_of_5{ width: 18% }
    .sm-span_2_of_5{ width: 38% }
    .sm-span_3_of_5{ width: 58% }
    .sm-span_4_of_5{ width: 78% }
    .sm-span_5_of_5{ width: 98% }

    .sm-span_1_of_4{ width: 23% }
    .sm-span_2_of_4{ width: 48% }
    .sm-span_3_of_4{ width: 73% }
    .sm-span_4_of_4{ width: 98% }

    .sm-span_1_of_3{ width: 31.33% }
    .sm-span_2_of_3{ width: 64.66% }
    .sm-span_3_of_3{ width: 98% }



    .mobile-auth-info{
        left: 0;
    }
}

@media screen and (max-width : 480px)
{
    .container {
        min-width: 320px;
        width: 100%;
        margin: 0 auto;;
    }

    .head-line .phone{
        font-size: 40px;
        margin: 0 auto;
        width: 100%;
        text-align: center;

    }

    .contacts > a.logo{
        width: 100%;
        display: block;
        text-align: center;
    }

    .article-img-wrap {
        height: 100px !important;
    }

    .article-img-wrap a {
        height: 100px !important;
    }

    .slider-video-img img {
        width: 100% !important;
    }
    
    .xs-span_1_of_5{ width: 18% }
    .xs-span_2_of_5{ width: 38% }
    .xs-span_3_of_5{ width: 58% }
    .xs-span_4_of_5{ width: 78% }
    .xs-span_5_of_5{ width: 98% }

    .xs-span_1_of_4{ width: 23% }
    .xs-span_2_of_4{ width: 48% }
    .xs-span_3_of_4{ width: 73% }
    .xs-span_4_of_4{ width: 98% }

    .xs-span_1_of_3{ width: 31.33% }
    .xs-span_2_of_3{ width: 64.66% }
    .xs-span_3_of_3{ width: 98% }

}

@media only all and (min-width : 1200px)
{
    .lg-hide{
        display: none !important;
    }

    .span_1_of_5.sale-cart{
        min-width: 165px;
        width: 165px;
    }

    .span_1_of_5.sale-cart .sale-cart-image{
        max-width: 150px;
        max-height: 150px;;
    }


    .span_1_of_5.sale-cart .sale-cart-image img{
        max-width: 150px;
        max-height: 150px;;
    }

}

@media only all and (min-width : 960px) and (max-width: 1200px)
{
    .md-hide{
        display: none !important;
    }
}

@media screen and (min-width: 481px)
{

}

@media all and (min-width : 481px) and (max-width: 960px)
{
    .sm-hide{
        display: none !important;
    }

    div.search-line{
        margin-top: 10px;
    }

    .mobile-info-inline{
        display: inline;
    }
}

@media screen and (max-width : 480px)
{
    .xs-hide{
        display: none !important;
    }
}