@media screen and (max-width: 1350px) {
    .nav.header-navbar-rht li.nav-item a img.logo-header {
        width: 150px;
        max-width: 150px;
    }
}

@media screen and (max-width: 1290px) {
    .nav.header-navbar-rht li.nav-item a img.logo-header {
        width: 110px;
        max-width: 110px;
    }
}

@media screen and (max-width: 1251px) {
    .nav.header-navbar-rht li.nav-item a img.logo-header {
        width: 90px;
        max-width: 90px;
    }
}

@media screen and (max-width: 1230px) {
    .navbar-header .logo-header{
        width: 100px!important;
        max-width: 100px!important;
    }
}

@media screen and (max-width: 1070px) {
    .nav.header-navbar-rht li.nav-item a img.logo-header {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .nav.header-navbar-rht li.nav-item a img.logo-header {
        display: block;
        width: 200px;
        max-width: 200px;
    }
    .navbar-header .logo-header{
        width: 200px!important;
        max-width: 200px!important;
    }
}