.f2-fix_top {
  background-color: var(--temno_siva) !important;
  position: sticky;
  z-index: 100;
  height: 55px;
    padding: 7px 16px;
}
@media only screen and (min-width:721px) and (max-width:960px) {
  .f2-fix_top {
    height: 67px;
    padding: 12px 16px;
  }
}
@media only screen and (min-width:961px) {
  .f2-fix_top {
    height: 67px;
    padding: 12px 0;
  }
}
.f2-fix_top.f2-fix_top:after {
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 6px;
  width: 100%;
  content: '';
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
}