.header {
  padding-top: 11px;
  position: relative;
  padding-bottom: 20px;
  @media (max-width: $h-media-y) {
    padding-bottom: 10px;
  }

  &__container {
    display: flex;
    justify-content: center;
    position: relative;
  }

  &__back {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 16px;

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

  &__logo {
    max-width: 193px;
    max-height: 33px;
  }

  &__danger {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    object-fit: contain;
    width: 36px;
    height: 36px;
  }
}