.logo img{
    height: 70px;
    margin-right: 15px;
}
header{
    background-color: #a20209;
}
header .ctnr{
    position: relative;
}
header .ctnr::before{
    content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  background-color: #fff;
  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: 9999999;
    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;
}
@media(max-width:1400px){
li.btn-view-kerper {
    display: none;
}
}

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