@media (max-width: 991px) {
    /* header top block */
    .header-top-block {
        position: relative;
    }

    .header-top-block .left-col,
    .header-top-block .right-col {
        padding-bottom: 5px;
    }
    
    .header-top-block .right-col {
        text-align: right;
    }
    
    .header-top-block .right-col .fb-like {
        float: none;
        border-right: 0;
    }
    
    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }

    header .header-top-block .logo {
        height: 0px;
    }
    
    header .header-top-block .logo img {
        margin-left: -50px;
        width: 100px;
    }
    
    header .navbar-collapse {
        padding: 0;
    }
    
    header .navbar {
        min-height: 0;
    }
    
    header .navbar-nav > li > a {
        padding: 10px 10px;
    }
    
    
    
    
    
    /* background block */
    .bg-block-outer {
        padding-top: 95px;
    }
    
    
    
    
    
    /* google blocks */
    .google-top-block {
        padding: 20px 0 10px 0;
    }
    
    .google-top-block *,
    .google-content-block * {
        max-width: 100%;
    }
    
    
    

    
    /* menu block */
    .menu-block {
        float: left;
        width: 33%;
    }

    
    
    

    /* content block */
    .content-block .body .social {
        margin-top: 0;
    }
    
    
    
    
    
    /* content block - country, products */
    .content-block .body .product .price {
        top: 141px;
    }
}