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

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

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

    span {
      position: absolute;
      left: 40px;
      bottom: -15px;
      color: #333;
      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: 0;
    top: 0;
    display: flex;
    align-items: center;
    gap: 5px;

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

  &__main-head {
    margin-top: 20px;

    img {
      display: block;
      width: 100%;
      object-fit: contain;
    }
  }
}
