@media(min-width: 1500px) {
    .big_destop .container{
        width:100%;
        max-width: 1470px;
        padding: 0 15px;
    }
    .MainView .productslistbig .col-sm-3{
        max-width: 290px;
        width: 290px;
        box-sizing: border-box;
    }
    .ProductsView .productslistbig .col-sm-4{
        max-width: 290px;
        width: 290px;
        box-sizing: border-box;
    }
    .ProductsView .productslistbig.col-sm-3{
        max-width: 290px;
        width: 290px;
        box-sizing: border-box;
    }
    .ProductView .productslistbig .col-sm-3{
        max-width: 290px;
        width: 290px;
        box-sizing: border-box;
    }
    .BlogView .productslistbig .col-sm-3{
        max-width: 290px;
        width: 290px;
        box-sizing: border-box;
    }
    .ProductsView .productslistbig.col-sm-9{
        width: calc(100% - 290px);
    }

    .big_destop .navbar-collapse.collapse{
        margin: 0 auto;
        float: none;
        text-align: center;
        display: table!important;
    }
}
@media(min-width: 1540px) {
    .big_destop .container{
        width:100%;
        max-width: 1560px;
        padding: 0 30px;
    }
    .MainView .productslistbig .col-sm-3{
        max-width: 300px;
        width: 300px;
        box-sizing: border-box;
    }
    .ProductsView .productslistbig .col-sm-4{
        max-width: 300px;
        width: 300px;
        box-sizing: border-box;
    }
    .ProductsView .productslistbig.col-sm-3{
        max-width: 300px;
        width: 300px;
        box-sizing: border-box;
    }
    .ProductView .productslistbig .col-sm-3{
        max-width: 300px;
        width: 300px;
        box-sizing: border-box;
    }
    .BlogView .productslistbig .col-sm-3{
        max-width: 300px;
        width: 300px;
        box-sizing: border-box;
    }
    .ProductsView .productslistbig.col-sm-9{
        width: calc(100% - 300px);
    }
}
.big_destop .mainmenu .dropdown.full-width .dropdown-menu{
    max-height: 500px;
    overflow-y: auto;
}
.big_destop .mainmenu{
    width: 100%;
    border-bottom: 2px solid #2A72CB;
}
.big_destop .header-top{
    height: 35px;
}
.big_destop .nav-links ul li a{
    padding: 7px 10px;
}
.big_destop .contactinfo.pull-right ul{
    margin-top:6px!important;
}
.big_destop .wrap-lang{
    height: 35px;
}
.big_destop .lang_link{
    line-height: 35px;
}
.big_destop.MainView .warranty-tab{
   text-align: center;
}
.big_destop.MainView .warranty-tab .block-icon{
    float: none;
    margin-right: 0;
}
.big_destop.MainView .warranty-tab>span{
    padding-top: 0;
}
.mainmenu .menu-list__item .menu-list__link{
    text-align: left;
}
.big_destop .footer-widget .container{
    border-top: 1px solid #FFFFFF;
    padding-top: 15px;
}