﻿/* Small Devices, Tablets */
@media only screen and (max-width : 1260px) {
}

@media only screen and (max-width : 1000px) {
}

@media only screen and (min-width : 992px) {
       
}

@media only screen and (max-width : 992px) {
    .block-middle-menu {
        display:none;
    }
    .paw {
        display: none;
    }
    .alert-header-title {
        font-size: 14pt;        
        line-height: 20px;
    }
    .alert-header-descr {
        display:none;
    }
    .btn-ok-header {
        margin-top:15px;
    }
    .block-bottom-menu {
        padding: 15px 0 0 0
    }
    .title-index {
        line-height: 35px;
    }
    .logo-header img {
        width:30px;
        float:none !important;
    }
    .logo-header {
        text-align:center;
    }
    .mob-center {
        text-align:center !important;
    }
    .foo-policy, .foo-dev {
        margin-top: 5px;
    }
    .owl-item img {
        float: none !important;        
        margin: 0 auto !important;
    }
    .send-prod-item {
        text-align:center;
    }
    .wrapper-filter select {
        margin-bottom:5px;
    }
    .main-contant {
        padding-top:0;
    }
    .mob-header {
        text-align:left;
        margin-bottom:12px;
    }
    .text-logo, .img-logo-foo {
        display: none;
    }
}

@media only screen and (max-width : 400px) {
    .descr-header {        
        font-size: 9pt !important;
    }
}


@media only screen and (max-width : 992px) {
        .img-logo {
            width: 80px;
            float: left;
            padding-right: 10px;
        }

        .descr-header {
            margin-top: 6px;
            font-size: 10.5pt;
            text-transform: uppercase;
            line-height: 19px;
            font-weight: bold;
        }

        .head-btn {
            margin-top: 7px;
        }

        .btn-blind {
            padding-left: 0 !important;
        }

        .img-logo-foo {
            width: 80px !important;
        }

        footer {
            padding: 5px 0;
        }

        .counter-foo table {
            margin: 0 auto;
            float: none;
        }

        .main-content .title h1 {
            margin-bottom: 15px !important;
        }

        .left-menu {
            margin-bottom: 40px;
        }

        .btn-dist {
            /*float: left;*/
            padding: 10px 7px;
        }

        .btn-zayav {
            float: right;
            padding: 10px 7px;
        }

        .rss-block-header {
            display: inline-block;
            margin-top: 10px;
            float: right;
        }
    }

    @media only screen and (max-width : 420px) {
    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {
        .slider-index .lSSlideOuter .lSPager.lSpg {
            bottom: 0 !important;
        }
    }

    /* 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) {
    }
