// HEADER (базовые стили)
.header {
  padding: 12px 0;
  position: relative;
  background: #9c9c9c;
  border-bottom: 1px solid #6d6d6d9f;
  flex-shrink: 0;

  &__container {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    min-height: 40px;
  }

  &__danger {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 24px;
    width: auto;
  }

  img[alt='МегаФон'] {
    height: 24px;
    width: auto;
  }
}
