.header {
  padding-top: 11px;
  position: relative;
  padding-bottom: 20px;

  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 590px;
    z-index: 2;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  }


  &__container {
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 20px;
    z-index: 3;
  }

  &__danger {
    position: absolute;
    right: 0;
    top: 0;
  }
}