.header {
  margin-top: 20px;

  &__age {
    width: 41px;
    height: 41px;
  }

  &__logo {
    max-width: 155px;
    object-fit: contain;
    display: block;
  }

  &__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  &__right {
    width: 21px;

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

  &__agree {
    display: none;
  }
}