.header {
  padding-top: 10px;
  position: relative;
  padding-bottom: 20px;
  background: #f4f4f4;

  &__container {
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 5px;
  }

  &__logo {
    max-width: 142px;
    position: relative;

    span {
      position: absolute;
      left: 30px;
      bottom: -15px;
      color: #33333391;
      font-feature-settings: 'liga' off, 'clig' off;
      font-size: 16px;
      font-style: normal;
      font-weight: 300;
      line-height: 120%; /* 24px */
    }
  }

  .logo {
    max-height: 35px;
    object-fit: contain;
    display: block;
    width: 100%;
  }

  &__danger {
    position: absolute;
    right: 5px;
    top: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #cecece;

    .danger {
      width: 28px;
      height: 28px;
      object-fit: contain;
      display: block;
    }

    span {
      color: #fff;
      font-feature-settings: 'liga' off, 'clig' off;
      opacity: 0.5;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%; /* 24px */
    }
  }
}
