.c-header__fixed {
  position: fixed !important;
  top: 0;
  transition: all .3s ease-out;
  background: #fff;
  z-index: 1000 !important;
  width: 100% !important;
  box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15)
}