.m_agent_link {
    display: none;
}


#mobile_container {
    display: none;
}

@media all and (max-width: 1023px) {
    
    
    /*
    #vk_groups, #leftbar, #top_banner, #agent-descr, .adv-box, #googleAds {
    */
    #vk_groups, #leftItems, #top_banner, #agent-descr,#ok_group_widget {
        display: none;
    }
    
    #wrapper {
        width: 100%; 
    }
    
    #leftbar {
        width: 0px;
        
    }
    
    #mobile_container {
        display: block;
        position: relative;
        height: 86px;
    }
    
    #content {
        float: left;
        width: 100%;
    }
    
    #mobile_header {
        position: absolute;
        left: 0;
        width: 100%;
        height: 80px;
        margin-top: 3px;
    }
    
    #mobile_header .logo {
        position: absolute;
        left: 20px;
        top: 26px;        
        width: 94px;
        height: 31px;        
        cursor: pointer;
    }
    
    #mobile_header .logo {
        background: url(/templates/skin/devid/images/logo_mobile.png) no-repeat top left;
        z-index: 4;
        display: none;
    }    
    
    #mobile_header p, #mobile_header .iu {
        position: absolute;
        left: 124px;
        font-size: 10px;
        font-weight: bold;
    }
    
    #mobile_header .iu {
        top: 26px;
        display: none;
    }    
    
    #mobile_header .iu2 {
        top: 41px;
        display: none;
    }    
    
    #mobile_header .about {
        top: 3px;
        font-size: 14px;
        width: 338px;
        height: 20px;
        left: 20px;
        display: none;
    }    
    
    
    #mobile_header .iu2 span {
        color: #006699;
    }
    
    .mobile_search {
        position: absolute;
        top: 0px;
        padding: 25px 0px 0 96px;
        background-color: #a3a3a3;
        width: 100%;
        color: #fff;
        height: 82px;
        width: 100%;
    }
    
    .mobile_search input {
        font-size: 16px;
        padding: 5px 10px;
        width: 65%;
        height: 33px;
        border-radius: 2px;
        border: 1px solid #9c7c7c;        
    }
    
    .mobile_search .btn {
        background: #085f99;
        background-image: -webkit-linear-gradient(top, #085f99, #1f3542);
        background-image: -moz-linear-gradient(top, #085f99, #1f3542);
        background-image: -ms-linear-gradient(top, #085f99, #1f3542);
        background-image: -o-linear-gradient(top, #085f99, #1f3542);
        background-image: linear-gradient(to bottom, #085f99, #1f3542);
        border-radius: 2px;
        font-family: Arial;
        color: #ffffff;
        font-size: 12px;
        padding: 5px;
        text-decoration: none;
        border: 1px solid #9c7c7c;
        width: 25%;
        height: 35px;
        margin-top: -3px;
    }

    .mobile_search .btn:hover {
        background: #5088ab;
        background-image: -webkit-linear-gradient(top, #5088ab, #1d3a4d);
        background-image: -moz-linear-gradient(top, #5088ab, #1d3a4d);
        background-image: -ms-linear-gradient(top, #5088ab, #1d3a4d);
        background-image: -o-linear-gradient(top, #5088ab, #1d3a4d);
        background-image: linear-gradient(to bottom, #5088ab, #1d3a4d);
        text-decoration: none;
    }
    
    .forexample {
        position: absolute;
        top: 73px;
        left: 21px;
        height: 20px;
        width: 200px;        
    }
    
    .examples {
        position: absolute;
        left: 100px;
        top: 74px;
        height: 90px;
        width: 214px;
    }
    
    .examples a {
        display: block;
        margin: 0px 0 17px 0;
    }
    
    .mobile_pc_verndors {
        position: absolute;
        position: absolute;
        top: 200px;
        padding: 50px 0px;        
    }
    
    .mobile_pc_verndors .catalog-item, .mobile_pc_verndors .catalog-longitem {
        margin: 5px 0;
        border: 0px;
        padding: 0;
        border-bottom: 1px solid #e8d2d2;
        border-radius: 0;
        padding-bottom: 9px;
    }
    
    .mobile_pc_verndors h2 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .pc_vendors .catalog-item {
        width: auto !important;
        clear: both;
    }
    
    .catalog-item {
        margin-bottom: 20px;
        margin-right: 26px;        
        float: left;
        width: auto;        
    }
    
    ol li {
        margin: 5px -3px 10px 5px;
    }

    ul.devices li {
        margin-bottom: 22px !important;    
    }
    
    ul.manufaz li {
        
        margin-bottom: 20px !important;    
    }
    
    .m_agent_link {
        position: absolute;
        right: 9%;
        bottom: 20px;
        font-size: 16px;
        background-image: url(/v2/site/skins/devid/public/images/big_download.png);
        background-repeat: no-repeat;
        background-position: 0px 1px;
        padding-left: 40px;
        color: #fff;
        height: 34px;
        padding-top: 5px;    
        display: block;
    }

    .m_agent_link a {
        color: #fff;
    }    
    
    .mobileBlock {
        display: block;
    }    

}

@media all and (max-width: 600px) {
    .search_result_head {
        font-size: 16px;
    }
}
