.logo img{
    height: 65px;
    margin-right: 15px;
}
header.scrolled{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: fixed;
    z-index: 99999999999;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
}

header.scrolled .header-main {
    padding: 10px 0 !important; 
  }
header.active{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 5px 15px;
}
header.active .header-main {
    padding: 9px 0;
}
header.active .header-menu nav ul li a {
    color: black;
}
header.active .header-links ul li a svg {
    fill: black;
}
.list-bar{
    display: none;
}
.header-menu nav ul li svg {
    width: 22px;
    height: 22px;
    position: relative;
    top: -2px;
}
@media(max-width:1400px){
li.btn-view-kerper {
    display: none;
}
}

@media (max-width: 992px) {
    .list-bar{
        display: block;
    } 
}