.wraper {
    width:100%;
}

@media (max-width:992px) {
    .container {
        width:100%;
    }
   
}
@media (max-width:767px) {
    .container {
        width:100%;
    }
    .breadcrum{
        display:none
    }
}
@media (max-width:499px) {
    .nv-infodie {
        width:100%;
    }
    .search-shops{
        margin-bottom: 20px;
    }
    .wraper{
        padding:0 10px;
    }
    .hotline-box .border{
        border-right: none;
        margin-bottom: 10px;
    }
}
@media (min-width:500px) and (max-width:991px) {
    
}
@media (min-width:500px) {
    .nv-infodie {
        width:500px;
        top: 100px;
        left: 0;
        right: 0;
    }
}
@media (min-height:500px) {
    .container {
        width:100%;
    }
    .nv-infodie {
        height:500px;
        top:5%;
    }
}
@media (min-width:768px) {
    .wraper {
        width:100%;
    }
    
}
@media (min-width:992px) {
    .container {
        width:100%;
    }
    .wraper {
        width:100%;
        max-width:1170px;
    }
}
@media (min-width:1200px) {
    .wraper {
        width:1170px;
    }
}
