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

  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 590px;
    z-index: 2;
  }

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

  &__logo {
    max-width: 200px;
    max-height: 40px;
  }

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