.header{display:block;background:rgb(var(--header-bg-color));height:50px;position:fixed;top:0;left:0;width:100%;z-index:99;padding:0 15px;box-shadow:1px 1px 2px rgba(0,0,0,.08),-1px -1px 2px rgba(0,0,0,.04)}.header ul{list-style:none;margin:0;padding:0}.header a{text-decoration:none}.header .logo{height:50px}.header .logo img{width:230px}.header .mobile-navigation{display:flex;margin-right:15px;align-items:center}.header .mobile-navigation i{font-size:24px}.header .mobile-search{display:flex;height:50px;align-items:center;justify-content:end}.header .mobile-search i{font-size:24px}.header .mobile-search .icon-search{width:24px;height:24px;background:transparent url(/images/icons/btnsearch.png) no-repeat 50%;background-size:cover;cursor:pointer;margin-left:15px}@media(min-width:480px){.header .mobile-navigation i,.header .mobile-search i{font-size:27px}.header .mobile-search .icon-search{width:27px;height:27px}}@media(min-width:576px){.header .mobile-navigation i,.header .mobile-search i{font-size:30px}.header .mobile-search .icon-search{width:30px;height:30px}}@media(min-width:992px){.header .mobile-navigation,.header .mobile-search{display:none}}@media(min-width:1200px){.header,.header .logo{height:60px}}