@media(max-width:600px){
    .search {
        width:320px;
        
    }
    #add-btn,
    #add-filter-btn {
        width:55px;
        right:0px;
        top:0px;
        padding:0px;
    }
    .np-btn {
        left:0px;
        top:60px;
        
    }
    .info {
        width:55px;
        height:60px;
        top:0px;
        left:100px;
        position:absolute;
    }
    .info strong {
        display:none;
    }
    .info span {
        margin-top:10px;
    }
    .add-form, .right-box, .filter-form {
        padding:40px 20px;
    }
    .rate-item {
        padding:0px 0px 40px 0px;
        
    }
    .rate-item strong {
        box-sizing:border-box;
        position:absolute;
        display:block;
        left:0px;
        width:100%;
        bottom:0px;
        padding:0px 20px;
    }
    #add-filter-btn {
        
        right:55px;
    }
    #add-filter-btn span,
    #add-btn span {
        display:none;
    }
    #logo {
        width:100px;
        height:60px;
       
    }
    
    .info2 {
        display:none;
    }
}
@media(max-width:400px){
  
}

