﻿/* Small Devices, Tablets */
@media only screen and (max-width : 1260px) {
}

@media only screen and (max-width : 1000px) {
}

@media only screen and (max-width : 992px) {
    .logo-header {
        width: 135px;
    }

    .col-sm-3-5 {
        width: 33%;
    }
}

@media only screen and (max-width : 768px) {
    .slider-index {
        display: none;
    }

    .col-sm-3-5 {
        width: 50%;
    }
    .ddl-client {
        width: 100%;
    }
}

@media only screen and (max-width : 640px) {    
    .block-full-menu {
        padding:3px 0;
    }
    .block-upper-menu {
        text-align: center;
        background: #F6F6F8;
        padding: 12px 0;
        min-height: 112px;
    }
    .separ-block{
        display:none;
    }
    .main-content-title {
        padding: 10px 0;
        margin-top: 10px;
    }
        .main-content-title .title h1 {            
            font-size: 14pt;            
        }
    .xsltPager td {
        text-align:center !important;
    }
    .send-prod-item {
        text-align: center;
    }
    .send-prod-item .count-cart {
        padding-bottom: 15px;
    }
    .jconfirm .jconfirm-box .buttons{
        text-align:center !important;
    }
    .item-col-cart b{
        padding:10px 0;
        display:block;
    }
    .title-prod-index {
        margin: 5px 0 20px 0;
    }
    .wrapper-logo-mob {
        padding: 10px 12px;
    }

    .wrapper-analog-main-bottom{
        display:block;
    }
    .wrapper-analog-main {
        display: none;
    }

    .col-sm-3-5 {
        width: 100%;
    }

    .select2-container{
        top:2px !important;
    }
}

@media only screen and (max-width : 420px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 575px) {    
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 370px) {
}

@media only screen and (min-width : 992px) {    
}
