.logo img{
    height: 50px;
    margin-right: 15px;
    filter: drop-shadow(-3px -3px 1px #cdcdcd);
}
header{
    background-color: #b5582a;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
header .ctnr{
    position: relative;
}
header .ctnr::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    background-color: #eee;
    border-radius: 60px 0 0;
    left: -6%;
    top: 0;
}
header.scrolled{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: fixed;
    z-index: 10;
    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: 20px;
    height: 23px;
    position: relative;
    top: -2px;
}

ul.menu-c2-items li {
    padding: 0px 10px !important;
}
@media(max-width:1400px){
li.btn-view-kerper {
    display: none;
}
}

@media (max-width: 992px) {
  header {
    background: #eee;
}
  
    .list-bar{
        display: block;
    } 
.header-menu nav{
 display: none;
}
.header__top-innrer-left{
    display: none;
}
}